| 1 | [ Jan 7 05:07:58 Enabled. ] | ||
| 2 | [ Jan 7 05:07:58 Rereading configuration. ] | ||
| 3 | [ Jan 7 05:08:00 Rereading configuration. ] | ||
| 4 | [ Jan 7 05:08:02 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 7 05:08:02 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.07 05:08:03.508315 [ 1 ] {} <Information> Application: Will watch for the process with pid 23664 | ||
| 29 | 2025.01.07 05:08:03.508909 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.01.07 05:08:03.671860 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23664 | ||
| 31 | 2025.01.07 05:08:03.672562 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.01.07 05:08:03.673227 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.01.07 05:08:03.750957 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.01.07 05:08:03.780125 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.01.07 05:08:03.780175 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.01.07 05:08:03.780188 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.01.07 05:08:03.780256 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.01.07 05:08:03.780619 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.01.07 05:08:03.782155 [ 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.07 05:08:03.782871 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.01.07 05:08:03.783678 [ 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.07 05:08:03.783699 [ 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.07 05:08:03.783714 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.01.07 05:08:03.783892 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.01.07 05:08:03.784844 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.01.07 05:08:03.789942 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.01.07 05:08:03.790620 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.01.07 05:08:03.792017 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.01.07 05:08:03.792084 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.01.07 05:08:03.793111 [ 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.07 05:08:03.793641 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.01.07 05:08:03.796931 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.01.07 05:08:03.797608 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.01.07 05:08:03.798721 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.01.07 05:08:03.799065 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.01.07 05:08:03.799446 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.01.07 05:08:03.799755 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.01.07 05:08:03.801125 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.01.07 05:08:03.801150 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.01.07 05:08:03.801233 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.01.07 05:08:03.801396 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.01.07 05:08:03.814543 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.01.07 05:08:03.814570 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000145915 sec | ||
| 68 | 2025.01.07 05:08:03.814612 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.01.07 05:08:03.814627 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.01.07 05:08:03.815237 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.01.07 05:08:03.815802 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.01.07 05:08:03.824843 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.01.07 05:08:03.824886 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.01.07 05:08:03.824906 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.01.07 05:08:03.824919 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.01.07 05:08:03.824949 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.01.07 05:08:03.824969 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.01.07 05:08:03.827500 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.01.07 05:08:03.827544 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.01.07 05:08:03.827565 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.01.07 05:08:03.827743 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.01.07 05:08:03.827764 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.01.07 05:08:03.827797 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.01.07 05:08:03.827815 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.01.07 05:08:03.827828 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.01.07 05:08:03.827857 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.01.07 05:08:03.827876 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.01.07 05:08:03.850583 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.01.07 05:08:03.851915 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.01.07 05:08:03.851944 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.8332e-05 sec | ||
| 91 | 2025.01.07 05:08:03.851958 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.01.07 05:08:03.851969 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.01.07 05:08:03.851989 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.01.07 05:08:03.852178 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.01.07 05:08:03.852224 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.01.07 05:08:03.852237 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.01.07 05:08:03.852248 [ 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.07 05:08:03.852260 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.01.07 05:08:03.856322 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.01.07 05:08:03.856544 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.01.07 05:08:03.857445 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.0172e-05 sec. | ||
| 102 | 2025.01.07 05:08:03.858366 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.01.07 05:08:03.858487 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.01.07 05:08:03.858506 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.01.07 05:08:03.936979 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52430 | ||
| 106 | 2025.01.07 05:08:03.937221 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.01.07 05:08:03.937279 [ 3 ] {} <Debug> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Authenticating user 'default' from [fd00:1122:3344:101::d]:52430 | ||
| 108 | 2025.01.07 05:08:03.937315 [ 3 ] {} <Debug> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.01.07 05:08:03.937340 [ 3 ] {} <Debug> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.01.07 05:08:03.937432 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.01.07 05:08:03.937462 [ 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.07 05:08:03.937491 [ 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.07 05:08:03.937841 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33377 | ||
| 114 | 2025.01.07 05:08:03.937916 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57108 | ||
| 115 | 2025.01.07 05:08:03.937987 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.01.07 05:08:03.938031 [ 4 ] {} <Debug> TCP-Session: 9b3901b2-26af-4279-85f3-2f1190dee0eb Authenticating user 'default' from [fd00:1122:3344:101::d]:33377 | ||
| 117 | 2025.01.07 05:08:03.938064 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 118 | 2025.01.07 05:08:03.938077 [ 4 ] {} <Debug> TCP-Session: 9b3901b2-26af-4279-85f3-2f1190dee0eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2025.01.07 05:08:03.938127 [ 4 ] {} <Debug> TCP-Session: 9b3901b2-26af-4279-85f3-2f1190dee0eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.01.07 05:08:03.938127 [ 5 ] {} <Debug> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Authenticating user 'default' from [fd00:1122:3344:101::d]:57108 | ||
| 121 | 2025.01.07 05:08:03.938196 [ 5 ] {} <Debug> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.01.07 05:08:03.938222 [ 5 ] {} <Debug> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.01.07 05:08:03.938825 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40999 | ||
| 124 | 2025.01.07 05:08:03.939433 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56150 | ||
| 125 | 2025.01.07 05:08:03.939626 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.01.07 05:08:03.939641 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50991 | ||
| 127 | 2025.01.07 05:08:03.940354 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 128 | 2025.01.07 05:08:03.940396 [ 253 ] {} <Debug> TCP-Session: 5dd0e5e9-c545-43a0-8320-b4397acbc215 Authenticating user 'default' from [fd00:1122:3344:101::d]:40999 | ||
| 129 | 2025.01.07 05:08:03.940510 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 130 | 2025.01.07 05:08:03.940583 [ 253 ] {} <Debug> TCP-Session: 5dd0e5e9-c545-43a0-8320-b4397acbc215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2025.01.07 05:08:03.940635 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34877 | ||
| 132 | 2025.01.07 05:08:03.940650 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2025.01.07 05:08:03.940660 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50738 | ||
| 134 | 2025.01.07 05:08:03.940703 [ 253 ] {} <Debug> TCP-Session: 5dd0e5e9-c545-43a0-8320-b4397acbc215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2025.01.07 05:08:03.940669 [ 254 ] {} <Debug> TCP-Session: 44036029-3184-458c-8b48-18c46ef63615 Authenticating user 'default' from [fd00:1122:3344:101::d]:56150 | ||
| 136 | 2025.01.07 05:08:03.940950 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51763 | ||
| 137 | 2025.01.07 05:08:03.941604 [ 254 ] {} <Debug> TCP-Session: 44036029-3184-458c-8b48-18c46ef63615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2025.01.07 05:08:03.941628 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 139 | 2025.01.07 05:08:03.941635 [ 255 ] {} <Debug> TCP-Session: 40422b9a-ca68-4057-b4d7-292cee779d94 Authenticating user 'default' from [fd00:1122:3344:101::d]:50991 | ||
| 140 | 2025.01.07 05:08:03.942715 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2025.01.07 05:08:03.942742 [ 254 ] {} <Debug> TCP-Session: 44036029-3184-458c-8b48-18c46ef63615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.01.07 05:08:03.942745 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2025.01.07 05:08:03.942832 [ 257 ] {} <Debug> TCP-Session: 3dd7d8ae-cee8-449f-9a9c-ca2bb7e819f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34877 | ||
| 144 | 2025.01.07 05:08:03.943396 [ 258 ] {} <Debug> TCP-Session: 44f7aa06-5321-42df-b926-7c252940e12d Authenticating user 'default' from [fd00:1122:3344:101::d]:51763 | ||
| 145 | 2025.01.07 05:08:03.943415 [ 256 ] {} <Debug> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Authenticating user 'default' from [fd00:1122:3344:101::d]:50738 | ||
| 146 | 2025.01.07 05:08:03.943416 [ 257 ] {} <Debug> TCP-Session: 3dd7d8ae-cee8-449f-9a9c-ca2bb7e819f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.01.07 05:08:03.943439 [ 255 ] {} <Debug> TCP-Session: 40422b9a-ca68-4057-b4d7-292cee779d94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.01.07 05:08:03.943471 [ 256 ] {} <Debug> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.01.07 05:08:03.943482 [ 257 ] {} <Debug> TCP-Session: 3dd7d8ae-cee8-449f-9a9c-ca2bb7e819f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.01.07 05:08:03.943500 [ 255 ] {} <Debug> TCP-Session: 40422b9a-ca68-4057-b4d7-292cee779d94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.01.07 05:08:03.943512 [ 256 ] {} <Debug> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.01.07 05:08:03.943457 [ 258 ] {} <Debug> TCP-Session: 44f7aa06-5321-42df-b926-7c252940e12d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.01.07 05:08:03.944038 [ 258 ] {} <Debug> TCP-Session: 44f7aa06-5321-42df-b926-7c252940e12d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.01.07 05:08:03.944182 [ 3 ] {b0c232ac-a71e-42ba-8032-203b21eefc2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.01.07 05:08:03.978150 [ 3 ] {b0c232ac-a71e-42ba-8032-203b21eefc2a} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52430) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.01.07 05:08:03.978962 [ 3 ] {b0c232ac-a71e-42ba-8032-203b21eefc2a} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.01.07 05:08:03.979056 [ 3 ] {b0c232ac-a71e-42ba-8032-203b21eefc2a} <Debug> TCPHandler: Processed in 0.040243708 sec. | ||
| 204 | 2025.01.07 05:08:03.979565 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.01.07 05:08:03.979867 [ 5 ] {83d240ed-5556-4097-a491-061bb0868f6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.01.07 05:08:03.980193 [ 5 ] {83d240ed-5556-4097-a491-061bb0868f6d} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57108) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.01.07 05:08:03.980350 [ 5 ] {83d240ed-5556-4097-a491-061bb0868f6d} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.01.07 05:08:03.980432 [ 5 ] {83d240ed-5556-4097-a491-061bb0868f6d} <Debug> TCPHandler: Processed in 0.001110445 sec. | ||
| 255 | 2025.01.07 05:08:03.980701 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.01.07 05:08:03.980999 [ 3 ] {87c06b9e-21bf-4dc8-8f4a-f17371ff2f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.01.07 05:08:03.981763 [ 3 ] {87c06b9e-21bf-4dc8-8f4a-f17371ff2f55} <Debug> TCPHandler: Processed in 0.001177487 sec. | ||
| 258 | 2025.01.07 05:08:03.981948 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 259 | 2025.01.07 05:08:03.982063 [ 5 ] {87bf01ac-d6be-4716-9b22-c399c0727991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 260 | 2025.01.07 05:08:03.982160 [ 5 ] {87bf01ac-d6be-4716-9b22-c399c0727991} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 261 | 2025.01.07 05:08:03.983525 [ 5 ] {87bf01ac-d6be-4716-9b22-c399c0727991} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 262 | 2025.01.07 05:08:03.983547 [ 5 ] {87bf01ac-d6be-4716-9b22-c399c0727991} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6491e-05 sec | ||
| 263 | 2025.01.07 05:08:03.983561 [ 5 ] {87bf01ac-d6be-4716-9b22-c399c0727991} <Trace> ReferentialDeps: No tables | ||
| 264 | 2025.01.07 05:08:03.983579 [ 5 ] {87bf01ac-d6be-4716-9b22-c399c0727991} <Trace> LoadingDeps: No tables | ||
| 265 | 2025.01.07 05:08:03.983603 [ 5 ] {87bf01ac-d6be-4716-9b22-c399c0727991} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 266 | 2025.01.07 05:08:03.983654 [ 5 ] {87bf01ac-d6be-4716-9b22-c399c0727991} <Debug> TCPHandler: Processed in 0.001761184 sec. | ||
| 267 | 2025.01.07 05:08:03.983823 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 268 | 2025.01.07 05:08:03.984048 [ 3 ] {38f46863-1e95-4d46-8a51-cc470da8f84b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) /* The version table contains metadata about the `oximeter` database */ | ||
| 269 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 270 | 2025.01.07 05:08:03.984107 [ 3 ] {38f46863-1e95-4d46-8a51-cc470da8f84b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 271 | 2025.01.07 05:08:03.989805 [ 3 ] {38f46863-1e95-4d46-8a51-cc470da8f84b} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 272 | 2025.01.07 05:08:03.997830 [ 3 ] {38f46863-1e95-4d46-8a51-cc470da8f84b} <Debug> oximeter.version (8bef60f9-236e-410d-9c8d-f6c090f6d23b): Loading data parts | ||
| 273 | 2025.01.07 05:08:03.998319 [ 3 ] {38f46863-1e95-4d46-8a51-cc470da8f84b} <Debug> oximeter.version (8bef60f9-236e-410d-9c8d-f6c090f6d23b): There are no data parts | ||
| 274 | 2025.01.07 05:08:04.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 121.31 MiB, peak 121.31 MiB, free memory in arenas 0.00 B, will set to 131.37 MiB (RSS), difference: 10.05 MiB | ||
| 275 | 2025.01.07 05:08:04.000648 [ 3 ] {38f46863-1e95-4d46-8a51-cc470da8f84b} <Debug> TCPHandler: Processed in 0.016890659 sec. | ||
| 276 | 2025.01.07 05:08:04.000861 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2025.01.07 05:08:04.001107 [ 5 ] {0bd7b96f-f02e-435b-bbb7-b699706d7cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) /* 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.07 05:08:04.001178 [ 5 ] {0bd7b96f-f02e-435b-bbb7-b699706d7cfc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 289 | 2025.01.07 05:08:04.013505 [ 5 ] {0bd7b96f-f02e-435b-bbb7-b699706d7cfc} <Debug> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Loading data parts | ||
| 290 | 2025.01.07 05:08:04.013749 [ 5 ] {0bd7b96f-f02e-435b-bbb7-b699706d7cfc} <Debug> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): There are no data parts | ||
| 291 | 2025.01.07 05:08:04.015515 [ 5 ] {0bd7b96f-f02e-435b-bbb7-b699706d7cfc} <Debug> TCPHandler: Processed in 0.014713432 sec. | ||
| 292 | 2025.01.07 05:08:04.015726 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 293 | 2025.01.07 05:08:04.015978 [ 3 ] {4a758a06-8b4e-489d-9f81-5ea3149630a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) 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.07 05:08:04.016053 [ 3 ] {4a758a06-8b4e-489d-9f81-5ea3149630a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 295 | 2025.01.07 05:08:04.018306 [ 3 ] {4a758a06-8b4e-489d-9f81-5ea3149630a6} <Debug> oximeter.measurements_i8 (b7d5c78e-b877-4418-acdc-eaa787263c51): Loading data parts | ||
| 296 | 2025.01.07 05:08:04.018548 [ 3 ] {4a758a06-8b4e-489d-9f81-5ea3149630a6} <Debug> oximeter.measurements_i8 (b7d5c78e-b877-4418-acdc-eaa787263c51): There are no data parts | ||
| 297 | 2025.01.07 05:08:04.019862 [ 3 ] {4a758a06-8b4e-489d-9f81-5ea3149630a6} <Debug> TCPHandler: Processed in 0.00420485 sec. | ||
| 298 | 2025.01.07 05:08:04.020059 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 299 | 2025.01.07 05:08:04.020329 [ 5 ] {83589f50-8aea-45ac-8dcb-4d1621a95389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) 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.07 05:08:04.020386 [ 5 ] {83589f50-8aea-45ac-8dcb-4d1621a95389} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 301 | 2025.01.07 05:08:04.022571 [ 5 ] {83589f50-8aea-45ac-8dcb-4d1621a95389} <Debug> oximeter.measurements_u8 (06078631-b195-410e-87ea-cfedc7bfc78a): Loading data parts | ||
| 302 | 2025.01.07 05:08:04.022713 [ 5 ] {83589f50-8aea-45ac-8dcb-4d1621a95389} <Debug> oximeter.measurements_u8 (06078631-b195-410e-87ea-cfedc7bfc78a): There are no data parts | ||
| 303 | 2025.01.07 05:08:04.023918 [ 5 ] {83589f50-8aea-45ac-8dcb-4d1621a95389} <Debug> TCPHandler: Processed in 0.00392538 sec. | ||
| 304 | 2025.01.07 05:08:04.024104 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 305 | 2025.01.07 05:08:04.024312 [ 3 ] {cb38468f-a68f-48e9-a880-0458fb8cdf51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) 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.07 05:08:04.024380 [ 3 ] {cb38468f-a68f-48e9-a880-0458fb8cdf51} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 307 | 2025.01.07 05:08:04.026540 [ 3 ] {cb38468f-a68f-48e9-a880-0458fb8cdf51} <Debug> oximeter.measurements_i16 (b231c927-115f-4e05-80f7-a96247043809): Loading data parts | ||
| 308 | 2025.01.07 05:08:04.026713 [ 3 ] {cb38468f-a68f-48e9-a880-0458fb8cdf51} <Debug> oximeter.measurements_i16 (b231c927-115f-4e05-80f7-a96247043809): There are no data parts | ||
| 309 | 2025.01.07 05:08:04.028008 [ 3 ] {cb38468f-a68f-48e9-a880-0458fb8cdf51} <Debug> TCPHandler: Processed in 0.003963132 sec. | ||
| 310 | 2025.01.07 05:08:04.028193 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 311 | 2025.01.07 05:08:04.028414 [ 5 ] {a53a9784-dfb6-4afe-a62d-5bd21af53028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) 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.07 05:08:04.028472 [ 5 ] {a53a9784-dfb6-4afe-a62d-5bd21af53028} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 313 | 2025.01.07 05:08:04.030561 [ 5 ] {a53a9784-dfb6-4afe-a62d-5bd21af53028} <Debug> oximeter.measurements_u16 (4c6696f3-6b91-4025-ac64-68f6ef9dc460): Loading data parts | ||
| 314 | 2025.01.07 05:08:04.030778 [ 5 ] {a53a9784-dfb6-4afe-a62d-5bd21af53028} <Debug> oximeter.measurements_u16 (4c6696f3-6b91-4025-ac64-68f6ef9dc460): There are no data parts | ||
| 315 | 2025.01.07 05:08:04.031997 [ 5 ] {a53a9784-dfb6-4afe-a62d-5bd21af53028} <Debug> TCPHandler: Processed in 0.003861899 sec. | ||
| 316 | 2025.01.07 05:08:04.032190 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 317 | 2025.01.07 05:08:04.032395 [ 3 ] {cb6b6cda-4d9e-428b-9449-c089c6c911aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) 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.07 05:08:04.032464 [ 3 ] {cb6b6cda-4d9e-428b-9449-c089c6c911aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 319 | 2025.01.07 05:08:04.034575 [ 3 ] {cb6b6cda-4d9e-428b-9449-c089c6c911aa} <Debug> oximeter.measurements_i32 (ad7127fc-6f44-4561-978d-aaf3585bf734): Loading data parts | ||
| 320 | 2025.01.07 05:08:04.034797 [ 3 ] {cb6b6cda-4d9e-428b-9449-c089c6c911aa} <Debug> oximeter.measurements_i32 (ad7127fc-6f44-4561-978d-aaf3585bf734): There are no data parts | ||
| 321 | 2025.01.07 05:08:04.036053 [ 3 ] {cb6b6cda-4d9e-428b-9449-c089c6c911aa} <Debug> TCPHandler: Processed in 0.00391992 sec. | ||
| 322 | 2025.01.07 05:08:04.036234 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 323 | 2025.01.07 05:08:04.036482 [ 5 ] {895a6c16-0eb7-4238-8b3b-5114131bbe70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 324 | 2025.01.07 05:08:04.036565 [ 5 ] {895a6c16-0eb7-4238-8b3b-5114131bbe70} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 325 | 2025.01.07 05:08:04.038756 [ 5 ] {895a6c16-0eb7-4238-8b3b-5114131bbe70} <Debug> oximeter.measurements_u32 (32e3e9e1-a317-47d2-94d4-44e35d2c1200): Loading data parts | ||
| 326 | 2025.01.07 05:08:04.038908 [ 5 ] {895a6c16-0eb7-4238-8b3b-5114131bbe70} <Debug> oximeter.measurements_u32 (32e3e9e1-a317-47d2-94d4-44e35d2c1200): There are no data parts | ||
| 327 | 2025.01.07 05:08:04.040117 [ 5 ] {895a6c16-0eb7-4238-8b3b-5114131bbe70} <Debug> TCPHandler: Processed in 0.003947841 sec. | ||
| 328 | 2025.01.07 05:08:04.040286 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 329 | 2025.01.07 05:08:04.040510 [ 3 ] {04c76b70-bf60-47c5-ae54-bfb2641749e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 330 | 2025.01.07 05:08:04.040567 [ 3 ] {04c76b70-bf60-47c5-ae54-bfb2641749e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 331 | 2025.01.07 05:08:04.042631 [ 3 ] {04c76b70-bf60-47c5-ae54-bfb2641749e3} <Debug> oximeter.measurements_i64 (12edd6f0-f2be-4264-82ea-964c6a0e1b6d): Loading data parts | ||
| 332 | 2025.01.07 05:08:04.042797 [ 3 ] {04c76b70-bf60-47c5-ae54-bfb2641749e3} <Debug> oximeter.measurements_i64 (12edd6f0-f2be-4264-82ea-964c6a0e1b6d): There are no data parts | ||
| 333 | 2025.01.07 05:08:04.044047 [ 3 ] {04c76b70-bf60-47c5-ae54-bfb2641749e3} <Debug> TCPHandler: Processed in 0.003815747 sec. | ||
| 334 | 2025.01.07 05:08:04.044221 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2025.01.07 05:08:04.044428 [ 5 ] {24d013c1-753f-4327-9c06-0c3fa7444c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 336 | 2025.01.07 05:08:04.044501 [ 5 ] {24d013c1-753f-4327-9c06-0c3fa7444c67} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 337 | 2025.01.07 05:08:04.046622 [ 5 ] {24d013c1-753f-4327-9c06-0c3fa7444c67} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Loading data parts | ||
| 338 | 2025.01.07 05:08:04.046793 [ 5 ] {24d013c1-753f-4327-9c06-0c3fa7444c67} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): There are no data parts | ||
| 339 | 2025.01.07 05:08:04.047984 [ 5 ] {24d013c1-753f-4327-9c06-0c3fa7444c67} <Debug> TCPHandler: Processed in 0.003819897 sec. | ||
| 340 | 2025.01.07 05:08:04.048156 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 341 | 2025.01.07 05:08:04.048380 [ 3 ] {6806b57a-1ec7-4fc7-a5ef-3f571da4388c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 342 | 2025.01.07 05:08:04.048436 [ 3 ] {6806b57a-1ec7-4fc7-a5ef-3f571da4388c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 343 | 2025.01.07 05:08:04.050520 [ 3 ] {6806b57a-1ec7-4fc7-a5ef-3f571da4388c} <Debug> oximeter.measurements_f32 (2f7167ea-5598-4bde-a297-00fd93ddadef): Loading data parts | ||
| 344 | 2025.01.07 05:08:04.050683 [ 3 ] {6806b57a-1ec7-4fc7-a5ef-3f571da4388c} <Debug> oximeter.measurements_f32 (2f7167ea-5598-4bde-a297-00fd93ddadef): There are no data parts | ||
| 345 | 2025.01.07 05:08:04.052093 [ 3 ] {6806b57a-1ec7-4fc7-a5ef-3f571da4388c} <Debug> TCPHandler: Processed in 0.003993153 sec. | ||
| 346 | 2025.01.07 05:08:04.052271 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 347 | 2025.01.07 05:08:04.052478 [ 5 ] {154bfc0a-f936-48a9-98ae-366f5782aca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 348 | 2025.01.07 05:08:04.052551 [ 5 ] {154bfc0a-f936-48a9-98ae-366f5782aca6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 349 | 2025.01.07 05:08:04.054340 [ 5 ] {154bfc0a-f936-48a9-98ae-366f5782aca6} <Debug> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Loading data parts | ||
| 350 | 2025.01.07 05:08:04.054496 [ 5 ] {154bfc0a-f936-48a9-98ae-366f5782aca6} <Debug> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): There are no data parts | ||
| 351 | 2025.01.07 05:08:04.055740 [ 5 ] {154bfc0a-f936-48a9-98ae-366f5782aca6} <Debug> TCPHandler: Processed in 0.003524718 sec. | ||
| 352 | 2025.01.07 05:08:04.055939 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 353 | 2025.01.07 05:08:04.056206 [ 3 ] {e2b7da86-326c-43dc-a716-419f0b360ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 354 | 2025.01.07 05:08:04.056279 [ 3 ] {e2b7da86-326c-43dc-a716-419f0b360ac9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 355 | 2025.01.07 05:08:04.058206 [ 3 ] {e2b7da86-326c-43dc-a716-419f0b360ac9} <Debug> oximeter.measurements_string (da30ce5c-6db8-476c-aa81-74a18af312b1): Loading data parts | ||
| 356 | 2025.01.07 05:08:04.058370 [ 3 ] {e2b7da86-326c-43dc-a716-419f0b360ac9} <Debug> oximeter.measurements_string (da30ce5c-6db8-476c-aa81-74a18af312b1): There are no data parts | ||
| 357 | 2025.01.07 05:08:04.059639 [ 3 ] {e2b7da86-326c-43dc-a716-419f0b360ac9} <Debug> TCPHandler: Processed in 0.003766766 sec. | ||
| 358 | 2025.01.07 05:08:04.059823 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 359 | 2025.01.07 05:08:04.060071 [ 5 ] {f01db648-bdee-4cd3-8913-2a7feffb4b35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 360 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 361 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 362 | * a string isn't palatable for a few reasons. | ||
| 363 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 364 | * details. | ||
| 365 | */ | ||
| 366 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 367 | 2025.01.07 05:08:04.060155 [ 5 ] {f01db648-bdee-4cd3-8913-2a7feffb4b35} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 368 | 2025.01.07 05:08:04.062021 [ 5 ] {f01db648-bdee-4cd3-8913-2a7feffb4b35} <Debug> oximeter.measurements_bytes (47cc9944-220a-4a1f-9deb-9ac1123eef01): Loading data parts | ||
| 369 | 2025.01.07 05:08:04.062225 [ 5 ] {f01db648-bdee-4cd3-8913-2a7feffb4b35} <Debug> oximeter.measurements_bytes (47cc9944-220a-4a1f-9deb-9ac1123eef01): There are no data parts | ||
| 370 | 2025.01.07 05:08:04.063649 [ 5 ] {f01db648-bdee-4cd3-8913-2a7feffb4b35} <Debug> TCPHandler: Processed in 0.00389197 sec. | ||
| 371 | 2025.01.07 05:08:04.063834 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 372 | 2025.01.07 05:08:04.064096 [ 3 ] {6daa27e5-f61e-4424-a397-4e7383ffc710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 373 | 2025.01.07 05:08:04.064180 [ 3 ] {6daa27e5-f61e-4424-a397-4e7383ffc710} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 374 | 2025.01.07 05:08:04.066080 [ 3 ] {6daa27e5-f61e-4424-a397-4e7383ffc710} <Debug> oximeter.measurements_cumulativei64 (090ddc0a-b9de-4478-8f57-1cc36591974c): Loading data parts | ||
| 375 | 2025.01.07 05:08:04.066301 [ 3 ] {6daa27e5-f61e-4424-a397-4e7383ffc710} <Debug> oximeter.measurements_cumulativei64 (090ddc0a-b9de-4478-8f57-1cc36591974c): There are no data parts | ||
| 376 | 2025.01.07 05:08:04.067655 [ 3 ] {6daa27e5-f61e-4424-a397-4e7383ffc710} <Debug> TCPHandler: Processed in 0.003888349 sec. | ||
| 377 | 2025.01.07 05:08:04.067837 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 378 | 2025.01.07 05:08:04.068068 [ 5 ] {ad5f528d-c0ff-4365-a15c-6415f821211c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 379 | 2025.01.07 05:08:04.068141 [ 5 ] {ad5f528d-c0ff-4365-a15c-6415f821211c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 380 | 2025.01.07 05:08:04.069986 [ 5 ] {ad5f528d-c0ff-4365-a15c-6415f821211c} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Loading data parts | ||
| 381 | 2025.01.07 05:08:04.070155 [ 5 ] {ad5f528d-c0ff-4365-a15c-6415f821211c} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): There are no data parts | ||
| 382 | 2025.01.07 05:08:04.071451 [ 5 ] {ad5f528d-c0ff-4365-a15c-6415f821211c} <Debug> TCPHandler: Processed in 0.003669562 sec. | ||
| 383 | 2025.01.07 05:08:04.071631 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 384 | 2025.01.07 05:08:04.071868 [ 3 ] {fc53fafb-1672-4013-b40a-b88c0ccf2656} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 385 | 2025.01.07 05:08:04.071924 [ 3 ] {fc53fafb-1672-4013-b40a-b88c0ccf2656} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 386 | 2025.01.07 05:08:04.073782 [ 3 ] {fc53fafb-1672-4013-b40a-b88c0ccf2656} <Debug> oximeter.measurements_cumulativef32 (0547161e-0b93-4ef0-addb-98c77e09abb7): Loading data parts | ||
| 387 | 2025.01.07 05:08:04.073947 [ 3 ] {fc53fafb-1672-4013-b40a-b88c0ccf2656} <Debug> oximeter.measurements_cumulativef32 (0547161e-0b93-4ef0-addb-98c77e09abb7): There are no data parts | ||
| 388 | 2025.01.07 05:08:04.075284 [ 3 ] {fc53fafb-1672-4013-b40a-b88c0ccf2656} <Debug> TCPHandler: Processed in 0.003709684 sec. | ||
| 389 | 2025.01.07 05:08:04.075455 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 390 | 2025.01.07 05:08:04.075673 [ 5 ] {1ddcb074-a20d-465b-bc98-0433c2691f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 391 | 2025.01.07 05:08:04.075746 [ 5 ] {1ddcb074-a20d-465b-bc98-0433c2691f2d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 392 | 2025.01.07 05:08:04.077612 [ 5 ] {1ddcb074-a20d-465b-bc98-0433c2691f2d} <Debug> oximeter.measurements_cumulativef64 (3374c969-8fec-46a3-be82-f90ea09284cf): Loading data parts | ||
| 393 | 2025.01.07 05:08:04.077851 [ 5 ] {1ddcb074-a20d-465b-bc98-0433c2691f2d} <Debug> oximeter.measurements_cumulativef64 (3374c969-8fec-46a3-be82-f90ea09284cf): There are no data parts | ||
| 394 | 2025.01.07 05:08:04.079081 [ 5 ] {1ddcb074-a20d-465b-bc98-0433c2691f2d} <Debug> TCPHandler: Processed in 0.003681843 sec. | ||
| 395 | 2025.01.07 05:08:04.079264 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 396 | 2025.01.07 05:08:04.079587 [ 3 ] {6479cd5c-9b57-4af3-a6f3-7ad443695991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 397 | * NOTE: Array types cannot be Nullable, see | ||
| 398 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 399 | * for more details. | ||
| 400 | * | ||
| 401 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 402 | * is unfortunate, and at this point relies on the fact that an | ||
| 403 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 404 | * to figure out another way to represent missing samples here. | ||
| 405 | */ | ||
| 406 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 407 | 2025.01.07 05:08:04.079661 [ 3 ] {6479cd5c-9b57-4af3-a6f3-7ad443695991} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 408 | 2025.01.07 05:08:04.081827 [ 3 ] {6479cd5c-9b57-4af3-a6f3-7ad443695991} <Debug> oximeter.measurements_histogrami8 (0a90842a-fc50-4fe0-92c5-5996cc0790f7): Loading data parts | ||
| 409 | 2025.01.07 05:08:04.082067 [ 3 ] {6479cd5c-9b57-4af3-a6f3-7ad443695991} <Debug> oximeter.measurements_histogrami8 (0a90842a-fc50-4fe0-92c5-5996cc0790f7): There are no data parts | ||
| 410 | 2025.01.07 05:08:04.083396 [ 3 ] {6479cd5c-9b57-4af3-a6f3-7ad443695991} <Debug> TCPHandler: Processed in 0.004189858 sec. | ||
| 411 | 2025.01.07 05:08:04.083571 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 412 | 2025.01.07 05:08:04.083889 [ 5 ] {df68fa9c-86a6-454b-b9ee-b30cc0252875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 413 | 2025.01.07 05:08:04.083986 [ 5 ] {df68fa9c-86a6-454b-b9ee-b30cc0252875} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 414 | 2025.01.07 05:08:04.086196 [ 5 ] {df68fa9c-86a6-454b-b9ee-b30cc0252875} <Debug> oximeter.measurements_histogramu8 (510898dd-65cc-4a49-abdc-66dfcacf4847): Loading data parts | ||
| 415 | 2025.01.07 05:08:04.086372 [ 5 ] {df68fa9c-86a6-454b-b9ee-b30cc0252875} <Debug> oximeter.measurements_histogramu8 (510898dd-65cc-4a49-abdc-66dfcacf4847): There are no data parts | ||
| 416 | 2025.01.07 05:08:04.087683 [ 5 ] {df68fa9c-86a6-454b-b9ee-b30cc0252875} <Debug> TCPHandler: Processed in 0.004168788 sec. | ||
| 417 | 2025.01.07 05:08:04.087865 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 418 | 2025.01.07 05:08:04.088188 [ 3 ] {f324101c-79bc-4b39-88f1-4ea6cceae87c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 419 | 2025.01.07 05:08:04.088257 [ 3 ] {f324101c-79bc-4b39-88f1-4ea6cceae87c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 420 | 2025.01.07 05:08:04.090372 [ 3 ] {f324101c-79bc-4b39-88f1-4ea6cceae87c} <Debug> oximeter.measurements_histogrami16 (df04219f-b0db-4461-905b-1498edd5d94b): Loading data parts | ||
| 421 | 2025.01.07 05:08:04.090537 [ 3 ] {f324101c-79bc-4b39-88f1-4ea6cceae87c} <Debug> oximeter.measurements_histogrami16 (df04219f-b0db-4461-905b-1498edd5d94b): There are no data parts | ||
| 422 | 2025.01.07 05:08:04.091896 [ 3 ] {f324101c-79bc-4b39-88f1-4ea6cceae87c} <Debug> TCPHandler: Processed in 0.004088656 sec. | ||
| 423 | 2025.01.07 05:08:04.092091 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 424 | 2025.01.07 05:08:04.092452 [ 5 ] {07598fda-93fb-4fcb-aa58-f28720709317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 425 | 2025.01.07 05:08:04.092547 [ 5 ] {07598fda-93fb-4fcb-aa58-f28720709317} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 426 | 2025.01.07 05:08:04.094662 [ 5 ] {07598fda-93fb-4fcb-aa58-f28720709317} <Debug> oximeter.measurements_histogramu16 (a6f7234e-bb5e-42e8-80cf-14fe2801532e): Loading data parts | ||
| 427 | 2025.01.07 05:08:04.094826 [ 5 ] {07598fda-93fb-4fcb-aa58-f28720709317} <Debug> oximeter.measurements_histogramu16 (a6f7234e-bb5e-42e8-80cf-14fe2801532e): There are no data parts | ||
| 428 | 2025.01.07 05:08:04.096165 [ 5 ] {07598fda-93fb-4fcb-aa58-f28720709317} <Debug> TCPHandler: Processed in 0.004142638 sec. | ||
| 429 | 2025.01.07 05:08:04.096344 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 430 | 2025.01.07 05:08:04.096666 [ 3 ] {04056087-c776-472b-9fa4-2f4392486112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 431 | 2025.01.07 05:08:04.096737 [ 3 ] {04056087-c776-472b-9fa4-2f4392486112} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 432 | 2025.01.07 05:08:04.098830 [ 3 ] {04056087-c776-472b-9fa4-2f4392486112} <Debug> oximeter.measurements_histogrami32 (539a8562-9260-4f2c-a6b3-fb8d62e07e04): Loading data parts | ||
| 433 | 2025.01.07 05:08:04.098996 [ 3 ] {04056087-c776-472b-9fa4-2f4392486112} <Debug> oximeter.measurements_histogrami32 (539a8562-9260-4f2c-a6b3-fb8d62e07e04): There are no data parts | ||
| 434 | 2025.01.07 05:08:04.100390 [ 3 ] {04056087-c776-472b-9fa4-2f4392486112} <Debug> TCPHandler: Processed in 0.004105067 sec. | ||
| 435 | 2025.01.07 05:08:04.100583 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 436 | 2025.01.07 05:08:04.100904 [ 5 ] {f3ce442f-ed79-40da-83f5-14bbf1ba80e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 437 | 2025.01.07 05:08:04.100985 [ 5 ] {f3ce442f-ed79-40da-83f5-14bbf1ba80e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 438 | 2025.01.07 05:08:04.103059 [ 5 ] {f3ce442f-ed79-40da-83f5-14bbf1ba80e7} <Debug> oximeter.measurements_histogramu32 (9dcb6904-108d-4574-9dbf-71a05c16c5a7): Loading data parts | ||
| 439 | 2025.01.07 05:08:04.103227 [ 5 ] {f3ce442f-ed79-40da-83f5-14bbf1ba80e7} <Debug> oximeter.measurements_histogramu32 (9dcb6904-108d-4574-9dbf-71a05c16c5a7): There are no data parts | ||
| 440 | 2025.01.07 05:08:04.104528 [ 5 ] {f3ce442f-ed79-40da-83f5-14bbf1ba80e7} <Debug> TCPHandler: Processed in 0.004014024 sec. | ||
| 441 | 2025.01.07 05:08:04.104735 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 442 | 2025.01.07 05:08:04.105123 [ 3 ] {c03a8039-837b-467f-957f-3c5c17152d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 443 | 2025.01.07 05:08:04.105210 [ 3 ] {c03a8039-837b-467f-957f-3c5c17152d90} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 444 | 2025.01.07 05:08:04.107402 [ 3 ] {c03a8039-837b-467f-957f-3c5c17152d90} <Debug> oximeter.measurements_histogrami64 (b2ed7500-f4dd-4760-b97c-f54d0c52a06d): Loading data parts | ||
| 445 | 2025.01.07 05:08:04.107557 [ 3 ] {c03a8039-837b-467f-957f-3c5c17152d90} <Debug> oximeter.measurements_histogrami64 (b2ed7500-f4dd-4760-b97c-f54d0c52a06d): There are no data parts | ||
| 446 | 2025.01.07 05:08:04.108869 [ 3 ] {c03a8039-837b-467f-957f-3c5c17152d90} <Debug> TCPHandler: Processed in 0.004203969 sec. | ||
| 447 | 2025.01.07 05:08:04.109055 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 448 | 2025.01.07 05:08:04.109348 [ 5 ] {50a86cc6-01ee-4637-a02a-4739018100b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 449 | 2025.01.07 05:08:04.109428 [ 5 ] {50a86cc6-01ee-4637-a02a-4739018100b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 450 | 2025.01.07 05:08:04.111482 [ 5 ] {50a86cc6-01ee-4637-a02a-4739018100b6} <Debug> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Loading data parts | ||
| 451 | 2025.01.07 05:08:04.111641 [ 5 ] {50a86cc6-01ee-4637-a02a-4739018100b6} <Debug> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): There are no data parts | ||
| 452 | 2025.01.07 05:08:04.112929 [ 5 ] {50a86cc6-01ee-4637-a02a-4739018100b6} <Debug> TCPHandler: Processed in 0.003930731 sec. | ||
| 453 | 2025.01.07 05:08:04.113122 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 454 | 2025.01.07 05:08:04.113489 [ 3 ] {436f85b2-e068-4a8c-8615-d65a1fe7d787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 455 | 2025.01.07 05:08:04.113578 [ 3 ] {436f85b2-e068-4a8c-8615-d65a1fe7d787} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 456 | 2025.01.07 05:08:04.115738 [ 3 ] {436f85b2-e068-4a8c-8615-d65a1fe7d787} <Debug> oximeter.measurements_histogramf32 (c9d0e0ec-bf83-4995-b0d6-336d43a29639): Loading data parts | ||
| 457 | 2025.01.07 05:08:04.115922 [ 3 ] {436f85b2-e068-4a8c-8615-d65a1fe7d787} <Debug> oximeter.measurements_histogramf32 (c9d0e0ec-bf83-4995-b0d6-336d43a29639): There are no data parts | ||
| 458 | 2025.01.07 05:08:04.117272 [ 3 ] {436f85b2-e068-4a8c-8615-d65a1fe7d787} <Debug> TCPHandler: Processed in 0.00421995 sec. | ||
| 459 | 2025.01.07 05:08:04.117475 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 460 | 2025.01.07 05:08:04.117767 [ 5 ] {e3500b61-7633-4927-bad7-137b9e6a612f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 461 | 2025.01.07 05:08:04.117853 [ 5 ] {e3500b61-7633-4927-bad7-137b9e6a612f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 462 | 2025.01.07 05:08:04.119921 [ 5 ] {e3500b61-7633-4927-bad7-137b9e6a612f} <Debug> oximeter.measurements_histogramf64 (db6173a2-4ef1-4777-8866-b5961fd1b402): Loading data parts | ||
| 463 | 2025.01.07 05:08:04.120071 [ 5 ] {e3500b61-7633-4927-bad7-137b9e6a612f} <Debug> oximeter.measurements_histogramf64 (db6173a2-4ef1-4777-8866-b5961fd1b402): There are no data parts | ||
| 464 | 2025.01.07 05:08:04.121332 [ 5 ] {e3500b61-7633-4927-bad7-137b9e6a612f} <Debug> TCPHandler: Processed in 0.00391304 sec. | ||
| 465 | 2025.01.07 05:08:04.121518 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 466 | 2025.01.07 05:08:04.121732 [ 3 ] {fdb1129d-43fb-4dea-8d13-4fd80c48f867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) /* The field tables store named dimensions of each timeseries. | ||
| 467 | * | ||
| 468 | * As with the measurement tables, there is one field table for each field data | ||
| 469 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 470 | * this behavior **must not** be relied upon for query correctness. | ||
| 471 | * | ||
| 472 | * The index for the fields differs from the measurements, however. Rows are | ||
| 473 | * sorted by timeseries name, then field name, field value, and finally | ||
| 474 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 475 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 476 | * usually then used to look up measurements. | ||
| 477 | * | ||
| 478 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 479 | * timeseries name and then key, since it would improve lookups where one | ||
| 480 | * already has the key. Realistically though, these tables are quite small and | ||
| 481 | * so performance benefits will be low in absolute terms. | ||
| 482 | * | ||
| 483 | * TTL: We use a materialized column to expire old field table records. This | ||
| 484 | * column is generated automatically by the database whenever a new row is | ||
| 485 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 486 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 487 | * record will remain during a deduplication, which will have the last | ||
| 488 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 489 | * measurement tables. | ||
| 490 | */ | ||
| 491 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 492 | 2025.01.07 05:08:04.121819 [ 3 ] {fdb1129d-43fb-4dea-8d13-4fd80c48f867} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 493 | 2025.01.07 05:08:04.123751 [ 3 ] {fdb1129d-43fb-4dea-8d13-4fd80c48f867} <Debug> oximeter.fields_bool (add72257-c3d7-41d3-bc07-a44fb013a736): Loading data parts | ||
| 494 | 2025.01.07 05:08:04.123912 [ 3 ] {fdb1129d-43fb-4dea-8d13-4fd80c48f867} <Debug> oximeter.fields_bool (add72257-c3d7-41d3-bc07-a44fb013a736): There are no data parts | ||
| 495 | 2025.01.07 05:08:04.125083 [ 3 ] {fdb1129d-43fb-4dea-8d13-4fd80c48f867} <Debug> TCPHandler: Processed in 0.003625002 sec. | ||
| 496 | 2025.01.07 05:08:04.125278 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2025.01.07 05:08:04.125518 [ 5 ] {897eea8d-5470-445f-ab33-7176e12755ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 498 | 2025.01.07 05:08:04.125578 [ 5 ] {897eea8d-5470-445f-ab33-7176e12755ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 499 | 2025.01.07 05:08:04.127414 [ 5 ] {897eea8d-5470-445f-ab33-7176e12755ed} <Debug> oximeter.fields_i8 (770fc13a-bbcb-461e-9f5d-1878be7b46cb): Loading data parts | ||
| 500 | 2025.01.07 05:08:04.127585 [ 5 ] {897eea8d-5470-445f-ab33-7176e12755ed} <Debug> oximeter.fields_i8 (770fc13a-bbcb-461e-9f5d-1878be7b46cb): There are no data parts | ||
| 501 | 2025.01.07 05:08:04.128820 [ 5 ] {897eea8d-5470-445f-ab33-7176e12755ed} <Debug> TCPHandler: Processed in 0.003601361 sec. | ||
| 502 | 2025.01.07 05:08:04.129008 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2025.01.07 05:08:04.129260 [ 3 ] {cd3343f8-e762-4928-8a96-26c17f2888d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 504 | 2025.01.07 05:08:04.129346 [ 3 ] {cd3343f8-e762-4928-8a96-26c17f2888d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 505 | 2025.01.07 05:08:04.131252 [ 3 ] {cd3343f8-e762-4928-8a96-26c17f2888d5} <Debug> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Loading data parts | ||
| 506 | 2025.01.07 05:08:04.131501 [ 3 ] {cd3343f8-e762-4928-8a96-26c17f2888d5} <Debug> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): There are no data parts | ||
| 507 | 2025.01.07 05:08:04.132741 [ 3 ] {cd3343f8-e762-4928-8a96-26c17f2888d5} <Debug> TCPHandler: Processed in 0.003799867 sec. | ||
| 508 | 2025.01.07 05:08:04.132915 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2025.01.07 05:08:04.133148 [ 5 ] {d40cf7e6-222f-40cb-9aa6-d81824319a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 510 | 2025.01.07 05:08:04.133206 [ 5 ] {d40cf7e6-222f-40cb-9aa6-d81824319a34} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 511 | 2025.01.07 05:08:04.135034 [ 5 ] {d40cf7e6-222f-40cb-9aa6-d81824319a34} <Debug> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Loading data parts | ||
| 512 | 2025.01.07 05:08:04.135185 [ 5 ] {d40cf7e6-222f-40cb-9aa6-d81824319a34} <Debug> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): There are no data parts | ||
| 513 | 2025.01.07 05:08:04.136456 [ 5 ] {d40cf7e6-222f-40cb-9aa6-d81824319a34} <Debug> TCPHandler: Processed in 0.00359767 sec. | ||
| 514 | 2025.01.07 05:08:04.136632 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 515 | 2025.01.07 05:08:04.136836 [ 3 ] {f7c08923-c2c1-4cfe-b65e-0777b7aa560a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 516 | 2025.01.07 05:08:04.136911 [ 3 ] {f7c08923-c2c1-4cfe-b65e-0777b7aa560a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 517 | 2025.01.07 05:08:04.138745 [ 3 ] {f7c08923-c2c1-4cfe-b65e-0777b7aa560a} <Debug> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Loading data parts | ||
| 518 | 2025.01.07 05:08:04.138920 [ 3 ] {f7c08923-c2c1-4cfe-b65e-0777b7aa560a} <Debug> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): There are no data parts | ||
| 519 | 2025.01.07 05:08:04.140160 [ 3 ] {f7c08923-c2c1-4cfe-b65e-0777b7aa560a} <Debug> TCPHandler: Processed in 0.00358559 sec. | ||
| 520 | 2025.01.07 05:08:04.140331 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 521 | 2025.01.07 05:08:04.140567 [ 5 ] {c5d3a20d-478f-45fd-b7c7-649f7dc6f23b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 522 | 2025.01.07 05:08:04.140626 [ 5 ] {c5d3a20d-478f-45fd-b7c7-649f7dc6f23b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 523 | 2025.01.07 05:08:04.142520 [ 5 ] {c5d3a20d-478f-45fd-b7c7-649f7dc6f23b} <Debug> oximeter.fields_i32 (288bd19f-f677-44ea-a3d0-cc0d67fb69ea): Loading data parts | ||
| 524 | 2025.01.07 05:08:04.142668 [ 5 ] {c5d3a20d-478f-45fd-b7c7-649f7dc6f23b} <Debug> oximeter.fields_i32 (288bd19f-f677-44ea-a3d0-cc0d67fb69ea): There are no data parts | ||
| 525 | 2025.01.07 05:08:04.143904 [ 5 ] {c5d3a20d-478f-45fd-b7c7-649f7dc6f23b} <Debug> TCPHandler: Processed in 0.003628591 sec. | ||
| 526 | 2025.01.07 05:08:04.144089 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 527 | 2025.01.07 05:08:04.144337 [ 3 ] {2937c148-7500-4f50-8049-7dbe210603fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 528 | 2025.01.07 05:08:04.144425 [ 3 ] {2937c148-7500-4f50-8049-7dbe210603fb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 529 | 2025.01.07 05:08:04.146293 [ 3 ] {2937c148-7500-4f50-8049-7dbe210603fb} <Debug> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Loading data parts | ||
| 530 | 2025.01.07 05:08:04.146466 [ 3 ] {2937c148-7500-4f50-8049-7dbe210603fb} <Debug> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): There are no data parts | ||
| 531 | 2025.01.07 05:08:04.147616 [ 3 ] {2937c148-7500-4f50-8049-7dbe210603fb} <Debug> TCPHandler: Processed in 0.00359438 sec. | ||
| 532 | 2025.01.07 05:08:04.147804 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 533 | 2025.01.07 05:08:04.148080 [ 5 ] {e754834c-05d7-4eb6-8189-c5cc516b9721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 534 | 2025.01.07 05:08:04.148151 [ 5 ] {e754834c-05d7-4eb6-8189-c5cc516b9721} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 535 | 2025.01.07 05:08:04.150058 [ 5 ] {e754834c-05d7-4eb6-8189-c5cc516b9721} <Debug> oximeter.fields_i64 (1f28d555-430f-4fca-a76f-3563a3a0255b): Loading data parts | ||
| 536 | 2025.01.07 05:08:04.150204 [ 5 ] {e754834c-05d7-4eb6-8189-c5cc516b9721} <Debug> oximeter.fields_i64 (1f28d555-430f-4fca-a76f-3563a3a0255b): There are no data parts | ||
| 537 | 2025.01.07 05:08:04.151379 [ 5 ] {e754834c-05d7-4eb6-8189-c5cc516b9721} <Debug> TCPHandler: Processed in 0.003638592 sec. | ||
| 538 | 2025.01.07 05:08:04.151557 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 539 | 2025.01.07 05:08:04.151763 [ 3 ] {710a1562-ad2e-4533-ac73-99b4c2bf9396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 540 | 2025.01.07 05:08:04.151849 [ 3 ] {710a1562-ad2e-4533-ac73-99b4c2bf9396} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 541 | 2025.01.07 05:08:04.153813 [ 3 ] {710a1562-ad2e-4533-ac73-99b4c2bf9396} <Debug> oximeter.fields_u64 (c1f7d50b-ddd7-4877-ac87-d41593c447d2): Loading data parts | ||
| 542 | 2025.01.07 05:08:04.154004 [ 3 ] {710a1562-ad2e-4533-ac73-99b4c2bf9396} <Debug> oximeter.fields_u64 (c1f7d50b-ddd7-4877-ac87-d41593c447d2): There are no data parts | ||
| 543 | 2025.01.07 05:08:04.155200 [ 3 ] {710a1562-ad2e-4533-ac73-99b4c2bf9396} <Debug> TCPHandler: Processed in 0.003699013 sec. | ||
| 544 | 2025.01.07 05:08:04.155379 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 545 | 2025.01.07 05:08:04.155615 [ 5 ] {e967338b-24f0-4162-a1c3-796763506c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 546 | 2025.01.07 05:08:04.155675 [ 5 ] {e967338b-24f0-4162-a1c3-796763506c94} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 547 | 2025.01.07 05:08:04.157489 [ 5 ] {e967338b-24f0-4162-a1c3-796763506c94} <Debug> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Loading data parts | ||
| 548 | 2025.01.07 05:08:04.157707 [ 5 ] {e967338b-24f0-4162-a1c3-796763506c94} <Debug> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): There are no data parts | ||
| 549 | 2025.01.07 05:08:04.158887 [ 5 ] {e967338b-24f0-4162-a1c3-796763506c94} <Debug> TCPHandler: Processed in 0.00356941 sec. | ||
| 550 | 2025.01.07 05:08:04.159060 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 551 | 2025.01.07 05:08:04.159267 [ 3 ] {c69e0671-3e48-461b-8a78-210a0fad0b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 552 | 2025.01.07 05:08:04.159342 [ 3 ] {c69e0671-3e48-461b-8a78-210a0fad0b4e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 553 | 2025.01.07 05:08:04.161158 [ 3 ] {c69e0671-3e48-461b-8a78-210a0fad0b4e} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Loading data parts | ||
| 554 | 2025.01.07 05:08:04.161320 [ 3 ] {c69e0671-3e48-461b-8a78-210a0fad0b4e} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): There are no data parts | ||
| 555 | 2025.01.07 05:08:04.162502 [ 3 ] {c69e0671-3e48-461b-8a78-210a0fad0b4e} <Debug> TCPHandler: Processed in 0.003497828 sec. | ||
| 556 | 2025.01.07 05:08:04.162689 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 557 | 2025.01.07 05:08:04.162974 [ 5 ] {d8824b86-081e-402e-84e1-c6d833e5bcf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 558 | 2025.01.07 05:08:04.163048 [ 5 ] {d8824b86-081e-402e-84e1-c6d833e5bcf2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 559 | 2025.01.07 05:08:04.164958 [ 5 ] {d8824b86-081e-402e-84e1-c6d833e5bcf2} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Loading data parts | ||
| 560 | 2025.01.07 05:08:04.165119 [ 5 ] {d8824b86-081e-402e-84e1-c6d833e5bcf2} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): There are no data parts | ||
| 561 | 2025.01.07 05:08:04.166276 [ 5 ] {d8824b86-081e-402e-84e1-c6d833e5bcf2} <Debug> TCPHandler: Processed in 0.003653573 sec. | ||
| 562 | 2025.01.07 05:08:04.166473 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 563 | 2025.01.07 05:08:04.166805 [ 3 ] {515c05a4-a9ff-4de3-9b6e-958623bac5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) /* The timeseries schema table stores the extracted schema for the samples | ||
| 564 | * oximeter collects. | ||
| 565 | */ | ||
| 566 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 567 | 2025.01.07 05:08:04.166909 [ 3 ] {515c05a4-a9ff-4de3-9b6e-958623bac5ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 568 | 2025.01.07 05:08:04.168809 [ 3 ] {515c05a4-a9ff-4de3-9b6e-958623bac5ed} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974): Loading data parts | ||
| 569 | 2025.01.07 05:08:04.168963 [ 3 ] {515c05a4-a9ff-4de3-9b6e-958623bac5ed} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974): There are no data parts | ||
| 570 | 2025.01.07 05:08:04.170485 [ 3 ] {515c05a4-a9ff-4de3-9b6e-958623bac5ed} <Debug> TCPHandler: Processed in 0.004078755 sec. | ||
| 571 | 2025.01.07 05:08:04.170711 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 572 | 2025.01.07 05:08:04.170929 [ 5 ] {00926b7c-685f-4dc1-a43a-6f7c88e5ebef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 573 | 2025.01.07 05:08:04.171769 [ 5 ] {00926b7c-685f-4dc1-a43a-6f7c88e5ebef} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 574 | 2025.01.07 05:08:04.179047 [ 260 ] {00926b7c-685f-4dc1-a43a-6f7c88e5ebef} <Trace> oximeter.version (8bef60f9-236e-410d-9c8d-f6c090f6d23b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 575 | 2025.01.07 05:08:04.179099 [ 260 ] {00926b7c-685f-4dc1-a43a-6f7c88e5ebef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 576 | 2025.01.07 05:08:04.181216 [ 260 ] {00926b7c-685f-4dc1-a43a-6f7c88e5ebef} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 577 | 2025.01.07 05:08:04.181568 [ 260 ] {00926b7c-685f-4dc1-a43a-6f7c88e5ebef} <Trace> oximeter.version (8bef60f9-236e-410d-9c8d-f6c090f6d23b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 578 | 2025.01.07 05:08:04.181907 [ 5 ] {00926b7c-685f-4dc1-a43a-6f7c88e5ebef} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011043 sec., 90.55510278004165 rows/sec., 1.41 KiB/sec. | ||
| 579 | 2025.01.07 05:08:04.182387 [ 5 ] {00926b7c-685f-4dc1-a43a-6f7c88e5ebef} <Debug> TCPHandler: Processed in 0.011741241 sec. | ||
| 580 | 2025.01.07 05:08:04.794873 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55166 | ||
| 581 | 2025.01.07 05:08:04.794991 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 582 | 2025.01.07 05:08:04.795026 [ 261 ] {} <Debug> TCP-Session: 9c1e4d15-81c1-401f-a726-4c5219d4b914 Authenticating user 'default' from [fd00:1122:3344:101::e]:55166 | ||
| 583 | 2025.01.07 05:08:04.795096 [ 261 ] {} <Debug> TCP-Session: 9c1e4d15-81c1-401f-a726-4c5219d4b914 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 584 | 2025.01.07 05:08:04.795115 [ 261 ] {} <Debug> TCP-Session: 9c1e4d15-81c1-401f-a726-4c5219d4b914 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 585 | 2025.01.07 05:08:04.795175 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 586 | 2025.01.07 05:08:04.795224 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 587 | 2025.01.07 05:08:04.795247 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 588 | 2025.01.07 05:08:04.796247 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51989 | ||
| 589 | 2025.01.07 05:08:04.796324 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61354 | ||
| 590 | 2025.01.07 05:08:04.796416 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 591 | 2025.01.07 05:08:04.796460 [ 262 ] {} <Debug> TCP-Session: cc386479-b1af-4540-8d8b-17be8a206653 Authenticating user 'default' from [fd00:1122:3344:101::e]:51989 | ||
| 592 | 2025.01.07 05:08:04.796494 [ 262 ] {} <Debug> TCP-Session: cc386479-b1af-4540-8d8b-17be8a206653 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2025.01.07 05:08:04.796605 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65444 | ||
| 594 | 2025.01.07 05:08:04.796634 [ 262 ] {} <Debug> TCP-Session: cc386479-b1af-4540-8d8b-17be8a206653 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 595 | 2025.01.07 05:08:04.796607 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52873 | ||
| 596 | 2025.01.07 05:08:04.796606 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 597 | 2025.01.07 05:08:04.796835 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 598 | 2025.01.07 05:08:04.796852 [ 263 ] {} <Debug> TCP-Session: 1eb40567-948b-46ad-86b2-ae088b3d0699 Authenticating user 'default' from [fd00:1122:3344:101::e]:61354 | ||
| 599 | 2025.01.07 05:08:04.796857 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63803 | ||
| 600 | 2025.01.07 05:08:04.797009 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 601 | 2025.01.07 05:08:04.797028 [ 263 ] {} <Debug> TCP-Session: 1eb40567-948b-46ad-86b2-ae088b3d0699 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 602 | 2025.01.07 05:08:04.797036 [ 264 ] {} <Debug> TCP-Session: d175ccb8-04c5-4299-9984-f45819098786 Authenticating user 'default' from [fd00:1122:3344:101::e]:65444 | ||
| 603 | 2025.01.07 05:08:04.797155 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34801 | ||
| 604 | 2025.01.07 05:08:04.797195 [ 263 ] {} <Debug> TCP-Session: 1eb40567-948b-46ad-86b2-ae088b3d0699 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2025.01.07 05:08:04.797183 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 606 | 2025.01.07 05:08:04.797239 [ 265 ] {} <Debug> TCP-Session: 30fc1c83-697b-4163-8158-a84c354d810d Authenticating user 'default' from [fd00:1122:3344:101::e]:52873 | ||
| 607 | 2025.01.07 05:08:04.797279 [ 264 ] {} <Debug> TCP-Session: d175ccb8-04c5-4299-9984-f45819098786 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2025.01.07 05:08:04.797167 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47810 | ||
| 609 | 2025.01.07 05:08:04.797426 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 610 | 2025.01.07 05:08:04.797451 [ 265 ] {} <Debug> TCP-Session: 30fc1c83-697b-4163-8158-a84c354d810d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 611 | 2025.01.07 05:08:04.797455 [ 264 ] {} <Debug> TCP-Session: d175ccb8-04c5-4299-9984-f45819098786 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2025.01.07 05:08:04.797565 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 613 | 2025.01.07 05:08:04.797586 [ 268 ] {} <Debug> TCP-Session: 6d16d853-93fe-4e1a-94f4-fe907e54c6d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:34801 | ||
| 614 | 2025.01.07 05:08:04.797625 [ 265 ] {} <Debug> TCP-Session: 30fc1c83-697b-4163-8158-a84c354d810d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 615 | 2025.01.07 05:08:04.797712 [ 267 ] {} <Debug> TCP-Session: 9bb2b749-8fa6-437f-b298-6203ee7fea3a Authenticating user 'default' from [fd00:1122:3344:101::e]:47810 | ||
| 616 | 2025.01.07 05:08:04.797729 [ 268 ] {} <Debug> TCP-Session: 6d16d853-93fe-4e1a-94f4-fe907e54c6d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2025.01.07 05:08:04.797723 [ 266 ] {} <Debug> TCP-Session: a2201d0a-fd38-4134-b97a-47dcfa34b18d Authenticating user 'default' from [fd00:1122:3344:101::e]:63803 | ||
| 618 | 2025.01.07 05:08:04.797809 [ 267 ] {} <Debug> TCP-Session: 9bb2b749-8fa6-437f-b298-6203ee7fea3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 619 | 2025.01.07 05:08:04.797826 [ 268 ] {} <Debug> TCP-Session: 6d16d853-93fe-4e1a-94f4-fe907e54c6d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2025.01.07 05:08:04.797850 [ 266 ] {} <Debug> TCP-Session: a2201d0a-fd38-4134-b97a-47dcfa34b18d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 621 | 2025.01.07 05:08:04.797881 [ 267 ] {} <Debug> TCP-Session: 9bb2b749-8fa6-437f-b298-6203ee7fea3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 622 | 2025.01.07 05:08:04.797974 [ 266 ] {} <Debug> TCP-Session: a2201d0a-fd38-4134-b97a-47dcfa34b18d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 623 | 2025.01.07 05:08:05.000196 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 134.60 MiB, peak 134.60 MiB, free memory in arenas 0.00 B, will set to 139.71 MiB (RSS), difference: 5.11 MiB | ||
| 624 | 2025.01.07 05:08:05.730020 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55344 | ||
| 625 | 2025.01.07 05:08:05.730194 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 626 | 2025.01.07 05:08:05.730267 [ 269 ] {} <Debug> TCP-Session: eaaac0f1-035d-4129-9ecc-74bf91f56172 Authenticating user 'default' from [fd00:1122:3344:101::c]:55344 | ||
| 627 | 2025.01.07 05:08:05.730298 [ 269 ] {} <Debug> TCP-Session: eaaac0f1-035d-4129-9ecc-74bf91f56172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2025.01.07 05:08:05.730316 [ 269 ] {} <Debug> TCP-Session: eaaac0f1-035d-4129-9ecc-74bf91f56172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2025.01.07 05:08:05.730409 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 630 | 2025.01.07 05:08:05.730441 [ 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.07 05:08:05.730479 [ 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.07 05:08:05.732449 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62858 | ||
| 633 | 2025.01.07 05:08:05.732453 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33913 | ||
| 634 | 2025.01.07 05:08:05.732524 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45083 | ||
| 635 | 2025.01.07 05:08:05.732915 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 636 | 2025.01.07 05:08:05.732926 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 637 | 2025.01.07 05:08:05.732676 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38915 | ||
| 638 | 2025.01.07 05:08:05.732940 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48075 | ||
| 639 | 2025.01.07 05:08:05.732989 [ 270 ] {} <Debug> TCP-Session: 657c1f3c-3a42-4122-bd82-3c5dad29c99f Authenticating user 'default' from [fd00:1122:3344:101::c]:33913 | ||
| 640 | 2025.01.07 05:08:05.733137 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56067 | ||
| 641 | 2025.01.07 05:08:05.733154 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 642 | 2025.01.07 05:08:05.733320 [ 270 ] {} <Debug> TCP-Session: 657c1f3c-3a42-4122-bd82-3c5dad29c99f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 643 | 2025.01.07 05:08:05.733345 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48296 | ||
| 644 | 2025.01.07 05:08:05.733565 [ 271 ] {} <Debug> TCP-Session: 48234d2d-1162-4146-9bbd-19d185463081 Authenticating user 'default' from [fd00:1122:3344:101::c]:62858 | ||
| 645 | 2025.01.07 05:08:05.733741 [ 270 ] {} <Debug> TCP-Session: 657c1f3c-3a42-4122-bd82-3c5dad29c99f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2025.01.07 05:08:05.733786 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 647 | 2025.01.07 05:08:05.733637 [ 272 ] {} <Debug> TCP-Session: b17b8fb6-2dec-4073-907c-3579701bc53e Authenticating user 'default' from [fd00:1122:3344:101::c]:45083 | ||
| 648 | 2025.01.07 05:08:05.733881 [ 271 ] {} <Debug> TCP-Session: 48234d2d-1162-4146-9bbd-19d185463081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2025.01.07 05:08:05.733894 [ 272 ] {} <Debug> TCP-Session: b17b8fb6-2dec-4073-907c-3579701bc53e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2025.01.07 05:08:05.733949 [ 276 ] {} <Debug> TCP-Session: 6b2e0359-de10-42e8-94fe-be14a843f810 Authenticating user 'default' from [fd00:1122:3344:101::c]:48296 | ||
| 651 | 2025.01.07 05:08:05.733967 [ 271 ] {} <Debug> TCP-Session: 48234d2d-1162-4146-9bbd-19d185463081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2025.01.07 05:08:05.733975 [ 272 ] {} <Debug> TCP-Session: b17b8fb6-2dec-4073-907c-3579701bc53e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2025.01.07 05:08:05.734020 [ 276 ] {} <Debug> TCP-Session: 6b2e0359-de10-42e8-94fe-be14a843f810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2025.01.07 05:08:05.734081 [ 276 ] {} <Debug> TCP-Session: 6b2e0359-de10-42e8-94fe-be14a843f810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.01.07 05:08:05.734393 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 656 | 2025.01.07 05:08:05.734436 [ 273 ] {} <Debug> TCP-Session: 0e2b6839-c4c9-48c4-8e14-64ead305a7fa Authenticating user 'default' from [fd00:1122:3344:101::c]:38915 | ||
| 657 | 2025.01.07 05:08:05.734500 [ 273 ] {} <Debug> TCP-Session: 0e2b6839-c4c9-48c4-8e14-64ead305a7fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.01.07 05:08:05.734515 [ 273 ] {} <Debug> TCP-Session: 0e2b6839-c4c9-48c4-8e14-64ead305a7fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.01.07 05:08:05.746441 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 660 | 2025.01.07 05:08:05.746524 [ 275 ] {} <Debug> TCP-Session: 7dce81f7-5fc6-4246-a4e0-5d1f60fe5df2 Authenticating user 'default' from [fd00:1122:3344:101::c]:56067 | ||
| 661 | 2025.01.07 05:08:05.746545 [ 275 ] {} <Debug> TCP-Session: 7dce81f7-5fc6-4246-a4e0-5d1f60fe5df2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.01.07 05:08:05.746560 [ 275 ] {} <Debug> TCP-Session: 7dce81f7-5fc6-4246-a4e0-5d1f60fe5df2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.01.07 05:08:05.766696 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 664 | 2025.01.07 05:08:05.766768 [ 274 ] {} <Debug> TCP-Session: a095a70a-e445-4a2a-80bf-f5b6cc4792ef Authenticating user 'default' from [fd00:1122:3344:101::c]:48075 | ||
| 665 | 2025.01.07 05:08:05.766795 [ 274 ] {} <Debug> TCP-Session: a095a70a-e445-4a2a-80bf-f5b6cc4792ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2025.01.07 05:08:05.766849 [ 274 ] {} <Debug> TCP-Session: a095a70a-e445-4a2a-80bf-f5b6cc4792ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2025.01.07 05:08:06.004427 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33477 | ||
| 668 | 2025.01.07 05:08:06.004631 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 669 | 2025.01.07 05:08:06.004666 [ 277 ] {} <Debug> TCP-Session: fce54192-ed11-4dd5-b3f2-d7d44d173dda Authenticating user 'default' from [fd00:1122:3344:101::a]:33477 | ||
| 670 | 2025.01.07 05:08:06.004739 [ 277 ] {} <Debug> TCP-Session: fce54192-ed11-4dd5-b3f2-d7d44d173dda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2025.01.07 05:08:06.004753 [ 277 ] {} <Debug> TCP-Session: fce54192-ed11-4dd5-b3f2-d7d44d173dda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2025.01.07 05:08:06.004831 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 673 | 2025.01.07 05:08:06.004895 [ 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.07 05:08:06.004913 [ 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.07 05:08:06.006401 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58817 | ||
| 676 | 2025.01.07 05:08:06.006496 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38503 | ||
| 677 | 2025.01.07 05:08:06.006633 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:32884 | ||
| 678 | 2025.01.07 05:08:06.006639 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 679 | 2025.01.07 05:08:06.006943 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 680 | 2025.01.07 05:08:06.006972 [ 278 ] {} <Debug> TCP-Session: 1534fcb3-6bd6-4054-8be9-2e9c244424a7 Authenticating user 'default' from [fd00:1122:3344:101::a]:58817 | ||
| 681 | 2025.01.07 05:08:06.007019 [ 279 ] {} <Debug> TCP-Session: bd65baec-25a5-4a02-a0d7-4681a4d97548 Authenticating user 'default' from [fd00:1122:3344:101::a]:38503 | ||
| 682 | 2025.01.07 05:08:06.006986 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 683 | 2025.01.07 05:08:06.006975 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36209 | ||
| 684 | 2025.01.07 05:08:06.007112 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42567 | ||
| 685 | 2025.01.07 05:08:06.007127 [ 279 ] {} <Debug> TCP-Session: bd65baec-25a5-4a02-a0d7-4681a4d97548 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2025.01.07 05:08:06.007153 [ 280 ] {} <Debug> TCP-Session: 34846215-2196-4937-b3e1-1779af86b8f8 Authenticating user 'default' from [fd00:1122:3344:101::a]:32884 | ||
| 687 | 2025.01.07 05:08:06.007180 [ 278 ] {} <Debug> TCP-Session: 1534fcb3-6bd6-4054-8be9-2e9c244424a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2025.01.07 05:08:06.007326 [ 280 ] {} <Debug> TCP-Session: 34846215-2196-4937-b3e1-1779af86b8f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2025.01.07 05:08:06.007535 [ 280 ] {} <Debug> TCP-Session: 34846215-2196-4937-b3e1-1779af86b8f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.01.07 05:08:06.007537 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40260 | ||
| 691 | 2025.01.07 05:08:06.007582 [ 279 ] {} <Debug> TCP-Session: bd65baec-25a5-4a02-a0d7-4681a4d97548 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2025.01.07 05:08:06.007567 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 693 | 2025.01.07 05:08:06.007639 [ 278 ] {} <Debug> TCP-Session: 1534fcb3-6bd6-4054-8be9-2e9c244424a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.01.07 05:08:06.007545 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52295 | ||
| 695 | 2025.01.07 05:08:06.007893 [ 282 ] {} <Debug> TCP-Session: 8a06e5b1-4dde-4959-93fe-ecbaefec0f47 Authenticating user 'default' from [fd00:1122:3344:101::a]:42567 | ||
| 696 | 2025.01.07 05:08:06.008027 [ 282 ] {} <Debug> TCP-Session: 8a06e5b1-4dde-4959-93fe-ecbaefec0f47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.01.07 05:08:06.008088 [ 282 ] {} <Debug> TCP-Session: 8a06e5b1-4dde-4959-93fe-ecbaefec0f47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.01.07 05:08:06.008719 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2025.01.07 05:08:06.008756 [ 283 ] {} <Debug> TCP-Session: e6808703-6528-4d69-a251-625cc52a8724 Authenticating user 'default' from [fd00:1122:3344:101::a]:52295 | ||
| 700 | 2025.01.07 05:08:06.008775 [ 283 ] {} <Debug> TCP-Session: e6808703-6528-4d69-a251-625cc52a8724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.01.07 05:08:06.008816 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 702 | 2025.01.07 05:08:06.008835 [ 283 ] {} <Debug> TCP-Session: e6808703-6528-4d69-a251-625cc52a8724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.01.07 05:08:06.008870 [ 284 ] {} <Debug> TCP-Session: f300acbb-baf4-402a-885f-c5d87c4e818c Authenticating user 'default' from [fd00:1122:3344:101::a]:40260 | ||
| 704 | 2025.01.07 05:08:06.008904 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 705 | 2025.01.07 05:08:06.008974 [ 284 ] {} <Debug> TCP-Session: f300acbb-baf4-402a-885f-c5d87c4e818c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.01.07 05:08:06.009003 [ 281 ] {} <Debug> TCP-Session: a6fbaa11-6f90-4c16-af77-42e87592c7a9 Authenticating user 'default' from [fd00:1122:3344:101::a]:36209 | ||
| 707 | 2025.01.07 05:08:06.009014 [ 284 ] {} <Debug> TCP-Session: f300acbb-baf4-402a-885f-c5d87c4e818c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2025.01.07 05:08:06.009133 [ 281 ] {} <Debug> TCP-Session: a6fbaa11-6f90-4c16-af77-42e87592c7a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2025.01.07 05:08:06.009170 [ 281 ] {} <Debug> TCP-Session: a6fbaa11-6f90-4c16-af77-42e87592c7a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2025.01.07 05:08:07.205877 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45790 | ||
| 711 | 2025.01.07 05:08:07.206054 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 712 | 2025.01.07 05:08:07.206083 [ 285 ] {} <Debug> TCP-Session: 0575da4e-125e-4251-8dcd-4845a7bb4d11 Authenticating user 'default' from [fd00:1122:3344:101::b]:45790 | ||
| 713 | 2025.01.07 05:08:07.206133 [ 285 ] {} <Debug> TCP-Session: 0575da4e-125e-4251-8dcd-4845a7bb4d11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2025.01.07 05:08:07.206164 [ 285 ] {} <Debug> TCP-Session: 0575da4e-125e-4251-8dcd-4845a7bb4d11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 715 | 2025.01.07 05:08:07.206238 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 716 | 2025.01.07 05:08:07.206276 [ 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.07 05:08:07.206307 [ 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.07 05:08:07.207957 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34343 | ||
| 719 | 2025.01.07 05:08:07.208047 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42887 | ||
| 720 | 2025.01.07 05:08:07.208212 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46264 | ||
| 721 | 2025.01.07 05:08:07.208393 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 722 | 2025.01.07 05:08:07.208471 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55340 | ||
| 723 | 2025.01.07 05:08:07.208562 [ 287 ] {} <Debug> TCP-Session: 56705c53-95a8-4549-abdd-759a975003b9 Authenticating user 'default' from [fd00:1122:3344:101::b]:42887 | ||
| 724 | 2025.01.07 05:08:07.208568 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 725 | 2025.01.07 05:08:07.208618 [ 287 ] {} <Debug> TCP-Session: 56705c53-95a8-4549-abdd-759a975003b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 726 | 2025.01.07 05:08:07.208577 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35522 | ||
| 727 | 2025.01.07 05:08:07.208772 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38073 | ||
| 728 | 2025.01.07 05:08:07.208786 [ 287 ] {} <Debug> TCP-Session: 56705c53-95a8-4549-abdd-759a975003b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 729 | 2025.01.07 05:08:07.208895 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 730 | 2025.01.07 05:08:07.208960 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45268 | ||
| 731 | 2025.01.07 05:08:07.209031 [ 288 ] {} <Debug> TCP-Session: c4a0dcb9-bae2-4646-9d6c-5b0db3deda7e Authenticating user 'default' from [fd00:1122:3344:101::b]:46264 | ||
| 732 | 2025.01.07 05:08:07.209272 [ 286 ] {} <Debug> TCP-Session: d37e04c1-dec9-4454-ba8f-828fd61f874c Authenticating user 'default' from [fd00:1122:3344:101::b]:34343 | ||
| 733 | 2025.01.07 05:08:07.209357 [ 288 ] {} <Debug> TCP-Session: c4a0dcb9-bae2-4646-9d6c-5b0db3deda7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 734 | 2025.01.07 05:08:07.209363 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 735 | 2025.01.07 05:08:07.209389 [ 288 ] {} <Debug> TCP-Session: c4a0dcb9-bae2-4646-9d6c-5b0db3deda7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 736 | 2025.01.07 05:08:07.209372 [ 286 ] {} <Debug> TCP-Session: d37e04c1-dec9-4454-ba8f-828fd61f874c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2025.01.07 05:08:07.209426 [ 292 ] {} <Debug> TCP-Session: d5f7ec6e-7f1b-4614-9b87-466d2c2b3172 Authenticating user 'default' from [fd00:1122:3344:101::b]:45268 | ||
| 738 | 2025.01.07 05:08:07.209478 [ 286 ] {} <Debug> TCP-Session: d37e04c1-dec9-4454-ba8f-828fd61f874c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 739 | 2025.01.07 05:08:07.209508 [ 292 ] {} <Debug> TCP-Session: d5f7ec6e-7f1b-4614-9b87-466d2c2b3172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 740 | 2025.01.07 05:08:07.209594 [ 292 ] {} <Debug> TCP-Session: d5f7ec6e-7f1b-4614-9b87-466d2c2b3172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2025.01.07 05:08:07.210109 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 742 | 2025.01.07 05:08:07.210138 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 743 | 2025.01.07 05:08:07.210161 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 744 | 2025.01.07 05:08:07.210190 [ 289 ] {} <Debug> TCP-Session: 31a271e3-d5f8-4b2f-9099-d3b6ecdba083 Authenticating user 'default' from [fd00:1122:3344:101::b]:55340 | ||
| 745 | 2025.01.07 05:08:07.210245 [ 291 ] {} <Debug> TCP-Session: cbe30624-95c3-46b7-81dc-89907b18d128 Authenticating user 'default' from [fd00:1122:3344:101::b]:38073 | ||
| 746 | 2025.01.07 05:08:07.210175 [ 290 ] {} <Debug> TCP-Session: dab323b6-e4ff-4baf-8db6-670fd358bf17 Authenticating user 'default' from [fd00:1122:3344:101::b]:35522 | ||
| 747 | 2025.01.07 05:08:07.210293 [ 289 ] {} <Debug> TCP-Session: 31a271e3-d5f8-4b2f-9099-d3b6ecdba083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 748 | 2025.01.07 05:08:07.210319 [ 291 ] {} <Debug> TCP-Session: cbe30624-95c3-46b7-81dc-89907b18d128 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2025.01.07 05:08:07.210304 [ 290 ] {} <Debug> TCP-Session: dab323b6-e4ff-4baf-8db6-670fd358bf17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 750 | 2025.01.07 05:08:07.210377 [ 289 ] {} <Debug> TCP-Session: 31a271e3-d5f8-4b2f-9099-d3b6ecdba083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 751 | 2025.01.07 05:08:07.210390 [ 291 ] {} <Debug> TCP-Session: cbe30624-95c3-46b7-81dc-89907b18d128 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2025.01.07 05:08:07.210403 [ 290 ] {} <Debug> TCP-Session: dab323b6-e4ff-4baf-8db6-670fd358bf17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2025.01.07 05:08:11.329099 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 754 | 2025.01.07 05:08:11.329122 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 755 | 2025.01.07 05:08:11.329241 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 756 | 2025.01.07 05:08:11.329260 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 757 | 2025.01.07 05:08:11.336095 [ 244 ] {} <Debug> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Loading data parts | ||
| 758 | 2025.01.07 05:08:11.336370 [ 244 ] {} <Debug> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): There are no data parts | ||
| 759 | 2025.01.07 05:08:11.344678 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2025.01.07 05:08:11.344782 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 761 | 2025.01.07 05:08:11.348137 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 762 | 2025.01.07 05:08:11.349054 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): 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.07 05:08:11.349839 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 764 | 2025.01.07 05:08:11.357457 [ 243 ] {} <Debug> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Loading data parts | ||
| 765 | 2025.01.07 05:08:11.357641 [ 243 ] {} <Debug> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): There are no data parts | ||
| 766 | 2025.01.07 05:08:11.380354 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2025.01.07 05:08:11.380397 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 768 | 2025.01.07 05:08:11.387516 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2025.01.07 05:08:11.388267 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): 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.07 05:08:11.390600 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2025.01.07 05:08:12.000153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.40 MiB, peak 150.40 MiB, free memory in arenas 0.00 B, will set to 151.19 MiB (RSS), difference: 4.79 MiB | ||
| 772 | 2025.01.07 05:08:13.829000 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2025.01.07 05:08:13.829099 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2025.01.07 05:08:13.834420 [ 242 ] {} <Debug> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Loading data parts | ||
| 775 | 2025.01.07 05:08:13.834686 [ 242 ] {} <Debug> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): There are no data parts | ||
| 776 | 2025.01.07 05:08:13.840406 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2025.01.07 05:08:13.840445 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 778 | 2025.01.07 05:08:13.842245 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2025.01.07 05:08:13.842803 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): 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.07 05:08:13.843293 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2025.01.07 05:08:14.000153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.38 MiB, peak 155.38 MiB, free memory in arenas 0.00 B, will set to 151.69 MiB (RSS), difference: -3.68 MiB | ||
| 782 | 2025.01.07 05:08:18.801444 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2025.01.07 05:08:18.801504 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2025.01.07 05:08:18.850911 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 785 | 2025.01.07 05:08:18.854049 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2025.01.07 05:08:18.854090 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 787 | 2025.01.07 05:08:18.854856 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2025.01.07 05:08:18.855377 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): 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.07 05:08:18.855613 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2025.01.07 05:08:18.891641 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2025.01.07 05:08:18.913253 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2025.01.07 05:08:18.913311 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. | ||
| 793 | 2025.01.07 05:08:18.919910 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2025.01.07 05:08:18.921151 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): 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.07 05:08:18.923565 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2025.01.07 05:08:19.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.36 MiB, peak 156.36 MiB, free memory in arenas 0.00 B, will set to 154.43 MiB (RSS), difference: 2.07 MiB | ||
| 797 | 2025.01.07 05:08:24.000218 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.44 MiB, peak 156.36 MiB, free memory in arenas 0.00 B, will set to 154.46 MiB (RSS), difference: 4.01 MiB | ||
| 798 | 2025.01.07 05:08:24.185427 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2025.01.07 05:08:24.185637 [ 3 ] {863c2dff-cfdf-4d39-877b-ea00ddfa175c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 800 | 2025.01.07 05:08:24.188063 [ 3 ] {863c2dff-cfdf-4d39-877b-ea00ddfa175c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2025.01.07 05:08:24.188325 [ 3 ] {863c2dff-cfdf-4d39-877b-ea00ddfa175c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2025.01.07 05:08:24.191199 [ 3 ] {863c2dff-cfdf-4d39-877b-ea00ddfa175c} <Debug> TCPHandler: Processed in 0.005895272 sec. | ||
| 803 | 2025.01.07 05:08:24.195091 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2025.01.07 05:08:24.195457 [ 5 ] {fc478b03-4a6c-4e2b-83f2-75ace2d31281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 805 | 2025.01.07 05:08:24.197269 [ 5 ] {fc478b03-4a6c-4e2b-83f2-75ace2d31281} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2025.01.07 05:08:24.197336 [ 5 ] {fc478b03-4a6c-4e2b-83f2-75ace2d31281} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2025.01.07 05:08:24.197950 [ 5 ] {fc478b03-4a6c-4e2b-83f2-75ace2d31281} <Debug> TCPHandler: Processed in 0.003043083 sec. | ||
| 808 | 2025.01.07 05:08:24.198243 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2025.01.07 05:08:24.198413 [ 3 ] {ae905049-b620-4f10-86d0-41d8b3da3da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 810 | 2025.01.07 05:08:24.198862 [ 3 ] {ae905049-b620-4f10-86d0-41d8b3da3da7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2025.01.07 05:08:24.198921 [ 3 ] {ae905049-b620-4f10-86d0-41d8b3da3da7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2025.01.07 05:08:24.199454 [ 3 ] {ae905049-b620-4f10-86d0-41d8b3da3da7} <Debug> TCPHandler: Processed in 0.00127103 sec. | ||
| 813 | 2025.01.07 05:08:24.199732 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2025.01.07 05:08:24.199882 [ 5 ] {6400180f-6f76-4e1a-9e29-4fe43239b85e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 815 | 2025.01.07 05:08:24.200241 [ 5 ] {6400180f-6f76-4e1a-9e29-4fe43239b85e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2025.01.07 05:08:24.200298 [ 5 ] {6400180f-6f76-4e1a-9e29-4fe43239b85e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2025.01.07 05:08:24.200789 [ 5 ] {6400180f-6f76-4e1a-9e29-4fe43239b85e} <Debug> TCPHandler: Processed in 0.001113515 sec. | ||
| 818 | 2025.01.07 05:08:24.201047 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2025.01.07 05:08:24.201204 [ 3 ] {b82ddf39-4470-49e1-86c0-feb447d07ba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 820 | 2025.01.07 05:08:24.201575 [ 3 ] {b82ddf39-4470-49e1-86c0-feb447d07ba5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2025.01.07 05:08:24.201631 [ 3 ] {b82ddf39-4470-49e1-86c0-feb447d07ba5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 822 | 2025.01.07 05:08:24.202107 [ 3 ] {b82ddf39-4470-49e1-86c0-feb447d07ba5} <Debug> TCPHandler: Processed in 0.001116674 sec. | ||
| 823 | 2025.01.07 05:08:24.202345 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2025.01.07 05:08:24.202494 [ 5 ] {54a36d44-a573-4ec7-919f-0bb1d57dd283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 825 | 2025.01.07 05:08:24.203159 [ 5 ] {54a36d44-a573-4ec7-919f-0bb1d57dd283} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 826 | 2025.01.07 05:08:24.203263 [ 5 ] {54a36d44-a573-4ec7-919f-0bb1d57dd283} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 827 | 2025.01.07 05:08:24.203884 [ 5 ] {54a36d44-a573-4ec7-919f-0bb1d57dd283} <Debug> TCPHandler: Processed in 0.001592409 sec. | ||
| 828 | 2025.01.07 05:08:24.204118 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2025.01.07 05:08:24.204273 [ 3 ] {39803e89-f2c4-41d7-bc8d-ae1dada5328b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 830 | 2025.01.07 05:08:24.204646 [ 3 ] {39803e89-f2c4-41d7-bc8d-ae1dada5328b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 831 | 2025.01.07 05:08:24.204702 [ 3 ] {39803e89-f2c4-41d7-bc8d-ae1dada5328b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 832 | 2025.01.07 05:08:24.205204 [ 3 ] {39803e89-f2c4-41d7-bc8d-ae1dada5328b} <Debug> TCPHandler: Processed in 0.001142125 sec. | ||
| 833 | 2025.01.07 05:08:24.205451 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2025.01.07 05:08:24.205622 [ 5 ] {d1e85beb-d92b-4fb1-8f7b-6a0dd57a85a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 835 | 2025.01.07 05:08:24.206055 [ 5 ] {d1e85beb-d92b-4fb1-8f7b-6a0dd57a85a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2025.01.07 05:08:24.206120 [ 5 ] {d1e85beb-d92b-4fb1-8f7b-6a0dd57a85a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 837 | 2025.01.07 05:08:24.206669 [ 5 ] {d1e85beb-d92b-4fb1-8f7b-6a0dd57a85a9} <Debug> TCPHandler: Processed in 0.001271319 sec. | ||
| 838 | 2025.01.07 05:08:24.206901 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 839 | 2025.01.07 05:08:24.207056 [ 3 ] {f46bcbe8-3022-4e15-b727-2e4d816fcc3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 840 | 2025.01.07 05:08:24.207437 [ 3 ] {f46bcbe8-3022-4e15-b727-2e4d816fcc3d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 841 | 2025.01.07 05:08:24.207494 [ 3 ] {f46bcbe8-3022-4e15-b727-2e4d816fcc3d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 842 | 2025.01.07 05:08:24.207955 [ 3 ] {f46bcbe8-3022-4e15-b727-2e4d816fcc3d} <Debug> TCPHandler: Processed in 0.001108134 sec. | ||
| 843 | 2025.01.07 05:08:24.208189 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2025.01.07 05:08:24.208342 [ 5 ] {a425008d-2600-4e7d-b938-7223b7cc7319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent') FORMAT Native; (stage: Complete) | ||
| 845 | 2025.01.07 05:08:24.208714 [ 5 ] {a425008d-2600-4e7d-b938-7223b7cc7319} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 846 | 2025.01.07 05:08:24.208768 [ 5 ] {a425008d-2600-4e7d-b938-7223b7cc7319} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 847 | 2025.01.07 05:08:24.209253 [ 5 ] {a425008d-2600-4e7d-b938-7223b7cc7319} <Debug> TCPHandler: Processed in 0.001118225 sec. | ||
| 848 | 2025.01.07 05:08:24.209518 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2025.01.07 05:08:24.209708 [ 3 ] {bb95f564-552a-463d-a1e4-a3f2add39d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 850 | 2025.01.07 05:08:24.210172 [ 3 ] {bb95f564-552a-463d-a1e4-a3f2add39d01} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2025.01.07 05:08:24.210238 [ 3 ] {bb95f564-552a-463d-a1e4-a3f2add39d01} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2025.01.07 05:08:24.210759 [ 3 ] {bb95f564-552a-463d-a1e4-a3f2add39d01} <Debug> TCPHandler: Processed in 0.00129695 sec. | ||
| 853 | 2025.01.07 05:08:24.210994 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2025.01.07 05:08:24.211151 [ 5 ] {4c0db48b-16d8-4abe-be9f-83d9df4f6b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 855 | 2025.01.07 05:08:24.211529 [ 5 ] {4c0db48b-16d8-4abe-be9f-83d9df4f6b37} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 856 | 2025.01.07 05:08:24.211584 [ 5 ] {4c0db48b-16d8-4abe-be9f-83d9df4f6b37} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 857 | 2025.01.07 05:08:24.212080 [ 5 ] {4c0db48b-16d8-4abe-be9f-83d9df4f6b37} <Debug> TCPHandler: Processed in 0.001141336 sec. | ||
| 858 | 2025.01.07 05:08:24.212321 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2025.01.07 05:08:24.212484 [ 3 ] {3c9bda80-0736-4e45-82b1-e427507a3b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 860 | 2025.01.07 05:08:24.212876 [ 3 ] {3c9bda80-0736-4e45-82b1-e427507a3b79} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 861 | 2025.01.07 05:08:24.212932 [ 3 ] {3c9bda80-0736-4e45-82b1-e427507a3b79} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 862 | 2025.01.07 05:08:24.213402 [ 3 ] {3c9bda80-0736-4e45-82b1-e427507a3b79} <Debug> TCPHandler: Processed in 0.001137585 sec. | ||
| 863 | 2025.01.07 05:08:24.213650 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2025.01.07 05:08:24.213809 [ 5 ] {d4a70d48-d3af-4542-a47f-d6a160488d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 865 | 2025.01.07 05:08:24.214192 [ 5 ] {d4a70d48-d3af-4542-a47f-d6a160488d21} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 866 | 2025.01.07 05:08:24.214247 [ 5 ] {d4a70d48-d3af-4542-a47f-d6a160488d21} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 867 | 2025.01.07 05:08:24.214744 [ 5 ] {d4a70d48-d3af-4542-a47f-d6a160488d21} <Debug> TCPHandler: Processed in 0.001148436 sec. | ||
| 868 | 2025.01.07 05:08:24.218380 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2025.01.07 05:08:24.218533 [ 3 ] {bf2065ff-dc47-4698-ac04-6216e3b85f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 870 | 2025.01.07 05:08:24.218597 [ 3 ] {bf2065ff-dc47-4698-ac04-6216e3b85f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 871 | 2025.01.07 05:08:24.219501 [ 3 ] {bf2065ff-dc47-4698-ac04-6216e3b85f39} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 872 | 2025.01.07 05:08:24.219553 [ 3 ] {bf2065ff-dc47-4698-ac04-6216e3b85f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 873 | 2025.01.07 05:08:24.220281 [ 3 ] {bf2065ff-dc47-4698-ac04-6216e3b85f39} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 874 | 2025.01.07 05:08:24.220722 [ 3 ] {bf2065ff-dc47-4698-ac04-6216e3b85f39} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 875 | 2025.01.07 05:08:24.220955 [ 3 ] {bf2065ff-dc47-4698-ac04-6216e3b85f39} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002466 sec., 5677.210056772101 rows/sec., 814.59 KiB/sec. | ||
| 876 | 2025.01.07 05:08:24.221022 [ 3 ] {bf2065ff-dc47-4698-ac04-6216e3b85f39} <Debug> TCPHandler: Processed in 0.002709094 sec. | ||
| 877 | 2025.01.07 05:08:24.221224 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 878 | 2025.01.07 05:08:24.221460 [ 5 ] {684fd0db-1e27-4afc-b32f-35fc5fa96d4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 879 | 2025.01.07 05:08:24.221548 [ 5 ] {684fd0db-1e27-4afc-b32f-35fc5fa96d4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 880 | 2025.01.07 05:08:24.222825 [ 5 ] {684fd0db-1e27-4afc-b32f-35fc5fa96d4b} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 881 | 2025.01.07 05:08:24.222865 [ 5 ] {684fd0db-1e27-4afc-b32f-35fc5fa96d4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 882 | 2025.01.07 05:08:24.223437 [ 5 ] {684fd0db-1e27-4afc-b32f-35fc5fa96d4b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 883 | 2025.01.07 05:08:24.223933 [ 5 ] {684fd0db-1e27-4afc-b32f-35fc5fa96d4b} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 884 | 2025.01.07 05:08:24.224150 [ 5 ] {684fd0db-1e27-4afc-b32f-35fc5fa96d4b} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002759 sec., 9423.704240666908 rows/sec., 717.47 KiB/sec. | ||
| 885 | 2025.01.07 05:08:24.224202 [ 5 ] {684fd0db-1e27-4afc-b32f-35fc5fa96d4b} <Debug> TCPHandler: Processed in 0.003086645 sec. | ||
| 886 | 2025.01.07 05:08:24.224396 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 887 | 2025.01.07 05:08:24.224539 [ 3 ] {2c5a669a-e37a-41a0-9829-c7f8c50273f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 888 | 2025.01.07 05:08:24.224596 [ 3 ] {2c5a669a-e37a-41a0-9829-c7f8c50273f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 889 | 2025.01.07 05:08:24.225311 [ 3 ] {2c5a669a-e37a-41a0-9829-c7f8c50273f3} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 890 | 2025.01.07 05:08:24.225358 [ 3 ] {2c5a669a-e37a-41a0-9829-c7f8c50273f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 891 | 2025.01.07 05:08:24.225882 [ 3 ] {2c5a669a-e37a-41a0-9829-c7f8c50273f3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 892 | 2025.01.07 05:08:24.226388 [ 3 ] {2c5a669a-e37a-41a0-9829-c7f8c50273f3} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 893 | 2025.01.07 05:08:24.226635 [ 3 ] {2c5a669a-e37a-41a0-9829-c7f8c50273f3} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00212 sec., 13207.547169811322 rows/sec., 1.03 MiB/sec. | ||
| 894 | 2025.01.07 05:08:24.226807 [ 3 ] {2c5a669a-e37a-41a0-9829-c7f8c50273f3} <Debug> TCPHandler: Processed in 0.002466946 sec. | ||
| 895 | 2025.01.07 05:08:24.227040 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 896 | 2025.01.07 05:08:24.227262 [ 5 ] {f97b86a6-bc1f-404d-b17f-b01f31db8ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 897 | 2025.01.07 05:08:24.227356 [ 5 ] {f97b86a6-bc1f-404d-b17f-b01f31db8ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 898 | 2025.01.07 05:08:24.228574 [ 5 ] {f97b86a6-bc1f-404d-b17f-b01f31db8ffb} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 899 | 2025.01.07 05:08:24.228608 [ 5 ] {f97b86a6-bc1f-404d-b17f-b01f31db8ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 900 | 2025.01.07 05:08:24.229156 [ 5 ] {f97b86a6-bc1f-404d-b17f-b01f31db8ffb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 901 | 2025.01.07 05:08:24.229696 [ 5 ] {f97b86a6-bc1f-404d-b17f-b01f31db8ffb} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 902 | 2025.01.07 05:08:24.229971 [ 5 ] {f97b86a6-bc1f-404d-b17f-b01f31db8ffb} <Debug> executeQuery: Read 40 rows, 2.84 KiB in 0.002755 sec., 14519.056261343012 rows/sec., 1.01 MiB/sec. | ||
| 903 | 2025.01.07 05:08:24.230050 [ 5 ] {f97b86a6-bc1f-404d-b17f-b01f31db8ffb} <Debug> TCPHandler: Processed in 0.003115906 sec. | ||
| 904 | 2025.01.07 05:08:24.230212 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 905 | 2025.01.07 05:08:24.230359 [ 3 ] {9c37f497-e621-42f2-a5cb-2c38074df56c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 906 | 2025.01.07 05:08:24.230419 [ 3 ] {9c37f497-e621-42f2-a5cb-2c38074df56c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 907 | 2025.01.07 05:08:24.230910 [ 3 ] {9c37f497-e621-42f2-a5cb-2c38074df56c} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 908 | 2025.01.07 05:08:24.230950 [ 3 ] {9c37f497-e621-42f2-a5cb-2c38074df56c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 909 | 2025.01.07 05:08:24.231476 [ 3 ] {9c37f497-e621-42f2-a5cb-2c38074df56c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 910 | 2025.01.07 05:08:24.231977 [ 3 ] {9c37f497-e621-42f2-a5cb-2c38074df56c} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 911 | 2025.01.07 05:08:24.232197 [ 3 ] {9c37f497-e621-42f2-a5cb-2c38074df56c} <Debug> executeQuery: Read 12 rows, 862.00 B in 0.001866 sec., 6430.868167202572 rows/sec., 451.12 KiB/sec. | ||
| 912 | 2025.01.07 05:08:24.232330 [ 3 ] {9c37f497-e621-42f2-a5cb-2c38074df56c} <Debug> TCPHandler: Processed in 0.002183617 sec. | ||
| 913 | 2025.01.07 05:08:26.356718 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 914 | 2025.01.07 05:08:26.357495 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 915 | 2025.01.07 05:08:26.357536 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 916 | 2025.01.07 05:08:26.358554 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 917 | 2025.01.07 05:08:26.358803 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 918 | 2025.01.07 05:08:26.359025 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 919 | 2025.01.07 05:08:26.424604 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 920 | 2025.01.07 05:08:26.442745 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2025.01.07 05:08:26.442810 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 922 | 2025.01.07 05:08:26.449536 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 923 | 2025.01.07 05:08:26.450305 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 924 | 2025.01.07 05:08:26.452996 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 925 | 2025.01.07 05:08:29.189230 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2025.01.07 05:08:29.189459 [ 3 ] {13dffe89-171e-47e9-adc3-42d98c129cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 927 | 2025.01.07 05:08:29.189542 [ 3 ] {13dffe89-171e-47e9-adc3-42d98c129cf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 928 | 2025.01.07 05:08:29.190319 [ 3 ] {13dffe89-171e-47e9-adc3-42d98c129cf3} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 929 | 2025.01.07 05:08:29.190367 [ 3 ] {13dffe89-171e-47e9-adc3-42d98c129cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 930 | 2025.01.07 05:08:29.190816 [ 3 ] {13dffe89-171e-47e9-adc3-42d98c129cf3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 931 | 2025.01.07 05:08:29.191074 [ 3 ] {13dffe89-171e-47e9-adc3-42d98c129cf3} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 932 | 2025.01.07 05:08:29.191311 [ 3 ] {13dffe89-171e-47e9-adc3-42d98c129cf3} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001914 sec., 13584.117032392895 rows/sec., 1.01 MiB/sec. | ||
| 933 | 2025.01.07 05:08:29.191379 [ 3 ] {13dffe89-171e-47e9-adc3-42d98c129cf3} <Debug> TCPHandler: Processed in 0.0022883 sec. | ||
| 934 | 2025.01.07 05:08:29.191638 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 935 | 2025.01.07 05:08:29.191843 [ 5 ] {0e781c44-0e28-4952-bf71-d4da3b327233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 936 | 2025.01.07 05:08:29.191921 [ 5 ] {0e781c44-0e28-4952-bf71-d4da3b327233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 937 | 2025.01.07 05:08:29.192744 [ 5 ] {0e781c44-0e28-4952-bf71-d4da3b327233} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 938 | 2025.01.07 05:08:29.192785 [ 5 ] {0e781c44-0e28-4952-bf71-d4da3b327233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 939 | 2025.01.07 05:08:29.193211 [ 5 ] {0e781c44-0e28-4952-bf71-d4da3b327233} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 940 | 2025.01.07 05:08:29.193458 [ 5 ] {0e781c44-0e28-4952-bf71-d4da3b327233} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 941 | 2025.01.07 05:08:29.193648 [ 5 ] {0e781c44-0e28-4952-bf71-d4da3b327233} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001864 sec., 15021.45922746781 rows/sec., 1.17 MiB/sec. | ||
| 942 | 2025.01.07 05:08:29.193710 [ 5 ] {0e781c44-0e28-4952-bf71-d4da3b327233} <Debug> TCPHandler: Processed in 0.002204018 sec. | ||
| 943 | 2025.01.07 05:08:29.193877 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 944 | 2025.01.07 05:08:29.194027 [ 3 ] {5b8d1941-f05c-4dc0-bf1c-31d8697ebad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 945 | 2025.01.07 05:08:29.194092 [ 3 ] {5b8d1941-f05c-4dc0-bf1c-31d8697ebad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 946 | 2025.01.07 05:08:29.194742 [ 3 ] {5b8d1941-f05c-4dc0-bf1c-31d8697ebad6} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 947 | 2025.01.07 05:08:29.194782 [ 3 ] {5b8d1941-f05c-4dc0-bf1c-31d8697ebad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 948 | 2025.01.07 05:08:29.195180 [ 3 ] {5b8d1941-f05c-4dc0-bf1c-31d8697ebad6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 949 | 2025.01.07 05:08:29.195422 [ 3 ] {5b8d1941-f05c-4dc0-bf1c-31d8697ebad6} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 950 | 2025.01.07 05:08:29.195627 [ 3 ] {5b8d1941-f05c-4dc0-bf1c-31d8697ebad6} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001639 sec., 61012.812690665036 rows/sec., 4.23 MiB/sec. | ||
| 951 | 2025.01.07 05:08:29.195684 [ 3 ] {5b8d1941-f05c-4dc0-bf1c-31d8697ebad6} <Debug> TCPHandler: Processed in 0.001877157 sec. | ||
| 952 | 2025.01.07 05:08:29.195840 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 953 | 2025.01.07 05:08:29.195987 [ 5 ] {1795c317-08e2-4d0c-9e37-1aa043aeb101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 954 | 2025.01.07 05:08:29.196048 [ 5 ] {1795c317-08e2-4d0c-9e37-1aa043aeb101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 955 | 2025.01.07 05:08:29.196619 [ 5 ] {1795c317-08e2-4d0c-9e37-1aa043aeb101} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 956 | 2025.01.07 05:08:29.196664 [ 5 ] {1795c317-08e2-4d0c-9e37-1aa043aeb101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 957 | 2025.01.07 05:08:29.197043 [ 5 ] {1795c317-08e2-4d0c-9e37-1aa043aeb101} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 958 | 2025.01.07 05:08:29.197278 [ 5 ] {1795c317-08e2-4d0c-9e37-1aa043aeb101} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 959 | 2025.01.07 05:08:29.197446 [ 5 ] {1795c317-08e2-4d0c-9e37-1aa043aeb101} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001495 sec., 20066.889632107024 rows/sec., 1.37 MiB/sec. | ||
| 960 | 2025.01.07 05:08:29.197495 [ 5 ] {1795c317-08e2-4d0c-9e37-1aa043aeb101} <Debug> TCPHandler: Processed in 0.001722363 sec. | ||
| 961 | 2025.01.07 05:08:33.801555 [ 18 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 962 | 2025.01.07 05:08:33.801644 [ 18 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 963 | 2025.01.07 05:08:33.845586 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 136 | ||
| 964 | 2025.01.07 05:08:33.849741 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 965 | 2025.01.07 05:08:33.849787 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 966 | 2025.01.07 05:08:33.851266 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 967 | 2025.01.07 05:08:33.851563 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 968 | 2025.01.07 05:08:33.852359 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 136 | ||
| 969 | 2025.01.07 05:08:33.860099 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 970 | 2025.01.07 05:08:33.860740 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 971 | 2025.01.07 05:08:33.860784 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 972 | 2025.01.07 05:08:33.861329 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 973 | 2025.01.07 05:08:33.861581 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 974 | 2025.01.07 05:08:33.861805 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 975 | 2025.01.07 05:08:33.954030 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 976 | 2025.01.07 05:08:33.973368 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 977 | 2025.01.07 05:08:33.973417 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 978 | 2025.01.07 05:08:33.979988 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 979 | 2025.01.07 05:08:33.980731 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 980 | 2025.01.07 05:08:33.983139 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 981 | 2025.01.07 05:08:34.189259 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 982 | 2025.01.07 05:08:34.189443 [ 3 ] {5768745f-dacb-46a3-8145-dff43cb364a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 983 | 2025.01.07 05:08:34.189516 [ 3 ] {5768745f-dacb-46a3-8145-dff43cb364a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 984 | 2025.01.07 05:08:34.190245 [ 3 ] {5768745f-dacb-46a3-8145-dff43cb364a8} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 985 | 2025.01.07 05:08:34.190287 [ 3 ] {5768745f-dacb-46a3-8145-dff43cb364a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 986 | 2025.01.07 05:08:34.190692 [ 3 ] {5768745f-dacb-46a3-8145-dff43cb364a8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 987 | 2025.01.07 05:08:34.190934 [ 3 ] {5768745f-dacb-46a3-8145-dff43cb364a8} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 988 | 2025.01.07 05:08:34.191123 [ 3 ] {5768745f-dacb-46a3-8145-dff43cb364a8} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001731 sec., 15020.219526285386 rows/sec., 1.12 MiB/sec. | ||
| 989 | 2025.01.07 05:08:34.191182 [ 3 ] {5768745f-dacb-46a3-8145-dff43cb364a8} <Debug> TCPHandler: Processed in 0.002015562 sec. | ||
| 990 | 2025.01.07 05:08:34.191438 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 991 | 2025.01.07 05:08:34.191651 [ 5 ] {f0fb7310-5bd6-4aac-a02b-b3b54806c165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 992 | 2025.01.07 05:08:34.191729 [ 5 ] {f0fb7310-5bd6-4aac-a02b-b3b54806c165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 993 | 2025.01.07 05:08:34.192481 [ 5 ] {f0fb7310-5bd6-4aac-a02b-b3b54806c165} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 994 | 2025.01.07 05:08:34.192525 [ 5 ] {f0fb7310-5bd6-4aac-a02b-b3b54806c165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 995 | 2025.01.07 05:08:34.192951 [ 5 ] {f0fb7310-5bd6-4aac-a02b-b3b54806c165} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 996 | 2025.01.07 05:08:34.193199 [ 5 ] {f0fb7310-5bd6-4aac-a02b-b3b54806c165} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 997 | 2025.01.07 05:08:34.193421 [ 5 ] {f0fb7310-5bd6-4aac-a02b-b3b54806c165} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00183 sec., 15300.54644808743 rows/sec., 1.19 MiB/sec. | ||
| 998 | 2025.01.07 05:08:34.193476 [ 5 ] {f0fb7310-5bd6-4aac-a02b-b3b54806c165} <Debug> TCPHandler: Processed in 0.002177347 sec. | ||
| 999 | 2025.01.07 05:08:34.193642 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1000 | 2025.01.07 05:08:34.193791 [ 3 ] {2b057122-e849-4612-bd18-4a29bf501d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1001 | 2025.01.07 05:08:34.193855 [ 3 ] {2b057122-e849-4612-bd18-4a29bf501d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1002 | 2025.01.07 05:08:34.194418 [ 3 ] {2b057122-e849-4612-bd18-4a29bf501d80} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1003 | 2025.01.07 05:08:34.194457 [ 3 ] {2b057122-e849-4612-bd18-4a29bf501d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1004 | 2025.01.07 05:08:34.194851 [ 3 ] {2b057122-e849-4612-bd18-4a29bf501d80} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1005 | 2025.01.07 05:08:34.195090 [ 3 ] {2b057122-e849-4612-bd18-4a29bf501d80} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1006 | 2025.01.07 05:08:34.195269 [ 3 ] {2b057122-e849-4612-bd18-4a29bf501d80} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001516 sec., 65963.06068601583 rows/sec., 4.57 MiB/sec. | ||
| 1007 | 2025.01.07 05:08:34.195323 [ 3 ] {2b057122-e849-4612-bd18-4a29bf501d80} <Debug> TCPHandler: Processed in 0.001753114 sec. | ||
| 1008 | 2025.01.07 05:08:34.195459 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1009 | 2025.01.07 05:08:34.195577 [ 5 ] {dedffdbe-d9a2-4e1e-a205-6c3bcaa6b27c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1010 | 2025.01.07 05:08:34.195628 [ 5 ] {dedffdbe-d9a2-4e1e-a205-6c3bcaa6b27c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1011 | 2025.01.07 05:08:34.196116 [ 5 ] {dedffdbe-d9a2-4e1e-a205-6c3bcaa6b27c} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1012 | 2025.01.07 05:08:34.196156 [ 5 ] {dedffdbe-d9a2-4e1e-a205-6c3bcaa6b27c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1013 | 2025.01.07 05:08:34.196535 [ 5 ] {dedffdbe-d9a2-4e1e-a205-6c3bcaa6b27c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1014 | 2025.01.07 05:08:34.196783 [ 5 ] {dedffdbe-d9a2-4e1e-a205-6c3bcaa6b27c} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1015 | 2025.01.07 05:08:34.196987 [ 5 ] {dedffdbe-d9a2-4e1e-a205-6c3bcaa6b27c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001436 sec., 20891.364902506964 rows/sec., 1.43 MiB/sec. | ||
| 1016 | 2025.01.07 05:08:34.197036 [ 5 ] {dedffdbe-d9a2-4e1e-a205-6c3bcaa6b27c} <Debug> TCPHandler: Processed in 0.00163276 sec. | ||
| 1017 | 2025.01.07 05:08:39.189139 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1018 | 2025.01.07 05:08:39.189344 [ 3 ] {5a708263-c86f-46ff-a2bb-cf3cf6be397b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1019 | 2025.01.07 05:08:39.189419 [ 3 ] {5a708263-c86f-46ff-a2bb-cf3cf6be397b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1020 | 2025.01.07 05:08:39.190210 [ 3 ] {5a708263-c86f-46ff-a2bb-cf3cf6be397b} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1021 | 2025.01.07 05:08:39.190262 [ 3 ] {5a708263-c86f-46ff-a2bb-cf3cf6be397b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1022 | 2025.01.07 05:08:39.190696 [ 3 ] {5a708263-c86f-46ff-a2bb-cf3cf6be397b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1023 | 2025.01.07 05:08:39.190952 [ 3 ] {5a708263-c86f-46ff-a2bb-cf3cf6be397b} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1024 | 2025.01.07 05:08:39.191191 [ 3 ] {5a708263-c86f-46ff-a2bb-cf3cf6be397b} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.0019 sec., 13684.21052631579 rows/sec., 1.02 MiB/sec. | ||
| 1025 | 2025.01.07 05:08:39.191258 [ 3 ] {5a708263-c86f-46ff-a2bb-cf3cf6be397b} <Debug> TCPHandler: Processed in 0.002249609 sec. | ||
| 1026 | 2025.01.07 05:08:39.191507 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1027 | 2025.01.07 05:08:39.191694 [ 5 ] {475e06c2-2d28-4397-a9eb-a4a70aff2d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1028 | 2025.01.07 05:08:39.191761 [ 5 ] {475e06c2-2d28-4397-a9eb-a4a70aff2d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1029 | 2025.01.07 05:08:39.192476 [ 5 ] {475e06c2-2d28-4397-a9eb-a4a70aff2d08} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1030 | 2025.01.07 05:08:39.192516 [ 5 ] {475e06c2-2d28-4397-a9eb-a4a70aff2d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1031 | 2025.01.07 05:08:39.192948 [ 5 ] {475e06c2-2d28-4397-a9eb-a4a70aff2d08} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1032 | 2025.01.07 05:08:39.193195 [ 5 ] {475e06c2-2d28-4397-a9eb-a4a70aff2d08} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1033 | 2025.01.07 05:08:39.193391 [ 5 ] {475e06c2-2d28-4397-a9eb-a4a70aff2d08} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00175 sec., 16000 rows/sec., 1.25 MiB/sec. | ||
| 1034 | 2025.01.07 05:08:39.193448 [ 5 ] {475e06c2-2d28-4397-a9eb-a4a70aff2d08} <Debug> TCPHandler: Processed in 0.002070074 sec. | ||
| 1035 | 2025.01.07 05:08:39.193608 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1036 | 2025.01.07 05:08:39.193737 [ 3 ] {af23ca78-830b-4f32-a93c-c79b2d6f46f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1037 | 2025.01.07 05:08:39.193794 [ 3 ] {af23ca78-830b-4f32-a93c-c79b2d6f46f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1038 | 2025.01.07 05:08:39.194356 [ 3 ] {af23ca78-830b-4f32-a93c-c79b2d6f46f6} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1039 | 2025.01.07 05:08:39.194397 [ 3 ] {af23ca78-830b-4f32-a93c-c79b2d6f46f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1040 | 2025.01.07 05:08:39.194801 [ 3 ] {af23ca78-830b-4f32-a93c-c79b2d6f46f6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1041 | 2025.01.07 05:08:39.195045 [ 3 ] {af23ca78-830b-4f32-a93c-c79b2d6f46f6} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1042 | 2025.01.07 05:08:39.195269 [ 3 ] {af23ca78-830b-4f32-a93c-c79b2d6f46f6} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001562 sec., 64020.486555697826 rows/sec., 4.44 MiB/sec. | ||
| 1043 | 2025.01.07 05:08:39.195328 [ 3 ] {af23ca78-830b-4f32-a93c-c79b2d6f46f6} <Debug> TCPHandler: Processed in 0.001778644 sec. | ||
| 1044 | 2025.01.07 05:08:39.195507 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1045 | 2025.01.07 05:08:39.195644 [ 5 ] {7b3cf9da-5432-4f74-bebf-c2ac6dc20db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1046 | 2025.01.07 05:08:39.195704 [ 5 ] {7b3cf9da-5432-4f74-bebf-c2ac6dc20db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1047 | 2025.01.07 05:08:39.196249 [ 5 ] {7b3cf9da-5432-4f74-bebf-c2ac6dc20db6} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1048 | 2025.01.07 05:08:39.196288 [ 5 ] {7b3cf9da-5432-4f74-bebf-c2ac6dc20db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1049 | 2025.01.07 05:08:39.196660 [ 5 ] {7b3cf9da-5432-4f74-bebf-c2ac6dc20db6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1050 | 2025.01.07 05:08:39.196899 [ 5 ] {7b3cf9da-5432-4f74-bebf-c2ac6dc20db6} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1051 | 2025.01.07 05:08:39.197148 [ 5 ] {7b3cf9da-5432-4f74-bebf-c2ac6dc20db6} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001532 sec., 19582.245430809402 rows/sec., 1.34 MiB/sec. | ||
| 1052 | 2025.01.07 05:08:39.197286 [ 5 ] {7b3cf9da-5432-4f74-bebf-c2ac6dc20db6} <Debug> TCPHandler: Processed in 0.001844416 sec. | ||
| 1053 | 2025.01.07 05:08:41.362877 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1054 | 2025.01.07 05:08:41.363517 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1055 | 2025.01.07 05:08:41.363565 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1056 | 2025.01.07 05:08:41.364131 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1057 | 2025.01.07 05:08:41.364377 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1058 | 2025.01.07 05:08:41.364617 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1059 | 2025.01.07 05:08:41.484170 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1060 | 2025.01.07 05:08:41.503938 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1061 | 2025.01.07 05:08:41.504004 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1062 | 2025.01.07 05:08:41.510656 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1063 | 2025.01.07 05:08:41.511432 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1064 | 2025.01.07 05:08:41.514512 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1065 | 2025.01.07 05:08:43.853547 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 152 | ||
| 1066 | 2025.01.07 05:08:43.856218 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1067 | 2025.01.07 05:08:43.856273 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1068 | 2025.01.07 05:08:43.857738 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1069 | 2025.01.07 05:08:43.858056 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1070 | 2025.01.07 05:08:43.859032 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 152 | ||
| 1071 | 2025.01.07 05:08:44.189057 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1072 | 2025.01.07 05:08:44.189274 [ 3 ] {7243a6fa-efa3-4ef1-b941-6d382a86249d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1073 | 2025.01.07 05:08:44.189349 [ 3 ] {7243a6fa-efa3-4ef1-b941-6d382a86249d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1074 | 2025.01.07 05:08:44.190129 [ 3 ] {7243a6fa-efa3-4ef1-b941-6d382a86249d} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1075 | 2025.01.07 05:08:44.190185 [ 3 ] {7243a6fa-efa3-4ef1-b941-6d382a86249d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1076 | 2025.01.07 05:08:44.190643 [ 3 ] {7243a6fa-efa3-4ef1-b941-6d382a86249d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1077 | 2025.01.07 05:08:44.190907 [ 3 ] {7243a6fa-efa3-4ef1-b941-6d382a86249d} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1078 | 2025.01.07 05:08:44.191113 [ 60 ] {} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1079 | 2025.01.07 05:08:44.191195 [ 3 ] {7243a6fa-efa3-4ef1-b941-6d382a86249d} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001977 sec., 13151.239251390996 rows/sec., 1001.26 KiB/sec. | ||
| 1080 | 2025.01.07 05:08:44.191240 [ 60 ] {} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1081 | 2025.01.07 05:08:44.191320 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1082 | 2025.01.07 05:08:44.191329 [ 3 ] {7243a6fa-efa3-4ef1-b941-6d382a86249d} <Debug> TCPHandler: Processed in 0.002414844 sec. | ||
| 1083 | 2025.01.07 05:08:44.191606 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1084 | 2025.01.07 05:08:44.191803 [ 5 ] {61f78703-82e4-474f-b268-cd2f044eaec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1085 | 2025.01.07 05:08:44.191875 [ 5 ] {61f78703-82e4-474f-b268-cd2f044eaec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1086 | 2025.01.07 05:08:44.192645 [ 5 ] {61f78703-82e4-474f-b268-cd2f044eaec0} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1087 | 2025.01.07 05:08:44.192693 [ 5 ] {61f78703-82e4-474f-b268-cd2f044eaec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1088 | 2025.01.07 05:08:44.193124 [ 5 ] {61f78703-82e4-474f-b268-cd2f044eaec0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1089 | 2025.01.07 05:08:44.193384 [ 5 ] {61f78703-82e4-474f-b268-cd2f044eaec0} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1090 | 2025.01.07 05:08:44.193570 [ 60 ] {} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1091 | 2025.01.07 05:08:44.193650 [ 60 ] {} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1092 | 2025.01.07 05:08:44.193650 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::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 | ||
| 1093 | 2025.01.07 05:08:44.193697 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1094 | 2025.01.07 05:08:44.193777 [ 5 ] {61f78703-82e4-474f-b268-cd2f044eaec0} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001992 sec., 14056.224899598395 rows/sec., 1.10 MiB/sec. | ||
| 1095 | 2025.01.07 05:08:44.194082 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::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 | ||
| 1096 | 2025.01.07 05:08:44.194135 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1097 | 2025.01.07 05:08:44.194214 [ 5 ] {61f78703-82e4-474f-b268-cd2f044eaec0} <Debug> TCPHandler: Processed in 0.002718634 sec. | ||
| 1098 | 2025.01.07 05:08:44.194287 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
| 1099 | 2025.01.07 05:08:44.194462 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1100 | 2025.01.07 05:08:44.194490 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1101 | 2025.01.07 05:08:44.194649 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
| 1102 | 2025.01.07 05:08:44.194783 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1103 | 2025.01.07 05:08:44.194900 [ 3 ] {700a6c6a-21b6-4f03-888f-2d9e1f586779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1104 | 2025.01.07 05:08:44.195266 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
| 1105 | 2025.01.07 05:08:44.195249 [ 3 ] {700a6c6a-21b6-4f03-888f-2d9e1f586779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1106 | 2025.01.07 05:08:44.195619 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
| 1107 | 2025.01.07 05:08:44.196239 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part | ||
| 1108 | 2025.01.07 05:08:44.196423 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
| 1109 | 2025.01.07 05:08:44.196838 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
| 1110 | 2025.01.07 05:08:44.197301 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
| 1111 | 2025.01.07 05:08:44.197332 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part | ||
| 1112 | 2025.01.07 05:08:44.199309 [ 3 ] {700a6c6a-21b6-4f03-888f-2d9e1f586779} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1113 | 2025.01.07 05:08:44.199407 [ 3 ] {700a6c6a-21b6-4f03-888f-2d9e1f586779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1114 | 2025.01.07 05:08:44.201233 [ 3 ] {700a6c6a-21b6-4f03-888f-2d9e1f586779} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1115 | 2025.01.07 05:08:44.202152 [ 3 ] {700a6c6a-21b6-4f03-888f-2d9e1f586779} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1116 | 2025.01.07 05:08:44.202904 [ 189 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 130 rows, containing 5 columns (5 merged, 0 gathered) in 0.011424881 sec., 11378.674316170122 rows/sec., 910.76 KiB/sec. | ||
| 1117 | 2025.01.07 05:08:44.203143 [ 3 ] {700a6c6a-21b6-4f03-888f-2d9e1f586779} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.008376 sec., 11938.872970391596 rows/sec., 847.61 KiB/sec. | ||
| 1118 | 2025.01.07 05:08:44.203438 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 5 columns (5 merged, 0 gathered) in 0.009600735 sec., 14582.216882353277 rows/sec., 1.19 MiB/sec. | ||
| 1119 | 2025.01.07 05:08:44.203480 [ 3 ] {700a6c6a-21b6-4f03-888f-2d9e1f586779} <Debug> TCPHandler: Processed in 0.00912468 sec. | ||
| 1120 | 2025.01.07 05:08:44.203529 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1121 | 2025.01.07 05:08:44.203756 [ 189 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1122 | 2025.01.07 05:08:44.203775 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1123 | 2025.01.07 05:08:44.204002 [ 5 ] {476b4b2a-1ff2-4f6a-b7d0-fe4835e47ebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1124 | 2025.01.07 05:08:44.204105 [ 5 ] {476b4b2a-1ff2-4f6a-b7d0-fe4835e47ebf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1125 | 2025.01.07 05:08:44.204112 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_5_1} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1126 | 2025.01.07 05:08:44.204282 [ 189 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_5_1} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1127 | 2025.01.07 05:08:44.204346 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_5_1} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1128 | 2025.01.07 05:08:44.204511 [ 189 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_5_1} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1129 | 2025.01.07 05:08:44.204570 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 1130 | 2025.01.07 05:08:44.204672 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1131 | 2025.01.07 05:08:44.205019 [ 5 ] {476b4b2a-1ff2-4f6a-b7d0-fe4835e47ebf} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1132 | 2025.01.07 05:08:44.205058 [ 5 ] {476b4b2a-1ff2-4f6a-b7d0-fe4835e47ebf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1133 | 2025.01.07 05:08:44.205442 [ 5 ] {476b4b2a-1ff2-4f6a-b7d0-fe4835e47ebf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1134 | 2025.01.07 05:08:44.205678 [ 5 ] {476b4b2a-1ff2-4f6a-b7d0-fe4835e47ebf} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1135 | 2025.01.07 05:08:44.205907 [ 5 ] {476b4b2a-1ff2-4f6a-b7d0-fe4835e47ebf} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001968 sec., 15243.902439024389 rows/sec., 1.04 MiB/sec. | ||
| 1136 | 2025.01.07 05:08:44.205964 [ 5 ] {476b4b2a-1ff2-4f6a-b7d0-fe4835e47ebf} <Debug> TCPHandler: Processed in 0.002318072 sec. | ||
| 1137 | 2025.01.07 05:08:48.801900 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1138 | 2025.01.07 05:08:48.801971 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1139 | 2025.01.07 05:08:48.865689 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1140 | 2025.01.07 05:08:48.866323 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1141 | 2025.01.07 05:08:48.866367 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1142 | 2025.01.07 05:08:48.866893 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1143 | 2025.01.07 05:08:48.867144 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1144 | 2025.01.07 05:08:48.867392 [ 79 ] {} <Debug> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1145 | 2025.01.07 05:08:48.867414 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1146 | 2025.01.07 05:08:48.867499 [ 79 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1147 | 2025.01.07 05:08:48.867534 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1148 | 2025.01.07 05:08:48.867688 [ 194 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 1149 | 2025.01.07 05:08:48.867843 [ 194 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1150 | 2025.01.07 05:08:48.867892 [ 194 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 1151 | 2025.01.07 05:08:48.867995 [ 194 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 1152 | 2025.01.07 05:08:48.868224 [ 194 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 1153 | 2025.01.07 05:08:48.868560 [ 194 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 1154 | 2025.01.07 05:08:48.868666 [ 194 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 1155 | 2025.01.07 05:08:48.868839 [ 194 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 1156 | 2025.01.07 05:08:48.887209 [ 189 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.019582722 sec., 143289.57945682935 rows/sec., 2.05 MiB/sec. | ||
| 1157 | 2025.01.07 05:08:48.887878 [ 189 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1158 | 2025.01.07 05:08:48.888195 [ 189 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_6_1} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1159 | 2025.01.07 05:08:48.888283 [ 189 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_6_1} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1160 | 2025.01.07 05:08:48.888394 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1161 | 2025.01.07 05:08:49.000149 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.40 MiB, peak 164.73 MiB, free memory in arenas 0.00 B, will set to 159.41 MiB (RSS), difference: 1.00 MiB | ||
| 1162 | 2025.01.07 05:08:49.015543 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1163 | 2025.01.07 05:08:49.034970 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1164 | 2025.01.07 05:08:49.035022 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1165 | 2025.01.07 05:08:49.041793 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1166 | 2025.01.07 05:08:49.042553 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1167 | 2025.01.07 05:08:49.042908 [ 72 ] {} <Debug> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1168 | 2025.01.07 05:08:49.043056 [ 72 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1169 | 2025.01.07 05:08:49.043119 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1170 | 2025.01.07 05:08:49.043598 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 1171 | 2025.01.07 05:08:49.057503 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1172 | 2025.01.07 05:08:49.059121 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1173 | 2025.01.07 05:08:49.060245 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 1174 | 2025.01.07 05:08:49.065198 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 1175 | 2025.01.07 05:08:49.070431 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 1176 | 2025.01.07 05:08:49.075472 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 1177 | 2025.01.07 05:08:49.082686 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 1178 | 2025.01.07 05:08:49.087376 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 1179 | 2025.01.07 05:08:49.144544 [ 195 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.101252562 sec., 454.3094919415471 rows/sec., 2.35 MiB/sec. | ||
| 1180 | 2025.01.07 05:08:49.147181 [ 195 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1181 | 2025.01.07 05:08:49.150193 [ 195 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_6_1} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1182 | 2025.01.07 05:08:49.150282 [ 195 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_6_1} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1183 | 2025.01.07 05:08:49.152728 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1184 | 2025.01.07 05:08:49.187324 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1185 | 2025.01.07 05:08:49.187582 [ 3 ] {66895529-6711-495b-ac14-1244ea7059cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent') FORMAT Native; (stage: Complete) | ||
| 1186 | 2025.01.07 05:08:49.188246 [ 3 ] {66895529-6711-495b-ac14-1244ea7059cd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1187 | 2025.01.07 05:08:49.188337 [ 3 ] {66895529-6711-495b-ac14-1244ea7059cd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent')" moved to PREWHERE | ||
| 1188 | 2025.01.07 05:08:49.188659 [ 3 ] {66895529-6711-495b-ac14-1244ea7059cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1189 | 2025.01.07 05:08:49.190889 [ 3 ] {66895529-6711-495b-ac14-1244ea7059cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1190 | 2025.01.07 05:08:49.193368 [ 3 ] {66895529-6711-495b-ac14-1244ea7059cd} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1191 | 2025.01.07 05:08:49.196847 [ 3 ] {66895529-6711-495b-ac14-1244ea7059cd} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1192 | 2025.01.07 05:08:49.198814 [ 3 ] {66895529-6711-495b-ac14-1244ea7059cd} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (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 | ||
| 1193 | 2025.01.07 05:08:49.198845 [ 3 ] {66895529-6711-495b-ac14-1244ea7059cd} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1194 | 2025.01.07 05:08:49.198954 [ 3 ] {66895529-6711-495b-ac14-1244ea7059cd} <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'))" | ||
| 1195 | 2025.01.07 05:08:49.198987 [ 3 ] {66895529-6711-495b-ac14-1244ea7059cd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1196 | 2025.01.07 05:08:49.204600 [ 3 ] {66895529-6711-495b-ac14-1244ea7059cd} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.017137 sec., 816.9457898115189 rows/sec., 33.34 KiB/sec. | ||
| 1197 | 2025.01.07 05:08:49.204721 [ 3 ] {66895529-6711-495b-ac14-1244ea7059cd} <Debug> TCPHandler: Processed in 0.017518728 sec. | ||
| 1198 | 2025.01.07 05:08:49.207462 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1199 | 2025.01.07 05:08:49.207652 [ 5 ] {76fd2dea-8c11-4ba1-bf32-800b7abb4646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1200 | 2025.01.07 05:08:49.207736 [ 5 ] {76fd2dea-8c11-4ba1-bf32-800b7abb4646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1201 | 2025.01.07 05:08:49.208662 [ 5 ] {76fd2dea-8c11-4ba1-bf32-800b7abb4646} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1202 | 2025.01.07 05:08:49.208707 [ 5 ] {76fd2dea-8c11-4ba1-bf32-800b7abb4646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1203 | 2025.01.07 05:08:49.209225 [ 5 ] {76fd2dea-8c11-4ba1-bf32-800b7abb4646} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1204 | 2025.01.07 05:08:49.209449 [ 5 ] {76fd2dea-8c11-4ba1-bf32-800b7abb4646} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1205 | 2025.01.07 05:08:49.209736 [ 5 ] {76fd2dea-8c11-4ba1-bf32-800b7abb4646} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.00212 sec., 471.6981132075472 rows/sec., 70.48 KiB/sec. | ||
| 1206 | 2025.01.07 05:08:49.209855 [ 5 ] {76fd2dea-8c11-4ba1-bf32-800b7abb4646} <Debug> TCPHandler: Processed in 0.002524968 sec. | ||
| 1207 | 2025.01.07 05:08:49.210035 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1208 | 2025.01.07 05:08:49.210192 [ 3 ] {3ead6e31-c3ea-4ddf-ad22-cfb902494221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1209 | 2025.01.07 05:08:49.210257 [ 3 ] {3ead6e31-c3ea-4ddf-ad22-cfb902494221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1210 | 2025.01.07 05:08:49.211095 [ 3 ] {3ead6e31-c3ea-4ddf-ad22-cfb902494221} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1211 | 2025.01.07 05:08:49.211142 [ 3 ] {3ead6e31-c3ea-4ddf-ad22-cfb902494221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1212 | 2025.01.07 05:08:49.211571 [ 3 ] {3ead6e31-c3ea-4ddf-ad22-cfb902494221} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1213 | 2025.01.07 05:08:49.211823 [ 3 ] {3ead6e31-c3ea-4ddf-ad22-cfb902494221} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1214 | 2025.01.07 05:08:49.212133 [ 3 ] {3ead6e31-c3ea-4ddf-ad22-cfb902494221} <Debug> executeQuery: Read 42 rows, 3.56 KiB in 0.001964 sec., 21384.928716904276 rows/sec., 1.77 MiB/sec. | ||
| 1215 | 2025.01.07 05:08:49.212208 [ 3 ] {3ead6e31-c3ea-4ddf-ad22-cfb902494221} <Debug> TCPHandler: Processed in 0.002241539 sec. | ||
| 1216 | 2025.01.07 05:08:49.212372 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1217 | 2025.01.07 05:08:49.212518 [ 5 ] {87f97540-df00-443f-bdb7-ab75829c9427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1218 | 2025.01.07 05:08:49.212579 [ 5 ] {87f97540-df00-443f-bdb7-ab75829c9427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1219 | 2025.01.07 05:08:49.213352 [ 5 ] {87f97540-df00-443f-bdb7-ab75829c9427} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1220 | 2025.01.07 05:08:49.213398 [ 5 ] {87f97540-df00-443f-bdb7-ab75829c9427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1221 | 2025.01.07 05:08:49.213770 [ 5 ] {87f97540-df00-443f-bdb7-ab75829c9427} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1222 | 2025.01.07 05:08:49.214012 [ 5 ] {87f97540-df00-443f-bdb7-ab75829c9427} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1223 | 2025.01.07 05:08:49.214268 [ 5 ] {87f97540-df00-443f-bdb7-ab75829c9427} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001772 sec., 4514.6726862302485 rows/sec., 339.48 KiB/sec. | ||
| 1224 | 2025.01.07 05:08:49.214327 [ 5 ] {87f97540-df00-443f-bdb7-ab75829c9427} <Debug> TCPHandler: Processed in 0.002027803 sec. | ||
| 1225 | 2025.01.07 05:08:49.214518 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1226 | 2025.01.07 05:08:49.214662 [ 3 ] {343f2485-1b59-4d02-ad4b-e57a0626d328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1227 | 2025.01.07 05:08:49.214721 [ 3 ] {343f2485-1b59-4d02-ad4b-e57a0626d328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1228 | 2025.01.07 05:08:49.215435 [ 3 ] {343f2485-1b59-4d02-ad4b-e57a0626d328} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1229 | 2025.01.07 05:08:49.215478 [ 3 ] {343f2485-1b59-4d02-ad4b-e57a0626d328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1230 | 2025.01.07 05:08:49.215862 [ 3 ] {343f2485-1b59-4d02-ad4b-e57a0626d328} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1231 | 2025.01.07 05:08:49.216110 [ 3 ] {343f2485-1b59-4d02-ad4b-e57a0626d328} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1232 | 2025.01.07 05:08:49.216393 [ 3 ] {343f2485-1b59-4d02-ad4b-e57a0626d328} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001747 sec., 20606.754436176303 rows/sec., 1.61 MiB/sec. | ||
| 1233 | 2025.01.07 05:08:49.216527 [ 3 ] {343f2485-1b59-4d02-ad4b-e57a0626d328} <Debug> TCPHandler: Processed in 0.002079734 sec. | ||
| 1234 | 2025.01.07 05:08:49.216691 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1235 | 2025.01.07 05:08:49.216818 [ 5 ] {ee60acbc-c234-4caa-9536-e6c4c211abc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1236 | 2025.01.07 05:08:49.216872 [ 5 ] {ee60acbc-c234-4caa-9536-e6c4c211abc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1237 | 2025.01.07 05:08:49.217423 [ 5 ] {ee60acbc-c234-4caa-9536-e6c4c211abc7} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1238 | 2025.01.07 05:08:49.217464 [ 5 ] {ee60acbc-c234-4caa-9536-e6c4c211abc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1239 | 2025.01.07 05:08:49.217876 [ 5 ] {ee60acbc-c234-4caa-9536-e6c4c211abc7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1240 | 2025.01.07 05:08:49.218119 [ 5 ] {ee60acbc-c234-4caa-9536-e6c4c211abc7} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1241 | 2025.01.07 05:08:49.218275 [ 72 ] {} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1242 | 2025.01.07 05:08:49.218343 [ 72 ] {} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1243 | 2025.01.07 05:08:49.218377 [ 5 ] {ee60acbc-c234-4caa-9536-e6c4c211abc7} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00158 sec., 63291.13924050633 rows/sec., 4.39 MiB/sec. | ||
| 1244 | 2025.01.07 05:08:49.218384 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1245 | 2025.01.07 05:08:49.218528 [ 5 ] {ee60acbc-c234-4caa-9536-e6c4c211abc7} <Debug> TCPHandler: Processed in 0.001896529 sec. | ||
| 1246 | 2025.01.07 05:08:49.218708 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::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 | ||
| 1247 | 2025.01.07 05:08:49.218717 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1248 | 2025.01.07 05:08:49.218877 [ 3 ] {20c36e5f-98e4-4dc8-af70-d0f777bb84d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1249 | 2025.01.07 05:08:49.218894 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1250 | 2025.01.07 05:08:49.218957 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part | ||
| 1251 | 2025.01.07 05:08:49.218992 [ 3 ] {20c36e5f-98e4-4dc8-af70-d0f777bb84d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1252 | 2025.01.07 05:08:49.219235 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
| 1253 | 2025.01.07 05:08:49.219519 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part | ||
| 1254 | 2025.01.07 05:08:49.219758 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 100 rows starting from the beginning of the part | ||
| 1255 | 2025.01.07 05:08:49.219964 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part | ||
| 1256 | 2025.01.07 05:08:49.220193 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part | ||
| 1257 | 2025.01.07 05:08:49.222264 [ 3 ] {20c36e5f-98e4-4dc8-af70-d0f777bb84d1} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1258 | 2025.01.07 05:08:49.222320 [ 3 ] {20c36e5f-98e4-4dc8-af70-d0f777bb84d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1259 | 2025.01.07 05:08:49.222360 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.003818547 sec., 141415.04608952045 rows/sec., 9.80 MiB/sec. | ||
| 1260 | 2025.01.07 05:08:49.222660 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1261 | 2025.01.07 05:08:49.225411 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1262 | 2025.01.07 05:08:49.225710 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1263 | 2025.01.07 05:08:49.225758 [ 3 ] {20c36e5f-98e4-4dc8-af70-d0f777bb84d1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1264 | 2025.01.07 05:08:49.225902 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 1265 | 2025.01.07 05:08:49.226195 [ 3 ] {20c36e5f-98e4-4dc8-af70-d0f777bb84d1} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1266 | 2025.01.07 05:08:49.226458 [ 3 ] {20c36e5f-98e4-4dc8-af70-d0f777bb84d1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007614 sec., 1050.696086157079 rows/sec., 1.88 MiB/sec. | ||
| 1267 | 2025.01.07 05:08:49.226563 [ 3 ] {20c36e5f-98e4-4dc8-af70-d0f777bb84d1} <Debug> TCPHandler: Processed in 0.007937255 sec. | ||
| 1268 | 2025.01.07 05:08:49.226737 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1269 | 2025.01.07 05:08:49.226877 [ 5 ] {f8f63c1e-861c-499c-804f-f678bc725ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1270 | 2025.01.07 05:08:49.226937 [ 5 ] {f8f63c1e-861c-499c-804f-f678bc725ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1271 | 2025.01.07 05:08:49.227511 [ 5 ] {f8f63c1e-861c-499c-804f-f678bc725ca8} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1272 | 2025.01.07 05:08:49.227550 [ 5 ] {f8f63c1e-861c-499c-804f-f678bc725ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1273 | 2025.01.07 05:08:49.227925 [ 5 ] {f8f63c1e-861c-499c-804f-f678bc725ca8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1274 | 2025.01.07 05:08:49.228161 [ 5 ] {f8f63c1e-861c-499c-804f-f678bc725ca8} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1275 | 2025.01.07 05:08:49.228325 [ 78 ] {} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1276 | 2025.01.07 05:08:49.228384 [ 78 ] {} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1277 | 2025.01.07 05:08:49.228399 [ 5 ] {f8f63c1e-861c-499c-804f-f678bc725ca8} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001542 sec., 19455.252918287937 rows/sec., 1.33 MiB/sec. | ||
| 1278 | 2025.01.07 05:08:49.228422 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1279 | 2025.01.07 05:08:49.228549 [ 5 ] {f8f63c1e-861c-499c-804f-f678bc725ca8} <Debug> TCPHandler: Processed in 0.001878047 sec. | ||
| 1280 | 2025.01.07 05:08:49.228647 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 1281 | 2025.01.07 05:08:49.228786 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1282 | 2025.01.07 05:08:49.228820 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 1283 | 2025.01.07 05:08:49.228903 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 1284 | 2025.01.07 05:08:49.228978 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
| 1285 | 2025.01.07 05:08:49.229205 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
| 1286 | 2025.01.07 05:08:49.229489 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
| 1287 | 2025.01.07 05:08:49.229567 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 1288 | 2025.01.07 05:08:49.230585 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 4 columns (4 merged, 0 gathered) in 0.002039663 sec., 79424.88538547789 rows/sec., 5.44 MiB/sec. | ||
| 1289 | 2025.01.07 05:08:49.230783 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1290 | 2025.01.07 05:08:49.231131 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_6_1} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1291 | 2025.01.07 05:08:49.231226 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_6_1} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1292 | 2025.01.07 05:08:49.231320 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 1293 | 2025.01.07 05:08:50.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.14 MiB, peak 170.02 MiB, free memory in arenas 0.00 B, will set to 163.65 MiB (RSS), difference: 2.51 MiB | ||
| 1294 | 2025.01.07 05:08:51.455874 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1295 | 2025.01.07 05:08:51.456146 [ 3 ] {5e6eb998-ae9f-47ee-a208-cb4f8c0b625a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1296 | 2025.01.07 05:08:51.456578 [ 3 ] {5e6eb998-ae9f-47ee-a208-cb4f8c0b625a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1297 | 2025.01.07 05:08:51.456620 [ 3 ] {5e6eb998-ae9f-47ee-a208-cb4f8c0b625a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1298 | 2025.01.07 05:08:51.456916 [ 3 ] {5e6eb998-ae9f-47ee-a208-cb4f8c0b625a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1299 | 2025.01.07 05:08:51.456999 [ 3 ] {5e6eb998-ae9f-47ee-a208-cb4f8c0b625a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1300 | 2025.01.07 05:08:51.457177 [ 3 ] {5e6eb998-ae9f-47ee-a208-cb4f8c0b625a} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1301 | 2025.01.07 05:08:51.457313 [ 296 ] {5e6eb998-ae9f-47ee-a208-cb4f8c0b625a} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1302 | 2025.01.07 05:08:51.457421 [ 298 ] {5e6eb998-ae9f-47ee-a208-cb4f8c0b625a} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1303 | 2025.01.07 05:08:51.457540 [ 3 ] {5e6eb998-ae9f-47ee-a208-cb4f8c0b625a} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1304 | 2025.01.07 05:08:51.457571 [ 3 ] {5e6eb998-ae9f-47ee-a208-cb4f8c0b625a} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1305 | 2025.01.07 05:08:51.457626 [ 3 ] {5e6eb998-ae9f-47ee-a208-cb4f8c0b625a} <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'))" | ||
| 1306 | 2025.01.07 05:08:51.457650 [ 3 ] {5e6eb998-ae9f-47ee-a208-cb4f8c0b625a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1307 | 2025.01.07 05:08:51.458509 [ 3 ] {5e6eb998-ae9f-47ee-a208-cb4f8c0b625a} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002483 sec., 5638.340716874748 rows/sec., 230.08 KiB/sec. | ||
| 1308 | 2025.01.07 05:08:51.458642 [ 3 ] {5e6eb998-ae9f-47ee-a208-cb4f8c0b625a} <Debug> TCPHandler: Processed in 0.002905599 sec. | ||
| 1309 | 2025.01.07 05:08:51.459093 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2025.01.07 05:08:51.459319 [ 5 ] {0c77f6d9-c970-4bb7-8cc7-b60261fb9375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) 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', 'sled_data_link:errors_received') FORMAT Native; (stage: Complete) | ||
| 1311 | 2025.01.07 05:08:51.459701 [ 5 ] {0c77f6d9-c970-4bb7-8cc7-b60261fb9375} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1312 | 2025.01.07 05:08:51.459744 [ 5 ] {0c77f6d9-c970-4bb7-8cc7-b60261fb9375} <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', 'sled_data_link:errors_received')" moved to PREWHERE | ||
| 1313 | 2025.01.07 05:08:51.460032 [ 5 ] {0c77f6d9-c970-4bb7-8cc7-b60261fb9375} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1314 | 2025.01.07 05:08:51.460116 [ 5 ] {0c77f6d9-c970-4bb7-8cc7-b60261fb9375} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1315 | 2025.01.07 05:08:51.460298 [ 5 ] {0c77f6d9-c970-4bb7-8cc7-b60261fb9375} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1316 | 2025.01.07 05:08:51.460379 [ 298 ] {0c77f6d9-c970-4bb7-8cc7-b60261fb9375} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1317 | 2025.01.07 05:08:51.460404 [ 296 ] {0c77f6d9-c970-4bb7-8cc7-b60261fb9375} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1318 | 2025.01.07 05:08:51.460509 [ 5 ] {0c77f6d9-c970-4bb7-8cc7-b60261fb9375} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1319 | 2025.01.07 05:08:51.460537 [ 5 ] {0c77f6d9-c970-4bb7-8cc7-b60261fb9375} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1320 | 2025.01.07 05:08:51.460587 [ 5 ] {0c77f6d9-c970-4bb7-8cc7-b60261fb9375} <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', 'sled_data_link:errors_received'))" | ||
| 1321 | 2025.01.07 05:08:51.460612 [ 5 ] {0c77f6d9-c970-4bb7-8cc7-b60261fb9375} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1322 | 2025.01.07 05:08:51.461335 [ 5 ] {0c77f6d9-c970-4bb7-8cc7-b60261fb9375} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.002116 sec., 6616.257088846882 rows/sec., 269.99 KiB/sec. | ||
| 1323 | 2025.01.07 05:08:51.461463 [ 5 ] {0c77f6d9-c970-4bb7-8cc7-b60261fb9375} <Debug> TCPHandler: Processed in 0.002497397 sec. | ||
| 1324 | 2025.01.07 05:08:51.461738 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1325 | 2025.01.07 05:08:51.461949 [ 3 ] {c37f9758-f4df-4b55-baaf-52df5020936d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) 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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT Native; (stage: Complete) | ||
| 1326 | 2025.01.07 05:08:51.462316 [ 3 ] {c37f9758-f4df-4b55-baaf-52df5020936d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1327 | 2025.01.07 05:08:51.462365 [ 3 ] {c37f9758-f4df-4b55-baaf-52df5020936d} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE | ||
| 1328 | 2025.01.07 05:08:51.462655 [ 3 ] {c37f9758-f4df-4b55-baaf-52df5020936d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1329 | 2025.01.07 05:08:51.462724 [ 3 ] {c37f9758-f4df-4b55-baaf-52df5020936d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1330 | 2025.01.07 05:08:51.462872 [ 3 ] {c37f9758-f4df-4b55-baaf-52df5020936d} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1331 | 2025.01.07 05:08:51.462983 [ 296 ] {c37f9758-f4df-4b55-baaf-52df5020936d} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1332 | 2025.01.07 05:08:51.462995 [ 298 ] {c37f9758-f4df-4b55-baaf-52df5020936d} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1333 | 2025.01.07 05:08:51.463096 [ 3 ] {c37f9758-f4df-4b55-baaf-52df5020936d} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1334 | 2025.01.07 05:08:51.463123 [ 3 ] {c37f9758-f4df-4b55-baaf-52df5020936d} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1335 | 2025.01.07 05:08:51.463170 [ 3 ] {c37f9758-f4df-4b55-baaf-52df5020936d} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
| 1336 | 2025.01.07 05:08:51.463196 [ 3 ] {c37f9758-f4df-4b55-baaf-52df5020936d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1337 | 2025.01.07 05:08:51.463798 [ 3 ] {c37f9758-f4df-4b55-baaf-52df5020936d} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001945 sec., 7197.943444730077 rows/sec., 293.72 KiB/sec. | ||
| 1338 | 2025.01.07 05:08:51.463919 [ 3 ] {c37f9758-f4df-4b55-baaf-52df5020936d} <Debug> TCPHandler: Processed in 0.00224834 sec. | ||
| 1339 | 2025.01.07 05:08:51.464238 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1340 | 2025.01.07 05:08:51.464442 [ 5 ] {697d54dd-8365-4acd-b20c-19416763af49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT Native; (stage: Complete) | ||
| 1341 | 2025.01.07 05:08:51.464770 [ 5 ] {697d54dd-8365-4acd-b20c-19416763af49} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1342 | 2025.01.07 05:08:51.464809 [ 5 ] {697d54dd-8365-4acd-b20c-19416763af49} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE | ||
| 1343 | 2025.01.07 05:08:51.465073 [ 5 ] {697d54dd-8365-4acd-b20c-19416763af49} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1344 | 2025.01.07 05:08:51.465143 [ 5 ] {697d54dd-8365-4acd-b20c-19416763af49} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1345 | 2025.01.07 05:08:51.465292 [ 5 ] {697d54dd-8365-4acd-b20c-19416763af49} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1346 | 2025.01.07 05:08:51.465363 [ 298 ] {697d54dd-8365-4acd-b20c-19416763af49} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1347 | 2025.01.07 05:08:51.465387 [ 296 ] {697d54dd-8365-4acd-b20c-19416763af49} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1348 | 2025.01.07 05:08:51.465477 [ 5 ] {697d54dd-8365-4acd-b20c-19416763af49} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1349 | 2025.01.07 05:08:51.465504 [ 5 ] {697d54dd-8365-4acd-b20c-19416763af49} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1350 | 2025.01.07 05:08:51.465551 [ 5 ] {697d54dd-8365-4acd-b20c-19416763af49} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
| 1351 | 2025.01.07 05:08:51.465574 [ 5 ] {697d54dd-8365-4acd-b20c-19416763af49} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1352 | 2025.01.07 05:08:51.466092 [ 5 ] {697d54dd-8365-4acd-b20c-19416763af49} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001744 sec., 8027.522935779816 rows/sec., 327.57 KiB/sec. | ||
| 1353 | 2025.01.07 05:08:51.466177 [ 5 ] {697d54dd-8365-4acd-b20c-19416763af49} <Debug> TCPHandler: Processed in 0.002011252 sec. | ||
| 1354 | 2025.01.07 05:08:51.466496 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1355 | 2025.01.07 05:08:51.466702 [ 3 ] {1ae35255-c62a-43dc-8bcd-e7c4e3bcfc3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received') FORMAT Native; (stage: Complete) | ||
| 1356 | 2025.01.07 05:08:51.467064 [ 3 ] {1ae35255-c62a-43dc-8bcd-e7c4e3bcfc3e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1357 | 2025.01.07 05:08:51.467114 [ 3 ] {1ae35255-c62a-43dc-8bcd-e7c4e3bcfc3e} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received')" moved to PREWHERE | ||
| 1358 | 2025.01.07 05:08:51.467435 [ 3 ] {1ae35255-c62a-43dc-8bcd-e7c4e3bcfc3e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1359 | 2025.01.07 05:08:51.467515 [ 3 ] {1ae35255-c62a-43dc-8bcd-e7c4e3bcfc3e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1360 | 2025.01.07 05:08:51.467662 [ 3 ] {1ae35255-c62a-43dc-8bcd-e7c4e3bcfc3e} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1361 | 2025.01.07 05:08:51.467776 [ 298 ] {1ae35255-c62a-43dc-8bcd-e7c4e3bcfc3e} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1362 | 2025.01.07 05:08:51.467780 [ 296 ] {1ae35255-c62a-43dc-8bcd-e7c4e3bcfc3e} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1363 | 2025.01.07 05:08:51.467879 [ 3 ] {1ae35255-c62a-43dc-8bcd-e7c4e3bcfc3e} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1364 | 2025.01.07 05:08:51.467903 [ 3 ] {1ae35255-c62a-43dc-8bcd-e7c4e3bcfc3e} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1365 | 2025.01.07 05:08:51.467947 [ 3 ] {1ae35255-c62a-43dc-8bcd-e7c4e3bcfc3e} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received'))" | ||
| 1366 | 2025.01.07 05:08:51.467971 [ 3 ] {1ae35255-c62a-43dc-8bcd-e7c4e3bcfc3e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1367 | 2025.01.07 05:08:51.468560 [ 3 ] {1ae35255-c62a-43dc-8bcd-e7c4e3bcfc3e} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001953 sec., 7168.458781362006 rows/sec., 292.52 KiB/sec. | ||
| 1368 | 2025.01.07 05:08:51.468676 [ 3 ] {1ae35255-c62a-43dc-8bcd-e7c4e3bcfc3e} <Debug> TCPHandler: Processed in 0.002246339 sec. | ||
| 1369 | 2025.01.07 05:08:51.468933 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1370 | 2025.01.07 05:08:51.469137 [ 5 ] {49e91df4-db67-4173-8c94-3e6359f1e946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) 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', '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') FORMAT Native; (stage: Complete) | ||
| 1371 | 2025.01.07 05:08:51.469531 [ 5 ] {49e91df4-db67-4173-8c94-3e6359f1e946} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1372 | 2025.01.07 05:08:51.469572 [ 5 ] {49e91df4-db67-4173-8c94-3e6359f1e946} <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', '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')" moved to PREWHERE | ||
| 1373 | 2025.01.07 05:08:51.469844 [ 5 ] {49e91df4-db67-4173-8c94-3e6359f1e946} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1374 | 2025.01.07 05:08:51.469911 [ 5 ] {49e91df4-db67-4173-8c94-3e6359f1e946} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1375 | 2025.01.07 05:08:51.470083 [ 5 ] {49e91df4-db67-4173-8c94-3e6359f1e946} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1376 | 2025.01.07 05:08:51.470152 [ 298 ] {49e91df4-db67-4173-8c94-3e6359f1e946} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1377 | 2025.01.07 05:08:51.470173 [ 296 ] {49e91df4-db67-4173-8c94-3e6359f1e946} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1378 | 2025.01.07 05:08:51.470261 [ 5 ] {49e91df4-db67-4173-8c94-3e6359f1e946} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1379 | 2025.01.07 05:08:51.470288 [ 5 ] {49e91df4-db67-4173-8c94-3e6359f1e946} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1380 | 2025.01.07 05:08:51.470335 [ 5 ] {49e91df4-db67-4173-8c94-3e6359f1e946} <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', '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'))" | ||
| 1381 | 2025.01.07 05:08:51.470359 [ 5 ] {49e91df4-db67-4173-8c94-3e6359f1e946} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1382 | 2025.01.07 05:08:51.470946 [ 5 ] {49e91df4-db67-4173-8c94-3e6359f1e946} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001903 sec., 7356.8050446663165 rows/sec., 300.20 KiB/sec. | ||
| 1383 | 2025.01.07 05:08:51.471066 [ 5 ] {49e91df4-db67-4173-8c94-3e6359f1e946} <Debug> TCPHandler: Processed in 0.002200488 sec. | ||
| 1384 | 2025.01.07 05:08:51.534097 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1385 | 2025.01.07 05:08:51.534297 [ 3 ] {b8cbbee0-83db-4c38-8218-2ca59d2e655e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) 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', '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') FORMAT Native; (stage: Complete) | ||
| 1386 | 2025.01.07 05:08:51.534609 [ 3 ] {b8cbbee0-83db-4c38-8218-2ca59d2e655e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1387 | 2025.01.07 05:08:51.534652 [ 3 ] {b8cbbee0-83db-4c38-8218-2ca59d2e655e} <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', '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')" moved to PREWHERE | ||
| 1388 | 2025.01.07 05:08:51.534926 [ 3 ] {b8cbbee0-83db-4c38-8218-2ca59d2e655e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1389 | 2025.01.07 05:08:51.534994 [ 3 ] {b8cbbee0-83db-4c38-8218-2ca59d2e655e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1390 | 2025.01.07 05:08:51.535143 [ 3 ] {b8cbbee0-83db-4c38-8218-2ca59d2e655e} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1391 | 2025.01.07 05:08:51.535210 [ 296 ] {b8cbbee0-83db-4c38-8218-2ca59d2e655e} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1392 | 2025.01.07 05:08:51.535248 [ 298 ] {b8cbbee0-83db-4c38-8218-2ca59d2e655e} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1393 | 2025.01.07 05:08:51.535341 [ 3 ] {b8cbbee0-83db-4c38-8218-2ca59d2e655e} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1394 | 2025.01.07 05:08:51.535369 [ 3 ] {b8cbbee0-83db-4c38-8218-2ca59d2e655e} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1395 | 2025.01.07 05:08:51.535418 [ 3 ] {b8cbbee0-83db-4c38-8218-2ca59d2e655e} <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', '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'))" | ||
| 1396 | 2025.01.07 05:08:51.535443 [ 3 ] {b8cbbee0-83db-4c38-8218-2ca59d2e655e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1397 | 2025.01.07 05:08:51.536058 [ 3 ] {b8cbbee0-83db-4c38-8218-2ca59d2e655e} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001843 sec., 7596.31036353771 rows/sec., 309.98 KiB/sec. | ||
| 1398 | 2025.01.07 05:08:51.536180 [ 3 ] {b8cbbee0-83db-4c38-8218-2ca59d2e655e} <Debug> TCPHandler: Processed in 0.002146026 sec. | ||
| 1399 | 2025.01.07 05:08:51.536696 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1400 | 2025.01.07 05:08:51.536857 [ 5 ] {a25b9466-8507-4a4e-9442-b0180746b114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1401 | 2025.01.07 05:08:51.536921 [ 5 ] {a25b9466-8507-4a4e-9442-b0180746b114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1402 | 2025.01.07 05:08:51.537774 [ 5 ] {a25b9466-8507-4a4e-9442-b0180746b114} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1403 | 2025.01.07 05:08:51.537818 [ 5 ] {a25b9466-8507-4a4e-9442-b0180746b114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1404 | 2025.01.07 05:08:51.538320 [ 5 ] {a25b9466-8507-4a4e-9442-b0180746b114} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1405 | 2025.01.07 05:08:51.538543 [ 5 ] {a25b9466-8507-4a4e-9442-b0180746b114} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1406 | 2025.01.07 05:08:51.538778 [ 5 ] {a25b9466-8507-4a4e-9442-b0180746b114} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.001967 sec., 3558.7188612099644 rows/sec., 723.86 KiB/sec. | ||
| 1407 | 2025.01.07 05:08:51.538835 [ 5 ] {a25b9466-8507-4a4e-9442-b0180746b114} <Debug> TCPHandler: Processed in 0.002212848 sec. | ||
| 1408 | 2025.01.07 05:08:51.538988 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1409 | 2025.01.07 05:08:51.539123 [ 3 ] {f8f0c7d3-e359-4833-ac87-218c3d09f518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1410 | 2025.01.07 05:08:51.539174 [ 3 ] {f8f0c7d3-e359-4833-ac87-218c3d09f518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1411 | 2025.01.07 05:08:51.540361 [ 3 ] {f8f0c7d3-e359-4833-ac87-218c3d09f518} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1412 | 2025.01.07 05:08:51.540401 [ 3 ] {f8f0c7d3-e359-4833-ac87-218c3d09f518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1413 | 2025.01.07 05:08:51.540914 [ 3 ] {f8f0c7d3-e359-4833-ac87-218c3d09f518} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1414 | 2025.01.07 05:08:51.541164 [ 3 ] {f8f0c7d3-e359-4833-ac87-218c3d09f518} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1415 | 2025.01.07 05:08:51.541421 [ 3 ] {f8f0c7d3-e359-4833-ac87-218c3d09f518} <Debug> executeQuery: Read 1167 rows, 98.17 KiB in 0.002307 sec., 505851.755526658 rows/sec., 41.56 MiB/sec. | ||
| 1416 | 2025.01.07 05:08:51.541560 [ 3 ] {f8f0c7d3-e359-4833-ac87-218c3d09f518} <Debug> TCPHandler: Processed in 0.002629841 sec. | ||
| 1417 | 2025.01.07 05:08:51.541718 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1418 | 2025.01.07 05:08:51.541856 [ 5 ] {2fe7b478-f581-45b9-9e15-c23ad91cc79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1419 | 2025.01.07 05:08:51.541915 [ 5 ] {2fe7b478-f581-45b9-9e15-c23ad91cc79b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1420 | 2025.01.07 05:08:51.542711 [ 5 ] {2fe7b478-f581-45b9-9e15-c23ad91cc79b} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1421 | 2025.01.07 05:08:51.542749 [ 5 ] {2fe7b478-f581-45b9-9e15-c23ad91cc79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1422 | 2025.01.07 05:08:51.543131 [ 5 ] {2fe7b478-f581-45b9-9e15-c23ad91cc79b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1423 | 2025.01.07 05:08:51.543368 [ 5 ] {2fe7b478-f581-45b9-9e15-c23ad91cc79b} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1424 | 2025.01.07 05:08:51.543564 [ 5 ] {2fe7b478-f581-45b9-9e15-c23ad91cc79b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001739 sec., 131109.8332374928 rows/sec., 8.88 MiB/sec. | ||
| 1425 | 2025.01.07 05:08:51.543616 [ 5 ] {2fe7b478-f581-45b9-9e15-c23ad91cc79b} <Debug> TCPHandler: Processed in 0.00196347 sec. | ||
| 1426 | 2025.01.07 05:08:51.543774 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1427 | 2025.01.07 05:08:51.543916 [ 3 ] {51101884-a794-4601-9317-832a16111765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1428 | 2025.01.07 05:08:51.543973 [ 3 ] {51101884-a794-4601-9317-832a16111765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1429 | 2025.01.07 05:08:51.544793 [ 3 ] {51101884-a794-4601-9317-832a16111765} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1430 | 2025.01.07 05:08:51.544831 [ 3 ] {51101884-a794-4601-9317-832a16111765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1431 | 2025.01.07 05:08:51.545210 [ 3 ] {51101884-a794-4601-9317-832a16111765} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1432 | 2025.01.07 05:08:51.545458 [ 3 ] {51101884-a794-4601-9317-832a16111765} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1433 | 2025.01.07 05:08:51.545633 [ 3 ] {51101884-a794-4601-9317-832a16111765} <Debug> executeQuery: Read 484 rows, 36.53 KiB in 0.00175 sec., 276571.4285714286 rows/sec., 20.38 MiB/sec. | ||
| 1434 | 2025.01.07 05:08:51.545687 [ 3 ] {51101884-a794-4601-9317-832a16111765} <Debug> TCPHandler: Processed in 0.001981851 sec. | ||
| 1435 | 2025.01.07 05:08:51.545839 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1436 | 2025.01.07 05:08:51.545978 [ 5 ] {54162767-81cf-4bcb-a144-e13c28a05468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1437 | 2025.01.07 05:08:51.546038 [ 5 ] {54162767-81cf-4bcb-a144-e13c28a05468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1438 | 2025.01.07 05:08:51.547075 [ 5 ] {54162767-81cf-4bcb-a144-e13c28a05468} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1439 | 2025.01.07 05:08:51.547111 [ 5 ] {54162767-81cf-4bcb-a144-e13c28a05468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1440 | 2025.01.07 05:08:51.547617 [ 5 ] {54162767-81cf-4bcb-a144-e13c28a05468} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1441 | 2025.01.07 05:08:51.547861 [ 5 ] {54162767-81cf-4bcb-a144-e13c28a05468} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1442 | 2025.01.07 05:08:51.548168 [ 5 ] {54162767-81cf-4bcb-a144-e13c28a05468} <Debug> executeQuery: Read 1723 rows, 117.95 KiB in 0.002193 sec., 785681.7145462836 rows/sec., 52.52 MiB/sec. | ||
| 1443 | 2025.01.07 05:08:51.548303 [ 5 ] {54162767-81cf-4bcb-a144-e13c28a05468} <Debug> TCPHandler: Processed in 0.002529488 sec. | ||
| 1444 | 2025.01.07 05:08:51.548442 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1445 | 2025.01.07 05:08:51.548570 [ 3 ] {9f2134ef-672d-4cbc-91ad-b48b05d7a00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1446 | 2025.01.07 05:08:51.548629 [ 3 ] {9f2134ef-672d-4cbc-91ad-b48b05d7a00d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1447 | 2025.01.07 05:08:51.549191 [ 3 ] {9f2134ef-672d-4cbc-91ad-b48b05d7a00d} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1448 | 2025.01.07 05:08:51.549235 [ 3 ] {9f2134ef-672d-4cbc-91ad-b48b05d7a00d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1449 | 2025.01.07 05:08:51.549648 [ 3 ] {9f2134ef-672d-4cbc-91ad-b48b05d7a00d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1450 | 2025.01.07 05:08:51.549885 [ 3 ] {9f2134ef-672d-4cbc-91ad-b48b05d7a00d} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1451 | 2025.01.07 05:08:51.550058 [ 3 ] {9f2134ef-672d-4cbc-91ad-b48b05d7a00d} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.00152 sec., 11842.105263157893 rows/sec., 830.72 KiB/sec. | ||
| 1452 | 2025.01.07 05:08:51.550109 [ 3 ] {9f2134ef-672d-4cbc-91ad-b48b05d7a00d} <Debug> TCPHandler: Processed in 0.001723153 sec. | ||
| 1453 | 2025.01.07 05:08:53.860102 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 202 | ||
| 1454 | 2025.01.07 05:08:53.863593 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1455 | 2025.01.07 05:08:53.863651 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1456 | 2025.01.07 05:08:53.865172 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1457 | 2025.01.07 05:08:53.865480 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1458 | 2025.01.07 05:08:53.866105 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202 | ||
| 1459 | 2025.01.07 05:08:54.186996 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1460 | 2025.01.07 05:08:54.187282 [ 3 ] {e8b1f3b5-1444-456b-bf79-ecdd50110602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1461 | 2025.01.07 05:08:54.187392 [ 3 ] {e8b1f3b5-1444-456b-bf79-ecdd50110602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1462 | 2025.01.07 05:08:54.188277 [ 3 ] {e8b1f3b5-1444-456b-bf79-ecdd50110602} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1463 | 2025.01.07 05:08:54.188329 [ 3 ] {e8b1f3b5-1444-456b-bf79-ecdd50110602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1464 | 2025.01.07 05:08:54.188763 [ 3 ] {e8b1f3b5-1444-456b-bf79-ecdd50110602} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1465 | 2025.01.07 05:08:54.189019 [ 3 ] {e8b1f3b5-1444-456b-bf79-ecdd50110602} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1466 | 2025.01.07 05:08:54.189277 [ 3 ] {e8b1f3b5-1444-456b-bf79-ecdd50110602} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002074 sec., 12536.162005785922 rows/sec., 954.43 KiB/sec. | ||
| 1467 | 2025.01.07 05:08:54.189343 [ 3 ] {e8b1f3b5-1444-456b-bf79-ecdd50110602} <Debug> TCPHandler: Processed in 0.002525958 sec. | ||
| 1468 | 2025.01.07 05:08:54.189650 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1469 | 2025.01.07 05:08:54.189879 [ 5 ] {bb107508-98d4-4a30-9e49-c47a65dd3212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1470 | 2025.01.07 05:08:54.189963 [ 5 ] {bb107508-98d4-4a30-9e49-c47a65dd3212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1471 | 2025.01.07 05:08:54.190799 [ 5 ] {bb107508-98d4-4a30-9e49-c47a65dd3212} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1472 | 2025.01.07 05:08:54.190843 [ 5 ] {bb107508-98d4-4a30-9e49-c47a65dd3212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1473 | 2025.01.07 05:08:54.191286 [ 5 ] {bb107508-98d4-4a30-9e49-c47a65dd3212} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1474 | 2025.01.07 05:08:54.191550 [ 5 ] {bb107508-98d4-4a30-9e49-c47a65dd3212} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1475 | 2025.01.07 05:08:54.191753 [ 5 ] {bb107508-98d4-4a30-9e49-c47a65dd3212} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001936 sec., 14462.809917355371 rows/sec., 1.13 MiB/sec. | ||
| 1476 | 2025.01.07 05:08:54.191819 [ 5 ] {bb107508-98d4-4a30-9e49-c47a65dd3212} <Debug> TCPHandler: Processed in 0.002362802 sec. | ||
| 1477 | 2025.01.07 05:08:54.191962 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1478 | 2025.01.07 05:08:54.192091 [ 3 ] {0b91cf57-160e-466c-8091-5d08a6931e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1479 | 2025.01.07 05:08:54.192149 [ 3 ] {0b91cf57-160e-466c-8091-5d08a6931e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1480 | 2025.01.07 05:08:54.192703 [ 3 ] {0b91cf57-160e-466c-8091-5d08a6931e38} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1481 | 2025.01.07 05:08:54.192745 [ 3 ] {0b91cf57-160e-466c-8091-5d08a6931e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1482 | 2025.01.07 05:08:54.193145 [ 3 ] {0b91cf57-160e-466c-8091-5d08a6931e38} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1483 | 2025.01.07 05:08:54.193397 [ 3 ] {0b91cf57-160e-466c-8091-5d08a6931e38} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1484 | 2025.01.07 05:08:54.193674 [ 3 ] {0b91cf57-160e-466c-8091-5d08a6931e38} <Debug> executeQuery: Read 40 rows, 2.84 KiB in 0.001607 sec., 24891.101431238334 rows/sec., 1.73 MiB/sec. | ||
| 1485 | 2025.01.07 05:08:54.193842 [ 3 ] {0b91cf57-160e-466c-8091-5d08a6931e38} <Debug> TCPHandler: Processed in 0.001938019 sec. | ||
| 1486 | 2025.01.07 05:08:54.193986 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1487 | 2025.01.07 05:08:54.194136 [ 5 ] {eefcd873-16bb-49a5-990b-8e1b70c1beaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1488 | 2025.01.07 05:08:54.194203 [ 5 ] {eefcd873-16bb-49a5-990b-8e1b70c1beaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1489 | 2025.01.07 05:08:54.194780 [ 5 ] {eefcd873-16bb-49a5-990b-8e1b70c1beaa} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1490 | 2025.01.07 05:08:54.194819 [ 5 ] {eefcd873-16bb-49a5-990b-8e1b70c1beaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1491 | 2025.01.07 05:08:54.195211 [ 5 ] {eefcd873-16bb-49a5-990b-8e1b70c1beaa} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1492 | 2025.01.07 05:08:54.195466 [ 5 ] {eefcd873-16bb-49a5-990b-8e1b70c1beaa} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1493 | 2025.01.07 05:08:54.195649 [ 5 ] {eefcd873-16bb-49a5-990b-8e1b70c1beaa} <Debug> executeQuery: Read 12 rows, 862.00 B in 0.001549 sec., 7746.933505487411 rows/sec., 543.45 KiB/sec. | ||
| 1494 | 2025.01.07 05:08:54.195706 [ 5 ] {eefcd873-16bb-49a5-990b-8e1b70c1beaa} <Debug> TCPHandler: Processed in 0.001787744 sec. | ||
| 1495 | 2025.01.07 05:08:56.368550 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1496 | 2025.01.07 05:08:56.369206 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1497 | 2025.01.07 05:08:56.369259 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1498 | 2025.01.07 05:08:56.369790 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1499 | 2025.01.07 05:08:56.370047 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1500 | 2025.01.07 05:08:56.370278 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1501 | 2025.01.07 05:08:56.558562 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1502 | 2025.01.07 05:08:56.578141 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1503 | 2025.01.07 05:08:56.578210 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1504 | 2025.01.07 05:08:56.585298 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1505 | 2025.01.07 05:08:56.586057 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1506 | 2025.01.07 05:08:56.588930 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1507 | 2025.01.07 05:08:57.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.34 MiB, peak 170.02 MiB, free memory in arenas 0.00 B, will set to 165.61 MiB (RSS), difference: 1.27 MiB | ||
| 1508 | 2025.01.07 05:08:59.189554 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1509 | 2025.01.07 05:08:59.189746 [ 3 ] {3561da10-1fdf-428c-a362-455b04b49766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1510 | 2025.01.07 05:08:59.189821 [ 3 ] {3561da10-1fdf-428c-a362-455b04b49766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1511 | 2025.01.07 05:08:59.190630 [ 3 ] {3561da10-1fdf-428c-a362-455b04b49766} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1512 | 2025.01.07 05:08:59.190689 [ 3 ] {3561da10-1fdf-428c-a362-455b04b49766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1513 | 2025.01.07 05:08:59.191141 [ 3 ] {3561da10-1fdf-428c-a362-455b04b49766} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1514 | 2025.01.07 05:08:59.191408 [ 3 ] {3561da10-1fdf-428c-a362-455b04b49766} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1515 | 2025.01.07 05:08:59.191647 [ 3 ] {3561da10-1fdf-428c-a362-455b04b49766} <Debug> executeQuery: Read 42 rows, 3.56 KiB in 0.001953 sec., 21505.37634408602 rows/sec., 1.78 MiB/sec. | ||
| 1516 | 2025.01.07 05:08:59.191716 [ 3 ] {3561da10-1fdf-428c-a362-455b04b49766} <Debug> TCPHandler: Processed in 0.002294651 sec. | ||
| 1517 | 2025.01.07 05:08:59.191984 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1518 | 2025.01.07 05:08:59.192182 [ 5 ] {9b83bc77-e7a6-45a6-aa0b-3c2d2b66fa3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1519 | 2025.01.07 05:08:59.192255 [ 5 ] {9b83bc77-e7a6-45a6-aa0b-3c2d2b66fa3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1520 | 2025.01.07 05:08:59.193016 [ 5 ] {9b83bc77-e7a6-45a6-aa0b-3c2d2b66fa3d} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1521 | 2025.01.07 05:08:59.193058 [ 5 ] {9b83bc77-e7a6-45a6-aa0b-3c2d2b66fa3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1522 | 2025.01.07 05:08:59.193512 [ 5 ] {9b83bc77-e7a6-45a6-aa0b-3c2d2b66fa3d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1523 | 2025.01.07 05:08:59.193773 [ 5 ] {9b83bc77-e7a6-45a6-aa0b-3c2d2b66fa3d} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1524 | 2025.01.07 05:08:59.193965 [ 5 ] {9b83bc77-e7a6-45a6-aa0b-3c2d2b66fa3d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001838 sec., 4352.557127312296 rows/sec., 327.29 KiB/sec. | ||
| 1525 | 2025.01.07 05:08:59.194022 [ 5 ] {9b83bc77-e7a6-45a6-aa0b-3c2d2b66fa3d} <Debug> TCPHandler: Processed in 0.002172467 sec. | ||
| 1526 | 2025.01.07 05:08:59.194181 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1527 | 2025.01.07 05:08:59.194307 [ 3 ] {d28d843d-5baa-4751-8898-1c5e3d87fc54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1528 | 2025.01.07 05:08:59.194361 [ 3 ] {d28d843d-5baa-4751-8898-1c5e3d87fc54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1529 | 2025.01.07 05:08:59.195025 [ 3 ] {d28d843d-5baa-4751-8898-1c5e3d87fc54} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1530 | 2025.01.07 05:08:59.195069 [ 3 ] {d28d843d-5baa-4751-8898-1c5e3d87fc54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1531 | 2025.01.07 05:08:59.195454 [ 3 ] {d28d843d-5baa-4751-8898-1c5e3d87fc54} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1532 | 2025.01.07 05:08:59.195714 [ 3 ] {d28d843d-5baa-4751-8898-1c5e3d87fc54} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1533 | 2025.01.07 05:08:59.195961 [ 3 ] {d28d843d-5baa-4751-8898-1c5e3d87fc54} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001679 sec., 21441.33412745682 rows/sec., 1.67 MiB/sec. | ||
| 1534 | 2025.01.07 05:08:59.196139 [ 3 ] {d28d843d-5baa-4751-8898-1c5e3d87fc54} <Debug> TCPHandler: Processed in 0.002015713 sec. | ||
| 1535 | 2025.01.07 05:08:59.196325 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1536 | 2025.01.07 05:08:59.196445 [ 5 ] {a883cf54-8c1b-46f4-8aa6-81ff7d6ec756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1537 | 2025.01.07 05:08:59.196499 [ 5 ] {a883cf54-8c1b-46f4-8aa6-81ff7d6ec756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1538 | 2025.01.07 05:08:59.197059 [ 5 ] {a883cf54-8c1b-46f4-8aa6-81ff7d6ec756} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1539 | 2025.01.07 05:08:59.197098 [ 5 ] {a883cf54-8c1b-46f4-8aa6-81ff7d6ec756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1540 | 2025.01.07 05:08:59.197516 [ 5 ] {a883cf54-8c1b-46f4-8aa6-81ff7d6ec756} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1541 | 2025.01.07 05:08:59.197771 [ 5 ] {a883cf54-8c1b-46f4-8aa6-81ff7d6ec756} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1542 | 2025.01.07 05:08:59.198001 [ 5 ] {a883cf54-8c1b-46f4-8aa6-81ff7d6ec756} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001576 sec., 63451.77664974619 rows/sec., 4.40 MiB/sec. | ||
| 1543 | 2025.01.07 05:08:59.198206 [ 5 ] {a883cf54-8c1b-46f4-8aa6-81ff7d6ec756} <Debug> TCPHandler: Processed in 0.00193619 sec. | ||
| 1544 | 2025.01.07 05:08:59.198398 [ 3 ] {} <Trace> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1545 | 2025.01.07 05:08:59.198526 [ 3 ] {54415785-ba43-4717-a743-2ad8f1ef066c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52430) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1546 | 2025.01.07 05:08:59.198614 [ 3 ] {54415785-ba43-4717-a743-2ad8f1ef066c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1547 | 2025.01.07 05:08:59.199797 [ 3 ] {54415785-ba43-4717-a743-2ad8f1ef066c} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1548 | 2025.01.07 05:08:59.199840 [ 3 ] {54415785-ba43-4717-a743-2ad8f1ef066c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1549 | 2025.01.07 05:08:59.200483 [ 3 ] {54415785-ba43-4717-a743-2ad8f1ef066c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1550 | 2025.01.07 05:08:59.200760 [ 3 ] {54415785-ba43-4717-a743-2ad8f1ef066c} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1551 | 2025.01.07 05:08:59.201061 [ 3 ] {54415785-ba43-4717-a743-2ad8f1ef066c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002541 sec., 3148.3667847304214 rows/sec., 5.64 MiB/sec. | ||
| 1552 | 2025.01.07 05:08:59.201240 [ 3 ] {54415785-ba43-4717-a743-2ad8f1ef066c} <Debug> TCPHandler: Processed in 0.002899299 sec. | ||
| 1553 | 2025.01.07 05:08:59.201400 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1554 | 2025.01.07 05:08:59.201519 [ 5 ] {96520fa8-e221-4d15-9c4f-461f13181393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1555 | 2025.01.07 05:08:59.201571 [ 5 ] {96520fa8-e221-4d15-9c4f-461f13181393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1556 | 2025.01.07 05:08:59.202073 [ 5 ] {96520fa8-e221-4d15-9c4f-461f13181393} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1557 | 2025.01.07 05:08:59.202112 [ 5 ] {96520fa8-e221-4d15-9c4f-461f13181393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1558 | 2025.01.07 05:08:59.202508 [ 5 ] {96520fa8-e221-4d15-9c4f-461f13181393} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1559 | 2025.01.07 05:08:59.202764 [ 5 ] {96520fa8-e221-4d15-9c4f-461f13181393} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1560 | 2025.01.07 05:08:59.203039 [ 5 ] {96520fa8-e221-4d15-9c4f-461f13181393} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001532 sec., 19582.245430809402 rows/sec., 1.34 MiB/sec. | ||
| 1561 | 2025.01.07 05:08:59.203194 [ 5 ] {96520fa8-e221-4d15-9c4f-461f13181393} <Debug> TCPHandler: Processed in 0.001844406 sec. | ||
| 1562 | 2025.01.07 05:09:03.802213 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1563 | 2025.01.07 05:09:03.802278 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1564 | 2025.01.07 05:09:03.867359 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 222 | ||
| 1565 | 2025.01.07 05:09:03.870163 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1566 | 2025.01.07 05:09:03.870223 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1567 | 2025.01.07 05:09:03.871439 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1568 | 2025.01.07 05:09:03.873400 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1569 | 2025.01.07 05:09:03.873967 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1570 | 2025.01.07 05:09:03.874044 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1571 | 2025.01.07 05:09:03.874085 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1572 | 2025.01.07 05:09:03.875668 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1573 | 2025.01.07 05:09:03.876061 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 222 | ||
| 1574 | 2025.01.07 05:09:03.876201 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1575 | 2025.01.07 05:09:03.876433 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1576 | 2025.01.07 05:09:03.938702 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1577 | 2025.01.07 05:09:03.938788 [ 3 ] {} <Debug> TCP-Session: adff565d-d6df-4167-92b3-67056af872ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1578 | 2025.01.07 05:09:04.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.60 MiB, peak 170.02 MiB, free memory in arenas 0.00 B, will set to 165.68 MiB (RSS), difference: 2.08 MiB | ||
| 1579 | 2025.01.07 05:09:04.089976 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1580 | 2025.01.07 05:09:04.109349 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1581 | 2025.01.07 05:09:04.109420 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1582 | 2025.01.07 05:09:04.116467 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1583 | 2025.01.07 05:09:04.117458 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1584 | 2025.01.07 05:09:04.120791 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1585 | 2025.01.07 05:09:04.187210 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1586 | 2025.01.07 05:09:04.187468 [ 5 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent') FORMAT Native; (stage: Complete) | ||
| 1587 | 2025.01.07 05:09:04.187881 [ 5 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1588 | 2025.01.07 05:09:04.187928 [ 5 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent')" moved to PREWHERE | ||
| 1589 | 2025.01.07 05:09:04.188250 [ 5 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1590 | 2025.01.07 05:09:04.188332 [ 5 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1591 | 2025.01.07 05:09:04.188518 [ 5 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1592 | 2025.01.07 05:09:04.188793 [ 298 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1593 | 2025.01.07 05:09:04.188842 [ 299 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1594 | 2025.01.07 05:09:04.188823 [ 296 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1595 | 2025.01.07 05:09:04.189005 [ 5 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1596 | 2025.01.07 05:09:04.189038 [ 5 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1597 | 2025.01.07 05:09:04.191791 [ 5 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1598 | 2025.01.07 05:09:04.191823 [ 5 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 21 rows with 2 streams | ||
| 1599 | 2025.01.07 05:09:04.191884 [ 5 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent'))" | ||
| 1600 | 2025.01.07 05:09:04.191934 [ 5 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent'))" | ||
| 1601 | 2025.01.07 05:09:04.193519 [ 5 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <Debug> executeQuery: Read 21 rows, 845.00 B in 0.006165 sec., 3406.32603406326 rows/sec., 133.85 KiB/sec. | ||
| 1602 | 2025.01.07 05:09:04.193682 [ 5 ] {0b420f0e-db7a-42e3-9a6f-bab2d2cebf81} <Debug> TCPHandler: Processed in 0.006611864 sec. | ||
| 1603 | 2025.01.07 05:09:04.194082 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1604 | 2025.01.07 05:09:04.194334 [ 256 ] {88760d66-d15f-49ed-8937-ba21488efae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) | ||
| 1605 | 2025.01.07 05:09:04.194772 [ 256 ] {88760d66-d15f-49ed-8937-ba21488efae5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1606 | 2025.01.07 05:09:04.194820 [ 256 ] {88760d66-d15f-49ed-8937-ba21488efae5} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
| 1607 | 2025.01.07 05:09:04.195157 [ 256 ] {88760d66-d15f-49ed-8937-ba21488efae5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1608 | 2025.01.07 05:09:04.195241 [ 256 ] {88760d66-d15f-49ed-8937-ba21488efae5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1609 | 2025.01.07 05:09:04.195424 [ 256 ] {88760d66-d15f-49ed-8937-ba21488efae5} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1610 | 2025.01.07 05:09:04.195562 [ 296 ] {88760d66-d15f-49ed-8937-ba21488efae5} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1611 | 2025.01.07 05:09:04.195577 [ 299 ] {88760d66-d15f-49ed-8937-ba21488efae5} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1612 | 2025.01.07 05:09:04.195608 [ 298 ] {88760d66-d15f-49ed-8937-ba21488efae5} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1613 | 2025.01.07 05:09:04.195718 [ 256 ] {88760d66-d15f-49ed-8937-ba21488efae5} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1614 | 2025.01.07 05:09:04.195748 [ 256 ] {88760d66-d15f-49ed-8937-ba21488efae5} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1615 | 2025.01.07 05:09:04.195844 [ 256 ] {88760d66-d15f-49ed-8937-ba21488efae5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1616 | 2025.01.07 05:09:04.195868 [ 256 ] {88760d66-d15f-49ed-8937-ba21488efae5} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 21 rows with 2 streams | ||
| 1617 | 2025.01.07 05:09:04.195912 [ 256 ] {88760d66-d15f-49ed-8937-ba21488efae5} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled'))" | ||
| 1618 | 2025.01.07 05:09:04.195962 [ 256 ] {88760d66-d15f-49ed-8937-ba21488efae5} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled'))" | ||
| 1619 | 2025.01.07 05:09:04.197063 [ 256 ] {88760d66-d15f-49ed-8937-ba21488efae5} <Debug> executeQuery: Read 21 rows, 845.00 B in 0.002843 sec., 7386.563489271895 rows/sec., 290.26 KiB/sec. | ||
| 1620 | 2025.01.07 05:09:04.197225 [ 256 ] {88760d66-d15f-49ed-8937-ba21488efae5} <Debug> TCPHandler: Processed in 0.003294652 sec. | ||
| 1621 | 2025.01.07 05:09:04.198160 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1622 | 2025.01.07 05:09:04.198345 [ 5 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) | ||
| 1623 | 2025.01.07 05:09:04.198669 [ 5 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1624 | 2025.01.07 05:09:04.198715 [ 5 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
| 1625 | 2025.01.07 05:09:04.199014 [ 5 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1626 | 2025.01.07 05:09:04.199085 [ 5 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1627 | 2025.01.07 05:09:04.199245 [ 5 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1628 | 2025.01.07 05:09:04.199411 [ 296 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1629 | 2025.01.07 05:09:04.199423 [ 299 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1630 | 2025.01.07 05:09:04.199428 [ 298 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1631 | 2025.01.07 05:09:04.199565 [ 5 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1632 | 2025.01.07 05:09:04.199589 [ 5 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1633 | 2025.01.07 05:09:04.199674 [ 5 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1634 | 2025.01.07 05:09:04.199697 [ 5 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 21 rows with 2 streams | ||
| 1635 | 2025.01.07 05:09:04.199738 [ 5 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1636 | 2025.01.07 05:09:04.199790 [ 5 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 1637 | 2025.01.07 05:09:04.200847 [ 5 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <Debug> executeQuery: Read 21 rows, 845.00 B in 0.002586 sec., 8120.649651972157 rows/sec., 319.10 KiB/sec. | ||
| 1638 | 2025.01.07 05:09:04.200983 [ 5 ] {93e53cd0-e1bc-4e58-a39a-b345e35cae82} <Debug> TCPHandler: Processed in 0.002883099 sec. | ||
| 1639 | 2025.01.07 05:09:04.201261 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1640 | 2025.01.07 05:09:04.201440 [ 256 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1641 | 2025.01.07 05:09:04.201755 [ 256 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1642 | 2025.01.07 05:09:04.201799 [ 256 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
| 1643 | 2025.01.07 05:09:04.202085 [ 256 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1644 | 2025.01.07 05:09:04.202154 [ 256 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1645 | 2025.01.07 05:09:04.202304 [ 256 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1646 | 2025.01.07 05:09:04.202457 [ 296 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1647 | 2025.01.07 05:09:04.202461 [ 299 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1648 | 2025.01.07 05:09:04.202460 [ 298 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1649 | 2025.01.07 05:09:04.202615 [ 256 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1650 | 2025.01.07 05:09:04.202648 [ 256 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1651 | 2025.01.07 05:09:04.202733 [ 256 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1652 | 2025.01.07 05:09:04.202755 [ 256 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 21 rows with 2 streams | ||
| 1653 | 2025.01.07 05:09:04.202797 [ 256 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1654 | 2025.01.07 05:09:04.202849 [ 256 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 1655 | 2025.01.07 05:09:04.203888 [ 256 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <Debug> executeQuery: Read 21 rows, 845.00 B in 0.00253 sec., 8300.395256916996 rows/sec., 326.16 KiB/sec. | ||
| 1656 | 2025.01.07 05:09:04.204038 [ 256 ] {9e47d8fc-dbbd-43a6-8a5b-44d0b1790a2c} <Debug> TCPHandler: Processed in 0.002835287 sec. | ||
| 1657 | 2025.01.07 05:09:04.204310 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1658 | 2025.01.07 05:09:04.204531 [ 5 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1659 | 2025.01.07 05:09:04.204910 [ 5 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1660 | 2025.01.07 05:09:04.204963 [ 5 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1661 | 2025.01.07 05:09:04.205257 [ 5 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1662 | 2025.01.07 05:09:04.205326 [ 5 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1663 | 2025.01.07 05:09:04.205476 [ 5 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1664 | 2025.01.07 05:09:04.205539 [ 298 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1665 | 2025.01.07 05:09:04.205619 [ 299 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1666 | 2025.01.07 05:09:04.205624 [ 296 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1667 | 2025.01.07 05:09:04.205747 [ 5 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1668 | 2025.01.07 05:09:04.205775 [ 5 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1669 | 2025.01.07 05:09:04.205862 [ 5 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1670 | 2025.01.07 05:09:04.205883 [ 5 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 21 rows with 2 streams | ||
| 1671 | 2025.01.07 05:09:04.205924 [ 5 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1672 | 2025.01.07 05:09:04.205973 [ 5 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1673 | 2025.01.07 05:09:04.206964 [ 5 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <Debug> executeQuery: Read 21 rows, 845.00 B in 0.002543 sec., 8257.963035784505 rows/sec., 324.50 KiB/sec. | ||
| 1674 | 2025.01.07 05:09:04.207117 [ 5 ] {ff5cf14c-26b1-42df-88c4-bf592fe9d6c6} <Debug> TCPHandler: Processed in 0.002877758 sec. | ||
| 1675 | 2025.01.07 05:09:04.207455 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1676 | 2025.01.07 05:09:04.207635 [ 256 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1677 | 2025.01.07 05:09:04.207954 [ 256 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1678 | 2025.01.07 05:09:04.207998 [ 256 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1679 | 2025.01.07 05:09:04.208293 [ 256 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1680 | 2025.01.07 05:09:04.208361 [ 256 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1681 | 2025.01.07 05:09:04.208511 [ 256 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1682 | 2025.01.07 05:09:04.208674 [ 299 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1683 | 2025.01.07 05:09:04.208684 [ 296 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1684 | 2025.01.07 05:09:04.208658 [ 298 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1685 | 2025.01.07 05:09:04.208820 [ 256 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1686 | 2025.01.07 05:09:04.208851 [ 256 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1687 | 2025.01.07 05:09:04.208935 [ 256 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1688 | 2025.01.07 05:09:04.208957 [ 256 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 21 rows with 2 streams | ||
| 1689 | 2025.01.07 05:09:04.209002 [ 256 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1690 | 2025.01.07 05:09:04.209056 [ 256 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1691 | 2025.01.07 05:09:04.210168 [ 256 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <Debug> executeQuery: Read 21 rows, 845.00 B in 0.002614 sec., 8033.664881407804 rows/sec., 315.68 KiB/sec. | ||
| 1692 | 2025.01.07 05:09:04.210322 [ 256 ] {80fe2923-5155-4859-8f7e-e5250a0cc770} <Debug> TCPHandler: Processed in 0.0029256 sec. | ||
| 1693 | 2025.01.07 05:09:04.210627 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1694 | 2025.01.07 05:09:04.210807 [ 5 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1695 | 2025.01.07 05:09:04.211125 [ 5 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1696 | 2025.01.07 05:09:04.211180 [ 5 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1697 | 2025.01.07 05:09:04.211479 [ 5 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1698 | 2025.01.07 05:09:04.211548 [ 5 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1699 | 2025.01.07 05:09:04.211698 [ 5 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1700 | 2025.01.07 05:09:04.211850 [ 299 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1701 | 2025.01.07 05:09:04.211857 [ 296 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1702 | 2025.01.07 05:09:04.211848 [ 298 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1703 | 2025.01.07 05:09:04.211995 [ 5 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1704 | 2025.01.07 05:09:04.212020 [ 5 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1705 | 2025.01.07 05:09:04.212104 [ 5 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1706 | 2025.01.07 05:09:04.212125 [ 5 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 21 rows with 2 streams | ||
| 1707 | 2025.01.07 05:09:04.212167 [ 5 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1708 | 2025.01.07 05:09:04.212215 [ 5 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1709 | 2025.01.07 05:09:04.213275 [ 5 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <Debug> executeQuery: Read 21 rows, 845.00 B in 0.002549 sec., 8238.52491173009 rows/sec., 323.73 KiB/sec. | ||
| 1710 | 2025.01.07 05:09:04.213411 [ 5 ] {c14546e3-cf9a-4ac1-9135-6234ef6efd08} <Debug> TCPHandler: Processed in 0.002843567 sec. | ||
| 1711 | 2025.01.07 05:09:04.213699 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1712 | 2025.01.07 05:09:04.213906 [ 256 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1713 | 2025.01.07 05:09:04.214243 [ 256 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1714 | 2025.01.07 05:09:04.214292 [ 256 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1715 | 2025.01.07 05:09:04.214643 [ 256 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1716 | 2025.01.07 05:09:04.214716 [ 256 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1717 | 2025.01.07 05:09:04.214867 [ 256 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1718 | 2025.01.07 05:09:04.215021 [ 299 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1719 | 2025.01.07 05:09:04.215039 [ 296 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1720 | 2025.01.07 05:09:04.215049 [ 298 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1721 | 2025.01.07 05:09:04.215213 [ 256 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1722 | 2025.01.07 05:09:04.215257 [ 256 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1723 | 2025.01.07 05:09:04.215350 [ 256 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1724 | 2025.01.07 05:09:04.215373 [ 256 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 21 rows with 2 streams | ||
| 1725 | 2025.01.07 05:09:04.215418 [ 256 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1726 | 2025.01.07 05:09:04.215470 [ 256 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1727 | 2025.01.07 05:09:04.216656 [ 256 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <Debug> executeQuery: Read 21 rows, 845.00 B in 0.002854 sec., 7358.093903293622 rows/sec., 289.14 KiB/sec. | ||
| 1728 | 2025.01.07 05:09:04.216812 [ 256 ] {2e38951c-0ec4-4a03-ac82-0d5ac3fe6536} <Debug> TCPHandler: Processed in 0.003174138 sec. | ||
| 1729 | 2025.01.07 05:09:04.217143 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1730 | 2025.01.07 05:09:04.217342 [ 5 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1731 | 2025.01.07 05:09:04.217704 [ 5 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1732 | 2025.01.07 05:09:04.217750 [ 5 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1733 | 2025.01.07 05:09:04.218060 [ 5 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1734 | 2025.01.07 05:09:04.218129 [ 5 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1735 | 2025.01.07 05:09:04.218280 [ 5 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1736 | 2025.01.07 05:09:04.218396 [ 298 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1737 | 2025.01.07 05:09:04.218437 [ 299 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1738 | 2025.01.07 05:09:04.218438 [ 296 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1739 | 2025.01.07 05:09:04.218574 [ 5 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1740 | 2025.01.07 05:09:04.218608 [ 5 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1741 | 2025.01.07 05:09:04.218693 [ 5 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1742 | 2025.01.07 05:09:04.218715 [ 5 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 21 rows with 2 streams | ||
| 1743 | 2025.01.07 05:09:04.218758 [ 5 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1744 | 2025.01.07 05:09:04.218808 [ 5 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1745 | 2025.01.07 05:09:04.219843 [ 5 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <Debug> executeQuery: Read 21 rows, 845.00 B in 0.002601 sec., 8073.817762399077 rows/sec., 317.26 KiB/sec. | ||
| 1746 | 2025.01.07 05:09:04.219980 [ 5 ] {93635d38-a4f0-4f47-8d9f-d2c4036b8bfb} <Debug> TCPHandler: Processed in 0.002896489 sec. | ||
| 1747 | 2025.01.07 05:09:04.220334 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1748 | 2025.01.07 05:09:04.220543 [ 256 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1749 | 2025.01.07 05:09:04.220904 [ 256 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1750 | 2025.01.07 05:09:04.220961 [ 256 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1751 | 2025.01.07 05:09:04.221276 [ 256 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1752 | 2025.01.07 05:09:04.221348 [ 256 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1753 | 2025.01.07 05:09:04.221507 [ 256 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1754 | 2025.01.07 05:09:04.221649 [ 296 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1755 | 2025.01.07 05:09:04.221665 [ 299 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1756 | 2025.01.07 05:09:04.221685 [ 298 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1757 | 2025.01.07 05:09:04.221806 [ 256 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1758 | 2025.01.07 05:09:04.221835 [ 256 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1759 | 2025.01.07 05:09:04.221920 [ 256 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1760 | 2025.01.07 05:09:04.221942 [ 256 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 21 rows with 2 streams | ||
| 1761 | 2025.01.07 05:09:04.221984 [ 256 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1762 | 2025.01.07 05:09:04.222032 [ 256 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1763 | 2025.01.07 05:09:04.223229 [ 256 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <Debug> executeQuery: Read 21 rows, 845.00 B in 0.002788 sec., 7532.281205164993 rows/sec., 295.98 KiB/sec. | ||
| 1764 | 2025.01.07 05:09:04.223388 [ 256 ] {18a8882f-0708-42ed-9dc2-776318c38b47} <Debug> TCPHandler: Processed in 0.003120386 sec. | ||
| 1765 | 2025.01.07 05:09:04.223717 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1766 | 2025.01.07 05:09:04.223897 [ 5 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1767 | 2025.01.07 05:09:04.224241 [ 5 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1768 | 2025.01.07 05:09:04.224289 [ 5 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1769 | 2025.01.07 05:09:04.224601 [ 5 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1770 | 2025.01.07 05:09:04.224669 [ 5 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1771 | 2025.01.07 05:09:04.224824 [ 5 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1772 | 2025.01.07 05:09:04.224976 [ 296 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1773 | 2025.01.07 05:09:04.224977 [ 299 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1774 | 2025.01.07 05:09:04.224991 [ 298 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1775 | 2025.01.07 05:09:04.225128 [ 5 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1776 | 2025.01.07 05:09:04.225152 [ 5 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1777 | 2025.01.07 05:09:04.225236 [ 5 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1778 | 2025.01.07 05:09:04.225256 [ 5 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 21 rows with 2 streams | ||
| 1779 | 2025.01.07 05:09:04.225298 [ 5 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1780 | 2025.01.07 05:09:04.225346 [ 5 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1781 | 2025.01.07 05:09:04.226416 [ 5 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <Debug> executeQuery: Read 21 rows, 845.00 B in 0.002606 sec., 8058.3269378357645 rows/sec., 316.65 KiB/sec. | ||
| 1782 | 2025.01.07 05:09:04.226555 [ 5 ] {9c746b46-3a94-479b-bca5-f86a0320ae75} <Debug> TCPHandler: Processed in 0.002894079 sec. | ||
| 1783 | 2025.01.07 05:09:04.230659 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1784 | 2025.01.07 05:09:04.230850 [ 256 ] {1eb8ee5a-9981-4776-a985-3154253081da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1785 | 2025.01.07 05:09:04.231187 [ 256 ] {1eb8ee5a-9981-4776-a985-3154253081da} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1786 | 2025.01.07 05:09:04.231236 [ 256 ] {1eb8ee5a-9981-4776-a985-3154253081da} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1787 | 2025.01.07 05:09:04.231573 [ 256 ] {1eb8ee5a-9981-4776-a985-3154253081da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1788 | 2025.01.07 05:09:04.231643 [ 256 ] {1eb8ee5a-9981-4776-a985-3154253081da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1789 | 2025.01.07 05:09:04.231794 [ 256 ] {1eb8ee5a-9981-4776-a985-3154253081da} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1790 | 2025.01.07 05:09:04.231970 [ 299 ] {1eb8ee5a-9981-4776-a985-3154253081da} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1791 | 2025.01.07 05:09:04.231976 [ 296 ] {1eb8ee5a-9981-4776-a985-3154253081da} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1792 | 2025.01.07 05:09:04.231990 [ 298 ] {1eb8ee5a-9981-4776-a985-3154253081da} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1793 | 2025.01.07 05:09:04.232133 [ 256 ] {1eb8ee5a-9981-4776-a985-3154253081da} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1794 | 2025.01.07 05:09:04.232174 [ 256 ] {1eb8ee5a-9981-4776-a985-3154253081da} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1795 | 2025.01.07 05:09:04.232262 [ 256 ] {1eb8ee5a-9981-4776-a985-3154253081da} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1796 | 2025.01.07 05:09:04.232283 [ 256 ] {1eb8ee5a-9981-4776-a985-3154253081da} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 21 rows with 2 streams | ||
| 1797 | 2025.01.07 05:09:04.232325 [ 256 ] {1eb8ee5a-9981-4776-a985-3154253081da} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1798 | 2025.01.07 05:09:04.232375 [ 256 ] {1eb8ee5a-9981-4776-a985-3154253081da} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1799 | 2025.01.07 05:09:04.233543 [ 256 ] {1eb8ee5a-9981-4776-a985-3154253081da} <Debug> executeQuery: Read 21 rows, 845.00 B in 0.002785 sec., 7540.394973070018 rows/sec., 296.30 KiB/sec. | ||
| 1800 | 2025.01.07 05:09:04.233693 [ 256 ] {1eb8ee5a-9981-4776-a985-3154253081da} <Debug> TCPHandler: Processed in 0.003093705 sec. | ||
| 1801 | 2025.01.07 05:09:04.235912 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1802 | 2025.01.07 05:09:04.236058 [ 5 ] {d2d0020e-2ebd-490a-8deb-8913a8a4b16b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1803 | 2025.01.07 05:09:04.236115 [ 5 ] {d2d0020e-2ebd-490a-8deb-8913a8a4b16b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1804 | 2025.01.07 05:09:04.236893 [ 5 ] {d2d0020e-2ebd-490a-8deb-8913a8a4b16b} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1805 | 2025.01.07 05:09:04.236937 [ 5 ] {d2d0020e-2ebd-490a-8deb-8913a8a4b16b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1806 | 2025.01.07 05:09:04.237516 [ 5 ] {d2d0020e-2ebd-490a-8deb-8913a8a4b16b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1807 | 2025.01.07 05:09:04.237745 [ 5 ] {d2d0020e-2ebd-490a-8deb-8913a8a4b16b} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1808 | 2025.01.07 05:09:04.238078 [ 5 ] {d2d0020e-2ebd-490a-8deb-8913a8a4b16b} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.002025 sec., 5925.925925925926 rows/sec., 1.20 MiB/sec. | ||
| 1809 | 2025.01.07 05:09:04.238305 [ 5 ] {d2d0020e-2ebd-490a-8deb-8913a8a4b16b} <Debug> TCPHandler: Processed in 0.002453055 sec. | ||
| 1810 | 2025.01.07 05:09:04.238476 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1811 | 2025.01.07 05:09:04.238614 [ 256 ] {16e01623-705e-468f-97c6-3d6ccec6c4be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1812 | 2025.01.07 05:09:04.238666 [ 256 ] {16e01623-705e-468f-97c6-3d6ccec6c4be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1813 | 2025.01.07 05:09:04.240034 [ 256 ] {16e01623-705e-468f-97c6-3d6ccec6c4be} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1814 | 2025.01.07 05:09:04.240078 [ 256 ] {16e01623-705e-468f-97c6-3d6ccec6c4be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1815 | 2025.01.07 05:09:04.240522 [ 256 ] {16e01623-705e-468f-97c6-3d6ccec6c4be} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1816 | 2025.01.07 05:09:04.240771 [ 256 ] {16e01623-705e-468f-97c6-3d6ccec6c4be} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1817 | 2025.01.07 05:09:04.241103 [ 256 ] {16e01623-705e-468f-97c6-3d6ccec6c4be} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002513 sec., 5571.030640668524 rows/sec., 401.04 KiB/sec. | ||
| 1818 | 2025.01.07 05:09:04.241242 [ 256 ] {16e01623-705e-468f-97c6-3d6ccec6c4be} <Debug> TCPHandler: Processed in 0.002824716 sec. | ||
| 1819 | 2025.01.07 05:09:04.241394 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1820 | 2025.01.07 05:09:04.241512 [ 5 ] {e42c2cd2-4a7e-425e-97ac-9a2455c396ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1821 | 2025.01.07 05:09:04.241562 [ 5 ] {e42c2cd2-4a7e-425e-97ac-9a2455c396ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1822 | 2025.01.07 05:09:04.242251 [ 5 ] {e42c2cd2-4a7e-425e-97ac-9a2455c396ed} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1823 | 2025.01.07 05:09:04.242291 [ 5 ] {e42c2cd2-4a7e-425e-97ac-9a2455c396ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1824 | 2025.01.07 05:09:04.242687 [ 5 ] {e42c2cd2-4a7e-425e-97ac-9a2455c396ed} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1825 | 2025.01.07 05:09:04.242937 [ 5 ] {e42c2cd2-4a7e-425e-97ac-9a2455c396ed} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1826 | 2025.01.07 05:09:04.243096 [ 64 ] {} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 1827 | 2025.01.07 05:09:04.243159 [ 64 ] {} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1828 | 2025.01.07 05:09:04.243195 [ 5 ] {e42c2cd2-4a7e-425e-97ac-9a2455c396ed} <Debug> executeQuery: Read 173 rows, 15.55 KiB in 0.001691 sec., 102306.32761679479 rows/sec., 8.98 MiB/sec. | ||
| 1829 | 2025.01.07 05:09:04.243202 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1830 | 2025.01.07 05:09:04.243346 [ 5 ] {e42c2cd2-4a7e-425e-97ac-9a2455c396ed} <Debug> TCPHandler: Processed in 0.002007282 sec. | ||
| 1831 | 2025.01.07 05:09:04.243675 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::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 | ||
| 1832 | 2025.01.07 05:09:04.243933 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1833 | 2025.01.07 05:09:04.244151 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1834 | 2025.01.07 05:09:04.244191 [ 256 ] {7f92e4be-9ace-4295-8d61-80849ea75d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1835 | 2025.01.07 05:09:04.244215 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 26 rows starting from the beginning of the part | ||
| 1836 | 2025.01.07 05:09:04.244269 [ 256 ] {7f92e4be-9ace-4295-8d61-80849ea75d92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1837 | 2025.01.07 05:09:04.244619 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 42 rows starting from the beginning of the part | ||
| 1838 | 2025.01.07 05:09:04.244947 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1167 rows starting from the beginning of the part | ||
| 1839 | 2025.01.07 05:09:04.245354 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 1840 | 2025.01.07 05:09:04.245709 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 42 rows starting from the beginning of the part | ||
| 1841 | 2025.01.07 05:09:04.246050 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 173 rows starting from the beginning of the part | ||
| 1842 | 2025.01.07 05:09:04.247023 [ 256 ] {7f92e4be-9ace-4295-8d61-80849ea75d92} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1843 | 2025.01.07 05:09:04.247096 [ 256 ] {7f92e4be-9ace-4295-8d61-80849ea75d92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1844 | 2025.01.07 05:09:04.248039 [ 256 ] {7f92e4be-9ace-4295-8d61-80849ea75d92} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1845 | 2025.01.07 05:09:04.248544 [ 256 ] {7f92e4be-9ace-4295-8d61-80849ea75d92} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1846 | 2025.01.07 05:09:04.249409 [ 256 ] {7f92e4be-9ace-4295-8d61-80849ea75d92} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.00526 sec., 1330.7984790874525 rows/sec., 86.70 KiB/sec. | ||
| 1847 | 2025.01.07 05:09:04.249717 [ 256 ] {7f92e4be-9ace-4295-8d61-80849ea75d92} <Debug> TCPHandler: Processed in 0.006189741 sec. | ||
| 1848 | 2025.01.07 05:09:04.249799 [ 196 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1476 rows, containing 5 columns (5 merged, 0 gathered) in 0.006436958 sec., 229300.8591946693 rows/sec., 19.81 MiB/sec. | ||
| 1849 | 2025.01.07 05:09:04.249894 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1850 | 2025.01.07 05:09:04.250071 [ 5 ] {5b354e91-8150-4a86-a1eb-1244ea12f4d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1851 | 2025.01.07 05:09:04.250137 [ 5 ] {5b354e91-8150-4a86-a1eb-1244ea12f4d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1852 | 2025.01.07 05:09:04.250200 [ 196 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 1853 | 2025.01.07 05:09:04.251069 [ 196 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_10_2} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1854 | 2025.01.07 05:09:04.251387 [ 196 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_10_2} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 1855 | 2025.01.07 05:09:04.251455 [ 5 ] {5b354e91-8150-4a86-a1eb-1244ea12f4d8} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1856 | 2025.01.07 05:09:04.251524 [ 5 ] {5b354e91-8150-4a86-a1eb-1244ea12f4d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1857 | 2025.01.07 05:09:04.251577 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 1858 | 2025.01.07 05:09:04.251960 [ 5 ] {5b354e91-8150-4a86-a1eb-1244ea12f4d8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1859 | 2025.01.07 05:09:04.252216 [ 5 ] {5b354e91-8150-4a86-a1eb-1244ea12f4d8} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1860 | 2025.01.07 05:09:04.252426 [ 5 ] {5b354e91-8150-4a86-a1eb-1244ea12f4d8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002416 sec., 5794.701986754966 rows/sec., 405.82 KiB/sec. | ||
| 1861 | 2025.01.07 05:09:04.252482 [ 5 ] {5b354e91-8150-4a86-a1eb-1244ea12f4d8} <Debug> TCPHandler: Processed in 0.002661522 sec. | ||
| 1862 | 2025.01.07 05:09:04.252637 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1863 | 2025.01.07 05:09:04.252795 [ 256 ] {13eb6db1-c042-40f8-95b9-c29039d78ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1864 | 2025.01.07 05:09:04.252859 [ 256 ] {13eb6db1-c042-40f8-95b9-c29039d78ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1865 | 2025.01.07 05:09:04.253463 [ 256 ] {13eb6db1-c042-40f8-95b9-c29039d78ddb} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1866 | 2025.01.07 05:09:04.253505 [ 256 ] {13eb6db1-c042-40f8-95b9-c29039d78ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1867 | 2025.01.07 05:09:04.253891 [ 256 ] {13eb6db1-c042-40f8-95b9-c29039d78ddb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1868 | 2025.01.07 05:09:04.254143 [ 256 ] {13eb6db1-c042-40f8-95b9-c29039d78ddb} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1869 | 2025.01.07 05:09:04.254554 [ 256 ] {13eb6db1-c042-40f8-95b9-c29039d78ddb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001787 sec., 7274.76217123671 rows/sec., 453.58 KiB/sec. | ||
| 1870 | 2025.01.07 05:09:04.254622 [ 256 ] {13eb6db1-c042-40f8-95b9-c29039d78ddb} <Debug> TCPHandler: Processed in 0.002045373 sec. | ||
| 1871 | 2025.01.07 05:09:04.254779 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1872 | 2025.01.07 05:09:04.254897 [ 5 ] {59ab13c2-bce1-4992-bb27-0d9bed762b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1873 | 2025.01.07 05:09:04.254947 [ 5 ] {59ab13c2-bce1-4992-bb27-0d9bed762b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1874 | 2025.01.07 05:09:04.255683 [ 5 ] {59ab13c2-bce1-4992-bb27-0d9bed762b4b} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1875 | 2025.01.07 05:09:04.255725 [ 5 ] {59ab13c2-bce1-4992-bb27-0d9bed762b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1876 | 2025.01.07 05:09:04.256152 [ 5 ] {59ab13c2-bce1-4992-bb27-0d9bed762b4b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1877 | 2025.01.07 05:09:04.256408 [ 5 ] {59ab13c2-bce1-4992-bb27-0d9bed762b4b} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1878 | 2025.01.07 05:09:04.256576 [ 64 ] {} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 1879 | 2025.01.07 05:09:04.256633 [ 64 ] {} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1880 | 2025.01.07 05:09:04.256669 [ 5 ] {59ab13c2-bce1-4992-bb27-0d9bed762b4b} <Debug> executeQuery: Read 346 rows, 24.80 KiB in 0.001782 sec., 194163.8608305275 rows/sec., 13.59 MiB/sec. | ||
| 1881 | 2025.01.07 05:09:04.256676 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1882 | 2025.01.07 05:09:04.256869 [ 5 ] {59ab13c2-bce1-4992-bb27-0d9bed762b4b} <Debug> TCPHandler: Processed in 0.002139045 sec. | ||
| 1883 | 2025.01.07 05:09:04.257079 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::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 | ||
| 1884 | 2025.01.07 05:09:04.257225 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1885 | 2025.01.07 05:09:04.257338 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1886 | 2025.01.07 05:09:04.257412 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 28 rows starting from the beginning of the part | ||
| 1887 | 2025.01.07 05:09:04.257430 [ 256 ] {476b947c-7b82-4973-b568-5bedcd447468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1888 | 2025.01.07 05:09:04.257567 [ 256 ] {476b947c-7b82-4973-b568-5bedcd447468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1889 | 2025.01.07 05:09:04.257731 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
| 1890 | 2025.01.07 05:09:04.258106 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 484 rows starting from the beginning of the part | ||
| 1891 | 2025.01.07 05:09:04.258498 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
| 1892 | 2025.01.07 05:09:04.258827 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
| 1893 | 2025.01.07 05:09:04.259065 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 346 rows starting from the beginning of the part | ||
| 1894 | 2025.01.07 05:09:04.260005 [ 256 ] {476b947c-7b82-4973-b568-5bedcd447468} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1895 | 2025.01.07 05:09:04.260063 [ 256 ] {476b947c-7b82-4973-b568-5bedcd447468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1896 | 2025.01.07 05:09:04.261132 [ 256 ] {476b947c-7b82-4973-b568-5bedcd447468} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1897 | 2025.01.07 05:09:04.261569 [ 256 ] {476b947c-7b82-4973-b568-5bedcd447468} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1898 | 2025.01.07 05:09:04.262340 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 958 rows, containing 5 columns (5 merged, 0 gathered) in 0.005518799 sec., 173588.4927137227 rows/sec., 13.32 MiB/sec. | ||
| 1899 | 2025.01.07 05:09:04.262491 [ 256 ] {476b947c-7b82-4973-b568-5bedcd447468} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005108 sec., 1174.6280344557558 rows/sec., 61.37 KiB/sec. | ||
| 1900 | 2025.01.07 05:09:04.262590 [ 256 ] {476b947c-7b82-4973-b568-5bedcd447468} <Debug> TCPHandler: Processed in 0.005581541 sec. | ||
| 1901 | 2025.01.07 05:09:04.262627 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 1902 | 2025.01.07 05:09:04.262811 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1903 | 2025.01.07 05:09:04.262995 [ 5 ] {b4bf9e00-b015-472f-8ea6-62a0c36ce8fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1904 | 2025.01.07 05:09:04.263098 [ 5 ] {b4bf9e00-b015-472f-8ea6-62a0c36ce8fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1905 | 2025.01.07 05:09:04.263118 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_10_2} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1906 | 2025.01.07 05:09:04.263376 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_10_2} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 1907 | 2025.01.07 05:09:04.263598 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 1908 | 2025.01.07 05:09:04.264061 [ 5 ] {b4bf9e00-b015-472f-8ea6-62a0c36ce8fd} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1909 | 2025.01.07 05:09:04.264105 [ 5 ] {b4bf9e00-b015-472f-8ea6-62a0c36ce8fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1910 | 2025.01.07 05:09:04.264527 [ 5 ] {b4bf9e00-b015-472f-8ea6-62a0c36ce8fd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1911 | 2025.01.07 05:09:04.264778 [ 5 ] {b4bf9e00-b015-472f-8ea6-62a0c36ce8fd} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1912 | 2025.01.07 05:09:04.265006 [ 5 ] {b4bf9e00-b015-472f-8ea6-62a0c36ce8fd} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.002066 sec., 85672.79767666988 rows/sec., 5.65 MiB/sec. | ||
| 1913 | 2025.01.07 05:09:04.265142 [ 5 ] {b4bf9e00-b015-472f-8ea6-62a0c36ce8fd} <Debug> TCPHandler: Processed in 0.002427765 sec. | ||
| 1914 | 2025.01.07 05:09:04.265325 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1915 | 2025.01.07 05:09:04.265464 [ 256 ] {7245670f-7776-478f-b082-3b498412fd8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1916 | 2025.01.07 05:09:04.265528 [ 256 ] {7245670f-7776-478f-b082-3b498412fd8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1917 | 2025.01.07 05:09:04.266073 [ 256 ] {7245670f-7776-478f-b082-3b498412fd8e} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1918 | 2025.01.07 05:09:04.266113 [ 256 ] {7245670f-7776-478f-b082-3b498412fd8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1919 | 2025.01.07 05:09:04.266470 [ 256 ] {7245670f-7776-478f-b082-3b498412fd8e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1920 | 2025.01.07 05:09:04.266716 [ 256 ] {7245670f-7776-478f-b082-3b498412fd8e} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1921 | 2025.01.07 05:09:04.267074 [ 256 ] {7245670f-7776-478f-b082-3b498412fd8e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001608 sec., 621.8905472636816 rows/sec., 41.90 KiB/sec. | ||
| 1922 | 2025.01.07 05:09:04.267132 [ 256 ] {7245670f-7776-478f-b082-3b498412fd8e} <Debug> TCPHandler: Processed in 0.001873947 sec. | ||
| 1923 | 2025.01.07 05:09:04.267291 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1924 | 2025.01.07 05:09:04.267432 [ 5 ] {caf91124-89b2-4be0-b058-7468a3888c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1925 | 2025.01.07 05:09:04.267492 [ 5 ] {caf91124-89b2-4be0-b058-7468a3888c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1926 | 2025.01.07 05:09:04.268057 [ 5 ] {caf91124-89b2-4be0-b058-7468a3888c12} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1927 | 2025.01.07 05:09:04.268097 [ 5 ] {caf91124-89b2-4be0-b058-7468a3888c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. | ||
| 1928 | 2025.01.07 05:09:04.268471 [ 5 ] {caf91124-89b2-4be0-b058-7468a3888c12} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1929 | 2025.01.07 05:09:04.268708 [ 5 ] {caf91124-89b2-4be0-b058-7468a3888c12} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): 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.07 05:09:04.268945 [ 5 ] {caf91124-89b2-4be0-b058-7468a3888c12} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001539 sec., 33788.174139051334 rows/sec., 2.09 MiB/sec. | ||
| 1931 | 2025.01.07 05:09:04.269005 [ 5 ] {caf91124-89b2-4be0-b058-7468a3888c12} <Debug> TCPHandler: Processed in 0.001782835 sec. | ||
| 1932 | 2025.01.07 05:09:05.000378 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.77 MiB, peak 172.87 MiB, free memory in arenas 0.00 B, will set to 166.61 MiB (RSS), difference: -3.17 MiB | ||
| 1933 | 2025.01.07 05:09:09.192530 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1934 | 2025.01.07 05:09:09.192769 [ 5 ] {31c1e554-0106-419a-94bd-9dd8023d17fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1935 | 2025.01.07 05:09:09.192858 [ 5 ] {31c1e554-0106-419a-94bd-9dd8023d17fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1936 | 2025.01.07 05:09:09.193830 [ 5 ] {31c1e554-0106-419a-94bd-9dd8023d17fe} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1937 | 2025.01.07 05:09:09.193897 [ 5 ] {31c1e554-0106-419a-94bd-9dd8023d17fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1938 | 2025.01.07 05:09:09.194512 [ 5 ] {31c1e554-0106-419a-94bd-9dd8023d17fe} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1939 | 2025.01.07 05:09:09.194878 [ 5 ] {31c1e554-0106-419a-94bd-9dd8023d17fe} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1940 | 2025.01.07 05:09:09.195217 [ 5 ] {31c1e554-0106-419a-94bd-9dd8023d17fe} <Debug> executeQuery: Read 42 rows, 3.56 KiB in 0.002501 sec., 16793.282686925228 rows/sec., 1.39 MiB/sec. | ||
| 1941 | 2025.01.07 05:09:09.195433 [ 5 ] {31c1e554-0106-419a-94bd-9dd8023d17fe} <Debug> TCPHandler: Processed in 0.003091265 sec. | ||
| 1942 | 2025.01.07 05:09:09.195741 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1943 | 2025.01.07 05:09:09.195936 [ 256 ] {547dcfe2-9233-485a-9dce-b6b7742ecc11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1944 | 2025.01.07 05:09:09.196012 [ 256 ] {547dcfe2-9233-485a-9dce-b6b7742ecc11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1945 | 2025.01.07 05:09:09.196770 [ 256 ] {547dcfe2-9233-485a-9dce-b6b7742ecc11} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1946 | 2025.01.07 05:09:09.196823 [ 256 ] {547dcfe2-9233-485a-9dce-b6b7742ecc11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1947 | 2025.01.07 05:09:09.197242 [ 256 ] {547dcfe2-9233-485a-9dce-b6b7742ecc11} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1948 | 2025.01.07 05:09:09.197513 [ 256 ] {547dcfe2-9233-485a-9dce-b6b7742ecc11} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): 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.07 05:09:09.197750 [ 256 ] {547dcfe2-9233-485a-9dce-b6b7742ecc11} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001869 sec., 4280.3638309256285 rows/sec., 321.86 KiB/sec. | ||
| 1950 | 2025.01.07 05:09:09.197837 [ 256 ] {547dcfe2-9233-485a-9dce-b6b7742ecc11} <Debug> TCPHandler: Processed in 0.002232969 sec. | ||
| 1951 | 2025.01.07 05:09:09.198019 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1952 | 2025.01.07 05:09:09.198159 [ 5 ] {b6505078-f431-4049-a89a-6191fcbd4d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1953 | 2025.01.07 05:09:09.198220 [ 5 ] {b6505078-f431-4049-a89a-6191fcbd4d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1954 | 2025.01.07 05:09:09.198984 [ 5 ] {b6505078-f431-4049-a89a-6191fcbd4d65} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1955 | 2025.01.07 05:09:09.199032 [ 5 ] {b6505078-f431-4049-a89a-6191fcbd4d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1956 | 2025.01.07 05:09:09.199473 [ 5 ] {b6505078-f431-4049-a89a-6191fcbd4d65} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1957 | 2025.01.07 05:09:09.199767 [ 5 ] {b6505078-f431-4049-a89a-6191fcbd4d65} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1958 | 2025.01.07 05:09:09.200071 [ 5 ] {b6505078-f431-4049-a89a-6191fcbd4d65} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001935 sec., 18604.6511627907 rows/sec., 1.45 MiB/sec. | ||
| 1959 | 2025.01.07 05:09:09.200226 [ 5 ] {b6505078-f431-4049-a89a-6191fcbd4d65} <Debug> TCPHandler: Processed in 0.00227383 sec. | ||
| 1960 | 2025.01.07 05:09:09.200443 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1961 | 2025.01.07 05:09:09.200580 [ 256 ] {7a87eb82-a9aa-49c7-8cd3-4b98cb8860ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1962 | 2025.01.07 05:09:09.200654 [ 256 ] {7a87eb82-a9aa-49c7-8cd3-4b98cb8860ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1963 | 2025.01.07 05:09:09.201318 [ 256 ] {7a87eb82-a9aa-49c7-8cd3-4b98cb8860ae} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1964 | 2025.01.07 05:09:09.201360 [ 256 ] {7a87eb82-a9aa-49c7-8cd3-4b98cb8860ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1965 | 2025.01.07 05:09:09.201869 [ 256 ] {7a87eb82-a9aa-49c7-8cd3-4b98cb8860ae} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1966 | 2025.01.07 05:09:09.202219 [ 256 ] {7a87eb82-a9aa-49c7-8cd3-4b98cb8860ae} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1967 | 2025.01.07 05:09:09.202418 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1968 | 2025.01.07 05:09:09.202500 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1969 | 2025.01.07 05:09:09.202512 [ 256 ] {7a87eb82-a9aa-49c7-8cd3-4b98cb8860ae} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001958 sec., 51072.52298263534 rows/sec., 3.54 MiB/sec. | ||
| 1970 | 2025.01.07 05:09:09.202537 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1971 | 2025.01.07 05:09:09.202721 [ 256 ] {7a87eb82-a9aa-49c7-8cd3-4b98cb8860ae} <Debug> TCPHandler: Processed in 0.002344282 sec. | ||
| 1972 | 2025.01.07 05:09:09.202778 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::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 | ||
| 1973 | 2025.01.07 05:09:09.202959 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1974 | 2025.01.07 05:09:09.203001 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1975 | 2025.01.07 05:09:09.203056 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 540 rows starting from the beginning of the part | ||
| 1976 | 2025.01.07 05:09:09.203144 [ 5 ] {a97f41cd-3cd6-45c5-a31c-600329928b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1977 | 2025.01.07 05:09:09.203282 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1723 rows starting from the beginning of the part | ||
| 1978 | 2025.01.07 05:09:09.203469 [ 5 ] {a97f41cd-3cd6-45c5-a31c-600329928b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1979 | 2025.01.07 05:09:09.203712 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 1980 | 2025.01.07 05:09:09.204148 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part | ||
| 1981 | 2025.01.07 05:09:09.204584 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 177 rows starting from the beginning of the part | ||
| 1982 | 2025.01.07 05:09:09.205022 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 100 rows starting from the beginning of the part | ||
| 1983 | 2025.01.07 05:09:09.208764 [ 5 ] {a97f41cd-3cd6-45c5-a31c-600329928b80} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1984 | 2025.01.07 05:09:09.208833 [ 5 ] {a97f41cd-3cd6-45c5-a31c-600329928b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1985 | 2025.01.07 05:09:09.209462 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2680 rows, containing 5 columns (5 merged, 0 gathered) in 0.006793599 sec., 394488.9888260994 rows/sec., 26.63 MiB/sec. | ||
| 1986 | 2025.01.07 05:09:09.209910 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1987 | 2025.01.07 05:09:09.210565 [ 5 ] {a97f41cd-3cd6-45c5-a31c-600329928b80} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1988 | 2025.01.07 05:09:09.210629 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1989 | 2025.01.07 05:09:09.210800 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1990 | 2025.01.07 05:09:09.210958 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 1991 | 2025.01.07 05:09:09.211080 [ 5 ] {a97f41cd-3cd6-45c5-a31c-600329928b80} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1992 | 2025.01.07 05:09:09.211398 [ 5 ] {a97f41cd-3cd6-45c5-a31c-600329928b80} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008296 sec., 964.3201542912248 rows/sec., 1.73 MiB/sec. | ||
| 1993 | 2025.01.07 05:09:09.211519 [ 5 ] {a97f41cd-3cd6-45c5-a31c-600329928b80} <Debug> TCPHandler: Processed in 0.008656327 sec. | ||
| 1994 | 2025.01.07 05:09:09.211686 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1995 | 2025.01.07 05:09:09.211809 [ 256 ] {c8fdd458-fe69-4d66-9c71-9880b030a440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1996 | 2025.01.07 05:09:09.211862 [ 256 ] {c8fdd458-fe69-4d66-9c71-9880b030a440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1997 | 2025.01.07 05:09:09.212403 [ 256 ] {c8fdd458-fe69-4d66-9c71-9880b030a440} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1998 | 2025.01.07 05:09:09.212456 [ 256 ] {c8fdd458-fe69-4d66-9c71-9880b030a440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 1999 | 2025.01.07 05:09:09.212931 [ 256 ] {c8fdd458-fe69-4d66-9c71-9880b030a440} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2000 | 2025.01.07 05:09:09.213215 [ 256 ] {c8fdd458-fe69-4d66-9c71-9880b030a440} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2001 | 2025.01.07 05:09:09.213401 [ 56 ] {} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2002 | 2025.01.07 05:09:09.213459 [ 56 ] {} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2003 | 2025.01.07 05:09:09.213481 [ 256 ] {c8fdd458-fe69-4d66-9c71-9880b030a440} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001686 sec., 17793.59430604982 rows/sec., 1.22 MiB/sec. | ||
| 2004 | 2025.01.07 05:09:09.213497 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2005 | 2025.01.07 05:09:09.213608 [ 256 ] {c8fdd458-fe69-4d66-9c71-9880b030a440} <Debug> TCPHandler: Processed in 0.00197782 sec. | ||
| 2006 | 2025.01.07 05:09:09.213737 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 2007 | 2025.01.07 05:09:09.213878 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2008 | 2025.01.07 05:09:09.213931 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 162 rows starting from the beginning of the part | ||
| 2009 | 2025.01.07 05:09:09.214110 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 18 rows starting from the beginning of the part | ||
| 2010 | 2025.01.07 05:09:09.214278 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part | ||
| 2011 | 2025.01.07 05:09:09.214476 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
| 2012 | 2025.01.07 05:09:09.214633 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 52 rows starting from the beginning of the part | ||
| 2013 | 2025.01.07 05:09:09.214854 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
| 2014 | 2025.01.07 05:09:09.216416 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 304 rows, containing 4 columns (4 merged, 0 gathered) in 0.002777145 sec., 109464.93611244642 rows/sec., 7.38 MiB/sec. | ||
| 2015 | 2025.01.07 05:09:09.216602 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2016 | 2025.01.07 05:09:09.216967 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_11_2} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2017 | 2025.01.07 05:09:09.217059 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_11_2} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2018 | 2025.01.07 05:09:09.217135 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2019 | 2025.01.07 05:09:11.377522 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2020 | 2025.01.07 05:09:11.378182 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2021 | 2025.01.07 05:09:11.378234 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2022 | 2025.01.07 05:09:11.378773 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2023 | 2025.01.07 05:09:11.379036 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2024 | 2025.01.07 05:09:11.379373 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2025 | 2025.01.07 05:09:11.621833 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2026 | 2025.01.07 05:09:11.642953 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2027 | 2025.01.07 05:09:11.643028 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2028 | 2025.01.07 05:09:11.652832 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2029 | 2025.01.07 05:09:11.653790 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2030 | 2025.01.07 05:09:11.657900 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2031 | 2025.01.07 05:09:13.877176 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 280 | ||
| 2032 | 2025.01.07 05:09:13.880759 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2033 | 2025.01.07 05:09:13.880806 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2034 | 2025.01.07 05:09:13.882319 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2035 | 2025.01.07 05:09:13.882651 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2036 | 2025.01.07 05:09:13.882854 [ 48 ] {} <Debug> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2037 | 2025.01.07 05:09:13.882972 [ 48 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2038 | 2025.01.07 05:09:13.883037 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2039 | 2025.01.07 05:09:13.883690 [ 187 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 2040 | 2025.01.07 05:09:13.884269 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 280 | ||
| 2041 | 2025.01.07 05:09:13.884777 [ 187 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2042 | 2025.01.07 05:09:13.884949 [ 187 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 2043 | 2025.01.07 05:09:13.885687 [ 187 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 46 rows starting from the beginning of the part | ||
| 2044 | 2025.01.07 05:09:13.886336 [ 187 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
| 2045 | 2025.01.07 05:09:13.886955 [ 187 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
| 2046 | 2025.01.07 05:09:13.887581 [ 187 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
| 2047 | 2025.01.07 05:09:13.888199 [ 187 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 58 rows starting from the beginning of the part | ||
| 2048 | 2025.01.07 05:09:13.896457 [ 202 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 72 columns (72 merged, 0 gathered) in 0.013234587 sec., 21156.6858867602 rows/sec., 21.24 MiB/sec. | ||
| 2049 | 2025.01.07 05:09:13.897360 [ 188 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2050 | 2025.01.07 05:09:13.898180 [ 188 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_6_1} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2051 | 2025.01.07 05:09:13.898274 [ 188 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_6_1} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2052 | 2025.01.07 05:09:13.898580 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.62 MiB. | ||
| 2053 | 2025.01.07 05:09:14.193524 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2054 | 2025.01.07 05:09:14.193707 [ 5 ] {144de8df-fdb8-4cb0-8f05-f53c4ad4d4d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2055 | 2025.01.07 05:09:14.193775 [ 5 ] {144de8df-fdb8-4cb0-8f05-f53c4ad4d4d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2056 | 2025.01.07 05:09:14.194514 [ 5 ] {144de8df-fdb8-4cb0-8f05-f53c4ad4d4d3} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2057 | 2025.01.07 05:09:14.194558 [ 5 ] {144de8df-fdb8-4cb0-8f05-f53c4ad4d4d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2058 | 2025.01.07 05:09:14.194988 [ 5 ] {144de8df-fdb8-4cb0-8f05-f53c4ad4d4d3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2059 | 2025.01.07 05:09:14.195242 [ 5 ] {144de8df-fdb8-4cb0-8f05-f53c4ad4d4d3} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2060 | 2025.01.07 05:09:14.195474 [ 5 ] {144de8df-fdb8-4cb0-8f05-f53c4ad4d4d3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001815 sec., 7713.498622589532 rows/sec., 555.27 KiB/sec. | ||
| 2061 | 2025.01.07 05:09:14.195553 [ 5 ] {144de8df-fdb8-4cb0-8f05-f53c4ad4d4d3} <Debug> TCPHandler: Processed in 0.002158326 sec. | ||
| 2062 | 2025.01.07 05:09:14.195824 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2063 | 2025.01.07 05:09:14.196021 [ 256 ] {f5cad177-ce35-4f06-ac19-dd34e842dcd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2064 | 2025.01.07 05:09:14.196105 [ 256 ] {f5cad177-ce35-4f06-ac19-dd34e842dcd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2065 | 2025.01.07 05:09:14.196963 [ 256 ] {f5cad177-ce35-4f06-ac19-dd34e842dcd7} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2066 | 2025.01.07 05:09:14.197012 [ 256 ] {f5cad177-ce35-4f06-ac19-dd34e842dcd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2067 | 2025.01.07 05:09:14.197474 [ 256 ] {f5cad177-ce35-4f06-ac19-dd34e842dcd7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2068 | 2025.01.07 05:09:14.197729 [ 256 ] {f5cad177-ce35-4f06-ac19-dd34e842dcd7} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2069 | 2025.01.07 05:09:14.197970 [ 256 ] {f5cad177-ce35-4f06-ac19-dd34e842dcd7} <Debug> executeQuery: Read 173 rows, 15.55 KiB in 0.002005 sec., 86284.28927680799 rows/sec., 7.58 MiB/sec. | ||
| 2070 | 2025.01.07 05:09:14.198029 [ 256 ] {f5cad177-ce35-4f06-ac19-dd34e842dcd7} <Debug> TCPHandler: Processed in 0.002345022 sec. | ||
| 2071 | 2025.01.07 05:09:14.198193 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2072 | 2025.01.07 05:09:14.198306 [ 5 ] {8eed5c28-f384-463f-8ec8-b4072c426062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2073 | 2025.01.07 05:09:14.198354 [ 5 ] {8eed5c28-f384-463f-8ec8-b4072c426062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2074 | 2025.01.07 05:09:14.198930 [ 5 ] {8eed5c28-f384-463f-8ec8-b4072c426062} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2075 | 2025.01.07 05:09:14.198969 [ 5 ] {8eed5c28-f384-463f-8ec8-b4072c426062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2076 | 2025.01.07 05:09:14.199334 [ 5 ] {8eed5c28-f384-463f-8ec8-b4072c426062} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2077 | 2025.01.07 05:09:14.199573 [ 5 ] {8eed5c28-f384-463f-8ec8-b4072c426062} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2078 | 2025.01.07 05:09:14.199841 [ 5 ] {8eed5c28-f384-463f-8ec8-b4072c426062} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.001552 sec., 4510.309278350515 rows/sec., 293.85 KiB/sec. | ||
| 2079 | 2025.01.07 05:09:14.199981 [ 5 ] {8eed5c28-f384-463f-8ec8-b4072c426062} <Debug> TCPHandler: Processed in 0.001842677 sec. | ||
| 2080 | 2025.01.07 05:09:14.200140 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2081 | 2025.01.07 05:09:14.200257 [ 256 ] {9dccbd28-f1a2-4e74-a370-7e5248f814a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2082 | 2025.01.07 05:09:14.200305 [ 256 ] {9dccbd28-f1a2-4e74-a370-7e5248f814a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2083 | 2025.01.07 05:09:14.200920 [ 256 ] {9dccbd28-f1a2-4e74-a370-7e5248f814a7} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2084 | 2025.01.07 05:09:14.200962 [ 256 ] {9dccbd28-f1a2-4e74-a370-7e5248f814a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2085 | 2025.01.07 05:09:14.201324 [ 256 ] {9dccbd28-f1a2-4e74-a370-7e5248f814a7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2086 | 2025.01.07 05:09:14.201568 [ 256 ] {9dccbd28-f1a2-4e74-a370-7e5248f814a7} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2087 | 2025.01.07 05:09:14.201789 [ 256 ] {9dccbd28-f1a2-4e74-a370-7e5248f814a7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001554 sec., 9009.009009009009 rows/sec., 630.93 KiB/sec. | ||
| 2088 | 2025.01.07 05:09:14.201844 [ 256 ] {9dccbd28-f1a2-4e74-a370-7e5248f814a7} <Debug> TCPHandler: Processed in 0.001765224 sec. | ||
| 2089 | 2025.01.07 05:09:14.202012 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2090 | 2025.01.07 05:09:14.202131 [ 5 ] {d20f439a-7589-4c51-8404-187c3cd5a3f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2091 | 2025.01.07 05:09:14.202181 [ 5 ] {d20f439a-7589-4c51-8404-187c3cd5a3f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2092 | 2025.01.07 05:09:14.202760 [ 5 ] {d20f439a-7589-4c51-8404-187c3cd5a3f9} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2093 | 2025.01.07 05:09:14.202800 [ 5 ] {d20f439a-7589-4c51-8404-187c3cd5a3f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2094 | 2025.01.07 05:09:14.203168 [ 5 ] {d20f439a-7589-4c51-8404-187c3cd5a3f9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2095 | 2025.01.07 05:09:14.203409 [ 5 ] {d20f439a-7589-4c51-8404-187c3cd5a3f9} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2096 | 2025.01.07 05:09:14.203613 [ 5 ] {d20f439a-7589-4c51-8404-187c3cd5a3f9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001504 sec., 8643.617021276596 rows/sec., 538.93 KiB/sec. | ||
| 2097 | 2025.01.07 05:09:14.203668 [ 5 ] {d20f439a-7589-4c51-8404-187c3cd5a3f9} <Debug> TCPHandler: Processed in 0.001715323 sec. | ||
| 2098 | 2025.01.07 05:09:14.203811 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2099 | 2025.01.07 05:09:14.203928 [ 256 ] {f31921d9-17f4-4a50-b9e1-b6705d098c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2100 | 2025.01.07 05:09:14.203976 [ 256 ] {f31921d9-17f4-4a50-b9e1-b6705d098c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2101 | 2025.01.07 05:09:14.204685 [ 256 ] {f31921d9-17f4-4a50-b9e1-b6705d098c35} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2102 | 2025.01.07 05:09:14.204725 [ 256 ] {f31921d9-17f4-4a50-b9e1-b6705d098c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2103 | 2025.01.07 05:09:14.205107 [ 256 ] {f31921d9-17f4-4a50-b9e1-b6705d098c35} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2104 | 2025.01.07 05:09:14.205348 [ 256 ] {f31921d9-17f4-4a50-b9e1-b6705d098c35} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2105 | 2025.01.07 05:09:14.205586 [ 256 ] {f31921d9-17f4-4a50-b9e1-b6705d098c35} <Debug> executeQuery: Read 346 rows, 24.80 KiB in 0.001674 sec., 206690.56152927122 rows/sec., 14.47 MiB/sec. | ||
| 2106 | 2025.01.07 05:09:14.205784 [ 256 ] {f31921d9-17f4-4a50-b9e1-b6705d098c35} <Debug> TCPHandler: Processed in 0.002028062 sec. | ||
| 2107 | 2025.01.07 05:09:14.205944 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2108 | 2025.01.07 05:09:14.206059 [ 5 ] {c01453a1-983d-4b3f-9056-fea05b3da9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2109 | 2025.01.07 05:09:14.206110 [ 5 ] {c01453a1-983d-4b3f-9056-fea05b3da9d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2110 | 2025.01.07 05:09:14.206599 [ 5 ] {c01453a1-983d-4b3f-9056-fea05b3da9d4} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2111 | 2025.01.07 05:09:14.206637 [ 5 ] {c01453a1-983d-4b3f-9056-fea05b3da9d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2112 | 2025.01.07 05:09:14.206995 [ 5 ] {c01453a1-983d-4b3f-9056-fea05b3da9d4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2113 | 2025.01.07 05:09:14.207237 [ 5 ] {c01453a1-983d-4b3f-9056-fea05b3da9d4} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2114 | 2025.01.07 05:09:14.207504 [ 5 ] {c01453a1-983d-4b3f-9056-fea05b3da9d4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001442 sec., 4160.887656033287 rows/sec., 217.39 KiB/sec. | ||
| 2115 | 2025.01.07 05:09:14.207593 [ 5 ] {c01453a1-983d-4b3f-9056-fea05b3da9d4} <Debug> TCPHandler: Processed in 0.001704212 sec. | ||
| 2116 | 2025.01.07 05:09:14.207753 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2117 | 2025.01.07 05:09:14.207871 [ 256 ] {695654cd-f0b5-458d-b413-ef8bd0c68580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2118 | 2025.01.07 05:09:14.207923 [ 256 ] {695654cd-f0b5-458d-b413-ef8bd0c68580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2119 | 2025.01.07 05:09:14.208528 [ 256 ] {695654cd-f0b5-458d-b413-ef8bd0c68580} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2120 | 2025.01.07 05:09:14.208568 [ 256 ] {695654cd-f0b5-458d-b413-ef8bd0c68580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2121 | 2025.01.07 05:09:14.208968 [ 256 ] {695654cd-f0b5-458d-b413-ef8bd0c68580} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2122 | 2025.01.07 05:09:14.209210 [ 256 ] {695654cd-f0b5-458d-b413-ef8bd0c68580} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2123 | 2025.01.07 05:09:14.209391 [ 256 ] {695654cd-f0b5-458d-b413-ef8bd0c68580} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001545 sec., 114563.10679611651 rows/sec., 7.56 MiB/sec. | ||
| 2124 | 2025.01.07 05:09:14.209446 [ 256 ] {695654cd-f0b5-458d-b413-ef8bd0c68580} <Debug> TCPHandler: Processed in 0.001748724 sec. | ||
| 2125 | 2025.01.07 05:09:14.209599 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2126 | 2025.01.07 05:09:14.209715 [ 5 ] {1a0ecf92-7dfd-40c5-8e98-35648de80380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2127 | 2025.01.07 05:09:14.209765 [ 5 ] {1a0ecf92-7dfd-40c5-8e98-35648de80380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2128 | 2025.01.07 05:09:14.210230 [ 5 ] {1a0ecf92-7dfd-40c5-8e98-35648de80380} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2129 | 2025.01.07 05:09:14.210270 [ 5 ] {1a0ecf92-7dfd-40c5-8e98-35648de80380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2130 | 2025.01.07 05:09:14.210620 [ 5 ] {1a0ecf92-7dfd-40c5-8e98-35648de80380} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2131 | 2025.01.07 05:09:14.210854 [ 5 ] {1a0ecf92-7dfd-40c5-8e98-35648de80380} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2132 | 2025.01.07 05:09:14.211058 [ 5 ] {1a0ecf92-7dfd-40c5-8e98-35648de80380} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001367 sec., 731.528895391368 rows/sec., 49.29 KiB/sec. | ||
| 2133 | 2025.01.07 05:09:14.211110 [ 5 ] {1a0ecf92-7dfd-40c5-8e98-35648de80380} <Debug> TCPHandler: Processed in 0.001564308 sec. | ||
| 2134 | 2025.01.07 05:09:14.211257 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2135 | 2025.01.07 05:09:14.211374 [ 256 ] {2d6e9bfc-9caf-4ba5-a148-7c20ca69d3f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2136 | 2025.01.07 05:09:14.211426 [ 256 ] {2d6e9bfc-9caf-4ba5-a148-7c20ca69d3f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2137 | 2025.01.07 05:09:14.211910 [ 256 ] {2d6e9bfc-9caf-4ba5-a148-7c20ca69d3f4} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2138 | 2025.01.07 05:09:14.211949 [ 256 ] {2d6e9bfc-9caf-4ba5-a148-7c20ca69d3f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2139 | 2025.01.07 05:09:14.212310 [ 256 ] {2d6e9bfc-9caf-4ba5-a148-7c20ca69d3f4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2140 | 2025.01.07 05:09:14.212544 [ 256 ] {2d6e9bfc-9caf-4ba5-a148-7c20ca69d3f4} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2141 | 2025.01.07 05:09:14.212770 [ 256 ] {2d6e9bfc-9caf-4ba5-a148-7c20ca69d3f4} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001417 sec., 36697.247706422015 rows/sec., 2.27 MiB/sec. | ||
| 2142 | 2025.01.07 05:09:14.212927 [ 256 ] {2d6e9bfc-9caf-4ba5-a148-7c20ca69d3f4} <Debug> TCPHandler: Processed in 0.001724363 sec. | ||
| 2143 | 2025.01.07 05:09:18.802316 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2144 | 2025.01.07 05:09:18.802385 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2145 | 2025.01.07 05:09:18.880505 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2146 | 2025.01.07 05:09:18.881168 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2147 | 2025.01.07 05:09:18.881211 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2148 | 2025.01.07 05:09:18.881725 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2149 | 2025.01.07 05:09:18.881975 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2150 | 2025.01.07 05:09:18.882208 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2151 | 2025.01.07 05:09:19.158931 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2152 | 2025.01.07 05:09:19.178921 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2153 | 2025.01.07 05:09:19.178972 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2154 | 2025.01.07 05:09:19.186210 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2155 | 2025.01.07 05:09:19.186960 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2156 | 2025.01.07 05:09:19.188462 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2157 | 2025.01.07 05:09:19.189332 [ 5 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2158 | 2025.01.07 05:09:19.191456 [ 5 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2159 | 2025.01.07 05:09:19.191758 [ 5 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2160 | 2025.01.07 05:09:19.194568 [ 5 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2161 | 2025.01.07 05:09:19.194914 [ 5 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2162 | 2025.01.07 05:09:19.196309 [ 5 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2163 | 2025.01.07 05:09:19.196507 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2164 | 2025.01.07 05:09:19.196715 [ 298 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2165 | 2025.01.07 05:09:19.196724 [ 296 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2166 | 2025.01.07 05:09:19.196697 [ 299 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2167 | 2025.01.07 05:09:19.196727 [ 301 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2168 | 2025.01.07 05:09:19.196943 [ 5 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2169 | 2025.01.07 05:09:19.196978 [ 5 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2170 | 2025.01.07 05:09:19.197106 [ 5 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2171 | 2025.01.07 05:09:19.197129 [ 5 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
| 2172 | 2025.01.07 05:09:19.197175 [ 5 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2173 | 2025.01.07 05:09:19.197222 [ 5 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2174 | 2025.01.07 05:09:19.197268 [ 5 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2175 | 2025.01.07 05:09:19.198844 [ 5 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <Debug> executeQuery: Read 33 rows, 1.21 KiB in 0.010098 sec., 3267.9738562091507 rows/sec., 120.11 KiB/sec. | ||
| 2176 | 2025.01.07 05:09:19.199029 [ 5 ] {3ba949e1-0f18-4a15-a1b3-d6faba16a404} <Debug> TCPHandler: Processed in 0.010921095 sec. | ||
| 2177 | 2025.01.07 05:09:19.199454 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2178 | 2025.01.07 05:09:19.199724 [ 256 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2179 | 2025.01.07 05:09:19.200188 [ 256 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2180 | 2025.01.07 05:09:19.200250 [ 256 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2181 | 2025.01.07 05:09:19.200660 [ 256 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2182 | 2025.01.07 05:09:19.200742 [ 256 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2183 | 2025.01.07 05:09:19.200918 [ 256 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2184 | 2025.01.07 05:09:19.201115 [ 301 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2185 | 2025.01.07 05:09:19.201117 [ 299 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2186 | 2025.01.07 05:09:19.201127 [ 296 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2187 | 2025.01.07 05:09:19.201166 [ 298 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2188 | 2025.01.07 05:09:19.201304 [ 256 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2189 | 2025.01.07 05:09:19.201334 [ 256 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2190 | 2025.01.07 05:09:19.201454 [ 256 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2191 | 2025.01.07 05:09:19.201479 [ 256 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
| 2192 | 2025.01.07 05:09:19.201524 [ 256 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2193 | 2025.01.07 05:09:19.201570 [ 256 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2194 | 2025.01.07 05:09:19.201615 [ 256 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2195 | 2025.01.07 05:09:19.203016 [ 256 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <Debug> executeQuery: Read 33 rows, 1.21 KiB in 0.003425 sec., 9635.036496350365 rows/sec., 354.13 KiB/sec. | ||
| 2196 | 2025.01.07 05:09:19.203225 [ 256 ] {e4b6dccc-311a-4edc-a991-b9aa1d03fea0} <Debug> TCPHandler: Processed in 0.00390182 sec. | ||
| 2197 | 2025.01.07 05:09:19.203523 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2198 | 2025.01.07 05:09:19.203724 [ 5 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2199 | 2025.01.07 05:09:19.204072 [ 5 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2200 | 2025.01.07 05:09:19.204127 [ 5 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2201 | 2025.01.07 05:09:19.204456 [ 5 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2202 | 2025.01.07 05:09:19.204526 [ 5 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2203 | 2025.01.07 05:09:19.204675 [ 5 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2204 | 2025.01.07 05:09:19.204864 [ 296 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2205 | 2025.01.07 05:09:19.204875 [ 299 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2206 | 2025.01.07 05:09:19.204900 [ 301 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2207 | 2025.01.07 05:09:19.204826 [ 298 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2208 | 2025.01.07 05:09:19.205066 [ 5 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2209 | 2025.01.07 05:09:19.205113 [ 5 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2210 | 2025.01.07 05:09:19.205258 [ 5 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2211 | 2025.01.07 05:09:19.205287 [ 5 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
| 2212 | 2025.01.07 05:09:19.205341 [ 5 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2213 | 2025.01.07 05:09:19.205400 [ 5 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2214 | 2025.01.07 05:09:19.205454 [ 5 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2215 | 2025.01.07 05:09:19.206838 [ 5 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <Debug> executeQuery: Read 33 rows, 1.21 KiB in 0.003215 sec., 10264.38569206843 rows/sec., 377.26 KiB/sec. | ||
| 2216 | 2025.01.07 05:09:19.207068 [ 5 ] {22ca3785-8bc2-4153-8ce5-254c776f4a85} <Debug> TCPHandler: Processed in 0.003607101 sec. | ||
| 2217 | 2025.01.07 05:09:19.208028 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2218 | 2025.01.07 05:09:19.208263 [ 256 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2219 | 2025.01.07 05:09:19.208663 [ 256 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2220 | 2025.01.07 05:09:19.208713 [ 256 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2221 | 2025.01.07 05:09:19.209046 [ 256 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2222 | 2025.01.07 05:09:19.209117 [ 256 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2223 | 2025.01.07 05:09:19.209273 [ 256 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2224 | 2025.01.07 05:09:19.209437 [ 299 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2225 | 2025.01.07 05:09:19.209449 [ 301 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2226 | 2025.01.07 05:09:19.209461 [ 296 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2227 | 2025.01.07 05:09:19.209498 [ 298 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2228 | 2025.01.07 05:09:19.209617 [ 256 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2229 | 2025.01.07 05:09:19.209647 [ 256 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2230 | 2025.01.07 05:09:19.209757 [ 256 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2231 | 2025.01.07 05:09:19.209780 [ 256 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 33 rows with 3 streams | ||
| 2232 | 2025.01.07 05:09:19.209821 [ 256 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2233 | 2025.01.07 05:09:19.209868 [ 256 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2234 | 2025.01.07 05:09:19.209911 [ 256 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2235 | 2025.01.07 05:09:19.211272 [ 256 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Debug> executeQuery: Read 33 rows, 1.21 KiB in 0.003128 sec., 10549.872122762148 rows/sec., 387.75 KiB/sec. | ||
| 2236 | 2025.01.07 05:09:19.211475 [ 256 ] {246823d6-39d5-46b0-9ab2-911f01ae42c5} <Debug> TCPHandler: Processed in 0.003518698 sec. | ||
| 2237 | 2025.01.07 05:09:19.214076 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2238 | 2025.01.07 05:09:19.214211 [ 5 ] {bedeb127-d63f-42af-8892-2dd3213bc9f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2239 | 2025.01.07 05:09:19.214266 [ 5 ] {bedeb127-d63f-42af-8892-2dd3213bc9f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2240 | 2025.01.07 05:09:19.215018 [ 5 ] {bedeb127-d63f-42af-8892-2dd3213bc9f4} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2241 | 2025.01.07 05:09:19.215060 [ 5 ] {bedeb127-d63f-42af-8892-2dd3213bc9f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2242 | 2025.01.07 05:09:19.215589 [ 5 ] {bedeb127-d63f-42af-8892-2dd3213bc9f4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2243 | 2025.01.07 05:09:19.215819 [ 5 ] {bedeb127-d63f-42af-8892-2dd3213bc9f4} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2244 | 2025.01.07 05:09:19.216036 [ 5 ] {bedeb127-d63f-42af-8892-2dd3213bc9f4} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.001858 sec., 2152.8525296017224 rows/sec., 202.88 KiB/sec. | ||
| 2245 | 2025.01.07 05:09:19.216114 [ 5 ] {bedeb127-d63f-42af-8892-2dd3213bc9f4} <Debug> TCPHandler: Processed in 0.002093405 sec. | ||
| 2246 | 2025.01.07 05:09:19.216279 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2247 | 2025.01.07 05:09:19.216431 [ 256 ] {f87976fb-59ec-4abb-8b71-3920b2c166e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2248 | 2025.01.07 05:09:19.216491 [ 256 ] {f87976fb-59ec-4abb-8b71-3920b2c166e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2249 | 2025.01.07 05:09:19.217141 [ 256 ] {f87976fb-59ec-4abb-8b71-3920b2c166e7} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2250 | 2025.01.07 05:09:19.217183 [ 256 ] {f87976fb-59ec-4abb-8b71-3920b2c166e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2251 | 2025.01.07 05:09:19.217579 [ 256 ] {f87976fb-59ec-4abb-8b71-3920b2c166e7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2252 | 2025.01.07 05:09:19.217823 [ 256 ] {f87976fb-59ec-4abb-8b71-3920b2c166e7} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2253 | 2025.01.07 05:09:19.218048 [ 256 ] {f87976fb-59ec-4abb-8b71-3920b2c166e7} <Debug> executeQuery: Read 77 rows, 6.84 KiB in 0.00166 sec., 46385.5421686747 rows/sec., 4.03 MiB/sec. | ||
| 2254 | 2025.01.07 05:09:19.218107 [ 256 ] {f87976fb-59ec-4abb-8b71-3920b2c166e7} <Debug> TCPHandler: Processed in 0.001896208 sec. | ||
| 2255 | 2025.01.07 05:09:19.218259 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2256 | 2025.01.07 05:09:19.218382 [ 5 ] {bec35cff-e9c9-4a2b-8aa4-0b1f397dc035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2257 | 2025.01.07 05:09:19.218432 [ 5 ] {bec35cff-e9c9-4a2b-8aa4-0b1f397dc035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2258 | 2025.01.07 05:09:19.219166 [ 5 ] {bec35cff-e9c9-4a2b-8aa4-0b1f397dc035} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2259 | 2025.01.07 05:09:19.219206 [ 5 ] {bec35cff-e9c9-4a2b-8aa4-0b1f397dc035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2260 | 2025.01.07 05:09:19.219575 [ 5 ] {bec35cff-e9c9-4a2b-8aa4-0b1f397dc035} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2261 | 2025.01.07 05:09:19.219810 [ 5 ] {bec35cff-e9c9-4a2b-8aa4-0b1f397dc035} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2262 | 2025.01.07 05:09:19.219932 [ 41 ] {} <Debug> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2263 | 2025.01.07 05:09:19.219974 [ 41 ] {} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2264 | 2025.01.07 05:09:19.219996 [ 5 ] {bec35cff-e9c9-4a2b-8aa4-0b1f397dc035} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.00164 sec., 15243.90243902439 rows/sec., 1.12 MiB/sec. | ||
| 2265 | 2025.01.07 05:09:19.219999 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2266 | 2025.01.07 05:09:19.220098 [ 5 ] {bec35cff-e9c9-4a2b-8aa4-0b1f397dc035} <Debug> TCPHandler: Processed in 0.001895508 sec. | ||
| 2267 | 2025.01.07 05:09:19.220268 [ 202 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 2268 | 2025.01.07 05:09:19.220306 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2269 | 2025.01.07 05:09:19.220520 [ 202 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2270 | 2025.01.07 05:09:19.220532 [ 256 ] {4c39a452-e1b6-4970-a7be-b5bef381cde9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2271 | 2025.01.07 05:09:19.220577 [ 202 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 2272 | 2025.01.07 05:09:19.220630 [ 256 ] {4c39a452-e1b6-4970-a7be-b5bef381cde9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2273 | 2025.01.07 05:09:19.220833 [ 202 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 2274 | 2025.01.07 05:09:19.221218 [ 202 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 2275 | 2025.01.07 05:09:19.221528 [ 202 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 2276 | 2025.01.07 05:09:19.221853 [ 202 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 2277 | 2025.01.07 05:09:19.222215 [ 202 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 25 rows starting from the beginning of the part | ||
| 2278 | 2025.01.07 05:09:19.223541 [ 256 ] {4c39a452-e1b6-4970-a7be-b5bef381cde9} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2279 | 2025.01.07 05:09:19.223603 [ 256 ] {4c39a452-e1b6-4970-a7be-b5bef381cde9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2280 | 2025.01.07 05:09:19.224640 [ 256 ] {4c39a452-e1b6-4970-a7be-b5bef381cde9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2281 | 2025.01.07 05:09:19.225084 [ 188 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 63 rows, containing 5 columns (5 merged, 0 gathered) in 0.004963832 sec., 12691.807458431309 rows/sec., 975.61 KiB/sec. | ||
| 2282 | 2025.01.07 05:09:19.225169 [ 256 ] {4c39a452-e1b6-4970-a7be-b5bef381cde9} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2283 | 2025.01.07 05:09:19.225366 [ 188 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2284 | 2025.01.07 05:09:19.225768 [ 256 ] {4c39a452-e1b6-4970-a7be-b5bef381cde9} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.0053 sec., 188.67924528301887 rows/sec., 12.53 KiB/sec. | ||
| 2285 | 2025.01.07 05:09:19.225904 [ 256 ] {4c39a452-e1b6-4970-a7be-b5bef381cde9} <Debug> TCPHandler: Processed in 0.005697484 sec. | ||
| 2286 | 2025.01.07 05:09:19.226090 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2287 | 2025.01.07 05:09:19.226169 [ 188 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_6_1} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2288 | 2025.01.07 05:09:19.226339 [ 5 ] {43f8ced9-e5ba-4151-a532-2a5412f744e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2289 | 2025.01.07 05:09:19.226358 [ 188 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_6_1} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2290 | 2025.01.07 05:09:19.226430 [ 5 ] {43f8ced9-e5ba-4151-a532-2a5412f744e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2291 | 2025.01.07 05:09:19.226544 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2292 | 2025.01.07 05:09:19.227171 [ 5 ] {43f8ced9-e5ba-4151-a532-2a5412f744e6} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2293 | 2025.01.07 05:09:19.227216 [ 5 ] {43f8ced9-e5ba-4151-a532-2a5412f744e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2294 | 2025.01.07 05:09:19.227594 [ 5 ] {43f8ced9-e5ba-4151-a532-2a5412f744e6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2295 | 2025.01.07 05:09:19.227830 [ 5 ] {43f8ced9-e5ba-4151-a532-2a5412f744e6} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2296 | 2025.01.07 05:09:19.228012 [ 5 ] {43f8ced9-e5ba-4151-a532-2a5412f744e6} <Debug> executeQuery: Read 66 rows, 5.29 KiB in 0.001749 sec., 37735.84905660377 rows/sec., 2.96 MiB/sec. | ||
| 2297 | 2025.01.07 05:09:19.228069 [ 5 ] {43f8ced9-e5ba-4151-a532-2a5412f744e6} <Debug> TCPHandler: Processed in 0.002058083 sec. | ||
| 2298 | 2025.01.07 05:09:19.228238 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2299 | 2025.01.07 05:09:19.228379 [ 256 ] {7b61fca7-73c3-4ff8-8d90-a665f2d9ddd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2300 | 2025.01.07 05:09:19.228442 [ 256 ] {7b61fca7-73c3-4ff8-8d90-a665f2d9ddd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2301 | 2025.01.07 05:09:19.229009 [ 256 ] {7b61fca7-73c3-4ff8-8d90-a665f2d9ddd2} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2302 | 2025.01.07 05:09:19.229047 [ 256 ] {7b61fca7-73c3-4ff8-8d90-a665f2d9ddd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2303 | 2025.01.07 05:09:19.229438 [ 256 ] {7b61fca7-73c3-4ff8-8d90-a665f2d9ddd2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2304 | 2025.01.07 05:09:19.229677 [ 256 ] {7b61fca7-73c3-4ff8-8d90-a665f2d9ddd2} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2305 | 2025.01.07 05:09:19.229889 [ 256 ] {7b61fca7-73c3-4ff8-8d90-a665f2d9ddd2} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001542 sec., 64850.84306095979 rows/sec., 4.50 MiB/sec. | ||
| 2306 | 2025.01.07 05:09:19.229941 [ 256 ] {7b61fca7-73c3-4ff8-8d90-a665f2d9ddd2} <Debug> TCPHandler: Processed in 0.001771705 sec. | ||
| 2307 | 2025.01.07 05:09:19.230085 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2308 | 2025.01.07 05:09:19.230206 [ 5 ] {1ed94253-45b0-4fd7-89fa-833b4eb76878} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2309 | 2025.01.07 05:09:19.230260 [ 5 ] {1ed94253-45b0-4fd7-89fa-833b4eb76878} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2310 | 2025.01.07 05:09:19.230727 [ 5 ] {1ed94253-45b0-4fd7-89fa-833b4eb76878} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2311 | 2025.01.07 05:09:19.230765 [ 5 ] {1ed94253-45b0-4fd7-89fa-833b4eb76878} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2312 | 2025.01.07 05:09:19.231142 [ 5 ] {1ed94253-45b0-4fd7-89fa-833b4eb76878} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2313 | 2025.01.07 05:09:19.231382 [ 5 ] {1ed94253-45b0-4fd7-89fa-833b4eb76878} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2314 | 2025.01.07 05:09:19.231573 [ 5 ] {1ed94253-45b0-4fd7-89fa-833b4eb76878} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001391 sec., 718.9072609633357 rows/sec., 45.63 KiB/sec. | ||
| 2315 | 2025.01.07 05:09:19.231632 [ 5 ] {1ed94253-45b0-4fd7-89fa-833b4eb76878} <Debug> TCPHandler: Processed in 0.001603169 sec. | ||
| 2316 | 2025.01.07 05:09:19.231797 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2317 | 2025.01.07 05:09:19.231933 [ 256 ] {ad1a3730-d79b-43cc-a868-171a8bed4e07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2318 | 2025.01.07 05:09:19.232025 [ 256 ] {ad1a3730-d79b-43cc-a868-171a8bed4e07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2319 | 2025.01.07 05:09:19.233326 [ 256 ] {ad1a3730-d79b-43cc-a868-171a8bed4e07} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2320 | 2025.01.07 05:09:19.233365 [ 256 ] {ad1a3730-d79b-43cc-a868-171a8bed4e07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2321 | 2025.01.07 05:09:19.234006 [ 256 ] {ad1a3730-d79b-43cc-a868-171a8bed4e07} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2322 | 2025.01.07 05:09:19.234263 [ 256 ] {ad1a3730-d79b-43cc-a868-171a8bed4e07} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2323 | 2025.01.07 05:09:19.234508 [ 256 ] {ad1a3730-d79b-43cc-a868-171a8bed4e07} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002606 sec., 9593.246354566387 rows/sec., 17.19 MiB/sec. | ||
| 2324 | 2025.01.07 05:09:19.234677 [ 256 ] {ad1a3730-d79b-43cc-a868-171a8bed4e07} <Debug> TCPHandler: Processed in 0.00294735 sec. | ||
| 2325 | 2025.01.07 05:09:19.234835 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2326 | 2025.01.07 05:09:19.234955 [ 5 ] {3e83c758-24fb-45fb-b30d-33bd1576f795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2327 | 2025.01.07 05:09:19.235008 [ 5 ] {3e83c758-24fb-45fb-b30d-33bd1576f795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2328 | 2025.01.07 05:09:19.235484 [ 5 ] {3e83c758-24fb-45fb-b30d-33bd1576f795} <Trace> oximeter.measurements_i64 (12edd6f0-f2be-4264-82ea-964c6a0e1b6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2329 | 2025.01.07 05:09:19.235522 [ 5 ] {3e83c758-24fb-45fb-b30d-33bd1576f795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2330 | 2025.01.07 05:09:19.235903 [ 5 ] {3e83c758-24fb-45fb-b30d-33bd1576f795} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2331 | 2025.01.07 05:09:19.236140 [ 5 ] {3e83c758-24fb-45fb-b30d-33bd1576f795} <Trace> oximeter.measurements_i64 (12edd6f0-f2be-4264-82ea-964c6a0e1b6d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2332 | 2025.01.07 05:09:19.236321 [ 5 ] {3e83c758-24fb-45fb-b30d-33bd1576f795} <Debug> executeQuery: Read 18 rows, 1.33 KiB in 0.00139 sec., 12949.640287769784 rows/sec., 955.49 KiB/sec. | ||
| 2333 | 2025.01.07 05:09:19.236376 [ 5 ] {3e83c758-24fb-45fb-b30d-33bd1576f795} <Debug> TCPHandler: Processed in 0.00159872 sec. | ||
| 2334 | 2025.01.07 05:09:19.236526 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2335 | 2025.01.07 05:09:19.236663 [ 256 ] {aae1fff8-4351-4e5b-810a-a5e13ef543f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2336 | 2025.01.07 05:09:19.236723 [ 256 ] {aae1fff8-4351-4e5b-810a-a5e13ef543f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2337 | 2025.01.07 05:09:19.237333 [ 256 ] {aae1fff8-4351-4e5b-810a-a5e13ef543f0} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2338 | 2025.01.07 05:09:19.237382 [ 256 ] {aae1fff8-4351-4e5b-810a-a5e13ef543f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2339 | 2025.01.07 05:09:19.237776 [ 256 ] {aae1fff8-4351-4e5b-810a-a5e13ef543f0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2340 | 2025.01.07 05:09:19.238019 [ 256 ] {aae1fff8-4351-4e5b-810a-a5e13ef543f0} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2341 | 2025.01.07 05:09:19.238235 [ 256 ] {aae1fff8-4351-4e5b-810a-a5e13ef543f0} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001601 sec., 18738.288569643973 rows/sec., 1.28 MiB/sec. | ||
| 2342 | 2025.01.07 05:09:19.238342 [ 256 ] {aae1fff8-4351-4e5b-810a-a5e13ef543f0} <Debug> TCPHandler: Processed in 0.001870808 sec. | ||
| 2343 | 2025.01.07 05:09:20.000195 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.89 MiB, peak 172.87 MiB, free memory in arenas 0.00 B, will set to 167.76 MiB (RSS), difference: -1.13 MiB | ||
| 2344 | 2025.01.07 05:09:23.885534 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 328 | ||
| 2345 | 2025.01.07 05:09:23.888903 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2346 | 2025.01.07 05:09:23.888964 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2347 | 2025.01.07 05:09:23.890493 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2348 | 2025.01.07 05:09:23.890813 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2349 | 2025.01.07 05:09:23.891447 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 328 | ||
| 2350 | 2025.01.07 05:09:24.186867 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2351 | 2025.01.07 05:09:24.187312 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) 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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2352 | 2025.01.07 05:09:24.187966 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2353 | 2025.01.07 05:09:24.188022 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2354 | 2025.01.07 05:09:24.188418 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2355 | 2025.01.07 05:09:24.188499 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2356 | 2025.01.07 05:09:24.188681 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2357 | 2025.01.07 05:09:24.188824 [ 298 ] {db99a511-b490-4231-b889-739659902dae} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2358 | 2025.01.07 05:09:24.188967 [ 301 ] {db99a511-b490-4231-b889-739659902dae} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2359 | 2025.01.07 05:09:24.188995 [ 303 ] {db99a511-b490-4231-b889-739659902dae} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2360 | 2025.01.07 05:09:24.189005 [ 299 ] {db99a511-b490-4231-b889-739659902dae} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2361 | 2025.01.07 05:09:24.189041 [ 296 ] {db99a511-b490-4231-b889-739659902dae} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2362 | 2025.01.07 05:09:24.189192 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 2363 | 2025.01.07 05:09:24.189226 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2364 | 2025.01.07 05:09:24.189372 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2365 | 2025.01.07 05:09:24.189397 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (SelectExecutor): Reading approx. 37 rows with 4 streams | ||
| 2366 | 2025.01.07 05:09:24.189445 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2367 | 2025.01.07 05:09:24.189499 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2368 | 2025.01.07 05:09:24.189545 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2369 | 2025.01.07 05:09:24.189589 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <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', 'kstat_sampler:expired_targets', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2370 | 2025.01.07 05:09:24.191584 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.004489 sec., 8242.370238360436 rows/sec., 309.79 KiB/sec. | ||
| 2371 | 2025.01.07 05:09:24.191837 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <Debug> MemoryTracker: Peak memory usage (for query): 144.58 KiB. | ||
| 2372 | 2025.01.07 05:09:24.191854 [ 5 ] {db99a511-b490-4231-b889-739659902dae} <Debug> TCPHandler: Processed in 0.00518224 sec. | ||
| 2373 | 2025.01.07 05:09:24.228241 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2374 | 2025.01.07 05:09:24.228451 [ 5 ] {22f4e264-4ede-4936-92b7-8ef1795c5808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2375 | 2025.01.07 05:09:24.228535 [ 5 ] {22f4e264-4ede-4936-92b7-8ef1795c5808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2376 | 2025.01.07 05:09:24.229393 [ 5 ] {22f4e264-4ede-4936-92b7-8ef1795c5808} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2377 | 2025.01.07 05:09:24.229447 [ 5 ] {22f4e264-4ede-4936-92b7-8ef1795c5808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2378 | 2025.01.07 05:09:24.229986 [ 5 ] {22f4e264-4ede-4936-92b7-8ef1795c5808} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2379 | 2025.01.07 05:09:24.230229 [ 5 ] {22f4e264-4ede-4936-92b7-8ef1795c5808} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2380 | 2025.01.07 05:09:24.230419 [ 32 ] {} <Debug> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2381 | 2025.01.07 05:09:24.230449 [ 5 ] {22f4e264-4ede-4936-92b7-8ef1795c5808} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.00205 sec., 487.80487804878044 rows/sec., 110.52 KiB/sec. | ||
| 2382 | 2025.01.07 05:09:24.230483 [ 32 ] {} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2383 | 2025.01.07 05:09:24.230556 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2384 | 2025.01.07 05:09:24.230588 [ 5 ] {22f4e264-4ede-4936-92b7-8ef1795c5808} <Debug> TCPHandler: Processed in 0.002458426 sec. | ||
| 2385 | 2025.01.07 05:09:24.230832 [ 193 ] {876afb13-73a6-40ed-8635-de5d1af42974::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 | ||
| 2386 | 2025.01.07 05:09:24.230942 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2387 | 2025.01.07 05:09:24.231301 [ 256 ] {737066d8-c43b-4dcb-8aa8-e88358c4e89b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2388 | 2025.01.07 05:09:24.231323 [ 193 ] {876afb13-73a6-40ed-8635-de5d1af42974::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2389 | 2025.01.07 05:09:24.231397 [ 193 ] {876afb13-73a6-40ed-8635-de5d1af42974::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 | ||
| 2390 | 2025.01.07 05:09:24.231427 [ 256 ] {737066d8-c43b-4dcb-8aa8-e88358c4e89b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2391 | 2025.01.07 05:09:24.231746 [ 193 ] {876afb13-73a6-40ed-8635-de5d1af42974::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2392 | 2025.01.07 05:09:24.232026 [ 193 ] {876afb13-73a6-40ed-8635-de5d1af42974::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 | ||
| 2393 | 2025.01.07 05:09:24.232333 [ 193 ] {876afb13-73a6-40ed-8635-de5d1af42974::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 2394 | 2025.01.07 05:09:24.232652 [ 193 ] {876afb13-73a6-40ed-8635-de5d1af42974::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 2395 | 2025.01.07 05:09:24.232957 [ 193 ] {876afb13-73a6-40ed-8635-de5d1af42974::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 | ||
| 2396 | 2025.01.07 05:09:24.234333 [ 256 ] {737066d8-c43b-4dcb-8aa8-e88358c4e89b} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2397 | 2025.01.07 05:09:24.234446 [ 256 ] {737066d8-c43b-4dcb-8aa8-e88358c4e89b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2398 | 2025.01.07 05:09:24.235696 [ 256 ] {737066d8-c43b-4dcb-8aa8-e88358c4e89b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2399 | 2025.01.07 05:09:24.236305 [ 256 ] {737066d8-c43b-4dcb-8aa8-e88358c4e89b} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2400 | 2025.01.07 05:09:24.237233 [ 256 ] {737066d8-c43b-4dcb-8aa8-e88358c4e89b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.006047 sec., 2315.1976186538777 rows/sec., 166.66 KiB/sec. | ||
| 2401 | 2025.01.07 05:09:24.237435 [ 256 ] {737066d8-c43b-4dcb-8aa8-e88358c4e89b} <Debug> TCPHandler: Processed in 0.006702597 sec. | ||
| 2402 | 2025.01.07 05:09:24.237671 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2403 | 2025.01.07 05:09:24.237858 [ 5 ] {1ab12ed9-fead-4b44-ab59-bd083f6376b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2404 | 2025.01.07 05:09:24.237947 [ 5 ] {1ab12ed9-fead-4b44-ab59-bd083f6376b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2405 | 2025.01.07 05:09:24.239330 [ 5 ] {1ab12ed9-fead-4b44-ab59-bd083f6376b9} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2406 | 2025.01.07 05:09:24.239382 [ 5 ] {1ab12ed9-fead-4b44-ab59-bd083f6376b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2407 | 2025.01.07 05:09:24.239796 [ 193 ] {876afb13-73a6-40ed-8635-de5d1af42974::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39 rows, containing 6 columns (6 merged, 0 gathered) in 0.00910721 sec., 4282.321369552256 rows/sec., 732.49 KiB/sec. | ||
| 2408 | 2025.01.07 05:09:24.239965 [ 193 ] {876afb13-73a6-40ed-8635-de5d1af42974::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2409 | 2025.01.07 05:09:24.239977 [ 5 ] {1ab12ed9-fead-4b44-ab59-bd083f6376b9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2410 | 2025.01.07 05:09:24.240335 [ 5 ] {1ab12ed9-fead-4b44-ab59-bd083f6376b9} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2411 | 2025.01.07 05:09:24.240467 [ 193 ] {876afb13-73a6-40ed-8635-de5d1af42974::all_1_6_1} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2412 | 2025.01.07 05:09:24.240708 [ 193 ] {876afb13-73a6-40ed-8635-de5d1af42974::all_1_6_1} <Trace> oximeter.timeseries_schema (876afb13-73a6-40ed-8635-de5d1af42974) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2413 | 2025.01.07 05:09:24.240730 [ 5 ] {1ab12ed9-fead-4b44-ab59-bd083f6376b9} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002919 sec., 1370.332305584104 rows/sec., 111.74 KiB/sec. | ||
| 2414 | 2025.01.07 05:09:24.240824 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 2415 | 2025.01.07 05:09:24.240842 [ 5 ] {1ab12ed9-fead-4b44-ab59-bd083f6376b9} <Debug> TCPHandler: Processed in 0.0032528 sec. | ||
| 2416 | 2025.01.07 05:09:24.241037 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2417 | 2025.01.07 05:09:24.241191 [ 256 ] {7567bbf4-85bb-4502-8789-dbb4cc55d4f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2418 | 2025.01.07 05:09:24.241252 [ 256 ] {7567bbf4-85bb-4502-8789-dbb4cc55d4f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2419 | 2025.01.07 05:09:24.242676 [ 256 ] {7567bbf4-85bb-4502-8789-dbb4cc55d4f9} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2420 | 2025.01.07 05:09:24.242720 [ 256 ] {7567bbf4-85bb-4502-8789-dbb4cc55d4f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2421 | 2025.01.07 05:09:24.243187 [ 256 ] {7567bbf4-85bb-4502-8789-dbb4cc55d4f9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2422 | 2025.01.07 05:09:24.243438 [ 256 ] {7567bbf4-85bb-4502-8789-dbb4cc55d4f9} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2423 | 2025.01.07 05:09:24.243689 [ 256 ] {7567bbf4-85bb-4502-8789-dbb4cc55d4f9} <Debug> executeQuery: Read 1315 rows, 111.82 KiB in 0.002531 sec., 519557.4871592256 rows/sec., 43.14 MiB/sec. | ||
| 2424 | 2025.01.07 05:09:24.243792 [ 256 ] {7567bbf4-85bb-4502-8789-dbb4cc55d4f9} <Debug> TCPHandler: Processed in 0.002827327 sec. | ||
| 2425 | 2025.01.07 05:09:24.243969 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2426 | 2025.01.07 05:09:24.244114 [ 5 ] {ca037082-0ff6-4d33-9940-32a5f81294d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2427 | 2025.01.07 05:09:24.244177 [ 5 ] {ca037082-0ff6-4d33-9940-32a5f81294d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2428 | 2025.01.07 05:09:24.244852 [ 5 ] {ca037082-0ff6-4d33-9940-32a5f81294d2} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2429 | 2025.01.07 05:09:24.244893 [ 5 ] {ca037082-0ff6-4d33-9940-32a5f81294d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2430 | 2025.01.07 05:09:24.245268 [ 5 ] {ca037082-0ff6-4d33-9940-32a5f81294d2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2431 | 2025.01.07 05:09:24.245514 [ 5 ] {ca037082-0ff6-4d33-9940-32a5f81294d2} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2432 | 2025.01.07 05:09:24.245731 [ 5 ] {ca037082-0ff6-4d33-9940-32a5f81294d2} <Debug> executeQuery: Read 11 rows, 753.00 B in 0.001651 sec., 6662.628709872804 rows/sec., 445.40 KiB/sec. | ||
| 2433 | 2025.01.07 05:09:24.245786 [ 5 ] {ca037082-0ff6-4d33-9940-32a5f81294d2} <Debug> TCPHandler: Processed in 0.001885868 sec. | ||
| 2434 | 2025.01.07 05:09:24.245950 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2435 | 2025.01.07 05:09:24.246073 [ 256 ] {3d557dcd-6beb-4072-84ce-20bad1127078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2436 | 2025.01.07 05:09:24.246124 [ 256 ] {3d557dcd-6beb-4072-84ce-20bad1127078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2437 | 2025.01.07 05:09:24.246789 [ 256 ] {3d557dcd-6beb-4072-84ce-20bad1127078} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2438 | 2025.01.07 05:09:24.246829 [ 256 ] {3d557dcd-6beb-4072-84ce-20bad1127078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2439 | 2025.01.07 05:09:24.247205 [ 256 ] {3d557dcd-6beb-4072-84ce-20bad1127078} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2440 | 2025.01.07 05:09:24.247446 [ 256 ] {3d557dcd-6beb-4072-84ce-20bad1127078} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2441 | 2025.01.07 05:09:24.247672 [ 256 ] {3d557dcd-6beb-4072-84ce-20bad1127078} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001626 sec., 148831.48831488314 rows/sec., 10.08 MiB/sec. | ||
| 2442 | 2025.01.07 05:09:24.247726 [ 256 ] {3d557dcd-6beb-4072-84ce-20bad1127078} <Debug> TCPHandler: Processed in 0.001832546 sec. | ||
| 2443 | 2025.01.07 05:09:24.247890 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2444 | 2025.01.07 05:09:24.248041 [ 5 ] {bda003d5-9da8-481a-b4c3-ff90080ef04f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2445 | 2025.01.07 05:09:24.248100 [ 5 ] {bda003d5-9da8-481a-b4c3-ff90080ef04f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2446 | 2025.01.07 05:09:24.248800 [ 5 ] {bda003d5-9da8-481a-b4c3-ff90080ef04f} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2447 | 2025.01.07 05:09:24.248840 [ 5 ] {bda003d5-9da8-481a-b4c3-ff90080ef04f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2448 | 2025.01.07 05:09:24.249219 [ 5 ] {bda003d5-9da8-481a-b4c3-ff90080ef04f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2449 | 2025.01.07 05:09:24.249460 [ 5 ] {bda003d5-9da8-481a-b4c3-ff90080ef04f} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2450 | 2025.01.07 05:09:24.249697 [ 5 ] {bda003d5-9da8-481a-b4c3-ff90080ef04f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001681 sec., 7733.491969066032 rows/sec., 482.18 KiB/sec. | ||
| 2451 | 2025.01.07 05:09:24.249753 [ 5 ] {bda003d5-9da8-481a-b4c3-ff90080ef04f} <Debug> TCPHandler: Processed in 0.001933149 sec. | ||
| 2452 | 2025.01.07 05:09:24.249929 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2453 | 2025.01.07 05:09:24.250074 [ 256 ] {178a0ef2-dce3-4fc0-98e6-57ad7ea0b47e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2454 | 2025.01.07 05:09:24.250134 [ 256 ] {178a0ef2-dce3-4fc0-98e6-57ad7ea0b47e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2455 | 2025.01.07 05:09:24.251064 [ 256 ] {178a0ef2-dce3-4fc0-98e6-57ad7ea0b47e} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2456 | 2025.01.07 05:09:24.251105 [ 256 ] {178a0ef2-dce3-4fc0-98e6-57ad7ea0b47e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2457 | 2025.01.07 05:09:24.251517 [ 256 ] {178a0ef2-dce3-4fc0-98e6-57ad7ea0b47e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2458 | 2025.01.07 05:09:24.251761 [ 256 ] {178a0ef2-dce3-4fc0-98e6-57ad7ea0b47e} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2459 | 2025.01.07 05:09:24.251980 [ 256 ] {178a0ef2-dce3-4fc0-98e6-57ad7ea0b47e} <Debug> executeQuery: Read 806 rows, 59.42 KiB in 0.001945 sec., 414395.88688946015 rows/sec., 29.83 MiB/sec. | ||
| 2460 | 2025.01.07 05:09:24.252035 [ 256 ] {178a0ef2-dce3-4fc0-98e6-57ad7ea0b47e} <Debug> TCPHandler: Processed in 0.002173797 sec. | ||
| 2461 | 2025.01.07 05:09:24.252198 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2462 | 2025.01.07 05:09:24.252336 [ 5 ] {9763ce94-2436-4bc3-9799-8acf910a703a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2463 | 2025.01.07 05:09:24.252396 [ 5 ] {9763ce94-2436-4bc3-9799-8acf910a703a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2464 | 2025.01.07 05:09:24.252929 [ 5 ] {9763ce94-2436-4bc3-9799-8acf910a703a} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2465 | 2025.01.07 05:09:24.252969 [ 5 ] {9763ce94-2436-4bc3-9799-8acf910a703a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2466 | 2025.01.07 05:09:24.253330 [ 5 ] {9763ce94-2436-4bc3-9799-8acf910a703a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2467 | 2025.01.07 05:09:24.253568 [ 5 ] {9763ce94-2436-4bc3-9799-8acf910a703a} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2468 | 2025.01.07 05:09:24.253846 [ 5 ] {9763ce94-2436-4bc3-9799-8acf910a703a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001523 sec., 3939.592908732764 rows/sec., 205.83 KiB/sec. | ||
| 2469 | 2025.01.07 05:09:24.253920 [ 5 ] {9763ce94-2436-4bc3-9799-8acf910a703a} <Debug> TCPHandler: Processed in 0.001789915 sec. | ||
| 2470 | 2025.01.07 05:09:24.254079 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2471 | 2025.01.07 05:09:24.254218 [ 256 ] {48206e35-782b-4e0d-bf04-193526df208e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2472 | 2025.01.07 05:09:24.254281 [ 256 ] {48206e35-782b-4e0d-bf04-193526df208e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2473 | 2025.01.07 05:09:24.255128 [ 256 ] {48206e35-782b-4e0d-bf04-193526df208e} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2474 | 2025.01.07 05:09:24.255173 [ 256 ] {48206e35-782b-4e0d-bf04-193526df208e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2475 | 2025.01.07 05:09:24.255624 [ 256 ] {48206e35-782b-4e0d-bf04-193526df208e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2476 | 2025.01.07 05:09:24.255868 [ 256 ] {48206e35-782b-4e0d-bf04-193526df208e} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2477 | 2025.01.07 05:09:24.256082 [ 256 ] {48206e35-782b-4e0d-bf04-193526df208e} <Debug> executeQuery: Read 899 rows, 61.31 KiB in 0.001895 sec., 474406.33245382586 rows/sec., 31.60 MiB/sec. | ||
| 2478 | 2025.01.07 05:09:24.256136 [ 256 ] {48206e35-782b-4e0d-bf04-193526df208e} <Debug> TCPHandler: Processed in 0.002126145 sec. | ||
| 2479 | 2025.01.07 05:09:24.256280 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2480 | 2025.01.07 05:09:24.256395 [ 5 ] {61e12d9e-0586-44ce-bcaf-5b6c9c52579f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2481 | 2025.01.07 05:09:24.256447 [ 5 ] {61e12d9e-0586-44ce-bcaf-5b6c9c52579f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2482 | 2025.01.07 05:09:24.256915 [ 5 ] {61e12d9e-0586-44ce-bcaf-5b6c9c52579f} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2483 | 2025.01.07 05:09:24.256955 [ 5 ] {61e12d9e-0586-44ce-bcaf-5b6c9c52579f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2484 | 2025.01.07 05:09:24.257313 [ 5 ] {61e12d9e-0586-44ce-bcaf-5b6c9c52579f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2485 | 2025.01.07 05:09:24.257549 [ 5 ] {61e12d9e-0586-44ce-bcaf-5b6c9c52579f} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2486 | 2025.01.07 05:09:24.257774 [ 5 ] {61e12d9e-0586-44ce-bcaf-5b6c9c52579f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001398 sec., 715.307582260372 rows/sec., 48.20 KiB/sec. | ||
| 2487 | 2025.01.07 05:09:24.257828 [ 5 ] {61e12d9e-0586-44ce-bcaf-5b6c9c52579f} <Debug> TCPHandler: Processed in 0.001600649 sec. | ||
| 2488 | 2025.01.07 05:09:24.257983 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2489 | 2025.01.07 05:09:24.258123 [ 256 ] {8662d063-7b35-4e41-8981-2ac55413fb01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2490 | 2025.01.07 05:09:24.258184 [ 256 ] {8662d063-7b35-4e41-8981-2ac55413fb01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2491 | 2025.01.07 05:09:24.258755 [ 256 ] {8662d063-7b35-4e41-8981-2ac55413fb01} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2492 | 2025.01.07 05:09:24.258796 [ 256 ] {8662d063-7b35-4e41-8981-2ac55413fb01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2493 | 2025.01.07 05:09:24.259165 [ 256 ] {8662d063-7b35-4e41-8981-2ac55413fb01} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2494 | 2025.01.07 05:09:24.259402 [ 256 ] {8662d063-7b35-4e41-8981-2ac55413fb01} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2495 | 2025.01.07 05:09:24.259642 [ 256 ] {8662d063-7b35-4e41-8981-2ac55413fb01} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001545 sec., 33656.95792880259 rows/sec., 2.08 MiB/sec. | ||
| 2496 | 2025.01.07 05:09:24.259719 [ 256 ] {8662d063-7b35-4e41-8981-2ac55413fb01} <Debug> TCPHandler: Processed in 0.001803365 sec. | ||
| 2497 | 2025.01.07 05:09:26.383286 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2498 | 2025.01.07 05:09:26.383920 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2499 | 2025.01.07 05:09:26.383955 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2500 | 2025.01.07 05:09:26.384452 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2501 | 2025.01.07 05:09:26.384700 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2502 | 2025.01.07 05:09:26.384845 [ 28 ] {} <Debug> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2503 | 2025.01.07 05:09:26.384877 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2504 | 2025.01.07 05:09:26.384892 [ 28 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2505 | 2025.01.07 05:09:26.384920 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2506 | 2025.01.07 05:09:26.385073 [ 199 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 2507 | 2025.01.07 05:09:26.385239 [ 199 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2508 | 2025.01.07 05:09:26.385283 [ 199 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 2509 | 2025.01.07 05:09:26.385393 [ 199 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 2510 | 2025.01.07 05:09:26.385631 [ 199 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 2511 | 2025.01.07 05:09:26.385814 [ 199 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 2512 | 2025.01.07 05:09:26.385960 [ 199 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 2513 | 2025.01.07 05:09:26.386128 [ 199 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 2514 | 2025.01.07 05:09:26.387846 [ 195 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002848478 sec., 1798855.3887374238 rows/sec., 25.73 MiB/sec. | ||
| 2515 | 2025.01.07 05:09:26.388591 [ 195 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2516 | 2025.01.07 05:09:26.388908 [ 195 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_11_2} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2517 | 2025.01.07 05:09:26.388990 [ 195 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_11_2} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2518 | 2025.01.07 05:09:26.389076 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 2519 | 2025.01.07 05:09:26.697640 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2520 | 2025.01.07 05:09:26.718948 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2521 | 2025.01.07 05:09:26.719013 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2522 | 2025.01.07 05:09:26.726698 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2523 | 2025.01.07 05:09:26.727512 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2524 | 2025.01.07 05:09:26.727930 [ 36 ] {} <Debug> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2525 | 2025.01.07 05:09:26.728040 [ 36 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2526 | 2025.01.07 05:09:26.728134 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2527 | 2025.01.07 05:09:26.728692 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 2528 | 2025.01.07 05:09:26.743633 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2529 | 2025.01.07 05:09:26.745310 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2530 | 2025.01.07 05:09:26.746757 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 2531 | 2025.01.07 05:09:26.752169 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 2532 | 2025.01.07 05:09:26.757752 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 2533 | 2025.01.07 05:09:26.763219 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 2534 | 2025.01.07 05:09:26.768803 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 2535 | 2025.01.07 05:09:26.773471 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 2536 | 2025.01.07 05:09:26.829192 [ 194 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.100875381 sec., 822.7973879969782 rows/sec., 4.25 MiB/sec. | ||
| 2537 | 2025.01.07 05:09:26.831759 [ 196 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2538 | 2025.01.07 05:09:26.834757 [ 196 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_11_2} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2539 | 2025.01.07 05:09:26.834883 [ 196 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_11_2} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2540 | 2025.01.07 05:09:26.837549 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2541 | 2025.01.07 05:09:27.000185 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.98 MiB, peak 178.87 MiB, free memory in arenas 0.00 B, will set to 170.48 MiB (RSS), difference: 1.50 MiB | ||
| 2542 | 2025.01.07 05:09:29.190720 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2543 | 2025.01.07 05:09:29.190911 [ 5 ] {c3f8a5e2-310a-400a-90c9-7700fc5d4b4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2544 | 2025.01.07 05:09:29.190987 [ 5 ] {c3f8a5e2-310a-400a-90c9-7700fc5d4b4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2545 | 2025.01.07 05:09:29.191769 [ 5 ] {c3f8a5e2-310a-400a-90c9-7700fc5d4b4d} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2546 | 2025.01.07 05:09:29.191820 [ 5 ] {c3f8a5e2-310a-400a-90c9-7700fc5d4b4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2547 | 2025.01.07 05:09:29.192299 [ 5 ] {c3f8a5e2-310a-400a-90c9-7700fc5d4b4d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2548 | 2025.01.07 05:09:29.192561 [ 5 ] {c3f8a5e2-310a-400a-90c9-7700fc5d4b4d} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2549 | 2025.01.07 05:09:29.192773 [ 106 ] {} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 2550 | 2025.01.07 05:09:29.192807 [ 5 ] {c3f8a5e2-310a-400a-90c9-7700fc5d4b4d} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001945 sec., 39074.550128534705 rows/sec., 3.39 MiB/sec. | ||
| 2551 | 2025.01.07 05:09:29.192886 [ 106 ] {} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2552 | 2025.01.07 05:09:29.192969 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2553 | 2025.01.07 05:09:29.192977 [ 5 ] {c3f8a5e2-310a-400a-90c9-7700fc5d4b4d} <Debug> TCPHandler: Processed in 0.002391924 sec. | ||
| 2554 | 2025.01.07 05:09:29.193206 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::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 | ||
| 2555 | 2025.01.07 05:09:29.193317 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2556 | 2025.01.07 05:09:29.193395 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2557 | 2025.01.07 05:09:29.193453 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 1330 rows starting from the beginning of the part | ||
| 2558 | 2025.01.07 05:09:29.193685 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part | ||
| 2559 | 2025.01.07 05:09:29.193682 [ 256 ] {a40680e0-c264-4a24-99a6-8b20b213b403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2560 | 2025.01.07 05:09:29.193847 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 173 rows starting from the beginning of the part | ||
| 2561 | 2025.01.07 05:09:29.193907 [ 256 ] {a40680e0-c264-4a24-99a6-8b20b213b403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2562 | 2025.01.07 05:09:29.194157 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 77 rows starting from the beginning of the part | ||
| 2563 | 2025.01.07 05:09:29.194491 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1315 rows starting from the beginning of the part | ||
| 2564 | 2025.01.07 05:09:29.194767 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 76 rows starting from the beginning of the part | ||
| 2565 | 2025.01.07 05:09:29.196723 [ 256 ] {a40680e0-c264-4a24-99a6-8b20b213b403} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2566 | 2025.01.07 05:09:29.196817 [ 256 ] {a40680e0-c264-4a24-99a6-8b20b213b403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2567 | 2025.01.07 05:09:29.197782 [ 256 ] {a40680e0-c264-4a24-99a6-8b20b213b403} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2568 | 2025.01.07 05:09:29.198219 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3013 rows, containing 5 columns (5 merged, 0 gathered) in 0.005133668 sec., 586909.7884787251 rows/sec., 51.29 MiB/sec. | ||
| 2569 | 2025.01.07 05:09:29.198317 [ 256 ] {a40680e0-c264-4a24-99a6-8b20b213b403} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2570 | 2025.01.07 05:09:29.198576 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 2571 | 2025.01.07 05:09:29.198708 [ 256 ] {a40680e0-c264-4a24-99a6-8b20b213b403} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.005183 sec., 4823.461315840247 rows/sec., 362.70 KiB/sec. | ||
| 2572 | 2025.01.07 05:09:29.198870 [ 256 ] {a40680e0-c264-4a24-99a6-8b20b213b403} <Debug> TCPHandler: Processed in 0.005725346 sec. | ||
| 2573 | 2025.01.07 05:09:29.199114 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2574 | 2025.01.07 05:09:29.199120 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_15_3} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2575 | 2025.01.07 05:09:29.199288 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_15_3} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 2576 | 2025.01.07 05:09:29.199341 [ 5 ] {76ba2981-f48e-4064-9bd5-1ddfa36c1e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2577 | 2025.01.07 05:09:29.199437 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 2578 | 2025.01.07 05:09:29.199466 [ 5 ] {76ba2981-f48e-4064-9bd5-1ddfa36c1e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2579 | 2025.01.07 05:09:29.200175 [ 5 ] {76ba2981-f48e-4064-9bd5-1ddfa36c1e92} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2580 | 2025.01.07 05:09:29.200219 [ 5 ] {76ba2981-f48e-4064-9bd5-1ddfa36c1e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2581 | 2025.01.07 05:09:29.200600 [ 5 ] {76ba2981-f48e-4064-9bd5-1ddfa36c1e92} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2582 | 2025.01.07 05:09:29.200848 [ 5 ] {76ba2981-f48e-4064-9bd5-1ddfa36c1e92} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2583 | 2025.01.07 05:09:29.201012 [ 106 ] {} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 2584 | 2025.01.07 05:09:29.201078 [ 106 ] {} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2585 | 2025.01.07 05:09:29.201117 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2586 | 2025.01.07 05:09:29.201114 [ 5 ] {76ba2981-f48e-4064-9bd5-1ddfa36c1e92} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001833 sec., 28914.348063284233 rows/sec., 2.26 MiB/sec. | ||
| 2587 | 2025.01.07 05:09:29.201377 [ 5 ] {76ba2981-f48e-4064-9bd5-1ddfa36c1e92} <Debug> TCPHandler: Processed in 0.002388474 sec. | ||
| 2588 | 2025.01.07 05:09:29.201380 [ 198 ] {07054297-9149-4bb5-b129-e54e8b80cf06::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 | ||
| 2589 | 2025.01.07 05:09:29.201658 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2590 | 2025.01.07 05:09:29.201963 [ 198 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2591 | 2025.01.07 05:09:29.202013 [ 256 ] {9331f7be-e1b7-4ccf-85cd-6180f9d2ddc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2592 | 2025.01.07 05:09:29.202038 [ 198 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 810 rows starting from the beginning of the part | ||
| 2593 | 2025.01.07 05:09:29.202151 [ 256 ] {9331f7be-e1b7-4ccf-85cd-6180f9d2ddc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2594 | 2025.01.07 05:09:29.202280 [ 198 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part | ||
| 2595 | 2025.01.07 05:09:29.202562 [ 198 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 346 rows starting from the beginning of the part | ||
| 2596 | 2025.01.07 05:09:29.202852 [ 198 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 66 rows starting from the beginning of the part | ||
| 2597 | 2025.01.07 05:09:29.203172 [ 198 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 806 rows starting from the beginning of the part | ||
| 2598 | 2025.01.07 05:09:29.203478 [ 198 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 53 rows starting from the beginning of the part | ||
| 2599 | 2025.01.07 05:09:29.205143 [ 256 ] {9331f7be-e1b7-4ccf-85cd-6180f9d2ddc5} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2600 | 2025.01.07 05:09:29.205220 [ 256 ] {9331f7be-e1b7-4ccf-85cd-6180f9d2ddc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2601 | 2025.01.07 05:09:29.206484 [ 256 ] {9331f7be-e1b7-4ccf-85cd-6180f9d2ddc5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2602 | 2025.01.07 05:09:29.206857 [ 198 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2117 rows, containing 5 columns (5 merged, 0 gathered) in 0.005669254 sec., 373417.7371484855 rows/sec., 28.36 MiB/sec. | ||
| 2603 | 2025.01.07 05:09:29.207006 [ 256 ] {9331f7be-e1b7-4ccf-85cd-6180f9d2ddc5} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2604 | 2025.01.07 05:09:29.207110 [ 198 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 2605 | 2025.01.07 05:09:29.207418 [ 256 ] {9331f7be-e1b7-4ccf-85cd-6180f9d2ddc5} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005492 sec., 18208.30298616169 rows/sec., 1.26 MiB/sec. | ||
| 2606 | 2025.01.07 05:09:29.207600 [ 256 ] {9331f7be-e1b7-4ccf-85cd-6180f9d2ddc5} <Debug> TCPHandler: Processed in 0.006096357 sec. | ||
| 2607 | 2025.01.07 05:09:29.207748 [ 198 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_15_3} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2608 | 2025.01.07 05:09:29.207834 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2609 | 2025.01.07 05:09:29.207870 [ 198 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_15_3} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 2610 | 2025.01.07 05:09:29.208022 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 2611 | 2025.01.07 05:09:29.208082 [ 5 ] {03c33be2-c665-4a92-98e6-bec683bdd09c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2612 | 2025.01.07 05:09:29.208170 [ 5 ] {03c33be2-c665-4a92-98e6-bec683bdd09c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2613 | 2025.01.07 05:09:29.209378 [ 5 ] {03c33be2-c665-4a92-98e6-bec683bdd09c} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2614 | 2025.01.07 05:09:29.209419 [ 5 ] {03c33be2-c665-4a92-98e6-bec683bdd09c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2615 | 2025.01.07 05:09:29.210117 [ 5 ] {03c33be2-c665-4a92-98e6-bec683bdd09c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2616 | 2025.01.07 05:09:29.210376 [ 5 ] {03c33be2-c665-4a92-98e6-bec683bdd09c} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2617 | 2025.01.07 05:09:29.210745 [ 5 ] {03c33be2-c665-4a92-98e6-bec683bdd09c} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002729 sec., 9160.864785635764 rows/sec., 16.42 MiB/sec. | ||
| 2618 | 2025.01.07 05:09:29.210870 [ 5 ] {03c33be2-c665-4a92-98e6-bec683bdd09c} <Debug> TCPHandler: Processed in 0.003138397 sec. | ||
| 2619 | 2025.01.07 05:09:29.211067 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2620 | 2025.01.07 05:09:29.211216 [ 256 ] {120a8c0d-9290-47aa-bb88-c6cbdec47e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2621 | 2025.01.07 05:09:29.211281 [ 256 ] {120a8c0d-9290-47aa-bb88-c6cbdec47e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2622 | 2025.01.07 05:09:29.211882 [ 256 ] {120a8c0d-9290-47aa-bb88-c6cbdec47e47} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2623 | 2025.01.07 05:09:29.211930 [ 256 ] {120a8c0d-9290-47aa-bb88-c6cbdec47e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2624 | 2025.01.07 05:09:29.212333 [ 256 ] {120a8c0d-9290-47aa-bb88-c6cbdec47e47} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2625 | 2025.01.07 05:09:29.212576 [ 256 ] {120a8c0d-9290-47aa-bb88-c6cbdec47e47} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2626 | 2025.01.07 05:09:29.212840 [ 256 ] {120a8c0d-9290-47aa-bb88-c6cbdec47e47} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001657 sec., 18105.009052504527 rows/sec., 1.24 MiB/sec. | ||
| 2627 | 2025.01.07 05:09:29.213032 [ 256 ] {120a8c0d-9290-47aa-bb88-c6cbdec47e47} <Debug> TCPHandler: Processed in 0.002029823 sec. | ||
| 2628 | 2025.01.07 05:09:33.802646 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2629 | 2025.01.07 05:09:33.802749 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2630 | 2025.01.07 05:09:33.885969 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2631 | 2025.01.07 05:09:33.886603 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2632 | 2025.01.07 05:09:33.886645 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2633 | 2025.01.07 05:09:33.887185 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2634 | 2025.01.07 05:09:33.887448 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2635 | 2025.01.07 05:09:33.887647 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2636 | 2025.01.07 05:09:33.892643 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 366 | ||
| 2637 | 2025.01.07 05:09:33.895836 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2638 | 2025.01.07 05:09:33.895896 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2639 | 2025.01.07 05:09:33.897400 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2640 | 2025.01.07 05:09:33.897713 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2641 | 2025.01.07 05:09:33.898622 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 366 | ||
| 2642 | 2025.01.07 05:09:34.194546 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2643 | 2025.01.07 05:09:34.194839 [ 5 ] {4ebe93e7-0835-4905-8b8a-cd9a6180f2e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2644 | 2025.01.07 05:09:34.194951 [ 5 ] {4ebe93e7-0835-4905-8b8a-cd9a6180f2e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2645 | 2025.01.07 05:09:34.195761 [ 5 ] {4ebe93e7-0835-4905-8b8a-cd9a6180f2e6} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2646 | 2025.01.07 05:09:34.195805 [ 5 ] {4ebe93e7-0835-4905-8b8a-cd9a6180f2e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2647 | 2025.01.07 05:09:34.196237 [ 5 ] {4ebe93e7-0835-4905-8b8a-cd9a6180f2e6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2648 | 2025.01.07 05:09:34.196499 [ 5 ] {4ebe93e7-0835-4905-8b8a-cd9a6180f2e6} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2649 | 2025.01.07 05:09:34.196733 [ 5 ] {4ebe93e7-0835-4905-8b8a-cd9a6180f2e6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001978 sec., 7077.856420626896 rows/sec., 509.51 KiB/sec. | ||
| 2650 | 2025.01.07 05:09:34.196793 [ 5 ] {4ebe93e7-0835-4905-8b8a-cd9a6180f2e6} <Debug> TCPHandler: Processed in 0.002428914 sec. | ||
| 2651 | 2025.01.07 05:09:34.197066 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2652 | 2025.01.07 05:09:34.197266 [ 256 ] {1e526aef-487e-4271-83f7-90c195581972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2653 | 2025.01.07 05:09:34.197343 [ 256 ] {1e526aef-487e-4271-83f7-90c195581972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2654 | 2025.01.07 05:09:34.198193 [ 256 ] {1e526aef-487e-4271-83f7-90c195581972} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2655 | 2025.01.07 05:09:34.198247 [ 256 ] {1e526aef-487e-4271-83f7-90c195581972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2656 | 2025.01.07 05:09:34.198703 [ 256 ] {1e526aef-487e-4271-83f7-90c195581972} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2657 | 2025.01.07 05:09:34.198957 [ 256 ] {1e526aef-487e-4271-83f7-90c195581972} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2658 | 2025.01.07 05:09:34.199204 [ 256 ] {1e526aef-487e-4271-83f7-90c195581972} <Debug> executeQuery: Read 206 rows, 18.67 KiB in 0.001995 sec., 103258.14536340853 rows/sec., 9.14 MiB/sec. | ||
| 2659 | 2025.01.07 05:09:34.199272 [ 256 ] {1e526aef-487e-4271-83f7-90c195581972} <Debug> TCPHandler: Processed in 0.002343432 sec. | ||
| 2660 | 2025.01.07 05:09:34.199501 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2661 | 2025.01.07 05:09:34.199726 [ 5 ] {bb2a97d4-eace-4e66-b6dc-ac3b59beed59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2662 | 2025.01.07 05:09:34.199819 [ 5 ] {bb2a97d4-eace-4e66-b6dc-ac3b59beed59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2663 | 2025.01.07 05:09:34.200563 [ 5 ] {bb2a97d4-eace-4e66-b6dc-ac3b59beed59} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2664 | 2025.01.07 05:09:34.200603 [ 5 ] {bb2a97d4-eace-4e66-b6dc-ac3b59beed59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2665 | 2025.01.07 05:09:34.200966 [ 5 ] {bb2a97d4-eace-4e66-b6dc-ac3b59beed59} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2666 | 2025.01.07 05:09:34.201202 [ 5 ] {bb2a97d4-eace-4e66-b6dc-ac3b59beed59} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2667 | 2025.01.07 05:09:34.201442 [ 5 ] {bb2a97d4-eace-4e66-b6dc-ac3b59beed59} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001764 sec., 13038.548752834467 rows/sec., 940.58 KiB/sec. | ||
| 2668 | 2025.01.07 05:09:34.201626 [ 5 ] {bb2a97d4-eace-4e66-b6dc-ac3b59beed59} <Debug> TCPHandler: Processed in 0.002235989 sec. | ||
| 2669 | 2025.01.07 05:09:34.201893 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2670 | 2025.01.07 05:09:34.202121 [ 256 ] {d0297b71-2bd0-4a1c-a23a-af1b10e73c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2671 | 2025.01.07 05:09:34.202196 [ 256 ] {d0297b71-2bd0-4a1c-a23a-af1b10e73c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2672 | 2025.01.07 05:09:34.202759 [ 256 ] {d0297b71-2bd0-4a1c-a23a-af1b10e73c87} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2673 | 2025.01.07 05:09:34.202799 [ 256 ] {d0297b71-2bd0-4a1c-a23a-af1b10e73c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2674 | 2025.01.07 05:09:34.203155 [ 256 ] {d0297b71-2bd0-4a1c-a23a-af1b10e73c87} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2675 | 2025.01.07 05:09:34.203395 [ 256 ] {d0297b71-2bd0-4a1c-a23a-af1b10e73c87} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2676 | 2025.01.07 05:09:34.203552 [ 152 ] {} <Debug> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2677 | 2025.01.07 05:09:34.203638 [ 256 ] {d0297b71-2bd0-4a1c-a23a-af1b10e73c87} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001568 sec., 9566.326530612245 rows/sec., 667.65 KiB/sec. | ||
| 2678 | 2025.01.07 05:09:34.203641 [ 152 ] {} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2679 | 2025.01.07 05:09:34.203731 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2680 | 2025.01.07 05:09:34.203776 [ 256 ] {d0297b71-2bd0-4a1c-a23a-af1b10e73c87} <Debug> TCPHandler: Processed in 0.002031792 sec. | ||
| 2681 | 2025.01.07 05:09:34.203975 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::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 | ||
| 2682 | 2025.01.07 05:09:34.203986 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2683 | 2025.01.07 05:09:34.204191 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2684 | 2025.01.07 05:09:34.204219 [ 5 ] {e8e79ec2-a09f-4824-8e18-bf5451ddc7ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2685 | 2025.01.07 05:09:34.204253 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 228 rows starting from the beginning of the part | ||
| 2686 | 2025.01.07 05:09:34.204320 [ 5 ] {e8e79ec2-a09f-4824-8e18-bf5451ddc7ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2687 | 2025.01.07 05:09:34.204557 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::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 | ||
| 2688 | 2025.01.07 05:09:34.205024 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 2689 | 2025.01.07 05:09:34.205273 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2690 | 2025.01.07 05:09:34.205650 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 242 rows starting from the beginning of the part | ||
| 2691 | 2025.01.07 05:09:34.206087 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 15 rows starting from the beginning of the part | ||
| 2692 | 2025.01.07 05:09:34.207409 [ 5 ] {e8e79ec2-a09f-4824-8e18-bf5451ddc7ee} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2693 | 2025.01.07 05:09:34.207485 [ 5 ] {e8e79ec2-a09f-4824-8e18-bf5451ddc7ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2694 | 2025.01.07 05:09:34.208462 [ 5 ] {e8e79ec2-a09f-4824-8e18-bf5451ddc7ee} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2695 | 2025.01.07 05:09:34.208812 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 514 rows, containing 5 columns (5 merged, 0 gathered) in 0.004951602 sec., 103804.78883399756 rows/sec., 7.43 MiB/sec. | ||
| 2696 | 2025.01.07 05:09:34.209009 [ 5 ] {e8e79ec2-a09f-4824-8e18-bf5451ddc7ee} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2697 | 2025.01.07 05:09:34.209109 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2698 | 2025.01.07 05:09:34.209559 [ 5 ] {e8e79ec2-a09f-4824-8e18-bf5451ddc7ee} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005375 sec., 2418.604651162791 rows/sec., 150.80 KiB/sec. | ||
| 2699 | 2025.01.07 05:09:34.209785 [ 5 ] {e8e79ec2-a09f-4824-8e18-bf5451ddc7ee} <Debug> TCPHandler: Processed in 0.005910572 sec. | ||
| 2700 | 2025.01.07 05:09:34.209964 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_6_1} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2701 | 2025.01.07 05:09:34.210018 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2702 | 2025.01.07 05:09:34.210101 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_6_1} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2703 | 2025.01.07 05:09:34.210225 [ 256 ] {704d4a57-c124-44ee-927a-a8b6dde5a7da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2704 | 2025.01.07 05:09:34.210258 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2705 | 2025.01.07 05:09:34.210311 [ 256 ] {704d4a57-c124-44ee-927a-a8b6dde5a7da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2706 | 2025.01.07 05:09:34.211043 [ 256 ] {704d4a57-c124-44ee-927a-a8b6dde5a7da} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2707 | 2025.01.07 05:09:34.211084 [ 256 ] {704d4a57-c124-44ee-927a-a8b6dde5a7da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2708 | 2025.01.07 05:09:34.211477 [ 256 ] {704d4a57-c124-44ee-927a-a8b6dde5a7da} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2709 | 2025.01.07 05:09:34.211719 [ 256 ] {704d4a57-c124-44ee-927a-a8b6dde5a7da} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2710 | 2025.01.07 05:09:34.211929 [ 256 ] {704d4a57-c124-44ee-927a-a8b6dde5a7da} <Debug> executeQuery: Read 369 rows, 26.66 KiB in 0.001776 sec., 207770.27027027027 rows/sec., 14.66 MiB/sec. | ||
| 2711 | 2025.01.07 05:09:34.211985 [ 256 ] {704d4a57-c124-44ee-927a-a8b6dde5a7da} <Debug> TCPHandler: Processed in 0.002076674 sec. | ||
| 2712 | 2025.01.07 05:09:34.212147 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2713 | 2025.01.07 05:09:34.212271 [ 5 ] {f929fab9-c7d9-4c00-9ca3-cc947fde5747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2714 | 2025.01.07 05:09:34.212323 [ 5 ] {f929fab9-c7d9-4c00-9ca3-cc947fde5747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2715 | 2025.01.07 05:09:34.212814 [ 5 ] {f929fab9-c7d9-4c00-9ca3-cc947fde5747} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2716 | 2025.01.07 05:09:34.212853 [ 5 ] {f929fab9-c7d9-4c00-9ca3-cc947fde5747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2717 | 2025.01.07 05:09:34.213248 [ 5 ] {f929fab9-c7d9-4c00-9ca3-cc947fde5747} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2718 | 2025.01.07 05:09:34.213490 [ 5 ] {f929fab9-c7d9-4c00-9ca3-cc947fde5747} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2719 | 2025.01.07 05:09:34.213698 [ 5 ] {f929fab9-c7d9-4c00-9ca3-cc947fde5747} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001452 sec., 4132.231404958678 rows/sec., 215.89 KiB/sec. | ||
| 2720 | 2025.01.07 05:09:34.213749 [ 5 ] {f929fab9-c7d9-4c00-9ca3-cc947fde5747} <Debug> TCPHandler: Processed in 0.001663512 sec. | ||
| 2721 | 2025.01.07 05:09:34.213900 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2722 | 2025.01.07 05:09:34.214020 [ 256 ] {0b85c2c3-5752-4fba-a416-b9b706eaa3cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2723 | 2025.01.07 05:09:34.214079 [ 256 ] {0b85c2c3-5752-4fba-a416-b9b706eaa3cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2724 | 2025.01.07 05:09:34.214777 [ 256 ] {0b85c2c3-5752-4fba-a416-b9b706eaa3cc} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2725 | 2025.01.07 05:09:34.214826 [ 256 ] {0b85c2c3-5752-4fba-a416-b9b706eaa3cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2726 | 2025.01.07 05:09:34.215268 [ 256 ] {0b85c2c3-5752-4fba-a416-b9b706eaa3cc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2727 | 2025.01.07 05:09:34.215511 [ 256 ] {0b85c2c3-5752-4fba-a416-b9b706eaa3cc} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2728 | 2025.01.07 05:09:34.215683 [ 152 ] {} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2729 | 2025.01.07 05:09:34.215745 [ 152 ] {} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2730 | 2025.01.07 05:09:34.215755 [ 256 ] {0b85c2c3-5752-4fba-a416-b9b706eaa3cc} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001753 sec., 100969.76611523103 rows/sec., 6.66 MiB/sec. | ||
| 2731 | 2025.01.07 05:09:34.215779 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2732 | 2025.01.07 05:09:34.215927 [ 256 ] {0b85c2c3-5752-4fba-a416-b9b706eaa3cc} <Debug> TCPHandler: Processed in 0.002084294 sec. | ||
| 2733 | 2025.01.07 05:09:34.216004 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::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 | ||
| 2734 | 2025.01.07 05:09:34.216101 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2735 | 2025.01.07 05:09:34.216159 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2736 | 2025.01.07 05:09:34.216212 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2680 rows starting from the beginning of the part | ||
| 2737 | 2025.01.07 05:09:34.216254 [ 5 ] {4a9403e7-128f-42b8-9d91-891f819bcb3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2738 | 2025.01.07 05:09:34.216388 [ 5 ] {4a9403e7-128f-42b8-9d91-891f819bcb3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2739 | 2025.01.07 05:09:34.216489 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 177 rows starting from the beginning of the part | ||
| 2740 | 2025.01.07 05:09:34.216776 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 100 rows starting from the beginning of the part | ||
| 2741 | 2025.01.07 05:09:34.217236 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 899 rows starting from the beginning of the part | ||
| 2742 | 2025.01.07 05:09:34.217597 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 100 rows starting from the beginning of the part | ||
| 2743 | 2025.01.07 05:09:34.217917 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 177 rows starting from the beginning of the part | ||
| 2744 | 2025.01.07 05:09:34.218641 [ 5 ] {4a9403e7-128f-42b8-9d91-891f819bcb3d} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2745 | 2025.01.07 05:09:34.218688 [ 5 ] {4a9403e7-128f-42b8-9d91-891f819bcb3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2746 | 2025.01.07 05:09:34.219208 [ 5 ] {4a9403e7-128f-42b8-9d91-891f819bcb3d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2747 | 2025.01.07 05:09:34.219528 [ 5 ] {4a9403e7-128f-42b8-9d91-891f819bcb3d} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2748 | 2025.01.07 05:09:34.219797 [ 5 ] {4a9403e7-128f-42b8-9d91-891f819bcb3d} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.003576 sec., 559.2841163310961 rows/sec., 36.59 KiB/sec. | ||
| 2749 | 2025.01.07 05:09:34.219852 [ 5 ] {4a9403e7-128f-42b8-9d91-891f819bcb3d} <Debug> TCPHandler: Processed in 0.003810367 sec. | ||
| 2750 | 2025.01.07 05:09:34.220074 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2751 | 2025.01.07 05:09:34.220252 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4133 rows, containing 5 columns (5 merged, 0 gathered) in 0.004345194 sec., 951165.8167621514 rows/sec., 63.99 MiB/sec. | ||
| 2752 | 2025.01.07 05:09:34.220334 [ 256 ] {b2d3932f-2fc5-4f3e-9d59-1d0e5432715e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2753 | 2025.01.07 05:09:34.220440 [ 256 ] {b2d3932f-2fc5-4f3e-9d59-1d0e5432715e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2754 | 2025.01.07 05:09:34.220804 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2755 | 2025.01.07 05:09:34.221759 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2756 | 2025.01.07 05:09:34.221982 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2757 | 2025.01.07 05:09:34.222103 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 2758 | 2025.01.07 05:09:34.222654 [ 256 ] {b2d3932f-2fc5-4f3e-9d59-1d0e5432715e} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2759 | 2025.01.07 05:09:34.222700 [ 256 ] {b2d3932f-2fc5-4f3e-9d59-1d0e5432715e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2760 | 2025.01.07 05:09:34.223354 [ 256 ] {b2d3932f-2fc5-4f3e-9d59-1d0e5432715e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2761 | 2025.01.07 05:09:34.223614 [ 256 ] {b2d3932f-2fc5-4f3e-9d59-1d0e5432715e} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2762 | 2025.01.07 05:09:34.223795 [ 152 ] {} <Debug> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2763 | 2025.01.07 05:09:34.223860 [ 152 ] {} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2764 | 2025.01.07 05:09:34.223904 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2765 | 2025.01.07 05:09:34.223948 [ 256 ] {b2d3932f-2fc5-4f3e-9d59-1d0e5432715e} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00367 sec., 4359.673024523161 rows/sec., 7.81 MiB/sec. | ||
| 2766 | 2025.01.07 05:09:34.224298 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 2767 | 2025.01.07 05:09:34.224352 [ 256 ] {b2d3932f-2fc5-4f3e-9d59-1d0e5432715e} <Debug> TCPHandler: Processed in 0.004390305 sec. | ||
| 2768 | 2025.01.07 05:09:34.224583 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2769 | 2025.01.07 05:09:34.224852 [ 5 ] {e607fcb3-d0c6-4d0a-b578-79ef6bc6b93f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2770 | 2025.01.07 05:09:34.224984 [ 5 ] {e607fcb3-d0c6-4d0a-b578-79ef6bc6b93f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2771 | 2025.01.07 05:09:34.225328 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2772 | 2025.01.07 05:09:34.225616 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 2773 | 2025.01.07 05:09:34.226371 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 2774 | 2025.01.07 05:09:34.227123 [ 5 ] {e607fcb3-d0c6-4d0a-b578-79ef6bc6b93f} <Trace> oximeter.measurements_i64 (12edd6f0-f2be-4264-82ea-964c6a0e1b6d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2775 | 2025.01.07 05:09:34.227150 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 2776 | 2025.01.07 05:09:34.227202 [ 5 ] {e607fcb3-d0c6-4d0a-b578-79ef6bc6b93f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2777 | 2025.01.07 05:09:34.227758 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part | ||
| 2778 | 2025.01.07 05:09:34.228411 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 25 rows starting from the beginning of the part | ||
| 2779 | 2025.01.07 05:09:34.228812 [ 5 ] {e607fcb3-d0c6-4d0a-b578-79ef6bc6b93f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2780 | 2025.01.07 05:09:34.228979 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 16 rows starting from the beginning of the part | ||
| 2781 | 2025.01.07 05:09:34.229632 [ 5 ] {e607fcb3-d0c6-4d0a-b578-79ef6bc6b93f} <Trace> oximeter.measurements_i64 (12edd6f0-f2be-4264-82ea-964c6a0e1b6d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2782 | 2025.01.07 05:09:34.230332 [ 5 ] {e607fcb3-d0c6-4d0a-b578-79ef6bc6b93f} <Debug> executeQuery: Read 9 rows, 680.00 B in 0.005556 sec., 1619.8704103671705 rows/sec., 119.52 KiB/sec. | ||
| 2783 | 2025.01.07 05:09:34.230519 [ 5 ] {e607fcb3-d0c6-4d0a-b578-79ef6bc6b93f} <Debug> TCPHandler: Processed in 0.006045006 sec. | ||
| 2784 | 2025.01.07 05:09:34.230743 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2785 | 2025.01.07 05:09:34.231013 [ 256 ] {b09ee9c7-9776-4e4a-9a8b-29c35554145d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2786 | 2025.01.07 05:09:34.231132 [ 256 ] {b09ee9c7-9776-4e4a-9a8b-29c35554145d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2787 | 2025.01.07 05:09:34.232906 [ 256 ] {b09ee9c7-9776-4e4a-9a8b-29c35554145d} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2788 | 2025.01.07 05:09:34.232974 [ 256 ] {b09ee9c7-9776-4e4a-9a8b-29c35554145d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2789 | 2025.01.07 05:09:34.234123 [ 256 ] {b09ee9c7-9776-4e4a-9a8b-29c35554145d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2790 | 2025.01.07 05:09:34.234719 [ 256 ] {b09ee9c7-9776-4e4a-9a8b-29c35554145d} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2791 | 2025.01.07 05:09:34.235001 [ 152 ] {} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2792 | 2025.01.07 05:09:34.235109 [ 152 ] {} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2793 | 2025.01.07 05:09:34.235198 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2794 | 2025.01.07 05:09:34.235496 [ 256 ] {b09ee9c7-9776-4e4a-9a8b-29c35554145d} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.004496 sec., 11565.836298932385 rows/sec., 733.29 KiB/sec. | ||
| 2795 | 2025.01.07 05:09:34.235687 [ 188 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 2796 | 2025.01.07 05:09:34.236185 [ 256 ] {b09ee9c7-9776-4e4a-9a8b-29c35554145d} <Debug> TCPHandler: Processed in 0.005547151 sec. | ||
| 2797 | 2025.01.07 05:09:34.236365 [ 188 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2798 | 2025.01.07 05:09:34.236517 [ 188 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 304 rows starting from the beginning of the part | ||
| 2799 | 2025.01.07 05:09:34.236900 [ 188 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 52 rows starting from the beginning of the part | ||
| 2800 | 2025.01.07 05:09:34.237242 [ 188 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
| 2801 | 2025.01.07 05:09:34.237619 [ 188 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 52 rows starting from the beginning of the part | ||
| 2802 | 2025.01.07 05:09:34.237946 [ 188 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
| 2803 | 2025.01.07 05:09:34.238400 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 19 columns (19 merged, 0 gathered) in 0.014398742 sec., 6250.546054648385 rows/sec., 11.20 MiB/sec. | ||
| 2804 | 2025.01.07 05:09:34.238683 [ 188 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 52 rows starting from the beginning of the part | ||
| 2805 | 2025.01.07 05:09:34.240732 [ 186 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2806 | 2025.01.07 05:09:34.241771 [ 186 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2807 | 2025.01.07 05:09:34.241999 [ 186 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2808 | 2025.01.07 05:09:34.242319 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 2809 | 2025.01.07 05:09:34.242659 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 4 columns (4 merged, 0 gathered) in 0.007323915 sec., 71000.27785685661 rows/sec., 4.68 MiB/sec. | ||
| 2810 | 2025.01.07 05:09:34.242860 [ 193 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2811 | 2025.01.07 05:09:34.243199 [ 193 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_16_3} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2812 | 2025.01.07 05:09:34.243286 [ 193 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_16_3} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2813 | 2025.01.07 05:09:34.243387 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2814 | 2025.01.07 05:09:34.244688 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2815 | 2025.01.07 05:09:34.263952 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2816 | 2025.01.07 05:09:34.264000 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2817 | 2025.01.07 05:09:34.271500 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2818 | 2025.01.07 05:09:34.272277 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2819 | 2025.01.07 05:09:34.274897 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2820 | 2025.01.07 05:09:39.190190 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2821 | 2025.01.07 05:09:39.190398 [ 5 ] {fae30e0e-7d63-4999-a952-1bddfba192ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2822 | 2025.01.07 05:09:39.190475 [ 5 ] {fae30e0e-7d63-4999-a952-1bddfba192ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2823 | 2025.01.07 05:09:39.191233 [ 5 ] {fae30e0e-7d63-4999-a952-1bddfba192ad} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2824 | 2025.01.07 05:09:39.191285 [ 5 ] {fae30e0e-7d63-4999-a952-1bddfba192ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2825 | 2025.01.07 05:09:39.191745 [ 5 ] {fae30e0e-7d63-4999-a952-1bddfba192ad} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2826 | 2025.01.07 05:09:39.191996 [ 5 ] {fae30e0e-7d63-4999-a952-1bddfba192ad} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2827 | 2025.01.07 05:09:39.192267 [ 5 ] {fae30e0e-7d63-4999-a952-1bddfba192ad} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001921 sec., 1041.124414367517 rows/sec., 84.90 KiB/sec. | ||
| 2828 | 2025.01.07 05:09:39.192374 [ 5 ] {fae30e0e-7d63-4999-a952-1bddfba192ad} <Debug> TCPHandler: Processed in 0.002320131 sec. | ||
| 2829 | 2025.01.07 05:09:39.192646 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2830 | 2025.01.07 05:09:39.192848 [ 256 ] {d4fff6d1-d811-4fad-bf55-d7ed6ef7c2b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2831 | 2025.01.07 05:09:39.192929 [ 256 ] {d4fff6d1-d811-4fad-bf55-d7ed6ef7c2b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2832 | 2025.01.07 05:09:39.193744 [ 256 ] {d4fff6d1-d811-4fad-bf55-d7ed6ef7c2b5} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2833 | 2025.01.07 05:09:39.193800 [ 256 ] {d4fff6d1-d811-4fad-bf55-d7ed6ef7c2b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2834 | 2025.01.07 05:09:39.194264 [ 256 ] {d4fff6d1-d811-4fad-bf55-d7ed6ef7c2b5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2835 | 2025.01.07 05:09:39.194527 [ 256 ] {d4fff6d1-d811-4fad-bf55-d7ed6ef7c2b5} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2836 | 2025.01.07 05:09:39.194775 [ 256 ] {d4fff6d1-d811-4fad-bf55-d7ed6ef7c2b5} <Debug> executeQuery: Read 77 rows, 6.82 KiB in 0.001984 sec., 38810.48387096774 rows/sec., 3.36 MiB/sec. | ||
| 2837 | 2025.01.07 05:09:39.194847 [ 256 ] {d4fff6d1-d811-4fad-bf55-d7ed6ef7c2b5} <Debug> TCPHandler: Processed in 0.002345542 sec. | ||
| 2838 | 2025.01.07 05:09:39.195021 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2839 | 2025.01.07 05:09:39.195167 [ 5 ] {e9504348-3a6f-4bae-a155-d2b028514369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2840 | 2025.01.07 05:09:39.195228 [ 5 ] {e9504348-3a6f-4bae-a155-d2b028514369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2841 | 2025.01.07 05:09:39.195840 [ 5 ] {e9504348-3a6f-4bae-a155-d2b028514369} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2842 | 2025.01.07 05:09:39.195882 [ 5 ] {e9504348-3a6f-4bae-a155-d2b028514369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2843 | 2025.01.07 05:09:39.196249 [ 5 ] {e9504348-3a6f-4bae-a155-d2b028514369} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2844 | 2025.01.07 05:09:39.196489 [ 5 ] {e9504348-3a6f-4bae-a155-d2b028514369} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2845 | 2025.01.07 05:09:39.196709 [ 5 ] {e9504348-3a6f-4bae-a155-d2b028514369} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.001577 sec., 17121.116043119848 rows/sec., 1.25 MiB/sec. | ||
| 2846 | 2025.01.07 05:09:39.196769 [ 5 ] {e9504348-3a6f-4bae-a155-d2b028514369} <Debug> TCPHandler: Processed in 0.001817426 sec. | ||
| 2847 | 2025.01.07 05:09:39.196931 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2848 | 2025.01.07 05:09:39.197062 [ 256 ] {d50a927d-03d6-49b6-acd0-64d66d49bd3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2849 | 2025.01.07 05:09:39.197116 [ 256 ] {d50a927d-03d6-49b6-acd0-64d66d49bd3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2850 | 2025.01.07 05:09:39.197742 [ 256 ] {d50a927d-03d6-49b6-acd0-64d66d49bd3e} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2851 | 2025.01.07 05:09:39.197786 [ 256 ] {d50a927d-03d6-49b6-acd0-64d66d49bd3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2852 | 2025.01.07 05:09:39.198170 [ 256 ] {d50a927d-03d6-49b6-acd0-64d66d49bd3e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2853 | 2025.01.07 05:09:39.198419 [ 256 ] {d50a927d-03d6-49b6-acd0-64d66d49bd3e} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2854 | 2025.01.07 05:09:39.198637 [ 256 ] {d50a927d-03d6-49b6-acd0-64d66d49bd3e} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001605 sec., 34267.91277258567 rows/sec., 2.68 MiB/sec. | ||
| 2855 | 2025.01.07 05:09:39.198694 [ 256 ] {d50a927d-03d6-49b6-acd0-64d66d49bd3e} <Debug> TCPHandler: Processed in 0.001825457 sec. | ||
| 2856 | 2025.01.07 05:09:39.198837 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2857 | 2025.01.07 05:09:39.198955 [ 5 ] {c13cff38-51ac-4443-86c5-d1ee809124cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2858 | 2025.01.07 05:09:39.199009 [ 5 ] {c13cff38-51ac-4443-86c5-d1ee809124cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2859 | 2025.01.07 05:09:39.199588 [ 5 ] {c13cff38-51ac-4443-86c5-d1ee809124cb} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2860 | 2025.01.07 05:09:39.199627 [ 5 ] {c13cff38-51ac-4443-86c5-d1ee809124cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2861 | 2025.01.07 05:09:39.200021 [ 5 ] {c13cff38-51ac-4443-86c5-d1ee809124cb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2862 | 2025.01.07 05:09:39.200276 [ 5 ] {c13cff38-51ac-4443-86c5-d1ee809124cb} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2863 | 2025.01.07 05:09:39.200486 [ 5 ] {c13cff38-51ac-4443-86c5-d1ee809124cb} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001556 sec., 64910.02570694087 rows/sec., 4.50 MiB/sec. | ||
| 2864 | 2025.01.07 05:09:39.200546 [ 5 ] {c13cff38-51ac-4443-86c5-d1ee809124cb} <Debug> TCPHandler: Processed in 0.001764914 sec. | ||
| 2865 | 2025.01.07 05:09:39.200709 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2866 | 2025.01.07 05:09:39.200832 [ 256 ] {6f4c67a5-1f5f-437a-be48-ce0bae0b8621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2867 | 2025.01.07 05:09:39.200916 [ 256 ] {6f4c67a5-1f5f-437a-be48-ce0bae0b8621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2868 | 2025.01.07 05:09:39.202198 [ 256 ] {6f4c67a5-1f5f-437a-be48-ce0bae0b8621} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2869 | 2025.01.07 05:09:39.202239 [ 256 ] {6f4c67a5-1f5f-437a-be48-ce0bae0b8621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2870 | 2025.01.07 05:09:39.202911 [ 256 ] {6f4c67a5-1f5f-437a-be48-ce0bae0b8621} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2871 | 2025.01.07 05:09:39.203204 [ 256 ] {6f4c67a5-1f5f-437a-be48-ce0bae0b8621} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2872 | 2025.01.07 05:09:39.203444 [ 256 ] {6f4c67a5-1f5f-437a-be48-ce0bae0b8621} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002639 sec., 9473.285335354301 rows/sec., 16.98 MiB/sec. | ||
| 2873 | 2025.01.07 05:09:39.203558 [ 256 ] {6f4c67a5-1f5f-437a-be48-ce0bae0b8621} <Debug> TCPHandler: Processed in 0.002909059 sec. | ||
| 2874 | 2025.01.07 05:09:39.203724 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2875 | 2025.01.07 05:09:39.203862 [ 5 ] {b6c41f25-57ff-4659-9b1b-f48715de2d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2876 | 2025.01.07 05:09:39.203922 [ 5 ] {b6c41f25-57ff-4659-9b1b-f48715de2d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2877 | 2025.01.07 05:09:39.204460 [ 5 ] {b6c41f25-57ff-4659-9b1b-f48715de2d25} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2878 | 2025.01.07 05:09:39.204500 [ 5 ] {b6c41f25-57ff-4659-9b1b-f48715de2d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2879 | 2025.01.07 05:09:39.204868 [ 5 ] {b6c41f25-57ff-4659-9b1b-f48715de2d25} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2880 | 2025.01.07 05:09:39.205110 [ 5 ] {b6c41f25-57ff-4659-9b1b-f48715de2d25} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2881 | 2025.01.07 05:09:39.205318 [ 5 ] {b6c41f25-57ff-4659-9b1b-f48715de2d25} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001486 sec., 20188.42530282638 rows/sec., 1.38 MiB/sec. | ||
| 2882 | 2025.01.07 05:09:39.205369 [ 5 ] {b6c41f25-57ff-4659-9b1b-f48715de2d25} <Debug> TCPHandler: Processed in 0.001714133 sec. | ||
| 2883 | 2025.01.07 05:09:41.388736 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 2884 | 2025.01.07 05:09:41.389391 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2885 | 2025.01.07 05:09:41.389439 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2886 | 2025.01.07 05:09:41.390019 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2887 | 2025.01.07 05:09:41.390266 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2888 | 2025.01.07 05:09:41.390489 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 2889 | 2025.01.07 05:09:41.775930 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2890 | 2025.01.07 05:09:41.795030 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2891 | 2025.01.07 05:09:41.795083 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2892 | 2025.01.07 05:09:41.802682 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2893 | 2025.01.07 05:09:41.803431 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2894 | 2025.01.07 05:09:41.806408 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2895 | 2025.01.07 05:09:43.899748 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 404 | ||
| 2896 | 2025.01.07 05:09:43.902900 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2897 | 2025.01.07 05:09:43.902962 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2898 | 2025.01.07 05:09:43.904445 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2899 | 2025.01.07 05:09:43.904778 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2900 | 2025.01.07 05:09:43.905332 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 404 | ||
| 2901 | 2025.01.07 05:09:44.194280 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2902 | 2025.01.07 05:09:44.194504 [ 5 ] {2b00bac6-da2d-4c21-9967-590b04d8a6eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2903 | 2025.01.07 05:09:44.194582 [ 5 ] {2b00bac6-da2d-4c21-9967-590b04d8a6eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2904 | 2025.01.07 05:09:44.195391 [ 5 ] {2b00bac6-da2d-4c21-9967-590b04d8a6eb} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2905 | 2025.01.07 05:09:44.195443 [ 5 ] {2b00bac6-da2d-4c21-9967-590b04d8a6eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2906 | 2025.01.07 05:09:44.195886 [ 5 ] {2b00bac6-da2d-4c21-9967-590b04d8a6eb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2907 | 2025.01.07 05:09:44.196144 [ 5 ] {2b00bac6-da2d-4c21-9967-590b04d8a6eb} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2908 | 2025.01.07 05:09:44.196327 [ 144 ] {} <Debug> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2909 | 2025.01.07 05:09:44.196412 [ 5 ] {2b00bac6-da2d-4c21-9967-590b04d8a6eb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00197 sec., 7106.598984771574 rows/sec., 511.58 KiB/sec. | ||
| 2910 | 2025.01.07 05:09:44.196419 [ 144 ] {} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2911 | 2025.01.07 05:09:44.196499 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2912 | 2025.01.07 05:09:44.196551 [ 5 ] {2b00bac6-da2d-4c21-9967-590b04d8a6eb} <Debug> TCPHandler: Processed in 0.002421654 sec. | ||
| 2913 | 2025.01.07 05:09:44.196920 [ 190 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 2914 | 2025.01.07 05:09:44.197027 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2915 | 2025.01.07 05:09:44.197128 [ 190 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2916 | 2025.01.07 05:09:44.197194 [ 190 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 2917 | 2025.01.07 05:09:44.197374 [ 256 ] {f616751c-cca1-4083-895d-657f287a49a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2918 | 2025.01.07 05:09:44.197429 [ 190 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 2919 | 2025.01.07 05:09:44.197603 [ 256 ] {f616751c-cca1-4083-895d-657f287a49a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2920 | 2025.01.07 05:09:44.197681 [ 190 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 2921 | 2025.01.07 05:09:44.198040 [ 190 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 2922 | 2025.01.07 05:09:44.198438 [ 190 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 2923 | 2025.01.07 05:09:44.200494 [ 256 ] {f616751c-cca1-4083-895d-657f287a49a2} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2924 | 2025.01.07 05:09:44.200585 [ 256 ] {f616751c-cca1-4083-895d-657f287a49a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2925 | 2025.01.07 05:09:44.200985 [ 193 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004337874 sec., 16136.937126343457 rows/sec., 1.20 MiB/sec. | ||
| 2926 | 2025.01.07 05:09:44.201202 [ 193 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2927 | 2025.01.07 05:09:44.201588 [ 256 ] {f616751c-cca1-4083-895d-657f287a49a2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2928 | 2025.01.07 05:09:44.201846 [ 193 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_5_1} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2929 | 2025.01.07 05:09:44.201998 [ 193 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_5_1} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2930 | 2025.01.07 05:09:44.202104 [ 256 ] {f616751c-cca1-4083-895d-657f287a49a2} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2931 | 2025.01.07 05:09:44.202164 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2932 | 2025.01.07 05:09:44.202529 [ 256 ] {f616751c-cca1-4083-895d-657f287a49a2} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.005278 sec., 38840.469874952636 rows/sec., 3.44 MiB/sec. | ||
| 2933 | 2025.01.07 05:09:44.202774 [ 256 ] {f616751c-cca1-4083-895d-657f287a49a2} <Debug> TCPHandler: Processed in 0.006064347 sec. | ||
| 2934 | 2025.01.07 05:09:44.202948 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2935 | 2025.01.07 05:09:44.203078 [ 5 ] {b6d18bd2-167a-4558-8a70-06c6bd571615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2936 | 2025.01.07 05:09:44.203132 [ 5 ] {b6d18bd2-167a-4558-8a70-06c6bd571615} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2937 | 2025.01.07 05:09:44.203740 [ 5 ] {b6d18bd2-167a-4558-8a70-06c6bd571615} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2938 | 2025.01.07 05:09:44.203782 [ 5 ] {b6d18bd2-167a-4558-8a70-06c6bd571615} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2939 | 2025.01.07 05:09:44.204144 [ 5 ] {b6d18bd2-167a-4558-8a70-06c6bd571615} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2940 | 2025.01.07 05:09:44.204381 [ 5 ] {b6d18bd2-167a-4558-8a70-06c6bd571615} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2941 | 2025.01.07 05:09:44.204547 [ 144 ] {} <Debug> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2942 | 2025.01.07 05:09:44.204607 [ 144 ] {} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2943 | 2025.01.07 05:09:44.204637 [ 5 ] {b6d18bd2-167a-4558-8a70-06c6bd571615} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.00158 sec., 14556.962025316456 rows/sec., 1.03 MiB/sec. | ||
| 2944 | 2025.01.07 05:09:44.204645 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2945 | 2025.01.07 05:09:44.204798 [ 5 ] {b6d18bd2-167a-4558-8a70-06c6bd571615} <Debug> TCPHandler: Processed in 0.001906839 sec. | ||
| 2946 | 2025.01.07 05:09:44.205124 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2947 | 2025.01.07 05:09:44.205169 [ 199 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 2948 | 2025.01.07 05:09:44.205418 [ 199 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2949 | 2025.01.07 05:09:44.205426 [ 256 ] {ed4ae6fd-ceff-47bd-8110-9c2341161d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2950 | 2025.01.07 05:09:44.205458 [ 199 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 32 rows starting from the beginning of the part | ||
| 2951 | 2025.01.07 05:09:44.205498 [ 256 ] {ed4ae6fd-ceff-47bd-8110-9c2341161d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2952 | 2025.01.07 05:09:44.205717 [ 199 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 11 rows starting from the beginning of the part | ||
| 2953 | 2025.01.07 05:09:44.206065 [ 199 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 25 rows starting from the beginning of the part | ||
| 2954 | 2025.01.07 05:09:44.206416 [ 199 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 23 rows starting from the beginning of the part | ||
| 2955 | 2025.01.07 05:09:44.206780 [ 199 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 2956 | 2025.01.07 05:09:44.207085 [ 199 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 23 rows starting from the beginning of the part | ||
| 2957 | 2025.01.07 05:09:44.208039 [ 256 ] {ed4ae6fd-ceff-47bd-8110-9c2341161d74} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2958 | 2025.01.07 05:09:44.208083 [ 256 ] {ed4ae6fd-ceff-47bd-8110-9c2341161d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2959 | 2025.01.07 05:09:44.208654 [ 256 ] {ed4ae6fd-ceff-47bd-8110-9c2341161d74} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2960 | 2025.01.07 05:09:44.208805 [ 196 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 141 rows, containing 5 columns (5 merged, 0 gathered) in 0.003998153 sec., 35266.28420673246 rows/sec., 2.65 MiB/sec. | ||
| 2961 | 2025.01.07 05:09:44.209032 [ 256 ] {ed4ae6fd-ceff-47bd-8110-9c2341161d74} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2962 | 2025.01.07 05:09:44.209057 [ 196 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2963 | 2025.01.07 05:09:44.209570 [ 256 ] {ed4ae6fd-ceff-47bd-8110-9c2341161d74} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004154 sec., 3370.2455464612426 rows/sec., 236.03 KiB/sec. | ||
| 2964 | 2025.01.07 05:09:44.209739 [ 256 ] {ed4ae6fd-ceff-47bd-8110-9c2341161d74} <Debug> TCPHandler: Processed in 0.004802678 sec. | ||
| 2965 | 2025.01.07 05:09:44.209819 [ 196 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_11_2} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2966 | 2025.01.07 05:09:44.209931 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2967 | 2025.01.07 05:09:44.209969 [ 196 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_11_2} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2968 | 2025.01.07 05:09:44.210135 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2969 | 2025.01.07 05:09:44.210141 [ 5 ] {be98b534-37a5-447d-b056-ba64c4018482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2970 | 2025.01.07 05:09:44.210213 [ 5 ] {be98b534-37a5-447d-b056-ba64c4018482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2971 | 2025.01.07 05:09:44.210820 [ 5 ] {be98b534-37a5-447d-b056-ba64c4018482} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2972 | 2025.01.07 05:09:44.210880 [ 5 ] {be98b534-37a5-447d-b056-ba64c4018482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2973 | 2025.01.07 05:09:44.211289 [ 5 ] {be98b534-37a5-447d-b056-ba64c4018482} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2974 | 2025.01.07 05:09:44.211547 [ 5 ] {be98b534-37a5-447d-b056-ba64c4018482} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2975 | 2025.01.07 05:09:44.211715 [ 144 ] {} <Debug> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2976 | 2025.01.07 05:09:44.211769 [ 144 ] {} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2977 | 2025.01.07 05:09:44.211802 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2978 | 2025.01.07 05:09:44.211812 [ 5 ] {be98b534-37a5-447d-b056-ba64c4018482} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001731 sec., 7510.109763142693 rows/sec., 468.25 KiB/sec. | ||
| 2979 | 2025.01.07 05:09:44.212023 [ 5 ] {be98b534-37a5-447d-b056-ba64c4018482} <Debug> TCPHandler: Processed in 0.002175717 sec. | ||
| 2980 | 2025.01.07 05:09:44.212050 [ 196 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 2981 | 2025.01.07 05:09:44.212201 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2982 | 2025.01.07 05:09:44.212241 [ 196 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2983 | 2025.01.07 05:09:44.212286 [ 196 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 2984 | 2025.01.07 05:09:44.212400 [ 256 ] {58d0e10d-49ac-4b35-ad11-f320ae4cf179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2985 | 2025.01.07 05:09:44.212580 [ 196 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 2986 | 2025.01.07 05:09:44.212610 [ 256 ] {58d0e10d-49ac-4b35-ad11-f320ae4cf179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2987 | 2025.01.07 05:09:44.212932 [ 196 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 2988 | 2025.01.07 05:09:44.213184 [ 196 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 2989 | 2025.01.07 05:09:44.213456 [ 196 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 2990 | 2025.01.07 05:09:44.215386 [ 256 ] {58d0e10d-49ac-4b35-ad11-f320ae4cf179} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2991 | 2025.01.07 05:09:44.215468 [ 256 ] {58d0e10d-49ac-4b35-ad11-f320ae4cf179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 2992 | 2025.01.07 05:09:44.216073 [ 199 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004196939 sec., 15487.477897582023 rows/sec., 1.00 MiB/sec. | ||
| 2993 | 2025.01.07 05:09:44.216298 [ 192 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2994 | 2025.01.07 05:09:44.216350 [ 256 ] {58d0e10d-49ac-4b35-ad11-f320ae4cf179} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2995 | 2025.01.07 05:09:44.216817 [ 192 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_5_1} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2996 | 2025.01.07 05:09:44.216836 [ 256 ] {58d0e10d-49ac-4b35-ad11-f320ae4cf179} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2997 | 2025.01.07 05:09:44.216969 [ 192 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_5_1} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2998 | 2025.01.07 05:09:44.217181 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2999 | 2025.01.07 05:09:44.217259 [ 256 ] {58d0e10d-49ac-4b35-ad11-f320ae4cf179} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.004915 sec., 73652.08545269583 rows/sec., 5.18 MiB/sec. | ||
| 3000 | 2025.01.07 05:09:44.217355 [ 256 ] {58d0e10d-49ac-4b35-ad11-f320ae4cf179} <Debug> TCPHandler: Processed in 0.005229261 sec. | ||
| 3001 | 2025.01.07 05:09:44.217525 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3002 | 2025.01.07 05:09:44.217672 [ 5 ] {eb2f2890-14e0-49b3-876c-c515de38135a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3003 | 2025.01.07 05:09:44.217735 [ 5 ] {eb2f2890-14e0-49b3-876c-c515de38135a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3004 | 2025.01.07 05:09:44.218334 [ 5 ] {eb2f2890-14e0-49b3-876c-c515de38135a} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3005 | 2025.01.07 05:09:44.218380 [ 5 ] {eb2f2890-14e0-49b3-876c-c515de38135a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3006 | 2025.01.07 05:09:44.218792 [ 5 ] {eb2f2890-14e0-49b3-876c-c515de38135a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3007 | 2025.01.07 05:09:44.219033 [ 5 ] {eb2f2890-14e0-49b3-876c-c515de38135a} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3008 | 2025.01.07 05:09:44.219335 [ 5 ] {eb2f2890-14e0-49b3-876c-c515de38135a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001697 sec., 3535.6511490866237 rows/sec., 184.72 KiB/sec. | ||
| 3009 | 2025.01.07 05:09:44.219394 [ 5 ] {eb2f2890-14e0-49b3-876c-c515de38135a} <Debug> TCPHandler: Processed in 0.00193934 sec. | ||
| 3010 | 2025.01.07 05:09:44.219582 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3011 | 2025.01.07 05:09:44.219733 [ 256 ] {435f45d9-39fc-46e0-934f-9efbc6814ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3012 | 2025.01.07 05:09:44.219798 [ 256 ] {435f45d9-39fc-46e0-934f-9efbc6814ebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3013 | 2025.01.07 05:09:44.220476 [ 256 ] {435f45d9-39fc-46e0-934f-9efbc6814ebd} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3014 | 2025.01.07 05:09:44.220517 [ 256 ] {435f45d9-39fc-46e0-934f-9efbc6814ebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3015 | 2025.01.07 05:09:44.220933 [ 256 ] {435f45d9-39fc-46e0-934f-9efbc6814ebd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3016 | 2025.01.07 05:09:44.221190 [ 256 ] {435f45d9-39fc-46e0-934f-9efbc6814ebd} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3017 | 2025.01.07 05:09:44.221427 [ 256 ] {435f45d9-39fc-46e0-934f-9efbc6814ebd} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001729 sec., 102371.31289762868 rows/sec., 6.75 MiB/sec. | ||
| 3018 | 2025.01.07 05:09:44.221484 [ 256 ] {435f45d9-39fc-46e0-934f-9efbc6814ebd} <Debug> TCPHandler: Processed in 0.001972371 sec. | ||
| 3019 | 2025.01.07 05:09:44.221643 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3020 | 2025.01.07 05:09:44.221781 [ 5 ] {3f584366-7e70-4a86-acb1-9ad7fb8f4b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3021 | 2025.01.07 05:09:44.221843 [ 5 ] {3f584366-7e70-4a86-acb1-9ad7fb8f4b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3022 | 2025.01.07 05:09:44.222406 [ 5 ] {3f584366-7e70-4a86-acb1-9ad7fb8f4b67} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3023 | 2025.01.07 05:09:44.222452 [ 5 ] {3f584366-7e70-4a86-acb1-9ad7fb8f4b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3024 | 2025.01.07 05:09:44.222813 [ 5 ] {3f584366-7e70-4a86-acb1-9ad7fb8f4b67} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3025 | 2025.01.07 05:09:44.223046 [ 5 ] {3f584366-7e70-4a86-acb1-9ad7fb8f4b67} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3026 | 2025.01.07 05:09:44.223198 [ 142 ] {} <Debug> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3027 | 2025.01.07 05:09:44.223273 [ 142 ] {} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3028 | 2025.01.07 05:09:44.223290 [ 5 ] {3f584366-7e70-4a86-acb1-9ad7fb8f4b67} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001532 sec., 652.7415143603133 rows/sec., 43.98 KiB/sec. | ||
| 3029 | 2025.01.07 05:09:44.223307 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3030 | 2025.01.07 05:09:44.223435 [ 5 ] {3f584366-7e70-4a86-acb1-9ad7fb8f4b67} <Debug> TCPHandler: Processed in 0.001855257 sec. | ||
| 3031 | 2025.01.07 05:09:44.223547 [ 192 ] {155e2731-beb7-438a-8166-e2259aa0cf83::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 | ||
| 3032 | 2025.01.07 05:09:44.223648 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3033 | 2025.01.07 05:09:44.223756 [ 192 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3034 | 2025.01.07 05:09:44.223845 [ 192 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 3035 | 2025.01.07 05:09:44.223889 [ 256 ] {d70c8d02-1816-45c7-901f-8b5068ebc406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3036 | 2025.01.07 05:09:44.224141 [ 192 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 3037 | 2025.01.07 05:09:44.224269 [ 256 ] {d70c8d02-1816-45c7-901f-8b5068ebc406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3038 | 2025.01.07 05:09:44.224398 [ 192 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 3039 | 2025.01.07 05:09:44.224821 [ 192 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 3040 | 2025.01.07 05:09:44.225144 [ 192 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 3041 | 2025.01.07 05:09:44.225542 [ 192 ] {155e2731-beb7-438a-8166-e2259aa0cf83::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 | ||
| 3042 | 2025.01.07 05:09:44.229756 [ 192 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.006312054 sec., 1108.9892450223017 rows/sec., 73.49 KiB/sec. | ||
| 3043 | 2025.01.07 05:09:44.229871 [ 256 ] {d70c8d02-1816-45c7-901f-8b5068ebc406} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3044 | 2025.01.07 05:09:44.229940 [ 256 ] {d70c8d02-1816-45c7-901f-8b5068ebc406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3045 | 2025.01.07 05:09:44.229960 [ 192 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3046 | 2025.01.07 05:09:44.230609 [ 192 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_6_1} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3047 | 2025.01.07 05:09:44.230764 [ 192 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_6_1} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3048 | 2025.01.07 05:09:44.230917 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3049 | 2025.01.07 05:09:44.231217 [ 256 ] {d70c8d02-1816-45c7-901f-8b5068ebc406} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3050 | 2025.01.07 05:09:44.231521 [ 256 ] {d70c8d02-1816-45c7-901f-8b5068ebc406} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3051 | 2025.01.07 05:09:44.231856 [ 256 ] {d70c8d02-1816-45c7-901f-8b5068ebc406} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.008028 sec., 1993.024414549078 rows/sec., 3.57 MiB/sec. | ||
| 3052 | 2025.01.07 05:09:44.232190 [ 256 ] {d70c8d02-1816-45c7-901f-8b5068ebc406} <Debug> TCPHandler: Processed in 0.008645956 sec. | ||
| 3053 | 2025.01.07 05:09:44.232421 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3054 | 2025.01.07 05:09:44.232587 [ 5 ] {71a2d0ce-7085-42a8-811f-7a861a7d54cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3055 | 2025.01.07 05:09:44.232648 [ 5 ] {71a2d0ce-7085-42a8-811f-7a861a7d54cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3056 | 2025.01.07 05:09:44.233225 [ 5 ] {71a2d0ce-7085-42a8-811f-7a861a7d54cb} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3057 | 2025.01.07 05:09:44.233271 [ 5 ] {71a2d0ce-7085-42a8-811f-7a861a7d54cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3058 | 2025.01.07 05:09:44.233665 [ 5 ] {71a2d0ce-7085-42a8-811f-7a861a7d54cb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3059 | 2025.01.07 05:09:44.233908 [ 5 ] {71a2d0ce-7085-42a8-811f-7a861a7d54cb} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3060 | 2025.01.07 05:09:44.234131 [ 5 ] {71a2d0ce-7085-42a8-811f-7a861a7d54cb} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001575 sec., 33015.87301587302 rows/sec., 2.04 MiB/sec. | ||
| 3061 | 2025.01.07 05:09:44.234185 [ 5 ] {71a2d0ce-7085-42a8-811f-7a861a7d54cb} <Debug> TCPHandler: Processed in 0.001874767 sec. | ||
| 3062 | 2025.01.07 05:09:48.803801 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3063 | 2025.01.07 05:09:48.803897 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3064 | 2025.01.07 05:09:48.890823 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 3065 | 2025.01.07 05:09:48.891457 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3066 | 2025.01.07 05:09:48.891498 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3067 | 2025.01.07 05:09:48.892033 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3068 | 2025.01.07 05:09:48.892323 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3069 | 2025.01.07 05:09:48.892602 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3070 | 2025.01.07 05:09:49.189305 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3071 | 2025.01.07 05:09:49.189528 [ 5 ] {d8d9a424-4758-4a2b-a660-68330482dd5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3072 | 2025.01.07 05:09:49.189614 [ 5 ] {d8d9a424-4758-4a2b-a660-68330482dd5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3073 | 2025.01.07 05:09:49.190454 [ 5 ] {d8d9a424-4758-4a2b-a660-68330482dd5c} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3074 | 2025.01.07 05:09:49.190508 [ 5 ] {d8d9a424-4758-4a2b-a660-68330482dd5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3075 | 2025.01.07 05:09:49.190962 [ 5 ] {d8d9a424-4758-4a2b-a660-68330482dd5c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3076 | 2025.01.07 05:09:49.191215 [ 5 ] {d8d9a424-4758-4a2b-a660-68330482dd5c} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3077 | 2025.01.07 05:09:49.191459 [ 5 ] {d8d9a424-4758-4a2b-a660-68330482dd5c} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001993 sec., 38133.4671349724 rows/sec., 3.31 MiB/sec. | ||
| 3078 | 2025.01.07 05:09:49.191523 [ 5 ] {d8d9a424-4758-4a2b-a660-68330482dd5c} <Debug> TCPHandler: Processed in 0.002366483 sec. | ||
| 3079 | 2025.01.07 05:09:49.191806 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3080 | 2025.01.07 05:09:49.192026 [ 256 ] {570dfd7e-5505-4ecf-b7fa-fd35586325c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3081 | 2025.01.07 05:09:49.192113 [ 256 ] {570dfd7e-5505-4ecf-b7fa-fd35586325c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3082 | 2025.01.07 05:09:49.192963 [ 256 ] {570dfd7e-5505-4ecf-b7fa-fd35586325c9} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3083 | 2025.01.07 05:09:49.193018 [ 256 ] {570dfd7e-5505-4ecf-b7fa-fd35586325c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3084 | 2025.01.07 05:09:49.193456 [ 256 ] {570dfd7e-5505-4ecf-b7fa-fd35586325c9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3085 | 2025.01.07 05:09:49.193710 [ 256 ] {570dfd7e-5505-4ecf-b7fa-fd35586325c9} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3086 | 2025.01.07 05:09:49.193981 [ 256 ] {570dfd7e-5505-4ecf-b7fa-fd35586325c9} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.002012 sec., 12425.44731610338 rows/sec., 934.34 KiB/sec. | ||
| 3087 | 2025.01.07 05:09:49.194144 [ 256 ] {570dfd7e-5505-4ecf-b7fa-fd35586325c9} <Debug> TCPHandler: Processed in 0.002480487 sec. | ||
| 3088 | 2025.01.07 05:09:49.194353 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3089 | 2025.01.07 05:09:49.194499 [ 5 ] {19cc4622-4a93-4793-b0f8-8be63c95c1c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3090 | 2025.01.07 05:09:49.194561 [ 5 ] {19cc4622-4a93-4793-b0f8-8be63c95c1c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3091 | 2025.01.07 05:09:49.195220 [ 5 ] {19cc4622-4a93-4793-b0f8-8be63c95c1c1} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3092 | 2025.01.07 05:09:49.195262 [ 5 ] {19cc4622-4a93-4793-b0f8-8be63c95c1c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3093 | 2025.01.07 05:09:49.195631 [ 5 ] {19cc4622-4a93-4793-b0f8-8be63c95c1c1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3094 | 2025.01.07 05:09:49.195865 [ 5 ] {19cc4622-4a93-4793-b0f8-8be63c95c1c1} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3095 | 2025.01.07 05:09:49.196081 [ 5 ] {19cc4622-4a93-4793-b0f8-8be63c95c1c1} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001618 sec., 32756.489493201483 rows/sec., 2.56 MiB/sec. | ||
| 3096 | 2025.01.07 05:09:49.196134 [ 5 ] {19cc4622-4a93-4793-b0f8-8be63c95c1c1} <Debug> TCPHandler: Processed in 0.001864877 sec. | ||
| 3097 | 2025.01.07 05:09:49.196280 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3098 | 2025.01.07 05:09:49.196408 [ 256 ] {a8d77a53-9b8d-4f71-af7f-7589ccf5d46a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3099 | 2025.01.07 05:09:49.196467 [ 256 ] {a8d77a53-9b8d-4f71-af7f-7589ccf5d46a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3100 | 2025.01.07 05:09:49.197055 [ 256 ] {a8d77a53-9b8d-4f71-af7f-7589ccf5d46a} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3101 | 2025.01.07 05:09:49.197097 [ 256 ] {a8d77a53-9b8d-4f71-af7f-7589ccf5d46a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3102 | 2025.01.07 05:09:49.197502 [ 256 ] {a8d77a53-9b8d-4f71-af7f-7589ccf5d46a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3103 | 2025.01.07 05:09:49.197743 [ 256 ] {a8d77a53-9b8d-4f71-af7f-7589ccf5d46a} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3104 | 2025.01.07 05:09:49.197955 [ 256 ] {a8d77a53-9b8d-4f71-af7f-7589ccf5d46a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001577 sec., 63411.54090044388 rows/sec., 4.40 MiB/sec. | ||
| 3105 | 2025.01.07 05:09:49.198010 [ 256 ] {a8d77a53-9b8d-4f71-af7f-7589ccf5d46a} <Debug> TCPHandler: Processed in 0.001790195 sec. | ||
| 3106 | 2025.01.07 05:09:49.198190 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3107 | 2025.01.07 05:09:49.198331 [ 5 ] {5fdc0b2f-3d1a-4f81-a3b7-177d708bda6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3108 | 2025.01.07 05:09:49.198426 [ 5 ] {5fdc0b2f-3d1a-4f81-a3b7-177d708bda6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3109 | 2025.01.07 05:09:49.199655 [ 5 ] {5fdc0b2f-3d1a-4f81-a3b7-177d708bda6f} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3110 | 2025.01.07 05:09:49.199696 [ 5 ] {5fdc0b2f-3d1a-4f81-a3b7-177d708bda6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3111 | 2025.01.07 05:09:49.200336 [ 5 ] {5fdc0b2f-3d1a-4f81-a3b7-177d708bda6f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3112 | 2025.01.07 05:09:49.200594 [ 5 ] {5fdc0b2f-3d1a-4f81-a3b7-177d708bda6f} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3113 | 2025.01.07 05:09:49.200870 [ 5 ] {5fdc0b2f-3d1a-4f81-a3b7-177d708bda6f} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002564 sec., 9750.390015600624 rows/sec., 17.47 MiB/sec. | ||
| 3114 | 2025.01.07 05:09:49.200997 [ 5 ] {5fdc0b2f-3d1a-4f81-a3b7-177d708bda6f} <Debug> TCPHandler: Processed in 0.002876449 sec. | ||
| 3115 | 2025.01.07 05:09:49.201180 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3116 | 2025.01.07 05:09:49.201321 [ 256 ] {57c18e61-15f4-409c-89df-a140f9dab921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3117 | 2025.01.07 05:09:49.201384 [ 256 ] {57c18e61-15f4-409c-89df-a140f9dab921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3118 | 2025.01.07 05:09:49.201958 [ 256 ] {57c18e61-15f4-409c-89df-a140f9dab921} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3119 | 2025.01.07 05:09:49.201999 [ 256 ] {57c18e61-15f4-409c-89df-a140f9dab921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3120 | 2025.01.07 05:09:49.202379 [ 256 ] {57c18e61-15f4-409c-89df-a140f9dab921} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3121 | 2025.01.07 05:09:49.202624 [ 256 ] {57c18e61-15f4-409c-89df-a140f9dab921} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3122 | 2025.01.07 05:09:49.202836 [ 256 ] {57c18e61-15f4-409c-89df-a140f9dab921} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001547 sec., 19392.372333548803 rows/sec., 1.33 MiB/sec. | ||
| 3123 | 2025.01.07 05:09:49.202890 [ 256 ] {57c18e61-15f4-409c-89df-a140f9dab921} <Debug> TCPHandler: Processed in 0.001779535 sec. | ||
| 3124 | 2025.01.07 05:09:49.306536 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3125 | 2025.01.07 05:09:49.327567 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3126 | 2025.01.07 05:09:49.327612 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3127 | 2025.01.07 05:09:49.335307 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3128 | 2025.01.07 05:09:49.336078 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3129 | 2025.01.07 05:09:49.339106 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3130 | 2025.01.07 05:09:53.905514 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 438 | ||
| 3131 | 2025.01.07 05:09:53.908609 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3132 | 2025.01.07 05:09:53.908661 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3133 | 2025.01.07 05:09:53.910209 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3134 | 2025.01.07 05:09:53.910541 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3135 | 2025.01.07 05:09:53.911442 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 438 | ||
| 3136 | 2025.01.07 05:09:54.221230 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3137 | 2025.01.07 05:09:54.221429 [ 5 ] {d2dbc680-e939-48ed-b276-2262c4b09191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3138 | 2025.01.07 05:09:54.221506 [ 5 ] {d2dbc680-e939-48ed-b276-2262c4b09191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3139 | 2025.01.07 05:09:54.222302 [ 5 ] {d2dbc680-e939-48ed-b276-2262c4b09191} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3140 | 2025.01.07 05:09:54.222358 [ 5 ] {d2dbc680-e939-48ed-b276-2262c4b09191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3141 | 2025.01.07 05:09:54.222805 [ 5 ] {d2dbc680-e939-48ed-b276-2262c4b09191} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3142 | 2025.01.07 05:09:54.223072 [ 5 ] {d2dbc680-e939-48ed-b276-2262c4b09191} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3143 | 2025.01.07 05:09:54.223308 [ 5 ] {d2dbc680-e939-48ed-b276-2262c4b09191} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001935 sec., 7235.142118863048 rows/sec., 520.83 KiB/sec. | ||
| 3144 | 2025.01.07 05:09:54.223379 [ 5 ] {d2dbc680-e939-48ed-b276-2262c4b09191} <Debug> TCPHandler: Processed in 0.002287081 sec. | ||
| 3145 | 2025.01.07 05:09:54.223660 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3146 | 2025.01.07 05:09:54.223884 [ 256 ] {466d2e9c-0ecb-4d95-be29-84ee2d2ba00c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3147 | 2025.01.07 05:09:54.223971 [ 256 ] {466d2e9c-0ecb-4d95-be29-84ee2d2ba00c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3148 | 2025.01.07 05:09:54.224811 [ 256 ] {466d2e9c-0ecb-4d95-be29-84ee2d2ba00c} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3149 | 2025.01.07 05:09:54.224861 [ 256 ] {466d2e9c-0ecb-4d95-be29-84ee2d2ba00c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3150 | 2025.01.07 05:09:54.225289 [ 256 ] {466d2e9c-0ecb-4d95-be29-84ee2d2ba00c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3151 | 2025.01.07 05:09:54.225546 [ 256 ] {466d2e9c-0ecb-4d95-be29-84ee2d2ba00c} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3152 | 2025.01.07 05:09:54.225788 [ 256 ] {466d2e9c-0ecb-4d95-be29-84ee2d2ba00c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001966 sec., 1017.293997965412 rows/sec., 82.95 KiB/sec. | ||
| 3153 | 2025.01.07 05:09:54.225857 [ 256 ] {466d2e9c-0ecb-4d95-be29-84ee2d2ba00c} <Debug> TCPHandler: Processed in 0.002341412 sec. | ||
| 3154 | 2025.01.07 05:09:54.226026 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3155 | 2025.01.07 05:09:54.226154 [ 5 ] {698142df-595e-437f-9838-cb56ca1bb6fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3156 | 2025.01.07 05:09:54.226209 [ 5 ] {698142df-595e-437f-9838-cb56ca1bb6fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3157 | 2025.01.07 05:09:54.227562 [ 5 ] {698142df-595e-437f-9838-cb56ca1bb6fc} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3158 | 2025.01.07 05:09:54.227606 [ 5 ] {698142df-595e-437f-9838-cb56ca1bb6fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3159 | 2025.01.07 05:09:54.228077 [ 5 ] {698142df-595e-437f-9838-cb56ca1bb6fc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3160 | 2025.01.07 05:09:54.228333 [ 5 ] {698142df-595e-437f-9838-cb56ca1bb6fc} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3161 | 2025.01.07 05:09:54.228500 [ 128 ] {} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 3162 | 2025.01.07 05:09:54.228581 [ 5 ] {698142df-595e-437f-9838-cb56ca1bb6fc} <Debug> executeQuery: Read 1346 rows, 114.77 KiB in 0.002453 sec., 548715.8581328986 rows/sec., 45.69 MiB/sec. | ||
| 3163 | 2025.01.07 05:09:54.228585 [ 128 ] {} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3164 | 2025.01.07 05:09:54.228662 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3165 | 2025.01.07 05:09:54.228722 [ 5 ] {698142df-595e-437f-9838-cb56ca1bb6fc} <Debug> TCPHandler: Processed in 0.002754365 sec. | ||
| 3166 | 2025.01.07 05:09:54.228933 [ 199 ] {56ca495f-f2f6-4964-b172-324a0a92264c::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 | ||
| 3167 | 2025.01.07 05:09:54.228954 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3168 | 2025.01.07 05:09:54.229102 [ 199 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3169 | 2025.01.07 05:09:54.229128 [ 256 ] {0dde77e6-680c-49ac-81bc-7a49202ea458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3170 | 2025.01.07 05:09:54.229146 [ 199 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 1367 rows starting from the beginning of the part | ||
| 3171 | 2025.01.07 05:09:54.229210 [ 256 ] {0dde77e6-680c-49ac-81bc-7a49202ea458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3172 | 2025.01.07 05:09:54.229348 [ 199 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 206 rows starting from the beginning of the part | ||
| 3173 | 2025.01.07 05:09:54.229786 [ 199 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 77 rows starting from the beginning of the part | ||
| 3174 | 2025.01.07 05:09:54.230102 [ 199 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 205 rows starting from the beginning of the part | ||
| 3175 | 2025.01.07 05:09:54.230497 [ 199 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 76 rows starting from the beginning of the part | ||
| 3176 | 2025.01.07 05:09:54.230824 [ 199 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1346 rows starting from the beginning of the part | ||
| 3177 | 2025.01.07 05:09:54.231838 [ 256 ] {0dde77e6-680c-49ac-81bc-7a49202ea458} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3178 | 2025.01.07 05:09:54.231882 [ 256 ] {0dde77e6-680c-49ac-81bc-7a49202ea458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3179 | 2025.01.07 05:09:54.232496 [ 256 ] {0dde77e6-680c-49ac-81bc-7a49202ea458} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3180 | 2025.01.07 05:09:54.232797 [ 256 ] {0dde77e6-680c-49ac-81bc-7a49202ea458} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3181 | 2025.01.07 05:09:54.233056 [ 256 ] {0dde77e6-680c-49ac-81bc-7a49202ea458} <Debug> executeQuery: Read 25 rows, 1.80 KiB in 0.003974 sec., 6290.890790135883 rows/sec., 452.65 KiB/sec. | ||
| 3182 | 2025.01.07 05:09:54.233137 [ 256 ] {0dde77e6-680c-49ac-81bc-7a49202ea458} <Debug> TCPHandler: Processed in 0.004281442 sec. | ||
| 3183 | 2025.01.07 05:09:54.233379 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3184 | 2025.01.07 05:09:54.233634 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3277 rows, containing 5 columns (5 merged, 0 gathered) in 0.004846589 sec., 676145.6356212585 rows/sec., 59.47 MiB/sec. | ||
| 3185 | 2025.01.07 05:09:54.233657 [ 5 ] {4b819da8-981c-42b3-a7b7-2d3a3f4974a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3186 | 2025.01.07 05:09:54.233750 [ 5 ] {4b819da8-981c-42b3-a7b7-2d3a3f4974a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3187 | 2025.01.07 05:09:54.233953 [ 187 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 3188 | 2025.01.07 05:09:54.234535 [ 187 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_20_4} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3189 | 2025.01.07 05:09:54.234728 [ 187 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_20_4} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 3190 | 2025.01.07 05:09:54.234901 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 3191 | 2025.01.07 05:09:54.235089 [ 5 ] {4b819da8-981c-42b3-a7b7-2d3a3f4974a5} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3192 | 2025.01.07 05:09:54.235135 [ 5 ] {4b819da8-981c-42b3-a7b7-2d3a3f4974a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3193 | 2025.01.07 05:09:54.235523 [ 5 ] {4b819da8-981c-42b3-a7b7-2d3a3f4974a5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3194 | 2025.01.07 05:09:54.235788 [ 5 ] {4b819da8-981c-42b3-a7b7-2d3a3f4974a5} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3195 | 2025.01.07 05:09:54.236059 [ 5 ] {4b819da8-981c-42b3-a7b7-2d3a3f4974a5} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00246 sec., 98373.98373983741 rows/sec., 6.66 MiB/sec. | ||
| 3196 | 2025.01.07 05:09:54.236230 [ 5 ] {4b819da8-981c-42b3-a7b7-2d3a3f4974a5} <Debug> TCPHandler: Processed in 0.002991772 sec. | ||
| 3197 | 2025.01.07 05:09:54.236410 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3198 | 2025.01.07 05:09:54.236552 [ 256 ] {da1d5919-ea25-480b-8cdd-a7177e56ca4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3199 | 2025.01.07 05:09:54.236613 [ 256 ] {da1d5919-ea25-480b-8cdd-a7177e56ca4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3200 | 2025.01.07 05:09:54.237210 [ 256 ] {da1d5919-ea25-480b-8cdd-a7177e56ca4e} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3201 | 2025.01.07 05:09:54.237252 [ 256 ] {da1d5919-ea25-480b-8cdd-a7177e56ca4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3202 | 2025.01.07 05:09:54.237607 [ 256 ] {da1d5919-ea25-480b-8cdd-a7177e56ca4e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3203 | 2025.01.07 05:09:54.237851 [ 256 ] {da1d5919-ea25-480b-8cdd-a7177e56ca4e} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3204 | 2025.01.07 05:09:54.238068 [ 256 ] {da1d5919-ea25-480b-8cdd-a7177e56ca4e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00155 sec., 8387.09677419355 rows/sec., 522.93 KiB/sec. | ||
| 3205 | 2025.01.07 05:09:54.238124 [ 256 ] {da1d5919-ea25-480b-8cdd-a7177e56ca4e} <Debug> TCPHandler: Processed in 0.001781285 sec. | ||
| 3206 | 2025.01.07 05:09:54.238311 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3207 | 2025.01.07 05:09:54.238446 [ 5 ] {67a5d59c-977d-4e4a-ad4b-3ffacea13ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3208 | 2025.01.07 05:09:54.238509 [ 5 ] {67a5d59c-977d-4e4a-ad4b-3ffacea13ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3209 | 2025.01.07 05:09:54.239457 [ 5 ] {67a5d59c-977d-4e4a-ad4b-3ffacea13ca8} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3210 | 2025.01.07 05:09:54.239498 [ 5 ] {67a5d59c-977d-4e4a-ad4b-3ffacea13ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3211 | 2025.01.07 05:09:54.239920 [ 5 ] {67a5d59c-977d-4e4a-ad4b-3ffacea13ca8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3212 | 2025.01.07 05:09:54.240166 [ 5 ] {67a5d59c-977d-4e4a-ad4b-3ffacea13ca8} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3213 | 2025.01.07 05:09:54.240342 [ 128 ] {} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 3214 | 2025.01.07 05:09:54.240400 [ 5 ] {67a5d59c-977d-4e4a-ad4b-3ffacea13ca8} <Debug> executeQuery: Read 820 rows, 60.54 KiB in 0.001977 sec., 414769.85331310064 rows/sec., 29.90 MiB/sec. | ||
| 3215 | 2025.01.07 05:09:54.240411 [ 128 ] {} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3216 | 2025.01.07 05:09:54.240482 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3217 | 2025.01.07 05:09:54.240538 [ 5 ] {67a5d59c-977d-4e4a-ad4b-3ffacea13ca8} <Debug> TCPHandler: Processed in 0.00228501 sec. | ||
| 3218 | 2025.01.07 05:09:54.240702 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::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 | ||
| 3219 | 2025.01.07 05:09:54.240757 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3220 | 2025.01.07 05:09:54.240964 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3221 | 2025.01.07 05:09:54.240993 [ 256 ] {6e413a3a-60df-4a37-b4a1-aedf8e9b39c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3222 | 2025.01.07 05:09:54.241022 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 844 rows starting from the beginning of the part | ||
| 3223 | 2025.01.07 05:09:54.241097 [ 256 ] {6e413a3a-60df-4a37-b4a1-aedf8e9b39c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3224 | 2025.01.07 05:09:54.241320 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 369 rows starting from the beginning of the part | ||
| 3225 | 2025.01.07 05:09:54.241700 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 55 rows starting from the beginning of the part | ||
| 3226 | 2025.01.07 05:09:54.241976 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 362 rows starting from the beginning of the part | ||
| 3227 | 2025.01.07 05:09:54.242324 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 53 rows starting from the beginning of the part | ||
| 3228 | 2025.01.07 05:09:54.242714 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 820 rows starting from the beginning of the part | ||
| 3229 | 2025.01.07 05:09:54.243586 [ 256 ] {6e413a3a-60df-4a37-b4a1-aedf8e9b39c4} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3230 | 2025.01.07 05:09:54.243651 [ 256 ] {6e413a3a-60df-4a37-b4a1-aedf8e9b39c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3231 | 2025.01.07 05:09:54.244608 [ 256 ] {6e413a3a-60df-4a37-b4a1-aedf8e9b39c4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3232 | 2025.01.07 05:09:54.245123 [ 256 ] {6e413a3a-60df-4a37-b4a1-aedf8e9b39c4} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3233 | 2025.01.07 05:09:54.245318 [ 128 ] {} <Debug> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3234 | 2025.01.07 05:09:54.245388 [ 128 ] {} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3235 | 2025.01.07 05:09:54.245475 [ 256 ] {6e413a3a-60df-4a37-b4a1-aedf8e9b39c4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004503 sec., 1332.4450366422384 rows/sec., 69.62 KiB/sec. | ||
| 3236 | 2025.01.07 05:09:54.245484 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3237 | 2025.01.07 05:09:54.245988 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 3238 | 2025.01.07 05:09:54.246274 [ 256 ] {6e413a3a-60df-4a37-b4a1-aedf8e9b39c4} <Debug> TCPHandler: Processed in 0.005569971 sec. | ||
| 3239 | 2025.01.07 05:09:54.246602 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3240 | 2025.01.07 05:09:54.246688 [ 194 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2503 rows, containing 5 columns (5 merged, 0 gathered) in 0.006100828 sec., 410272.179448429 rows/sec., 31.08 MiB/sec. | ||
| 3241 | 2025.01.07 05:09:54.246717 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3242 | 2025.01.07 05:09:54.246757 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 3243 | 2025.01.07 05:09:54.247003 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 3244 | 2025.01.07 05:09:54.247194 [ 194 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 3245 | 2025.01.07 05:09:54.247444 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 3246 | 2025.01.07 05:09:54.247571 [ 5 ] {9de81e90-028b-4932-9b6b-28fddb7e9507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3247 | 2025.01.07 05:09:54.247691 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 3248 | 2025.01.07 05:09:54.248123 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 3249 | 2025.01.07 05:09:54.248154 [ 5 ] {9de81e90-028b-4932-9b6b-28fddb7e9507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3250 | 2025.01.07 05:09:54.248370 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 3251 | 2025.01.07 05:09:54.248621 [ 194 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_20_4} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3252 | 2025.01.07 05:09:54.249127 [ 194 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_20_4} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 3253 | 2025.01.07 05:09:54.249462 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3254 | 2025.01.07 05:09:54.251497 [ 195 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.005837389 sec., 6167.140822720569 rows/sec., 322.21 KiB/sec. | ||
| 3255 | 2025.01.07 05:09:54.251536 [ 5 ] {9de81e90-028b-4932-9b6b-28fddb7e9507} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3256 | 2025.01.07 05:09:54.251601 [ 5 ] {9de81e90-028b-4932-9b6b-28fddb7e9507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3257 | 2025.01.07 05:09:54.251678 [ 195 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3258 | 2025.01.07 05:09:54.252236 [ 195 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_6_1} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3259 | 2025.01.07 05:09:54.252378 [ 195 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_6_1} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3260 | 2025.01.07 05:09:54.252506 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3261 | 2025.01.07 05:09:54.252567 [ 5 ] {9de81e90-028b-4932-9b6b-28fddb7e9507} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3262 | 2025.01.07 05:09:54.252832 [ 5 ] {9de81e90-028b-4932-9b6b-28fddb7e9507} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3263 | 2025.01.07 05:09:54.253078 [ 5 ] {9de81e90-028b-4932-9b6b-28fddb7e9507} <Debug> executeQuery: Read 898 rows, 61.24 KiB in 0.006017 sec., 149243.80920724614 rows/sec., 9.94 MiB/sec. | ||
| 3264 | 2025.01.07 05:09:54.253143 [ 5 ] {9de81e90-028b-4932-9b6b-28fddb7e9507} <Debug> TCPHandler: Processed in 0.006689226 sec. | ||
| 3265 | 2025.01.07 05:09:54.253311 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3266 | 2025.01.07 05:09:54.253431 [ 256 ] {294d003f-9762-4569-a721-6856936333d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3267 | 2025.01.07 05:09:54.253484 [ 256 ] {294d003f-9762-4569-a721-6856936333d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3268 | 2025.01.07 05:09:54.253988 [ 256 ] {294d003f-9762-4569-a721-6856936333d3} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3269 | 2025.01.07 05:09:54.254029 [ 256 ] {294d003f-9762-4569-a721-6856936333d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3270 | 2025.01.07 05:09:54.254397 [ 256 ] {294d003f-9762-4569-a721-6856936333d3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3271 | 2025.01.07 05:09:54.254640 [ 256 ] {294d003f-9762-4569-a721-6856936333d3} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3272 | 2025.01.07 05:09:54.254856 [ 256 ] {294d003f-9762-4569-a721-6856936333d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001452 sec., 688.7052341597796 rows/sec., 46.41 KiB/sec. | ||
| 3273 | 2025.01.07 05:09:54.254910 [ 256 ] {294d003f-9762-4569-a721-6856936333d3} <Debug> TCPHandler: Processed in 0.001660911 sec. | ||
| 3274 | 2025.01.07 05:09:54.255076 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3275 | 2025.01.07 05:09:54.255217 [ 5 ] {1e81b132-1fc0-4cd7-8c4c-14c4584e22f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3276 | 2025.01.07 05:09:54.255311 [ 5 ] {1e81b132-1fc0-4cd7-8c4c-14c4584e22f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3277 | 2025.01.07 05:09:54.256520 [ 5 ] {1e81b132-1fc0-4cd7-8c4c-14c4584e22f8} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3278 | 2025.01.07 05:09:54.256561 [ 5 ] {1e81b132-1fc0-4cd7-8c4c-14c4584e22f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3279 | 2025.01.07 05:09:54.257182 [ 5 ] {1e81b132-1fc0-4cd7-8c4c-14c4584e22f8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3280 | 2025.01.07 05:09:54.257447 [ 5 ] {1e81b132-1fc0-4cd7-8c4c-14c4584e22f8} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3281 | 2025.01.07 05:09:54.257687 [ 5 ] {1e81b132-1fc0-4cd7-8c4c-14c4584e22f8} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002502 sec., 6394.88409272582 rows/sec., 11.46 MiB/sec. | ||
| 3282 | 2025.01.07 05:09:54.257783 [ 5 ] {1e81b132-1fc0-4cd7-8c4c-14c4584e22f8} <Debug> TCPHandler: Processed in 0.002773425 sec. | ||
| 3283 | 2025.01.07 05:09:54.258024 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3284 | 2025.01.07 05:09:54.258248 [ 256 ] {4892f4fd-7ee0-4c80-8b59-870dd3b31bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3285 | 2025.01.07 05:09:54.258342 [ 256 ] {4892f4fd-7ee0-4c80-8b59-870dd3b31bb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3286 | 2025.01.07 05:09:54.259019 [ 256 ] {4892f4fd-7ee0-4c80-8b59-870dd3b31bb4} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3287 | 2025.01.07 05:09:54.259060 [ 256 ] {4892f4fd-7ee0-4c80-8b59-870dd3b31bb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3288 | 2025.01.07 05:09:54.259435 [ 256 ] {4892f4fd-7ee0-4c80-8b59-870dd3b31bb4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3289 | 2025.01.07 05:09:54.259684 [ 256 ] {4892f4fd-7ee0-4c80-8b59-870dd3b31bb4} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3290 | 2025.01.07 05:09:54.259949 [ 256 ] {4892f4fd-7ee0-4c80-8b59-870dd3b31bb4} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001755 sec., 29629.629629629628 rows/sec., 1.83 MiB/sec. | ||
| 3291 | 2025.01.07 05:09:54.260135 [ 256 ] {4892f4fd-7ee0-4c80-8b59-870dd3b31bb4} <Debug> TCPHandler: Processed in 0.002220308 sec. | ||
| 3292 | 2025.01.07 05:09:56.393262 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3293 | 2025.01.07 05:09:56.393926 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3294 | 2025.01.07 05:09:56.393974 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3295 | 2025.01.07 05:09:56.394497 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3296 | 2025.01.07 05:09:56.394752 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3297 | 2025.01.07 05:09:56.395055 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3298 | 2025.01.07 05:09:56.839866 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3299 | 2025.01.07 05:09:56.861565 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3300 | 2025.01.07 05:09:56.861624 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3301 | 2025.01.07 05:09:56.869552 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3302 | 2025.01.07 05:09:56.870372 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3303 | 2025.01.07 05:09:56.873710 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3304 | 2025.01.07 05:09:59.189346 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3305 | 2025.01.07 05:09:59.189576 [ 5 ] {4d4a358d-945c-49d7-8895-cb07a49d600b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3306 | 2025.01.07 05:09:59.189659 [ 5 ] {4d4a358d-945c-49d7-8895-cb07a49d600b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3307 | 2025.01.07 05:09:59.190469 [ 5 ] {4d4a358d-945c-49d7-8895-cb07a49d600b} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3308 | 2025.01.07 05:09:59.190515 [ 5 ] {4d4a358d-945c-49d7-8895-cb07a49d600b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3309 | 2025.01.07 05:09:59.190975 [ 5 ] {4d4a358d-945c-49d7-8895-cb07a49d600b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3310 | 2025.01.07 05:09:59.191229 [ 5 ] {4d4a358d-945c-49d7-8895-cb07a49d600b} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3311 | 2025.01.07 05:09:59.191478 [ 5 ] {4d4a358d-945c-49d7-8895-cb07a49d600b} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001963 sec., 38716.25063678044 rows/sec., 3.36 MiB/sec. | ||
| 3312 | 2025.01.07 05:09:59.191543 [ 5 ] {4d4a358d-945c-49d7-8895-cb07a49d600b} <Debug> TCPHandler: Processed in 0.002342722 sec. | ||
| 3313 | 2025.01.07 05:09:59.191892 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3314 | 2025.01.07 05:09:59.192203 [ 256 ] {48969102-e1c2-4668-bab6-d30f43935b27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3315 | 2025.01.07 05:09:59.192324 [ 256 ] {48969102-e1c2-4668-bab6-d30f43935b27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3316 | 2025.01.07 05:09:59.193318 [ 256 ] {48969102-e1c2-4668-bab6-d30f43935b27} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3317 | 2025.01.07 05:09:59.193370 [ 256 ] {48969102-e1c2-4668-bab6-d30f43935b27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3318 | 2025.01.07 05:09:59.193803 [ 256 ] {48969102-e1c2-4668-bab6-d30f43935b27} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3319 | 2025.01.07 05:09:59.194057 [ 256 ] {48969102-e1c2-4668-bab6-d30f43935b27} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3320 | 2025.01.07 05:09:59.194296 [ 256 ] {48969102-e1c2-4668-bab6-d30f43935b27} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.00218 sec., 11467.88990825688 rows/sec., 862.33 KiB/sec. | ||
| 3321 | 2025.01.07 05:09:59.194353 [ 256 ] {48969102-e1c2-4668-bab6-d30f43935b27} <Debug> TCPHandler: Processed in 0.002667252 sec. | ||
| 3322 | 2025.01.07 05:09:59.194504 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3323 | 2025.01.07 05:09:59.194628 [ 5 ] {9bc44def-bebc-4554-86f5-096eedc59ede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3324 | 2025.01.07 05:09:59.194681 [ 5 ] {9bc44def-bebc-4554-86f5-096eedc59ede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3325 | 2025.01.07 05:09:59.195313 [ 5 ] {9bc44def-bebc-4554-86f5-096eedc59ede} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3326 | 2025.01.07 05:09:59.195354 [ 5 ] {9bc44def-bebc-4554-86f5-096eedc59ede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3327 | 2025.01.07 05:09:59.195715 [ 5 ] {9bc44def-bebc-4554-86f5-096eedc59ede} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3328 | 2025.01.07 05:09:59.195953 [ 5 ] {9bc44def-bebc-4554-86f5-096eedc59ede} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3329 | 2025.01.07 05:09:59.196160 [ 5 ] {9bc44def-bebc-4554-86f5-096eedc59ede} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001561 sec., 33952.59449071108 rows/sec., 2.65 MiB/sec. | ||
| 3330 | 2025.01.07 05:09:59.196213 [ 5 ] {9bc44def-bebc-4554-86f5-096eedc59ede} <Debug> TCPHandler: Processed in 0.001768555 sec. | ||
| 3331 | 2025.01.07 05:09:59.196387 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3332 | 2025.01.07 05:09:59.196529 [ 256 ] {313e6414-563f-4238-a697-294a592f760b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3333 | 2025.01.07 05:09:59.196593 [ 256 ] {313e6414-563f-4238-a697-294a592f760b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3334 | 2025.01.07 05:09:59.197200 [ 256 ] {313e6414-563f-4238-a697-294a592f760b} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3335 | 2025.01.07 05:09:59.197240 [ 256 ] {313e6414-563f-4238-a697-294a592f760b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3336 | 2025.01.07 05:09:59.197632 [ 256 ] {313e6414-563f-4238-a697-294a592f760b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3337 | 2025.01.07 05:09:59.197874 [ 256 ] {313e6414-563f-4238-a697-294a592f760b} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3338 | 2025.01.07 05:09:59.198037 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3339 | 2025.01.07 05:09:59.198104 [ 256 ] {313e6414-563f-4238-a697-294a592f760b} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001605 sec., 62305.295950155756 rows/sec., 4.32 MiB/sec. | ||
| 3340 | 2025.01.07 05:09:59.198123 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3341 | 2025.01.07 05:09:59.198198 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3342 | 2025.01.07 05:09:59.198222 [ 256 ] {313e6414-563f-4238-a697-294a592f760b} <Debug> TCPHandler: Processed in 0.001902678 sec. | ||
| 3343 | 2025.01.07 05:09:59.198554 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::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 | ||
| 3344 | 2025.01.07 05:09:59.198595 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3345 | 2025.01.07 05:09:59.199123 [ 5 ] {a0e0aec3-b3ff-4d0f-bbf5-7fa62095df08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3346 | 2025.01.07 05:09:59.199199 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3347 | 2025.01.07 05:09:59.199310 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4133 rows starting from the beginning of the part | ||
| 3348 | 2025.01.07 05:09:59.199322 [ 5 ] {a0e0aec3-b3ff-4d0f-bbf5-7fa62095df08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3349 | 2025.01.07 05:09:59.199643 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 101 rows starting from the beginning of the part | ||
| 3350 | 2025.01.07 05:09:59.200122 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 177 rows starting from the beginning of the part | ||
| 3351 | 2025.01.07 05:09:59.200446 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 100 rows starting from the beginning of the part | ||
| 3352 | 2025.01.07 05:09:59.200957 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 898 rows starting from the beginning of the part | ||
| 3353 | 2025.01.07 05:09:59.201419 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 100 rows starting from the beginning of the part | ||
| 3354 | 2025.01.07 05:09:59.205073 [ 5 ] {a0e0aec3-b3ff-4d0f-bbf5-7fa62095df08} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3355 | 2025.01.07 05:09:59.205125 [ 5 ] {a0e0aec3-b3ff-4d0f-bbf5-7fa62095df08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3356 | 2025.01.07 05:09:59.206100 [ 5 ] {a0e0aec3-b3ff-4d0f-bbf5-7fa62095df08} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3357 | 2025.01.07 05:09:59.206370 [ 5 ] {a0e0aec3-b3ff-4d0f-bbf5-7fa62095df08} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3358 | 2025.01.07 05:09:59.206572 [ 119 ] {} <Debug> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3359 | 2025.01.07 05:09:59.206763 [ 119 ] {} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3360 | 2025.01.07 05:09:59.206843 [ 5 ] {a0e0aec3-b3ff-4d0f-bbf5-7fa62095df08} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.007814 sec., 3199.385717942155 rows/sec., 5.73 MiB/sec. | ||
| 3361 | 2025.01.07 05:09:59.206922 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3362 | 2025.01.07 05:09:59.207293 [ 191 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5509 rows, containing 5 columns (5 merged, 0 gathered) in 0.008967905 sec., 614301.7795126063 rows/sec., 41.30 MiB/sec. | ||
| 3363 | 2025.01.07 05:09:59.207482 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 3364 | 2025.01.07 05:09:59.207516 [ 5 ] {a0e0aec3-b3ff-4d0f-bbf5-7fa62095df08} <Debug> TCPHandler: Processed in 0.009147661 sec. | ||
| 3365 | 2025.01.07 05:09:59.207780 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3366 | 2025.01.07 05:09:59.208009 [ 191 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3367 | 2025.01.07 05:09:59.208206 [ 256 ] {d7386588-e7eb-47b5-92a1-b8ad9972d8ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3368 | 2025.01.07 05:09:59.208410 [ 256 ] {d7386588-e7eb-47b5-92a1-b8ad9972d8ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3369 | 2025.01.07 05:09:59.208597 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3370 | 2025.01.07 05:09:59.208960 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 90 rows starting from the beginning of the part | ||
| 3371 | 2025.01.07 05:09:59.209067 [ 191 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3372 | 2025.01.07 05:09:59.209458 [ 191 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3373 | 2025.01.07 05:09:59.209916 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 3374 | 2025.01.07 05:09:59.210255 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 25 rows starting from the beginning of the part | ||
| 3375 | 2025.01.07 05:09:59.210935 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part | ||
| 3376 | 2025.01.07 05:09:59.211658 [ 256 ] {d7386588-e7eb-47b5-92a1-b8ad9972d8ca} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3377 | 2025.01.07 05:09:59.211699 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 25 rows starting from the beginning of the part | ||
| 3378 | 2025.01.07 05:09:59.211740 [ 256 ] {d7386588-e7eb-47b5-92a1-b8ad9972d8ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3379 | 2025.01.07 05:09:59.212311 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part | ||
| 3380 | 2025.01.07 05:09:59.212941 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 25 rows starting from the beginning of the part | ||
| 3381 | 2025.01.07 05:09:59.213326 [ 256 ] {d7386588-e7eb-47b5-92a1-b8ad9972d8ca} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3382 | 2025.01.07 05:09:59.213895 [ 256 ] {d7386588-e7eb-47b5-92a1-b8ad9972d8ca} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3383 | 2025.01.07 05:09:59.214160 [ 119 ] {} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3384 | 2025.01.07 05:09:59.214247 [ 119 ] {} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3385 | 2025.01.07 05:09:59.214316 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3386 | 2025.01.07 05:09:59.214357 [ 256 ] {d7386588-e7eb-47b5-92a1-b8ad9972d8ca} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.006268 sec., 4786.215698787492 rows/sec., 335.75 KiB/sec. | ||
| 3387 | 2025.01.07 05:09:59.214769 [ 256 ] {d7386588-e7eb-47b5-92a1-b8ad9972d8ca} <Debug> TCPHandler: Processed in 0.007141859 sec. | ||
| 3388 | 2025.01.07 05:09:59.214961 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 3389 | 2025.01.07 05:09:59.215296 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3390 | 2025.01.07 05:09:59.215360 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 520 rows starting from the beginning of the part | ||
| 3391 | 2025.01.07 05:09:59.215592 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
| 3392 | 2025.01.07 05:09:59.215931 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 52 rows starting from the beginning of the part | ||
| 3393 | 2025.01.07 05:09:59.216252 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
| 3394 | 2025.01.07 05:09:59.216608 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 52 rows starting from the beginning of the part | ||
| 3395 | 2025.01.07 05:09:59.216976 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
| 3396 | 2025.01.07 05:09:59.220404 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 714 rows, containing 4 columns (4 merged, 0 gathered) in 0.00588233 sec., 121380.4733838462 rows/sec., 7.97 MiB/sec. | ||
| 3397 | 2025.01.07 05:09:59.220827 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3398 | 2025.01.07 05:09:59.221375 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_21_4} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3399 | 2025.01.07 05:09:59.221577 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_21_4} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3400 | 2025.01.07 05:09:59.221884 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 3401 | 2025.01.07 05:09:59.222157 [ 196 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 19 columns (19 merged, 0 gathered) in 0.015036773 sec., 13101.21526739813 rows/sec., 23.48 MiB/sec. | ||
| 3402 | 2025.01.07 05:09:59.222850 [ 196 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3403 | 2025.01.07 05:09:59.223315 [ 196 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3404 | 2025.01.07 05:09:59.223408 [ 196 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3405 | 2025.01.07 05:09:59.223567 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. | ||
| 3406 | 2025.01.07 05:10:03.803952 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3407 | 2025.01.07 05:10:03.804056 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3408 | 2025.01.07 05:10:03.896193 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3409 | 2025.01.07 05:10:03.896927 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3410 | 2025.01.07 05:10:03.896969 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3411 | 2025.01.07 05:10:03.897491 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3412 | 2025.01.07 05:10:03.897744 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3413 | 2025.01.07 05:10:03.898010 [ 115 ] {} <Debug> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3414 | 2025.01.07 05:10:03.898014 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3415 | 2025.01.07 05:10:03.898114 [ 115 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3416 | 2025.01.07 05:10:03.898164 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3417 | 2025.01.07 05:10:03.898328 [ 197 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 3418 | 2025.01.07 05:10:03.898495 [ 197 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3419 | 2025.01.07 05:10:03.898540 [ 197 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 3420 | 2025.01.07 05:10:03.898618 [ 197 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 3421 | 2025.01.07 05:10:03.898730 [ 197 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 3422 | 2025.01.07 05:10:03.898952 [ 197 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 3423 | 2025.01.07 05:10:03.899238 [ 197 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 3424 | 2025.01.07 05:10:03.899419 [ 197 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 3425 | 2025.01.07 05:10:03.901161 [ 196 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002902749 sec., 2542762.0507319095 rows/sec., 36.37 MiB/sec. | ||
| 3426 | 2025.01.07 05:10:03.901862 [ 197 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3427 | 2025.01.07 05:10:03.902148 [ 197 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_16_3} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3428 | 2025.01.07 05:10:03.902228 [ 197 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_16_3} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3429 | 2025.01.07 05:10:03.902325 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3430 | 2025.01.07 05:10:03.912569 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 474 | ||
| 3431 | 2025.01.07 05:10:03.915777 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3432 | 2025.01.07 05:10:03.915835 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3433 | 2025.01.07 05:10:03.917314 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3434 | 2025.01.07 05:10:03.917630 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3435 | 2025.01.07 05:10:03.917873 [ 115 ] {} <Debug> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3436 | 2025.01.07 05:10:03.917995 [ 115 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3437 | 2025.01.07 05:10:03.918087 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3438 | 2025.01.07 05:10:03.918698 [ 190 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 3439 | 2025.01.07 05:10:03.919814 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 474 | ||
| 3440 | 2025.01.07 05:10:03.920110 [ 190 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3441 | 2025.01.07 05:10:03.920240 [ 190 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 280 rows starting from the beginning of the part | ||
| 3442 | 2025.01.07 05:10:03.920691 [ 190 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 48 rows starting from the beginning of the part | ||
| 3443 | 2025.01.07 05:10:03.921130 [ 190 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part | ||
| 3444 | 2025.01.07 05:10:03.921556 [ 190 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 3445 | 2025.01.07 05:10:03.921980 [ 190 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
| 3446 | 2025.01.07 05:10:03.922434 [ 190 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part | ||
| 3447 | 2025.01.07 05:10:03.930236 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 474 rows, containing 72 columns (72 merged, 0 gathered) in 0.011982798 sec., 39556.70453595229 rows/sec., 35.95 MiB/sec. | ||
| 3448 | 2025.01.07 05:10:03.931072 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3449 | 2025.01.07 05:10:03.931741 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_11_2} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3450 | 2025.01.07 05:10:03.931821 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_11_2} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3451 | 2025.01.07 05:10:03.932006 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 3452 | 2025.01.07 05:10:04.001866 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001338601 sec. | ||
| 3453 | 2025.01.07 05:10:04.193351 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3454 | 2025.01.07 05:10:04.193573 [ 5 ] {da58e030-fb17-4ca2-bff0-6141c54f61ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3455 | 2025.01.07 05:10:04.193665 [ 5 ] {da58e030-fb17-4ca2-bff0-6141c54f61ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3456 | 2025.01.07 05:10:04.194502 [ 5 ] {da58e030-fb17-4ca2-bff0-6141c54f61ac} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3457 | 2025.01.07 05:10:04.194557 [ 5 ] {da58e030-fb17-4ca2-bff0-6141c54f61ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3458 | 2025.01.07 05:10:04.195017 [ 5 ] {da58e030-fb17-4ca2-bff0-6141c54f61ac} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3459 | 2025.01.07 05:10:04.195277 [ 5 ] {da58e030-fb17-4ca2-bff0-6141c54f61ac} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3460 | 2025.01.07 05:10:04.195520 [ 5 ] {da58e030-fb17-4ca2-bff0-6141c54f61ac} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002007 sec., 6975.585450921773 rows/sec., 502.15 KiB/sec. | ||
| 3461 | 2025.01.07 05:10:04.195591 [ 5 ] {da58e030-fb17-4ca2-bff0-6141c54f61ac} <Debug> TCPHandler: Processed in 0.002391763 sec. | ||
| 3462 | 2025.01.07 05:10:04.195852 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3463 | 2025.01.07 05:10:04.196035 [ 256 ] {42302a3c-8784-4637-b6b6-4058c373651a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3464 | 2025.01.07 05:10:04.196105 [ 256 ] {42302a3c-8784-4637-b6b6-4058c373651a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3465 | 2025.01.07 05:10:04.196963 [ 256 ] {42302a3c-8784-4637-b6b6-4058c373651a} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3466 | 2025.01.07 05:10:04.197003 [ 256 ] {42302a3c-8784-4637-b6b6-4058c373651a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3467 | 2025.01.07 05:10:04.197449 [ 256 ] {42302a3c-8784-4637-b6b6-4058c373651a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3468 | 2025.01.07 05:10:04.197711 [ 256 ] {42302a3c-8784-4637-b6b6-4058c373651a} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3469 | 2025.01.07 05:10:04.197946 [ 256 ] {42302a3c-8784-4637-b6b6-4058c373651a} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.001965 sec., 104325.69974554707 rows/sec., 9.23 MiB/sec. | ||
| 3470 | 2025.01.07 05:10:04.198014 [ 256 ] {42302a3c-8784-4637-b6b6-4058c373651a} <Debug> TCPHandler: Processed in 0.00229011 sec. | ||
| 3471 | 2025.01.07 05:10:04.198253 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3472 | 2025.01.07 05:10:04.198484 [ 5 ] {7f72d62a-d9bd-4d61-81ee-152a9d2d82eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3473 | 2025.01.07 05:10:04.198582 [ 5 ] {7f72d62a-d9bd-4d61-81ee-152a9d2d82eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3474 | 2025.01.07 05:10:04.199417 [ 5 ] {7f72d62a-d9bd-4d61-81ee-152a9d2d82eb} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3475 | 2025.01.07 05:10:04.199459 [ 5 ] {7f72d62a-d9bd-4d61-81ee-152a9d2d82eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3476 | 2025.01.07 05:10:04.199832 [ 5 ] {7f72d62a-d9bd-4d61-81ee-152a9d2d82eb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3477 | 2025.01.07 05:10:04.200080 [ 5 ] {7f72d62a-d9bd-4d61-81ee-152a9d2d82eb} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3478 | 2025.01.07 05:10:04.200307 [ 5 ] {7f72d62a-d9bd-4d61-81ee-152a9d2d82eb} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001883 sec., 12214.551248008498 rows/sec., 881.14 KiB/sec. | ||
| 3479 | 2025.01.07 05:10:04.200440 [ 5 ] {7f72d62a-d9bd-4d61-81ee-152a9d2d82eb} <Debug> TCPHandler: Processed in 0.002301631 sec. | ||
| 3480 | 2025.01.07 05:10:04.200666 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3481 | 2025.01.07 05:10:04.200897 [ 256 ] {31559284-3ecb-4578-85cd-96d92d1683e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3482 | 2025.01.07 05:10:04.200987 [ 256 ] {31559284-3ecb-4578-85cd-96d92d1683e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3483 | 2025.01.07 05:10:04.201624 [ 256 ] {31559284-3ecb-4578-85cd-96d92d1683e7} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3484 | 2025.01.07 05:10:04.201663 [ 256 ] {31559284-3ecb-4578-85cd-96d92d1683e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3485 | 2025.01.07 05:10:04.202022 [ 256 ] {31559284-3ecb-4578-85cd-96d92d1683e7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3486 | 2025.01.07 05:10:04.202264 [ 256 ] {31559284-3ecb-4578-85cd-96d92d1683e7} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3487 | 2025.01.07 05:10:04.202642 [ 256 ] {31559284-3ecb-4578-85cd-96d92d1683e7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001784 sec., 7847.533632286995 rows/sec., 549.59 KiB/sec. | ||
| 3488 | 2025.01.07 05:10:04.202996 [ 256 ] {31559284-3ecb-4578-85cd-96d92d1683e7} <Debug> TCPHandler: Processed in 0.002438435 sec. | ||
| 3489 | 2025.01.07 05:10:04.203178 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3490 | 2025.01.07 05:10:04.203315 [ 5 ] {c0e4d026-4268-4bab-aa2c-0cc8f3633122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3491 | 2025.01.07 05:10:04.203375 [ 5 ] {c0e4d026-4268-4bab-aa2c-0cc8f3633122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3492 | 2025.01.07 05:10:04.204053 [ 5 ] {c0e4d026-4268-4bab-aa2c-0cc8f3633122} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3493 | 2025.01.07 05:10:04.204092 [ 5 ] {c0e4d026-4268-4bab-aa2c-0cc8f3633122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3494 | 2025.01.07 05:10:04.204449 [ 5 ] {c0e4d026-4268-4bab-aa2c-0cc8f3633122} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3495 | 2025.01.07 05:10:04.204688 [ 5 ] {c0e4d026-4268-4bab-aa2c-0cc8f3633122} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3496 | 2025.01.07 05:10:04.204900 [ 5 ] {c0e4d026-4268-4bab-aa2c-0cc8f3633122} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001615 sec., 8049.5356037151705 rows/sec., 501.89 KiB/sec. | ||
| 3497 | 2025.01.07 05:10:04.204954 [ 5 ] {c0e4d026-4268-4bab-aa2c-0cc8f3633122} <Debug> TCPHandler: Processed in 0.001846416 sec. | ||
| 3498 | 2025.01.07 05:10:04.205167 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3499 | 2025.01.07 05:10:04.205401 [ 256 ] {84a030ee-e496-4946-a165-44a488212cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3500 | 2025.01.07 05:10:04.205494 [ 256 ] {84a030ee-e496-4946-a165-44a488212cd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3501 | 2025.01.07 05:10:04.206516 [ 256 ] {84a030ee-e496-4946-a165-44a488212cd3} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3502 | 2025.01.07 05:10:04.206557 [ 256 ] {84a030ee-e496-4946-a165-44a488212cd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3503 | 2025.01.07 05:10:04.206957 [ 256 ] {84a030ee-e496-4946-a165-44a488212cd3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3504 | 2025.01.07 05:10:04.207199 [ 256 ] {84a030ee-e496-4946-a165-44a488212cd3} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3505 | 2025.01.07 05:10:04.207426 [ 256 ] {84a030ee-e496-4946-a165-44a488212cd3} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.002082 sec., 173871.2776176753 rows/sec., 12.23 MiB/sec. | ||
| 3506 | 2025.01.07 05:10:04.207564 [ 256 ] {84a030ee-e496-4946-a165-44a488212cd3} <Debug> TCPHandler: Processed in 0.002511497 sec. | ||
| 3507 | 2025.01.07 05:10:04.207741 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3508 | 2025.01.07 05:10:04.207880 [ 5 ] {241402c3-14d3-45d2-ae0e-5fd839880562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3509 | 2025.01.07 05:10:04.207941 [ 5 ] {241402c3-14d3-45d2-ae0e-5fd839880562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3510 | 2025.01.07 05:10:04.208437 [ 5 ] {241402c3-14d3-45d2-ae0e-5fd839880562} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3511 | 2025.01.07 05:10:04.208477 [ 5 ] {241402c3-14d3-45d2-ae0e-5fd839880562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3512 | 2025.01.07 05:10:04.208845 [ 5 ] {241402c3-14d3-45d2-ae0e-5fd839880562} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3513 | 2025.01.07 05:10:04.209094 [ 5 ] {241402c3-14d3-45d2-ae0e-5fd839880562} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3514 | 2025.01.07 05:10:04.209305 [ 5 ] {241402c3-14d3-45d2-ae0e-5fd839880562} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec. | ||
| 3515 | 2025.01.07 05:10:04.209359 [ 5 ] {241402c3-14d3-45d2-ae0e-5fd839880562} <Debug> TCPHandler: Processed in 0.001684572 sec. | ||
| 3516 | 2025.01.07 05:10:04.209571 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3517 | 2025.01.07 05:10:04.209795 [ 256 ] {91a8aeea-6445-4941-9dd0-b2e82bb939f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3518 | 2025.01.07 05:10:04.209893 [ 256 ] {91a8aeea-6445-4941-9dd0-b2e82bb939f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3519 | 2025.01.07 05:10:04.210567 [ 256 ] {91a8aeea-6445-4941-9dd0-b2e82bb939f1} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3520 | 2025.01.07 05:10:04.210606 [ 256 ] {91a8aeea-6445-4941-9dd0-b2e82bb939f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3521 | 2025.01.07 05:10:04.211003 [ 256 ] {91a8aeea-6445-4941-9dd0-b2e82bb939f1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3522 | 2025.01.07 05:10:04.211244 [ 256 ] {91a8aeea-6445-4941-9dd0-b2e82bb939f1} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3523 | 2025.01.07 05:10:04.211453 [ 256 ] {91a8aeea-6445-4941-9dd0-b2e82bb939f1} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001716 sec., 103146.85314685314 rows/sec., 6.80 MiB/sec. | ||
| 3524 | 2025.01.07 05:10:04.211508 [ 256 ] {91a8aeea-6445-4941-9dd0-b2e82bb939f1} <Debug> TCPHandler: Processed in 0.002048563 sec. | ||
| 3525 | 2025.01.07 05:10:04.211713 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3526 | 2025.01.07 05:10:04.211933 [ 5 ] {7848f7e3-ad43-4bbb-9af3-b01676a551dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3527 | 2025.01.07 05:10:04.212028 [ 5 ] {7848f7e3-ad43-4bbb-9af3-b01676a551dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3528 | 2025.01.07 05:10:04.212519 [ 5 ] {7848f7e3-ad43-4bbb-9af3-b01676a551dc} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3529 | 2025.01.07 05:10:04.212558 [ 5 ] {7848f7e3-ad43-4bbb-9af3-b01676a551dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3530 | 2025.01.07 05:10:04.212921 [ 5 ] {7848f7e3-ad43-4bbb-9af3-b01676a551dc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3531 | 2025.01.07 05:10:04.213154 [ 5 ] {7848f7e3-ad43-4bbb-9af3-b01676a551dc} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3532 | 2025.01.07 05:10:04.213357 [ 5 ] {7848f7e3-ad43-4bbb-9af3-b01676a551dc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001478 sec., 676.5899864682003 rows/sec., 45.59 KiB/sec. | ||
| 3533 | 2025.01.07 05:10:04.213408 [ 5 ] {7848f7e3-ad43-4bbb-9af3-b01676a551dc} <Debug> TCPHandler: Processed in 0.001801745 sec. | ||
| 3534 | 2025.01.07 05:10:04.213611 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3535 | 2025.01.07 05:10:04.213834 [ 256 ] {fe77b831-1286-4e71-ae18-ae789cbd2234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3536 | 2025.01.07 05:10:04.213972 [ 256 ] {fe77b831-1286-4e71-ae18-ae789cbd2234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3537 | 2025.01.07 05:10:04.215161 [ 256 ] {fe77b831-1286-4e71-ae18-ae789cbd2234} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3538 | 2025.01.07 05:10:04.215200 [ 256 ] {fe77b831-1286-4e71-ae18-ae789cbd2234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3539 | 2025.01.07 05:10:04.215836 [ 256 ] {fe77b831-1286-4e71-ae18-ae789cbd2234} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3540 | 2025.01.07 05:10:04.216096 [ 256 ] {fe77b831-1286-4e71-ae18-ae789cbd2234} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3541 | 2025.01.07 05:10:04.216334 [ 256 ] {fe77b831-1286-4e71-ae18-ae789cbd2234} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002557 sec., 6257.332811888933 rows/sec., 11.21 MiB/sec. | ||
| 3542 | 2025.01.07 05:10:04.216437 [ 256 ] {fe77b831-1286-4e71-ae18-ae789cbd2234} <Debug> TCPHandler: Processed in 0.00293624 sec. | ||
| 3543 | 2025.01.07 05:10:04.216581 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3544 | 2025.01.07 05:10:04.216718 [ 5 ] {db554e2a-1a33-4dad-9b52-e816035a400d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3545 | 2025.01.07 05:10:04.216778 [ 5 ] {db554e2a-1a33-4dad-9b52-e816035a400d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3546 | 2025.01.07 05:10:04.217300 [ 5 ] {db554e2a-1a33-4dad-9b52-e816035a400d} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3547 | 2025.01.07 05:10:04.217340 [ 5 ] {db554e2a-1a33-4dad-9b52-e816035a400d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3548 | 2025.01.07 05:10:04.217713 [ 5 ] {db554e2a-1a33-4dad-9b52-e816035a400d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3549 | 2025.01.07 05:10:04.217958 [ 5 ] {db554e2a-1a33-4dad-9b52-e816035a400d} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3550 | 2025.01.07 05:10:04.218171 [ 5 ] {db554e2a-1a33-4dad-9b52-e816035a400d} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001482 sec., 35087.71929824561 rows/sec., 2.17 MiB/sec. | ||
| 3551 | 2025.01.07 05:10:04.218232 [ 5 ] {db554e2a-1a33-4dad-9b52-e816035a400d} <Debug> TCPHandler: Processed in 0.001717833 sec. | ||
| 3552 | 2025.01.07 05:10:04.374728 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3553 | 2025.01.07 05:10:04.397346 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3554 | 2025.01.07 05:10:04.397392 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3555 | 2025.01.07 05:10:04.405324 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3556 | 2025.01.07 05:10:04.406091 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3557 | 2025.01.07 05:10:04.406472 [ 114 ] {} <Debug> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3558 | 2025.01.07 05:10:04.406607 [ 114 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3559 | 2025.01.07 05:10:04.406690 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3560 | 2025.01.07 05:10:04.407076 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 3561 | 2025.01.07 05:10:04.421926 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3562 | 2025.01.07 05:10:04.423572 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3563 | 2025.01.07 05:10:04.425097 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 3564 | 2025.01.07 05:10:04.430455 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 3565 | 2025.01.07 05:10:04.435830 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 3566 | 2025.01.07 05:10:04.441207 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 3567 | 2025.01.07 05:10:04.446587 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3568 | 2025.01.07 05:10:04.451174 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3569 | 2025.01.07 05:10:04.515579 [ 198 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.108747943 sec., 1112.6647241502305 rows/sec., 5.75 MiB/sec. | ||
| 3570 | 2025.01.07 05:10:04.518163 [ 187 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3571 | 2025.01.07 05:10:04.521167 [ 187 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_16_3} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3572 | 2025.01.07 05:10:04.521278 [ 187 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_16_3} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3573 | 2025.01.07 05:10:04.523557 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3574 | 2025.01.07 05:10:05.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.07 MiB, peak 187.05 MiB, free memory in arenas 0.00 B, will set to 178.32 MiB (RSS), difference: 1.25 MiB | ||
| 3575 | 2025.01.07 05:10:09.189092 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3576 | 2025.01.07 05:10:09.189318 [ 5 ] {e4847a9b-0155-4254-94b1-792594f9ec6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3577 | 2025.01.07 05:10:09.189402 [ 5 ] {e4847a9b-0155-4254-94b1-792594f9ec6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3578 | 2025.01.07 05:10:09.190251 [ 5 ] {e4847a9b-0155-4254-94b1-792594f9ec6c} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3579 | 2025.01.07 05:10:09.190300 [ 5 ] {e4847a9b-0155-4254-94b1-792594f9ec6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3580 | 2025.01.07 05:10:09.190717 [ 5 ] {e4847a9b-0155-4254-94b1-792594f9ec6c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3581 | 2025.01.07 05:10:09.190988 [ 5 ] {e4847a9b-0155-4254-94b1-792594f9ec6c} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3582 | 2025.01.07 05:10:09.191191 [ 5 ] {e4847a9b-0155-4254-94b1-792594f9ec6c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00193 sec., 1036.2694300518135 rows/sec., 84.50 KiB/sec. | ||
| 3583 | 2025.01.07 05:10:09.191246 [ 5 ] {e4847a9b-0155-4254-94b1-792594f9ec6c} <Debug> TCPHandler: Processed in 0.002313881 sec. | ||
| 3584 | 2025.01.07 05:10:09.191535 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3585 | 2025.01.07 05:10:09.191741 [ 256 ] {1bd9c584-eaab-4a63-85ff-e6af38ddb640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3586 | 2025.01.07 05:10:09.191819 [ 256 ] {1bd9c584-eaab-4a63-85ff-e6af38ddb640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3587 | 2025.01.07 05:10:09.192646 [ 256 ] {1bd9c584-eaab-4a63-85ff-e6af38ddb640} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3588 | 2025.01.07 05:10:09.192705 [ 256 ] {1bd9c584-eaab-4a63-85ff-e6af38ddb640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3589 | 2025.01.07 05:10:09.193159 [ 256 ] {1bd9c584-eaab-4a63-85ff-e6af38ddb640} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3590 | 2025.01.07 05:10:09.193428 [ 256 ] {1bd9c584-eaab-4a63-85ff-e6af38ddb640} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3591 | 2025.01.07 05:10:09.193673 [ 256 ] {1bd9c584-eaab-4a63-85ff-e6af38ddb640} <Debug> executeQuery: Read 77 rows, 6.82 KiB in 0.001989 sec., 38712.92106586225 rows/sec., 3.35 MiB/sec. | ||
| 3592 | 2025.01.07 05:10:09.193745 [ 256 ] {1bd9c584-eaab-4a63-85ff-e6af38ddb640} <Debug> TCPHandler: Processed in 0.002362763 sec. | ||
| 3593 | 2025.01.07 05:10:09.193906 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3594 | 2025.01.07 05:10:09.194024 [ 5 ] {b95da43f-3ae6-4453-b8ae-171329e86a15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3595 | 2025.01.07 05:10:09.194074 [ 5 ] {b95da43f-3ae6-4453-b8ae-171329e86a15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3596 | 2025.01.07 05:10:09.194670 [ 5 ] {b95da43f-3ae6-4453-b8ae-171329e86a15} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3597 | 2025.01.07 05:10:09.194709 [ 5 ] {b95da43f-3ae6-4453-b8ae-171329e86a15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3598 | 2025.01.07 05:10:09.195066 [ 5 ] {b95da43f-3ae6-4453-b8ae-171329e86a15} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3599 | 2025.01.07 05:10:09.195300 [ 5 ] {b95da43f-3ae6-4453-b8ae-171329e86a15} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3600 | 2025.01.07 05:10:09.195420 [ 105 ] {} <Debug> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3601 | 2025.01.07 05:10:09.195462 [ 105 ] {} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3602 | 2025.01.07 05:10:09.195484 [ 5 ] {b95da43f-3ae6-4453-b8ae-171329e86a15} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.001482 sec., 18218.623481781375 rows/sec., 1.33 MiB/sec. | ||
| 3603 | 2025.01.07 05:10:09.195488 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3604 | 2025.01.07 05:10:09.195571 [ 5 ] {b95da43f-3ae6-4453-b8ae-171329e86a15} <Debug> TCPHandler: Processed in 0.001717033 sec. | ||
| 3605 | 2025.01.07 05:10:09.195822 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3606 | 2025.01.07 05:10:09.195920 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 3607 | 2025.01.07 05:10:09.196198 [ 256 ] {3c066ec8-56a7-4738-8fd5-b8bec8748696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3608 | 2025.01.07 05:10:09.196308 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3609 | 2025.01.07 05:10:09.196315 [ 256 ] {3c066ec8-56a7-4738-8fd5-b8bec8748696} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3610 | 2025.01.07 05:10:09.196359 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 54 rows starting from the beginning of the part | ||
| 3611 | 2025.01.07 05:10:09.196558 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 25 rows starting from the beginning of the part | ||
| 3612 | 2025.01.07 05:10:09.196977 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 25 rows starting from the beginning of the part | ||
| 3613 | 2025.01.07 05:10:09.197460 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 25 rows starting from the beginning of the part | ||
| 3614 | 2025.01.07 05:10:09.197740 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 23 rows starting from the beginning of the part | ||
| 3615 | 2025.01.07 05:10:09.198084 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 3616 | 2025.01.07 05:10:09.198921 [ 256 ] {3c066ec8-56a7-4738-8fd5-b8bec8748696} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3617 | 2025.01.07 05:10:09.198967 [ 256 ] {3c066ec8-56a7-4738-8fd5-b8bec8748696} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3618 | 2025.01.07 05:10:09.199584 [ 256 ] {3c066ec8-56a7-4738-8fd5-b8bec8748696} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3619 | 2025.01.07 05:10:09.199945 [ 256 ] {3c066ec8-56a7-4738-8fd5-b8bec8748696} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3620 | 2025.01.07 05:10:09.200064 [ 194 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.004466237 sec., 40078.482176382495 rows/sec., 3.04 MiB/sec. | ||
| 3621 | 2025.01.07 05:10:09.200301 [ 256 ] {3c066ec8-56a7-4738-8fd5-b8bec8748696} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.004218 sec., 13039.355144618301 rows/sec., 1.02 MiB/sec. | ||
| 3622 | 2025.01.07 05:10:09.200419 [ 256 ] {3c066ec8-56a7-4738-8fd5-b8bec8748696} <Debug> TCPHandler: Processed in 0.004718565 sec. | ||
| 3623 | 2025.01.07 05:10:09.200434 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3624 | 2025.01.07 05:10:09.200631 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3625 | 2025.01.07 05:10:09.200797 [ 5 ] {a02517d1-2f8f-42a3-adb8-6c0461be30b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3626 | 2025.01.07 05:10:09.200871 [ 5 ] {a02517d1-2f8f-42a3-adb8-6c0461be30b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3627 | 2025.01.07 05:10:09.201181 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_16_3} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3628 | 2025.01.07 05:10:09.201471 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_16_3} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3629 | 2025.01.07 05:10:09.201651 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3630 | 2025.01.07 05:10:09.201903 [ 5 ] {a02517d1-2f8f-42a3-adb8-6c0461be30b6} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3631 | 2025.01.07 05:10:09.201947 [ 5 ] {a02517d1-2f8f-42a3-adb8-6c0461be30b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3632 | 2025.01.07 05:10:09.202335 [ 5 ] {a02517d1-2f8f-42a3-adb8-6c0461be30b6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3633 | 2025.01.07 05:10:09.202571 [ 5 ] {a02517d1-2f8f-42a3-adb8-6c0461be30b6} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3634 | 2025.01.07 05:10:09.202791 [ 5 ] {a02517d1-2f8f-42a3-adb8-6c0461be30b6} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.002044 sec., 49412.91585127202 rows/sec., 3.43 MiB/sec. | ||
| 3635 | 2025.01.07 05:10:09.202937 [ 5 ] {a02517d1-2f8f-42a3-adb8-6c0461be30b6} <Debug> TCPHandler: Processed in 0.002372952 sec. | ||
| 3636 | 2025.01.07 05:10:09.203158 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3637 | 2025.01.07 05:10:09.203286 [ 256 ] {a1bd1754-3f48-44cc-a168-27ff1f50c71b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3638 | 2025.01.07 05:10:09.203372 [ 256 ] {a1bd1754-3f48-44cc-a168-27ff1f50c71b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3639 | 2025.01.07 05:10:09.204598 [ 256 ] {a1bd1754-3f48-44cc-a168-27ff1f50c71b} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3640 | 2025.01.07 05:10:09.204640 [ 256 ] {a1bd1754-3f48-44cc-a168-27ff1f50c71b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3641 | 2025.01.07 05:10:09.205292 [ 256 ] {a1bd1754-3f48-44cc-a168-27ff1f50c71b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3642 | 2025.01.07 05:10:09.205551 [ 256 ] {a1bd1754-3f48-44cc-a168-27ff1f50c71b} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3643 | 2025.01.07 05:10:09.205791 [ 256 ] {a1bd1754-3f48-44cc-a168-27ff1f50c71b} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002534 sec., 9865.824782951855 rows/sec., 17.68 MiB/sec. | ||
| 3644 | 2025.01.07 05:10:09.205901 [ 256 ] {a1bd1754-3f48-44cc-a168-27ff1f50c71b} <Debug> TCPHandler: Processed in 0.002845008 sec. | ||
| 3645 | 2025.01.07 05:10:09.206063 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3646 | 2025.01.07 05:10:09.206181 [ 5 ] {d635c91c-5274-45cd-a04c-c4c8e9242031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3647 | 2025.01.07 05:10:09.206240 [ 5 ] {d635c91c-5274-45cd-a04c-c4c8e9242031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3648 | 2025.01.07 05:10:09.206840 [ 5 ] {d635c91c-5274-45cd-a04c-c4c8e9242031} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3649 | 2025.01.07 05:10:09.206884 [ 5 ] {d635c91c-5274-45cd-a04c-c4c8e9242031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3650 | 2025.01.07 05:10:09.207298 [ 5 ] {d635c91c-5274-45cd-a04c-c4c8e9242031} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3651 | 2025.01.07 05:10:09.207539 [ 5 ] {d635c91c-5274-45cd-a04c-c4c8e9242031} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3652 | 2025.01.07 05:10:09.207745 [ 5 ] {d635c91c-5274-45cd-a04c-c4c8e9242031} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001589 sec., 18879.798615481435 rows/sec., 1.29 MiB/sec. | ||
| 3653 | 2025.01.07 05:10:09.207795 [ 5 ] {d635c91c-5274-45cd-a04c-c4c8e9242031} <Debug> TCPHandler: Processed in 0.001788185 sec. | ||
| 3654 | 2025.01.07 05:10:11.399114 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3655 | 2025.01.07 05:10:11.399779 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3656 | 2025.01.07 05:10:11.399823 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3657 | 2025.01.07 05:10:11.400337 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3658 | 2025.01.07 05:10:11.400592 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3659 | 2025.01.07 05:10:11.400838 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3660 | 2025.01.07 05:10:11.922924 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3661 | 2025.01.07 05:10:11.942545 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3662 | 2025.01.07 05:10:11.942610 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. | ||
| 3663 | 2025.01.07 05:10:11.949963 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3664 | 2025.01.07 05:10:11.950764 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3665 | 2025.01.07 05:10:11.954529 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3666 | 2025.01.07 05:10:13.920896 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 510 | ||
| 3667 | 2025.01.07 05:10:13.924014 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3668 | 2025.01.07 05:10:13.924068 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3669 | 2025.01.07 05:10:13.925561 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3670 | 2025.01.07 05:10:13.925869 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3671 | 2025.01.07 05:10:13.927023 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 510 | ||
| 3672 | 2025.01.07 05:10:14.193701 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3673 | 2025.01.07 05:10:14.193915 [ 5 ] {46e9715f-a1ad-45fc-96aa-ed625d40a143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3674 | 2025.01.07 05:10:14.193994 [ 5 ] {46e9715f-a1ad-45fc-96aa-ed625d40a143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3675 | 2025.01.07 05:10:14.194805 [ 5 ] {46e9715f-a1ad-45fc-96aa-ed625d40a143} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3676 | 2025.01.07 05:10:14.194853 [ 5 ] {46e9715f-a1ad-45fc-96aa-ed625d40a143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3677 | 2025.01.07 05:10:14.195301 [ 5 ] {46e9715f-a1ad-45fc-96aa-ed625d40a143} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3678 | 2025.01.07 05:10:14.195562 [ 5 ] {46e9715f-a1ad-45fc-96aa-ed625d40a143} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3679 | 2025.01.07 05:10:14.195799 [ 5 ] {46e9715f-a1ad-45fc-96aa-ed625d40a143} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001945 sec., 7197.943444730077 rows/sec., 518.16 KiB/sec. | ||
| 3680 | 2025.01.07 05:10:14.195864 [ 5 ] {46e9715f-a1ad-45fc-96aa-ed625d40a143} <Debug> TCPHandler: Processed in 0.002338632 sec. | ||
| 3681 | 2025.01.07 05:10:14.196140 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3682 | 2025.01.07 05:10:14.196385 [ 256 ] {a677967f-4084-49e9-85ec-f541c8752675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3683 | 2025.01.07 05:10:14.196458 [ 256 ] {a677967f-4084-49e9-85ec-f541c8752675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3684 | 2025.01.07 05:10:14.197312 [ 256 ] {a677967f-4084-49e9-85ec-f541c8752675} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3685 | 2025.01.07 05:10:14.197360 [ 256 ] {a677967f-4084-49e9-85ec-f541c8752675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3686 | 2025.01.07 05:10:14.197812 [ 256 ] {a677967f-4084-49e9-85ec-f541c8752675} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3687 | 2025.01.07 05:10:14.198066 [ 256 ] {a677967f-4084-49e9-85ec-f541c8752675} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3688 | 2025.01.07 05:10:14.198316 [ 256 ] {a677967f-4084-49e9-85ec-f541c8752675} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.001987 sec., 103170.60895822848 rows/sec., 9.13 MiB/sec. | ||
| 3689 | 2025.01.07 05:10:14.198384 [ 256 ] {a677967f-4084-49e9-85ec-f541c8752675} <Debug> TCPHandler: Processed in 0.002386904 sec. | ||
| 3690 | 2025.01.07 05:10:14.198585 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3691 | 2025.01.07 05:10:14.198732 [ 5 ] {8773f370-0ce5-4768-928c-d4d862858c14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3692 | 2025.01.07 05:10:14.198793 [ 5 ] {8773f370-0ce5-4768-928c-d4d862858c14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3693 | 2025.01.07 05:10:14.199468 [ 5 ] {8773f370-0ce5-4768-928c-d4d862858c14} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3694 | 2025.01.07 05:10:14.199507 [ 5 ] {8773f370-0ce5-4768-928c-d4d862858c14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3695 | 2025.01.07 05:10:14.199871 [ 5 ] {8773f370-0ce5-4768-928c-d4d862858c14} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3696 | 2025.01.07 05:10:14.200115 [ 5 ] {8773f370-0ce5-4768-928c-d4d862858c14} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3697 | 2025.01.07 05:10:14.200325 [ 5 ] {8773f370-0ce5-4768-928c-d4d862858c14} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001628 sec., 14127.764127764127 rows/sec., 1019.15 KiB/sec. | ||
| 3698 | 2025.01.07 05:10:14.200379 [ 5 ] {8773f370-0ce5-4768-928c-d4d862858c14} <Debug> TCPHandler: Processed in 0.001865647 sec. | ||
| 3699 | 2025.01.07 05:10:14.200542 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3700 | 2025.01.07 05:10:14.200692 [ 256 ] {dab1df29-7f3e-4ca9-aa03-ccaf9502a02d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3701 | 2025.01.07 05:10:14.200753 [ 256 ] {dab1df29-7f3e-4ca9-aa03-ccaf9502a02d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3702 | 2025.01.07 05:10:14.201430 [ 256 ] {dab1df29-7f3e-4ca9-aa03-ccaf9502a02d} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3703 | 2025.01.07 05:10:14.201472 [ 256 ] {dab1df29-7f3e-4ca9-aa03-ccaf9502a02d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3704 | 2025.01.07 05:10:14.201837 [ 256 ] {dab1df29-7f3e-4ca9-aa03-ccaf9502a02d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3705 | 2025.01.07 05:10:14.202085 [ 256 ] {dab1df29-7f3e-4ca9-aa03-ccaf9502a02d} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3706 | 2025.01.07 05:10:14.202308 [ 256 ] {dab1df29-7f3e-4ca9-aa03-ccaf9502a02d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001651 sec., 8479.709267110842 rows/sec., 593.86 KiB/sec. | ||
| 3707 | 2025.01.07 05:10:14.202363 [ 256 ] {dab1df29-7f3e-4ca9-aa03-ccaf9502a02d} <Debug> TCPHandler: Processed in 0.001890508 sec. | ||
| 3708 | 2025.01.07 05:10:14.202516 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3709 | 2025.01.07 05:10:14.202655 [ 5 ] {b6fac09f-3f69-4342-93dd-38d4e351c23b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3710 | 2025.01.07 05:10:14.202713 [ 5 ] {b6fac09f-3f69-4342-93dd-38d4e351c23b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3711 | 2025.01.07 05:10:14.203647 [ 5 ] {b6fac09f-3f69-4342-93dd-38d4e351c23b} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3712 | 2025.01.07 05:10:14.203688 [ 5 ] {b6fac09f-3f69-4342-93dd-38d4e351c23b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3713 | 2025.01.07 05:10:14.204042 [ 5 ] {b6fac09f-3f69-4342-93dd-38d4e351c23b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3714 | 2025.01.07 05:10:14.204284 [ 5 ] {b6fac09f-3f69-4342-93dd-38d4e351c23b} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3715 | 2025.01.07 05:10:14.204491 [ 5 ] {b6fac09f-3f69-4342-93dd-38d4e351c23b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001868 sec., 6959.314775160599 rows/sec., 433.91 KiB/sec. | ||
| 3716 | 2025.01.07 05:10:14.204546 [ 5 ] {b6fac09f-3f69-4342-93dd-38d4e351c23b} <Debug> TCPHandler: Processed in 0.002096724 sec. | ||
| 3717 | 2025.01.07 05:10:14.204718 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3718 | 2025.01.07 05:10:14.204858 [ 256 ] {1ff78c05-d517-4d9e-a537-f273342d8fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3719 | 2025.01.07 05:10:14.204917 [ 256 ] {1ff78c05-d517-4d9e-a537-f273342d8fc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3720 | 2025.01.07 05:10:14.205692 [ 256 ] {1ff78c05-d517-4d9e-a537-f273342d8fc1} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3721 | 2025.01.07 05:10:14.205733 [ 256 ] {1ff78c05-d517-4d9e-a537-f273342d8fc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3722 | 2025.01.07 05:10:14.206125 [ 256 ] {1ff78c05-d517-4d9e-a537-f273342d8fc1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3723 | 2025.01.07 05:10:14.206369 [ 256 ] {1ff78c05-d517-4d9e-a537-f273342d8fc1} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3724 | 2025.01.07 05:10:14.206598 [ 256 ] {1ff78c05-d517-4d9e-a537-f273342d8fc1} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.001771 sec., 204404.2913608131 rows/sec., 14.38 MiB/sec. | ||
| 3725 | 2025.01.07 05:10:14.206653 [ 256 ] {1ff78c05-d517-4d9e-a537-f273342d8fc1} <Debug> TCPHandler: Processed in 0.002003312 sec. | ||
| 3726 | 2025.01.07 05:10:14.206818 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3727 | 2025.01.07 05:10:14.206955 [ 5 ] {caae9eb5-f685-4b4c-9e98-437156a09afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3728 | 2025.01.07 05:10:14.207014 [ 5 ] {caae9eb5-f685-4b4c-9e98-437156a09afc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3729 | 2025.01.07 05:10:14.207537 [ 5 ] {caae9eb5-f685-4b4c-9e98-437156a09afc} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3730 | 2025.01.07 05:10:14.207576 [ 5 ] {caae9eb5-f685-4b4c-9e98-437156a09afc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3731 | 2025.01.07 05:10:14.207946 [ 5 ] {caae9eb5-f685-4b4c-9e98-437156a09afc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3732 | 2025.01.07 05:10:14.208183 [ 5 ] {caae9eb5-f685-4b4c-9e98-437156a09afc} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3733 | 2025.01.07 05:10:14.208391 [ 5 ] {caae9eb5-f685-4b4c-9e98-437156a09afc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 213.69 KiB/sec. | ||
| 3734 | 2025.01.07 05:10:14.208444 [ 5 ] {caae9eb5-f685-4b4c-9e98-437156a09afc} <Debug> TCPHandler: Processed in 0.001691062 sec. | ||
| 3735 | 2025.01.07 05:10:14.208653 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3736 | 2025.01.07 05:10:14.208877 [ 256 ] {3dd8c156-4e4b-4086-bfe5-5031c96330c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3737 | 2025.01.07 05:10:14.208975 [ 256 ] {3dd8c156-4e4b-4086-bfe5-5031c96330c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3738 | 2025.01.07 05:10:14.209742 [ 256 ] {3dd8c156-4e4b-4086-bfe5-5031c96330c4} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3739 | 2025.01.07 05:10:14.209782 [ 256 ] {3dd8c156-4e4b-4086-bfe5-5031c96330c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3740 | 2025.01.07 05:10:14.210173 [ 256 ] {3dd8c156-4e4b-4086-bfe5-5031c96330c4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3741 | 2025.01.07 05:10:14.210416 [ 256 ] {3dd8c156-4e4b-4086-bfe5-5031c96330c4} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3742 | 2025.01.07 05:10:14.210630 [ 256 ] {3dd8c156-4e4b-4086-bfe5-5031c96330c4} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001808 sec., 97898.23008849558 rows/sec., 6.46 MiB/sec. | ||
| 3743 | 2025.01.07 05:10:14.210684 [ 256 ] {3dd8c156-4e4b-4086-bfe5-5031c96330c4} <Debug> TCPHandler: Processed in 0.002143036 sec. | ||
| 3744 | 2025.01.07 05:10:14.210834 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3745 | 2025.01.07 05:10:14.210971 [ 5 ] {c19bf1bc-35da-4ed5-9971-e7eaf0ad471f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3746 | 2025.01.07 05:10:14.211031 [ 5 ] {c19bf1bc-35da-4ed5-9971-e7eaf0ad471f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3747 | 2025.01.07 05:10:14.211537 [ 5 ] {c19bf1bc-35da-4ed5-9971-e7eaf0ad471f} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3748 | 2025.01.07 05:10:14.211575 [ 5 ] {c19bf1bc-35da-4ed5-9971-e7eaf0ad471f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3749 | 2025.01.07 05:10:14.211933 [ 5 ] {c19bf1bc-35da-4ed5-9971-e7eaf0ad471f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3750 | 2025.01.07 05:10:14.212166 [ 5 ] {c19bf1bc-35da-4ed5-9971-e7eaf0ad471f} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3751 | 2025.01.07 05:10:14.212383 [ 5 ] {c19bf1bc-35da-4ed5-9971-e7eaf0ad471f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001432 sec., 698.3240223463688 rows/sec., 47.06 KiB/sec. | ||
| 3752 | 2025.01.07 05:10:14.212511 [ 5 ] {c19bf1bc-35da-4ed5-9971-e7eaf0ad471f} <Debug> TCPHandler: Processed in 0.001735054 sec. | ||
| 3753 | 2025.01.07 05:10:14.212774 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3754 | 2025.01.07 05:10:14.212991 [ 256 ] {ba446887-17f2-4061-8b52-19bea74e1281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3755 | 2025.01.07 05:10:14.213124 [ 256 ] {ba446887-17f2-4061-8b52-19bea74e1281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3756 | 2025.01.07 05:10:14.214397 [ 256 ] {ba446887-17f2-4061-8b52-19bea74e1281} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3757 | 2025.01.07 05:10:14.214435 [ 256 ] {ba446887-17f2-4061-8b52-19bea74e1281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3758 | 2025.01.07 05:10:14.215074 [ 256 ] {ba446887-17f2-4061-8b52-19bea74e1281} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3759 | 2025.01.07 05:10:14.215332 [ 256 ] {ba446887-17f2-4061-8b52-19bea74e1281} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3760 | 2025.01.07 05:10:14.215537 [ 256 ] {ba446887-17f2-4061-8b52-19bea74e1281} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002601 sec., 6151.480199923107 rows/sec., 11.02 MiB/sec. | ||
| 3761 | 2025.01.07 05:10:14.215640 [ 256 ] {ba446887-17f2-4061-8b52-19bea74e1281} <Debug> TCPHandler: Processed in 0.003025273 sec. | ||
| 3762 | 2025.01.07 05:10:14.215791 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3763 | 2025.01.07 05:10:14.215929 [ 5 ] {44ae2365-67a8-4736-9e04-e002cd7bd984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3764 | 2025.01.07 05:10:14.215988 [ 5 ] {44ae2365-67a8-4736-9e04-e002cd7bd984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3765 | 2025.01.07 05:10:14.216521 [ 5 ] {44ae2365-67a8-4736-9e04-e002cd7bd984} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3766 | 2025.01.07 05:10:14.216559 [ 5 ] {44ae2365-67a8-4736-9e04-e002cd7bd984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3767 | 2025.01.07 05:10:14.216927 [ 5 ] {44ae2365-67a8-4736-9e04-e002cd7bd984} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3768 | 2025.01.07 05:10:14.217168 [ 5 ] {44ae2365-67a8-4736-9e04-e002cd7bd984} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3769 | 2025.01.07 05:10:14.217398 [ 5 ] {44ae2365-67a8-4736-9e04-e002cd7bd984} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001497 sec., 34736.13894455578 rows/sec., 2.15 MiB/sec. | ||
| 3770 | 2025.01.07 05:10:14.217515 [ 5 ] {44ae2365-67a8-4736-9e04-e002cd7bd984} <Debug> TCPHandler: Processed in 0.001790075 sec. | ||
| 3771 | 2025.01.07 05:10:18.804105 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3772 | 2025.01.07 05:10:18.804172 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3773 | 2025.01.07 05:10:18.901862 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 3774 | 2025.01.07 05:10:18.902496 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3775 | 2025.01.07 05:10:18.902540 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3776 | 2025.01.07 05:10:18.903172 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3777 | 2025.01.07 05:10:18.903420 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3778 | 2025.01.07 05:10:18.903646 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3779 | 2025.01.07 05:10:19.189563 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3780 | 2025.01.07 05:10:19.189777 [ 5 ] {32f73e74-497f-4d68-bf95-6b497976edf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3781 | 2025.01.07 05:10:19.189856 [ 5 ] {32f73e74-497f-4d68-bf95-6b497976edf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3782 | 2025.01.07 05:10:19.190715 [ 5 ] {32f73e74-497f-4d68-bf95-6b497976edf3} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3783 | 2025.01.07 05:10:19.190759 [ 5 ] {32f73e74-497f-4d68-bf95-6b497976edf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3784 | 2025.01.07 05:10:19.191212 [ 5 ] {32f73e74-497f-4d68-bf95-6b497976edf3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3785 | 2025.01.07 05:10:19.191466 [ 5 ] {32f73e74-497f-4d68-bf95-6b497976edf3} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3786 | 2025.01.07 05:10:19.191651 [ 92 ] {} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 3787 | 2025.01.07 05:10:19.191717 [ 92 ] {} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3788 | 2025.01.07 05:10:19.191742 [ 5 ] {32f73e74-497f-4d68-bf95-6b497976edf3} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.002018 sec., 37661.05054509416 rows/sec., 3.27 MiB/sec. | ||
| 3789 | 2025.01.07 05:10:19.191757 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3790 | 2025.01.07 05:10:19.191905 [ 5 ] {32f73e74-497f-4d68-bf95-6b497976edf3} <Debug> TCPHandler: Processed in 0.002518217 sec. | ||
| 3791 | 2025.01.07 05:10:19.192045 [ 199 ] {56ca495f-f2f6-4964-b172-324a0a92264c::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 | ||
| 3792 | 2025.01.07 05:10:19.192200 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3793 | 2025.01.07 05:10:19.192241 [ 199 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3794 | 2025.01.07 05:10:19.192285 [ 199 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 1401 rows starting from the beginning of the part | ||
| 3795 | 2025.01.07 05:10:19.192437 [ 199 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 76 rows starting from the beginning of the part | ||
| 3796 | 2025.01.07 05:10:19.192470 [ 256 ] {182a1d71-db6d-4b0d-980d-e06b9d7835be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3797 | 2025.01.07 05:10:19.192639 [ 256 ] {182a1d71-db6d-4b0d-980d-e06b9d7835be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3798 | 2025.01.07 05:10:19.192848 [ 199 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 205 rows starting from the beginning of the part | ||
| 3799 | 2025.01.07 05:10:19.193158 [ 199 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 77 rows starting from the beginning of the part | ||
| 3800 | 2025.01.07 05:10:19.193432 [ 199 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 205 rows starting from the beginning of the part | ||
| 3801 | 2025.01.07 05:10:19.193831 [ 199 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 76 rows starting from the beginning of the part | ||
| 3802 | 2025.01.07 05:10:19.194998 [ 256 ] {182a1d71-db6d-4b0d-980d-e06b9d7835be} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3803 | 2025.01.07 05:10:19.195046 [ 256 ] {182a1d71-db6d-4b0d-980d-e06b9d7835be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3804 | 2025.01.07 05:10:19.195618 [ 256 ] {182a1d71-db6d-4b0d-980d-e06b9d7835be} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3805 | 2025.01.07 05:10:19.195951 [ 256 ] {182a1d71-db6d-4b0d-980d-e06b9d7835be} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3806 | 2025.01.07 05:10:19.196089 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2040 rows, containing 5 columns (5 merged, 0 gathered) in 0.004178149 sec., 488254.48781266535 rows/sec., 43.33 MiB/sec. | ||
| 3807 | 2025.01.07 05:10:19.196355 [ 256 ] {182a1d71-db6d-4b0d-980d-e06b9d7835be} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.003999 sec., 6251.562890722681 rows/sec., 470.09 KiB/sec. | ||
| 3808 | 2025.01.07 05:10:19.196601 [ 256 ] {182a1d71-db6d-4b0d-980d-e06b9d7835be} <Debug> TCPHandler: Processed in 0.004541449 sec. | ||
| 3809 | 2025.01.07 05:10:19.196613 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 3810 | 2025.01.07 05:10:19.196825 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3811 | 2025.01.07 05:10:19.197014 [ 5 ] {43ea3dd4-d17f-4985-accb-f31f787cf4b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3812 | 2025.01.07 05:10:19.197081 [ 5 ] {43ea3dd4-d17f-4985-accb-f31f787cf4b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3813 | 2025.01.07 05:10:19.197155 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_25_5} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3814 | 2025.01.07 05:10:19.197370 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_25_5} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 3815 | 2025.01.07 05:10:19.197582 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 3816 | 2025.01.07 05:10:19.198060 [ 5 ] {43ea3dd4-d17f-4985-accb-f31f787cf4b1} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3817 | 2025.01.07 05:10:19.198104 [ 5 ] {43ea3dd4-d17f-4985-accb-f31f787cf4b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3818 | 2025.01.07 05:10:19.198479 [ 5 ] {43ea3dd4-d17f-4985-accb-f31f787cf4b1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3819 | 2025.01.07 05:10:19.198727 [ 5 ] {43ea3dd4-d17f-4985-accb-f31f787cf4b1} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3820 | 2025.01.07 05:10:19.198909 [ 92 ] {} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 3821 | 2025.01.07 05:10:19.198969 [ 92 ] {} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3822 | 2025.01.07 05:10:19.198984 [ 5 ] {43ea3dd4-d17f-4985-accb-f31f787cf4b1} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.002021 sec., 26224.641266699655 rows/sec., 2.05 MiB/sec. | ||
| 3823 | 2025.01.07 05:10:19.199015 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3824 | 2025.01.07 05:10:19.199169 [ 5 ] {43ea3dd4-d17f-4985-accb-f31f787cf4b1} <Debug> TCPHandler: Processed in 0.002439215 sec. | ||
| 3825 | 2025.01.07 05:10:19.199494 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::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 | ||
| 3826 | 2025.01.07 05:10:19.199620 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3827 | 2025.01.07 05:10:19.199895 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3828 | 2025.01.07 05:10:19.199954 [ 256 ] {230f746c-5e1f-4c83-98d1-363bd4c6414d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3829 | 2025.01.07 05:10:19.199965 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 869 rows starting from the beginning of the part | ||
| 3830 | 2025.01.07 05:10:19.200075 [ 256 ] {230f746c-5e1f-4c83-98d1-363bd4c6414d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3831 | 2025.01.07 05:10:19.200276 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 53 rows starting from the beginning of the part | ||
| 3832 | 2025.01.07 05:10:19.200695 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 362 rows starting from the beginning of the part | ||
| 3833 | 2025.01.07 05:10:19.201096 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 55 rows starting from the beginning of the part | ||
| 3834 | 2025.01.07 05:10:19.201475 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 362 rows starting from the beginning of the part | ||
| 3835 | 2025.01.07 05:10:19.201790 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 53 rows starting from the beginning of the part | ||
| 3836 | 2025.01.07 05:10:19.202847 [ 256 ] {230f746c-5e1f-4c83-98d1-363bd4c6414d} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3837 | 2025.01.07 05:10:19.202904 [ 256 ] {230f746c-5e1f-4c83-98d1-363bd4c6414d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3838 | 2025.01.07 05:10:19.204007 [ 256 ] {230f746c-5e1f-4c83-98d1-363bd4c6414d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3839 | 2025.01.07 05:10:19.204389 [ 256 ] {230f746c-5e1f-4c83-98d1-363bd4c6414d} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3840 | 2025.01.07 05:10:19.204956 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1754 rows, containing 5 columns (5 merged, 0 gathered) in 0.005827809 sec., 300970.74217772065 rows/sec., 22.85 MiB/sec. | ||
| 3841 | 2025.01.07 05:10:19.204986 [ 256 ] {230f746c-5e1f-4c83-98d1-363bd4c6414d} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005107 sec., 19580.967299784606 rows/sec., 1.36 MiB/sec. | ||
| 3842 | 2025.01.07 05:10:19.205131 [ 256 ] {230f746c-5e1f-4c83-98d1-363bd4c6414d} <Debug> TCPHandler: Processed in 0.005810649 sec. | ||
| 3843 | 2025.01.07 05:10:19.205222 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 3844 | 2025.01.07 05:10:19.205391 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3845 | 2025.01.07 05:10:19.205603 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_25_5} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3846 | 2025.01.07 05:10:19.205663 [ 5 ] {efa182ec-fb75-4bf1-aceb-519a8799b5fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3847 | 2025.01.07 05:10:19.205759 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_25_5} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 3848 | 2025.01.07 05:10:19.205819 [ 5 ] {efa182ec-fb75-4bf1-aceb-519a8799b5fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3849 | 2025.01.07 05:10:19.205918 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 3850 | 2025.01.07 05:10:19.207153 [ 5 ] {efa182ec-fb75-4bf1-aceb-519a8799b5fe} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3851 | 2025.01.07 05:10:19.207198 [ 5 ] {efa182ec-fb75-4bf1-aceb-519a8799b5fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3852 | 2025.01.07 05:10:19.207886 [ 5 ] {efa182ec-fb75-4bf1-aceb-519a8799b5fe} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3853 | 2025.01.07 05:10:19.208152 [ 5 ] {efa182ec-fb75-4bf1-aceb-519a8799b5fe} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3854 | 2025.01.07 05:10:19.208409 [ 5 ] {efa182ec-fb75-4bf1-aceb-519a8799b5fe} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002799 sec., 8931.761343336906 rows/sec., 16.01 MiB/sec. | ||
| 3855 | 2025.01.07 05:10:19.208526 [ 5 ] {efa182ec-fb75-4bf1-aceb-519a8799b5fe} <Debug> TCPHandler: Processed in 0.00327626 sec. | ||
| 3856 | 2025.01.07 05:10:19.208753 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3857 | 2025.01.07 05:10:19.208977 [ 256 ] {9b26b6ff-fc0f-4d2b-84d7-4af2fe02889c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3858 | 2025.01.07 05:10:19.209072 [ 256 ] {9b26b6ff-fc0f-4d2b-84d7-4af2fe02889c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3859 | 2025.01.07 05:10:19.209765 [ 256 ] {9b26b6ff-fc0f-4d2b-84d7-4af2fe02889c} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3860 | 2025.01.07 05:10:19.209804 [ 256 ] {9b26b6ff-fc0f-4d2b-84d7-4af2fe02889c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3861 | 2025.01.07 05:10:19.210190 [ 256 ] {9b26b6ff-fc0f-4d2b-84d7-4af2fe02889c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3862 | 2025.01.07 05:10:19.210424 [ 256 ] {9b26b6ff-fc0f-4d2b-84d7-4af2fe02889c} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3863 | 2025.01.07 05:10:19.210655 [ 256 ] {9b26b6ff-fc0f-4d2b-84d7-4af2fe02889c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001734 sec., 17301.038062283737 rows/sec., 1.19 MiB/sec. | ||
| 3864 | 2025.01.07 05:10:19.210709 [ 256 ] {9b26b6ff-fc0f-4d2b-84d7-4af2fe02889c} <Debug> TCPHandler: Processed in 0.002066213 sec. | ||
| 3865 | 2025.01.07 05:10:19.455498 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3866 | 2025.01.07 05:10:19.474787 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3867 | 2025.01.07 05:10:19.474841 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3868 | 2025.01.07 05:10:19.482588 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3869 | 2025.01.07 05:10:19.483349 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3870 | 2025.01.07 05:10:19.485905 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3871 | 2025.01.07 05:10:23.928088 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 544 | ||
| 3872 | 2025.01.07 05:10:23.931326 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3873 | 2025.01.07 05:10:23.931388 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3874 | 2025.01.07 05:10:23.932904 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3875 | 2025.01.07 05:10:23.933222 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3876 | 2025.01.07 05:10:23.933881 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 544 | ||
| 3877 | 2025.01.07 05:10:24.222037 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3878 | 2025.01.07 05:10:24.222343 [ 5 ] {321d11e2-24d3-43ed-910a-1afc61971263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3879 | 2025.01.07 05:10:24.222459 [ 5 ] {321d11e2-24d3-43ed-910a-1afc61971263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3880 | 2025.01.07 05:10:24.223306 [ 5 ] {321d11e2-24d3-43ed-910a-1afc61971263} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3881 | 2025.01.07 05:10:24.223353 [ 5 ] {321d11e2-24d3-43ed-910a-1afc61971263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3882 | 2025.01.07 05:10:24.223808 [ 5 ] {321d11e2-24d3-43ed-910a-1afc61971263} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3883 | 2025.01.07 05:10:24.224079 [ 5 ] {321d11e2-24d3-43ed-910a-1afc61971263} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3884 | 2025.01.07 05:10:24.224285 [ 42 ] {} <Debug> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3885 | 2025.01.07 05:10:24.224328 [ 5 ] {321d11e2-24d3-43ed-910a-1afc61971263} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002067 sec., 6773.101112723755 rows/sec., 487.57 KiB/sec. | ||
| 3886 | 2025.01.07 05:10:24.224370 [ 42 ] {} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3887 | 2025.01.07 05:10:24.224446 [ 5 ] {321d11e2-24d3-43ed-910a-1afc61971263} <Debug> TCPHandler: Processed in 0.0025964 sec. | ||
| 3888 | 2025.01.07 05:10:24.224450 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3889 | 2025.01.07 05:10:24.224752 [ 192 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 3890 | 2025.01.07 05:10:24.224831 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3891 | 2025.01.07 05:10:24.224979 [ 192 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3892 | 2025.01.07 05:10:24.225069 [ 192 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 3893 | 2025.01.07 05:10:24.225165 [ 256 ] {b6a64211-bfe3-41d9-ac9b-5e803c9301af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3894 | 2025.01.07 05:10:24.225310 [ 192 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 3895 | 2025.01.07 05:10:24.225412 [ 256 ] {b6a64211-bfe3-41d9-ac9b-5e803c9301af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3896 | 2025.01.07 05:10:24.225621 [ 192 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 3897 | 2025.01.07 05:10:24.226084 [ 192 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 3898 | 2025.01.07 05:10:24.226366 [ 192 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 3899 | 2025.01.07 05:10:24.228245 [ 256 ] {b6a64211-bfe3-41d9-ac9b-5e803c9301af} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3900 | 2025.01.07 05:10:24.228337 [ 256 ] {b6a64211-bfe3-41d9-ac9b-5e803c9301af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3901 | 2025.01.07 05:10:24.229080 [ 192 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004488938 sec., 15593.888799533432 rows/sec., 1.16 MiB/sec. | ||
| 3902 | 2025.01.07 05:10:24.229372 [ 192 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3903 | 2025.01.07 05:10:24.229426 [ 256 ] {b6a64211-bfe3-41d9-ac9b-5e803c9301af} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3904 | 2025.01.07 05:10:24.229870 [ 192 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_9_2} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3905 | 2025.01.07 05:10:24.229910 [ 256 ] {b6a64211-bfe3-41d9-ac9b-5e803c9301af} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3906 | 2025.01.07 05:10:24.230051 [ 192 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_9_2} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3907 | 2025.01.07 05:10:24.230306 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3908 | 2025.01.07 05:10:24.230490 [ 256 ] {b6a64211-bfe3-41d9-ac9b-5e803c9301af} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.005419 sec., 1476.2871378483114 rows/sec., 120.38 KiB/sec. | ||
| 3909 | 2025.01.07 05:10:24.230585 [ 256 ] {b6a64211-bfe3-41d9-ac9b-5e803c9301af} <Debug> TCPHandler: Processed in 0.005977654 sec. | ||
| 3910 | 2025.01.07 05:10:24.230758 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3911 | 2025.01.07 05:10:24.230897 [ 5 ] {053052ce-e31a-408b-bd26-b93e1e0d7aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3912 | 2025.01.07 05:10:24.230957 [ 5 ] {053052ce-e31a-408b-bd26-b93e1e0d7aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3913 | 2025.01.07 05:10:24.232259 [ 5 ] {053052ce-e31a-408b-bd26-b93e1e0d7aa5} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3914 | 2025.01.07 05:10:24.232299 [ 5 ] {053052ce-e31a-408b-bd26-b93e1e0d7aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3915 | 2025.01.07 05:10:24.232760 [ 5 ] {053052ce-e31a-408b-bd26-b93e1e0d7aa5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3916 | 2025.01.07 05:10:24.233012 [ 5 ] {053052ce-e31a-408b-bd26-b93e1e0d7aa5} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3917 | 2025.01.07 05:10:24.233230 [ 5 ] {053052ce-e31a-408b-bd26-b93e1e0d7aa5} <Debug> executeQuery: Read 1349 rows, 114.99 KiB in 0.002362 sec., 571126.1642675699 rows/sec., 47.54 MiB/sec. | ||
| 3918 | 2025.01.07 05:10:24.233364 [ 5 ] {053052ce-e31a-408b-bd26-b93e1e0d7aa5} <Debug> TCPHandler: Processed in 0.002672463 sec. | ||
| 3919 | 2025.01.07 05:10:24.233562 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3920 | 2025.01.07 05:10:24.233776 [ 256 ] {256eaf3f-8730-49ad-b631-93f9ed6c0542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3921 | 2025.01.07 05:10:24.233873 [ 256 ] {256eaf3f-8730-49ad-b631-93f9ed6c0542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3922 | 2025.01.07 05:10:24.234830 [ 256 ] {256eaf3f-8730-49ad-b631-93f9ed6c0542} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3923 | 2025.01.07 05:10:24.234873 [ 256 ] {256eaf3f-8730-49ad-b631-93f9ed6c0542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3924 | 2025.01.07 05:10:24.235252 [ 256 ] {256eaf3f-8730-49ad-b631-93f9ed6c0542} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3925 | 2025.01.07 05:10:24.235496 [ 256 ] {256eaf3f-8730-49ad-b631-93f9ed6c0542} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3926 | 2025.01.07 05:10:24.235773 [ 256 ] {256eaf3f-8730-49ad-b631-93f9ed6c0542} <Debug> executeQuery: Read 31 rows, 2.22 KiB in 0.002056 sec., 15077.821011673152 rows/sec., 1.05 MiB/sec. | ||
| 3927 | 2025.01.07 05:10:24.236031 [ 256 ] {256eaf3f-8730-49ad-b631-93f9ed6c0542} <Debug> TCPHandler: Processed in 0.002557719 sec. | ||
| 3928 | 2025.01.07 05:10:24.236293 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3929 | 2025.01.07 05:10:24.236517 [ 5 ] {62daba72-8c1d-4196-8b22-d2ff49cf0298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3930 | 2025.01.07 05:10:24.236608 [ 5 ] {62daba72-8c1d-4196-8b22-d2ff49cf0298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3931 | 2025.01.07 05:10:24.237284 [ 5 ] {62daba72-8c1d-4196-8b22-d2ff49cf0298} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3932 | 2025.01.07 05:10:24.237323 [ 5 ] {62daba72-8c1d-4196-8b22-d2ff49cf0298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3933 | 2025.01.07 05:10:24.237698 [ 5 ] {62daba72-8c1d-4196-8b22-d2ff49cf0298} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3934 | 2025.01.07 05:10:24.237948 [ 5 ] {62daba72-8c1d-4196-8b22-d2ff49cf0298} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3935 | 2025.01.07 05:10:24.238118 [ 42 ] {} <Debug> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3936 | 2025.01.07 05:10:24.238177 [ 42 ] {} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3937 | 2025.01.07 05:10:24.238195 [ 5 ] {62daba72-8c1d-4196-8b22-d2ff49cf0298} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001728 sec., 140046.2962962963 rows/sec., 9.49 MiB/sec. | ||
| 3938 | 2025.01.07 05:10:24.238216 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3939 | 2025.01.07 05:10:24.238370 [ 5 ] {62daba72-8c1d-4196-8b22-d2ff49cf0298} <Debug> TCPHandler: Processed in 0.002199697 sec. | ||
| 3940 | 2025.01.07 05:10:24.238747 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::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 | ||
| 3941 | 2025.01.07 05:10:24.238842 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3942 | 2025.01.07 05:10:24.238944 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3943 | 2025.01.07 05:10:24.238987 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
| 3944 | 2025.01.07 05:10:24.239271 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 3945 | 2025.01.07 05:10:24.239433 [ 256 ] {55d9c78f-0149-4160-a981-f14cfb43f9a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3946 | 2025.01.07 05:10:24.239539 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 242 rows starting from the beginning of the part | ||
| 3947 | 2025.01.07 05:10:24.239697 [ 256 ] {55d9c78f-0149-4160-a981-f14cfb43f9a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3948 | 2025.01.07 05:10:24.239908 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 3949 | 2025.01.07 05:10:24.240338 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 3950 | 2025.01.07 05:10:24.240644 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 242 rows starting from the beginning of the part | ||
| 3951 | 2025.01.07 05:10:24.242415 [ 256 ] {55d9c78f-0149-4160-a981-f14cfb43f9a0} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3952 | 2025.01.07 05:10:24.242494 [ 256 ] {55d9c78f-0149-4160-a981-f14cfb43f9a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3953 | 2025.01.07 05:10:24.243396 [ 256 ] {55d9c78f-0149-4160-a981-f14cfb43f9a0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3954 | 2025.01.07 05:10:24.243758 [ 189 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005409936 sec., 142145.8590267981 rows/sec., 10.18 MiB/sec. | ||
| 3955 | 2025.01.07 05:10:24.243896 [ 256 ] {55d9c78f-0149-4160-a981-f14cfb43f9a0} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3956 | 2025.01.07 05:10:24.244017 [ 189 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3957 | 2025.01.07 05:10:24.244142 [ 42 ] {} <Debug> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3958 | 2025.01.07 05:10:24.244265 [ 42 ] {} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3959 | 2025.01.07 05:10:24.244352 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3960 | 2025.01.07 05:10:24.244478 [ 256 ] {55d9c78f-0149-4160-a981-f14cfb43f9a0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005336 sec., 2436.281859070465 rows/sec., 151.90 KiB/sec. | ||
| 3961 | 2025.01.07 05:10:24.244924 [ 193 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 3962 | 2025.01.07 05:10:24.244992 [ 256 ] {55d9c78f-0149-4160-a981-f14cfb43f9a0} <Debug> TCPHandler: Processed in 0.006474168 sec. | ||
| 3963 | 2025.01.07 05:10:24.245389 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3964 | 2025.01.07 05:10:24.245453 [ 189 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_11_2} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3965 | 2025.01.07 05:10:24.245485 [ 193 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3966 | 2025.01.07 05:10:24.245550 [ 193 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 3967 | 2025.01.07 05:10:24.245614 [ 189 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_11_2} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3968 | 2025.01.07 05:10:24.245638 [ 5 ] {00a1264c-ec20-4a45-9a9b-9ca47dc53d68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3969 | 2025.01.07 05:10:24.245876 [ 5 ] {00a1264c-ec20-4a45-9a9b-9ca47dc53d68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3970 | 2025.01.07 05:10:24.245970 [ 193 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 3971 | 2025.01.07 05:10:24.246035 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3972 | 2025.01.07 05:10:24.246361 [ 193 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 3973 | 2025.01.07 05:10:24.246608 [ 193 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 3974 | 2025.01.07 05:10:24.246949 [ 193 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 3975 | 2025.01.07 05:10:24.248621 [ 5 ] {00a1264c-ec20-4a45-9a9b-9ca47dc53d68} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3976 | 2025.01.07 05:10:24.248672 [ 5 ] {00a1264c-ec20-4a45-9a9b-9ca47dc53d68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3977 | 2025.01.07 05:10:24.248710 [ 196 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00423505 sec., 15348.106870048761 rows/sec., 1016.90 KiB/sec. | ||
| 3978 | 2025.01.07 05:10:24.248952 [ 196 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3979 | 2025.01.07 05:10:24.249435 [ 5 ] {00a1264c-ec20-4a45-9a9b-9ca47dc53d68} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3980 | 2025.01.07 05:10:24.249444 [ 196 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_9_2} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3981 | 2025.01.07 05:10:24.249591 [ 196 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_9_2} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3982 | 2025.01.07 05:10:24.249742 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3983 | 2025.01.07 05:10:24.249857 [ 5 ] {00a1264c-ec20-4a45-9a9b-9ca47dc53d68} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3984 | 2025.01.07 05:10:24.250082 [ 5 ] {00a1264c-ec20-4a45-9a9b-9ca47dc53d68} <Debug> executeQuery: Read 826 rows, 61.03 KiB in 0.004504 sec., 183392.53996447602 rows/sec., 13.23 MiB/sec. | ||
| 3985 | 2025.01.07 05:10:24.250143 [ 5 ] {00a1264c-ec20-4a45-9a9b-9ca47dc53d68} <Debug> TCPHandler: Processed in 0.004984063 sec. | ||
| 3986 | 2025.01.07 05:10:24.250315 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3987 | 2025.01.07 05:10:24.250461 [ 256 ] {1bf0afcc-0895-473e-bbe3-294cdeab7fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3988 | 2025.01.07 05:10:24.250525 [ 256 ] {1bf0afcc-0895-473e-bbe3-294cdeab7fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3989 | 2025.01.07 05:10:24.251048 [ 256 ] {1bf0afcc-0895-473e-bbe3-294cdeab7fc2} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3990 | 2025.01.07 05:10:24.251090 [ 256 ] {1bf0afcc-0895-473e-bbe3-294cdeab7fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 3991 | 2025.01.07 05:10:24.251463 [ 256 ] {1bf0afcc-0895-473e-bbe3-294cdeab7fc2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3992 | 2025.01.07 05:10:24.251715 [ 256 ] {1bf0afcc-0895-473e-bbe3-294cdeab7fc2} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3993 | 2025.01.07 05:10:24.251986 [ 256 ] {1bf0afcc-0895-473e-bbe3-294cdeab7fc2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 202.11 KiB/sec. | ||
| 3994 | 2025.01.07 05:10:24.252124 [ 256 ] {1bf0afcc-0895-473e-bbe3-294cdeab7fc2} <Debug> TCPHandler: Processed in 0.001872737 sec. | ||
| 3995 | 2025.01.07 05:10:24.252301 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3996 | 2025.01.07 05:10:24.252438 [ 5 ] {53cafa81-b090-4761-b30e-fa0dd7708fca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3997 | 2025.01.07 05:10:24.252502 [ 5 ] {53cafa81-b090-4761-b30e-fa0dd7708fca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3998 | 2025.01.07 05:10:24.253269 [ 5 ] {53cafa81-b090-4761-b30e-fa0dd7708fca} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3999 | 2025.01.07 05:10:24.253308 [ 5 ] {53cafa81-b090-4761-b30e-fa0dd7708fca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4000 | 2025.01.07 05:10:24.253750 [ 5 ] {53cafa81-b090-4761-b30e-fa0dd7708fca} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4001 | 2025.01.07 05:10:24.253995 [ 5 ] {53cafa81-b090-4761-b30e-fa0dd7708fca} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4002 | 2025.01.07 05:10:24.254169 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4003 | 2025.01.07 05:10:24.254226 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4004 | 2025.01.07 05:10:24.254239 [ 5 ] {53cafa81-b090-4761-b30e-fa0dd7708fca} <Debug> executeQuery: Read 901 rows, 61.46 KiB in 0.001821 sec., 494783.08621636464 rows/sec., 32.96 MiB/sec. | ||
| 4005 | 2025.01.07 05:10:24.254260 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4006 | 2025.01.07 05:10:24.254401 [ 5 ] {53cafa81-b090-4761-b30e-fa0dd7708fca} <Debug> TCPHandler: Processed in 0.002165056 sec. | ||
| 4007 | 2025.01.07 05:10:24.254451 [ 193 ] {851c0976-0e47-4f4c-8183-6b14c218352c::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 | ||
| 4008 | 2025.01.07 05:10:24.254610 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4009 | 2025.01.07 05:10:24.254631 [ 193 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4010 | 2025.01.07 05:10:24.254688 [ 193 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 5509 rows starting from the beginning of the part | ||
| 4011 | 2025.01.07 05:10:24.254938 [ 256 ] {a24bf171-d646-4e89-958e-d6e732e1153b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4012 | 2025.01.07 05:10:24.254976 [ 193 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 177 rows starting from the beginning of the part | ||
| 4013 | 2025.01.07 05:10:24.255126 [ 256 ] {a24bf171-d646-4e89-958e-d6e732e1153b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4014 | 2025.01.07 05:10:24.255353 [ 193 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 101 rows starting from the beginning of the part | ||
| 4015 | 2025.01.07 05:10:24.255716 [ 193 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 177 rows starting from the beginning of the part | ||
| 4016 | 2025.01.07 05:10:24.256103 [ 193 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 100 rows starting from the beginning of the part | ||
| 4017 | 2025.01.07 05:10:24.256469 [ 193 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 901 rows starting from the beginning of the part | ||
| 4018 | 2025.01.07 05:10:24.257439 [ 256 ] {a24bf171-d646-4e89-958e-d6e732e1153b} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4019 | 2025.01.07 05:10:24.257517 [ 256 ] {a24bf171-d646-4e89-958e-d6e732e1153b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4020 | 2025.01.07 05:10:24.258166 [ 256 ] {a24bf171-d646-4e89-958e-d6e732e1153b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4021 | 2025.01.07 05:10:24.258722 [ 256 ] {a24bf171-d646-4e89-958e-d6e732e1153b} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4022 | 2025.01.07 05:10:24.259201 [ 256 ] {a24bf171-d646-4e89-958e-d6e732e1153b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004395 sec., 227.53128555176337 rows/sec., 15.33 KiB/sec. | ||
| 4023 | 2025.01.07 05:10:24.259378 [ 256 ] {a24bf171-d646-4e89-958e-d6e732e1153b} <Debug> TCPHandler: Processed in 0.004865349 sec. | ||
| 4024 | 2025.01.07 05:10:24.259586 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4025 | 2025.01.07 05:10:24.259734 [ 5 ] {1389894f-1ac3-4249-9f3d-ae9c5ae8e248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4026 | 2025.01.07 05:10:24.259829 [ 5 ] {1389894f-1ac3-4249-9f3d-ae9c5ae8e248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4027 | 2025.01.07 05:10:24.260154 [ 193 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6965 rows, containing 5 columns (5 merged, 0 gathered) in 0.005762857 sec., 1208601.9139465026 rows/sec., 81.15 MiB/sec. | ||
| 4028 | 2025.01.07 05:10:24.260689 [ 193 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4029 | 2025.01.07 05:10:24.261045 [ 193 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4030 | 2025.01.07 05:10:24.261179 [ 193 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4031 | 2025.01.07 05:10:24.261280 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. | ||
| 4032 | 2025.01.07 05:10:24.261566 [ 5 ] {1389894f-1ac3-4249-9f3d-ae9c5ae8e248} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4033 | 2025.01.07 05:10:24.261607 [ 5 ] {1389894f-1ac3-4249-9f3d-ae9c5ae8e248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4034 | 2025.01.07 05:10:24.262243 [ 5 ] {1389894f-1ac3-4249-9f3d-ae9c5ae8e248} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4035 | 2025.01.07 05:10:24.262516 [ 5 ] {1389894f-1ac3-4249-9f3d-ae9c5ae8e248} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4036 | 2025.01.07 05:10:24.262718 [ 31 ] {} <Debug> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4037 | 2025.01.07 05:10:24.262796 [ 31 ] {} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4038 | 2025.01.07 05:10:24.262805 [ 5 ] {1389894f-1ac3-4249-9f3d-ae9c5ae8e248} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00309 sec., 5177.993527508091 rows/sec., 9.28 MiB/sec. | ||
| 4039 | 2025.01.07 05:10:24.262833 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4040 | 2025.01.07 05:10:24.263214 [ 5 ] {1389894f-1ac3-4249-9f3d-ae9c5ae8e248} <Debug> TCPHandler: Processed in 0.003699594 sec. | ||
| 4041 | 2025.01.07 05:10:24.263220 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 4042 | 2025.01.07 05:10:24.263433 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4043 | 2025.01.07 05:10:24.263626 [ 256 ] {01eca56c-3fad-4297-9c87-588bcb20d678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4044 | 2025.01.07 05:10:24.263666 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4045 | 2025.01.07 05:10:24.263697 [ 256 ] {01eca56c-3fad-4297-9c87-588bcb20d678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4046 | 2025.01.07 05:10:24.263774 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 197 rows starting from the beginning of the part | ||
| 4047 | 2025.01.07 05:10:24.264299 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part | ||
| 4048 | 2025.01.07 05:10:24.264961 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 25 rows starting from the beginning of the part | ||
| 4049 | 2025.01.07 05:10:24.265090 [ 256 ] {01eca56c-3fad-4297-9c87-588bcb20d678} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4050 | 2025.01.07 05:10:24.265176 [ 256 ] {01eca56c-3fad-4297-9c87-588bcb20d678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4051 | 2025.01.07 05:10:24.265569 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part | ||
| 4052 | 2025.01.07 05:10:24.266191 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 25 rows starting from the beginning of the part | ||
| 4053 | 2025.01.07 05:10:24.266305 [ 256 ] {01eca56c-3fad-4297-9c87-588bcb20d678} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4054 | 2025.01.07 05:10:24.266692 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 16 rows starting from the beginning of the part | ||
| 4055 | 2025.01.07 05:10:24.267019 [ 256 ] {01eca56c-3fad-4297-9c87-588bcb20d678} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4056 | 2025.01.07 05:10:24.267339 [ 31 ] {} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4057 | 2025.01.07 05:10:24.267405 [ 31 ] {} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4058 | 2025.01.07 05:10:24.267439 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4059 | 2025.01.07 05:10:24.267490 [ 256 ] {01eca56c-3fad-4297-9c87-588bcb20d678} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.003909 sec., 13302.634944998721 rows/sec., 843.41 KiB/sec. | ||
| 4060 | 2025.01.07 05:10:24.267870 [ 256 ] {01eca56c-3fad-4297-9c87-588bcb20d678} <Debug> TCPHandler: Processed in 0.00453954 sec. | ||
| 4061 | 2025.01.07 05:10:24.268002 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 4062 | 2025.01.07 05:10:24.268341 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4063 | 2025.01.07 05:10:24.268395 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 714 rows starting from the beginning of the part | ||
| 4064 | 2025.01.07 05:10:24.268621 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 52 rows starting from the beginning of the part | ||
| 4065 | 2025.01.07 05:10:24.268943 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
| 4066 | 2025.01.07 05:10:24.269329 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 52 rows starting from the beginning of the part | ||
| 4067 | 2025.01.07 05:10:24.269691 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part | ||
| 4068 | 2025.01.07 05:10:24.270053 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 52 rows starting from the beginning of the part | ||
| 4069 | 2025.01.07 05:10:24.273251 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 930 rows, containing 4 columns (4 merged, 0 gathered) in 0.005670924 sec., 163994.4390014749 rows/sec., 10.69 MiB/sec. | ||
| 4070 | 2025.01.07 05:10:24.273549 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4071 | 2025.01.07 05:10:24.274235 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_26_5} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4072 | 2025.01.07 05:10:24.274492 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_26_5} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4073 | 2025.01.07 05:10:24.274693 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 4074 | 2025.01.07 05:10:24.275786 [ 194 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 295 rows, containing 19 columns (19 merged, 0 gathered) in 0.012804143 sec., 23039.417788445506 rows/sec., 41.29 MiB/sec. | ||
| 4075 | 2025.01.07 05:10:24.276263 [ 194 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4076 | 2025.01.07 05:10:24.276679 [ 194 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4077 | 2025.01.07 05:10:24.276763 [ 194 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4078 | 2025.01.07 05:10:24.276915 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. | ||
| 4079 | 2025.01.07 05:10:26.404658 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 4080 | 2025.01.07 05:10:26.405330 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4081 | 2025.01.07 05:10:26.405383 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4082 | 2025.01.07 05:10:26.405920 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4083 | 2025.01.07 05:10:26.406173 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4084 | 2025.01.07 05:10:26.406419 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 4085 | 2025.01.07 05:10:26.986872 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4086 | 2025.01.07 05:10:27.011607 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4087 | 2025.01.07 05:10:27.011670 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4088 | 2025.01.07 05:10:27.020329 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4089 | 2025.01.07 05:10:27.021162 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4090 | 2025.01.07 05:10:27.025232 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4091 | 2025.01.07 05:10:29.188858 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4092 | 2025.01.07 05:10:29.189074 [ 5 ] {506c3683-3546-4431-9b82-2757c1477c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4093 | 2025.01.07 05:10:29.189158 [ 5 ] {506c3683-3546-4431-9b82-2757c1477c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4094 | 2025.01.07 05:10:29.190017 [ 5 ] {506c3683-3546-4431-9b82-2757c1477c33} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4095 | 2025.01.07 05:10:29.190066 [ 5 ] {506c3683-3546-4431-9b82-2757c1477c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4096 | 2025.01.07 05:10:29.190510 [ 5 ] {506c3683-3546-4431-9b82-2757c1477c33} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4097 | 2025.01.07 05:10:29.190768 [ 5 ] {506c3683-3546-4431-9b82-2757c1477c33} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4098 | 2025.01.07 05:10:29.190980 [ 5 ] {506c3683-3546-4431-9b82-2757c1477c33} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001966 sec., 38657.17192268566 rows/sec., 3.35 MiB/sec. | ||
| 4099 | 2025.01.07 05:10:29.191044 [ 5 ] {506c3683-3546-4431-9b82-2757c1477c33} <Debug> TCPHandler: Processed in 0.002363903 sec. | ||
| 4100 | 2025.01.07 05:10:29.191323 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4101 | 2025.01.07 05:10:29.191525 [ 256 ] {fb917011-8f09-4e89-9c7e-c55e28e98bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4102 | 2025.01.07 05:10:29.191603 [ 256 ] {fb917011-8f09-4e89-9c7e-c55e28e98bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4103 | 2025.01.07 05:10:29.192375 [ 256 ] {fb917011-8f09-4e89-9c7e-c55e28e98bdf} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4104 | 2025.01.07 05:10:29.192430 [ 256 ] {fb917011-8f09-4e89-9c7e-c55e28e98bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4105 | 2025.01.07 05:10:29.192874 [ 256 ] {fb917011-8f09-4e89-9c7e-c55e28e98bdf} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4106 | 2025.01.07 05:10:29.193145 [ 256 ] {fb917011-8f09-4e89-9c7e-c55e28e98bdf} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4107 | 2025.01.07 05:10:29.193455 [ 256 ] {fb917011-8f09-4e89-9c7e-c55e28e98bdf} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001961 sec., 12748.597654258032 rows/sec., 958.63 KiB/sec. | ||
| 4108 | 2025.01.07 05:10:29.193677 [ 256 ] {fb917011-8f09-4e89-9c7e-c55e28e98bdf} <Debug> TCPHandler: Processed in 0.002492947 sec. | ||
| 4109 | 2025.01.07 05:10:29.193879 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4110 | 2025.01.07 05:10:29.194002 [ 5 ] {505b5d6a-2aab-41d4-bd92-0a68baea221f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4111 | 2025.01.07 05:10:29.194060 [ 5 ] {505b5d6a-2aab-41d4-bd92-0a68baea221f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4112 | 2025.01.07 05:10:29.194691 [ 5 ] {505b5d6a-2aab-41d4-bd92-0a68baea221f} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4113 | 2025.01.07 05:10:29.194729 [ 5 ] {505b5d6a-2aab-41d4-bd92-0a68baea221f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4114 | 2025.01.07 05:10:29.195099 [ 5 ] {505b5d6a-2aab-41d4-bd92-0a68baea221f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4115 | 2025.01.07 05:10:29.195339 [ 5 ] {505b5d6a-2aab-41d4-bd92-0a68baea221f} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4116 | 2025.01.07 05:10:29.195521 [ 5 ] {505b5d6a-2aab-41d4-bd92-0a68baea221f} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001547 sec., 34259.857789269554 rows/sec., 2.68 MiB/sec. | ||
| 4117 | 2025.01.07 05:10:29.195574 [ 5 ] {505b5d6a-2aab-41d4-bd92-0a68baea221f} <Debug> TCPHandler: Processed in 0.001779755 sec. | ||
| 4118 | 2025.01.07 05:10:29.195716 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4119 | 2025.01.07 05:10:29.195859 [ 256 ] {7f8a0db1-8227-42f4-b7e9-7f1fdc39afe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4120 | 2025.01.07 05:10:29.195927 [ 256 ] {7f8a0db1-8227-42f4-b7e9-7f1fdc39afe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4121 | 2025.01.07 05:10:29.196614 [ 256 ] {7f8a0db1-8227-42f4-b7e9-7f1fdc39afe0} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4122 | 2025.01.07 05:10:29.196664 [ 256 ] {7f8a0db1-8227-42f4-b7e9-7f1fdc39afe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4123 | 2025.01.07 05:10:29.197074 [ 256 ] {7f8a0db1-8227-42f4-b7e9-7f1fdc39afe0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4124 | 2025.01.07 05:10:29.197311 [ 256 ] {7f8a0db1-8227-42f4-b7e9-7f1fdc39afe0} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4125 | 2025.01.07 05:10:29.197564 [ 256 ] {7f8a0db1-8227-42f4-b7e9-7f1fdc39afe0} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001742 sec., 57405.2812858783 rows/sec., 3.98 MiB/sec. | ||
| 4126 | 2025.01.07 05:10:29.197770 [ 256 ] {7f8a0db1-8227-42f4-b7e9-7f1fdc39afe0} <Debug> TCPHandler: Processed in 0.002109715 sec. | ||
| 4127 | 2025.01.07 05:10:29.197966 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4128 | 2025.01.07 05:10:29.198101 [ 5 ] {e70a603d-ac71-4641-acd6-9e5e5006a8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4129 | 2025.01.07 05:10:29.198188 [ 5 ] {e70a603d-ac71-4641-acd6-9e5e5006a8e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4130 | 2025.01.07 05:10:29.199454 [ 5 ] {e70a603d-ac71-4641-acd6-9e5e5006a8e3} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4131 | 2025.01.07 05:10:29.199492 [ 5 ] {e70a603d-ac71-4641-acd6-9e5e5006a8e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4132 | 2025.01.07 05:10:29.200143 [ 5 ] {e70a603d-ac71-4641-acd6-9e5e5006a8e3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4133 | 2025.01.07 05:10:29.200412 [ 5 ] {e70a603d-ac71-4641-acd6-9e5e5006a8e3} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4134 | 2025.01.07 05:10:29.200687 [ 5 ] {e70a603d-ac71-4641-acd6-9e5e5006a8e3} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.0026 sec., 9615.384615384615 rows/sec., 17.23 MiB/sec. | ||
| 4135 | 2025.01.07 05:10:29.201239 [ 5 ] {e70a603d-ac71-4641-acd6-9e5e5006a8e3} <Debug> TCPHandler: Processed in 0.003334183 sec. | ||
| 4136 | 2025.01.07 05:10:29.201524 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4137 | 2025.01.07 05:10:29.201766 [ 256 ] {ed640e5c-ccd2-4cdb-bd67-83af23a3a193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4138 | 2025.01.07 05:10:29.201842 [ 256 ] {ed640e5c-ccd2-4cdb-bd67-83af23a3a193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4139 | 2025.01.07 05:10:29.202337 [ 256 ] {ed640e5c-ccd2-4cdb-bd67-83af23a3a193} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4140 | 2025.01.07 05:10:29.202376 [ 256 ] {ed640e5c-ccd2-4cdb-bd67-83af23a3a193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4141 | 2025.01.07 05:10:29.202748 [ 256 ] {ed640e5c-ccd2-4cdb-bd67-83af23a3a193} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4142 | 2025.01.07 05:10:29.202985 [ 256 ] {ed640e5c-ccd2-4cdb-bd67-83af23a3a193} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4143 | 2025.01.07 05:10:29.203199 [ 256 ] {ed640e5c-ccd2-4cdb-bd67-83af23a3a193} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001497 sec., 20040.080160320642 rows/sec., 1.37 MiB/sec. | ||
| 4144 | 2025.01.07 05:10:29.203393 [ 256 ] {ed640e5c-ccd2-4cdb-bd67-83af23a3a193} <Debug> TCPHandler: Processed in 0.00197898 sec. | ||
| 4145 | 2025.01.07 05:10:33.804412 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4146 | 2025.01.07 05:10:33.804482 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4147 | 2025.01.07 05:10:33.907444 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 4148 | 2025.01.07 05:10:33.908073 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4149 | 2025.01.07 05:10:33.908115 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4150 | 2025.01.07 05:10:33.908687 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4151 | 2025.01.07 05:10:33.908953 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4152 | 2025.01.07 05:10:33.909213 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4153 | 2025.01.07 05:10:33.934948 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 580 | ||
| 4154 | 2025.01.07 05:10:33.938121 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4155 | 2025.01.07 05:10:33.938185 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4156 | 2025.01.07 05:10:33.939681 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4157 | 2025.01.07 05:10:33.940002 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4158 | 2025.01.07 05:10:33.940549 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 580 | ||
| 4159 | 2025.01.07 05:10:34.192657 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4160 | 2025.01.07 05:10:34.192963 [ 5 ] {5cffa16d-8191-4cc1-a030-10e53b9e35e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4161 | 2025.01.07 05:10:34.193038 [ 5 ] {5cffa16d-8191-4cc1-a030-10e53b9e35e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4162 | 2025.01.07 05:10:34.193793 [ 5 ] {5cffa16d-8191-4cc1-a030-10e53b9e35e8} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4163 | 2025.01.07 05:10:34.193843 [ 5 ] {5cffa16d-8191-4cc1-a030-10e53b9e35e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4164 | 2025.01.07 05:10:34.194266 [ 5 ] {5cffa16d-8191-4cc1-a030-10e53b9e35e8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4165 | 2025.01.07 05:10:34.194526 [ 5 ] {5cffa16d-8191-4cc1-a030-10e53b9e35e8} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4166 | 2025.01.07 05:10:34.194760 [ 5 ] {5cffa16d-8191-4cc1-a030-10e53b9e35e8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec. | ||
| 4167 | 2025.01.07 05:10:34.194828 [ 5 ] {5cffa16d-8191-4cc1-a030-10e53b9e35e8} <Debug> TCPHandler: Processed in 0.002361392 sec. | ||
| 4168 | 2025.01.07 05:10:34.195100 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4169 | 2025.01.07 05:10:34.195298 [ 256 ] {e0ec079a-d29d-4e48-a2cf-727a58f4a441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4170 | 2025.01.07 05:10:34.195377 [ 256 ] {e0ec079a-d29d-4e48-a2cf-727a58f4a441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4171 | 2025.01.07 05:10:34.196238 [ 256 ] {e0ec079a-d29d-4e48-a2cf-727a58f4a441} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4172 | 2025.01.07 05:10:34.196294 [ 256 ] {e0ec079a-d29d-4e48-a2cf-727a58f4a441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4173 | 2025.01.07 05:10:34.196738 [ 256 ] {e0ec079a-d29d-4e48-a2cf-727a58f4a441} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4174 | 2025.01.07 05:10:34.197002 [ 256 ] {e0ec079a-d29d-4e48-a2cf-727a58f4a441} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4175 | 2025.01.07 05:10:34.197206 [ 256 ] {e0ec079a-d29d-4e48-a2cf-727a58f4a441} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.001965 sec., 104325.69974554707 rows/sec., 9.23 MiB/sec. | ||
| 4176 | 2025.01.07 05:10:34.197272 [ 256 ] {e0ec079a-d29d-4e48-a2cf-727a58f4a441} <Debug> TCPHandler: Processed in 0.002308691 sec. | ||
| 4177 | 2025.01.07 05:10:34.197438 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4178 | 2025.01.07 05:10:34.197584 [ 5 ] {03c2a871-e3a1-4bd6-b868-8fb906073896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4179 | 2025.01.07 05:10:34.197646 [ 5 ] {03c2a871-e3a1-4bd6-b868-8fb906073896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4180 | 2025.01.07 05:10:34.198289 [ 5 ] {03c2a871-e3a1-4bd6-b868-8fb906073896} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4181 | 2025.01.07 05:10:34.198331 [ 5 ] {03c2a871-e3a1-4bd6-b868-8fb906073896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4182 | 2025.01.07 05:10:34.198693 [ 5 ] {03c2a871-e3a1-4bd6-b868-8fb906073896} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4183 | 2025.01.07 05:10:34.198935 [ 5 ] {03c2a871-e3a1-4bd6-b868-8fb906073896} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4184 | 2025.01.07 05:10:34.199121 [ 75 ] {} <Debug> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4185 | 2025.01.07 05:10:34.199191 [ 5 ] {03c2a871-e3a1-4bd6-b868-8fb906073896} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001641 sec., 14015.84399756246 rows/sec., 1011.08 KiB/sec. | ||
| 4186 | 2025.01.07 05:10:34.199221 [ 75 ] {} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4187 | 2025.01.07 05:10:34.199313 [ 5 ] {03c2a871-e3a1-4bd6-b868-8fb906073896} <Debug> TCPHandler: Processed in 0.00194098 sec. | ||
| 4188 | 2025.01.07 05:10:34.199313 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4189 | 2025.01.07 05:10:34.199561 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4190 | 2025.01.07 05:10:34.199561 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 4191 | 2025.01.07 05:10:34.199889 [ 256 ] {af6ce52a-3508-4606-bbda-24e7d1172cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4192 | 2025.01.07 05:10:34.199911 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4193 | 2025.01.07 05:10:34.200006 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 58 rows starting from the beginning of the part | ||
| 4194 | 2025.01.07 05:10:34.200017 [ 256 ] {af6ce52a-3508-4606-bbda-24e7d1172cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4195 | 2025.01.07 05:10:34.200354 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 23 rows starting from the beginning of the part | ||
| 4196 | 2025.01.07 05:10:34.200695 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 25 rows starting from the beginning of the part | ||
| 4197 | 2025.01.07 05:10:34.201044 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part | ||
| 4198 | 2025.01.07 05:10:34.201440 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 25 rows starting from the beginning of the part | ||
| 4199 | 2025.01.07 05:10:34.201857 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 23 rows starting from the beginning of the part | ||
| 4200 | 2025.01.07 05:10:34.203167 [ 256 ] {af6ce52a-3508-4606-bbda-24e7d1172cf9} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4201 | 2025.01.07 05:10:34.203229 [ 256 ] {af6ce52a-3508-4606-bbda-24e7d1172cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4202 | 2025.01.07 05:10:34.204393 [ 256 ] {af6ce52a-3508-4606-bbda-24e7d1172cf9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4203 | 2025.01.07 05:10:34.204950 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005474268 sec., 33794.47261259405 rows/sec., 2.54 MiB/sec. | ||
| 4204 | 2025.01.07 05:10:34.204956 [ 256 ] {af6ce52a-3508-4606-bbda-24e7d1172cf9} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4205 | 2025.01.07 05:10:34.205181 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4206 | 2025.01.07 05:10:34.205392 [ 256 ] {af6ce52a-3508-4606-bbda-24e7d1172cf9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005627 sec., 2488.004265150169 rows/sec., 174.24 KiB/sec. | ||
| 4207 | 2025.01.07 05:10:34.205553 [ 256 ] {af6ce52a-3508-4606-bbda-24e7d1172cf9} <Debug> TCPHandler: Processed in 0.006113288 sec. | ||
| 4208 | 2025.01.07 05:10:34.205774 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_21_4} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4209 | 2025.01.07 05:10:34.205787 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4210 | 2025.01.07 05:10:34.205906 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_21_4} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4211 | 2025.01.07 05:10:34.206024 [ 5 ] {4deec3e1-3f40-49f8-8e30-4c48a46f2aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4212 | 2025.01.07 05:10:34.206080 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4213 | 2025.01.07 05:10:34.206125 [ 5 ] {4deec3e1-3f40-49f8-8e30-4c48a46f2aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4214 | 2025.01.07 05:10:34.206706 [ 5 ] {4deec3e1-3f40-49f8-8e30-4c48a46f2aec} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4215 | 2025.01.07 05:10:34.206745 [ 5 ] {4deec3e1-3f40-49f8-8e30-4c48a46f2aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4216 | 2025.01.07 05:10:34.207104 [ 5 ] {4deec3e1-3f40-49f8-8e30-4c48a46f2aec} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4217 | 2025.01.07 05:10:34.207353 [ 5 ] {4deec3e1-3f40-49f8-8e30-4c48a46f2aec} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4218 | 2025.01.07 05:10:34.207593 [ 5 ] {4deec3e1-3f40-49f8-8e30-4c48a46f2aec} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001631 sec., 7970.570202329859 rows/sec., 496.96 KiB/sec. | ||
| 4219 | 2025.01.07 05:10:34.207672 [ 5 ] {4deec3e1-3f40-49f8-8e30-4c48a46f2aec} <Debug> TCPHandler: Processed in 0.001970371 sec. | ||
| 4220 | 2025.01.07 05:10:34.207822 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4221 | 2025.01.07 05:10:34.207940 [ 256 ] {b70e53a5-e76d-4fe5-83b6-dc5bae22116d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4222 | 2025.01.07 05:10:34.207990 [ 256 ] {b70e53a5-e76d-4fe5-83b6-dc5bae22116d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4223 | 2025.01.07 05:10:34.208705 [ 256 ] {b70e53a5-e76d-4fe5-83b6-dc5bae22116d} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4224 | 2025.01.07 05:10:34.208743 [ 256 ] {b70e53a5-e76d-4fe5-83b6-dc5bae22116d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4225 | 2025.01.07 05:10:34.209120 [ 256 ] {b70e53a5-e76d-4fe5-83b6-dc5bae22116d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4226 | 2025.01.07 05:10:34.209356 [ 256 ] {b70e53a5-e76d-4fe5-83b6-dc5bae22116d} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): 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.07 05:10:34.209538 [ 256 ] {b70e53a5-e76d-4fe5-83b6-dc5bae22116d} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.001624 sec., 222906.4039408867 rows/sec., 15.69 MiB/sec. | ||
| 4228 | 2025.01.07 05:10:34.209592 [ 256 ] {b70e53a5-e76d-4fe5-83b6-dc5bae22116d} <Debug> TCPHandler: Processed in 0.001827306 sec. | ||
| 4229 | 2025.01.07 05:10:34.209739 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4230 | 2025.01.07 05:10:34.209858 [ 5 ] {b5e86f8c-0ea5-4ee4-adf4-22a5f9950f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4231 | 2025.01.07 05:10:34.209915 [ 5 ] {b5e86f8c-0ea5-4ee4-adf4-22a5f9950f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4232 | 2025.01.07 05:10:34.210495 [ 5 ] {b5e86f8c-0ea5-4ee4-adf4-22a5f9950f3b} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4233 | 2025.01.07 05:10:34.210542 [ 5 ] {b5e86f8c-0ea5-4ee4-adf4-22a5f9950f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4234 | 2025.01.07 05:10:34.210967 [ 5 ] {b5e86f8c-0ea5-4ee4-adf4-22a5f9950f3b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4235 | 2025.01.07 05:10:34.211203 [ 5 ] {b5e86f8c-0ea5-4ee4-adf4-22a5f9950f3b} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4236 | 2025.01.07 05:10:34.211417 [ 5 ] {b5e86f8c-0ea5-4ee4-adf4-22a5f9950f3b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001584 sec., 3787.878787878788 rows/sec., 197.90 KiB/sec. | ||
| 4237 | 2025.01.07 05:10:34.211471 [ 5 ] {b5e86f8c-0ea5-4ee4-adf4-22a5f9950f3b} <Debug> TCPHandler: Processed in 0.001789825 sec. | ||
| 4238 | 2025.01.07 05:10:34.211621 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4239 | 2025.01.07 05:10:34.211739 [ 256 ] {5ea295ef-6a5c-45b1-bd40-925acf775bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4240 | 2025.01.07 05:10:34.211793 [ 256 ] {5ea295ef-6a5c-45b1-bd40-925acf775bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4241 | 2025.01.07 05:10:34.212350 [ 256 ] {5ea295ef-6a5c-45b1-bd40-925acf775bf8} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4242 | 2025.01.07 05:10:34.212388 [ 256 ] {5ea295ef-6a5c-45b1-bd40-925acf775bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4243 | 2025.01.07 05:10:34.212776 [ 256 ] {5ea295ef-6a5c-45b1-bd40-925acf775bf8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4244 | 2025.01.07 05:10:34.213013 [ 256 ] {5ea295ef-6a5c-45b1-bd40-925acf775bf8} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): 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.07 05:10:34.213188 [ 256 ] {5ea295ef-6a5c-45b1-bd40-925acf775bf8} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001475 sec., 120000 rows/sec., 7.92 MiB/sec. | ||
| 4246 | 2025.01.07 05:10:34.213242 [ 256 ] {5ea295ef-6a5c-45b1-bd40-925acf775bf8} <Debug> TCPHandler: Processed in 0.001680291 sec. | ||
| 4247 | 2025.01.07 05:10:34.213390 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4248 | 2025.01.07 05:10:34.213507 [ 5 ] {8e13066d-89a1-40fa-846e-333f38158c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4249 | 2025.01.07 05:10:34.213558 [ 5 ] {8e13066d-89a1-40fa-846e-333f38158c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4250 | 2025.01.07 05:10:34.214023 [ 5 ] {8e13066d-89a1-40fa-846e-333f38158c26} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4251 | 2025.01.07 05:10:34.214063 [ 5 ] {8e13066d-89a1-40fa-846e-333f38158c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4252 | 2025.01.07 05:10:34.214422 [ 5 ] {8e13066d-89a1-40fa-846e-333f38158c26} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4253 | 2025.01.07 05:10:34.214655 [ 5 ] {8e13066d-89a1-40fa-846e-333f38158c26} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4254 | 2025.01.07 05:10:34.214808 [ 75 ] {} <Debug> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4255 | 2025.01.07 05:10:34.214866 [ 75 ] {} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4256 | 2025.01.07 05:10:34.214899 [ 5 ] {8e13066d-89a1-40fa-846e-333f38158c26} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001409 sec., 709.7232079488999 rows/sec., 47.82 KiB/sec. | ||
| 4257 | 2025.01.07 05:10:34.214907 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4258 | 2025.01.07 05:10:34.215093 [ 5 ] {8e13066d-89a1-40fa-846e-333f38158c26} <Debug> TCPHandler: Processed in 0.001757014 sec. | ||
| 4259 | 2025.01.07 05:10:34.215408 [ 195 ] {155e2731-beb7-438a-8166-e2259aa0cf83::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 | ||
| 4260 | 2025.01.07 05:10:34.215416 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4261 | 2025.01.07 05:10:34.215622 [ 195 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4262 | 2025.01.07 05:10:34.215640 [ 256 ] {eb8d9bbd-39b8-45ec-9185-e956de616353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4263 | 2025.01.07 05:10:34.215660 [ 195 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part | ||
| 4264 | 2025.01.07 05:10:34.215867 [ 195 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 4265 | 2025.01.07 05:10:34.215884 [ 256 ] {eb8d9bbd-39b8-45ec-9185-e956de616353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4266 | 2025.01.07 05:10:34.216193 [ 195 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 4267 | 2025.01.07 05:10:34.216580 [ 195 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 4268 | 2025.01.07 05:10:34.216852 [ 195 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4269 | 2025.01.07 05:10:34.217215 [ 195 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4270 | 2025.01.07 05:10:34.219448 [ 195 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.004424846 sec., 2711.9587890742414 rows/sec., 180.97 KiB/sec. | ||
| 4271 | 2025.01.07 05:10:34.219581 [ 195 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4272 | 2025.01.07 05:10:34.219663 [ 256 ] {eb8d9bbd-39b8-45ec-9185-e956de616353} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4273 | 2025.01.07 05:10:34.219703 [ 256 ] {eb8d9bbd-39b8-45ec-9185-e956de616353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4274 | 2025.01.07 05:10:34.219950 [ 195 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_11_2} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4275 | 2025.01.07 05:10:34.220059 [ 195 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_11_2} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4276 | 2025.01.07 05:10:34.220144 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4277 | 2025.01.07 05:10:34.220446 [ 256 ] {eb8d9bbd-39b8-45ec-9185-e956de616353} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4278 | 2025.01.07 05:10:34.220700 [ 256 ] {eb8d9bbd-39b8-45ec-9185-e956de616353} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4279 | 2025.01.07 05:10:34.220908 [ 256 ] {eb8d9bbd-39b8-45ec-9185-e956de616353} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.005315 sec., 3010.3480714957664 rows/sec., 5.39 MiB/sec. | ||
| 4280 | 2025.01.07 05:10:34.221018 [ 256 ] {eb8d9bbd-39b8-45ec-9185-e956de616353} <Debug> TCPHandler: Processed in 0.005796748 sec. | ||
| 4281 | 2025.01.07 05:10:34.221258 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4282 | 2025.01.07 05:10:34.221481 [ 5 ] {933fa2b2-8042-4301-90de-066d69d0ef69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4283 | 2025.01.07 05:10:34.221575 [ 5 ] {933fa2b2-8042-4301-90de-066d69d0ef69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4284 | 2025.01.07 05:10:34.222226 [ 5 ] {933fa2b2-8042-4301-90de-066d69d0ef69} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4285 | 2025.01.07 05:10:34.222267 [ 5 ] {933fa2b2-8042-4301-90de-066d69d0ef69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4286 | 2025.01.07 05:10:34.222636 [ 5 ] {933fa2b2-8042-4301-90de-066d69d0ef69} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4287 | 2025.01.07 05:10:34.222869 [ 5 ] {933fa2b2-8042-4301-90de-066d69d0ef69} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4288 | 2025.01.07 05:10:34.223100 [ 5 ] {933fa2b2-8042-4301-90de-066d69d0ef69} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001668 sec., 31175.05995203837 rows/sec., 1.93 MiB/sec. | ||
| 4289 | 2025.01.07 05:10:34.223167 [ 5 ] {933fa2b2-8042-4301-90de-066d69d0ef69} <Debug> TCPHandler: Processed in 0.002020782 sec. | ||
| 4290 | 2025.01.07 05:10:34.526223 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4291 | 2025.01.07 05:10:34.549277 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4292 | 2025.01.07 05:10:34.549333 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4293 | 2025.01.07 05:10:34.556988 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4294 | 2025.01.07 05:10:34.557750 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4295 | 2025.01.07 05:10:34.560870 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4296 | 2025.01.07 05:10:37.298485 [ 72 ] {} <Debug> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4297 | 2025.01.07 05:10:37.298565 [ 72 ] {} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4298 | 2025.01.07 05:10:37.298588 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4299 | 2025.01.07 05:10:37.298791 [ 202 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 4300 | 2025.01.07 05:10:37.299039 [ 202 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4301 | 2025.01.07 05:10:37.299077 [ 202 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 4302 | 2025.01.07 05:10:37.299159 [ 202 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 4303 | 2025.01.07 05:10:37.299271 [ 202 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 4304 | 2025.01.07 05:10:37.299521 [ 202 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 4305 | 2025.01.07 05:10:37.299650 [ 202 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 4306 | 2025.01.07 05:10:37.300646 [ 188 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 5 columns (5 merged, 0 gathered) in 0.001982331 sec., 9080.219196491404 rows/sec., 775.90 KiB/sec. | ||
| 4307 | 2025.01.07 05:10:37.300865 [ 199 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4308 | 2025.01.07 05:10:37.301247 [ 199 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_5_1} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4309 | 2025.01.07 05:10:37.301340 [ 199 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_5_1} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4310 | 2025.01.07 05:10:37.301447 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4311 | 2025.01.07 05:10:39.188889 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4312 | 2025.01.07 05:10:39.189102 [ 5 ] {132e69fe-642b-4a01-8df9-8697bb5c6dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4313 | 2025.01.07 05:10:39.189180 [ 5 ] {132e69fe-642b-4a01-8df9-8697bb5c6dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4314 | 2025.01.07 05:10:39.189971 [ 5 ] {132e69fe-642b-4a01-8df9-8697bb5c6dff} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4315 | 2025.01.07 05:10:39.190027 [ 5 ] {132e69fe-642b-4a01-8df9-8697bb5c6dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4316 | 2025.01.07 05:10:39.190458 [ 5 ] {132e69fe-642b-4a01-8df9-8697bb5c6dff} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4317 | 2025.01.07 05:10:39.190717 [ 5 ] {132e69fe-642b-4a01-8df9-8697bb5c6dff} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4318 | 2025.01.07 05:10:39.191004 [ 5 ] {132e69fe-642b-4a01-8df9-8697bb5c6dff} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001957 sec., 1021.9724067450179 rows/sec., 83.33 KiB/sec. | ||
| 4319 | 2025.01.07 05:10:39.191141 [ 5 ] {132e69fe-642b-4a01-8df9-8697bb5c6dff} <Debug> TCPHandler: Processed in 0.002391313 sec. | ||
| 4320 | 2025.01.07 05:10:39.191409 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4321 | 2025.01.07 05:10:39.191608 [ 256 ] {d52b74f3-afbd-4dae-8179-322e05343eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4322 | 2025.01.07 05:10:39.191685 [ 256 ] {d52b74f3-afbd-4dae-8179-322e05343eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4323 | 2025.01.07 05:10:39.192480 [ 256 ] {d52b74f3-afbd-4dae-8179-322e05343eec} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4324 | 2025.01.07 05:10:39.192533 [ 256 ] {d52b74f3-afbd-4dae-8179-322e05343eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4325 | 2025.01.07 05:10:39.192984 [ 256 ] {d52b74f3-afbd-4dae-8179-322e05343eec} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4326 | 2025.01.07 05:10:39.193245 [ 256 ] {d52b74f3-afbd-4dae-8179-322e05343eec} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4327 | 2025.01.07 05:10:39.193494 [ 256 ] {d52b74f3-afbd-4dae-8179-322e05343eec} <Debug> executeQuery: Read 77 rows, 6.82 KiB in 0.001942 sec., 39649.84552008239 rows/sec., 3.43 MiB/sec. | ||
| 4328 | 2025.01.07 05:10:39.193564 [ 256 ] {d52b74f3-afbd-4dae-8179-322e05343eec} <Debug> TCPHandler: Processed in 0.002291821 sec. | ||
| 4329 | 2025.01.07 05:10:39.193727 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4330 | 2025.01.07 05:10:39.193873 [ 5 ] {c034f0d1-11c1-4db0-8d86-04dd5b16cee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4331 | 2025.01.07 05:10:39.193935 [ 5 ] {c034f0d1-11c1-4db0-8d86-04dd5b16cee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4332 | 2025.01.07 05:10:39.194566 [ 5 ] {c034f0d1-11c1-4db0-8d86-04dd5b16cee1} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4333 | 2025.01.07 05:10:39.194607 [ 5 ] {c034f0d1-11c1-4db0-8d86-04dd5b16cee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4334 | 2025.01.07 05:10:39.194968 [ 5 ] {c034f0d1-11c1-4db0-8d86-04dd5b16cee1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4335 | 2025.01.07 05:10:39.195214 [ 5 ] {c034f0d1-11c1-4db0-8d86-04dd5b16cee1} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4336 | 2025.01.07 05:10:39.195461 [ 5 ] {c034f0d1-11c1-4db0-8d86-04dd5b16cee1} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.001613 sec., 16738.995660260385 rows/sec., 1.22 MiB/sec. | ||
| 4337 | 2025.01.07 05:10:39.195676 [ 5 ] {c034f0d1-11c1-4db0-8d86-04dd5b16cee1} <Debug> TCPHandler: Processed in 0.002009622 sec. | ||
| 4338 | 2025.01.07 05:10:39.195860 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4339 | 2025.01.07 05:10:39.196004 [ 256 ] {ea4ed1e2-7ca1-456e-9d23-8b40c63f8108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4340 | 2025.01.07 05:10:39.196066 [ 256 ] {ea4ed1e2-7ca1-456e-9d23-8b40c63f8108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4341 | 2025.01.07 05:10:39.196685 [ 256 ] {ea4ed1e2-7ca1-456e-9d23-8b40c63f8108} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4342 | 2025.01.07 05:10:39.196726 [ 256 ] {ea4ed1e2-7ca1-456e-9d23-8b40c63f8108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4343 | 2025.01.07 05:10:39.197102 [ 256 ] {ea4ed1e2-7ca1-456e-9d23-8b40c63f8108} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4344 | 2025.01.07 05:10:39.197345 [ 256 ] {ea4ed1e2-7ca1-456e-9d23-8b40c63f8108} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4345 | 2025.01.07 05:10:39.197616 [ 256 ] {ea4ed1e2-7ca1-456e-9d23-8b40c63f8108} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001646 sec., 33414.33778857838 rows/sec., 2.61 MiB/sec. | ||
| 4346 | 2025.01.07 05:10:39.197828 [ 256 ] {ea4ed1e2-7ca1-456e-9d23-8b40c63f8108} <Debug> TCPHandler: Processed in 0.002041133 sec. | ||
| 4347 | 2025.01.07 05:10:39.198026 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4348 | 2025.01.07 05:10:39.198147 [ 5 ] {c3e79f2f-6344-4dcb-9c59-192f120e4787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4349 | 2025.01.07 05:10:39.198206 [ 5 ] {c3e79f2f-6344-4dcb-9c59-192f120e4787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4350 | 2025.01.07 05:10:39.198780 [ 5 ] {c3e79f2f-6344-4dcb-9c59-192f120e4787} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4351 | 2025.01.07 05:10:39.198821 [ 5 ] {c3e79f2f-6344-4dcb-9c59-192f120e4787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4352 | 2025.01.07 05:10:39.199227 [ 5 ] {c3e79f2f-6344-4dcb-9c59-192f120e4787} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4353 | 2025.01.07 05:10:39.199469 [ 5 ] {c3e79f2f-6344-4dcb-9c59-192f120e4787} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4354 | 2025.01.07 05:10:39.199690 [ 5 ] {c3e79f2f-6344-4dcb-9c59-192f120e4787} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001568 sec., 64413.26530612245 rows/sec., 4.47 MiB/sec. | ||
| 4355 | 2025.01.07 05:10:39.199752 [ 5 ] {c3e79f2f-6344-4dcb-9c59-192f120e4787} <Debug> TCPHandler: Processed in 0.001783025 sec. | ||
| 4356 | 2025.01.07 05:10:39.199904 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4357 | 2025.01.07 05:10:39.200023 [ 256 ] {ed9e442c-568d-4917-bf8e-c068ead12e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4358 | 2025.01.07 05:10:39.200115 [ 256 ] {ed9e442c-568d-4917-bf8e-c068ead12e57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4359 | 2025.01.07 05:10:39.201444 [ 256 ] {ed9e442c-568d-4917-bf8e-c068ead12e57} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4360 | 2025.01.07 05:10:39.201486 [ 256 ] {ed9e442c-568d-4917-bf8e-c068ead12e57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4361 | 2025.01.07 05:10:39.202214 [ 256 ] {ed9e442c-568d-4917-bf8e-c068ead12e57} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4362 | 2025.01.07 05:10:39.202474 [ 256 ] {ed9e442c-568d-4917-bf8e-c068ead12e57} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4363 | 2025.01.07 05:10:39.202720 [ 256 ] {ed9e442c-568d-4917-bf8e-c068ead12e57} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002722 sec., 9184.423218221895 rows/sec., 16.46 MiB/sec. | ||
| 4364 | 2025.01.07 05:10:39.202830 [ 256 ] {ed9e442c-568d-4917-bf8e-c068ead12e57} <Debug> TCPHandler: Processed in 0.002982182 sec. | ||
| 4365 | 2025.01.07 05:10:39.202979 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4366 | 2025.01.07 05:10:39.203113 [ 5 ] {c5ecde2c-7dac-43d7-af91-127481dce67c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4367 | 2025.01.07 05:10:39.203174 [ 5 ] {c5ecde2c-7dac-43d7-af91-127481dce67c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4368 | 2025.01.07 05:10:39.203754 [ 5 ] {c5ecde2c-7dac-43d7-af91-127481dce67c} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4369 | 2025.01.07 05:10:39.203835 [ 5 ] {c5ecde2c-7dac-43d7-af91-127481dce67c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4370 | 2025.01.07 05:10:39.204254 [ 5 ] {c5ecde2c-7dac-43d7-af91-127481dce67c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4371 | 2025.01.07 05:10:39.204493 [ 5 ] {c5ecde2c-7dac-43d7-af91-127481dce67c} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4372 | 2025.01.07 05:10:39.204742 [ 5 ] {c5ecde2c-7dac-43d7-af91-127481dce67c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001661 sec., 18061.408789885612 rows/sec., 1.24 MiB/sec. | ||
| 4373 | 2025.01.07 05:10:39.204940 [ 5 ] {c5ecde2c-7dac-43d7-af91-127481dce67c} <Debug> TCPHandler: Processed in 0.002016462 sec. | ||
| 4374 | 2025.01.07 05:10:41.410248 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4375 | 2025.01.07 05:10:41.411004 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4376 | 2025.01.07 05:10:41.411061 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4377 | 2025.01.07 05:10:41.411670 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4378 | 2025.01.07 05:10:41.411938 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4379 | 2025.01.07 05:10:41.412152 [ 81 ] {} <Debug> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4380 | 2025.01.07 05:10:41.412199 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4381 | 2025.01.07 05:10:41.412245 [ 81 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4382 | 2025.01.07 05:10:41.412279 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4383 | 2025.01.07 05:10:41.412508 [ 202 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 4384 | 2025.01.07 05:10:41.412736 [ 202 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4385 | 2025.01.07 05:10:41.412780 [ 202 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 4386 | 2025.01.07 05:10:41.412857 [ 202 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 4387 | 2025.01.07 05:10:41.412967 [ 202 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 4388 | 2025.01.07 05:10:41.413114 [ 202 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 4389 | 2025.01.07 05:10:41.413191 [ 202 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 4390 | 2025.01.07 05:10:41.413297 [ 202 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 4391 | 2025.01.07 05:10:41.415784 [ 188 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003413715 sec., 2841186.2150179497 rows/sec., 40.64 MiB/sec. | ||
| 4392 | 2025.01.07 05:10:41.416123 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4393 | 2025.01.07 05:10:41.416427 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_21_4} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4394 | 2025.01.07 05:10:41.416511 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_21_4} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4395 | 2025.01.07 05:10:41.416607 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4396 | 2025.01.07 05:10:42.061847 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4397 | 2025.01.07 05:10:42.084319 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4398 | 2025.01.07 05:10:42.084376 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4399 | 2025.01.07 05:10:42.095896 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4400 | 2025.01.07 05:10:42.096804 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4401 | 2025.01.07 05:10:42.097238 [ 80 ] {} <Debug> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4402 | 2025.01.07 05:10:42.097374 [ 80 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4403 | 2025.01.07 05:10:42.097458 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4404 | 2025.01.07 05:10:42.097869 [ 202 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 4405 | 2025.01.07 05:10:42.113708 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4406 | 2025.01.07 05:10:42.115342 [ 202 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4407 | 2025.01.07 05:10:42.116833 [ 202 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 4408 | 2025.01.07 05:10:42.122506 [ 202 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 4409 | 2025.01.07 05:10:42.128344 [ 202 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 4410 | 2025.01.07 05:10:42.133955 [ 202 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 4411 | 2025.01.07 05:10:42.139729 [ 202 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 4412 | 2025.01.07 05:10:42.144419 [ 202 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 4413 | 2025.01.07 05:10:42.202055 [ 191 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.10444206 sec., 1522.3751810333881 rows/sec., 7.87 MiB/sec. | ||
| 4414 | 2025.01.07 05:10:42.205032 [ 189 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4415 | 2025.01.07 05:10:42.207961 [ 189 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_21_4} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4416 | 2025.01.07 05:10:42.208088 [ 189 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_21_4} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4417 | 2025.01.07 05:10:42.210657 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4418 | 2025.01.07 05:10:43.001175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.62 MiB, peak 194.18 MiB, free memory in arenas 0.00 B, will set to 185.58 MiB (RSS), difference: 1.96 MiB | ||
| 4419 | 2025.01.07 05:10:43.941629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 616 | ||
| 4420 | 2025.01.07 05:10:43.944884 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4421 | 2025.01.07 05:10:43.944944 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4422 | 2025.01.07 05:10:43.946604 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4423 | 2025.01.07 05:10:43.946924 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4424 | 2025.01.07 05:10:43.947976 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 616 | ||
| 4425 | 2025.01.07 05:10:44.192264 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4426 | 2025.01.07 05:10:44.192496 [ 5 ] {88ee23d6-8177-4549-8d03-9214c92c1a65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4427 | 2025.01.07 05:10:44.192580 [ 5 ] {88ee23d6-8177-4549-8d03-9214c92c1a65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4428 | 2025.01.07 05:10:44.193506 [ 5 ] {88ee23d6-8177-4549-8d03-9214c92c1a65} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4429 | 2025.01.07 05:10:44.193568 [ 5 ] {88ee23d6-8177-4549-8d03-9214c92c1a65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4430 | 2025.01.07 05:10:44.194084 [ 5 ] {88ee23d6-8177-4549-8d03-9214c92c1a65} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4431 | 2025.01.07 05:10:44.194371 [ 5 ] {88ee23d6-8177-4549-8d03-9214c92c1a65} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4432 | 2025.01.07 05:10:44.194620 [ 5 ] {88ee23d6-8177-4549-8d03-9214c92c1a65} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002188 sec., 6398.537477148081 rows/sec., 460.61 KiB/sec. | ||
| 4433 | 2025.01.07 05:10:44.194687 [ 5 ] {88ee23d6-8177-4549-8d03-9214c92c1a65} <Debug> TCPHandler: Processed in 0.002580169 sec. | ||
| 4434 | 2025.01.07 05:10:44.194967 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4435 | 2025.01.07 05:10:44.195165 [ 256 ] {9a630651-4a2e-4a78-a683-7ec16521b561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4436 | 2025.01.07 05:10:44.195244 [ 256 ] {9a630651-4a2e-4a78-a683-7ec16521b561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4437 | 2025.01.07 05:10:44.196086 [ 256 ] {9a630651-4a2e-4a78-a683-7ec16521b561} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4438 | 2025.01.07 05:10:44.196141 [ 256 ] {9a630651-4a2e-4a78-a683-7ec16521b561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4439 | 2025.01.07 05:10:44.196589 [ 256 ] {9a630651-4a2e-4a78-a683-7ec16521b561} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4440 | 2025.01.07 05:10:44.196843 [ 256 ] {9a630651-4a2e-4a78-a683-7ec16521b561} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4441 | 2025.01.07 05:10:44.197036 [ 73 ] {} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 4442 | 2025.01.07 05:10:44.197109 [ 73 ] {} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4443 | 2025.01.07 05:10:44.197116 [ 256 ] {9a630651-4a2e-4a78-a683-7ec16521b561} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.001997 sec., 102653.98097145717 rows/sec., 9.08 MiB/sec. | ||
| 4444 | 2025.01.07 05:10:44.197147 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4445 | 2025.01.07 05:10:44.197291 [ 256 ] {9a630651-4a2e-4a78-a683-7ec16521b561} <Debug> TCPHandler: Processed in 0.002464026 sec. | ||
| 4446 | 2025.01.07 05:10:44.197563 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4447 | 2025.01.07 05:10:44.198023 [ 5 ] {669991d8-9274-4ea8-b1ff-c087325f428c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4448 | 2025.01.07 05:10:44.198081 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::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 | ||
| 4449 | 2025.01.07 05:10:44.198177 [ 5 ] {669991d8-9274-4ea8-b1ff-c087325f428c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4450 | 2025.01.07 05:10:44.198460 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4451 | 2025.01.07 05:10:44.198536 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 1402 rows starting from the beginning of the part | ||
| 4452 | 2025.01.07 05:10:44.198933 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1349 rows starting from the beginning of the part | ||
| 4453 | 2025.01.07 05:10:44.199298 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 76 rows starting from the beginning of the part | ||
| 4454 | 2025.01.07 05:10:44.199697 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 205 rows starting from the beginning of the part | ||
| 4455 | 2025.01.07 05:10:44.199986 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 77 rows starting from the beginning of the part | ||
| 4456 | 2025.01.07 05:10:44.200095 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 205 rows starting from the beginning of the part | ||
| 4457 | 2025.01.07 05:10:44.201138 [ 5 ] {669991d8-9274-4ea8-b1ff-c087325f428c} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4458 | 2025.01.07 05:10:44.201206 [ 5 ] {669991d8-9274-4ea8-b1ff-c087325f428c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4459 | 2025.01.07 05:10:44.202167 [ 5 ] {669991d8-9274-4ea8-b1ff-c087325f428c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4460 | 2025.01.07 05:10:44.202711 [ 5 ] {669991d8-9274-4ea8-b1ff-c087325f428c} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4461 | 2025.01.07 05:10:44.203052 [ 5 ] {669991d8-9274-4ea8-b1ff-c087325f428c} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.005195 sec., 4427.333974975939 rows/sec., 319.38 KiB/sec. | ||
| 4462 | 2025.01.07 05:10:44.203128 [ 5 ] {669991d8-9274-4ea8-b1ff-c087325f428c} <Debug> TCPHandler: Processed in 0.005724966 sec. | ||
| 4463 | 2025.01.07 05:10:44.203292 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4464 | 2025.01.07 05:10:44.203582 [ 256 ] {a1d631bc-1e56-4fb3-9edf-6bf50e25892f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4465 | 2025.01.07 05:10:44.203744 [ 256 ] {a1d631bc-1e56-4fb3-9edf-6bf50e25892f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4466 | 2025.01.07 05:10:44.203769 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3314 rows, containing 5 columns (5 merged, 0 gathered) in 0.006454628 sec., 513430.0535987512 rows/sec., 45.19 MiB/sec. | ||
| 4467 | 2025.01.07 05:10:44.204128 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 4468 | 2025.01.07 05:10:44.204775 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_30_6} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4469 | 2025.01.07 05:10:44.205001 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_30_6} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 4470 | 2025.01.07 05:10:44.205104 [ 256 ] {a1d631bc-1e56-4fb3-9edf-6bf50e25892f} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4471 | 2025.01.07 05:10:44.205173 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 4472 | 2025.01.07 05:10:44.205182 [ 256 ] {a1d631bc-1e56-4fb3-9edf-6bf50e25892f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4473 | 2025.01.07 05:10:44.205575 [ 256 ] {a1d631bc-1e56-4fb3-9edf-6bf50e25892f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4474 | 2025.01.07 05:10:44.205811 [ 256 ] {a1d631bc-1e56-4fb3-9edf-6bf50e25892f} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4475 | 2025.01.07 05:10:44.206084 [ 256 ] {a1d631bc-1e56-4fb3-9edf-6bf50e25892f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002633 sec., 5317.128750474743 rows/sec., 372.38 KiB/sec. | ||
| 4476 | 2025.01.07 05:10:44.206292 [ 256 ] {a1d631bc-1e56-4fb3-9edf-6bf50e25892f} <Debug> TCPHandler: Processed in 0.003068724 sec. | ||
| 4477 | 2025.01.07 05:10:44.206472 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4478 | 2025.01.07 05:10:44.206592 [ 5 ] {fbee7862-7dfc-4281-a588-60c51ad55e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4479 | 2025.01.07 05:10:44.206643 [ 5 ] {fbee7862-7dfc-4281-a588-60c51ad55e64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4480 | 2025.01.07 05:10:44.207233 [ 5 ] {fbee7862-7dfc-4281-a588-60c51ad55e64} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4481 | 2025.01.07 05:10:44.207274 [ 5 ] {fbee7862-7dfc-4281-a588-60c51ad55e64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4482 | 2025.01.07 05:10:44.207628 [ 5 ] {fbee7862-7dfc-4281-a588-60c51ad55e64} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4483 | 2025.01.07 05:10:44.207866 [ 5 ] {fbee7862-7dfc-4281-a588-60c51ad55e64} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4484 | 2025.01.07 05:10:44.208046 [ 5 ] {fbee7862-7dfc-4281-a588-60c51ad55e64} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00148 sec., 8783.783783783783 rows/sec., 547.67 KiB/sec. | ||
| 4485 | 2025.01.07 05:10:44.208100 [ 5 ] {fbee7862-7dfc-4281-a588-60c51ad55e64} <Debug> TCPHandler: Processed in 0.001687432 sec. | ||
| 4486 | 2025.01.07 05:10:44.208296 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4487 | 2025.01.07 05:10:44.208519 [ 256 ] {c2a71bb2-8151-4c2b-a883-c8096e1f117d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4488 | 2025.01.07 05:10:44.208609 [ 256 ] {c2a71bb2-8151-4c2b-a883-c8096e1f117d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4489 | 2025.01.07 05:10:44.209635 [ 256 ] {c2a71bb2-8151-4c2b-a883-c8096e1f117d} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4490 | 2025.01.07 05:10:44.209675 [ 256 ] {c2a71bb2-8151-4c2b-a883-c8096e1f117d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4491 | 2025.01.07 05:10:44.210051 [ 256 ] {c2a71bb2-8151-4c2b-a883-c8096e1f117d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4492 | 2025.01.07 05:10:44.210296 [ 256 ] {c2a71bb2-8151-4c2b-a883-c8096e1f117d} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4493 | 2025.01.07 05:10:44.210457 [ 73 ] {} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 4494 | 2025.01.07 05:10:44.210518 [ 73 ] {} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4495 | 2025.01.07 05:10:44.210558 [ 256 ] {c2a71bb2-8151-4c2b-a883-c8096e1f117d} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.002081 sec., 173954.829408938 rows/sec., 12.24 MiB/sec. | ||
| 4496 | 2025.01.07 05:10:44.210565 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4497 | 2025.01.07 05:10:44.210721 [ 256 ] {c2a71bb2-8151-4c2b-a883-c8096e1f117d} <Debug> TCPHandler: Processed in 0.002534988 sec. | ||
| 4498 | 2025.01.07 05:10:44.210813 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::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 | ||
| 4499 | 2025.01.07 05:10:44.210914 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4500 | 2025.01.07 05:10:44.210969 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4501 | 2025.01.07 05:10:44.211014 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 871 rows starting from the beginning of the part | ||
| 4502 | 2025.01.07 05:10:44.211073 [ 5 ] {fd0e9ecc-f1ba-4928-ae7f-2badd843b7da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4503 | 2025.01.07 05:10:44.211166 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 826 rows starting from the beginning of the part | ||
| 4504 | 2025.01.07 05:10:44.211202 [ 5 ] {fd0e9ecc-f1ba-4928-ae7f-2badd843b7da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4505 | 2025.01.07 05:10:44.211453 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 53 rows starting from the beginning of the part | ||
| 4506 | 2025.01.07 05:10:44.211863 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 362 rows starting from the beginning of the part | ||
| 4507 | 2025.01.07 05:10:44.212114 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 55 rows starting from the beginning of the part | ||
| 4508 | 2025.01.07 05:10:44.212333 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 362 rows starting from the beginning of the part | ||
| 4509 | 2025.01.07 05:10:44.212928 [ 5 ] {fd0e9ecc-f1ba-4928-ae7f-2badd843b7da} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4510 | 2025.01.07 05:10:44.212968 [ 5 ] {fd0e9ecc-f1ba-4928-ae7f-2badd843b7da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4511 | 2025.01.07 05:10:44.213482 [ 5 ] {fd0e9ecc-f1ba-4928-ae7f-2badd843b7da} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4512 | 2025.01.07 05:10:44.213772 [ 5 ] {fd0e9ecc-f1ba-4928-ae7f-2badd843b7da} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4513 | 2025.01.07 05:10:44.213908 [ 73 ] {} <Debug> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4514 | 2025.01.07 05:10:44.213978 [ 73 ] {} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4515 | 2025.01.07 05:10:44.214014 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4516 | 2025.01.07 05:10:44.214019 [ 5 ] {fd0e9ecc-f1ba-4928-ae7f-2badd843b7da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002985 sec., 2010.0502512562816 rows/sec., 105.02 KiB/sec. | ||
| 4517 | 2025.01.07 05:10:44.214461 [ 5 ] {fd0e9ecc-f1ba-4928-ae7f-2badd843b7da} <Debug> TCPHandler: Processed in 0.003612761 sec. | ||
| 4518 | 2025.01.07 05:10:44.214703 [ 190 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 4519 | 2025.01.07 05:10:44.214859 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4520 | 2025.01.07 05:10:44.214883 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2529 rows, containing 5 columns (5 merged, 0 gathered) in 0.004173579 sec., 605954.745315711 rows/sec., 45.94 MiB/sec. | ||
| 4521 | 2025.01.07 05:10:44.215118 [ 190 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4522 | 2025.01.07 05:10:44.215218 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 4523 | 2025.01.07 05:10:44.215237 [ 190 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 4524 | 2025.01.07 05:10:44.215240 [ 256 ] {85bfd61a-bc68-43ce-b739-7b272b70cc85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4525 | 2025.01.07 05:10:44.215648 [ 256 ] {85bfd61a-bc68-43ce-b739-7b272b70cc85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4526 | 2025.01.07 05:10:44.215720 [ 190 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 4527 | 2025.01.07 05:10:44.216091 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_30_6} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4528 | 2025.01.07 05:10:44.216143 [ 190 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 4529 | 2025.01.07 05:10:44.216473 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_30_6} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 4530 | 2025.01.07 05:10:44.216539 [ 190 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 4531 | 2025.01.07 05:10:44.216844 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 4532 | 2025.01.07 05:10:44.216869 [ 190 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 4533 | 2025.01.07 05:10:44.217249 [ 190 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 4534 | 2025.01.07 05:10:44.218926 [ 256 ] {85bfd61a-bc68-43ce-b739-7b272b70cc85} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4535 | 2025.01.07 05:10:44.219000 [ 256 ] {85bfd61a-bc68-43ce-b739-7b272b70cc85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4536 | 2025.01.07 05:10:44.220160 [ 256 ] {85bfd61a-bc68-43ce-b739-7b272b70cc85} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4537 | 2025.01.07 05:10:44.220164 [ 190 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005988684 sec., 11020.785200888877 rows/sec., 575.79 KiB/sec. | ||
| 4538 | 2025.01.07 05:10:44.220409 [ 200 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4539 | 2025.01.07 05:10:44.220633 [ 256 ] {85bfd61a-bc68-43ce-b739-7b272b70cc85} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4540 | 2025.01.07 05:10:44.221022 [ 256 ] {85bfd61a-bc68-43ce-b739-7b272b70cc85} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.005925 sec., 29873.41772151899 rows/sec., 1.97 MiB/sec. | ||
| 4541 | 2025.01.07 05:10:44.221174 [ 256 ] {85bfd61a-bc68-43ce-b739-7b272b70cc85} <Debug> TCPHandler: Processed in 0.006540071 sec. | ||
| 4542 | 2025.01.07 05:10:44.221202 [ 200 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_11_2} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4543 | 2025.01.07 05:10:44.221361 [ 200 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_11_2} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4544 | 2025.01.07 05:10:44.221375 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4545 | 2025.01.07 05:10:44.221506 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4546 | 2025.01.07 05:10:44.221590 [ 5 ] {7da23d03-e135-46d9-9131-7059f3adbbb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4547 | 2025.01.07 05:10:44.221656 [ 5 ] {7da23d03-e135-46d9-9131-7059f3adbbb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4548 | 2025.01.07 05:10:44.222214 [ 5 ] {7da23d03-e135-46d9-9131-7059f3adbbb0} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4549 | 2025.01.07 05:10:44.222253 [ 5 ] {7da23d03-e135-46d9-9131-7059f3adbbb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4550 | 2025.01.07 05:10:44.222621 [ 5 ] {7da23d03-e135-46d9-9131-7059f3adbbb0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4551 | 2025.01.07 05:10:44.222863 [ 5 ] {7da23d03-e135-46d9-9131-7059f3adbbb0} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4552 | 2025.01.07 05:10:44.223038 [ 5 ] {7da23d03-e135-46d9-9131-7059f3adbbb0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001497 sec., 668.002672010688 rows/sec., 45.01 KiB/sec. | ||
| 4553 | 2025.01.07 05:10:44.223086 [ 5 ] {7da23d03-e135-46d9-9131-7059f3adbbb0} <Debug> TCPHandler: Processed in 0.001792105 sec. | ||
| 4554 | 2025.01.07 05:10:44.223266 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4555 | 2025.01.07 05:10:44.223484 [ 256 ] {88d68553-232e-446b-b033-57ba0258dd41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4556 | 2025.01.07 05:10:44.223623 [ 256 ] {88d68553-232e-446b-b033-57ba0258dd41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4557 | 2025.01.07 05:10:44.225030 [ 256 ] {88d68553-232e-446b-b033-57ba0258dd41} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4558 | 2025.01.07 05:10:44.225071 [ 256 ] {88d68553-232e-446b-b033-57ba0258dd41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4559 | 2025.01.07 05:10:44.225729 [ 256 ] {88d68553-232e-446b-b033-57ba0258dd41} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4560 | 2025.01.07 05:10:44.225977 [ 256 ] {88d68553-232e-446b-b033-57ba0258dd41} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4561 | 2025.01.07 05:10:44.226255 [ 256 ] {88d68553-232e-446b-b033-57ba0258dd41} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002824 sec., 5665.7223796033995 rows/sec., 10.15 MiB/sec. | ||
| 4562 | 2025.01.07 05:10:44.226348 [ 256 ] {88d68553-232e-446b-b033-57ba0258dd41} <Debug> TCPHandler: Processed in 0.003177018 sec. | ||
| 4563 | 2025.01.07 05:10:44.226511 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4564 | 2025.01.07 05:10:44.226648 [ 5 ] {8c3d4a92-e5a7-469b-9b81-670a7bf4f96b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4565 | 2025.01.07 05:10:44.226708 [ 5 ] {8c3d4a92-e5a7-469b-9b81-670a7bf4f96b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4566 | 2025.01.07 05:10:44.227266 [ 5 ] {8c3d4a92-e5a7-469b-9b81-670a7bf4f96b} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4567 | 2025.01.07 05:10:44.227303 [ 5 ] {8c3d4a92-e5a7-469b-9b81-670a7bf4f96b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4568 | 2025.01.07 05:10:44.227664 [ 5 ] {8c3d4a92-e5a7-469b-9b81-670a7bf4f96b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4569 | 2025.01.07 05:10:44.227900 [ 5 ] {8c3d4a92-e5a7-469b-9b81-670a7bf4f96b} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4570 | 2025.01.07 05:10:44.228070 [ 5 ] {8c3d4a92-e5a7-469b-9b81-670a7bf4f96b} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001455 sec., 35738.831615120274 rows/sec., 2.21 MiB/sec. | ||
| 4571 | 2025.01.07 05:10:44.228117 [ 5 ] {8c3d4a92-e5a7-469b-9b81-670a7bf4f96b} <Debug> TCPHandler: Processed in 0.001671272 sec. | ||
| 4572 | 2025.01.07 05:10:48.804732 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4573 | 2025.01.07 05:10:48.804838 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4574 | 2025.01.07 05:10:48.913251 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4575 | 2025.01.07 05:10:48.913998 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4576 | 2025.01.07 05:10:48.914061 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4577 | 2025.01.07 05:10:48.914612 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4578 | 2025.01.07 05:10:48.914874 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4579 | 2025.01.07 05:10:48.915111 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4580 | 2025.01.07 05:10:49.189175 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4581 | 2025.01.07 05:10:49.189387 [ 5 ] {61a8e914-a78f-406e-adbf-a03b558712c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4582 | 2025.01.07 05:10:49.189463 [ 5 ] {61a8e914-a78f-406e-adbf-a03b558712c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4583 | 2025.01.07 05:10:49.190283 [ 5 ] {61a8e914-a78f-406e-adbf-a03b558712c7} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4584 | 2025.01.07 05:10:49.190334 [ 5 ] {61a8e914-a78f-406e-adbf-a03b558712c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4585 | 2025.01.07 05:10:49.190779 [ 5 ] {61a8e914-a78f-406e-adbf-a03b558712c7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4586 | 2025.01.07 05:10:49.191038 [ 5 ] {61a8e914-a78f-406e-adbf-a03b558712c7} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4587 | 2025.01.07 05:10:49.191294 [ 5 ] {61a8e914-a78f-406e-adbf-a03b558712c7} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001965 sec., 38676.84478371501 rows/sec., 3.36 MiB/sec. | ||
| 4588 | 2025.01.07 05:10:49.191432 [ 5 ] {61a8e914-a78f-406e-adbf-a03b558712c7} <Debug> TCPHandler: Processed in 0.002401414 sec. | ||
| 4589 | 2025.01.07 05:10:49.191707 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4590 | 2025.01.07 05:10:49.191899 [ 256 ] {746f8a51-95f3-4ccc-bd5a-5a2eb1f99ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4591 | 2025.01.07 05:10:49.191975 [ 256 ] {746f8a51-95f3-4ccc-bd5a-5a2eb1f99ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4592 | 2025.01.07 05:10:49.192750 [ 256 ] {746f8a51-95f3-4ccc-bd5a-5a2eb1f99ccf} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4593 | 2025.01.07 05:10:49.192798 [ 256 ] {746f8a51-95f3-4ccc-bd5a-5a2eb1f99ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4594 | 2025.01.07 05:10:49.193234 [ 256 ] {746f8a51-95f3-4ccc-bd5a-5a2eb1f99ccf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4595 | 2025.01.07 05:10:49.193503 [ 256 ] {746f8a51-95f3-4ccc-bd5a-5a2eb1f99ccf} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4596 | 2025.01.07 05:10:49.193748 [ 256 ] {746f8a51-95f3-4ccc-bd5a-5a2eb1f99ccf} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001904 sec., 13130.252100840335 rows/sec., 987.33 KiB/sec. | ||
| 4597 | 2025.01.07 05:10:49.193813 [ 256 ] {746f8a51-95f3-4ccc-bd5a-5a2eb1f99ccf} <Debug> TCPHandler: Processed in 0.002236229 sec. | ||
| 4598 | 2025.01.07 05:10:49.193986 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4599 | 2025.01.07 05:10:49.194131 [ 5 ] {4bd70676-0543-4c9c-a41d-780ebb8ab75c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4600 | 2025.01.07 05:10:49.194197 [ 5 ] {4bd70676-0543-4c9c-a41d-780ebb8ab75c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4601 | 2025.01.07 05:10:49.194833 [ 5 ] {4bd70676-0543-4c9c-a41d-780ebb8ab75c} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4602 | 2025.01.07 05:10:49.194874 [ 5 ] {4bd70676-0543-4c9c-a41d-780ebb8ab75c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4603 | 2025.01.07 05:10:49.195250 [ 5 ] {4bd70676-0543-4c9c-a41d-780ebb8ab75c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4604 | 2025.01.07 05:10:49.195496 [ 5 ] {4bd70676-0543-4c9c-a41d-780ebb8ab75c} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4605 | 2025.01.07 05:10:49.195751 [ 5 ] {4bd70676-0543-4c9c-a41d-780ebb8ab75c} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001649 sec., 32140.69132807762 rows/sec., 2.51 MiB/sec. | ||
| 4606 | 2025.01.07 05:10:49.195950 [ 5 ] {4bd70676-0543-4c9c-a41d-780ebb8ab75c} <Debug> TCPHandler: Processed in 0.002024442 sec. | ||
| 4607 | 2025.01.07 05:10:49.196172 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4608 | 2025.01.07 05:10:49.196316 [ 256 ] {3c026bf2-a70f-4a9f-99d3-e22f9a7334f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4609 | 2025.01.07 05:10:49.196381 [ 256 ] {3c026bf2-a70f-4a9f-99d3-e22f9a7334f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4610 | 2025.01.07 05:10:49.197027 [ 256 ] {3c026bf2-a70f-4a9f-99d3-e22f9a7334f0} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4611 | 2025.01.07 05:10:49.197076 [ 256 ] {3c026bf2-a70f-4a9f-99d3-e22f9a7334f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4612 | 2025.01.07 05:10:49.197516 [ 256 ] {3c026bf2-a70f-4a9f-99d3-e22f9a7334f0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4613 | 2025.01.07 05:10:49.197760 [ 256 ] {3c026bf2-a70f-4a9f-99d3-e22f9a7334f0} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4614 | 2025.01.07 05:10:49.197937 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4615 | 2025.01.07 05:10:49.198017 [ 256 ] {3c026bf2-a70f-4a9f-99d3-e22f9a7334f0} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001734 sec., 57670.12687427912 rows/sec., 4.00 MiB/sec. | ||
| 4616 | 2025.01.07 05:10:49.198036 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4617 | 2025.01.07 05:10:49.198105 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4618 | 2025.01.07 05:10:49.198161 [ 256 ] {3c026bf2-a70f-4a9f-99d3-e22f9a7334f0} <Debug> TCPHandler: Processed in 0.002097815 sec. | ||
| 4619 | 2025.01.07 05:10:49.198410 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4620 | 2025.01.07 05:10:49.198417 [ 192 ] {851c0976-0e47-4f4c-8183-6b14c218352c::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 | ||
| 4621 | 2025.01.07 05:10:49.198651 [ 5 ] {1120957a-f543-4f15-a3c3-806be7cc9694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4622 | 2025.01.07 05:10:49.198725 [ 192 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4623 | 2025.01.07 05:10:49.198848 [ 192 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 6965 rows starting from the beginning of the part | ||
| 4624 | 2025.01.07 05:10:49.198855 [ 5 ] {1120957a-f543-4f15-a3c3-806be7cc9694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4625 | 2025.01.07 05:10:49.199298 [ 192 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 100 rows starting from the beginning of the part | ||
| 4626 | 2025.01.07 05:10:49.199598 [ 192 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 177 rows starting from the beginning of the part | ||
| 4627 | 2025.01.07 05:10:49.199938 [ 192 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 101 rows starting from the beginning of the part | ||
| 4628 | 2025.01.07 05:10:49.200306 [ 192 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 177 rows starting from the beginning of the part | ||
| 4629 | 2025.01.07 05:10:49.200719 [ 192 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 100 rows starting from the beginning of the part | ||
| 4630 | 2025.01.07 05:10:49.204073 [ 5 ] {1120957a-f543-4f15-a3c3-806be7cc9694} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4631 | 2025.01.07 05:10:49.204156 [ 5 ] {1120957a-f543-4f15-a3c3-806be7cc9694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4632 | 2025.01.07 05:10:49.205761 [ 5 ] {1120957a-f543-4f15-a3c3-806be7cc9694} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4633 | 2025.01.07 05:10:49.206118 [ 5 ] {1120957a-f543-4f15-a3c3-806be7cc9694} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4634 | 2025.01.07 05:10:49.206511 [ 64 ] {} <Debug> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4635 | 2025.01.07 05:10:49.206616 [ 64 ] {} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4636 | 2025.01.07 05:10:49.206672 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7620 rows, containing 5 columns (5 merged, 0 gathered) in 0.008422998 sec., 904666.0108431702 rows/sec., 60.77 MiB/sec. | ||
| 4637 | 2025.01.07 05:10:49.206690 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4638 | 2025.01.07 05:10:49.206839 [ 5 ] {1120957a-f543-4f15-a3c3-806be7cc9694} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.008251 sec., 3029.9357653617744 rows/sec., 5.43 MiB/sec. | ||
| 4639 | 2025.01.07 05:10:49.206940 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 4640 | 2025.01.07 05:10:49.207052 [ 5 ] {1120957a-f543-4f15-a3c3-806be7cc9694} <Debug> TCPHandler: Processed in 0.008768079 sec. | ||
| 4641 | 2025.01.07 05:10:49.207276 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4642 | 2025.01.07 05:10:49.207527 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4643 | 2025.01.07 05:10:49.207547 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4644 | 2025.01.07 05:10:49.207612 [ 256 ] {5c8bb041-244c-4db3-a6dd-e46630b0bb72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4645 | 2025.01.07 05:10:49.207829 [ 256 ] {5c8bb041-244c-4db3-a6dd-e46630b0bb72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4646 | 2025.01.07 05:10:49.207867 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 295 rows starting from the beginning of the part | ||
| 4647 | 2025.01.07 05:10:49.208698 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4648 | 2025.01.07 05:10:49.209296 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 25 rows starting from the beginning of the part | ||
| 4649 | 2025.01.07 05:10:49.209361 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4650 | 2025.01.07 05:10:49.209674 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
| 4651 | 2025.01.07 05:10:49.210264 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part | ||
| 4652 | 2025.01.07 05:10:49.211038 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 25 rows starting from the beginning of the part | ||
| 4653 | 2025.01.07 05:10:49.211057 [ 256 ] {5c8bb041-244c-4db3-a6dd-e46630b0bb72} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4654 | 2025.01.07 05:10:49.211142 [ 256 ] {5c8bb041-244c-4db3-a6dd-e46630b0bb72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4655 | 2025.01.07 05:10:49.211607 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part | ||
| 4656 | 2025.01.07 05:10:49.212270 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 25 rows starting from the beginning of the part | ||
| 4657 | 2025.01.07 05:10:49.212592 [ 256 ] {5c8bb041-244c-4db3-a6dd-e46630b0bb72} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4658 | 2025.01.07 05:10:49.213298 [ 256 ] {5c8bb041-244c-4db3-a6dd-e46630b0bb72} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4659 | 2025.01.07 05:10:49.213534 [ 64 ] {} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4660 | 2025.01.07 05:10:49.213632 [ 64 ] {} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4661 | 2025.01.07 05:10:49.213700 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4662 | 2025.01.07 05:10:49.214035 [ 256 ] {5c8bb041-244c-4db3-a6dd-e46630b0bb72} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.006461 sec., 4643.244079863798 rows/sec., 325.72 KiB/sec. | ||
| 4663 | 2025.01.07 05:10:49.214371 [ 194 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 4664 | 2025.01.07 05:10:49.215177 [ 194 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4665 | 2025.01.07 05:10:49.215220 [ 256 ] {5c8bb041-244c-4db3-a6dd-e46630b0bb72} <Debug> TCPHandler: Processed in 0.008054078 sec. | ||
| 4666 | 2025.01.07 05:10:49.215296 [ 194 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 930 rows starting from the beginning of the part | ||
| 4667 | 2025.01.07 05:10:49.215629 [ 194 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
| 4668 | 2025.01.07 05:10:49.215848 [ 194 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 52 rows starting from the beginning of the part | ||
| 4669 | 2025.01.07 05:10:49.216083 [ 194 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part | ||
| 4670 | 2025.01.07 05:10:49.216338 [ 194 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 52 rows starting from the beginning of the part | ||
| 4671 | 2025.01.07 05:10:49.216626 [ 194 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 30 rows starting from the beginning of the part | ||
| 4672 | 2025.01.07 05:10:49.220373 [ 194 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1124 rows, containing 4 columns (4 merged, 0 gathered) in 0.00651313 sec., 172574.47648058613 rows/sec., 11.24 MiB/sec. | ||
| 4673 | 2025.01.07 05:10:49.220674 [ 194 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4674 | 2025.01.07 05:10:49.221405 [ 194 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_31_6} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4675 | 2025.01.07 05:10:49.221592 [ 194 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_31_6} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4676 | 2025.01.07 05:10:49.221688 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 4677 | 2025.01.07 05:10:49.222609 [ 198 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 402 rows, containing 19 columns (19 merged, 0 gathered) in 0.015774945 sec., 25483.448595224898 rows/sec., 45.67 MiB/sec. | ||
| 4678 | 2025.01.07 05:10:49.223346 [ 199 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4679 | 2025.01.07 05:10:49.223776 [ 199 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4680 | 2025.01.07 05:10:49.223859 [ 199 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4681 | 2025.01.07 05:10:49.224005 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 4682 | 2025.01.07 05:10:49.614696 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4683 | 2025.01.07 05:10:49.633255 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4684 | 2025.01.07 05:10:49.633305 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4685 | 2025.01.07 05:10:49.640728 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4686 | 2025.01.07 05:10:49.641475 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4687 | 2025.01.07 05:10:49.643924 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4688 | 2025.01.07 05:10:50.001166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.78 MiB, peak 194.18 MiB, free memory in arenas 0.00 B, will set to 188.26 MiB (RSS), difference: 1.48 MiB | ||
| 4689 | 2025.01.07 05:10:53.949054 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 650 | ||
| 4690 | 2025.01.07 05:10:53.952435 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4691 | 2025.01.07 05:10:53.952494 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4692 | 2025.01.07 05:10:53.953958 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4693 | 2025.01.07 05:10:53.954267 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4694 | 2025.01.07 05:10:53.954497 [ 53 ] {} <Debug> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4695 | 2025.01.07 05:10:53.954663 [ 53 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4696 | 2025.01.07 05:10:53.954792 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4697 | 2025.01.07 05:10:53.955312 [ 186 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 4698 | 2025.01.07 05:10:53.956266 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 650 | ||
| 4699 | 2025.01.07 05:10:53.956611 [ 186 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4700 | 2025.01.07 05:10:53.956755 [ 186 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 474 rows starting from the beginning of the part | ||
| 4701 | 2025.01.07 05:10:53.957358 [ 186 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 4702 | 2025.01.07 05:10:53.957909 [ 186 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part | ||
| 4703 | 2025.01.07 05:10:53.958429 [ 186 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part | ||
| 4704 | 2025.01.07 05:10:53.958950 [ 186 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 4705 | 2025.01.07 05:10:53.959415 [ 186 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part | ||
| 4706 | 2025.01.07 05:10:53.967244 [ 199 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 650 rows, containing 72 columns (72 merged, 0 gathered) in 0.012285368 sec., 52908.46802472665 rows/sec., 45.19 MiB/sec. | ||
| 4707 | 2025.01.07 05:10:53.968193 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4708 | 2025.01.07 05:10:53.968883 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_16_3} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4709 | 2025.01.07 05:10:53.968961 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_16_3} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4710 | 2025.01.07 05:10:53.969152 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. | ||
| 4711 | 2025.01.07 05:10:54.220625 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4712 | 2025.01.07 05:10:54.220831 [ 5 ] {b6175ce7-df8a-4f1d-80a9-745a5dd32184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4713 | 2025.01.07 05:10:54.220911 [ 5 ] {b6175ce7-df8a-4f1d-80a9-745a5dd32184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4714 | 2025.01.07 05:10:54.221721 [ 5 ] {b6175ce7-df8a-4f1d-80a9-745a5dd32184} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4715 | 2025.01.07 05:10:54.221765 [ 5 ] {b6175ce7-df8a-4f1d-80a9-745a5dd32184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4716 | 2025.01.07 05:10:54.222203 [ 5 ] {b6175ce7-df8a-4f1d-80a9-745a5dd32184} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4717 | 2025.01.07 05:10:54.222460 [ 5 ] {b6175ce7-df8a-4f1d-80a9-745a5dd32184} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4718 | 2025.01.07 05:10:54.222703 [ 5 ] {b6175ce7-df8a-4f1d-80a9-745a5dd32184} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001919 sec., 7295.4663887441375 rows/sec., 525.18 KiB/sec. | ||
| 4719 | 2025.01.07 05:10:54.222921 [ 5 ] {b6175ce7-df8a-4f1d-80a9-745a5dd32184} <Debug> TCPHandler: Processed in 0.002450166 sec. | ||
| 4720 | 2025.01.07 05:10:54.223244 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4721 | 2025.01.07 05:10:54.223464 [ 256 ] {cdc28f8f-8b44-4291-8a28-35ff302373c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4722 | 2025.01.07 05:10:54.223544 [ 256 ] {cdc28f8f-8b44-4291-8a28-35ff302373c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4723 | 2025.01.07 05:10:54.224307 [ 256 ] {cdc28f8f-8b44-4291-8a28-35ff302373c9} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4724 | 2025.01.07 05:10:54.224358 [ 256 ] {cdc28f8f-8b44-4291-8a28-35ff302373c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4725 | 2025.01.07 05:10:54.224780 [ 256 ] {cdc28f8f-8b44-4291-8a28-35ff302373c9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4726 | 2025.01.07 05:10:54.225030 [ 256 ] {cdc28f8f-8b44-4291-8a28-35ff302373c9} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4727 | 2025.01.07 05:10:54.225293 [ 256 ] {cdc28f8f-8b44-4291-8a28-35ff302373c9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001885 sec., 1061.0079575596817 rows/sec., 86.52 KiB/sec. | ||
| 4728 | 2025.01.07 05:10:54.225365 [ 256 ] {cdc28f8f-8b44-4291-8a28-35ff302373c9} <Debug> TCPHandler: Processed in 0.002293551 sec. | ||
| 4729 | 2025.01.07 05:10:54.225534 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4730 | 2025.01.07 05:10:54.225679 [ 5 ] {b1f7d998-bfbd-4b6b-ad46-02bcb548e6e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4731 | 2025.01.07 05:10:54.225740 [ 5 ] {b1f7d998-bfbd-4b6b-ad46-02bcb548e6e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4732 | 2025.01.07 05:10:54.226942 [ 5 ] {b1f7d998-bfbd-4b6b-ad46-02bcb548e6e9} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4733 | 2025.01.07 05:10:54.226983 [ 5 ] {b1f7d998-bfbd-4b6b-ad46-02bcb548e6e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4734 | 2025.01.07 05:10:54.227457 [ 5 ] {b1f7d998-bfbd-4b6b-ad46-02bcb548e6e9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4735 | 2025.01.07 05:10:54.227698 [ 5 ] {b1f7d998-bfbd-4b6b-ad46-02bcb548e6e9} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4736 | 2025.01.07 05:10:54.227881 [ 5 ] {b1f7d998-bfbd-4b6b-ad46-02bcb548e6e9} <Debug> executeQuery: Read 1346 rows, 114.77 KiB in 0.002238 sec., 601429.8480786417 rows/sec., 50.08 MiB/sec. | ||
| 4737 | 2025.01.07 05:10:54.227936 [ 5 ] {b1f7d998-bfbd-4b6b-ad46-02bcb548e6e9} <Debug> TCPHandler: Processed in 0.002469126 sec. | ||
| 4738 | 2025.01.07 05:10:54.228090 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4739 | 2025.01.07 05:10:54.228215 [ 256 ] {ebff8616-6b76-4e57-843f-51b793e5c0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4740 | 2025.01.07 05:10:54.228268 [ 256 ] {ebff8616-6b76-4e57-843f-51b793e5c0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4741 | 2025.01.07 05:10:54.228871 [ 256 ] {ebff8616-6b76-4e57-843f-51b793e5c0b8} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4742 | 2025.01.07 05:10:54.228913 [ 256 ] {ebff8616-6b76-4e57-843f-51b793e5c0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4743 | 2025.01.07 05:10:54.229279 [ 256 ] {ebff8616-6b76-4e57-843f-51b793e5c0b8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4744 | 2025.01.07 05:10:54.229526 [ 256 ] {ebff8616-6b76-4e57-843f-51b793e5c0b8} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4745 | 2025.01.07 05:10:54.229753 [ 256 ] {ebff8616-6b76-4e57-843f-51b793e5c0b8} <Debug> executeQuery: Read 25 rows, 1.80 KiB in 0.001567 sec., 15954.05232929164 rows/sec., 1.12 MiB/sec. | ||
| 4746 | 2025.01.07 05:10:54.229808 [ 256 ] {ebff8616-6b76-4e57-843f-51b793e5c0b8} <Debug> TCPHandler: Processed in 0.001774554 sec. | ||
| 4747 | 2025.01.07 05:10:54.229972 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4748 | 2025.01.07 05:10:54.230111 [ 5 ] {3b02a2d6-f707-45b8-8a51-e50605e09e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4749 | 2025.01.07 05:10:54.230172 [ 5 ] {3b02a2d6-f707-45b8-8a51-e50605e09e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4750 | 2025.01.07 05:10:54.230853 [ 5 ] {3b02a2d6-f707-45b8-8a51-e50605e09e79} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4751 | 2025.01.07 05:10:54.230892 [ 5 ] {3b02a2d6-f707-45b8-8a51-e50605e09e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4752 | 2025.01.07 05:10:54.231260 [ 5 ] {3b02a2d6-f707-45b8-8a51-e50605e09e79} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4753 | 2025.01.07 05:10:54.231496 [ 5 ] {3b02a2d6-f707-45b8-8a51-e50605e09e79} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4754 | 2025.01.07 05:10:54.231674 [ 5 ] {3b02a2d6-f707-45b8-8a51-e50605e09e79} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001596 sec., 151629.07268170427 rows/sec., 10.27 MiB/sec. | ||
| 4755 | 2025.01.07 05:10:54.231726 [ 5 ] {3b02a2d6-f707-45b8-8a51-e50605e09e79} <Debug> TCPHandler: Processed in 0.001823337 sec. | ||
| 4756 | 2025.01.07 05:10:54.231935 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4757 | 2025.01.07 05:10:54.232164 [ 256 ] {82feae53-05b6-4c02-a44c-de5ec325bd80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4758 | 2025.01.07 05:10:54.232259 [ 256 ] {82feae53-05b6-4c02-a44c-de5ec325bd80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4759 | 2025.01.07 05:10:54.233008 [ 256 ] {82feae53-05b6-4c02-a44c-de5ec325bd80} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4760 | 2025.01.07 05:10:54.233048 [ 256 ] {82feae53-05b6-4c02-a44c-de5ec325bd80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4761 | 2025.01.07 05:10:54.233401 [ 256 ] {82feae53-05b6-4c02-a44c-de5ec325bd80} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4762 | 2025.01.07 05:10:54.233641 [ 256 ] {82feae53-05b6-4c02-a44c-de5ec325bd80} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4763 | 2025.01.07 05:10:54.233874 [ 256 ] {82feae53-05b6-4c02-a44c-de5ec325bd80} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001771 sec., 7340.485601355166 rows/sec., 457.68 KiB/sec. | ||
| 4764 | 2025.01.07 05:10:54.233932 [ 256 ] {82feae53-05b6-4c02-a44c-de5ec325bd80} <Debug> TCPHandler: Processed in 0.002108195 sec. | ||
| 4765 | 2025.01.07 05:10:54.234166 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4766 | 2025.01.07 05:10:54.234385 [ 5 ] {3b4a5710-3ea9-4c86-b6b5-7ef65f8a3834} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4767 | 2025.01.07 05:10:54.234475 [ 5 ] {3b4a5710-3ea9-4c86-b6b5-7ef65f8a3834} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4768 | 2025.01.07 05:10:54.235385 [ 5 ] {3b4a5710-3ea9-4c86-b6b5-7ef65f8a3834} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4769 | 2025.01.07 05:10:54.235423 [ 5 ] {3b4a5710-3ea9-4c86-b6b5-7ef65f8a3834} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4770 | 2025.01.07 05:10:54.235817 [ 5 ] {3b4a5710-3ea9-4c86-b6b5-7ef65f8a3834} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4771 | 2025.01.07 05:10:54.236058 [ 5 ] {3b4a5710-3ea9-4c86-b6b5-7ef65f8a3834} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4772 | 2025.01.07 05:10:54.236235 [ 5 ] {3b4a5710-3ea9-4c86-b6b5-7ef65f8a3834} <Debug> executeQuery: Read 820 rows, 60.54 KiB in 0.001904 sec., 430672.268907563 rows/sec., 31.05 MiB/sec. | ||
| 4773 | 2025.01.07 05:10:54.236288 [ 5 ] {3b4a5710-3ea9-4c86-b6b5-7ef65f8a3834} <Debug> TCPHandler: Processed in 0.002230679 sec. | ||
| 4774 | 2025.01.07 05:10:54.236486 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4775 | 2025.01.07 05:10:54.236711 [ 256 ] {6d99fdea-4479-41bb-b070-58b8ecabea95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4776 | 2025.01.07 05:10:54.236808 [ 256 ] {6d99fdea-4479-41bb-b070-58b8ecabea95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4777 | 2025.01.07 05:10:54.237626 [ 256 ] {6d99fdea-4479-41bb-b070-58b8ecabea95} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4778 | 2025.01.07 05:10:54.237668 [ 256 ] {6d99fdea-4479-41bb-b070-58b8ecabea95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4779 | 2025.01.07 05:10:54.238029 [ 256 ] {6d99fdea-4479-41bb-b070-58b8ecabea95} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4780 | 2025.01.07 05:10:54.238262 [ 256 ] {6d99fdea-4479-41bb-b070-58b8ecabea95} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4781 | 2025.01.07 05:10:54.238479 [ 256 ] {6d99fdea-4479-41bb-b070-58b8ecabea95} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001822 sec., 3293.084522502744 rows/sec., 172.05 KiB/sec. | ||
| 4782 | 2025.01.07 05:10:54.238532 [ 256 ] {6d99fdea-4479-41bb-b070-58b8ecabea95} <Debug> TCPHandler: Processed in 0.002155596 sec. | ||
| 4783 | 2025.01.07 05:10:54.238691 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4784 | 2025.01.07 05:10:54.238830 [ 5 ] {8fe44df7-6fdb-42f3-8660-d43fe71ff307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4785 | 2025.01.07 05:10:54.238893 [ 5 ] {8fe44df7-6fdb-42f3-8660-d43fe71ff307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4786 | 2025.01.07 05:10:54.239706 [ 5 ] {8fe44df7-6fdb-42f3-8660-d43fe71ff307} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4787 | 2025.01.07 05:10:54.239743 [ 5 ] {8fe44df7-6fdb-42f3-8660-d43fe71ff307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4788 | 2025.01.07 05:10:54.240179 [ 5 ] {8fe44df7-6fdb-42f3-8660-d43fe71ff307} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4789 | 2025.01.07 05:10:54.240422 [ 5 ] {8fe44df7-6fdb-42f3-8660-d43fe71ff307} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4790 | 2025.01.07 05:10:54.240655 [ 5 ] {8fe44df7-6fdb-42f3-8660-d43fe71ff307} <Debug> executeQuery: Read 898 rows, 61.24 KiB in 0.00185 sec., 485405.4054054054 rows/sec., 32.33 MiB/sec. | ||
| 4791 | 2025.01.07 05:10:54.240763 [ 5 ] {8fe44df7-6fdb-42f3-8660-d43fe71ff307} <Debug> TCPHandler: Processed in 0.002134776 sec. | ||
| 4792 | 2025.01.07 05:10:54.241008 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4793 | 2025.01.07 05:10:54.241136 [ 256 ] {3d0f4660-96b6-47fb-8b9b-55d90050441e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4794 | 2025.01.07 05:10:54.241190 [ 256 ] {3d0f4660-96b6-47fb-8b9b-55d90050441e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4795 | 2025.01.07 05:10:54.241695 [ 256 ] {3d0f4660-96b6-47fb-8b9b-55d90050441e} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4796 | 2025.01.07 05:10:54.241735 [ 256 ] {3d0f4660-96b6-47fb-8b9b-55d90050441e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4797 | 2025.01.07 05:10:54.242093 [ 256 ] {3d0f4660-96b6-47fb-8b9b-55d90050441e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4798 | 2025.01.07 05:10:54.242344 [ 256 ] {3d0f4660-96b6-47fb-8b9b-55d90050441e} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4799 | 2025.01.07 05:10:54.242565 [ 256 ] {3d0f4660-96b6-47fb-8b9b-55d90050441e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001453 sec., 688.2312456985546 rows/sec., 46.37 KiB/sec. | ||
| 4800 | 2025.01.07 05:10:54.242620 [ 256 ] {3d0f4660-96b6-47fb-8b9b-55d90050441e} <Debug> TCPHandler: Processed in 0.001747893 sec. | ||
| 4801 | 2025.01.07 05:10:54.242779 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4802 | 2025.01.07 05:10:54.242916 [ 5 ] {5945457c-e625-40f6-9207-ed209bb7277e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4803 | 2025.01.07 05:10:54.243007 [ 5 ] {5945457c-e625-40f6-9207-ed209bb7277e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4804 | 2025.01.07 05:10:54.244202 [ 5 ] {5945457c-e625-40f6-9207-ed209bb7277e} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4805 | 2025.01.07 05:10:54.244242 [ 5 ] {5945457c-e625-40f6-9207-ed209bb7277e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4806 | 2025.01.07 05:10:54.244855 [ 5 ] {5945457c-e625-40f6-9207-ed209bb7277e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4807 | 2025.01.07 05:10:54.245108 [ 5 ] {5945457c-e625-40f6-9207-ed209bb7277e} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4808 | 2025.01.07 05:10:54.245417 [ 5 ] {5945457c-e625-40f6-9207-ed209bb7277e} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002532 sec., 6319.11532385466 rows/sec., 11.32 MiB/sec. | ||
| 4809 | 2025.01.07 05:10:54.245989 [ 5 ] {5945457c-e625-40f6-9207-ed209bb7277e} <Debug> TCPHandler: Processed in 0.003269511 sec. | ||
| 4810 | 2025.01.07 05:10:54.246208 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4811 | 2025.01.07 05:10:54.246426 [ 256 ] {2a3b000b-9de6-4192-801c-47fcade15198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4812 | 2025.01.07 05:10:54.246522 [ 256 ] {2a3b000b-9de6-4192-801c-47fcade15198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4813 | 2025.01.07 05:10:54.247015 [ 256 ] {2a3b000b-9de6-4192-801c-47fcade15198} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4814 | 2025.01.07 05:10:54.247054 [ 256 ] {2a3b000b-9de6-4192-801c-47fcade15198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4815 | 2025.01.07 05:10:54.247419 [ 256 ] {2a3b000b-9de6-4192-801c-47fcade15198} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4816 | 2025.01.07 05:10:54.247656 [ 256 ] {2a3b000b-9de6-4192-801c-47fcade15198} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4817 | 2025.01.07 05:10:54.247866 [ 256 ] {2a3b000b-9de6-4192-801c-47fcade15198} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001495 sec., 34782.608695652176 rows/sec., 2.15 MiB/sec. | ||
| 4818 | 2025.01.07 05:10:54.247920 [ 256 ] {2a3b000b-9de6-4192-801c-47fcade15198} <Debug> TCPHandler: Processed in 0.001822546 sec. | ||
| 4819 | 2025.01.07 05:10:56.416141 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 4820 | 2025.01.07 05:10:56.416814 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4821 | 2025.01.07 05:10:56.416864 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4822 | 2025.01.07 05:10:56.417468 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4823 | 2025.01.07 05:10:56.417734 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4824 | 2025.01.07 05:10:56.417983 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 4825 | 2025.01.07 05:10:57.144902 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4826 | 2025.01.07 05:10:57.165913 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4827 | 2025.01.07 05:10:57.165975 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4828 | 2025.01.07 05:10:57.173544 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4829 | 2025.01.07 05:10:57.174313 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4830 | 2025.01.07 05:10:57.177192 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4831 | 2025.01.07 05:10:59.187841 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4832 | 2025.01.07 05:10:59.188054 [ 5 ] {dcaca734-1c8f-4a1d-8a88-b9897af08ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4833 | 2025.01.07 05:10:59.188137 [ 5 ] {dcaca734-1c8f-4a1d-8a88-b9897af08ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4834 | 2025.01.07 05:10:59.188981 [ 5 ] {dcaca734-1c8f-4a1d-8a88-b9897af08ecb} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4835 | 2025.01.07 05:10:59.189028 [ 5 ] {dcaca734-1c8f-4a1d-8a88-b9897af08ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4836 | 2025.01.07 05:10:59.189468 [ 5 ] {dcaca734-1c8f-4a1d-8a88-b9897af08ecb} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4837 | 2025.01.07 05:10:59.189724 [ 5 ] {dcaca734-1c8f-4a1d-8a88-b9897af08ecb} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4838 | 2025.01.07 05:10:59.189971 [ 5 ] {dcaca734-1c8f-4a1d-8a88-b9897af08ecb} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001977 sec., 38442.08396560445 rows/sec., 3.33 MiB/sec. | ||
| 4839 | 2025.01.07 05:10:59.190040 [ 5 ] {dcaca734-1c8f-4a1d-8a88-b9897af08ecb} <Debug> TCPHandler: Processed in 0.002344592 sec. | ||
| 4840 | 2025.01.07 05:10:59.190320 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4841 | 2025.01.07 05:10:59.190547 [ 256 ] {6c744d78-6cc5-4f77-8ffc-596194743d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4842 | 2025.01.07 05:10:59.190636 [ 256 ] {6c744d78-6cc5-4f77-8ffc-596194743d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4843 | 2025.01.07 05:10:59.191443 [ 256 ] {6c744d78-6cc5-4f77-8ffc-596194743d22} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4844 | 2025.01.07 05:10:59.191502 [ 256 ] {6c744d78-6cc5-4f77-8ffc-596194743d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4845 | 2025.01.07 05:10:59.191999 [ 256 ] {6c744d78-6cc5-4f77-8ffc-596194743d22} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4846 | 2025.01.07 05:10:59.192267 [ 256 ] {6c744d78-6cc5-4f77-8ffc-596194743d22} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4847 | 2025.01.07 05:10:59.192460 [ 46 ] {} <Debug> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4848 | 2025.01.07 05:10:59.192545 [ 256 ] {6c744d78-6cc5-4f77-8ffc-596194743d22} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.002052 sec., 12183.235867446394 rows/sec., 916.12 KiB/sec. | ||
| 4849 | 2025.01.07 05:10:59.192552 [ 46 ] {} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4850 | 2025.01.07 05:10:59.192639 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4851 | 2025.01.07 05:10:59.192698 [ 256 ] {6c744d78-6cc5-4f77-8ffc-596194743d22} <Debug> TCPHandler: Processed in 0.002521247 sec. | ||
| 4852 | 2025.01.07 05:10:59.193005 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4853 | 2025.01.07 05:10:59.193063 [ 189 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 4854 | 2025.01.07 05:10:59.193401 [ 5 ] {945b87d2-0d49-423f-aca6-bb4fdc759095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4855 | 2025.01.07 05:10:59.193528 [ 5 ] {945b87d2-0d49-423f-aca6-bb4fdc759095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4856 | 2025.01.07 05:10:59.193528 [ 189 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4857 | 2025.01.07 05:10:59.193595 [ 189 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 62 rows starting from the beginning of the part | ||
| 4858 | 2025.01.07 05:10:59.193728 [ 189 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 4859 | 2025.01.07 05:10:59.194209 [ 189 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 23 rows starting from the beginning of the part | ||
| 4860 | 2025.01.07 05:10:59.194582 [ 189 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 25 rows starting from the beginning of the part | ||
| 4861 | 2025.01.07 05:10:59.194966 [ 189 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 25 rows starting from the beginning of the part | ||
| 4862 | 2025.01.07 05:10:59.195343 [ 189 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 25 rows starting from the beginning of the part | ||
| 4863 | 2025.01.07 05:10:59.196068 [ 5 ] {945b87d2-0d49-423f-aca6-bb4fdc759095} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4864 | 2025.01.07 05:10:59.196121 [ 5 ] {945b87d2-0d49-423f-aca6-bb4fdc759095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4865 | 2025.01.07 05:10:59.196751 [ 5 ] {945b87d2-0d49-423f-aca6-bb4fdc759095} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4866 | 2025.01.07 05:10:59.197134 [ 5 ] {945b87d2-0d49-423f-aca6-bb4fdc759095} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4867 | 2025.01.07 05:10:59.197142 [ 189 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 187 rows, containing 5 columns (5 merged, 0 gathered) in 0.004399665 sec., 42503.23604183501 rows/sec., 3.21 MiB/sec. | ||
| 4868 | 2025.01.07 05:10:59.197433 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4869 | 2025.01.07 05:10:59.197488 [ 5 ] {945b87d2-0d49-423f-aca6-bb4fdc759095} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.004192 sec., 12643.129770992366 rows/sec., 1011.04 KiB/sec. | ||
| 4870 | 2025.01.07 05:10:59.197625 [ 5 ] {945b87d2-0d49-423f-aca6-bb4fdc759095} <Debug> TCPHandler: Processed in 0.004782167 sec. | ||
| 4871 | 2025.01.07 05:10:59.197827 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4872 | 2025.01.07 05:10:59.197965 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_26_5} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4873 | 2025.01.07 05:10:59.198060 [ 256 ] {a8ea9bf4-8e25-4e9f-8b16-71d1708b0da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4874 | 2025.01.07 05:10:59.198171 [ 198 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_26_5} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4875 | 2025.01.07 05:10:59.198183 [ 256 ] {a8ea9bf4-8e25-4e9f-8b16-71d1708b0da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4876 | 2025.01.07 05:10:59.198376 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4877 | 2025.01.07 05:10:59.198947 [ 256 ] {a8ea9bf4-8e25-4e9f-8b16-71d1708b0da0} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4878 | 2025.01.07 05:10:59.198993 [ 256 ] {a8ea9bf4-8e25-4e9f-8b16-71d1708b0da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4879 | 2025.01.07 05:10:59.199420 [ 256 ] {a8ea9bf4-8e25-4e9f-8b16-71d1708b0da0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4880 | 2025.01.07 05:10:59.199665 [ 256 ] {a8ea9bf4-8e25-4e9f-8b16-71d1708b0da0} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4881 | 2025.01.07 05:10:59.199922 [ 256 ] {a8ea9bf4-8e25-4e9f-8b16-71d1708b0da0} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001941 sec., 51519.83513652756 rows/sec., 3.57 MiB/sec. | ||
| 4882 | 2025.01.07 05:10:59.200084 [ 256 ] {a8ea9bf4-8e25-4e9f-8b16-71d1708b0da0} <Debug> TCPHandler: Processed in 0.002346182 sec. | ||
| 4883 | 2025.01.07 05:10:59.200316 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4884 | 2025.01.07 05:10:59.200463 [ 5 ] {057d00e4-3313-4cd3-aa0f-348009619ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4885 | 2025.01.07 05:10:59.200554 [ 5 ] {057d00e4-3313-4cd3-aa0f-348009619ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4886 | 2025.01.07 05:10:59.201686 [ 5 ] {057d00e4-3313-4cd3-aa0f-348009619ff1} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4887 | 2025.01.07 05:10:59.201726 [ 5 ] {057d00e4-3313-4cd3-aa0f-348009619ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4888 | 2025.01.07 05:10:59.202379 [ 5 ] {057d00e4-3313-4cd3-aa0f-348009619ff1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4889 | 2025.01.07 05:10:59.202640 [ 5 ] {057d00e4-3313-4cd3-aa0f-348009619ff1} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4890 | 2025.01.07 05:10:59.202878 [ 5 ] {057d00e4-3313-4cd3-aa0f-348009619ff1} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002448 sec., 10212.418300653595 rows/sec., 18.30 MiB/sec. | ||
| 4891 | 2025.01.07 05:10:59.202980 [ 5 ] {057d00e4-3313-4cd3-aa0f-348009619ff1} <Debug> TCPHandler: Processed in 0.002778335 sec. | ||
| 4892 | 2025.01.07 05:10:59.203139 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4893 | 2025.01.07 05:10:59.203283 [ 256 ] {0b17861a-1d3d-4df3-aaf7-6386ac1576b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4894 | 2025.01.07 05:10:59.203344 [ 256 ] {0b17861a-1d3d-4df3-aaf7-6386ac1576b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4895 | 2025.01.07 05:10:59.203896 [ 256 ] {0b17861a-1d3d-4df3-aaf7-6386ac1576b5} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4896 | 2025.01.07 05:10:59.203936 [ 256 ] {0b17861a-1d3d-4df3-aaf7-6386ac1576b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4897 | 2025.01.07 05:10:59.204320 [ 256 ] {0b17861a-1d3d-4df3-aaf7-6386ac1576b5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4898 | 2025.01.07 05:10:59.204559 [ 256 ] {0b17861a-1d3d-4df3-aaf7-6386ac1576b5} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4899 | 2025.01.07 05:10:59.204768 [ 256 ] {0b17861a-1d3d-4df3-aaf7-6386ac1576b5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001521 sec., 19723.865877712033 rows/sec., 1.35 MiB/sec. | ||
| 4900 | 2025.01.07 05:10:59.204824 [ 256 ] {0b17861a-1d3d-4df3-aaf7-6386ac1576b5} <Debug> TCPHandler: Processed in 0.001754114 sec. | ||
| 4901 | 2025.01.07 05:11:03.804893 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4902 | 2025.01.07 05:11:03.804967 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4903 | 2025.01.07 05:11:03.919012 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 4904 | 2025.01.07 05:11:03.919641 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4905 | 2025.01.07 05:11:03.919683 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4906 | 2025.01.07 05:11:03.920222 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4907 | 2025.01.07 05:11:03.920475 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4908 | 2025.01.07 05:11:03.920729 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4909 | 2025.01.07 05:11:03.957336 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 686 | ||
| 4910 | 2025.01.07 05:11:03.960505 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4911 | 2025.01.07 05:11:03.960558 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4912 | 2025.01.07 05:11:03.962055 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4913 | 2025.01.07 05:11:03.962368 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4914 | 2025.01.07 05:11:03.962948 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 686 | ||
| 4915 | 2025.01.07 05:11:04.193058 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4916 | 2025.01.07 05:11:04.193270 [ 5 ] {327ffa6a-f1e7-4a15-9333-4b16faa4798f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4917 | 2025.01.07 05:11:04.193349 [ 5 ] {327ffa6a-f1e7-4a15-9333-4b16faa4798f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4918 | 2025.01.07 05:11:04.194144 [ 5 ] {327ffa6a-f1e7-4a15-9333-4b16faa4798f} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4919 | 2025.01.07 05:11:04.194197 [ 5 ] {327ffa6a-f1e7-4a15-9333-4b16faa4798f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4920 | 2025.01.07 05:11:04.194639 [ 5 ] {327ffa6a-f1e7-4a15-9333-4b16faa4798f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4921 | 2025.01.07 05:11:04.194890 [ 5 ] {327ffa6a-f1e7-4a15-9333-4b16faa4798f} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4922 | 2025.01.07 05:11:04.195066 [ 38 ] {} <Debug> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4923 | 2025.01.07 05:11:04.195138 [ 38 ] {} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4924 | 2025.01.07 05:11:04.195152 [ 5 ] {327ffa6a-f1e7-4a15-9333-4b16faa4798f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001932 sec., 7246.376811594203 rows/sec., 521.64 KiB/sec. | ||
| 4925 | 2025.01.07 05:11:04.195182 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4926 | 2025.01.07 05:11:04.195299 [ 5 ] {327ffa6a-f1e7-4a15-9333-4b16faa4798f} <Debug> TCPHandler: Processed in 0.002375843 sec. | ||
| 4927 | 2025.01.07 05:11:04.195435 [ 199 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 4928 | 2025.01.07 05:11:04.195569 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4929 | 2025.01.07 05:11:04.195622 [ 199 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4930 | 2025.01.07 05:11:04.195663 [ 199 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 4931 | 2025.01.07 05:11:04.195780 [ 256 ] {8c8f79be-60b3-4d31-9183-fbcee07e0acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4932 | 2025.01.07 05:11:04.195811 [ 199 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 4933 | 2025.01.07 05:11:04.195940 [ 256 ] {8c8f79be-60b3-4d31-9183-fbcee07e0acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4934 | 2025.01.07 05:11:04.196236 [ 199 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 4935 | 2025.01.07 05:11:04.196570 [ 199 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 4936 | 2025.01.07 05:11:04.196853 [ 199 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 4937 | 2025.01.07 05:11:04.198082 [ 256 ] {8c8f79be-60b3-4d31-9183-fbcee07e0acd} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4938 | 2025.01.07 05:11:04.198135 [ 256 ] {8c8f79be-60b3-4d31-9183-fbcee07e0acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 4939 | 2025.01.07 05:11:04.198458 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003141157 sec., 22284.78232702154 rows/sec., 1.65 MiB/sec. | ||
| 4940 | 2025.01.07 05:11:04.198688 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4941 | 2025.01.07 05:11:04.198831 [ 256 ] {8c8f79be-60b3-4d31-9183-fbcee07e0acd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4942 | 2025.01.07 05:11:04.199168 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_13_3} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4943 | 2025.01.07 05:11:04.199319 [ 256 ] {8c8f79be-60b3-4d31-9183-fbcee07e0acd} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4944 | 2025.01.07 05:11:04.199366 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_13_3} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4945 | 2025.01.07 05:11:04.199503 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4946 | 2025.01.07 05:11:04.199754 [ 256 ] {8c8f79be-60b3-4d31-9183-fbcee07e0acd} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.004052 sec., 50592.30009871668 rows/sec., 4.48 MiB/sec. | ||
| 4947 | 2025.01.07 05:11:04.199991 [ 256 ] {8c8f79be-60b3-4d31-9183-fbcee07e0acd} <Debug> TCPHandler: Processed in 0.00454678 sec. | ||
| 4948 | 2025.01.07 05:11:04.200190 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4949 | 2025.01.07 05:11:04.200307 [ 5 ] {3eaed6b5-ecba-4af9-b654-73030bec8883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4950 | 2025.01.07 05:11:04.200355 [ 5 ] {3eaed6b5-ecba-4af9-b654-73030bec8883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4951 | 2025.01.07 05:11:04.200931 [ 5 ] {3eaed6b5-ecba-4af9-b654-73030bec8883} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4952 | 2025.01.07 05:11:04.200970 [ 5 ] {3eaed6b5-ecba-4af9-b654-73030bec8883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4953 | 2025.01.07 05:11:04.201330 [ 5 ] {3eaed6b5-ecba-4af9-b654-73030bec8883} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4954 | 2025.01.07 05:11:04.201570 [ 5 ] {3eaed6b5-ecba-4af9-b654-73030bec8883} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4955 | 2025.01.07 05:11:04.201837 [ 5 ] {3eaed6b5-ecba-4af9-b654-73030bec8883} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001554 sec., 14800.5148005148 rows/sec., 1.04 MiB/sec. | ||
| 4956 | 2025.01.07 05:11:04.202048 [ 5 ] {3eaed6b5-ecba-4af9-b654-73030bec8883} <Debug> TCPHandler: Processed in 0.001924199 sec. | ||
| 4957 | 2025.01.07 05:11:04.202222 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4958 | 2025.01.07 05:11:04.202381 [ 256 ] {21a9682c-716d-4c38-a2fe-4846a5572b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4959 | 2025.01.07 05:11:04.202440 [ 256 ] {21a9682c-716d-4c38-a2fe-4846a5572b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4960 | 2025.01.07 05:11:04.203051 [ 256 ] {21a9682c-716d-4c38-a2fe-4846a5572b40} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4961 | 2025.01.07 05:11:04.203093 [ 256 ] {21a9682c-716d-4c38-a2fe-4846a5572b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4962 | 2025.01.07 05:11:04.203456 [ 256 ] {21a9682c-716d-4c38-a2fe-4846a5572b40} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4963 | 2025.01.07 05:11:04.203699 [ 256 ] {21a9682c-716d-4c38-a2fe-4846a5572b40} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4964 | 2025.01.07 05:11:04.203998 [ 256 ] {21a9682c-716d-4c38-a2fe-4846a5572b40} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001623 sec., 8626.00123228589 rows/sec., 604.11 KiB/sec. | ||
| 4965 | 2025.01.07 05:11:04.204133 [ 256 ] {21a9682c-716d-4c38-a2fe-4846a5572b40} <Debug> TCPHandler: Processed in 0.001971961 sec. | ||
| 4966 | 2025.01.07 05:11:04.204284 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4967 | 2025.01.07 05:11:04.204409 [ 5 ] {a596d23c-9ec6-4dfd-9d41-18761466969b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4968 | 2025.01.07 05:11:04.204459 [ 5 ] {a596d23c-9ec6-4dfd-9d41-18761466969b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4969 | 2025.01.07 05:11:04.205039 [ 5 ] {a596d23c-9ec6-4dfd-9d41-18761466969b} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4970 | 2025.01.07 05:11:04.205079 [ 5 ] {a596d23c-9ec6-4dfd-9d41-18761466969b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4971 | 2025.01.07 05:11:04.205464 [ 5 ] {a596d23c-9ec6-4dfd-9d41-18761466969b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4972 | 2025.01.07 05:11:04.205708 [ 5 ] {a596d23c-9ec6-4dfd-9d41-18761466969b} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4973 | 2025.01.07 05:11:04.205871 [ 38 ] {} <Debug> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4974 | 2025.01.07 05:11:04.205932 [ 38 ] {} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4975 | 2025.01.07 05:11:04.205969 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4976 | 2025.01.07 05:11:04.205988 [ 5 ] {a596d23c-9ec6-4dfd-9d41-18761466969b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001592 sec., 8165.829145728642 rows/sec., 509.14 KiB/sec. | ||
| 4977 | 2025.01.07 05:11:04.206199 [ 5 ] {a596d23c-9ec6-4dfd-9d41-18761466969b} <Debug> TCPHandler: Processed in 0.001970131 sec. | ||
| 4978 | 2025.01.07 05:11:04.206232 [ 191 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 4979 | 2025.01.07 05:11:04.206355 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4980 | 2025.01.07 05:11:04.206373 [ 191 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4981 | 2025.01.07 05:11:04.206407 [ 191 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 4982 | 2025.01.07 05:11:04.206533 [ 256 ] {cea6aa83-bf7e-4d87-93f7-5a886e0d38af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4983 | 2025.01.07 05:11:04.206540 [ 191 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 4984 | 2025.01.07 05:11:04.206638 [ 256 ] {cea6aa83-bf7e-4d87-93f7-5a886e0d38af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4985 | 2025.01.07 05:11:04.206736 [ 191 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 4986 | 2025.01.07 05:11:04.207166 [ 191 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 4987 | 2025.01.07 05:11:04.207299 [ 191 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 4988 | 2025.01.07 05:11:04.208840 [ 256 ] {cea6aa83-bf7e-4d87-93f7-5a886e0d38af} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4989 | 2025.01.07 05:11:04.208894 [ 256 ] {cea6aa83-bf7e-4d87-93f7-5a886e0d38af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 4990 | 2025.01.07 05:11:04.209040 [ 191 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002969231 sec., 21891.190008456735 rows/sec., 1.42 MiB/sec. | ||
| 4991 | 2025.01.07 05:11:04.209282 [ 196 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4992 | 2025.01.07 05:11:04.209641 [ 256 ] {cea6aa83-bf7e-4d87-93f7-5a886e0d38af} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4993 | 2025.01.07 05:11:04.209874 [ 196 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_13_3} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4994 | 2025.01.07 05:11:04.210024 [ 196 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_13_3} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4995 | 2025.01.07 05:11:04.210098 [ 256 ] {cea6aa83-bf7e-4d87-93f7-5a886e0d38af} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4996 | 2025.01.07 05:11:04.210204 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4997 | 2025.01.07 05:11:04.210419 [ 256 ] {cea6aa83-bf7e-4d87-93f7-5a886e0d38af} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.003958 sec., 91460.33350176857 rows/sec., 6.44 MiB/sec. | ||
| 4998 | 2025.01.07 05:11:04.210489 [ 256 ] {cea6aa83-bf7e-4d87-93f7-5a886e0d38af} <Debug> TCPHandler: Processed in 0.004195379 sec. | ||
| 4999 | 2025.01.07 05:11:04.210641 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5000 | 2025.01.07 05:11:04.210758 [ 5 ] {ef07cfc4-7004-4639-9412-acb51acd4c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5001 | 2025.01.07 05:11:04.210811 [ 5 ] {ef07cfc4-7004-4639-9412-acb51acd4c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5002 | 2025.01.07 05:11:04.211299 [ 5 ] {ef07cfc4-7004-4639-9412-acb51acd4c11} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5003 | 2025.01.07 05:11:04.211337 [ 5 ] {ef07cfc4-7004-4639-9412-acb51acd4c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5004 | 2025.01.07 05:11:04.211706 [ 5 ] {ef07cfc4-7004-4639-9412-acb51acd4c11} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5005 | 2025.01.07 05:11:04.211949 [ 5 ] {ef07cfc4-7004-4639-9412-acb51acd4c11} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5006 | 2025.01.07 05:11:04.212211 [ 5 ] {ef07cfc4-7004-4639-9412-acb51acd4c11} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001459 sec., 4112.40575736806 rows/sec., 214.86 KiB/sec. | ||
| 5007 | 2025.01.07 05:11:04.212344 [ 5 ] {ef07cfc4-7004-4639-9412-acb51acd4c11} <Debug> TCPHandler: Processed in 0.001763664 sec. | ||
| 5008 | 2025.01.07 05:11:04.212503 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5009 | 2025.01.07 05:11:04.212631 [ 256 ] {f84a70bc-f1b7-4259-8d03-1f1d6e3fcea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5010 | 2025.01.07 05:11:04.212688 [ 256 ] {f84a70bc-f1b7-4259-8d03-1f1d6e3fcea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5011 | 2025.01.07 05:11:04.213317 [ 256 ] {f84a70bc-f1b7-4259-8d03-1f1d6e3fcea4} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5012 | 2025.01.07 05:11:04.213373 [ 256 ] {f84a70bc-f1b7-4259-8d03-1f1d6e3fcea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5013 | 2025.01.07 05:11:04.213921 [ 256 ] {f84a70bc-f1b7-4259-8d03-1f1d6e3fcea4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5014 | 2025.01.07 05:11:04.214287 [ 256 ] {f84a70bc-f1b7-4259-8d03-1f1d6e3fcea4} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5015 | 2025.01.07 05:11:04.214540 [ 256 ] {f84a70bc-f1b7-4259-8d03-1f1d6e3fcea4} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001939 sec., 91284.16709644147 rows/sec., 6.02 MiB/sec. | ||
| 5016 | 2025.01.07 05:11:04.214606 [ 256 ] {f84a70bc-f1b7-4259-8d03-1f1d6e3fcea4} <Debug> TCPHandler: Processed in 0.002166847 sec. | ||
| 5017 | 2025.01.07 05:11:04.214750 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5018 | 2025.01.07 05:11:04.214885 [ 5 ] {de94cacc-e346-40f8-8a0c-eef75af32296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5019 | 2025.01.07 05:11:04.214945 [ 5 ] {de94cacc-e346-40f8-8a0c-eef75af32296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5020 | 2025.01.07 05:11:04.215515 [ 5 ] {de94cacc-e346-40f8-8a0c-eef75af32296} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5021 | 2025.01.07 05:11:04.215560 [ 5 ] {de94cacc-e346-40f8-8a0c-eef75af32296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5022 | 2025.01.07 05:11:04.215952 [ 5 ] {de94cacc-e346-40f8-8a0c-eef75af32296} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5023 | 2025.01.07 05:11:04.216184 [ 5 ] {de94cacc-e346-40f8-8a0c-eef75af32296} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5024 | 2025.01.07 05:11:04.216362 [ 5 ] {de94cacc-e346-40f8-8a0c-eef75af32296} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001508 sec., 663.1299734748011 rows/sec., 44.68 KiB/sec. | ||
| 5025 | 2025.01.07 05:11:04.216410 [ 5 ] {de94cacc-e346-40f8-8a0c-eef75af32296} <Debug> TCPHandler: Processed in 0.001717983 sec. | ||
| 5026 | 2025.01.07 05:11:04.216585 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5027 | 2025.01.07 05:11:04.216707 [ 256 ] {f99f5a20-9f53-4d52-aeb7-c43595d23e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5028 | 2025.01.07 05:11:04.216790 [ 256 ] {f99f5a20-9f53-4d52-aeb7-c43595d23e86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5029 | 2025.01.07 05:11:04.217966 [ 256 ] {f99f5a20-9f53-4d52-aeb7-c43595d23e86} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5030 | 2025.01.07 05:11:04.218007 [ 256 ] {f99f5a20-9f53-4d52-aeb7-c43595d23e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5031 | 2025.01.07 05:11:04.218651 [ 256 ] {f99f5a20-9f53-4d52-aeb7-c43595d23e86} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5032 | 2025.01.07 05:11:04.218915 [ 256 ] {f99f5a20-9f53-4d52-aeb7-c43595d23e86} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5033 | 2025.01.07 05:11:04.219177 [ 256 ] {f99f5a20-9f53-4d52-aeb7-c43595d23e86} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002497 sec., 6407.689227072487 rows/sec., 11.48 MiB/sec. | ||
| 5034 | 2025.01.07 05:11:04.219301 [ 256 ] {f99f5a20-9f53-4d52-aeb7-c43595d23e86} <Debug> TCPHandler: Processed in 0.002775056 sec. | ||
| 5035 | 2025.01.07 05:11:04.219469 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5036 | 2025.01.07 05:11:04.219608 [ 5 ] {715ed976-e1ab-48e6-9930-5c34c6b9a31b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5037 | 2025.01.07 05:11:04.219667 [ 5 ] {715ed976-e1ab-48e6-9930-5c34c6b9a31b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5038 | 2025.01.07 05:11:04.220196 [ 5 ] {715ed976-e1ab-48e6-9930-5c34c6b9a31b} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5039 | 2025.01.07 05:11:04.220237 [ 5 ] {715ed976-e1ab-48e6-9930-5c34c6b9a31b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5040 | 2025.01.07 05:11:04.220616 [ 5 ] {715ed976-e1ab-48e6-9930-5c34c6b9a31b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5041 | 2025.01.07 05:11:04.220845 [ 5 ] {715ed976-e1ab-48e6-9930-5c34c6b9a31b} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5042 | 2025.01.07 05:11:04.221061 [ 5 ] {715ed976-e1ab-48e6-9930-5c34c6b9a31b} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001482 sec., 35087.71929824561 rows/sec., 2.17 MiB/sec. | ||
| 5043 | 2025.01.07 05:11:04.221109 [ 5 ] {715ed976-e1ab-48e6-9930-5c34c6b9a31b} <Debug> TCPHandler: Processed in 0.001714712 sec. | ||
| 5044 | 2025.01.07 05:11:04.678183 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5045 | 2025.01.07 05:11:04.699626 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5046 | 2025.01.07 05:11:04.699700 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 5047 | 2025.01.07 05:11:04.707536 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5048 | 2025.01.07 05:11:04.708329 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5049 | 2025.01.07 05:11:04.711935 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5050 | 2025.01.07 05:11:05.000282 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.25 MiB, peak 194.25 MiB, free memory in arenas 0.00 B, will set to 189.19 MiB (RSS), difference: -1.05 MiB | ||
| 5051 | 2025.01.07 05:11:09.188583 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5052 | 2025.01.07 05:11:09.188818 [ 5 ] {c1961fda-37d9-4625-aeb5-3848b629415f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5053 | 2025.01.07 05:11:09.188928 [ 5 ] {c1961fda-37d9-4625-aeb5-3848b629415f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5054 | 2025.01.07 05:11:09.189686 [ 5 ] {c1961fda-37d9-4625-aeb5-3848b629415f} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5055 | 2025.01.07 05:11:09.189736 [ 5 ] {c1961fda-37d9-4625-aeb5-3848b629415f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5056 | 2025.01.07 05:11:09.190161 [ 5 ] {c1961fda-37d9-4625-aeb5-3848b629415f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5057 | 2025.01.07 05:11:09.190413 [ 5 ] {c1961fda-37d9-4625-aeb5-3848b629415f} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5058 | 2025.01.07 05:11:09.190670 [ 5 ] {c1961fda-37d9-4625-aeb5-3848b629415f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001907 sec., 1048.767697954903 rows/sec., 85.52 KiB/sec. | ||
| 5059 | 2025.01.07 05:11:09.190753 [ 5 ] {c1961fda-37d9-4625-aeb5-3848b629415f} <Debug> TCPHandler: Processed in 0.002316021 sec. | ||
| 5060 | 2025.01.07 05:11:09.191062 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5061 | 2025.01.07 05:11:09.191263 [ 256 ] {1f179188-eec3-4698-b1ff-43fb60f44a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5062 | 2025.01.07 05:11:09.191341 [ 256 ] {1f179188-eec3-4698-b1ff-43fb60f44a75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5063 | 2025.01.07 05:11:09.192164 [ 256 ] {1f179188-eec3-4698-b1ff-43fb60f44a75} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5064 | 2025.01.07 05:11:09.192225 [ 256 ] {1f179188-eec3-4698-b1ff-43fb60f44a75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5065 | 2025.01.07 05:11:09.192679 [ 256 ] {1f179188-eec3-4698-b1ff-43fb60f44a75} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5066 | 2025.01.07 05:11:09.192930 [ 256 ] {1f179188-eec3-4698-b1ff-43fb60f44a75} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5067 | 2025.01.07 05:11:09.193135 [ 36 ] {} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 5068 | 2025.01.07 05:11:09.193209 [ 256 ] {1f179188-eec3-4698-b1ff-43fb60f44a75} <Debug> executeQuery: Read 77 rows, 6.82 KiB in 0.001994 sec., 38615.84754262788 rows/sec., 3.34 MiB/sec. | ||
| 5069 | 2025.01.07 05:11:09.193222 [ 36 ] {} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5070 | 2025.01.07 05:11:09.193297 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5071 | 2025.01.07 05:11:09.193357 [ 256 ] {1f179188-eec3-4698-b1ff-43fb60f44a75} <Debug> TCPHandler: Processed in 0.002460545 sec. | ||
| 5072 | 2025.01.07 05:11:09.193579 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5073 | 2025.01.07 05:11:09.193582 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::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 | ||
| 5074 | 2025.01.07 05:11:09.193728 [ 5 ] {5376b9ad-b002-40f6-b66e-63bf0c70e794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5075 | 2025.01.07 05:11:09.193766 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5076 | 2025.01.07 05:11:09.193789 [ 5 ] {5376b9ad-b002-40f6-b66e-63bf0c70e794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5077 | 2025.01.07 05:11:09.193815 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 1404 rows starting from the beginning of the part | ||
| 5078 | 2025.01.07 05:11:09.193985 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 76 rows starting from the beginning of the part | ||
| 5079 | 2025.01.07 05:11:09.194382 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1346 rows starting from the beginning of the part | ||
| 5080 | 2025.01.07 05:11:09.194647 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 76 rows starting from the beginning of the part | ||
| 5081 | 2025.01.07 05:11:09.195044 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 205 rows starting from the beginning of the part | ||
| 5082 | 2025.01.07 05:11:09.195291 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 77 rows starting from the beginning of the part | ||
| 5083 | 2025.01.07 05:11:09.195841 [ 5 ] {5376b9ad-b002-40f6-b66e-63bf0c70e794} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5084 | 2025.01.07 05:11:09.195883 [ 5 ] {5376b9ad-b002-40f6-b66e-63bf0c70e794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5085 | 2025.01.07 05:11:09.196485 [ 5 ] {5376b9ad-b002-40f6-b66e-63bf0c70e794} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5086 | 2025.01.07 05:11:09.196844 [ 5 ] {5376b9ad-b002-40f6-b66e-63bf0c70e794} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5087 | 2025.01.07 05:11:09.197132 [ 5 ] {5376b9ad-b002-40f6-b66e-63bf0c70e794} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.003436 sec., 7857.974388824215 rows/sec., 587.76 KiB/sec. | ||
| 5088 | 2025.01.07 05:11:09.197199 [ 5 ] {5376b9ad-b002-40f6-b66e-63bf0c70e794} <Debug> TCPHandler: Processed in 0.003710174 sec. | ||
| 5089 | 2025.01.07 05:11:09.197374 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5090 | 2025.01.07 05:11:09.197630 [ 256 ] {170bf9d5-a68f-42c6-92de-119aae843934} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5091 | 2025.01.07 05:11:09.197635 [ 191 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3184 rows, containing 5 columns (5 merged, 0 gathered) in 0.004231981 sec., 752366.3267864388 rows/sec., 66.06 MiB/sec. | ||
| 5092 | 2025.01.07 05:11:09.197692 [ 256 ] {170bf9d5-a68f-42c6-92de-119aae843934} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5093 | 2025.01.07 05:11:09.197985 [ 200 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 5094 | 2025.01.07 05:11:09.198675 [ 200 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_35_7} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5095 | 2025.01.07 05:11:09.198919 [ 200 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_35_7} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 5096 | 2025.01.07 05:11:09.199011 [ 256 ] {170bf9d5-a68f-42c6-92de-119aae843934} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5097 | 2025.01.07 05:11:09.199083 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 5098 | 2025.01.07 05:11:09.199090 [ 256 ] {170bf9d5-a68f-42c6-92de-119aae843934} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5099 | 2025.01.07 05:11:09.199509 [ 256 ] {170bf9d5-a68f-42c6-92de-119aae843934} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5100 | 2025.01.07 05:11:09.199756 [ 256 ] {170bf9d5-a68f-42c6-92de-119aae843934} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5101 | 2025.01.07 05:11:09.199901 [ 71 ] {} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 5102 | 2025.01.07 05:11:09.199944 [ 71 ] {} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5103 | 2025.01.07 05:11:09.199953 [ 256 ] {170bf9d5-a68f-42c6-92de-119aae843934} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.002359 sec., 23314.96396778296 rows/sec., 1.82 MiB/sec. | ||
| 5104 | 2025.01.07 05:11:09.199984 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5105 | 2025.01.07 05:11:09.200054 [ 256 ] {170bf9d5-a68f-42c6-92de-119aae843934} <Debug> TCPHandler: Processed in 0.002751834 sec. | ||
| 5106 | 2025.01.07 05:11:09.200217 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::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 | ||
| 5107 | 2025.01.07 05:11:09.200265 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5108 | 2025.01.07 05:11:09.200347 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5109 | 2025.01.07 05:11:09.200388 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 875 rows starting from the beginning of the part | ||
| 5110 | 2025.01.07 05:11:09.200425 [ 5 ] {84e3fff2-d377-40ab-9170-e584da0fcac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5111 | 2025.01.07 05:11:09.200507 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 53 rows starting from the beginning of the part | ||
| 5112 | 2025.01.07 05:11:09.200548 [ 5 ] {84e3fff2-d377-40ab-9170-e584da0fcac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5113 | 2025.01.07 05:11:09.200819 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 820 rows starting from the beginning of the part | ||
| 5114 | 2025.01.07 05:11:09.201100 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 53 rows starting from the beginning of the part | ||
| 5115 | 2025.01.07 05:11:09.201403 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 362 rows starting from the beginning of the part | ||
| 5116 | 2025.01.07 05:11:09.201731 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 55 rows starting from the beginning of the part | ||
| 5117 | 2025.01.07 05:11:09.202535 [ 5 ] {84e3fff2-d377-40ab-9170-e584da0fcac2} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5118 | 2025.01.07 05:11:09.202583 [ 5 ] {84e3fff2-d377-40ab-9170-e584da0fcac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5119 | 2025.01.07 05:11:09.203168 [ 5 ] {84e3fff2-d377-40ab-9170-e584da0fcac2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5120 | 2025.01.07 05:11:09.203505 [ 5 ] {84e3fff2-d377-40ab-9170-e584da0fcac2} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5121 | 2025.01.07 05:11:09.203529 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2218 rows, containing 5 columns (5 merged, 0 gathered) in 0.003451526 sec., 642614.3103079624 rows/sec., 48.98 MiB/sec. | ||
| 5122 | 2025.01.07 05:11:09.203741 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 5123 | 2025.01.07 05:11:09.203802 [ 5 ] {84e3fff2-d377-40ab-9170-e584da0fcac2} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.003412 sec., 29601.406799531065 rows/sec., 2.05 MiB/sec. | ||
| 5124 | 2025.01.07 05:11:09.203883 [ 5 ] {84e3fff2-d377-40ab-9170-e584da0fcac2} <Debug> TCPHandler: Processed in 0.003712704 sec. | ||
| 5125 | 2025.01.07 05:11:09.204065 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5126 | 2025.01.07 05:11:09.204077 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_35_7} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5127 | 2025.01.07 05:11:09.204226 [ 197 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_35_7} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 5128 | 2025.01.07 05:11:09.204292 [ 256 ] {aba17229-54eb-4b5d-8bb6-879b596f7cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5129 | 2025.01.07 05:11:09.204347 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5130 | 2025.01.07 05:11:09.204443 [ 256 ] {aba17229-54eb-4b5d-8bb6-879b596f7cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5131 | 2025.01.07 05:11:09.205778 [ 256 ] {aba17229-54eb-4b5d-8bb6-879b596f7cb8} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5132 | 2025.01.07 05:11:09.205818 [ 256 ] {aba17229-54eb-4b5d-8bb6-879b596f7cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5133 | 2025.01.07 05:11:09.206505 [ 256 ] {aba17229-54eb-4b5d-8bb6-879b596f7cb8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5134 | 2025.01.07 05:11:09.206769 [ 256 ] {aba17229-54eb-4b5d-8bb6-879b596f7cb8} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5135 | 2025.01.07 05:11:09.206985 [ 256 ] {aba17229-54eb-4b5d-8bb6-879b596f7cb8} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002764 sec., 9044.862518089725 rows/sec., 16.21 MiB/sec. | ||
| 5136 | 2025.01.07 05:11:09.207081 [ 256 ] {aba17229-54eb-4b5d-8bb6-879b596f7cb8} <Debug> TCPHandler: Processed in 0.003098395 sec. | ||
| 5137 | 2025.01.07 05:11:09.207272 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5138 | 2025.01.07 05:11:09.207452 [ 5 ] {c4fe99c9-594a-4b63-bacd-b8a097d42f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5139 | 2025.01.07 05:11:09.207518 [ 5 ] {c4fe99c9-594a-4b63-bacd-b8a097d42f74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5140 | 2025.01.07 05:11:09.208158 [ 5 ] {c4fe99c9-594a-4b63-bacd-b8a097d42f74} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5141 | 2025.01.07 05:11:09.208202 [ 5 ] {c4fe99c9-594a-4b63-bacd-b8a097d42f74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5142 | 2025.01.07 05:11:09.208625 [ 5 ] {c4fe99c9-594a-4b63-bacd-b8a097d42f74} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5143 | 2025.01.07 05:11:09.208872 [ 5 ] {c4fe99c9-594a-4b63-bacd-b8a097d42f74} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5144 | 2025.01.07 05:11:09.209115 [ 5 ] {c4fe99c9-594a-4b63-bacd-b8a097d42f74} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001683 sec., 17825.311942959 rows/sec., 1.22 MiB/sec. | ||
| 5145 | 2025.01.07 05:11:09.209199 [ 5 ] {c4fe99c9-594a-4b63-bacd-b8a097d42f74} <Debug> TCPHandler: Processed in 0.001990821 sec. | ||
| 5146 | 2025.01.07 05:11:11.421769 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 5147 | 2025.01.07 05:11:11.422457 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5148 | 2025.01.07 05:11:11.422507 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5149 | 2025.01.07 05:11:11.423042 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5150 | 2025.01.07 05:11:11.423296 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5151 | 2025.01.07 05:11:11.423600 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 5152 | 2025.01.07 05:11:12.213118 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5153 | 2025.01.07 05:11:12.233631 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5154 | 2025.01.07 05:11:12.233687 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5155 | 2025.01.07 05:11:12.241024 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5156 | 2025.01.07 05:11:12.241783 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5157 | 2025.01.07 05:11:12.244955 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5158 | 2025.01.07 05:11:13.964058 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 722 | ||
| 5159 | 2025.01.07 05:11:13.967316 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5160 | 2025.01.07 05:11:13.967363 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5161 | 2025.01.07 05:11:13.968841 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5162 | 2025.01.07 05:11:13.969160 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5163 | 2025.01.07 05:11:13.970529 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 722 | ||
| 5164 | 2025.01.07 05:11:14.192277 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5165 | 2025.01.07 05:11:14.192483 [ 5 ] {3ac8dfa0-93e2-4842-afe1-ec375b6d0cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5166 | 2025.01.07 05:11:14.192566 [ 5 ] {3ac8dfa0-93e2-4842-afe1-ec375b6d0cc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5167 | 2025.01.07 05:11:14.193418 [ 5 ] {3ac8dfa0-93e2-4842-afe1-ec375b6d0cc4} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5168 | 2025.01.07 05:11:14.193464 [ 5 ] {3ac8dfa0-93e2-4842-afe1-ec375b6d0cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5169 | 2025.01.07 05:11:14.193940 [ 5 ] {3ac8dfa0-93e2-4842-afe1-ec375b6d0cc4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5170 | 2025.01.07 05:11:14.194209 [ 5 ] {3ac8dfa0-93e2-4842-afe1-ec375b6d0cc4} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5171 | 2025.01.07 05:11:14.194426 [ 5 ] {3ac8dfa0-93e2-4842-afe1-ec375b6d0cc4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001994 sec., 7021.063189568706 rows/sec., 505.42 KiB/sec. | ||
| 5172 | 2025.01.07 05:11:14.194599 [ 5 ] {3ac8dfa0-93e2-4842-afe1-ec375b6d0cc4} <Debug> TCPHandler: Processed in 0.002470806 sec. | ||
| 5173 | 2025.01.07 05:11:14.194911 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5174 | 2025.01.07 05:11:14.195129 [ 256 ] {af0072e8-1a39-4d9a-a337-12200f1af6b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5175 | 2025.01.07 05:11:14.195205 [ 256 ] {af0072e8-1a39-4d9a-a337-12200f1af6b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5176 | 2025.01.07 05:11:14.196074 [ 256 ] {af0072e8-1a39-4d9a-a337-12200f1af6b4} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5177 | 2025.01.07 05:11:14.196125 [ 256 ] {af0072e8-1a39-4d9a-a337-12200f1af6b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5178 | 2025.01.07 05:11:14.196586 [ 256 ] {af0072e8-1a39-4d9a-a337-12200f1af6b4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5179 | 2025.01.07 05:11:14.196842 [ 256 ] {af0072e8-1a39-4d9a-a337-12200f1af6b4} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5180 | 2025.01.07 05:11:14.197068 [ 256 ] {af0072e8-1a39-4d9a-a337-12200f1af6b4} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.001997 sec., 102653.98097145717 rows/sec., 9.08 MiB/sec. | ||
| 5181 | 2025.01.07 05:11:14.197123 [ 256 ] {af0072e8-1a39-4d9a-a337-12200f1af6b4} <Debug> TCPHandler: Processed in 0.002367853 sec. | ||
| 5182 | 2025.01.07 05:11:14.197302 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5183 | 2025.01.07 05:11:14.197448 [ 5 ] {0abc7ac5-efb7-4838-a864-e27078db57cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5184 | 2025.01.07 05:11:14.197509 [ 5 ] {0abc7ac5-efb7-4838-a864-e27078db57cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5185 | 2025.01.07 05:11:14.198195 [ 5 ] {0abc7ac5-efb7-4838-a864-e27078db57cc} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5186 | 2025.01.07 05:11:14.198234 [ 5 ] {0abc7ac5-efb7-4838-a864-e27078db57cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5187 | 2025.01.07 05:11:14.198598 [ 5 ] {0abc7ac5-efb7-4838-a864-e27078db57cc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5188 | 2025.01.07 05:11:14.198838 [ 5 ] {0abc7ac5-efb7-4838-a864-e27078db57cc} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5189 | 2025.01.07 05:11:14.199019 [ 5 ] {0abc7ac5-efb7-4838-a864-e27078db57cc} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001608 sec., 14303.482587064676 rows/sec., 1.01 MiB/sec. | ||
| 5190 | 2025.01.07 05:11:14.199071 [ 5 ] {0abc7ac5-efb7-4838-a864-e27078db57cc} <Debug> TCPHandler: Processed in 0.001836686 sec. | ||
| 5191 | 2025.01.07 05:11:14.199237 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5192 | 2025.01.07 05:11:14.199377 [ 256 ] {02841af1-121d-483d-bdef-129e807b0d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5193 | 2025.01.07 05:11:14.199433 [ 256 ] {02841af1-121d-483d-bdef-129e807b0d75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5194 | 2025.01.07 05:11:14.200127 [ 256 ] {02841af1-121d-483d-bdef-129e807b0d75} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5195 | 2025.01.07 05:11:14.200167 [ 256 ] {02841af1-121d-483d-bdef-129e807b0d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5196 | 2025.01.07 05:11:14.200520 [ 256 ] {02841af1-121d-483d-bdef-129e807b0d75} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5197 | 2025.01.07 05:11:14.200765 [ 256 ] {02841af1-121d-483d-bdef-129e807b0d75} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5198 | 2025.01.07 05:11:14.200918 [ 129 ] {} <Debug> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5199 | 2025.01.07 05:11:14.200980 [ 129 ] {} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5200 | 2025.01.07 05:11:14.201010 [ 256 ] {02841af1-121d-483d-bdef-129e807b0d75} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001651 sec., 8479.709267110842 rows/sec., 593.86 KiB/sec. | ||
| 5201 | 2025.01.07 05:11:14.201018 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5202 | 2025.01.07 05:11:14.201112 [ 256 ] {02841af1-121d-483d-bdef-129e807b0d75} <Debug> TCPHandler: Processed in 0.001938799 sec. | ||
| 5203 | 2025.01.07 05:11:14.201472 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5204 | 2025.01.07 05:11:14.201520 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::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 | ||
| 5205 | 2025.01.07 05:11:14.201814 [ 5 ] {19e6b5de-4fa3-4aa7-aabf-36d50f21e160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5206 | 2025.01.07 05:11:14.201853 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5207 | 2025.01.07 05:11:14.201916 [ 5 ] {19e6b5de-4fa3-4aa7-aabf-36d50f21e160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5208 | 2025.01.07 05:11:14.201930 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
| 5209 | 2025.01.07 05:11:14.202274 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 5210 | 2025.01.07 05:11:14.202664 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 5211 | 2025.01.07 05:11:14.203009 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 242 rows starting from the beginning of the part | ||
| 5212 | 2025.01.07 05:11:14.203437 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 5213 | 2025.01.07 05:11:14.203812 [ 191 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 5214 | 2025.01.07 05:11:14.204639 [ 5 ] {19e6b5de-4fa3-4aa7-aabf-36d50f21e160} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5215 | 2025.01.07 05:11:14.204724 [ 5 ] {19e6b5de-4fa3-4aa7-aabf-36d50f21e160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5216 | 2025.01.07 05:11:14.205653 [ 5 ] {19e6b5de-4fa3-4aa7-aabf-36d50f21e160} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5217 | 2025.01.07 05:11:14.206250 [ 5 ] {19e6b5de-4fa3-4aa7-aabf-36d50f21e160} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5218 | 2025.01.07 05:11:14.206460 [ 188 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005298813 sec., 102098.33787302929 rows/sec., 7.31 MiB/sec. | ||
| 5219 | 2025.01.07 05:11:14.206665 [ 5 ] {19e6b5de-4fa3-4aa7-aabf-36d50f21e160} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004952 sec., 2625.2019386106626 rows/sec., 163.68 KiB/sec. | ||
| 5220 | 2025.01.07 05:11:14.206783 [ 5 ] {19e6b5de-4fa3-4aa7-aabf-36d50f21e160} <Debug> TCPHandler: Processed in 0.005526299 sec. | ||
| 5221 | 2025.01.07 05:11:14.206794 [ 188 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5222 | 2025.01.07 05:11:14.206966 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5223 | 2025.01.07 05:11:14.207160 [ 256 ] {e24f291c-05dc-4c30-9aa2-af44b81e606a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5224 | 2025.01.07 05:11:14.207261 [ 256 ] {e24f291c-05dc-4c30-9aa2-af44b81e606a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5225 | 2025.01.07 05:11:14.207349 [ 188 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_16_3} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5226 | 2025.01.07 05:11:14.207576 [ 188 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_16_3} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5227 | 2025.01.07 05:11:14.207796 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 5228 | 2025.01.07 05:11:14.208464 [ 256 ] {e24f291c-05dc-4c30-9aa2-af44b81e606a} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5229 | 2025.01.07 05:11:14.208511 [ 256 ] {e24f291c-05dc-4c30-9aa2-af44b81e606a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5230 | 2025.01.07 05:11:14.208891 [ 256 ] {e24f291c-05dc-4c30-9aa2-af44b81e606a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5231 | 2025.01.07 05:11:14.209138 [ 256 ] {e24f291c-05dc-4c30-9aa2-af44b81e606a} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5232 | 2025.01.07 05:11:14.209365 [ 256 ] {e24f291c-05dc-4c30-9aa2-af44b81e606a} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.002255 sec., 160532.1507760532 rows/sec., 11.30 MiB/sec. | ||
| 5233 | 2025.01.07 05:11:14.209472 [ 256 ] {e24f291c-05dc-4c30-9aa2-af44b81e606a} <Debug> TCPHandler: Processed in 0.002578709 sec. | ||
| 5234 | 2025.01.07 05:11:14.209728 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5235 | 2025.01.07 05:11:14.209865 [ 5 ] {7485c026-717a-4a57-902e-d79eee1fbc5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5236 | 2025.01.07 05:11:14.209925 [ 5 ] {7485c026-717a-4a57-902e-d79eee1fbc5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5237 | 2025.01.07 05:11:14.210436 [ 5 ] {7485c026-717a-4a57-902e-d79eee1fbc5a} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5238 | 2025.01.07 05:11:14.210475 [ 5 ] {7485c026-717a-4a57-902e-d79eee1fbc5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5239 | 2025.01.07 05:11:14.210841 [ 5 ] {7485c026-717a-4a57-902e-d79eee1fbc5a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5240 | 2025.01.07 05:11:14.211073 [ 5 ] {7485c026-717a-4a57-902e-d79eee1fbc5a} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5241 | 2025.01.07 05:11:14.211278 [ 5 ] {7485c026-717a-4a57-902e-d79eee1fbc5a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec. | ||
| 5242 | 2025.01.07 05:11:14.211327 [ 5 ] {7485c026-717a-4a57-902e-d79eee1fbc5a} <Debug> TCPHandler: Processed in 0.001739573 sec. | ||
| 5243 | 2025.01.07 05:11:14.211540 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5244 | 2025.01.07 05:11:14.211769 [ 256 ] {460aa9a3-2290-4e17-afbb-9805b36ba924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5245 | 2025.01.07 05:11:14.211865 [ 256 ] {460aa9a3-2290-4e17-afbb-9805b36ba924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5246 | 2025.01.07 05:11:14.212575 [ 256 ] {460aa9a3-2290-4e17-afbb-9805b36ba924} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5247 | 2025.01.07 05:11:14.212614 [ 256 ] {460aa9a3-2290-4e17-afbb-9805b36ba924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5248 | 2025.01.07 05:11:14.213010 [ 256 ] {460aa9a3-2290-4e17-afbb-9805b36ba924} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5249 | 2025.01.07 05:11:14.213263 [ 256 ] {460aa9a3-2290-4e17-afbb-9805b36ba924} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5250 | 2025.01.07 05:11:14.213444 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5251 | 2025.01.07 05:11:14.213469 [ 256 ] {460aa9a3-2290-4e17-afbb-9805b36ba924} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001757 sec., 100739.89755264655 rows/sec., 6.64 MiB/sec. | ||
| 5252 | 2025.01.07 05:11:14.213514 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5253 | 2025.01.07 05:11:14.213575 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5254 | 2025.01.07 05:11:14.213600 [ 256 ] {460aa9a3-2290-4e17-afbb-9805b36ba924} <Debug> TCPHandler: Processed in 0.002169147 sec. | ||
| 5255 | 2025.01.07 05:11:14.213955 [ 190 ] {851c0976-0e47-4f4c-8183-6b14c218352c::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 | ||
| 5256 | 2025.01.07 05:11:14.213982 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5257 | 2025.01.07 05:11:14.214538 [ 190 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5258 | 2025.01.07 05:11:14.214551 [ 5 ] {9ba5615a-4680-4e8d-a703-3f01bc4c533c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5259 | 2025.01.07 05:11:14.214653 [ 190 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 7620 rows starting from the beginning of the part | ||
| 5260 | 2025.01.07 05:11:14.214684 [ 5 ] {9ba5615a-4680-4e8d-a703-3f01bc4c533c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5261 | 2025.01.07 05:11:14.215020 [ 190 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 898 rows starting from the beginning of the part | ||
| 5262 | 2025.01.07 05:11:14.215422 [ 190 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 100 rows starting from the beginning of the part | ||
| 5263 | 2025.01.07 05:11:14.215783 [ 190 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 177 rows starting from the beginning of the part | ||
| 5264 | 2025.01.07 05:11:14.216112 [ 190 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 101 rows starting from the beginning of the part | ||
| 5265 | 2025.01.07 05:11:14.216340 [ 190 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 177 rows starting from the beginning of the part | ||
| 5266 | 2025.01.07 05:11:14.217219 [ 5 ] {9ba5615a-4680-4e8d-a703-3f01bc4c533c} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5267 | 2025.01.07 05:11:14.217270 [ 5 ] {9ba5615a-4680-4e8d-a703-3f01bc4c533c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5268 | 2025.01.07 05:11:14.217874 [ 5 ] {9ba5615a-4680-4e8d-a703-3f01bc4c533c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5269 | 2025.01.07 05:11:14.218335 [ 5 ] {9ba5615a-4680-4e8d-a703-3f01bc4c533c} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5270 | 2025.01.07 05:11:14.219118 [ 5 ] {9ba5615a-4680-4e8d-a703-3f01bc4c533c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004763 sec., 209.95171110644552 rows/sec., 14.15 KiB/sec. | ||
| 5271 | 2025.01.07 05:11:14.219432 [ 5 ] {9ba5615a-4680-4e8d-a703-3f01bc4c533c} <Debug> TCPHandler: Processed in 0.005715566 sec. | ||
| 5272 | 2025.01.07 05:11:14.219606 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5273 | 2025.01.07 05:11:14.219736 [ 256 ] {4c1791b9-83ed-4e7f-821a-e48e6ec8a1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5274 | 2025.01.07 05:11:14.219872 [ 256 ] {4c1791b9-83ed-4e7f-821a-e48e6ec8a1ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5275 | 2025.01.07 05:11:14.221902 [ 190 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9073 rows, containing 5 columns (5 merged, 0 gathered) in 0.008240743 sec., 1100992.9565817062 rows/sec., 73.90 MiB/sec. | ||
| 5276 | 2025.01.07 05:11:14.221988 [ 256 ] {4c1791b9-83ed-4e7f-821a-e48e6ec8a1ec} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5277 | 2025.01.07 05:11:14.222051 [ 256 ] {4c1791b9-83ed-4e7f-821a-e48e6ec8a1ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5278 | 2025.01.07 05:11:14.222167 [ 190 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5279 | 2025.01.07 05:11:14.222882 [ 190 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5280 | 2025.01.07 05:11:14.223061 [ 190 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5281 | 2025.01.07 05:11:14.223262 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
| 5282 | 2025.01.07 05:11:14.223497 [ 256 ] {4c1791b9-83ed-4e7f-821a-e48e6ec8a1ec} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5283 | 2025.01.07 05:11:14.223781 [ 256 ] {4c1791b9-83ed-4e7f-821a-e48e6ec8a1ec} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5284 | 2025.01.07 05:11:14.223982 [ 90 ] {} <Debug> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5285 | 2025.01.07 05:11:14.224052 [ 90 ] {} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5286 | 2025.01.07 05:11:14.224089 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5287 | 2025.01.07 05:11:14.224096 [ 256 ] {4c1791b9-83ed-4e7f-821a-e48e6ec8a1ec} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.004377 sec., 3655.471784327165 rows/sec., 6.55 MiB/sec. | ||
| 5288 | 2025.01.07 05:11:14.224319 [ 191 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 5289 | 2025.01.07 05:11:14.224357 [ 256 ] {4c1791b9-83ed-4e7f-821a-e48e6ec8a1ec} <Debug> TCPHandler: Processed in 0.004806468 sec. | ||
| 5290 | 2025.01.07 05:11:14.224587 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5291 | 2025.01.07 05:11:14.224686 [ 191 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5292 | 2025.01.07 05:11:14.224831 [ 191 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 402 rows starting from the beginning of the part | ||
| 5293 | 2025.01.07 05:11:14.224864 [ 5 ] {6a96e9ec-10da-430f-9475-7d490ea64d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5294 | 2025.01.07 05:11:14.225022 [ 5 ] {6a96e9ec-10da-430f-9475-7d490ea64d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5295 | 2025.01.07 05:11:14.225570 [ 191 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 16 rows starting from the beginning of the part | ||
| 5296 | 2025.01.07 05:11:14.226291 [ 191 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 25 rows starting from the beginning of the part | ||
| 5297 | 2025.01.07 05:11:14.226978 [ 191 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part | ||
| 5298 | 2025.01.07 05:11:14.227145 [ 5 ] {6a96e9ec-10da-430f-9475-7d490ea64d46} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5299 | 2025.01.07 05:11:14.227297 [ 5 ] {6a96e9ec-10da-430f-9475-7d490ea64d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5300 | 2025.01.07 05:11:14.227673 [ 191 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 25 rows starting from the beginning of the part | ||
| 5301 | 2025.01.07 05:11:14.228331 [ 191 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part | ||
| 5302 | 2025.01.07 05:11:14.228790 [ 5 ] {6a96e9ec-10da-430f-9475-7d490ea64d46} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5303 | 2025.01.07 05:11:14.229456 [ 5 ] {6a96e9ec-10da-430f-9475-7d490ea64d46} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5304 | 2025.01.07 05:11:14.229730 [ 90 ] {} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5305 | 2025.01.07 05:11:14.229817 [ 90 ] {} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5306 | 2025.01.07 05:11:14.229897 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5307 | 2025.01.07 05:11:14.230047 [ 5 ] {6a96e9ec-10da-430f-9475-7d490ea64d46} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005231 sec., 9940.737908621677 rows/sec., 630.26 KiB/sec. | ||
| 5308 | 2025.01.07 05:11:14.230374 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 5309 | 2025.01.07 05:11:14.230388 [ 5 ] {6a96e9ec-10da-430f-9475-7d490ea64d46} <Debug> TCPHandler: Processed in 0.005921172 sec. | ||
| 5310 | 2025.01.07 05:11:14.230820 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5311 | 2025.01.07 05:11:14.230903 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1124 rows starting from the beginning of the part | ||
| 5312 | 2025.01.07 05:11:14.231090 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 52 rows starting from the beginning of the part | ||
| 5313 | 2025.01.07 05:11:14.231286 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part | ||
| 5314 | 2025.01.07 05:11:14.231517 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 52 rows starting from the beginning of the part | ||
| 5315 | 2025.01.07 05:11:14.231737 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part | ||
| 5316 | 2025.01.07 05:11:14.231982 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 52 rows starting from the beginning of the part | ||
| 5317 | 2025.01.07 05:11:14.235661 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1340 rows, containing 4 columns (4 merged, 0 gathered) in 0.005608243 sec., 238934.01195347635 rows/sec., 15.51 MiB/sec. | ||
| 5318 | 2025.01.07 05:11:14.235951 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5319 | 2025.01.07 05:11:14.236593 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_36_7} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5320 | 2025.01.07 05:11:14.236746 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_36_7} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5321 | 2025.01.07 05:11:14.236823 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 5322 | 2025.01.07 05:11:14.238572 [ 195 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 500 rows, containing 19 columns (19 merged, 0 gathered) in 0.014395403 sec., 34733.3103491441 rows/sec., 62.24 MiB/sec. | ||
| 5323 | 2025.01.07 05:11:14.239122 [ 195 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5324 | 2025.01.07 05:11:14.239522 [ 195 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5325 | 2025.01.07 05:11:14.239598 [ 195 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5326 | 2025.01.07 05:11:14.239702 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 5327 | 2025.01.07 05:11:18.805233 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5328 | 2025.01.07 05:11:18.805313 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5329 | 2025.01.07 05:11:18.924633 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 5330 | 2025.01.07 05:11:18.925271 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5331 | 2025.01.07 05:11:18.925320 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5332 | 2025.01.07 05:11:18.925859 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5333 | 2025.01.07 05:11:18.926124 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5334 | 2025.01.07 05:11:18.926333 [ 150 ] {} <Debug> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5335 | 2025.01.07 05:11:18.926397 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5336 | 2025.01.07 05:11:18.926418 [ 150 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5337 | 2025.01.07 05:11:18.926452 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5338 | 2025.01.07 05:11:18.926576 [ 192 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 5339 | 2025.01.07 05:11:18.926700 [ 192 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5340 | 2025.01.07 05:11:18.926742 [ 192 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 5341 | 2025.01.07 05:11:18.926817 [ 192 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 5342 | 2025.01.07 05:11:18.926913 [ 192 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 5343 | 2025.01.07 05:11:18.927162 [ 192 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 5344 | 2025.01.07 05:11:18.927267 [ 192 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 5345 | 2025.01.07 05:11:18.927465 [ 192 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 5346 | 2025.01.07 05:11:18.929938 [ 195 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003417975 sec., 3497977.603698096 rows/sec., 50.04 MiB/sec. | ||
| 5347 | 2025.01.07 05:11:18.930230 [ 192 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5348 | 2025.01.07 05:11:18.930520 [ 192 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_26_5} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5349 | 2025.01.07 05:11:18.930598 [ 192 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_26_5} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5350 | 2025.01.07 05:11:18.930684 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5351 | 2025.01.07 05:11:19.188487 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5352 | 2025.01.07 05:11:19.188702 [ 5 ] {c5a5e6b8-9e91-49fd-b5c9-ccec772c5c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5353 | 2025.01.07 05:11:19.188787 [ 5 ] {c5a5e6b8-9e91-49fd-b5c9-ccec772c5c70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5354 | 2025.01.07 05:11:19.189652 [ 5 ] {c5a5e6b8-9e91-49fd-b5c9-ccec772c5c70} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5355 | 2025.01.07 05:11:19.189704 [ 5 ] {c5a5e6b8-9e91-49fd-b5c9-ccec772c5c70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5356 | 2025.01.07 05:11:19.190150 [ 5 ] {c5a5e6b8-9e91-49fd-b5c9-ccec772c5c70} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5357 | 2025.01.07 05:11:19.190411 [ 5 ] {c5a5e6b8-9e91-49fd-b5c9-ccec772c5c70} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5358 | 2025.01.07 05:11:19.190679 [ 5 ] {c5a5e6b8-9e91-49fd-b5c9-ccec772c5c70} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.002027 sec., 37493.83325111001 rows/sec., 3.25 MiB/sec. | ||
| 5359 | 2025.01.07 05:11:19.190821 [ 5 ] {c5a5e6b8-9e91-49fd-b5c9-ccec772c5c70} <Debug> TCPHandler: Processed in 0.002472936 sec. | ||
| 5360 | 2025.01.07 05:11:19.191133 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5361 | 2025.01.07 05:11:19.191337 [ 256 ] {5cb6d478-a125-4d12-b6a5-7ca38620af23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5362 | 2025.01.07 05:11:19.191417 [ 256 ] {5cb6d478-a125-4d12-b6a5-7ca38620af23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5363 | 2025.01.07 05:11:19.192265 [ 256 ] {5cb6d478-a125-4d12-b6a5-7ca38620af23} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5364 | 2025.01.07 05:11:19.192311 [ 256 ] {5cb6d478-a125-4d12-b6a5-7ca38620af23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5365 | 2025.01.07 05:11:19.192737 [ 256 ] {5cb6d478-a125-4d12-b6a5-7ca38620af23} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5366 | 2025.01.07 05:11:19.192988 [ 256 ] {5cb6d478-a125-4d12-b6a5-7ca38620af23} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5367 | 2025.01.07 05:11:19.193229 [ 256 ] {5cb6d478-a125-4d12-b6a5-7ca38620af23} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001952 sec., 12807.377049180328 rows/sec., 963.05 KiB/sec. | ||
| 5368 | 2025.01.07 05:11:19.193286 [ 256 ] {5cb6d478-a125-4d12-b6a5-7ca38620af23} <Debug> TCPHandler: Processed in 0.002319031 sec. | ||
| 5369 | 2025.01.07 05:11:19.193469 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5370 | 2025.01.07 05:11:19.193602 [ 5 ] {59170993-ed6d-4a34-ae27-e783ba826409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5371 | 2025.01.07 05:11:19.193655 [ 5 ] {59170993-ed6d-4a34-ae27-e783ba826409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5372 | 2025.01.07 05:11:19.194278 [ 5 ] {59170993-ed6d-4a34-ae27-e783ba826409} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5373 | 2025.01.07 05:11:19.194320 [ 5 ] {59170993-ed6d-4a34-ae27-e783ba826409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5374 | 2025.01.07 05:11:19.194703 [ 5 ] {59170993-ed6d-4a34-ae27-e783ba826409} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5375 | 2025.01.07 05:11:19.194950 [ 5 ] {59170993-ed6d-4a34-ae27-e783ba826409} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5376 | 2025.01.07 05:11:19.195157 [ 5 ] {59170993-ed6d-4a34-ae27-e783ba826409} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001584 sec., 33459.595959595965 rows/sec., 2.61 MiB/sec. | ||
| 5377 | 2025.01.07 05:11:19.195213 [ 5 ] {59170993-ed6d-4a34-ae27-e783ba826409} <Debug> TCPHandler: Processed in 0.001819516 sec. | ||
| 5378 | 2025.01.07 05:11:19.195375 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5379 | 2025.01.07 05:11:19.195513 [ 256 ] {dde239d0-ec50-44e4-b965-bfd5902645e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5380 | 2025.01.07 05:11:19.195575 [ 256 ] {dde239d0-ec50-44e4-b965-bfd5902645e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5381 | 2025.01.07 05:11:19.196218 [ 256 ] {dde239d0-ec50-44e4-b965-bfd5902645e8} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5382 | 2025.01.07 05:11:19.196257 [ 256 ] {dde239d0-ec50-44e4-b965-bfd5902645e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5383 | 2025.01.07 05:11:19.196653 [ 256 ] {dde239d0-ec50-44e4-b965-bfd5902645e8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5384 | 2025.01.07 05:11:19.196901 [ 256 ] {dde239d0-ec50-44e4-b965-bfd5902645e8} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5385 | 2025.01.07 05:11:19.197111 [ 256 ] {dde239d0-ec50-44e4-b965-bfd5902645e8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00163 sec., 61349.69325153375 rows/sec., 4.25 MiB/sec. | ||
| 5386 | 2025.01.07 05:11:19.197163 [ 256 ] {dde239d0-ec50-44e4-b965-bfd5902645e8} <Debug> TCPHandler: Processed in 0.001853067 sec. | ||
| 5387 | 2025.01.07 05:11:19.197317 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5388 | 2025.01.07 05:11:19.197459 [ 5 ] {76224613-6dce-41c9-93cb-d2fb2366f56f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5389 | 2025.01.07 05:11:19.197559 [ 5 ] {76224613-6dce-41c9-93cb-d2fb2366f56f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5390 | 2025.01.07 05:11:19.198856 [ 5 ] {76224613-6dce-41c9-93cb-d2fb2366f56f} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5391 | 2025.01.07 05:11:19.198898 [ 5 ] {76224613-6dce-41c9-93cb-d2fb2366f56f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5392 | 2025.01.07 05:11:19.199562 [ 5 ] {76224613-6dce-41c9-93cb-d2fb2366f56f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5393 | 2025.01.07 05:11:19.199831 [ 5 ] {76224613-6dce-41c9-93cb-d2fb2366f56f} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5394 | 2025.01.07 05:11:19.200162 [ 5 ] {76224613-6dce-41c9-93cb-d2fb2366f56f} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002713 sec., 9214.891264283082 rows/sec., 16.51 MiB/sec. | ||
| 5395 | 2025.01.07 05:11:19.200600 [ 5 ] {76224613-6dce-41c9-93cb-d2fb2366f56f} <Debug> TCPHandler: Processed in 0.003346433 sec. | ||
| 5396 | 2025.01.07 05:11:19.200759 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5397 | 2025.01.07 05:11:19.200896 [ 256 ] {97fa0ed1-26c0-4f78-9b66-1fdc91b069e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5398 | 2025.01.07 05:11:19.200955 [ 256 ] {97fa0ed1-26c0-4f78-9b66-1fdc91b069e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5399 | 2025.01.07 05:11:19.201476 [ 256 ] {97fa0ed1-26c0-4f78-9b66-1fdc91b069e3} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5400 | 2025.01.07 05:11:19.201515 [ 256 ] {97fa0ed1-26c0-4f78-9b66-1fdc91b069e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5401 | 2025.01.07 05:11:19.201885 [ 256 ] {97fa0ed1-26c0-4f78-9b66-1fdc91b069e3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5402 | 2025.01.07 05:11:19.202122 [ 256 ] {97fa0ed1-26c0-4f78-9b66-1fdc91b069e3} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5403 | 2025.01.07 05:11:19.202329 [ 256 ] {97fa0ed1-26c0-4f78-9b66-1fdc91b069e3} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001464 sec., 20491.803278688523 rows/sec., 1.40 MiB/sec. | ||
| 5404 | 2025.01.07 05:11:19.202378 [ 256 ] {97fa0ed1-26c0-4f78-9b66-1fdc91b069e3} <Debug> TCPHandler: Processed in 0.001684812 sec. | ||
| 5405 | 2025.01.07 05:11:19.745927 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5406 | 2025.01.07 05:11:19.767790 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5407 | 2025.01.07 05:11:19.767858 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5408 | 2025.01.07 05:11:19.775230 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5409 | 2025.01.07 05:11:19.775994 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5410 | 2025.01.07 05:11:19.776366 [ 148 ] {} <Debug> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5411 | 2025.01.07 05:11:19.776498 [ 148 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5412 | 2025.01.07 05:11:19.776573 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5413 | 2025.01.07 05:11:19.777080 [ 186 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 5414 | 2025.01.07 05:11:19.790906 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5415 | 2025.01.07 05:11:19.792757 [ 186 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5416 | 2025.01.07 05:11:19.794157 [ 186 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 5417 | 2025.01.07 05:11:19.799608 [ 186 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 5418 | 2025.01.07 05:11:19.804992 [ 186 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 5419 | 2025.01.07 05:11:19.810286 [ 186 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 5420 | 2025.01.07 05:11:19.815734 [ 186 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 5421 | 2025.01.07 05:11:19.820289 [ 186 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 5422 | 2025.01.07 05:11:19.879066 [ 189 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.102336926 sec., 1915.2422069038894 rows/sec., 9.90 MiB/sec. | ||
| 5423 | 2025.01.07 05:11:19.881761 [ 189 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5424 | 2025.01.07 05:11:19.884711 [ 189 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_26_5} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5425 | 2025.01.07 05:11:19.884843 [ 189 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_26_5} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5426 | 2025.01.07 05:11:19.887314 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5427 | 2025.01.07 05:11:20.001161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.94 MiB, peak 203.48 MiB, free memory in arenas 0.00 B, will set to 194.03 MiB (RSS), difference: 1.09 MiB | ||
| 5428 | 2025.01.07 05:11:23.971614 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 756 | ||
| 5429 | 2025.01.07 05:11:23.974752 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5430 | 2025.01.07 05:11:23.974822 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5431 | 2025.01.07 05:11:23.976350 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5432 | 2025.01.07 05:11:23.976660 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5433 | 2025.01.07 05:11:23.977916 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 756 | ||
| 5434 | 2025.01.07 05:11:24.221243 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5435 | 2025.01.07 05:11:24.221505 [ 5 ] {59ec592d-4482-4992-bc85-925a2ca2ed8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5436 | 2025.01.07 05:11:24.221575 [ 5 ] {59ec592d-4482-4992-bc85-925a2ca2ed8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5437 | 2025.01.07 05:11:24.222325 [ 5 ] {59ec592d-4482-4992-bc85-925a2ca2ed8b} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5438 | 2025.01.07 05:11:24.222370 [ 5 ] {59ec592d-4482-4992-bc85-925a2ca2ed8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5439 | 2025.01.07 05:11:24.222827 [ 5 ] {59ec592d-4482-4992-bc85-925a2ca2ed8b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5440 | 2025.01.07 05:11:24.223086 [ 5 ] {59ec592d-4482-4992-bc85-925a2ca2ed8b} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5441 | 2025.01.07 05:11:24.223326 [ 5 ] {59ec592d-4482-4992-bc85-925a2ca2ed8b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001872 sec., 7478.6324786324785 rows/sec., 538.36 KiB/sec. | ||
| 5442 | 2025.01.07 05:11:24.223389 [ 5 ] {59ec592d-4482-4992-bc85-925a2ca2ed8b} <Debug> TCPHandler: Processed in 0.002332221 sec. | ||
| 5443 | 2025.01.07 05:11:24.223656 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5444 | 2025.01.07 05:11:24.223859 [ 256 ] {4a3d724a-ffee-44f6-a5c7-6aa649481670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5445 | 2025.01.07 05:11:24.223937 [ 256 ] {4a3d724a-ffee-44f6-a5c7-6aa649481670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5446 | 2025.01.07 05:11:24.224718 [ 256 ] {4a3d724a-ffee-44f6-a5c7-6aa649481670} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5447 | 2025.01.07 05:11:24.224773 [ 256 ] {4a3d724a-ffee-44f6-a5c7-6aa649481670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5448 | 2025.01.07 05:11:24.225217 [ 256 ] {4a3d724a-ffee-44f6-a5c7-6aa649481670} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5449 | 2025.01.07 05:11:24.225473 [ 256 ] {4a3d724a-ffee-44f6-a5c7-6aa649481670} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5450 | 2025.01.07 05:11:24.225721 [ 256 ] {4a3d724a-ffee-44f6-a5c7-6aa649481670} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00192 sec., 4166.666666666667 rows/sec., 339.76 KiB/sec. | ||
| 5451 | 2025.01.07 05:11:24.225791 [ 256 ] {4a3d724a-ffee-44f6-a5c7-6aa649481670} <Debug> TCPHandler: Processed in 0.00227279 sec. | ||
| 5452 | 2025.01.07 05:11:24.225960 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5453 | 2025.01.07 05:11:24.226103 [ 5 ] {40b31231-d472-4606-aa82-1493a7fc3d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5454 | 2025.01.07 05:11:24.226162 [ 5 ] {40b31231-d472-4606-aa82-1493a7fc3d0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5455 | 2025.01.07 05:11:24.227288 [ 5 ] {40b31231-d472-4606-aa82-1493a7fc3d0b} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5456 | 2025.01.07 05:11:24.227329 [ 5 ] {40b31231-d472-4606-aa82-1493a7fc3d0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5457 | 2025.01.07 05:11:24.227781 [ 5 ] {40b31231-d472-4606-aa82-1493a7fc3d0b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5458 | 2025.01.07 05:11:24.228034 [ 5 ] {40b31231-d472-4606-aa82-1493a7fc3d0b} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5459 | 2025.01.07 05:11:24.228258 [ 5 ] {40b31231-d472-4606-aa82-1493a7fc3d0b} <Debug> executeQuery: Read 1349 rows, 114.99 KiB in 0.002188 sec., 616544.7897623401 rows/sec., 51.32 MiB/sec. | ||
| 5460 | 2025.01.07 05:11:24.228312 [ 5 ] {40b31231-d472-4606-aa82-1493a7fc3d0b} <Debug> TCPHandler: Processed in 0.002419565 sec. | ||
| 5461 | 2025.01.07 05:11:24.228539 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5462 | 2025.01.07 05:11:24.228773 [ 256 ] {b26ebef6-b226-4c64-b6eb-2761c3f6e068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5463 | 2025.01.07 05:11:24.228869 [ 256 ] {b26ebef6-b226-4c64-b6eb-2761c3f6e068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5464 | 2025.01.07 05:11:24.229742 [ 256 ] {b26ebef6-b226-4c64-b6eb-2761c3f6e068} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5465 | 2025.01.07 05:11:24.229785 [ 256 ] {b26ebef6-b226-4c64-b6eb-2761c3f6e068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5466 | 2025.01.07 05:11:24.230181 [ 256 ] {b26ebef6-b226-4c64-b6eb-2761c3f6e068} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5467 | 2025.01.07 05:11:24.230425 [ 256 ] {b26ebef6-b226-4c64-b6eb-2761c3f6e068} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5468 | 2025.01.07 05:11:24.230582 [ 142 ] {} <Debug> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5469 | 2025.01.07 05:11:24.230654 [ 256 ] {b26ebef6-b226-4c64-b6eb-2761c3f6e068} <Debug> executeQuery: Read 31 rows, 2.22 KiB in 0.001939 sec., 15987.622485817432 rows/sec., 1.12 MiB/sec. | ||
| 5470 | 2025.01.07 05:11:24.230667 [ 142 ] {} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5471 | 2025.01.07 05:11:24.230742 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5472 | 2025.01.07 05:11:24.230798 [ 256 ] {b26ebef6-b226-4c64-b6eb-2761c3f6e068} <Debug> TCPHandler: Processed in 0.002372833 sec. | ||
| 5473 | 2025.01.07 05:11:24.230978 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 5474 | 2025.01.07 05:11:24.230997 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5475 | 2025.01.07 05:11:24.231193 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5476 | 2025.01.07 05:11:24.231227 [ 5 ] {4ed1fc37-7a09-42f4-8e2a-994253cdbb42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5477 | 2025.01.07 05:11:24.231251 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 62 rows starting from the beginning of the part | ||
| 5478 | 2025.01.07 05:11:24.231331 [ 5 ] {4ed1fc37-7a09-42f4-8e2a-994253cdbb42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5479 | 2025.01.07 05:11:24.231544 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 23 rows starting from the beginning of the part | ||
| 5480 | 2025.01.07 05:11:24.231967 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 5481 | 2025.01.07 05:11:24.232282 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 23 rows starting from the beginning of the part | ||
| 5482 | 2025.01.07 05:11:24.232673 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 25 rows starting from the beginning of the part | ||
| 5483 | 2025.01.07 05:11:24.233060 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part | ||
| 5484 | 2025.01.07 05:11:24.234333 [ 5 ] {4ed1fc37-7a09-42f4-8e2a-994253cdbb42} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5485 | 2025.01.07 05:11:24.234405 [ 5 ] {4ed1fc37-7a09-42f4-8e2a-994253cdbb42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5486 | 2025.01.07 05:11:24.235583 [ 5 ] {4ed1fc37-7a09-42f4-8e2a-994253cdbb42} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5487 | 2025.01.07 05:11:24.235839 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.004989984 sec., 38276.67583703675 rows/sec., 2.88 MiB/sec. | ||
| 5488 | 2025.01.07 05:11:24.236033 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5489 | 2025.01.07 05:11:24.236075 [ 5 ] {4ed1fc37-7a09-42f4-8e2a-994253cdbb42} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5490 | 2025.01.07 05:11:24.236458 [ 5 ] {4ed1fc37-7a09-42f4-8e2a-994253cdbb42} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005297 sec., 45686.237492920525 rows/sec., 3.10 MiB/sec. | ||
| 5491 | 2025.01.07 05:11:24.236637 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_31_6} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5492 | 2025.01.07 05:11:24.236642 [ 5 ] {4ed1fc37-7a09-42f4-8e2a-994253cdbb42} <Debug> TCPHandler: Processed in 0.005739607 sec. | ||
| 5493 | 2025.01.07 05:11:24.236805 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_31_6} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5494 | 2025.01.07 05:11:24.236841 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5495 | 2025.01.07 05:11:24.236904 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5496 | 2025.01.07 05:11:24.236978 [ 256 ] {2b6ed55e-4ba7-4152-a7f4-d03eb2ec2047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5497 | 2025.01.07 05:11:24.237026 [ 256 ] {2b6ed55e-4ba7-4152-a7f4-d03eb2ec2047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5498 | 2025.01.07 05:11:24.237672 [ 256 ] {2b6ed55e-4ba7-4152-a7f4-d03eb2ec2047} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5499 | 2025.01.07 05:11:24.237724 [ 256 ] {2b6ed55e-4ba7-4152-a7f4-d03eb2ec2047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5500 | 2025.01.07 05:11:24.238325 [ 256 ] {2b6ed55e-4ba7-4152-a7f4-d03eb2ec2047} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5501 | 2025.01.07 05:11:24.238561 [ 256 ] {2b6ed55e-4ba7-4152-a7f4-d03eb2ec2047} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5502 | 2025.01.07 05:11:24.238743 [ 256 ] {2b6ed55e-4ba7-4152-a7f4-d03eb2ec2047} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001791 sec., 7258.514796203238 rows/sec., 452.57 KiB/sec. | ||
| 5503 | 2025.01.07 05:11:24.238797 [ 256 ] {2b6ed55e-4ba7-4152-a7f4-d03eb2ec2047} <Debug> TCPHandler: Processed in 0.002031762 sec. | ||
| 5504 | 2025.01.07 05:11:24.238949 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5505 | 2025.01.07 05:11:24.239085 [ 5 ] {9e4f55aa-add2-4887-857a-f59034b5f217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5506 | 2025.01.07 05:11:24.239142 [ 5 ] {9e4f55aa-add2-4887-857a-f59034b5f217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5507 | 2025.01.07 05:11:24.240126 [ 5 ] {9e4f55aa-add2-4887-857a-f59034b5f217} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5508 | 2025.01.07 05:11:24.240167 [ 5 ] {9e4f55aa-add2-4887-857a-f59034b5f217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5509 | 2025.01.07 05:11:24.240574 [ 5 ] {9e4f55aa-add2-4887-857a-f59034b5f217} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5510 | 2025.01.07 05:11:24.240817 [ 5 ] {9e4f55aa-add2-4887-857a-f59034b5f217} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5511 | 2025.01.07 05:11:24.241034 [ 5 ] {9e4f55aa-add2-4887-857a-f59034b5f217} <Debug> executeQuery: Read 826 rows, 61.03 KiB in 0.001979 sec., 417382.5164224356 rows/sec., 30.11 MiB/sec. | ||
| 5512 | 2025.01.07 05:11:24.241086 [ 5 ] {9e4f55aa-add2-4887-857a-f59034b5f217} <Debug> TCPHandler: Processed in 0.002205158 sec. | ||
| 5513 | 2025.01.07 05:11:24.241261 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5514 | 2025.01.07 05:11:24.241402 [ 256 ] {d9ca832a-790a-46f3-a202-90c8e253470a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5515 | 2025.01.07 05:11:24.241463 [ 256 ] {d9ca832a-790a-46f3-a202-90c8e253470a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5516 | 2025.01.07 05:11:24.242029 [ 256 ] {d9ca832a-790a-46f3-a202-90c8e253470a} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5517 | 2025.01.07 05:11:24.242075 [ 256 ] {d9ca832a-790a-46f3-a202-90c8e253470a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5518 | 2025.01.07 05:11:24.242485 [ 256 ] {d9ca832a-790a-46f3-a202-90c8e253470a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5519 | 2025.01.07 05:11:24.242722 [ 256 ] {d9ca832a-790a-46f3-a202-90c8e253470a} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5520 | 2025.01.07 05:11:24.242903 [ 256 ] {d9ca832a-790a-46f3-a202-90c8e253470a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001535 sec., 3908.7947882736157 rows/sec., 204.22 KiB/sec. | ||
| 5521 | 2025.01.07 05:11:24.242955 [ 256 ] {d9ca832a-790a-46f3-a202-90c8e253470a} <Debug> TCPHandler: Processed in 0.001761635 sec. | ||
| 5522 | 2025.01.07 05:11:24.243105 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5523 | 2025.01.07 05:11:24.243220 [ 5 ] {1f7e15d8-ad5a-4bbe-b3f3-c63096f6bb32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5524 | 2025.01.07 05:11:24.243273 [ 5 ] {1f7e15d8-ad5a-4bbe-b3f3-c63096f6bb32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5525 | 2025.01.07 05:11:24.244127 [ 5 ] {1f7e15d8-ad5a-4bbe-b3f3-c63096f6bb32} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5526 | 2025.01.07 05:11:24.244175 [ 5 ] {1f7e15d8-ad5a-4bbe-b3f3-c63096f6bb32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5527 | 2025.01.07 05:11:24.244640 [ 5 ] {1f7e15d8-ad5a-4bbe-b3f3-c63096f6bb32} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5528 | 2025.01.07 05:11:24.244879 [ 5 ] {1f7e15d8-ad5a-4bbe-b3f3-c63096f6bb32} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5529 | 2025.01.07 05:11:24.245099 [ 5 ] {1f7e15d8-ad5a-4bbe-b3f3-c63096f6bb32} <Debug> executeQuery: Read 901 rows, 61.46 KiB in 0.001903 sec., 473462.95323173935 rows/sec., 31.54 MiB/sec. | ||
| 5530 | 2025.01.07 05:11:24.245152 [ 5 ] {1f7e15d8-ad5a-4bbe-b3f3-c63096f6bb32} <Debug> TCPHandler: Processed in 0.002101634 sec. | ||
| 5531 | 2025.01.07 05:11:24.245297 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5532 | 2025.01.07 05:11:24.245417 [ 256 ] {dbcb874f-66c0-47b7-b535-8935f098de9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5533 | 2025.01.07 05:11:24.245469 [ 256 ] {dbcb874f-66c0-47b7-b535-8935f098de9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5534 | 2025.01.07 05:11:24.245935 [ 256 ] {dbcb874f-66c0-47b7-b535-8935f098de9c} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5535 | 2025.01.07 05:11:24.245973 [ 256 ] {dbcb874f-66c0-47b7-b535-8935f098de9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5536 | 2025.01.07 05:11:24.246333 [ 256 ] {dbcb874f-66c0-47b7-b535-8935f098de9c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5537 | 2025.01.07 05:11:24.246576 [ 256 ] {dbcb874f-66c0-47b7-b535-8935f098de9c} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5538 | 2025.01.07 05:11:24.246693 [ 139 ] {} <Debug> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5539 | 2025.01.07 05:11:24.246734 [ 139 ] {} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5540 | 2025.01.07 05:11:24.246759 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5541 | 2025.01.07 05:11:24.246765 [ 256 ] {dbcb874f-66c0-47b7-b535-8935f098de9c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001371 sec., 729.3946024799417 rows/sec., 49.15 KiB/sec. | ||
| 5542 | 2025.01.07 05:11:24.246965 [ 256 ] {dbcb874f-66c0-47b7-b535-8935f098de9c} <Debug> TCPHandler: Processed in 0.001720083 sec. | ||
| 5543 | 2025.01.07 05:11:24.247046 [ 198 ] {155e2731-beb7-438a-8166-e2259aa0cf83::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 | ||
| 5544 | 2025.01.07 05:11:24.247128 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5545 | 2025.01.07 05:11:24.247284 [ 198 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5546 | 2025.01.07 05:11:24.247341 [ 5 ] {4586e484-a625-49c9-9aab-ef5ef0739815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5547 | 2025.01.07 05:11:24.247360 [ 198 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 12 rows starting from the beginning of the part | ||
| 5548 | 2025.01.07 05:11:24.247620 [ 5 ] {4586e484-a625-49c9-9aab-ef5ef0739815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5549 | 2025.01.07 05:11:24.247727 [ 198 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5550 | 2025.01.07 05:11:24.248082 [ 198 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5551 | 2025.01.07 05:11:24.248407 [ 198 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 5552 | 2025.01.07 05:11:24.248831 [ 198 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5553 | 2025.01.07 05:11:24.249111 [ 198 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5554 | 2025.01.07 05:11:24.253158 [ 199 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.006310294 sec., 2694.0107703381173 rows/sec., 180.29 KiB/sec. | ||
| 5555 | 2025.01.07 05:11:24.253197 [ 5 ] {4586e484-a625-49c9-9aab-ef5ef0739815} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5556 | 2025.01.07 05:11:24.253265 [ 5 ] {4586e484-a625-49c9-9aab-ef5ef0739815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5557 | 2025.01.07 05:11:24.253527 [ 200 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5558 | 2025.01.07 05:11:24.254209 [ 200 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_16_3} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5559 | 2025.01.07 05:11:24.254445 [ 200 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_16_3} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5560 | 2025.01.07 05:11:24.254577 [ 5 ] {4586e484-a625-49c9-9aab-ef5ef0739815} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5561 | 2025.01.07 05:11:24.254594 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5562 | 2025.01.07 05:11:24.254887 [ 5 ] {4586e484-a625-49c9-9aab-ef5ef0739815} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5563 | 2025.01.07 05:11:24.255184 [ 5 ] {4586e484-a625-49c9-9aab-ef5ef0739815} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007904 sec., 2024.2914979757086 rows/sec., 3.63 MiB/sec. | ||
| 5564 | 2025.01.07 05:11:24.255710 [ 5 ] {4586e484-a625-49c9-9aab-ef5ef0739815} <Debug> TCPHandler: Processed in 0.008635526 sec. | ||
| 5565 | 2025.01.07 05:11:24.255887 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5566 | 2025.01.07 05:11:24.256026 [ 256 ] {a40983d6-efb3-40ea-ab03-9483c33c84af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5567 | 2025.01.07 05:11:24.256086 [ 256 ] {a40983d6-efb3-40ea-ab03-9483c33c84af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5568 | 2025.01.07 05:11:24.256602 [ 256 ] {a40983d6-efb3-40ea-ab03-9483c33c84af} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5569 | 2025.01.07 05:11:24.256640 [ 256 ] {a40983d6-efb3-40ea-ab03-9483c33c84af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5570 | 2025.01.07 05:11:24.257008 [ 256 ] {a40983d6-efb3-40ea-ab03-9483c33c84af} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5571 | 2025.01.07 05:11:24.257248 [ 256 ] {a40983d6-efb3-40ea-ab03-9483c33c84af} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5572 | 2025.01.07 05:11:24.257436 [ 256 ] {a40983d6-efb3-40ea-ab03-9483c33c84af} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.00144 sec., 36111.11111111111 rows/sec., 2.24 MiB/sec. | ||
| 5573 | 2025.01.07 05:11:24.257484 [ 256 ] {a40983d6-efb3-40ea-ab03-9483c33c84af} <Debug> TCPHandler: Processed in 0.001666311 sec. | ||
| 5574 | 2025.01.07 05:11:26.427458 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5575 | 2025.01.07 05:11:26.428123 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5576 | 2025.01.07 05:11:26.428171 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5577 | 2025.01.07 05:11:26.428693 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5578 | 2025.01.07 05:11:26.428944 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5579 | 2025.01.07 05:11:26.429164 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5580 | 2025.01.07 05:11:27.291907 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5581 | 2025.01.07 05:11:27.311111 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5582 | 2025.01.07 05:11:27.311168 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5583 | 2025.01.07 05:11:27.318900 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5584 | 2025.01.07 05:11:27.319660 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5585 | 2025.01.07 05:11:27.322275 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5586 | 2025.01.07 05:11:29.188365 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5587 | 2025.01.07 05:11:29.188576 [ 5 ] {e87999ae-01ed-4c76-9da4-817a6e8ebd6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5588 | 2025.01.07 05:11:29.188659 [ 5 ] {e87999ae-01ed-4c76-9da4-817a6e8ebd6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5589 | 2025.01.07 05:11:29.189554 [ 5 ] {e87999ae-01ed-4c76-9da4-817a6e8ebd6c} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5590 | 2025.01.07 05:11:29.189600 [ 5 ] {e87999ae-01ed-4c76-9da4-817a6e8ebd6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5591 | 2025.01.07 05:11:29.190025 [ 5 ] {e87999ae-01ed-4c76-9da4-817a6e8ebd6c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5592 | 2025.01.07 05:11:29.190291 [ 5 ] {e87999ae-01ed-4c76-9da4-817a6e8ebd6c} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5593 | 2025.01.07 05:11:29.190516 [ 5 ] {e87999ae-01ed-4c76-9da4-817a6e8ebd6c} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001986 sec., 38267.87512588117 rows/sec., 3.32 MiB/sec. | ||
| 5594 | 2025.01.07 05:11:29.190617 [ 5 ] {e87999ae-01ed-4c76-9da4-817a6e8ebd6c} <Debug> TCPHandler: Processed in 0.002394314 sec. | ||
| 5595 | 2025.01.07 05:11:29.190962 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5596 | 2025.01.07 05:11:29.191186 [ 256 ] {079bdee9-e124-430a-849d-c190058c4874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5597 | 2025.01.07 05:11:29.191271 [ 256 ] {079bdee9-e124-430a-849d-c190058c4874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5598 | 2025.01.07 05:11:29.192066 [ 256 ] {079bdee9-e124-430a-849d-c190058c4874} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5599 | 2025.01.07 05:11:29.192117 [ 256 ] {079bdee9-e124-430a-849d-c190058c4874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5600 | 2025.01.07 05:11:29.192554 [ 256 ] {079bdee9-e124-430a-849d-c190058c4874} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5601 | 2025.01.07 05:11:29.192811 [ 256 ] {079bdee9-e124-430a-849d-c190058c4874} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5602 | 2025.01.07 05:11:29.193088 [ 256 ] {079bdee9-e124-430a-849d-c190058c4874} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001965 sec., 12722.646310432568 rows/sec., 956.68 KiB/sec. | ||
| 5603 | 2025.01.07 05:11:29.193306 [ 256 ] {079bdee9-e124-430a-849d-c190058c4874} <Debug> TCPHandler: Processed in 0.002547118 sec. | ||
| 5604 | 2025.01.07 05:11:29.193501 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5605 | 2025.01.07 05:11:29.193642 [ 5 ] {e570c7d1-de7e-4520-8ea0-817cf0822996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5606 | 2025.01.07 05:11:29.193704 [ 5 ] {e570c7d1-de7e-4520-8ea0-817cf0822996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5607 | 2025.01.07 05:11:29.194408 [ 5 ] {e570c7d1-de7e-4520-8ea0-817cf0822996} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5608 | 2025.01.07 05:11:29.194456 [ 5 ] {e570c7d1-de7e-4520-8ea0-817cf0822996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5609 | 2025.01.07 05:11:29.194835 [ 5 ] {e570c7d1-de7e-4520-8ea0-817cf0822996} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5610 | 2025.01.07 05:11:29.195071 [ 5 ] {e570c7d1-de7e-4520-8ea0-817cf0822996} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5611 | 2025.01.07 05:11:29.195244 [ 5 ] {e570c7d1-de7e-4520-8ea0-817cf0822996} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001636 sec., 32396.088019559902 rows/sec., 2.53 MiB/sec. | ||
| 5612 | 2025.01.07 05:11:29.195296 [ 5 ] {e570c7d1-de7e-4520-8ea0-817cf0822996} <Debug> TCPHandler: Processed in 0.001863968 sec. | ||
| 5613 | 2025.01.07 05:11:29.195447 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5614 | 2025.01.07 05:11:29.195577 [ 256 ] {3f2217e7-461f-472d-a897-35517de5fb1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5615 | 2025.01.07 05:11:29.195640 [ 256 ] {3f2217e7-461f-472d-a897-35517de5fb1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5616 | 2025.01.07 05:11:29.196309 [ 256 ] {3f2217e7-461f-472d-a897-35517de5fb1f} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5617 | 2025.01.07 05:11:29.196356 [ 256 ] {3f2217e7-461f-472d-a897-35517de5fb1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5618 | 2025.01.07 05:11:29.196781 [ 256 ] {3f2217e7-461f-472d-a897-35517de5fb1f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5619 | 2025.01.07 05:11:29.197031 [ 256 ] {3f2217e7-461f-472d-a897-35517de5fb1f} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5620 | 2025.01.07 05:11:29.197236 [ 256 ] {3f2217e7-461f-472d-a897-35517de5fb1f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001692 sec., 59101.6548463357 rows/sec., 4.10 MiB/sec. | ||
| 5621 | 2025.01.07 05:11:29.197288 [ 256 ] {3f2217e7-461f-472d-a897-35517de5fb1f} <Debug> TCPHandler: Processed in 0.001897209 sec. | ||
| 5622 | 2025.01.07 05:11:29.197443 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5623 | 2025.01.07 05:11:29.197558 [ 5 ] {548ce3d7-51ea-4ff4-9ebf-405d3ded243d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5624 | 2025.01.07 05:11:29.197640 [ 5 ] {548ce3d7-51ea-4ff4-9ebf-405d3ded243d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5625 | 2025.01.07 05:11:29.198810 [ 5 ] {548ce3d7-51ea-4ff4-9ebf-405d3ded243d} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5626 | 2025.01.07 05:11:29.198847 [ 5 ] {548ce3d7-51ea-4ff4-9ebf-405d3ded243d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5627 | 2025.01.07 05:11:29.199496 [ 5 ] {548ce3d7-51ea-4ff4-9ebf-405d3ded243d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5628 | 2025.01.07 05:11:29.199754 [ 5 ] {548ce3d7-51ea-4ff4-9ebf-405d3ded243d} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5629 | 2025.01.07 05:11:29.199948 [ 5 ] {548ce3d7-51ea-4ff4-9ebf-405d3ded243d} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002415 sec., 10351.966873706004 rows/sec., 18.55 MiB/sec. | ||
| 5630 | 2025.01.07 05:11:29.200053 [ 5 ] {548ce3d7-51ea-4ff4-9ebf-405d3ded243d} <Debug> TCPHandler: Processed in 0.002664852 sec. | ||
| 5631 | 2025.01.07 05:11:29.200219 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5632 | 2025.01.07 05:11:29.200359 [ 256 ] {90b318ef-2585-4f2f-a84a-5d0a4fd3fd01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5633 | 2025.01.07 05:11:29.200418 [ 256 ] {90b318ef-2585-4f2f-a84a-5d0a4fd3fd01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5634 | 2025.01.07 05:11:29.200925 [ 256 ] {90b318ef-2585-4f2f-a84a-5d0a4fd3fd01} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5635 | 2025.01.07 05:11:29.200966 [ 256 ] {90b318ef-2585-4f2f-a84a-5d0a4fd3fd01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5636 | 2025.01.07 05:11:29.201338 [ 256 ] {90b318ef-2585-4f2f-a84a-5d0a4fd3fd01} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5637 | 2025.01.07 05:11:29.201578 [ 256 ] {90b318ef-2585-4f2f-a84a-5d0a4fd3fd01} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5638 | 2025.01.07 05:11:29.201788 [ 256 ] {90b318ef-2585-4f2f-a84a-5d0a4fd3fd01} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00146 sec., 20547.945205479453 rows/sec., 1.41 MiB/sec. | ||
| 5639 | 2025.01.07 05:11:29.201840 [ 256 ] {90b318ef-2585-4f2f-a84a-5d0a4fd3fd01} <Debug> TCPHandler: Processed in 0.001689042 sec. | ||
| 5640 | 2025.01.07 05:11:33.805357 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5641 | 2025.01.07 05:11:33.805431 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5642 | 2025.01.07 05:11:33.930215 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 5643 | 2025.01.07 05:11:33.930867 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5644 | 2025.01.07 05:11:33.930914 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5645 | 2025.01.07 05:11:33.931488 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5646 | 2025.01.07 05:11:33.931768 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5647 | 2025.01.07 05:11:33.932016 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5648 | 2025.01.07 05:11:33.979010 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 792 | ||
| 5649 | 2025.01.07 05:11:33.982101 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5650 | 2025.01.07 05:11:33.982146 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5651 | 2025.01.07 05:11:33.983622 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5652 | 2025.01.07 05:11:33.983935 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5653 | 2025.01.07 05:11:33.984952 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 792 | ||
| 5654 | 2025.01.07 05:11:34.192689 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5655 | 2025.01.07 05:11:34.192882 [ 5 ] {6e545d0a-1d0f-4dfc-b6f8-d8a04c53d485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5656 | 2025.01.07 05:11:34.192953 [ 5 ] {6e545d0a-1d0f-4dfc-b6f8-d8a04c53d485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5657 | 2025.01.07 05:11:34.193698 [ 5 ] {6e545d0a-1d0f-4dfc-b6f8-d8a04c53d485} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5658 | 2025.01.07 05:11:34.193746 [ 5 ] {6e545d0a-1d0f-4dfc-b6f8-d8a04c53d485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5659 | 2025.01.07 05:11:34.194185 [ 5 ] {6e545d0a-1d0f-4dfc-b6f8-d8a04c53d485} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5660 | 2025.01.07 05:11:34.194453 [ 5 ] {6e545d0a-1d0f-4dfc-b6f8-d8a04c53d485} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5661 | 2025.01.07 05:11:34.194716 [ 5 ] {6e545d0a-1d0f-4dfc-b6f8-d8a04c53d485} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001874 sec., 7470.651013874066 rows/sec., 537.79 KiB/sec. | ||
| 5662 | 2025.01.07 05:11:34.194881 [ 5 ] {6e545d0a-1d0f-4dfc-b6f8-d8a04c53d485} <Debug> TCPHandler: Processed in 0.002329252 sec. | ||
| 5663 | 2025.01.07 05:11:34.195155 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5664 | 2025.01.07 05:11:34.195362 [ 256 ] {1fa4418b-a55f-43e4-9478-ee4996a8edd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5665 | 2025.01.07 05:11:34.195441 [ 256 ] {1fa4418b-a55f-43e4-9478-ee4996a8edd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5666 | 2025.01.07 05:11:34.196262 [ 256 ] {1fa4418b-a55f-43e4-9478-ee4996a8edd6} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5667 | 2025.01.07 05:11:34.196303 [ 256 ] {1fa4418b-a55f-43e4-9478-ee4996a8edd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5668 | 2025.01.07 05:11:34.196755 [ 256 ] {1fa4418b-a55f-43e4-9478-ee4996a8edd6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5669 | 2025.01.07 05:11:34.197008 [ 256 ] {1fa4418b-a55f-43e4-9478-ee4996a8edd6} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5670 | 2025.01.07 05:11:34.197198 [ 126 ] {} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 5671 | 2025.01.07 05:11:34.197274 [ 126 ] {} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5672 | 2025.01.07 05:11:34.197281 [ 256 ] {1fa4418b-a55f-43e4-9478-ee4996a8edd6} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.001968 sec., 104166.66666666666 rows/sec., 9.22 MiB/sec. | ||
| 5673 | 2025.01.07 05:11:34.197321 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5674 | 2025.01.07 05:11:34.197435 [ 256 ] {1fa4418b-a55f-43e4-9478-ee4996a8edd6} <Debug> TCPHandler: Processed in 0.002412794 sec. | ||
| 5675 | 2025.01.07 05:11:34.197709 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5676 | 2025.01.07 05:11:34.197806 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::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 | ||
| 5677 | 2025.01.07 05:11:34.198147 [ 5 ] {55a233b7-13b6-4e87-9812-49e98f3be8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5678 | 2025.01.07 05:11:34.198336 [ 5 ] {55a233b7-13b6-4e87-9812-49e98f3be8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5679 | 2025.01.07 05:11:34.198417 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5680 | 2025.01.07 05:11:34.198542 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 1404 rows starting from the beginning of the part | ||
| 5681 | 2025.01.07 05:11:34.198781 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 205 rows starting from the beginning of the part | ||
| 5682 | 2025.01.07 05:11:34.199058 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 76 rows starting from the beginning of the part | ||
| 5683 | 2025.01.07 05:11:34.199421 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1349 rows starting from the beginning of the part | ||
| 5684 | 2025.01.07 05:11:34.199652 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 76 rows starting from the beginning of the part | ||
| 5685 | 2025.01.07 05:11:34.199886 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 205 rows starting from the beginning of the part | ||
| 5686 | 2025.01.07 05:11:34.200611 [ 5 ] {55a233b7-13b6-4e87-9812-49e98f3be8e9} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5687 | 2025.01.07 05:11:34.200658 [ 5 ] {55a233b7-13b6-4e87-9812-49e98f3be8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5688 | 2025.01.07 05:11:34.201141 [ 5 ] {55a233b7-13b6-4e87-9812-49e98f3be8e9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5689 | 2025.01.07 05:11:34.201468 [ 5 ] {55a233b7-13b6-4e87-9812-49e98f3be8e9} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5690 | 2025.01.07 05:11:34.201779 [ 5 ] {55a233b7-13b6-4e87-9812-49e98f3be8e9} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.003781 sec., 6083.046813012431 rows/sec., 438.82 KiB/sec. | ||
| 5691 | 2025.01.07 05:11:34.202049 [ 5 ] {55a233b7-13b6-4e87-9812-49e98f3be8e9} <Debug> TCPHandler: Processed in 0.004485568 sec. | ||
| 5692 | 2025.01.07 05:11:34.202376 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5693 | 2025.01.07 05:11:34.202683 [ 256 ] {c40d87e1-f11f-4abc-92a6-0300e7c7fc6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5694 | 2025.01.07 05:11:34.202743 [ 256 ] {c40d87e1-f11f-4abc-92a6-0300e7c7fc6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5695 | 2025.01.07 05:11:34.202749 [ 187 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.005292893 sec., 626311.5464453938 rows/sec., 55.12 MiB/sec. | ||
| 5696 | 2025.01.07 05:11:34.203042 [ 187 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 5697 | 2025.01.07 05:11:34.203475 [ 187 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_40_8} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5698 | 2025.01.07 05:11:34.203483 [ 256 ] {c40d87e1-f11f-4abc-92a6-0300e7c7fc6c} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5699 | 2025.01.07 05:11:34.203537 [ 256 ] {c40d87e1-f11f-4abc-92a6-0300e7c7fc6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5700 | 2025.01.07 05:11:34.203598 [ 187 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_40_8} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 5701 | 2025.01.07 05:11:34.203718 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 5702 | 2025.01.07 05:11:34.203959 [ 256 ] {c40d87e1-f11f-4abc-92a6-0300e7c7fc6c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5703 | 2025.01.07 05:11:34.204206 [ 256 ] {c40d87e1-f11f-4abc-92a6-0300e7c7fc6c} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5704 | 2025.01.07 05:11:34.204428 [ 256 ] {c40d87e1-f11f-4abc-92a6-0300e7c7fc6c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001818 sec., 7700.770077007701 rows/sec., 539.31 KiB/sec. | ||
| 5705 | 2025.01.07 05:11:34.204483 [ 256 ] {c40d87e1-f11f-4abc-92a6-0300e7c7fc6c} <Debug> TCPHandler: Processed in 0.002316181 sec. | ||
| 5706 | 2025.01.07 05:11:34.204645 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5707 | 2025.01.07 05:11:34.204778 [ 5 ] {e9504f82-7fa2-4c26-ac36-7e92487176be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5708 | 2025.01.07 05:11:34.204834 [ 5 ] {e9504f82-7fa2-4c26-ac36-7e92487176be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5709 | 2025.01.07 05:11:34.205520 [ 5 ] {e9504f82-7fa2-4c26-ac36-7e92487176be} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5710 | 2025.01.07 05:11:34.205566 [ 5 ] {e9504f82-7fa2-4c26-ac36-7e92487176be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5711 | 2025.01.07 05:11:34.205938 [ 5 ] {e9504f82-7fa2-4c26-ac36-7e92487176be} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5712 | 2025.01.07 05:11:34.206171 [ 5 ] {e9504f82-7fa2-4c26-ac36-7e92487176be} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5713 | 2025.01.07 05:11:34.206377 [ 5 ] {e9504f82-7fa2-4c26-ac36-7e92487176be} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001629 sec., 7980.3560466543895 rows/sec., 497.57 KiB/sec. | ||
| 5714 | 2025.01.07 05:11:34.206429 [ 5 ] {e9504f82-7fa2-4c26-ac36-7e92487176be} <Debug> TCPHandler: Processed in 0.001840067 sec. | ||
| 5715 | 2025.01.07 05:11:34.206576 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5716 | 2025.01.07 05:11:34.206701 [ 256 ] {2de91969-6673-4aa7-91ca-716f83033693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5717 | 2025.01.07 05:11:34.206759 [ 256 ] {2de91969-6673-4aa7-91ca-716f83033693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5718 | 2025.01.07 05:11:34.207588 [ 256 ] {2de91969-6673-4aa7-91ca-716f83033693} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5719 | 2025.01.07 05:11:34.207637 [ 256 ] {2de91969-6673-4aa7-91ca-716f83033693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5720 | 2025.01.07 05:11:34.208021 [ 256 ] {2de91969-6673-4aa7-91ca-716f83033693} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5721 | 2025.01.07 05:11:34.208258 [ 256 ] {2de91969-6673-4aa7-91ca-716f83033693} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5722 | 2025.01.07 05:11:34.208433 [ 126 ] {} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 5723 | 2025.01.07 05:11:34.208486 [ 126 ] {} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5724 | 2025.01.07 05:11:34.208502 [ 256 ] {2de91969-6673-4aa7-91ca-716f83033693} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.001819 sec., 199010.44529961515 rows/sec., 14.00 MiB/sec. | ||
| 5725 | 2025.01.07 05:11:34.208525 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5726 | 2025.01.07 05:11:34.208663 [ 256 ] {2de91969-6673-4aa7-91ca-716f83033693} <Debug> TCPHandler: Processed in 0.002137645 sec. | ||
| 5727 | 2025.01.07 05:11:34.208950 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5728 | 2025.01.07 05:11:34.208972 [ 193 ] {07054297-9149-4bb5-b129-e54e8b80cf06::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 | ||
| 5729 | 2025.01.07 05:11:34.209432 [ 5 ] {4d76d848-0225-4792-bba7-a77b0b433789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5730 | 2025.01.07 05:11:34.209657 [ 5 ] {4d76d848-0225-4792-bba7-a77b0b433789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5731 | 2025.01.07 05:11:34.209704 [ 193 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5732 | 2025.01.07 05:11:34.209845 [ 193 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 875 rows starting from the beginning of the part | ||
| 5733 | 2025.01.07 05:11:34.210423 [ 193 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 362 rows starting from the beginning of the part | ||
| 5734 | 2025.01.07 05:11:34.210767 [ 193 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 53 rows starting from the beginning of the part | ||
| 5735 | 2025.01.07 05:11:34.211248 [ 193 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 826 rows starting from the beginning of the part | ||
| 5736 | 2025.01.07 05:11:34.211419 [ 193 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 53 rows starting from the beginning of the part | ||
| 5737 | 2025.01.07 05:11:34.211587 [ 193 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 362 rows starting from the beginning of the part | ||
| 5738 | 2025.01.07 05:11:34.212091 [ 5 ] {4d76d848-0225-4792-bba7-a77b0b433789} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5739 | 2025.01.07 05:11:34.212138 [ 5 ] {4d76d848-0225-4792-bba7-a77b0b433789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5740 | 2025.01.07 05:11:34.212687 [ 5 ] {4d76d848-0225-4792-bba7-a77b0b433789} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5741 | 2025.01.07 05:11:34.213011 [ 5 ] {4d76d848-0225-4792-bba7-a77b0b433789} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5742 | 2025.01.07 05:11:34.213187 [ 126 ] {} <Debug> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5743 | 2025.01.07 05:11:34.213311 [ 126 ] {} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5744 | 2025.01.07 05:11:34.213322 [ 5 ] {4d76d848-0225-4792-bba7-a77b0b433789} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004042 sec., 1484.4136566056409 rows/sec., 77.55 KiB/sec. | ||
| 5745 | 2025.01.07 05:11:34.213392 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5746 | 2025.01.07 05:11:34.213691 [ 5 ] {4d76d848-0225-4792-bba7-a77b0b433789} <Debug> TCPHandler: Processed in 0.004892741 sec. | ||
| 5747 | 2025.01.07 05:11:34.214093 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5748 | 2025.01.07 05:11:34.214194 [ 199 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 5749 | 2025.01.07 05:11:34.214286 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2531 rows, containing 5 columns (5 merged, 0 gathered) in 0.005604803 sec., 451576.97781706153 rows/sec., 34.24 MiB/sec. | ||
| 5750 | 2025.01.07 05:11:34.214327 [ 256 ] {44aa8763-47c5-4f90-a032-323f9a3dedea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5751 | 2025.01.07 05:11:34.214451 [ 256 ] {44aa8763-47c5-4f90-a032-323f9a3dedea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5752 | 2025.01.07 05:11:34.214581 [ 199 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5753 | 2025.01.07 05:11:34.214666 [ 199 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 5754 | 2025.01.07 05:11:34.214748 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 5755 | 2025.01.07 05:11:34.215099 [ 199 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5756 | 2025.01.07 05:11:34.215682 [ 199 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5757 | 2025.01.07 05:11:34.216163 [ 199 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 5758 | 2025.01.07 05:11:34.216227 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_40_8} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5759 | 2025.01.07 05:11:34.216605 [ 199 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 5760 | 2025.01.07 05:11:34.216767 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_40_8} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 5761 | 2025.01.07 05:11:34.216859 [ 199 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 5762 | 2025.01.07 05:11:34.217233 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 5763 | 2025.01.07 05:11:34.217912 [ 256 ] {44aa8763-47c5-4f90-a032-323f9a3dedea} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5764 | 2025.01.07 05:11:34.217961 [ 256 ] {44aa8763-47c5-4f90-a032-323f9a3dedea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5765 | 2025.01.07 05:11:34.218555 [ 256 ] {44aa8763-47c5-4f90-a032-323f9a3dedea} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5766 | 2025.01.07 05:11:34.218804 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.005087456 sec., 18869.942069277848 rows/sec., 985.88 KiB/sec. | ||
| 5767 | 2025.01.07 05:11:34.218969 [ 256 ] {44aa8763-47c5-4f90-a032-323f9a3dedea} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5768 | 2025.01.07 05:11:34.219035 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5769 | 2025.01.07 05:11:34.219477 [ 256 ] {44aa8763-47c5-4f90-a032-323f9a3dedea} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.005189 sec., 34110.61861630372 rows/sec., 2.25 MiB/sec. | ||
| 5770 | 2025.01.07 05:11:34.219822 [ 256 ] {44aa8763-47c5-4f90-a032-323f9a3dedea} <Debug> TCPHandler: Processed in 0.005922922 sec. | ||
| 5771 | 2025.01.07 05:11:34.220066 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_16_3} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5772 | 2025.01.07 05:11:34.220187 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5773 | 2025.01.07 05:11:34.220274 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_16_3} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5774 | 2025.01.07 05:11:34.220438 [ 5 ] {65245a2f-b23d-4ab8-9540-e76d9ef0320b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5775 | 2025.01.07 05:11:34.220443 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5776 | 2025.01.07 05:11:34.220525 [ 5 ] {65245a2f-b23d-4ab8-9540-e76d9ef0320b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5777 | 2025.01.07 05:11:34.221019 [ 5 ] {65245a2f-b23d-4ab8-9540-e76d9ef0320b} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5778 | 2025.01.07 05:11:34.221059 [ 5 ] {65245a2f-b23d-4ab8-9540-e76d9ef0320b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5779 | 2025.01.07 05:11:34.221429 [ 5 ] {65245a2f-b23d-4ab8-9540-e76d9ef0320b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5780 | 2025.01.07 05:11:34.221664 [ 5 ] {65245a2f-b23d-4ab8-9540-e76d9ef0320b} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5781 | 2025.01.07 05:11:34.221883 [ 5 ] {65245a2f-b23d-4ab8-9540-e76d9ef0320b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001545 sec., 647.2491909385113 rows/sec., 43.61 KiB/sec. | ||
| 5782 | 2025.01.07 05:11:34.221933 [ 5 ] {65245a2f-b23d-4ab8-9540-e76d9ef0320b} <Debug> TCPHandler: Processed in 0.002006141 sec. | ||
| 5783 | 2025.01.07 05:11:34.222140 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5784 | 2025.01.07 05:11:34.222373 [ 256 ] {e5e0e473-3077-43f6-a157-4b15f42f5e39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5785 | 2025.01.07 05:11:34.222513 [ 256 ] {e5e0e473-3077-43f6-a157-4b15f42f5e39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5786 | 2025.01.07 05:11:34.223753 [ 256 ] {e5e0e473-3077-43f6-a157-4b15f42f5e39} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5787 | 2025.01.07 05:11:34.223802 [ 256 ] {e5e0e473-3077-43f6-a157-4b15f42f5e39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5788 | 2025.01.07 05:11:34.224468 [ 256 ] {e5e0e473-3077-43f6-a157-4b15f42f5e39} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5789 | 2025.01.07 05:11:34.224726 [ 256 ] {e5e0e473-3077-43f6-a157-4b15f42f5e39} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5790 | 2025.01.07 05:11:34.225032 [ 256 ] {e5e0e473-3077-43f6-a157-4b15f42f5e39} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002704 sec., 5917.15976331361 rows/sec., 10.60 MiB/sec. | ||
| 5791 | 2025.01.07 05:11:34.225446 [ 256 ] {e5e0e473-3077-43f6-a157-4b15f42f5e39} <Debug> TCPHandler: Processed in 0.003411095 sec. | ||
| 5792 | 2025.01.07 05:11:34.225742 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5793 | 2025.01.07 05:11:34.225877 [ 5 ] {cecf9f26-12d6-4a2d-90e3-9fdf44a62852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5794 | 2025.01.07 05:11:34.225934 [ 5 ] {cecf9f26-12d6-4a2d-90e3-9fdf44a62852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5795 | 2025.01.07 05:11:34.226488 [ 5 ] {cecf9f26-12d6-4a2d-90e3-9fdf44a62852} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5796 | 2025.01.07 05:11:34.226534 [ 5 ] {cecf9f26-12d6-4a2d-90e3-9fdf44a62852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5797 | 2025.01.07 05:11:34.226930 [ 5 ] {cecf9f26-12d6-4a2d-90e3-9fdf44a62852} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5798 | 2025.01.07 05:11:34.227177 [ 5 ] {cecf9f26-12d6-4a2d-90e3-9fdf44a62852} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5799 | 2025.01.07 05:11:34.227394 [ 5 ] {cecf9f26-12d6-4a2d-90e3-9fdf44a62852} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001546 sec., 33635.18758085382 rows/sec., 2.08 MiB/sec. | ||
| 5800 | 2025.01.07 05:11:34.227444 [ 5 ] {cecf9f26-12d6-4a2d-90e3-9fdf44a62852} <Debug> TCPHandler: Processed in 0.001879518 sec. | ||
| 5801 | 2025.01.07 05:11:34.823269 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5802 | 2025.01.07 05:11:34.843378 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5803 | 2025.01.07 05:11:34.843442 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5804 | 2025.01.07 05:11:34.851441 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5805 | 2025.01.07 05:11:34.852212 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5806 | 2025.01.07 05:11:34.855609 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5807 | 2025.01.07 05:11:35.503964 [ 121 ] {} <Debug> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5808 | 2025.01.07 05:11:35.504028 [ 121 ] {} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5809 | 2025.01.07 05:11:35.504050 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5810 | 2025.01.07 05:11:35.504385 [ 192 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 5811 | 2025.01.07 05:11:35.504655 [ 192 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5812 | 2025.01.07 05:11:35.504720 [ 192 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 5813 | 2025.01.07 05:11:35.504828 [ 192 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 5814 | 2025.01.07 05:11:35.505052 [ 192 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 5815 | 2025.01.07 05:11:35.505338 [ 192 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 5816 | 2025.01.07 05:11:35.505521 [ 192 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 5817 | 2025.01.07 05:11:35.506597 [ 188 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.002439755 sec., 11476.56219579425 rows/sec., 980.66 KiB/sec. | ||
| 5818 | 2025.01.07 05:11:35.506720 [ 192 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5819 | 2025.01.07 05:11:35.506988 [ 192 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_9_2} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5820 | 2025.01.07 05:11:35.507065 [ 192 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_9_2} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5821 | 2025.01.07 05:11:35.507138 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5822 | 2025.01.07 05:11:39.187624 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5823 | 2025.01.07 05:11:39.187835 [ 5 ] {528613cb-7c1f-484d-8a4c-5d61f822663c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5824 | 2025.01.07 05:11:39.187908 [ 5 ] {528613cb-7c1f-484d-8a4c-5d61f822663c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5825 | 2025.01.07 05:11:39.188655 [ 5 ] {528613cb-7c1f-484d-8a4c-5d61f822663c} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5826 | 2025.01.07 05:11:39.188700 [ 5 ] {528613cb-7c1f-484d-8a4c-5d61f822663c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5827 | 2025.01.07 05:11:39.189126 [ 5 ] {528613cb-7c1f-484d-8a4c-5d61f822663c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5828 | 2025.01.07 05:11:39.189385 [ 5 ] {528613cb-7c1f-484d-8a4c-5d61f822663c} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5829 | 2025.01.07 05:11:39.189582 [ 5 ] {528613cb-7c1f-484d-8a4c-5d61f822663c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001804 sec., 1108.6474501108646 rows/sec., 90.40 KiB/sec. | ||
| 5830 | 2025.01.07 05:11:39.189640 [ 5 ] {528613cb-7c1f-484d-8a4c-5d61f822663c} <Debug> TCPHandler: Processed in 0.002152416 sec. | ||
| 5831 | 2025.01.07 05:11:39.189911 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5832 | 2025.01.07 05:11:39.190118 [ 256 ] {8bdad456-1dfa-4e7b-bbaf-cad520838b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5833 | 2025.01.07 05:11:39.190201 [ 256 ] {8bdad456-1dfa-4e7b-bbaf-cad520838b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5834 | 2025.01.07 05:11:39.191045 [ 256 ] {8bdad456-1dfa-4e7b-bbaf-cad520838b9a} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5835 | 2025.01.07 05:11:39.191101 [ 256 ] {8bdad456-1dfa-4e7b-bbaf-cad520838b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5836 | 2025.01.07 05:11:39.191556 [ 256 ] {8bdad456-1dfa-4e7b-bbaf-cad520838b9a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5837 | 2025.01.07 05:11:39.191831 [ 256 ] {8bdad456-1dfa-4e7b-bbaf-cad520838b9a} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5838 | 2025.01.07 05:11:39.192071 [ 256 ] {8bdad456-1dfa-4e7b-bbaf-cad520838b9a} <Debug> executeQuery: Read 77 rows, 6.82 KiB in 0.00201 sec., 38308.45771144278 rows/sec., 3.32 MiB/sec. | ||
| 5839 | 2025.01.07 05:11:39.192146 [ 256 ] {8bdad456-1dfa-4e7b-bbaf-cad520838b9a} <Debug> TCPHandler: Processed in 0.002377903 sec. | ||
| 5840 | 2025.01.07 05:11:39.192309 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5841 | 2025.01.07 05:11:39.192449 [ 5 ] {0dab210d-6140-46a5-8af8-654ff0d7a3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5842 | 2025.01.07 05:11:39.192509 [ 5 ] {0dab210d-6140-46a5-8af8-654ff0d7a3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5843 | 2025.01.07 05:11:39.193171 [ 5 ] {0dab210d-6140-46a5-8af8-654ff0d7a3c3} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5844 | 2025.01.07 05:11:39.193212 [ 5 ] {0dab210d-6140-46a5-8af8-654ff0d7a3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5845 | 2025.01.07 05:11:39.193573 [ 5 ] {0dab210d-6140-46a5-8af8-654ff0d7a3c3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5846 | 2025.01.07 05:11:39.193820 [ 5 ] {0dab210d-6140-46a5-8af8-654ff0d7a3c3} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5847 | 2025.01.07 05:11:39.194049 [ 5 ] {0dab210d-6140-46a5-8af8-654ff0d7a3c3} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.001619 sec., 16676.961087090796 rows/sec., 1.22 MiB/sec. | ||
| 5848 | 2025.01.07 05:11:39.194139 [ 5 ] {0dab210d-6140-46a5-8af8-654ff0d7a3c3} <Debug> TCPHandler: Processed in 0.001890568 sec. | ||
| 5849 | 2025.01.07 05:11:39.194389 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5850 | 2025.01.07 05:11:39.194545 [ 256 ] {75a03bb1-8981-4f96-8e3e-e29f0e0fff74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5851 | 2025.01.07 05:11:39.194610 [ 256 ] {75a03bb1-8981-4f96-8e3e-e29f0e0fff74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5852 | 2025.01.07 05:11:39.195312 [ 256 ] {75a03bb1-8981-4f96-8e3e-e29f0e0fff74} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5853 | 2025.01.07 05:11:39.195356 [ 256 ] {75a03bb1-8981-4f96-8e3e-e29f0e0fff74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5854 | 2025.01.07 05:11:39.195736 [ 256 ] {75a03bb1-8981-4f96-8e3e-e29f0e0fff74} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5855 | 2025.01.07 05:11:39.195981 [ 256 ] {75a03bb1-8981-4f96-8e3e-e29f0e0fff74} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5856 | 2025.01.07 05:11:39.196214 [ 256 ] {75a03bb1-8981-4f96-8e3e-e29f0e0fff74} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001708 sec., 32201.405152224823 rows/sec., 2.52 MiB/sec. | ||
| 5857 | 2025.01.07 05:11:39.196280 [ 256 ] {75a03bb1-8981-4f96-8e3e-e29f0e0fff74} <Debug> TCPHandler: Processed in 0.002031062 sec. | ||
| 5858 | 2025.01.07 05:11:39.196462 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5859 | 2025.01.07 05:11:39.196599 [ 5 ] {9bb7bdc5-4afe-45dd-862d-8b682529b896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5860 | 2025.01.07 05:11:39.196663 [ 5 ] {9bb7bdc5-4afe-45dd-862d-8b682529b896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5861 | 2025.01.07 05:11:39.197251 [ 5 ] {9bb7bdc5-4afe-45dd-862d-8b682529b896} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5862 | 2025.01.07 05:11:39.197291 [ 5 ] {9bb7bdc5-4afe-45dd-862d-8b682529b896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5863 | 2025.01.07 05:11:39.197683 [ 5 ] {9bb7bdc5-4afe-45dd-862d-8b682529b896} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5864 | 2025.01.07 05:11:39.197927 [ 5 ] {9bb7bdc5-4afe-45dd-862d-8b682529b896} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5865 | 2025.01.07 05:11:39.198112 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5866 | 2025.01.07 05:11:39.198173 [ 5 ] {9bb7bdc5-4afe-45dd-862d-8b682529b896} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001602 sec., 63046.19225967541 rows/sec., 4.37 MiB/sec. | ||
| 5867 | 2025.01.07 05:11:39.198197 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5868 | 2025.01.07 05:11:39.198261 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5869 | 2025.01.07 05:11:39.198294 [ 5 ] {9bb7bdc5-4afe-45dd-862d-8b682529b896} <Debug> TCPHandler: Processed in 0.001893448 sec. | ||
| 5870 | 2025.01.07 05:11:39.198480 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::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 | ||
| 5871 | 2025.01.07 05:11:39.198514 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5872 | 2025.01.07 05:11:39.198680 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5873 | 2025.01.07 05:11:39.198753 [ 256 ] {1e6e1456-5f9a-42a7-94b0-fd4f52bbafc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5874 | 2025.01.07 05:11:39.198758 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 9073 rows starting from the beginning of the part | ||
| 5875 | 2025.01.07 05:11:39.199026 [ 256 ] {1e6e1456-5f9a-42a7-94b0-fd4f52bbafc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5876 | 2025.01.07 05:11:39.199061 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 100 rows starting from the beginning of the part | ||
| 5877 | 2025.01.07 05:11:39.199551 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 901 rows starting from the beginning of the part | ||
| 5878 | 2025.01.07 05:11:39.199879 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 100 rows starting from the beginning of the part | ||
| 5879 | 2025.01.07 05:11:39.200242 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 177 rows starting from the beginning of the part | ||
| 5880 | 2025.01.07 05:11:39.200551 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 101 rows starting from the beginning of the part | ||
| 5881 | 2025.01.07 05:11:39.204362 [ 256 ] {1e6e1456-5f9a-42a7-94b0-fd4f52bbafc0} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5882 | 2025.01.07 05:11:39.204415 [ 256 ] {1e6e1456-5f9a-42a7-94b0-fd4f52bbafc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5883 | 2025.01.07 05:11:39.205912 [ 256 ] {1e6e1456-5f9a-42a7-94b0-fd4f52bbafc0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5884 | 2025.01.07 05:11:39.206328 [ 256 ] {1e6e1456-5f9a-42a7-94b0-fd4f52bbafc0} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5885 | 2025.01.07 05:11:39.206544 [ 116 ] {} <Debug> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5886 | 2025.01.07 05:11:39.206628 [ 116 ] {} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5887 | 2025.01.07 05:11:39.206713 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5888 | 2025.01.07 05:11:39.206768 [ 256 ] {1e6e1456-5f9a-42a7-94b0-fd4f52bbafc0} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.008079 sec., 3094.442381482857 rows/sec., 5.55 MiB/sec. | ||
| 5889 | 2025.01.07 05:11:39.207047 [ 188 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 5890 | 2025.01.07 05:11:39.207536 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10452 rows, containing 5 columns (5 merged, 0 gathered) in 0.009158232 sec., 1141268.3146703425 rows/sec., 76.60 MiB/sec. | ||
| 5891 | 2025.01.07 05:11:39.207982 [ 256 ] {1e6e1456-5f9a-42a7-94b0-fd4f52bbafc0} <Debug> TCPHandler: Processed in 0.009556974 sec. | ||
| 5892 | 2025.01.07 05:11:39.207999 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5893 | 2025.01.07 05:11:39.208312 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5894 | 2025.01.07 05:11:39.208678 [ 5 ] {ccc2ac17-c1bb-425c-b320-9d42063f4345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5895 | 2025.01.07 05:11:39.208769 [ 188 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5896 | 2025.01.07 05:11:39.208846 [ 5 ] {ccc2ac17-c1bb-425c-b320-9d42063f4345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5897 | 2025.01.07 05:11:39.209115 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5898 | 2025.01.07 05:11:39.209257 [ 188 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 500 rows starting from the beginning of the part | ||
| 5899 | 2025.01.07 05:11:39.209427 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5900 | 2025.01.07 05:11:39.209748 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.96 MiB. | ||
| 5901 | 2025.01.07 05:11:39.210428 [ 188 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 25 rows starting from the beginning of the part | ||
| 5902 | 2025.01.07 05:11:39.211105 [ 188 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 16 rows starting from the beginning of the part | ||
| 5903 | 2025.01.07 05:11:39.211834 [ 5 ] {ccc2ac17-c1bb-425c-b320-9d42063f4345} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5904 | 2025.01.07 05:11:39.211894 [ 188 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 25 rows starting from the beginning of the part | ||
| 5905 | 2025.01.07 05:11:39.211933 [ 5 ] {ccc2ac17-c1bb-425c-b320-9d42063f4345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5906 | 2025.01.07 05:11:39.212496 [ 188 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 16 rows starting from the beginning of the part | ||
| 5907 | 2025.01.07 05:11:39.213144 [ 188 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 25 rows starting from the beginning of the part | ||
| 5908 | 2025.01.07 05:11:39.213459 [ 5 ] {ccc2ac17-c1bb-425c-b320-9d42063f4345} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5909 | 2025.01.07 05:11:39.214263 [ 5 ] {ccc2ac17-c1bb-425c-b320-9d42063f4345} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5910 | 2025.01.07 05:11:39.214607 [ 115 ] {} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5911 | 2025.01.07 05:11:39.214740 [ 115 ] {} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5912 | 2025.01.07 05:11:39.214819 [ 5 ] {ccc2ac17-c1bb-425c-b320-9d42063f4345} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00624 sec., 4807.692307692308 rows/sec., 337.26 KiB/sec. | ||
| 5913 | 2025.01.07 05:11:39.214841 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5914 | 2025.01.07 05:11:39.215294 [ 5 ] {ccc2ac17-c1bb-425c-b320-9d42063f4345} <Debug> TCPHandler: Processed in 0.007133379 sec. | ||
| 5915 | 2025.01.07 05:11:39.215390 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 5916 | 2025.01.07 05:11:39.215747 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5917 | 2025.01.07 05:11:39.215802 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1340 rows starting from the beginning of the part | ||
| 5918 | 2025.01.07 05:11:39.215897 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part | ||
| 5919 | 2025.01.07 05:11:39.216027 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 52 rows starting from the beginning of the part | ||
| 5920 | 2025.01.07 05:11:39.216266 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part | ||
| 5921 | 2025.01.07 05:11:39.216434 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 52 rows starting from the beginning of the part | ||
| 5922 | 2025.01.07 05:11:39.216737 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part | ||
| 5923 | 2025.01.07 05:11:39.220185 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1534 rows, containing 4 columns (4 merged, 0 gathered) in 0.005144298 sec., 298194.2336933047 rows/sec., 19.36 MiB/sec. | ||
| 5924 | 2025.01.07 05:11:39.220504 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5925 | 2025.01.07 05:11:39.221251 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_41_8} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5926 | 2025.01.07 05:11:39.221349 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_41_8} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5927 | 2025.01.07 05:11:39.221748 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 5928 | 2025.01.07 05:11:39.231093 [ 186 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 607 rows, containing 19 columns (19 merged, 0 gathered) in 0.024251905 sec., 25028.96164239469 rows/sec., 44.85 MiB/sec. | ||
| 5929 | 2025.01.07 05:11:39.231912 [ 196 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5930 | 2025.01.07 05:11:39.232343 [ 196 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5931 | 2025.01.07 05:11:39.232434 [ 196 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5932 | 2025.01.07 05:11:39.232557 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB. | ||
| 5933 | 2025.01.07 05:11:40.001150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.80 MiB, peak 203.48 MiB, free memory in arenas 0.00 B, will set to 197.11 MiB (RSS), difference: 1.32 MiB | ||
| 5934 | 2025.01.07 05:11:41.433064 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 5935 | 2025.01.07 05:11:41.433727 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5936 | 2025.01.07 05:11:41.433767 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5937 | 2025.01.07 05:11:41.434297 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5938 | 2025.01.07 05:11:41.434552 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5939 | 2025.01.07 05:11:41.434797 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 5940 | 2025.01.07 05:11:42.356600 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5941 | 2025.01.07 05:11:42.376786 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5942 | 2025.01.07 05:11:42.376835 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5943 | 2025.01.07 05:11:42.384180 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5944 | 2025.01.07 05:11:42.384949 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5945 | 2025.01.07 05:11:42.387452 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5946 | 2025.01.07 05:11:43.986055 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 828 | ||
| 5947 | 2025.01.07 05:11:43.989229 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5948 | 2025.01.07 05:11:43.989282 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5949 | 2025.01.07 05:11:43.990791 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5950 | 2025.01.07 05:11:43.991112 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5951 | 2025.01.07 05:11:43.991276 [ 110 ] {} <Debug> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5952 | 2025.01.07 05:11:43.991344 [ 110 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5953 | 2025.01.07 05:11:43.991394 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5954 | 2025.01.07 05:11:43.991843 [ 200 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 5955 | 2025.01.07 05:11:43.992533 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 828 | ||
| 5956 | 2025.01.07 05:11:43.993017 [ 200 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5957 | 2025.01.07 05:11:43.993195 [ 200 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 650 rows starting from the beginning of the part | ||
| 5958 | 2025.01.07 05:11:43.993840 [ 200 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part | ||
| 5959 | 2025.01.07 05:11:43.994426 [ 200 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 5960 | 2025.01.07 05:11:43.995017 [ 200 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part | ||
| 5961 | 2025.01.07 05:11:43.995596 [ 200 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part | ||
| 5962 | 2025.01.07 05:11:43.996156 [ 200 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 5963 | 2025.01.07 05:11:44.001182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.21 MiB, peak 203.48 MiB, free memory in arenas 0.00 B, will set to 197.20 MiB (RSS), difference: -4.01 MiB | ||
| 5964 | 2025.01.07 05:11:44.004475 [ 186 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 72 columns (72 merged, 0 gathered) in 0.012975628 sec., 63811.940354640254 rows/sec., 52.49 MiB/sec. | ||
| 5965 | 2025.01.07 05:11:44.005882 [ 186 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5966 | 2025.01.07 05:11:44.006695 [ 186 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_21_4} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5967 | 2025.01.07 05:11:44.006783 [ 186 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_21_4} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5968 | 2025.01.07 05:11:44.007133 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. | ||
| 5969 | 2025.01.07 05:11:44.192133 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5970 | 2025.01.07 05:11:44.192344 [ 5 ] {54bee212-a858-4fdd-a7a3-6d7ae4ee0b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5971 | 2025.01.07 05:11:44.192430 [ 5 ] {54bee212-a858-4fdd-a7a3-6d7ae4ee0b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5972 | 2025.01.07 05:11:44.193265 [ 5 ] {54bee212-a858-4fdd-a7a3-6d7ae4ee0b61} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5973 | 2025.01.07 05:11:44.193319 [ 5 ] {54bee212-a858-4fdd-a7a3-6d7ae4ee0b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5974 | 2025.01.07 05:11:44.193754 [ 5 ] {54bee212-a858-4fdd-a7a3-6d7ae4ee0b61} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5975 | 2025.01.07 05:11:44.194014 [ 5 ] {54bee212-a858-4fdd-a7a3-6d7ae4ee0b61} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5976 | 2025.01.07 05:11:44.194229 [ 110 ] {} <Debug> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5977 | 2025.01.07 05:11:44.194263 [ 5 ] {54bee212-a858-4fdd-a7a3-6d7ae4ee0b61} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001978 sec., 7077.856420626896 rows/sec., 509.51 KiB/sec. | ||
| 5978 | 2025.01.07 05:11:44.194314 [ 110 ] {} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5979 | 2025.01.07 05:11:44.194401 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5980 | 2025.01.07 05:11:44.194426 [ 5 ] {54bee212-a858-4fdd-a7a3-6d7ae4ee0b61} <Debug> TCPHandler: Processed in 0.002442185 sec. | ||
| 5981 | 2025.01.07 05:11:44.194748 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 5982 | 2025.01.07 05:11:44.194827 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5983 | 2025.01.07 05:11:44.194918 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5984 | 2025.01.07 05:11:44.194998 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 5985 | 2025.01.07 05:11:44.195121 [ 256 ] {bf0a68fa-8f17-4ae7-a0e4-91001ec48f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5986 | 2025.01.07 05:11:44.195202 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 5987 | 2025.01.07 05:11:44.195353 [ 256 ] {bf0a68fa-8f17-4ae7-a0e4-91001ec48f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5988 | 2025.01.07 05:11:44.195479 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 5989 | 2025.01.07 05:11:44.195867 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 5990 | 2025.01.07 05:11:44.196098 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 5991 | 2025.01.07 05:11:44.198148 [ 256 ] {bf0a68fa-8f17-4ae7-a0e4-91001ec48f22} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5992 | 2025.01.07 05:11:44.198242 [ 256 ] {bf0a68fa-8f17-4ae7-a0e4-91001ec48f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 5993 | 2025.01.07 05:11:44.198645 [ 186 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004139377 sec., 16910.757343435984 rows/sec., 1.25 MiB/sec. | ||
| 5994 | 2025.01.07 05:11:44.198860 [ 186 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5995 | 2025.01.07 05:11:44.199206 [ 256 ] {bf0a68fa-8f17-4ae7-a0e4-91001ec48f22} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5996 | 2025.01.07 05:11:44.199399 [ 186 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_17_4} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5997 | 2025.01.07 05:11:44.199537 [ 186 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_17_4} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5998 | 2025.01.07 05:11:44.199700 [ 256 ] {bf0a68fa-8f17-4ae7-a0e4-91001ec48f22} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5999 | 2025.01.07 05:11:44.199714 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6000 | 2025.01.07 05:11:44.200004 [ 256 ] {bf0a68fa-8f17-4ae7-a0e4-91001ec48f22} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.004986 sec., 41115.12234255917 rows/sec., 3.64 MiB/sec. | ||
| 6001 | 2025.01.07 05:11:44.200077 [ 256 ] {bf0a68fa-8f17-4ae7-a0e4-91001ec48f22} <Debug> TCPHandler: Processed in 0.005485769 sec. | ||
| 6002 | 2025.01.07 05:11:44.200252 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6003 | 2025.01.07 05:11:44.200401 [ 5 ] {965bf822-b96c-47b9-8527-7ac2c8c16407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6004 | 2025.01.07 05:11:44.200465 [ 5 ] {965bf822-b96c-47b9-8527-7ac2c8c16407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6005 | 2025.01.07 05:11:44.201158 [ 5 ] {965bf822-b96c-47b9-8527-7ac2c8c16407} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6006 | 2025.01.07 05:11:44.201200 [ 5 ] {965bf822-b96c-47b9-8527-7ac2c8c16407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6007 | 2025.01.07 05:11:44.201574 [ 5 ] {965bf822-b96c-47b9-8527-7ac2c8c16407} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6008 | 2025.01.07 05:11:44.201826 [ 5 ] {965bf822-b96c-47b9-8527-7ac2c8c16407} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6009 | 2025.01.07 05:11:44.202049 [ 5 ] {965bf822-b96c-47b9-8527-7ac2c8c16407} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001684 sec., 13657.957244655583 rows/sec., 985.26 KiB/sec. | ||
| 6010 | 2025.01.07 05:11:44.202106 [ 5 ] {965bf822-b96c-47b9-8527-7ac2c8c16407} <Debug> TCPHandler: Processed in 0.001925629 sec. | ||
| 6011 | 2025.01.07 05:11:44.202276 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6012 | 2025.01.07 05:11:44.202415 [ 256 ] {3eae1047-b131-418d-bf28-59a592958fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6013 | 2025.01.07 05:11:44.202474 [ 256 ] {3eae1047-b131-418d-bf28-59a592958fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6014 | 2025.01.07 05:11:44.203137 [ 256 ] {3eae1047-b131-418d-bf28-59a592958fba} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6015 | 2025.01.07 05:11:44.203177 [ 256 ] {3eae1047-b131-418d-bf28-59a592958fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6016 | 2025.01.07 05:11:44.203527 [ 256 ] {3eae1047-b131-418d-bf28-59a592958fba} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6017 | 2025.01.07 05:11:44.203779 [ 256 ] {3eae1047-b131-418d-bf28-59a592958fba} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6018 | 2025.01.07 05:11:44.204025 [ 256 ] {3eae1047-b131-418d-bf28-59a592958fba} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001639 sec., 8541.793776693105 rows/sec., 598.21 KiB/sec. | ||
| 6019 | 2025.01.07 05:11:44.204185 [ 256 ] {3eae1047-b131-418d-bf28-59a592958fba} <Debug> TCPHandler: Processed in 0.00196956 sec. | ||
| 6020 | 2025.01.07 05:11:44.204380 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6021 | 2025.01.07 05:11:44.204521 [ 5 ] {cab0284d-ba0c-49fe-a816-df80262e7ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6022 | 2025.01.07 05:11:44.204582 [ 5 ] {cab0284d-ba0c-49fe-a816-df80262e7ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6023 | 2025.01.07 05:11:44.205234 [ 5 ] {cab0284d-ba0c-49fe-a816-df80262e7ccb} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6024 | 2025.01.07 05:11:44.205274 [ 5 ] {cab0284d-ba0c-49fe-a816-df80262e7ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6025 | 2025.01.07 05:11:44.205638 [ 5 ] {cab0284d-ba0c-49fe-a816-df80262e7ccb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6026 | 2025.01.07 05:11:44.205873 [ 5 ] {cab0284d-ba0c-49fe-a816-df80262e7ccb} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6027 | 2025.01.07 05:11:44.206043 [ 110 ] {} <Debug> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6028 | 2025.01.07 05:11:44.206098 [ 110 ] {} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6029 | 2025.01.07 05:11:44.206124 [ 5 ] {cab0284d-ba0c-49fe-a816-df80262e7ccb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00163 sec., 7975.460122699386 rows/sec., 497.27 KiB/sec. | ||
| 6030 | 2025.01.07 05:11:44.206138 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6031 | 2025.01.07 05:11:44.206299 [ 5 ] {cab0284d-ba0c-49fe-a816-df80262e7ccb} <Debug> TCPHandler: Processed in 0.002006442 sec. | ||
| 6032 | 2025.01.07 05:11:44.206383 [ 195 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 6033 | 2025.01.07 05:11:44.206476 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6034 | 2025.01.07 05:11:44.206525 [ 195 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6035 | 2025.01.07 05:11:44.206567 [ 195 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 6036 | 2025.01.07 05:11:44.206610 [ 256 ] {7c6a8510-b57b-4a82-b792-0f9a3fc54751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6037 | 2025.01.07 05:11:44.206752 [ 256 ] {7c6a8510-b57b-4a82-b792-0f9a3fc54751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6038 | 2025.01.07 05:11:44.206776 [ 195 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 6039 | 2025.01.07 05:11:44.207194 [ 195 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 6040 | 2025.01.07 05:11:44.207517 [ 195 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 6041 | 2025.01.07 05:11:44.207904 [ 195 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 6042 | 2025.01.07 05:11:44.209131 [ 256 ] {7c6a8510-b57b-4a82-b792-0f9a3fc54751} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6043 | 2025.01.07 05:11:44.209178 [ 256 ] {7c6a8510-b57b-4a82-b792-0f9a3fc54751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6044 | 2025.01.07 05:11:44.209492 [ 186 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003219029 sec., 20192.424485768846 rows/sec., 1.31 MiB/sec. | ||
| 6045 | 2025.01.07 05:11:44.209720 [ 186 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6046 | 2025.01.07 05:11:44.209854 [ 256 ] {7c6a8510-b57b-4a82-b792-0f9a3fc54751} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6047 | 2025.01.07 05:11:44.210176 [ 186 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_17_4} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6048 | 2025.01.07 05:11:44.210367 [ 186 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_17_4} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6049 | 2025.01.07 05:11:44.210410 [ 256 ] {7c6a8510-b57b-4a82-b792-0f9a3fc54751} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6050 | 2025.01.07 05:11:44.210524 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6051 | 2025.01.07 05:11:44.210787 [ 256 ] {7c6a8510-b57b-4a82-b792-0f9a3fc54751} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.004206 sec., 86067.52258678079 rows/sec., 6.06 MiB/sec. | ||
| 6052 | 2025.01.07 05:11:44.210868 [ 256 ] {7c6a8510-b57b-4a82-b792-0f9a3fc54751} <Debug> TCPHandler: Processed in 0.004450027 sec. | ||
| 6053 | 2025.01.07 05:11:44.211026 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6054 | 2025.01.07 05:11:44.211168 [ 5 ] {8298e5a0-c224-42ac-bb04-8d5e29443c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6055 | 2025.01.07 05:11:44.211231 [ 5 ] {8298e5a0-c224-42ac-bb04-8d5e29443c99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6056 | 2025.01.07 05:11:44.211809 [ 5 ] {8298e5a0-c224-42ac-bb04-8d5e29443c99} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6057 | 2025.01.07 05:11:44.211856 [ 5 ] {8298e5a0-c224-42ac-bb04-8d5e29443c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6058 | 2025.01.07 05:11:44.212253 [ 5 ] {8298e5a0-c224-42ac-bb04-8d5e29443c99} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6059 | 2025.01.07 05:11:44.212493 [ 5 ] {8298e5a0-c224-42ac-bb04-8d5e29443c99} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6060 | 2025.01.07 05:11:44.212702 [ 5 ] {8298e5a0-c224-42ac-bb04-8d5e29443c99} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001566 sec., 3831.417624521073 rows/sec., 200.18 KiB/sec. | ||
| 6061 | 2025.01.07 05:11:44.212753 [ 5 ] {8298e5a0-c224-42ac-bb04-8d5e29443c99} <Debug> TCPHandler: Processed in 0.001795715 sec. | ||
| 6062 | 2025.01.07 05:11:44.212940 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6063 | 2025.01.07 05:11:44.213077 [ 256 ] {e73ad0c1-d8f5-4839-97f2-99846925b2c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6064 | 2025.01.07 05:11:44.213133 [ 256 ] {e73ad0c1-d8f5-4839-97f2-99846925b2c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6065 | 2025.01.07 05:11:44.213728 [ 256 ] {e73ad0c1-d8f5-4839-97f2-99846925b2c6} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6066 | 2025.01.07 05:11:44.213768 [ 256 ] {e73ad0c1-d8f5-4839-97f2-99846925b2c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6067 | 2025.01.07 05:11:44.214171 [ 256 ] {e73ad0c1-d8f5-4839-97f2-99846925b2c6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6068 | 2025.01.07 05:11:44.214412 [ 256 ] {e73ad0c1-d8f5-4839-97f2-99846925b2c6} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6069 | 2025.01.07 05:11:44.214618 [ 256 ] {e73ad0c1-d8f5-4839-97f2-99846925b2c6} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001566 sec., 113026.81992337166 rows/sec., 7.46 MiB/sec. | ||
| 6070 | 2025.01.07 05:11:44.214677 [ 256 ] {e73ad0c1-d8f5-4839-97f2-99846925b2c6} <Debug> TCPHandler: Processed in 0.001828156 sec. | ||
| 6071 | 2025.01.07 05:11:44.214819 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6072 | 2025.01.07 05:11:44.214938 [ 5 ] {4f35fb91-25cf-4432-8119-d8beff644e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6073 | 2025.01.07 05:11:44.214993 [ 5 ] {4f35fb91-25cf-4432-8119-d8beff644e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6074 | 2025.01.07 05:11:44.215481 [ 5 ] {4f35fb91-25cf-4432-8119-d8beff644e75} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6075 | 2025.01.07 05:11:44.215519 [ 5 ] {4f35fb91-25cf-4432-8119-d8beff644e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6076 | 2025.01.07 05:11:44.215887 [ 5 ] {4f35fb91-25cf-4432-8119-d8beff644e75} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6077 | 2025.01.07 05:11:44.216145 [ 5 ] {4f35fb91-25cf-4432-8119-d8beff644e75} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6078 | 2025.01.07 05:11:44.216335 [ 5 ] {4f35fb91-25cf-4432-8119-d8beff644e75} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00142 sec., 704.2253521126761 rows/sec., 47.45 KiB/sec. | ||
| 6079 | 2025.01.07 05:11:44.216390 [ 5 ] {4f35fb91-25cf-4432-8119-d8beff644e75} <Debug> TCPHandler: Processed in 0.00162955 sec. | ||
| 6080 | 2025.01.07 05:11:44.216567 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6081 | 2025.01.07 05:11:44.216688 [ 256 ] {711e870b-528d-46a1-9855-f358ba68d92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6082 | 2025.01.07 05:11:44.216771 [ 256 ] {711e870b-528d-46a1-9855-f358ba68d92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6083 | 2025.01.07 05:11:44.217909 [ 256 ] {711e870b-528d-46a1-9855-f358ba68d92b} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6084 | 2025.01.07 05:11:44.217949 [ 256 ] {711e870b-528d-46a1-9855-f358ba68d92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6085 | 2025.01.07 05:11:44.218571 [ 256 ] {711e870b-528d-46a1-9855-f358ba68d92b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6086 | 2025.01.07 05:11:44.218839 [ 256 ] {711e870b-528d-46a1-9855-f358ba68d92b} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6087 | 2025.01.07 05:11:44.219075 [ 256 ] {711e870b-528d-46a1-9855-f358ba68d92b} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002411 sec., 6636.250518457072 rows/sec., 11.89 MiB/sec. | ||
| 6088 | 2025.01.07 05:11:44.219182 [ 256 ] {711e870b-528d-46a1-9855-f358ba68d92b} <Debug> TCPHandler: Processed in 0.002671992 sec. | ||
| 6089 | 2025.01.07 05:11:44.219354 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6090 | 2025.01.07 05:11:44.219494 [ 5 ] {5b21cd4d-5700-446a-b5c9-892c4d8ce68b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6091 | 2025.01.07 05:11:44.219555 [ 5 ] {5b21cd4d-5700-446a-b5c9-892c4d8ce68b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6092 | 2025.01.07 05:11:44.220114 [ 5 ] {5b21cd4d-5700-446a-b5c9-892c4d8ce68b} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6093 | 2025.01.07 05:11:44.220151 [ 5 ] {5b21cd4d-5700-446a-b5c9-892c4d8ce68b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6094 | 2025.01.07 05:11:44.220523 [ 5 ] {5b21cd4d-5700-446a-b5c9-892c4d8ce68b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6095 | 2025.01.07 05:11:44.220767 [ 5 ] {5b21cd4d-5700-446a-b5c9-892c4d8ce68b} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6096 | 2025.01.07 05:11:44.220950 [ 5 ] {5b21cd4d-5700-446a-b5c9-892c4d8ce68b} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001488 sec., 34946.23655913978 rows/sec., 2.16 MiB/sec. | ||
| 6097 | 2025.01.07 05:11:44.220999 [ 5 ] {5b21cd4d-5700-446a-b5c9-892c4d8ce68b} <Debug> TCPHandler: Processed in 0.001713373 sec. | ||
| 6098 | 2025.01.07 05:11:45.001160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.11 MiB, peak 203.48 MiB, free memory in arenas 0.00 B, will set to 197.32 MiB (RSS), difference: 3.21 MiB | ||
| 6099 | 2025.01.07 05:11:48.805497 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6100 | 2025.01.07 05:11:48.805610 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6101 | 2025.01.07 05:11:48.935851 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 6102 | 2025.01.07 05:11:48.936495 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6103 | 2025.01.07 05:11:48.936545 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6104 | 2025.01.07 05:11:48.937067 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6105 | 2025.01.07 05:11:48.937331 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6106 | 2025.01.07 05:11:48.937579 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6107 | 2025.01.07 05:11:49.187890 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6108 | 2025.01.07 05:11:49.188108 [ 5 ] {aef5b29a-8924-4c61-9876-e1becb67d2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6109 | 2025.01.07 05:11:49.188190 [ 5 ] {aef5b29a-8924-4c61-9876-e1becb67d2b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6110 | 2025.01.07 05:11:49.188981 [ 5 ] {aef5b29a-8924-4c61-9876-e1becb67d2b3} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6111 | 2025.01.07 05:11:49.189030 [ 5 ] {aef5b29a-8924-4c61-9876-e1becb67d2b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6112 | 2025.01.07 05:11:49.189469 [ 5 ] {aef5b29a-8924-4c61-9876-e1becb67d2b3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6113 | 2025.01.07 05:11:49.189729 [ 5 ] {aef5b29a-8924-4c61-9876-e1becb67d2b3} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6114 | 2025.01.07 05:11:49.189985 [ 5 ] {aef5b29a-8924-4c61-9876-e1becb67d2b3} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001936 sec., 39256.198347107435 rows/sec., 3.41 MiB/sec. | ||
| 6115 | 2025.01.07 05:11:49.190050 [ 5 ] {aef5b29a-8924-4c61-9876-e1becb67d2b3} <Debug> TCPHandler: Processed in 0.002301021 sec. | ||
| 6116 | 2025.01.07 05:11:49.190328 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6117 | 2025.01.07 05:11:49.190527 [ 256 ] {91c3df0b-2b4e-40f1-8cbf-9c9cb1b5d932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6118 | 2025.01.07 05:11:49.190602 [ 256 ] {91c3df0b-2b4e-40f1-8cbf-9c9cb1b5d932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6119 | 2025.01.07 05:11:49.191400 [ 256 ] {91c3df0b-2b4e-40f1-8cbf-9c9cb1b5d932} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6120 | 2025.01.07 05:11:49.191445 [ 256 ] {91c3df0b-2b4e-40f1-8cbf-9c9cb1b5d932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6121 | 2025.01.07 05:11:49.191886 [ 256 ] {91c3df0b-2b4e-40f1-8cbf-9c9cb1b5d932} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6122 | 2025.01.07 05:11:49.192138 [ 256 ] {91c3df0b-2b4e-40f1-8cbf-9c9cb1b5d932} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6123 | 2025.01.07 05:11:49.192285 [ 99 ] {} <Debug> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6124 | 2025.01.07 05:11:49.192337 [ 99 ] {} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6125 | 2025.01.07 05:11:49.192361 [ 256 ] {91c3df0b-2b4e-40f1-8cbf-9c9cb1b5d932} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001888 sec., 13241.525423728814 rows/sec., 995.70 KiB/sec. | ||
| 6126 | 2025.01.07 05:11:49.192371 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6127 | 2025.01.07 05:11:49.192462 [ 256 ] {91c3df0b-2b4e-40f1-8cbf-9c9cb1b5d932} <Debug> TCPHandler: Processed in 0.00227283 sec. | ||
| 6128 | 2025.01.07 05:11:49.192750 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 6129 | 2025.01.07 05:11:49.192758 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6130 | 2025.01.07 05:11:49.193388 [ 5 ] {a5fef9c9-062d-4480-8580-48f83c209bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6131 | 2025.01.07 05:11:49.193384 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6132 | 2025.01.07 05:11:49.193538 [ 5 ] {a5fef9c9-062d-4480-8580-48f83c209bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6133 | 2025.01.07 05:11:49.193554 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 62 rows starting from the beginning of the part | ||
| 6134 | 2025.01.07 05:11:49.193956 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 25 rows starting from the beginning of the part | ||
| 6135 | 2025.01.07 05:11:49.194313 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 23 rows starting from the beginning of the part | ||
| 6136 | 2025.01.07 05:11:49.194696 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 6137 | 2025.01.07 05:11:49.195112 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 23 rows starting from the beginning of the part | ||
| 6138 | 2025.01.07 05:11:49.195454 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 25 rows starting from the beginning of the part | ||
| 6139 | 2025.01.07 05:11:49.196480 [ 5 ] {a5fef9c9-062d-4480-8580-48f83c209bbf} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6140 | 2025.01.07 05:11:49.196540 [ 5 ] {a5fef9c9-062d-4480-8580-48f83c209bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6141 | 2025.01.07 05:11:49.197569 [ 5 ] {a5fef9c9-062d-4480-8580-48f83c209bbf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6142 | 2025.01.07 05:11:49.198200 [ 5 ] {a5fef9c9-062d-4480-8580-48f83c209bbf} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6143 | 2025.01.07 05:11:49.198286 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005817029 sec., 31803.17650126895 rows/sec., 2.41 MiB/sec. | ||
| 6144 | 2025.01.07 05:11:49.198528 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6145 | 2025.01.07 05:11:49.198576 [ 5 ] {a5fef9c9-062d-4480-8580-48f83c209bbf} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.005322 sec., 9958.662157083803 rows/sec., 796.37 KiB/sec. | ||
| 6146 | 2025.01.07 05:11:49.198716 [ 5 ] {a5fef9c9-062d-4480-8580-48f83c209bbf} <Debug> TCPHandler: Processed in 0.006120518 sec. | ||
| 6147 | 2025.01.07 05:11:49.198889 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6148 | 2025.01.07 05:11:49.198942 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_36_7} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6149 | 2025.01.07 05:11:49.199031 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_36_7} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6150 | 2025.01.07 05:11:49.199066 [ 256 ] {1c7dcaad-7129-4979-8846-0bc92b4c2217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6151 | 2025.01.07 05:11:49.199127 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6152 | 2025.01.07 05:11:49.199162 [ 256 ] {1c7dcaad-7129-4979-8846-0bc92b4c2217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6153 | 2025.01.07 05:11:49.199711 [ 256 ] {1c7dcaad-7129-4979-8846-0bc92b4c2217} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6154 | 2025.01.07 05:11:49.199748 [ 256 ] {1c7dcaad-7129-4979-8846-0bc92b4c2217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6155 | 2025.01.07 05:11:49.200135 [ 256 ] {1c7dcaad-7129-4979-8846-0bc92b4c2217} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6156 | 2025.01.07 05:11:49.200375 [ 256 ] {1c7dcaad-7129-4979-8846-0bc92b4c2217} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6157 | 2025.01.07 05:11:49.200560 [ 256 ] {1c7dcaad-7129-4979-8846-0bc92b4c2217} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001537 sec., 65061.80871828237 rows/sec., 4.51 MiB/sec. | ||
| 6158 | 2025.01.07 05:11:49.200613 [ 256 ] {1c7dcaad-7129-4979-8846-0bc92b4c2217} <Debug> TCPHandler: Processed in 0.001792785 sec. | ||
| 6159 | 2025.01.07 05:11:49.200762 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6160 | 2025.01.07 05:11:49.200881 [ 5 ] {3953befe-9485-4e79-a486-24c321fa565a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6161 | 2025.01.07 05:11:49.200965 [ 5 ] {3953befe-9485-4e79-a486-24c321fa565a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.07 05:11:49.202116 [ 5 ] {3953befe-9485-4e79-a486-24c321fa565a} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6163 | 2025.01.07 05:11:49.202158 [ 5 ] {3953befe-9485-4e79-a486-24c321fa565a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6164 | 2025.01.07 05:11:49.202811 [ 5 ] {3953befe-9485-4e79-a486-24c321fa565a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6165 | 2025.01.07 05:11:49.203070 [ 5 ] {3953befe-9485-4e79-a486-24c321fa565a} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): 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.07 05:11:49.203319 [ 5 ] {3953befe-9485-4e79-a486-24c321fa565a} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002464 sec., 10146.103896103896 rows/sec., 18.18 MiB/sec. | ||
| 6167 | 2025.01.07 05:11:49.203424 [ 5 ] {3953befe-9485-4e79-a486-24c321fa565a} <Debug> TCPHandler: Processed in 0.002718444 sec. | ||
| 6168 | 2025.01.07 05:11:49.203584 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6169 | 2025.01.07 05:11:49.203725 [ 256 ] {fe8c3508-8dbc-46b2-a4c9-a6953c692152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6170 | 2025.01.07 05:11:49.203787 [ 256 ] {fe8c3508-8dbc-46b2-a4c9-a6953c692152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6171 | 2025.01.07 05:11:49.204329 [ 256 ] {fe8c3508-8dbc-46b2-a4c9-a6953c692152} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6172 | 2025.01.07 05:11:49.204366 [ 256 ] {fe8c3508-8dbc-46b2-a4c9-a6953c692152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6173 | 2025.01.07 05:11:49.204731 [ 256 ] {fe8c3508-8dbc-46b2-a4c9-a6953c692152} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6174 | 2025.01.07 05:11:49.204976 [ 256 ] {fe8c3508-8dbc-46b2-a4c9-a6953c692152} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6175 | 2025.01.07 05:11:49.205189 [ 256 ] {fe8c3508-8dbc-46b2-a4c9-a6953c692152} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001496 sec., 20053.47593582888 rows/sec., 1.37 MiB/sec. | ||
| 6176 | 2025.01.07 05:11:49.205241 [ 256 ] {fe8c3508-8dbc-46b2-a4c9-a6953c692152} <Debug> TCPHandler: Processed in 0.001726433 sec. | ||
| 6177 | 2025.01.07 05:11:49.888431 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6178 | 2025.01.07 05:11:49.909975 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6179 | 2025.01.07 05:11:49.910037 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6180 | 2025.01.07 05:11:49.917597 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6181 | 2025.01.07 05:11:49.918364 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6182 | 2025.01.07 05:11:49.921288 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6183 | 2025.01.07 05:11:53.993648 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 862 | ||
| 6184 | 2025.01.07 05:11:53.996717 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6185 | 2025.01.07 05:11:53.996762 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6186 | 2025.01.07 05:11:53.998257 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6187 | 2025.01.07 05:11:53.998566 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6188 | 2025.01.07 05:11:53.999666 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 862 | ||
| 6189 | 2025.01.07 05:11:54.220630 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6190 | 2025.01.07 05:11:54.220937 [ 5 ] {34bc9f7b-6222-4f28-8643-afe177659400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6191 | 2025.01.07 05:11:54.221058 [ 5 ] {34bc9f7b-6222-4f28-8643-afe177659400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6192 | 2025.01.07 05:11:54.221953 [ 5 ] {34bc9f7b-6222-4f28-8643-afe177659400} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6193 | 2025.01.07 05:11:54.221997 [ 5 ] {34bc9f7b-6222-4f28-8643-afe177659400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6194 | 2025.01.07 05:11:54.222433 [ 5 ] {34bc9f7b-6222-4f28-8643-afe177659400} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6195 | 2025.01.07 05:11:54.222700 [ 5 ] {34bc9f7b-6222-4f28-8643-afe177659400} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6196 | 2025.01.07 05:11:54.222909 [ 5 ] {34bc9f7b-6222-4f28-8643-afe177659400} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002059 sec., 6799.417192812044 rows/sec., 489.47 KiB/sec. | ||
| 6197 | 2025.01.07 05:11:54.222974 [ 5 ] {34bc9f7b-6222-4f28-8643-afe177659400} <Debug> TCPHandler: Processed in 0.002543258 sec. | ||
| 6198 | 2025.01.07 05:11:54.223320 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6199 | 2025.01.07 05:11:54.223553 [ 256 ] {0f83223b-adbd-4a97-8529-3d2d8c6f39bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6200 | 2025.01.07 05:11:54.223640 [ 256 ] {0f83223b-adbd-4a97-8529-3d2d8c6f39bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6201 | 2025.01.07 05:11:54.224464 [ 256 ] {0f83223b-adbd-4a97-8529-3d2d8c6f39bf} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6202 | 2025.01.07 05:11:54.224518 [ 256 ] {0f83223b-adbd-4a97-8529-3d2d8c6f39bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6203 | 2025.01.07 05:11:54.224956 [ 256 ] {0f83223b-adbd-4a97-8529-3d2d8c6f39bf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6204 | 2025.01.07 05:11:54.225210 [ 256 ] {0f83223b-adbd-4a97-8529-3d2d8c6f39bf} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6205 | 2025.01.07 05:11:54.225516 [ 256 ] {0f83223b-adbd-4a97-8529-3d2d8c6f39bf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002012 sec., 994.0357852882704 rows/sec., 81.06 KiB/sec. | ||
| 6206 | 2025.01.07 05:11:54.225768 [ 256 ] {0f83223b-adbd-4a97-8529-3d2d8c6f39bf} <Debug> TCPHandler: Processed in 0.002637531 sec. | ||
| 6207 | 2025.01.07 05:11:54.226001 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6208 | 2025.01.07 05:11:54.226234 [ 5 ] {c97696c4-e5b2-4e62-852f-806784ed59de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6209 | 2025.01.07 05:11:54.226333 [ 5 ] {c97696c4-e5b2-4e62-852f-806784ed59de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6210 | 2025.01.07 05:11:54.227474 [ 5 ] {c97696c4-e5b2-4e62-852f-806784ed59de} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6211 | 2025.01.07 05:11:54.227528 [ 5 ] {c97696c4-e5b2-4e62-852f-806784ed59de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6212 | 2025.01.07 05:11:54.228114 [ 5 ] {c97696c4-e5b2-4e62-852f-806784ed59de} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6213 | 2025.01.07 05:11:54.228383 [ 5 ] {c97696c4-e5b2-4e62-852f-806784ed59de} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6214 | 2025.01.07 05:11:54.228568 [ 5 ] {c97696c4-e5b2-4e62-852f-806784ed59de} <Debug> executeQuery: Read 1346 rows, 114.77 KiB in 0.002395 sec., 562004.1753653445 rows/sec., 46.80 MiB/sec. | ||
| 6215 | 2025.01.07 05:11:54.228620 [ 5 ] {c97696c4-e5b2-4e62-852f-806784ed59de} <Debug> TCPHandler: Processed in 0.002749935 sec. | ||
| 6216 | 2025.01.07 05:11:54.228777 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6217 | 2025.01.07 05:11:54.228903 [ 256 ] {467069f0-8321-403c-a4a7-974219a386fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6218 | 2025.01.07 05:11:54.228957 [ 256 ] {467069f0-8321-403c-a4a7-974219a386fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6219 | 2025.01.07 05:11:54.229575 [ 256 ] {467069f0-8321-403c-a4a7-974219a386fe} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6220 | 2025.01.07 05:11:54.229615 [ 256 ] {467069f0-8321-403c-a4a7-974219a386fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6221 | 2025.01.07 05:11:54.229979 [ 256 ] {467069f0-8321-403c-a4a7-974219a386fe} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6222 | 2025.01.07 05:11:54.230218 [ 256 ] {467069f0-8321-403c-a4a7-974219a386fe} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6223 | 2025.01.07 05:11:54.230463 [ 256 ] {467069f0-8321-403c-a4a7-974219a386fe} <Debug> executeQuery: Read 25 rows, 1.80 KiB in 0.001585 sec., 15772.870662460567 rows/sec., 1.11 MiB/sec. | ||
| 6224 | 2025.01.07 05:11:54.230636 [ 256 ] {467069f0-8321-403c-a4a7-974219a386fe} <Debug> TCPHandler: Processed in 0.001911709 sec. | ||
| 6225 | 2025.01.07 05:11:54.230853 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6226 | 2025.01.07 05:11:54.230995 [ 5 ] {cecbbf27-b46c-45b6-b499-1e59e96d2206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6227 | 2025.01.07 05:11:54.231052 [ 5 ] {cecbbf27-b46c-45b6-b499-1e59e96d2206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6228 | 2025.01.07 05:11:54.231744 [ 5 ] {cecbbf27-b46c-45b6-b499-1e59e96d2206} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6229 | 2025.01.07 05:11:54.231783 [ 5 ] {cecbbf27-b46c-45b6-b499-1e59e96d2206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6230 | 2025.01.07 05:11:54.232164 [ 5 ] {cecbbf27-b46c-45b6-b499-1e59e96d2206} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6231 | 2025.01.07 05:11:54.232402 [ 5 ] {cecbbf27-b46c-45b6-b499-1e59e96d2206} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6232 | 2025.01.07 05:11:54.232587 [ 5 ] {cecbbf27-b46c-45b6-b499-1e59e96d2206} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001623 sec., 149106.59272951324 rows/sec., 10.10 MiB/sec. | ||
| 6233 | 2025.01.07 05:11:54.232639 [ 5 ] {cecbbf27-b46c-45b6-b499-1e59e96d2206} <Debug> TCPHandler: Processed in 0.001879898 sec. | ||
| 6234 | 2025.01.07 05:11:54.232801 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6235 | 2025.01.07 05:11:54.232919 [ 256 ] {56e3d5d6-8ebb-4b1e-a34d-37ae4876f03b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6236 | 2025.01.07 05:11:54.232968 [ 256 ] {56e3d5d6-8ebb-4b1e-a34d-37ae4876f03b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6237 | 2025.01.07 05:11:54.233539 [ 256 ] {56e3d5d6-8ebb-4b1e-a34d-37ae4876f03b} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6238 | 2025.01.07 05:11:54.233579 [ 256 ] {56e3d5d6-8ebb-4b1e-a34d-37ae4876f03b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6239 | 2025.01.07 05:11:54.233951 [ 256 ] {56e3d5d6-8ebb-4b1e-a34d-37ae4876f03b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6240 | 2025.01.07 05:11:54.234193 [ 256 ] {56e3d5d6-8ebb-4b1e-a34d-37ae4876f03b} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6241 | 2025.01.07 05:11:54.234397 [ 256 ] {56e3d5d6-8ebb-4b1e-a34d-37ae4876f03b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001501 sec., 8660.89273817455 rows/sec., 540.00 KiB/sec. | ||
| 6242 | 2025.01.07 05:11:54.234451 [ 256 ] {56e3d5d6-8ebb-4b1e-a34d-37ae4876f03b} <Debug> TCPHandler: Processed in 0.001712162 sec. | ||
| 6243 | 2025.01.07 05:11:54.234655 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6244 | 2025.01.07 05:11:54.234877 [ 5 ] {8dd8b6e7-e344-4e1e-b2be-fa2ef973b0af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6245 | 2025.01.07 05:11:54.234966 [ 5 ] {8dd8b6e7-e344-4e1e-b2be-fa2ef973b0af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6246 | 2025.01.07 05:11:54.235980 [ 5 ] {8dd8b6e7-e344-4e1e-b2be-fa2ef973b0af} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6247 | 2025.01.07 05:11:54.236020 [ 5 ] {8dd8b6e7-e344-4e1e-b2be-fa2ef973b0af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6248 | 2025.01.07 05:11:54.236413 [ 5 ] {8dd8b6e7-e344-4e1e-b2be-fa2ef973b0af} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6249 | 2025.01.07 05:11:54.236651 [ 5 ] {8dd8b6e7-e344-4e1e-b2be-fa2ef973b0af} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6250 | 2025.01.07 05:11:54.236882 [ 5 ] {8dd8b6e7-e344-4e1e-b2be-fa2ef973b0af} <Debug> executeQuery: Read 820 rows, 60.54 KiB in 0.002058 sec., 398445.0923226434 rows/sec., 28.73 MiB/sec. | ||
| 6251 | 2025.01.07 05:11:54.236936 [ 5 ] {8dd8b6e7-e344-4e1e-b2be-fa2ef973b0af} <Debug> TCPHandler: Processed in 0.002390443 sec. | ||
| 6252 | 2025.01.07 05:11:54.237080 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6253 | 2025.01.07 05:11:54.237217 [ 256 ] {9ea67b6a-25ab-432f-9de3-b17dabd3023c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6254 | 2025.01.07 05:11:54.237275 [ 256 ] {9ea67b6a-25ab-432f-9de3-b17dabd3023c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6255 | 2025.01.07 05:11:54.237851 [ 256 ] {9ea67b6a-25ab-432f-9de3-b17dabd3023c} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6256 | 2025.01.07 05:11:54.237897 [ 256 ] {9ea67b6a-25ab-432f-9de3-b17dabd3023c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6257 | 2025.01.07 05:11:54.238326 [ 256 ] {9ea67b6a-25ab-432f-9de3-b17dabd3023c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6258 | 2025.01.07 05:11:54.238564 [ 256 ] {9ea67b6a-25ab-432f-9de3-b17dabd3023c} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6259 | 2025.01.07 05:11:54.238746 [ 256 ] {9ea67b6a-25ab-432f-9de3-b17dabd3023c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00156 sec., 3846.153846153846 rows/sec., 200.95 KiB/sec. | ||
| 6260 | 2025.01.07 05:11:54.238795 [ 256 ] {9ea67b6a-25ab-432f-9de3-b17dabd3023c} <Debug> TCPHandler: Processed in 0.001781125 sec. | ||
| 6261 | 2025.01.07 05:11:54.238943 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6262 | 2025.01.07 05:11:54.239059 [ 5 ] {8f18cd3d-2632-47b2-991b-a3b913e5b559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6263 | 2025.01.07 05:11:54.239113 [ 5 ] {8f18cd3d-2632-47b2-991b-a3b913e5b559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6264 | 2025.01.07 05:11:54.239883 [ 5 ] {8f18cd3d-2632-47b2-991b-a3b913e5b559} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6265 | 2025.01.07 05:11:54.239921 [ 5 ] {8f18cd3d-2632-47b2-991b-a3b913e5b559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6266 | 2025.01.07 05:11:54.240363 [ 5 ] {8f18cd3d-2632-47b2-991b-a3b913e5b559} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6267 | 2025.01.07 05:11:54.240597 [ 5 ] {8f18cd3d-2632-47b2-991b-a3b913e5b559} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6268 | 2025.01.07 05:11:54.240805 [ 5 ] {8f18cd3d-2632-47b2-991b-a3b913e5b559} <Debug> executeQuery: Read 898 rows, 61.24 KiB in 0.001771 sec., 507058.1592320723 rows/sec., 33.77 MiB/sec. | ||
| 6269 | 2025.01.07 05:11:54.240862 [ 5 ] {8f18cd3d-2632-47b2-991b-a3b913e5b559} <Debug> TCPHandler: Processed in 0.00197413 sec. | ||
| 6270 | 2025.01.07 05:11:54.241008 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6271 | 2025.01.07 05:11:54.241125 [ 256 ] {cae16645-757c-416f-a0a7-5e403c386603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6272 | 2025.01.07 05:11:54.241177 [ 256 ] {cae16645-757c-416f-a0a7-5e403c386603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6273 | 2025.01.07 05:11:54.241650 [ 256 ] {cae16645-757c-416f-a0a7-5e403c386603} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6274 | 2025.01.07 05:11:54.241687 [ 256 ] {cae16645-757c-416f-a0a7-5e403c386603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6275 | 2025.01.07 05:11:54.242047 [ 256 ] {cae16645-757c-416f-a0a7-5e403c386603} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6276 | 2025.01.07 05:11:54.242283 [ 256 ] {cae16645-757c-416f-a0a7-5e403c386603} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6277 | 2025.01.07 05:11:54.242459 [ 256 ] {cae16645-757c-416f-a0a7-5e403c386603} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001358 sec., 736.3770250368188 rows/sec., 49.62 KiB/sec. | ||
| 6278 | 2025.01.07 05:11:54.242507 [ 256 ] {cae16645-757c-416f-a0a7-5e403c386603} <Debug> TCPHandler: Processed in 0.001553978 sec. | ||
| 6279 | 2025.01.07 05:11:54.242662 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6280 | 2025.01.07 05:11:54.242798 [ 5 ] {056438d1-3ecb-4733-88e5-608e424d9c37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6281 | 2025.01.07 05:11:54.242889 [ 5 ] {056438d1-3ecb-4733-88e5-608e424d9c37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6282 | 2025.01.07 05:11:54.244057 [ 5 ] {056438d1-3ecb-4733-88e5-608e424d9c37} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6283 | 2025.01.07 05:11:54.244096 [ 5 ] {056438d1-3ecb-4733-88e5-608e424d9c37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6284 | 2025.01.07 05:11:54.244706 [ 5 ] {056438d1-3ecb-4733-88e5-608e424d9c37} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6285 | 2025.01.07 05:11:54.244952 [ 5 ] {056438d1-3ecb-4733-88e5-608e424d9c37} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6286 | 2025.01.07 05:11:54.245218 [ 5 ] {056438d1-3ecb-4733-88e5-608e424d9c37} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002447 sec., 6538.618716796077 rows/sec., 11.72 MiB/sec. | ||
| 6287 | 2025.01.07 05:11:54.245516 [ 5 ] {056438d1-3ecb-4733-88e5-608e424d9c37} <Debug> TCPHandler: Processed in 0.00291934 sec. | ||
| 6288 | 2025.01.07 05:11:54.245747 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6289 | 2025.01.07 05:11:54.245973 [ 256 ] {47d7129c-895c-496e-9332-a3766b34b6ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6290 | 2025.01.07 05:11:54.246067 [ 256 ] {47d7129c-895c-496e-9332-a3766b34b6ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6291 | 2025.01.07 05:11:54.246677 [ 256 ] {47d7129c-895c-496e-9332-a3766b34b6ff} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6292 | 2025.01.07 05:11:54.246714 [ 256 ] {47d7129c-895c-496e-9332-a3766b34b6ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6293 | 2025.01.07 05:11:54.247094 [ 256 ] {47d7129c-895c-496e-9332-a3766b34b6ff} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6294 | 2025.01.07 05:11:54.247329 [ 256 ] {47d7129c-895c-496e-9332-a3766b34b6ff} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6295 | 2025.01.07 05:11:54.247533 [ 256 ] {47d7129c-895c-496e-9332-a3766b34b6ff} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001608 sec., 32338.308457711442 rows/sec., 2.00 MiB/sec. | ||
| 6296 | 2025.01.07 05:11:54.247668 [ 256 ] {47d7129c-895c-496e-9332-a3766b34b6ff} <Debug> TCPHandler: Processed in 0.002031742 sec. | ||
| 6297 | 2025.01.07 05:11:56.438632 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 6298 | 2025.01.07 05:11:56.439296 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6299 | 2025.01.07 05:11:56.439341 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6300 | 2025.01.07 05:11:56.439869 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6301 | 2025.01.07 05:11:56.440125 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6302 | 2025.01.07 05:11:56.440380 [ 49 ] {} <Debug> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6303 | 2025.01.07 05:11:56.440411 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 6304 | 2025.01.07 05:11:56.440506 [ 49 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6305 | 2025.01.07 05:11:56.440553 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6306 | 2025.01.07 05:11:56.440730 [ 199 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 6307 | 2025.01.07 05:11:56.440914 [ 199 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6308 | 2025.01.07 05:11:56.440965 [ 199 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 6309 | 2025.01.07 05:11:56.441064 [ 199 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 6310 | 2025.01.07 05:11:56.441311 [ 199 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 6311 | 2025.01.07 05:11:56.441624 [ 199 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 6312 | 2025.01.07 05:11:56.441762 [ 199 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 6313 | 2025.01.07 05:11:56.441949 [ 199 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 6314 | 2025.01.07 05:11:56.444722 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.004073735 sec., 3503909.802674941 rows/sec., 50.12 MiB/sec. | ||
| 6315 | 2025.01.07 05:11:56.445261 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6316 | 2025.01.07 05:11:56.445607 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_31_6} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6317 | 2025.01.07 05:11:56.445704 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_31_6} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6318 | 2025.01.07 05:11:56.445825 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6319 | 2025.01.07 05:11:57.422276 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6320 | 2025.01.07 05:11:57.444246 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6321 | 2025.01.07 05:11:57.444296 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6322 | 2025.01.07 05:11:57.452042 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6323 | 2025.01.07 05:11:57.452803 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6324 | 2025.01.07 05:11:57.453173 [ 42 ] {} <Debug> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6325 | 2025.01.07 05:11:57.453314 [ 42 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6326 | 2025.01.07 05:11:57.453392 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6327 | 2025.01.07 05:11:57.453844 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 6328 | 2025.01.07 05:11:57.468083 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6329 | 2025.01.07 05:11:57.469906 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6330 | 2025.01.07 05:11:57.471364 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 6331 | 2025.01.07 05:11:57.477308 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 6332 | 2025.01.07 05:11:57.483229 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 6333 | 2025.01.07 05:11:57.489206 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 6334 | 2025.01.07 05:11:57.495219 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 6335 | 2025.01.07 05:11:57.500019 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 6336 | 2025.01.07 05:11:57.558401 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.104869983 sec., 2231.334394323302 rows/sec., 11.54 MiB/sec. | ||
| 6337 | 2025.01.07 05:11:57.560006 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6338 | 2025.01.07 05:11:57.562322 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_31_6} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6339 | 2025.01.07 05:11:57.562427 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_31_6} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6340 | 2025.01.07 05:11:57.563761 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6341 | 2025.01.07 05:11:58.000218 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.45 MiB, peak 209.99 MiB, free memory in arenas 0.00 B, will set to 200.73 MiB (RSS), difference: 1.28 MiB | ||
| 6342 | 2025.01.07 05:11:59.188486 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6343 | 2025.01.07 05:11:59.188711 [ 5 ] {e495bc26-cfbb-46cf-bdda-a728849a45c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6344 | 2025.01.07 05:11:59.188798 [ 5 ] {e495bc26-cfbb-46cf-bdda-a728849a45c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6345 | 2025.01.07 05:11:59.189669 [ 5 ] {e495bc26-cfbb-46cf-bdda-a728849a45c7} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6346 | 2025.01.07 05:11:59.189722 [ 5 ] {e495bc26-cfbb-46cf-bdda-a728849a45c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6347 | 2025.01.07 05:11:59.190191 [ 5 ] {e495bc26-cfbb-46cf-bdda-a728849a45c7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6348 | 2025.01.07 05:11:59.190456 [ 5 ] {e495bc26-cfbb-46cf-bdda-a728849a45c7} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6349 | 2025.01.07 05:11:59.190666 [ 18 ] {} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 6350 | 2025.01.07 05:11:59.190738 [ 5 ] {e495bc26-cfbb-46cf-bdda-a728849a45c7} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.002085 sec., 36450.83932853717 rows/sec., 3.16 MiB/sec. | ||
| 6351 | 2025.01.07 05:11:59.190755 [ 18 ] {} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6352 | 2025.01.07 05:11:59.190825 [ 18 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6353 | 2025.01.07 05:11:59.190887 [ 5 ] {e495bc26-cfbb-46cf-bdda-a728849a45c7} <Debug> TCPHandler: Processed in 0.002549979 sec. | ||
| 6354 | 2025.01.07 05:11:59.191027 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::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 | ||
| 6355 | 2025.01.07 05:11:59.191167 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6356 | 2025.01.07 05:11:59.191201 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6357 | 2025.01.07 05:11:59.191223 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 1404 rows starting from the beginning of the part | ||
| 6358 | 2025.01.07 05:11:59.191477 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 77 rows starting from the beginning of the part | ||
| 6359 | 2025.01.07 05:11:59.191699 [ 256 ] {47c982ce-2616-45a1-90f2-bce101327ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6360 | 2025.01.07 05:11:59.191760 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 205 rows starting from the beginning of the part | ||
| 6361 | 2025.01.07 05:11:59.192046 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 76 rows starting from the beginning of the part | ||
| 6362 | 2025.01.07 05:11:59.192088 [ 256 ] {47c982ce-2616-45a1-90f2-bce101327ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6363 | 2025.01.07 05:11:59.192321 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1346 rows starting from the beginning of the part | ||
| 6364 | 2025.01.07 05:11:59.192628 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 76 rows starting from the beginning of the part | ||
| 6365 | 2025.01.07 05:11:59.194697 [ 256 ] {47c982ce-2616-45a1-90f2-bce101327ce5} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6366 | 2025.01.07 05:11:59.194790 [ 256 ] {47c982ce-2616-45a1-90f2-bce101327ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6367 | 2025.01.07 05:11:59.195700 [ 256 ] {47c982ce-2616-45a1-90f2-bce101327ce5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6368 | 2025.01.07 05:11:59.196089 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3184 rows, containing 5 columns (5 merged, 0 gathered) in 0.005158539 sec., 617229.0255050897 rows/sec., 54.19 MiB/sec. | ||
| 6369 | 2025.01.07 05:11:59.196240 [ 256 ] {47c982ce-2616-45a1-90f2-bce101327ce5} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6370 | 2025.01.07 05:11:59.196354 [ 197 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 6371 | 2025.01.07 05:11:59.196698 [ 256 ] {47c982ce-2616-45a1-90f2-bce101327ce5} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.005251 sec., 4760.9979051609225 rows/sec., 358.00 KiB/sec. | ||
| 6372 | 2025.01.07 05:11:59.196868 [ 256 ] {47c982ce-2616-45a1-90f2-bce101327ce5} <Debug> TCPHandler: Processed in 0.005822468 sec. | ||
| 6373 | 2025.01.07 05:11:59.196904 [ 193 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_45_9} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6374 | 2025.01.07 05:11:59.197036 [ 193 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_45_9} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 6375 | 2025.01.07 05:11:59.197100 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6376 | 2025.01.07 05:11:59.197134 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 6377 | 2025.01.07 05:11:59.197254 [ 5 ] {387a3128-bb2a-49c6-9347-638081478dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6378 | 2025.01.07 05:11:59.197315 [ 5 ] {387a3128-bb2a-49c6-9347-638081478dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6379 | 2025.01.07 05:11:59.197931 [ 5 ] {387a3128-bb2a-49c6-9347-638081478dff} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6380 | 2025.01.07 05:11:59.197972 [ 5 ] {387a3128-bb2a-49c6-9347-638081478dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6381 | 2025.01.07 05:11:59.198349 [ 5 ] {387a3128-bb2a-49c6-9347-638081478dff} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6382 | 2025.01.07 05:11:59.198589 [ 5 ] {387a3128-bb2a-49c6-9347-638081478dff} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6383 | 2025.01.07 05:11:59.198756 [ 18 ] {} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 6384 | 2025.01.07 05:11:59.198825 [ 18 ] {} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6385 | 2025.01.07 05:11:59.198840 [ 5 ] {387a3128-bb2a-49c6-9347-638081478dff} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001609 sec., 32939.71410814171 rows/sec., 2.57 MiB/sec. | ||
| 6386 | 2025.01.07 05:11:59.198872 [ 18 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6387 | 2025.01.07 05:11:59.199001 [ 5 ] {387a3128-bb2a-49c6-9347-638081478dff} <Debug> TCPHandler: Processed in 0.001983541 sec. | ||
| 6388 | 2025.01.07 05:11:59.199132 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::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 | ||
| 6389 | 2025.01.07 05:11:59.199271 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6390 | 2025.01.07 05:11:59.199360 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6391 | 2025.01.07 05:11:59.199408 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 875 rows starting from the beginning of the part | ||
| 6392 | 2025.01.07 05:11:59.199670 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 55 rows starting from the beginning of the part | ||
| 6393 | 2025.01.07 05:11:59.199745 [ 256 ] {2c4c623b-6245-43da-9cf1-563ee3a5f6ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6394 | 2025.01.07 05:11:59.199902 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 362 rows starting from the beginning of the part | ||
| 6395 | 2025.01.07 05:11:59.199946 [ 256 ] {2c4c623b-6245-43da-9cf1-563ee3a5f6ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6396 | 2025.01.07 05:11:59.200342 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 53 rows starting from the beginning of the part | ||
| 6397 | 2025.01.07 05:11:59.200772 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 820 rows starting from the beginning of the part | ||
| 6398 | 2025.01.07 05:11:59.201296 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 53 rows starting from the beginning of the part | ||
| 6399 | 2025.01.07 05:11:59.203179 [ 256 ] {2c4c623b-6245-43da-9cf1-563ee3a5f6ac} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6400 | 2025.01.07 05:11:59.203245 [ 256 ] {2c4c623b-6245-43da-9cf1-563ee3a5f6ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6401 | 2025.01.07 05:11:59.204249 [ 256 ] {2c4c623b-6245-43da-9cf1-563ee3a5f6ac} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6402 | 2025.01.07 05:11:59.204608 [ 256 ] {2c4c623b-6245-43da-9cf1-563ee3a5f6ac} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6403 | 2025.01.07 05:11:59.205288 [ 256 ] {2c4c623b-6245-43da-9cf1-563ee3a5f6ac} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005737 sec., 17430.71291615827 rows/sec., 1.21 MiB/sec. | ||
| 6404 | 2025.01.07 05:11:59.205663 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2218 rows, containing 5 columns (5 merged, 0 gathered) in 0.006655365 sec., 333264.967436046 rows/sec., 25.40 MiB/sec. | ||
| 6405 | 2025.01.07 05:11:59.205777 [ 256 ] {2c4c623b-6245-43da-9cf1-563ee3a5f6ac} <Debug> TCPHandler: Processed in 0.006644924 sec. | ||
| 6406 | 2025.01.07 05:11:59.205984 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 6407 | 2025.01.07 05:11:59.206018 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6408 | 2025.01.07 05:11:59.206225 [ 5 ] {6f5fe03f-0e29-40d6-ad7a-a3367272def9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6409 | 2025.01.07 05:11:59.206383 [ 5 ] {6f5fe03f-0e29-40d6-ad7a-a3367272def9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6410 | 2025.01.07 05:11:59.206599 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_45_9} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6411 | 2025.01.07 05:11:59.206870 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_45_9} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 6412 | 2025.01.07 05:11:59.207106 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6413 | 2025.01.07 05:11:59.208205 [ 5 ] {6f5fe03f-0e29-40d6-ad7a-a3367272def9} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6414 | 2025.01.07 05:11:59.208252 [ 5 ] {6f5fe03f-0e29-40d6-ad7a-a3367272def9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6415 | 2025.01.07 05:11:59.208927 [ 5 ] {6f5fe03f-0e29-40d6-ad7a-a3367272def9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6416 | 2025.01.07 05:11:59.209192 [ 5 ] {6f5fe03f-0e29-40d6-ad7a-a3367272def9} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6417 | 2025.01.07 05:11:59.209461 [ 5 ] {6f5fe03f-0e29-40d6-ad7a-a3367272def9} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.0033 sec., 7575.757575757576 rows/sec., 13.58 MiB/sec. | ||
| 6418 | 2025.01.07 05:11:59.209576 [ 5 ] {6f5fe03f-0e29-40d6-ad7a-a3367272def9} <Debug> TCPHandler: Processed in 0.003658222 sec. | ||
| 6419 | 2025.01.07 05:11:59.209824 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6420 | 2025.01.07 05:11:59.210055 [ 256 ] {727e31cb-35ed-4a86-bb68-0f267e14b4a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6421 | 2025.01.07 05:11:59.210152 [ 256 ] {727e31cb-35ed-4a86-bb68-0f267e14b4a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6422 | 2025.01.07 05:11:59.210810 [ 256 ] {727e31cb-35ed-4a86-bb68-0f267e14b4a2} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6423 | 2025.01.07 05:11:59.210851 [ 256 ] {727e31cb-35ed-4a86-bb68-0f267e14b4a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6424 | 2025.01.07 05:11:59.211233 [ 256 ] {727e31cb-35ed-4a86-bb68-0f267e14b4a2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6425 | 2025.01.07 05:11:59.211483 [ 256 ] {727e31cb-35ed-4a86-bb68-0f267e14b4a2} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6426 | 2025.01.07 05:11:59.211712 [ 256 ] {727e31cb-35ed-4a86-bb68-0f267e14b4a2} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001716 sec., 17482.51748251748 rows/sec., 1.20 MiB/sec. | ||
| 6427 | 2025.01.07 05:11:59.211767 [ 256 ] {727e31cb-35ed-4a86-bb68-0f267e14b4a2} <Debug> TCPHandler: Processed in 0.002054373 sec. | ||
| 6428 | 2025.01.07 05:12:03.805674 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6429 | 2025.01.07 05:12:03.805740 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6430 | 2025.01.07 05:12:03.941517 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 6431 | 2025.01.07 05:12:03.942153 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6432 | 2025.01.07 05:12:03.942196 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6433 | 2025.01.07 05:12:03.942818 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6434 | 2025.01.07 05:12:03.943081 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6435 | 2025.01.07 05:12:03.943332 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6436 | 2025.01.07 05:12:04.000753 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 898 | ||
| 6437 | 2025.01.07 05:12:04.004577 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002983502 sec. | ||
| 6438 | 2025.01.07 05:12:04.006449 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6439 | 2025.01.07 05:12:04.006503 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6440 | 2025.01.07 05:12:04.008059 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6441 | 2025.01.07 05:12:04.008387 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6442 | 2025.01.07 05:12:04.009074 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 898 | ||
| 6443 | 2025.01.07 05:12:04.192408 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6444 | 2025.01.07 05:12:04.192697 [ 5 ] {aa702076-b92f-4f91-82a5-da72ca46e382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6445 | 2025.01.07 05:12:04.192770 [ 5 ] {aa702076-b92f-4f91-82a5-da72ca46e382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6446 | 2025.01.07 05:12:04.193531 [ 5 ] {aa702076-b92f-4f91-82a5-da72ca46e382} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6447 | 2025.01.07 05:12:04.193579 [ 5 ] {aa702076-b92f-4f91-82a5-da72ca46e382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6448 | 2025.01.07 05:12:04.194017 [ 5 ] {aa702076-b92f-4f91-82a5-da72ca46e382} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6449 | 2025.01.07 05:12:04.194273 [ 5 ] {aa702076-b92f-4f91-82a5-da72ca46e382} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6450 | 2025.01.07 05:12:04.194514 [ 5 ] {aa702076-b92f-4f91-82a5-da72ca46e382} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec. | ||
| 6451 | 2025.01.07 05:12:04.194575 [ 5 ] {aa702076-b92f-4f91-82a5-da72ca46e382} <Debug> TCPHandler: Processed in 0.002358243 sec. | ||
| 6452 | 2025.01.07 05:12:04.194823 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6453 | 2025.01.07 05:12:04.195016 [ 256 ] {71a8caac-dec3-491a-bb6c-d14f04b9fd4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6454 | 2025.01.07 05:12:04.195089 [ 256 ] {71a8caac-dec3-491a-bb6c-d14f04b9fd4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6455 | 2025.01.07 05:12:04.195939 [ 256 ] {71a8caac-dec3-491a-bb6c-d14f04b9fd4e} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6456 | 2025.01.07 05:12:04.195983 [ 256 ] {71a8caac-dec3-491a-bb6c-d14f04b9fd4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6457 | 2025.01.07 05:12:04.196447 [ 256 ] {71a8caac-dec3-491a-bb6c-d14f04b9fd4e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6458 | 2025.01.07 05:12:04.196710 [ 256 ] {71a8caac-dec3-491a-bb6c-d14f04b9fd4e} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6459 | 2025.01.07 05:12:04.196969 [ 256 ] {71a8caac-dec3-491a-bb6c-d14f04b9fd4e} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.002001 sec., 102448.77561219389 rows/sec., 9.07 MiB/sec. | ||
| 6460 | 2025.01.07 05:12:04.197102 [ 256 ] {71a8caac-dec3-491a-bb6c-d14f04b9fd4e} <Debug> TCPHandler: Processed in 0.002404413 sec. | ||
| 6461 | 2025.01.07 05:12:04.197419 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6462 | 2025.01.07 05:12:04.197643 [ 5 ] {c5a891bd-bdf8-4d2f-9cf1-f24fadb50445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6463 | 2025.01.07 05:12:04.197706 [ 5 ] {c5a891bd-bdf8-4d2f-9cf1-f24fadb50445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6464 | 2025.01.07 05:12:04.198299 [ 5 ] {c5a891bd-bdf8-4d2f-9cf1-f24fadb50445} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6465 | 2025.01.07 05:12:04.198341 [ 5 ] {c5a891bd-bdf8-4d2f-9cf1-f24fadb50445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6466 | 2025.01.07 05:12:04.198711 [ 5 ] {c5a891bd-bdf8-4d2f-9cf1-f24fadb50445} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6467 | 2025.01.07 05:12:04.198948 [ 5 ] {c5a891bd-bdf8-4d2f-9cf1-f24fadb50445} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6468 | 2025.01.07 05:12:04.199158 [ 5 ] {c5a891bd-bdf8-4d2f-9cf1-f24fadb50445} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001573 sec., 14621.741894469167 rows/sec., 1.03 MiB/sec. | ||
| 6469 | 2025.01.07 05:12:04.199211 [ 5 ] {c5a891bd-bdf8-4d2f-9cf1-f24fadb50445} <Debug> TCPHandler: Processed in 0.001986891 sec. | ||
| 6470 | 2025.01.07 05:12:04.199362 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6471 | 2025.01.07 05:12:04.199486 [ 256 ] {7f61bf32-d502-45d7-b852-a999218ba0c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6472 | 2025.01.07 05:12:04.199540 [ 256 ] {7f61bf32-d502-45d7-b852-a999218ba0c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6473 | 2025.01.07 05:12:04.200240 [ 256 ] {7f61bf32-d502-45d7-b852-a999218ba0c9} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6474 | 2025.01.07 05:12:04.200287 [ 256 ] {7f61bf32-d502-45d7-b852-a999218ba0c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6475 | 2025.01.07 05:12:04.200701 [ 256 ] {7f61bf32-d502-45d7-b852-a999218ba0c9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6476 | 2025.01.07 05:12:04.200942 [ 256 ] {7f61bf32-d502-45d7-b852-a999218ba0c9} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6477 | 2025.01.07 05:12:04.201075 [ 27 ] {} <Debug> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6478 | 2025.01.07 05:12:04.201126 [ 27 ] {} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6479 | 2025.01.07 05:12:04.201135 [ 256 ] {7f61bf32-d502-45d7-b852-a999218ba0c9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001676 sec., 8353.221957040572 rows/sec., 585.01 KiB/sec. | ||
| 6480 | 2025.01.07 05:12:04.201156 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6481 | 2025.01.07 05:12:04.201209 [ 256 ] {7f61bf32-d502-45d7-b852-a999218ba0c9} <Debug> TCPHandler: Processed in 0.001902579 sec. | ||
| 6482 | 2025.01.07 05:12:04.201493 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6483 | 2025.01.07 05:12:04.201668 [ 189 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::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 | ||
| 6484 | 2025.01.07 05:12:04.201905 [ 5 ] {5beee3e0-9fab-4b32-bec8-a56b508c007c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6485 | 2025.01.07 05:12:04.202074 [ 5 ] {5beee3e0-9fab-4b32-bec8-a56b508c007c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6486 | 2025.01.07 05:12:04.202087 [ 189 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6487 | 2025.01.07 05:12:04.202143 [ 189 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part | ||
| 6488 | 2025.01.07 05:12:04.202258 [ 189 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 242 rows starting from the beginning of the part | ||
| 6489 | 2025.01.07 05:12:04.202678 [ 189 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 6490 | 2025.01.07 05:12:04.203067 [ 189 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6491 | 2025.01.07 05:12:04.203463 [ 189 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 242 rows starting from the beginning of the part | ||
| 6492 | 2025.01.07 05:12:04.203789 [ 189 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 6493 | 2025.01.07 05:12:04.204466 [ 5 ] {5beee3e0-9fab-4b32-bec8-a56b508c007c} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6494 | 2025.01.07 05:12:04.204507 [ 5 ] {5beee3e0-9fab-4b32-bec8-a56b508c007c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6495 | 2025.01.07 05:12:04.205065 [ 5 ] {5beee3e0-9fab-4b32-bec8-a56b508c007c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6496 | 2025.01.07 05:12:04.205433 [ 5 ] {5beee3e0-9fab-4b32-bec8-a56b508c007c} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6497 | 2025.01.07 05:12:04.205443 [ 189 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.004188659 sec., 183590.9774464811 rows/sec., 13.14 MiB/sec. | ||
| 6498 | 2025.01.07 05:12:04.205758 [ 198 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6499 | 2025.01.07 05:12:04.205783 [ 5 ] {5beee3e0-9fab-4b32-bec8-a56b508c007c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00402 sec., 3233.830845771144 rows/sec., 201.63 KiB/sec. | ||
| 6500 | 2025.01.07 05:12:04.205981 [ 5 ] {5beee3e0-9fab-4b32-bec8-a56b508c007c} <Debug> TCPHandler: Processed in 0.004648003 sec. | ||
| 6501 | 2025.01.07 05:12:04.206138 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6502 | 2025.01.07 05:12:04.206314 [ 256 ] {f2195636-26a9-43a8-b3d8-6f217a552cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6503 | 2025.01.07 05:12:04.206322 [ 198 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_21_4} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6504 | 2025.01.07 05:12:04.206414 [ 256 ] {f2195636-26a9-43a8-b3d8-6f217a552cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6505 | 2025.01.07 05:12:04.206536 [ 198 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_21_4} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6506 | 2025.01.07 05:12:04.206731 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 6507 | 2025.01.07 05:12:04.207365 [ 256 ] {f2195636-26a9-43a8-b3d8-6f217a552cf0} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6508 | 2025.01.07 05:12:04.207410 [ 256 ] {f2195636-26a9-43a8-b3d8-6f217a552cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6509 | 2025.01.07 05:12:04.207802 [ 256 ] {f2195636-26a9-43a8-b3d8-6f217a552cf0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6510 | 2025.01.07 05:12:04.208046 [ 256 ] {f2195636-26a9-43a8-b3d8-6f217a552cf0} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6511 | 2025.01.07 05:12:04.208262 [ 256 ] {f2195636-26a9-43a8-b3d8-6f217a552cf0} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.001999 sec., 181090.54527263631 rows/sec., 12.74 MiB/sec. | ||
| 6512 | 2025.01.07 05:12:04.208373 [ 256 ] {f2195636-26a9-43a8-b3d8-6f217a552cf0} <Debug> TCPHandler: Processed in 0.002292001 sec. | ||
| 6513 | 2025.01.07 05:12:04.208633 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6514 | 2025.01.07 05:12:04.208783 [ 5 ] {6ef92f3d-fb5f-42a0-9332-cef1b55ee603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6515 | 2025.01.07 05:12:04.208846 [ 5 ] {6ef92f3d-fb5f-42a0-9332-cef1b55ee603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6516 | 2025.01.07 05:12:04.209426 [ 5 ] {6ef92f3d-fb5f-42a0-9332-cef1b55ee603} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6517 | 2025.01.07 05:12:04.209474 [ 5 ] {6ef92f3d-fb5f-42a0-9332-cef1b55ee603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6518 | 2025.01.07 05:12:04.209860 [ 5 ] {6ef92f3d-fb5f-42a0-9332-cef1b55ee603} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6519 | 2025.01.07 05:12:04.210096 [ 5 ] {6ef92f3d-fb5f-42a0-9332-cef1b55ee603} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6520 | 2025.01.07 05:12:04.210340 [ 5 ] {6ef92f3d-fb5f-42a0-9332-cef1b55ee603} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001582 sec., 3792.6675094816687 rows/sec., 198.15 KiB/sec. | ||
| 6521 | 2025.01.07 05:12:04.210539 [ 5 ] {6ef92f3d-fb5f-42a0-9332-cef1b55ee603} <Debug> TCPHandler: Processed in 0.002051373 sec. | ||
| 6522 | 2025.01.07 05:12:04.210697 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6523 | 2025.01.07 05:12:04.210815 [ 256 ] {2184f8d1-c3ad-4a04-ba1b-f2f81fbaec3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6524 | 2025.01.07 05:12:04.210869 [ 256 ] {2184f8d1-c3ad-4a04-ba1b-f2f81fbaec3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6525 | 2025.01.07 05:12:04.211425 [ 256 ] {2184f8d1-c3ad-4a04-ba1b-f2f81fbaec3a} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6526 | 2025.01.07 05:12:04.211463 [ 256 ] {2184f8d1-c3ad-4a04-ba1b-f2f81fbaec3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6527 | 2025.01.07 05:12:04.211860 [ 256 ] {2184f8d1-c3ad-4a04-ba1b-f2f81fbaec3a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6528 | 2025.01.07 05:12:04.212099 [ 256 ] {2184f8d1-c3ad-4a04-ba1b-f2f81fbaec3a} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6529 | 2025.01.07 05:12:04.212236 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6530 | 2025.01.07 05:12:04.212286 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6531 | 2025.01.07 05:12:04.212291 [ 256 ] {2184f8d1-c3ad-4a04-ba1b-f2f81fbaec3a} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001502 sec., 117842.87616511318 rows/sec., 7.77 MiB/sec. | ||
| 6532 | 2025.01.07 05:12:04.212312 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6533 | 2025.01.07 05:12:04.212376 [ 256 ] {2184f8d1-c3ad-4a04-ba1b-f2f81fbaec3a} <Debug> TCPHandler: Processed in 0.001732983 sec. | ||
| 6534 | 2025.01.07 05:12:04.212633 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6535 | 2025.01.07 05:12:04.212615 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::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 | ||
| 6536 | 2025.01.07 05:12:04.213208 [ 5 ] {d9f1f98d-c407-450a-b880-18608cedc51d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6537 | 2025.01.07 05:12:04.213322 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6538 | 2025.01.07 05:12:04.213445 [ 5 ] {d9f1f98d-c407-450a-b880-18608cedc51d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6539 | 2025.01.07 05:12:04.213463 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 10452 rows starting from the beginning of the part | ||
| 6540 | 2025.01.07 05:12:04.213901 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 177 rows starting from the beginning of the part | ||
| 6541 | 2025.01.07 05:12:04.214290 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 100 rows starting from the beginning of the part | ||
| 6542 | 2025.01.07 05:12:04.214643 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 898 rows starting from the beginning of the part | ||
| 6543 | 2025.01.07 05:12:04.214911 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 100 rows starting from the beginning of the part | ||
| 6544 | 2025.01.07 05:12:04.215225 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 177 rows starting from the beginning of the part | ||
| 6545 | 2025.01.07 05:12:04.215994 [ 5 ] {d9f1f98d-c407-450a-b880-18608cedc51d} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6546 | 2025.01.07 05:12:04.216044 [ 5 ] {d9f1f98d-c407-450a-b880-18608cedc51d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6547 | 2025.01.07 05:12:04.216953 [ 5 ] {d9f1f98d-c407-450a-b880-18608cedc51d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6548 | 2025.01.07 05:12:04.217265 [ 5 ] {d9f1f98d-c407-450a-b880-18608cedc51d} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6549 | 2025.01.07 05:12:04.217861 [ 5 ] {d9f1f98d-c407-450a-b880-18608cedc51d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004818 sec., 207.55500207555002 rows/sec., 13.99 KiB/sec. | ||
| 6550 | 2025.01.07 05:12:04.218283 [ 5 ] {d9f1f98d-c407-450a-b880-18608cedc51d} <Debug> TCPHandler: Processed in 0.005790528 sec. | ||
| 6551 | 2025.01.07 05:12:04.218526 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6552 | 2025.01.07 05:12:04.218714 [ 256 ] {59d2b178-a0fa-4d85-8632-4d6d6195a51c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6553 | 2025.01.07 05:12:04.218831 [ 256 ] {59d2b178-a0fa-4d85-8632-4d6d6195a51c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6554 | 2025.01.07 05:12:04.220141 [ 256 ] {59d2b178-a0fa-4d85-8632-4d6d6195a51c} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6555 | 2025.01.07 05:12:04.220181 [ 256 ] {59d2b178-a0fa-4d85-8632-4d6d6195a51c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6556 | 2025.01.07 05:12:04.220919 [ 256 ] {59d2b178-a0fa-4d85-8632-4d6d6195a51c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6557 | 2025.01.07 05:12:04.221503 [ 256 ] {59d2b178-a0fa-4d85-8632-4d6d6195a51c} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6558 | 2025.01.07 05:12:04.221628 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11904 rows, containing 5 columns (5 merged, 0 gathered) in 0.009229114 sec., 1289831.2882471709 rows/sec., 86.53 MiB/sec. | ||
| 6559 | 2025.01.07 05:12:04.221773 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6560 | 2025.01.07 05:12:04.221833 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6561 | 2025.01.07 05:12:04.221868 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6562 | 2025.01.07 05:12:04.221916 [ 256 ] {59d2b178-a0fa-4d85-8632-4d6d6195a51c} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.003232 sec., 4950.495049504951 rows/sec., 8.87 MiB/sec. | ||
| 6563 | 2025.01.07 05:12:04.222171 [ 200 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6564 | 2025.01.07 05:12:04.222218 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 6565 | 2025.01.07 05:12:04.222852 [ 256 ] {59d2b178-a0fa-4d85-8632-4d6d6195a51c} <Debug> TCPHandler: Processed in 0.004409026 sec. | ||
| 6566 | 2025.01.07 05:12:04.223150 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6567 | 2025.01.07 05:12:04.223322 [ 191 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6568 | 2025.01.07 05:12:04.223670 [ 5 ] {ec25581c-0991-46ab-97ef-74e0e8b85c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6569 | 2025.01.07 05:12:04.223750 [ 191 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6570 | 2025.01.07 05:12:04.223756 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6571 | 2025.01.07 05:12:04.223791 [ 5 ] {ec25581c-0991-46ab-97ef-74e0e8b85c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6572 | 2025.01.07 05:12:04.224078 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 607 rows starting from the beginning of the part | ||
| 6573 | 2025.01.07 05:12:04.224093 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. | ||
| 6574 | 2025.01.07 05:12:04.224841 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part | ||
| 6575 | 2025.01.07 05:12:04.225498 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 25 rows starting from the beginning of the part | ||
| 6576 | 2025.01.07 05:12:04.225986 [ 5 ] {ec25581c-0991-46ab-97ef-74e0e8b85c5b} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6577 | 2025.01.07 05:12:04.226081 [ 5 ] {ec25581c-0991-46ab-97ef-74e0e8b85c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6578 | 2025.01.07 05:12:04.226130 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 16 rows starting from the beginning of the part | ||
| 6579 | 2025.01.07 05:12:04.226641 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 25 rows starting from the beginning of the part | ||
| 6580 | 2025.01.07 05:12:04.227212 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part | ||
| 6581 | 2025.01.07 05:12:04.227240 [ 5 ] {ec25581c-0991-46ab-97ef-74e0e8b85c5b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6582 | 2025.01.07 05:12:04.227827 [ 5 ] {ec25581c-0991-46ab-97ef-74e0e8b85c5b} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6583 | 2025.01.07 05:12:04.228080 [ 27 ] {} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6584 | 2025.01.07 05:12:04.228208 [ 27 ] {} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6585 | 2025.01.07 05:12:04.228234 [ 5 ] {ec25581c-0991-46ab-97ef-74e0e8b85c5b} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.004695 sec., 11075.612353567623 rows/sec., 702.21 KiB/sec. | ||
| 6586 | 2025.01.07 05:12:04.228279 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6587 | 2025.01.07 05:12:04.228533 [ 5 ] {ec25581c-0991-46ab-97ef-74e0e8b85c5b} <Debug> TCPHandler: Processed in 0.00554651 sec. | ||
| 6588 | 2025.01.07 05:12:04.228923 [ 200 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 6589 | 2025.01.07 05:12:04.229278 [ 200 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6590 | 2025.01.07 05:12:04.229341 [ 200 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1534 rows starting from the beginning of the part | ||
| 6591 | 2025.01.07 05:12:04.229488 [ 200 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 52 rows starting from the beginning of the part | ||
| 6592 | 2025.01.07 05:12:04.229706 [ 200 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 30 rows starting from the beginning of the part | ||
| 6593 | 2025.01.07 05:12:04.229987 [ 200 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 52 rows starting from the beginning of the part | ||
| 6594 | 2025.01.07 05:12:04.230198 [ 200 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 30 rows starting from the beginning of the part | ||
| 6595 | 2025.01.07 05:12:04.230466 [ 200 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 52 rows starting from the beginning of the part | ||
| 6596 | 2025.01.07 05:12:04.234046 [ 200 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1750 rows, containing 4 columns (4 merged, 0 gathered) in 0.00551217 sec., 317479.3230252332 rows/sec., 20.57 MiB/sec. | ||
| 6597 | 2025.01.07 05:12:04.234415 [ 200 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6598 | 2025.01.07 05:12:04.235177 [ 200 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_46_9} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6599 | 2025.01.07 05:12:04.235266 [ 200 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_46_9} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6600 | 2025.01.07 05:12:04.235354 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6601 | 2025.01.07 05:12:04.236935 [ 186 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 705 rows, containing 19 columns (19 merged, 0 gathered) in 0.014992991 sec., 47021.971800023086 rows/sec., 84.26 MiB/sec. | ||
| 6602 | 2025.01.07 05:12:04.237769 [ 186 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6603 | 2025.01.07 05:12:04.238195 [ 186 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6604 | 2025.01.07 05:12:04.238281 [ 186 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6605 | 2025.01.07 05:12:04.238434 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. | ||
| 6606 | 2025.01.07 05:12:04.969086 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6607 | 2025.01.07 05:12:04.989064 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6608 | 2025.01.07 05:12:04.989124 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 6609 | 2025.01.07 05:12:04.997508 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6610 | 2025.01.07 05:12:04.998277 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6611 | 2025.01.07 05:12:05.001123 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6612 | 2025.01.07 05:12:05.001171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.23 MiB, peak 209.99 MiB, free memory in arenas 0.00 B, will set to 203.89 MiB (RSS), difference: 1.66 MiB | ||
| 6613 | 2025.01.07 05:12:09.187764 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6614 | 2025.01.07 05:12:09.187978 [ 5 ] {e1b8d259-2546-4902-a2fd-19a75ff626ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6615 | 2025.01.07 05:12:09.188061 [ 5 ] {e1b8d259-2546-4902-a2fd-19a75ff626ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6616 | 2025.01.07 05:12:09.188833 [ 5 ] {e1b8d259-2546-4902-a2fd-19a75ff626ff} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6617 | 2025.01.07 05:12:09.188887 [ 5 ] {e1b8d259-2546-4902-a2fd-19a75ff626ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6618 | 2025.01.07 05:12:09.189332 [ 5 ] {e1b8d259-2546-4902-a2fd-19a75ff626ff} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6619 | 2025.01.07 05:12:09.189590 [ 5 ] {e1b8d259-2546-4902-a2fd-19a75ff626ff} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6620 | 2025.01.07 05:12:09.189859 [ 5 ] {e1b8d259-2546-4902-a2fd-19a75ff626ff} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001922 sec., 1040.5827263267429 rows/sec., 84.85 KiB/sec. | ||
| 6621 | 2025.01.07 05:12:09.190284 [ 5 ] {e1b8d259-2546-4902-a2fd-19a75ff626ff} <Debug> TCPHandler: Processed in 0.002660142 sec. | ||
| 6622 | 2025.01.07 05:12:09.190581 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6623 | 2025.01.07 05:12:09.190779 [ 256 ] {fb4dd79f-2145-48a2-8991-9741bc09cad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6624 | 2025.01.07 05:12:09.190855 [ 256 ] {fb4dd79f-2145-48a2-8991-9741bc09cad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6625 | 2025.01.07 05:12:09.191680 [ 256 ] {fb4dd79f-2145-48a2-8991-9741bc09cad5} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6626 | 2025.01.07 05:12:09.191729 [ 256 ] {fb4dd79f-2145-48a2-8991-9741bc09cad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6627 | 2025.01.07 05:12:09.192183 [ 256 ] {fb4dd79f-2145-48a2-8991-9741bc09cad5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6628 | 2025.01.07 05:12:09.192442 [ 256 ] {fb4dd79f-2145-48a2-8991-9741bc09cad5} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6629 | 2025.01.07 05:12:09.192671 [ 256 ] {fb4dd79f-2145-48a2-8991-9741bc09cad5} <Debug> executeQuery: Read 77 rows, 6.82 KiB in 0.001946 sec., 39568.34532374101 rows/sec., 3.42 MiB/sec. | ||
| 6630 | 2025.01.07 05:12:09.192758 [ 256 ] {fb4dd79f-2145-48a2-8991-9741bc09cad5} <Debug> TCPHandler: Processed in 0.002313741 sec. | ||
| 6631 | 2025.01.07 05:12:09.193022 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6632 | 2025.01.07 05:12:09.193189 [ 5 ] {3ec2cf92-c514-4878-bf0c-e01d3545cae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6633 | 2025.01.07 05:12:09.193252 [ 5 ] {3ec2cf92-c514-4878-bf0c-e01d3545cae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6634 | 2025.01.07 05:12:09.193956 [ 5 ] {3ec2cf92-c514-4878-bf0c-e01d3545cae7} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6635 | 2025.01.07 05:12:09.193999 [ 5 ] {3ec2cf92-c514-4878-bf0c-e01d3545cae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6636 | 2025.01.07 05:12:09.194371 [ 5 ] {3ec2cf92-c514-4878-bf0c-e01d3545cae7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6637 | 2025.01.07 05:12:09.194623 [ 5 ] {3ec2cf92-c514-4878-bf0c-e01d3545cae7} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6638 | 2025.01.07 05:12:09.194871 [ 5 ] {3ec2cf92-c514-4878-bf0c-e01d3545cae7} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.001715 sec., 15743.440233236151 rows/sec., 1.15 MiB/sec. | ||
| 6639 | 2025.01.07 05:12:09.194963 [ 5 ] {3ec2cf92-c514-4878-bf0c-e01d3545cae7} <Debug> TCPHandler: Processed in 0.002086724 sec. | ||
| 6640 | 2025.01.07 05:12:09.195235 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6641 | 2025.01.07 05:12:09.195388 [ 256 ] {7af8df93-d69e-4aa9-9cb2-640effc9e716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6642 | 2025.01.07 05:12:09.195453 [ 256 ] {7af8df93-d69e-4aa9-9cb2-640effc9e716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6643 | 2025.01.07 05:12:09.196144 [ 256 ] {7af8df93-d69e-4aa9-9cb2-640effc9e716} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6644 | 2025.01.07 05:12:09.196184 [ 256 ] {7af8df93-d69e-4aa9-9cb2-640effc9e716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6645 | 2025.01.07 05:12:09.196585 [ 256 ] {7af8df93-d69e-4aa9-9cb2-640effc9e716} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6646 | 2025.01.07 05:12:09.196837 [ 256 ] {7af8df93-d69e-4aa9-9cb2-640effc9e716} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6647 | 2025.01.07 05:12:09.197029 [ 256 ] {7af8df93-d69e-4aa9-9cb2-640effc9e716} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001679 sec., 32757.59380583681 rows/sec., 2.56 MiB/sec. | ||
| 6648 | 2025.01.07 05:12:09.197091 [ 256 ] {7af8df93-d69e-4aa9-9cb2-640effc9e716} <Debug> TCPHandler: Processed in 0.001993472 sec. | ||
| 6649 | 2025.01.07 05:12:09.197274 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6650 | 2025.01.07 05:12:09.197427 [ 5 ] {9d5f8e2d-5163-49ae-9ad4-e2445bb89fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6651 | 2025.01.07 05:12:09.197507 [ 5 ] {9d5f8e2d-5163-49ae-9ad4-e2445bb89fb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6652 | 2025.01.07 05:12:09.198182 [ 5 ] {9d5f8e2d-5163-49ae-9ad4-e2445bb89fb3} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6653 | 2025.01.07 05:12:09.198226 [ 5 ] {9d5f8e2d-5163-49ae-9ad4-e2445bb89fb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6654 | 2025.01.07 05:12:09.198634 [ 5 ] {9d5f8e2d-5163-49ae-9ad4-e2445bb89fb3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6655 | 2025.01.07 05:12:09.198877 [ 5 ] {9d5f8e2d-5163-49ae-9ad4-e2445bb89fb3} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6656 | 2025.01.07 05:12:09.199103 [ 5 ] {9d5f8e2d-5163-49ae-9ad4-e2445bb89fb3} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001712 sec., 58995.32710280374 rows/sec., 4.09 MiB/sec. | ||
| 6657 | 2025.01.07 05:12:09.199169 [ 5 ] {9d5f8e2d-5163-49ae-9ad4-e2445bb89fb3} <Debug> TCPHandler: Processed in 0.00196877 sec. | ||
| 6658 | 2025.01.07 05:12:09.199360 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6659 | 2025.01.07 05:12:09.199493 [ 256 ] {5e05bf43-ffbf-490e-8682-af8a6a775e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6660 | 2025.01.07 05:12:09.199581 [ 256 ] {5e05bf43-ffbf-490e-8682-af8a6a775e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6661 | 2025.01.07 05:12:09.200887 [ 256 ] {5e05bf43-ffbf-490e-8682-af8a6a775e20} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6662 | 2025.01.07 05:12:09.200929 [ 256 ] {5e05bf43-ffbf-490e-8682-af8a6a775e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6663 | 2025.01.07 05:12:09.201624 [ 256 ] {5e05bf43-ffbf-490e-8682-af8a6a775e20} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6664 | 2025.01.07 05:12:09.201897 [ 256 ] {5e05bf43-ffbf-490e-8682-af8a6a775e20} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6665 | 2025.01.07 05:12:09.202106 [ 256 ] {5e05bf43-ffbf-490e-8682-af8a6a775e20} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002646 sec., 9448.22373393802 rows/sec., 16.93 MiB/sec. | ||
| 6666 | 2025.01.07 05:12:09.202233 [ 256 ] {5e05bf43-ffbf-490e-8682-af8a6a775e20} <Debug> TCPHandler: Processed in 0.00293876 sec. | ||
| 6667 | 2025.01.07 05:12:09.202445 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6668 | 2025.01.07 05:12:09.202595 [ 5 ] {1ff4b9bb-8d0a-4f72-95f6-4d134e7cf3da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6669 | 2025.01.07 05:12:09.202661 [ 5 ] {1ff4b9bb-8d0a-4f72-95f6-4d134e7cf3da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6670 | 2025.01.07 05:12:09.203181 [ 5 ] {1ff4b9bb-8d0a-4f72-95f6-4d134e7cf3da} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6671 | 2025.01.07 05:12:09.203223 [ 5 ] {1ff4b9bb-8d0a-4f72-95f6-4d134e7cf3da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6672 | 2025.01.07 05:12:09.203611 [ 5 ] {1ff4b9bb-8d0a-4f72-95f6-4d134e7cf3da} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6673 | 2025.01.07 05:12:09.203858 [ 5 ] {1ff4b9bb-8d0a-4f72-95f6-4d134e7cf3da} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6674 | 2025.01.07 05:12:09.204072 [ 5 ] {1ff4b9bb-8d0a-4f72-95f6-4d134e7cf3da} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001511 sec., 19854.40105890139 rows/sec., 1.36 MiB/sec. | ||
| 6675 | 2025.01.07 05:12:09.204131 [ 5 ] {1ff4b9bb-8d0a-4f72-95f6-4d134e7cf3da} <Debug> TCPHandler: Processed in 0.001770985 sec. | ||
| 6676 | 2025.01.07 05:12:11.444368 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 6677 | 2025.01.07 05:12:11.445020 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6678 | 2025.01.07 05:12:11.445067 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6679 | 2025.01.07 05:12:11.445617 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6680 | 2025.01.07 05:12:11.445886 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6681 | 2025.01.07 05:12:11.446159 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 6682 | 2025.01.07 05:12:12.502127 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6683 | 2025.01.07 05:12:12.522580 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6684 | 2025.01.07 05:12:12.522634 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6685 | 2025.01.07 05:12:12.530206 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6686 | 2025.01.07 05:12:12.530981 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6687 | 2025.01.07 05:12:12.535234 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6688 | 2025.01.07 05:12:14.010215 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 934 | ||
| 6689 | 2025.01.07 05:12:14.013727 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6690 | 2025.01.07 05:12:14.013791 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6691 | 2025.01.07 05:12:14.015295 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6692 | 2025.01.07 05:12:14.015607 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6693 | 2025.01.07 05:12:14.016482 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 934 | ||
| 6694 | 2025.01.07 05:12:14.191719 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6695 | 2025.01.07 05:12:14.192003 [ 5 ] {823168a0-53df-4993-9922-7bfa2e867037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6696 | 2025.01.07 05:12:14.192079 [ 5 ] {823168a0-53df-4993-9922-7bfa2e867037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6697 | 2025.01.07 05:12:14.192854 [ 5 ] {823168a0-53df-4993-9922-7bfa2e867037} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6698 | 2025.01.07 05:12:14.192904 [ 5 ] {823168a0-53df-4993-9922-7bfa2e867037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6699 | 2025.01.07 05:12:14.193340 [ 5 ] {823168a0-53df-4993-9922-7bfa2e867037} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6700 | 2025.01.07 05:12:14.193609 [ 5 ] {823168a0-53df-4993-9922-7bfa2e867037} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6701 | 2025.01.07 05:12:14.193856 [ 5 ] {823168a0-53df-4993-9922-7bfa2e867037} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001932 sec., 7246.376811594203 rows/sec., 521.64 KiB/sec. | ||
| 6702 | 2025.01.07 05:12:14.193993 [ 5 ] {823168a0-53df-4993-9922-7bfa2e867037} <Debug> TCPHandler: Processed in 0.002451456 sec. | ||
| 6703 | 2025.01.07 05:12:14.194259 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6704 | 2025.01.07 05:12:14.194462 [ 256 ] {05aa7f08-c195-4841-b91d-354727aad5ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6705 | 2025.01.07 05:12:14.194539 [ 256 ] {05aa7f08-c195-4841-b91d-354727aad5ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6706 | 2025.01.07 05:12:14.195426 [ 256 ] {05aa7f08-c195-4841-b91d-354727aad5ee} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6707 | 2025.01.07 05:12:14.195477 [ 256 ] {05aa7f08-c195-4841-b91d-354727aad5ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6708 | 2025.01.07 05:12:14.195928 [ 256 ] {05aa7f08-c195-4841-b91d-354727aad5ee} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6709 | 2025.01.07 05:12:14.196188 [ 256 ] {05aa7f08-c195-4841-b91d-354727aad5ee} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6710 | 2025.01.07 05:12:14.196427 [ 256 ] {05aa7f08-c195-4841-b91d-354727aad5ee} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.00202 sec., 101485.14851485148 rows/sec., 8.98 MiB/sec. | ||
| 6711 | 2025.01.07 05:12:14.196495 [ 256 ] {05aa7f08-c195-4841-b91d-354727aad5ee} <Debug> TCPHandler: Processed in 0.002371283 sec. | ||
| 6712 | 2025.01.07 05:12:14.196661 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6713 | 2025.01.07 05:12:14.196809 [ 5 ] {cbd1672a-0418-406f-ac7a-16b0d3526f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6714 | 2025.01.07 05:12:14.196872 [ 5 ] {cbd1672a-0418-406f-ac7a-16b0d3526f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6715 | 2025.01.07 05:12:14.197478 [ 5 ] {cbd1672a-0418-406f-ac7a-16b0d3526f5d} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6716 | 2025.01.07 05:12:14.197520 [ 5 ] {cbd1672a-0418-406f-ac7a-16b0d3526f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6717 | 2025.01.07 05:12:14.197887 [ 5 ] {cbd1672a-0418-406f-ac7a-16b0d3526f5d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6718 | 2025.01.07 05:12:14.198121 [ 5 ] {cbd1672a-0418-406f-ac7a-16b0d3526f5d} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6719 | 2025.01.07 05:12:14.198290 [ 82 ] {} <Debug> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6720 | 2025.01.07 05:12:14.198354 [ 5 ] {cbd1672a-0418-406f-ac7a-16b0d3526f5d} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001579 sec., 14566.181127295757 rows/sec., 1.03 MiB/sec. | ||
| 6721 | 2025.01.07 05:12:14.198377 [ 82 ] {} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6722 | 2025.01.07 05:12:14.198447 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6723 | 2025.01.07 05:12:14.198473 [ 5 ] {cbd1672a-0418-406f-ac7a-16b0d3526f5d} <Debug> TCPHandler: Processed in 0.001879787 sec. | ||
| 6724 | 2025.01.07 05:12:14.198688 [ 194 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 6725 | 2025.01.07 05:12:14.198702 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6726 | 2025.01.07 05:12:14.198979 [ 194 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6727 | 2025.01.07 05:12:14.198985 [ 256 ] {fb9cd4ba-d231-4b29-abbc-a93c9c818558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6728 | 2025.01.07 05:12:14.199051 [ 194 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 62 rows starting from the beginning of the part | ||
| 6729 | 2025.01.07 05:12:14.199096 [ 256 ] {fb9cd4ba-d231-4b29-abbc-a93c9c818558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6730 | 2025.01.07 05:12:14.199390 [ 194 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 25 rows starting from the beginning of the part | ||
| 6731 | 2025.01.07 05:12:14.199721 [ 194 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 25 rows starting from the beginning of the part | ||
| 6732 | 2025.01.07 05:12:14.200056 [ 194 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 23 rows starting from the beginning of the part | ||
| 6733 | 2025.01.07 05:12:14.200380 [ 194 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 6734 | 2025.01.07 05:12:14.200760 [ 194 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 23 rows starting from the beginning of the part | ||
| 6735 | 2025.01.07 05:12:14.202275 [ 256 ] {fb9cd4ba-d231-4b29-abbc-a93c9c818558} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6736 | 2025.01.07 05:12:14.202349 [ 256 ] {fb9cd4ba-d231-4b29-abbc-a93c9c818558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6737 | 2025.01.07 05:12:14.203447 [ 256 ] {fb9cd4ba-d231-4b29-abbc-a93c9c818558} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6738 | 2025.01.07 05:12:14.203786 [ 199 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005247421 sec., 35255.41404053534 rows/sec., 2.65 MiB/sec. | ||
| 6739 | 2025.01.07 05:12:14.203905 [ 256 ] {fb9cd4ba-d231-4b29-abbc-a93c9c818558} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6740 | 2025.01.07 05:12:14.203992 [ 199 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6741 | 2025.01.07 05:12:14.204242 [ 256 ] {fb9cd4ba-d231-4b29-abbc-a93c9c818558} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005364 sec., 2609.992542878449 rows/sec., 182.79 KiB/sec. | ||
| 6742 | 2025.01.07 05:12:14.204349 [ 256 ] {fb9cd4ba-d231-4b29-abbc-a93c9c818558} <Debug> TCPHandler: Processed in 0.005780278 sec. | ||
| 6743 | 2025.01.07 05:12:14.204574 [ 199 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_41_8} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6744 | 2025.01.07 05:12:14.204609 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6745 | 2025.01.07 05:12:14.204711 [ 199 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_41_8} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6746 | 2025.01.07 05:12:14.204890 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6747 | 2025.01.07 05:12:14.204914 [ 5 ] {32865669-929a-4ceb-a51a-95cf7f0e2e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6748 | 2025.01.07 05:12:14.205006 [ 5 ] {32865669-929a-4ceb-a51a-95cf7f0e2e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6749 | 2025.01.07 05:12:14.205576 [ 5 ] {32865669-929a-4ceb-a51a-95cf7f0e2e34} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6750 | 2025.01.07 05:12:14.205615 [ 5 ] {32865669-929a-4ceb-a51a-95cf7f0e2e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6751 | 2025.01.07 05:12:14.205973 [ 5 ] {32865669-929a-4ceb-a51a-95cf7f0e2e34} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6752 | 2025.01.07 05:12:14.206213 [ 5 ] {32865669-929a-4ceb-a51a-95cf7f0e2e34} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6753 | 2025.01.07 05:12:14.206426 [ 5 ] {32865669-929a-4ceb-a51a-95cf7f0e2e34} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00163 sec., 7975.460122699386 rows/sec., 497.27 KiB/sec. | ||
| 6754 | 2025.01.07 05:12:14.206643 [ 5 ] {32865669-929a-4ceb-a51a-95cf7f0e2e34} <Debug> TCPHandler: Processed in 0.002171986 sec. | ||
| 6755 | 2025.01.07 05:12:14.206810 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6756 | 2025.01.07 05:12:14.206952 [ 256 ] {99c47810-2a37-48e0-8f98-7b9f38d4c403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6757 | 2025.01.07 05:12:14.207004 [ 256 ] {99c47810-2a37-48e0-8f98-7b9f38d4c403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6758 | 2025.01.07 05:12:14.207745 [ 256 ] {99c47810-2a37-48e0-8f98-7b9f38d4c403} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6759 | 2025.01.07 05:12:14.207785 [ 256 ] {99c47810-2a37-48e0-8f98-7b9f38d4c403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6760 | 2025.01.07 05:12:14.208163 [ 256 ] {99c47810-2a37-48e0-8f98-7b9f38d4c403} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6761 | 2025.01.07 05:12:14.208403 [ 256 ] {99c47810-2a37-48e0-8f98-7b9f38d4c403} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6762 | 2025.01.07 05:12:14.208621 [ 256 ] {99c47810-2a37-48e0-8f98-7b9f38d4c403} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.001702 sec., 212690.9518213866 rows/sec., 14.97 MiB/sec. | ||
| 6763 | 2025.01.07 05:12:14.208676 [ 256 ] {99c47810-2a37-48e0-8f98-7b9f38d4c403} <Debug> TCPHandler: Processed in 0.001936279 sec. | ||
| 6764 | 2025.01.07 05:12:14.208831 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6765 | 2025.01.07 05:12:14.208955 [ 5 ] {8bc6d706-9769-43d3-8d29-2bef4a7a546e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6766 | 2025.01.07 05:12:14.209017 [ 5 ] {8bc6d706-9769-43d3-8d29-2bef4a7a546e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6767 | 2025.01.07 05:12:14.209592 [ 5 ] {8bc6d706-9769-43d3-8d29-2bef4a7a546e} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6768 | 2025.01.07 05:12:14.209638 [ 5 ] {8bc6d706-9769-43d3-8d29-2bef4a7a546e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6769 | 2025.01.07 05:12:14.210055 [ 5 ] {8bc6d706-9769-43d3-8d29-2bef4a7a546e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6770 | 2025.01.07 05:12:14.210291 [ 5 ] {8bc6d706-9769-43d3-8d29-2bef4a7a546e} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6771 | 2025.01.07 05:12:14.210494 [ 5 ] {8bc6d706-9769-43d3-8d29-2bef4a7a546e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001564 sec., 3836.317135549872 rows/sec., 200.43 KiB/sec. | ||
| 6772 | 2025.01.07 05:12:14.210596 [ 5 ] {8bc6d706-9769-43d3-8d29-2bef4a7a546e} <Debug> TCPHandler: Processed in 0.001821016 sec. | ||
| 6773 | 2025.01.07 05:12:14.210734 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6774 | 2025.01.07 05:12:14.210854 [ 256 ] {58379243-5747-4b0b-a835-2dcefbf3523f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6775 | 2025.01.07 05:12:14.210911 [ 256 ] {58379243-5747-4b0b-a835-2dcefbf3523f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6776 | 2025.01.07 05:12:14.211593 [ 256 ] {58379243-5747-4b0b-a835-2dcefbf3523f} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6777 | 2025.01.07 05:12:14.211641 [ 256 ] {58379243-5747-4b0b-a835-2dcefbf3523f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6778 | 2025.01.07 05:12:14.212085 [ 256 ] {58379243-5747-4b0b-a835-2dcefbf3523f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6779 | 2025.01.07 05:12:14.212325 [ 256 ] {58379243-5747-4b0b-a835-2dcefbf3523f} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6780 | 2025.01.07 05:12:14.212541 [ 256 ] {58379243-5747-4b0b-a835-2dcefbf3523f} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001712 sec., 103387.85046728973 rows/sec., 6.82 MiB/sec. | ||
| 6781 | 2025.01.07 05:12:14.212599 [ 256 ] {58379243-5747-4b0b-a835-2dcefbf3523f} <Debug> TCPHandler: Processed in 0.001925799 sec. | ||
| 6782 | 2025.01.07 05:12:14.212745 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6783 | 2025.01.07 05:12:14.212862 [ 5 ] {01ea6779-2845-4022-a127-86267edc6a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6784 | 2025.01.07 05:12:14.212915 [ 5 ] {01ea6779-2845-4022-a127-86267edc6a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6785 | 2025.01.07 05:12:14.213463 [ 5 ] {01ea6779-2845-4022-a127-86267edc6a40} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6786 | 2025.01.07 05:12:14.213507 [ 5 ] {01ea6779-2845-4022-a127-86267edc6a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6787 | 2025.01.07 05:12:14.213940 [ 5 ] {01ea6779-2845-4022-a127-86267edc6a40} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6788 | 2025.01.07 05:12:14.214179 [ 5 ] {01ea6779-2845-4022-a127-86267edc6a40} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6789 | 2025.01.07 05:12:14.214305 [ 81 ] {} <Debug> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6790 | 2025.01.07 05:12:14.214357 [ 81 ] {} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6791 | 2025.01.07 05:12:14.214366 [ 5 ] {01ea6779-2845-4022-a127-86267edc6a40} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001526 sec., 655.307994757536 rows/sec., 44.16 KiB/sec. | ||
| 6792 | 2025.01.07 05:12:14.214390 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6793 | 2025.01.07 05:12:14.214528 [ 5 ] {01ea6779-2845-4022-a127-86267edc6a40} <Debug> TCPHandler: Processed in 0.001834397 sec. | ||
| 6794 | 2025.01.07 05:12:14.214631 [ 190 ] {155e2731-beb7-438a-8166-e2259aa0cf83::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 | ||
| 6795 | 2025.01.07 05:12:14.214749 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6796 | 2025.01.07 05:12:14.214824 [ 190 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6797 | 2025.01.07 05:12:14.214886 [ 190 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 17 rows starting from the beginning of the part | ||
| 6798 | 2025.01.07 05:12:14.214981 [ 256 ] {b2f15e82-ad05-4eb3-a36f-7333164c182b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6799 | 2025.01.07 05:12:14.215109 [ 190 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6800 | 2025.01.07 05:12:14.215474 [ 190 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 6801 | 2025.01.07 05:12:14.215475 [ 256 ] {b2f15e82-ad05-4eb3-a36f-7333164c182b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6802 | 2025.01.07 05:12:14.215736 [ 190 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6803 | 2025.01.07 05:12:14.216187 [ 190 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 6804 | 2025.01.07 05:12:14.216461 [ 190 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 6805 | 2025.01.07 05:12:14.220585 [ 190 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.006067567 sec., 3625.8355284745926 rows/sec., 243.03 KiB/sec. | ||
| 6806 | 2025.01.07 05:12:14.220822 [ 190 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6807 | 2025.01.07 05:12:14.220921 [ 256 ] {b2f15e82-ad05-4eb3-a36f-7333164c182b} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6808 | 2025.01.07 05:12:14.220989 [ 256 ] {b2f15e82-ad05-4eb3-a36f-7333164c182b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6809 | 2025.01.07 05:12:14.221415 [ 190 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_21_4} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6810 | 2025.01.07 05:12:14.221626 [ 190 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_21_4} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6811 | 2025.01.07 05:12:14.221775 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 6812 | 2025.01.07 05:12:14.222099 [ 256 ] {b2f15e82-ad05-4eb3-a36f-7333164c182b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6813 | 2025.01.07 05:12:14.222376 [ 256 ] {b2f15e82-ad05-4eb3-a36f-7333164c182b} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6814 | 2025.01.07 05:12:14.222653 [ 256 ] {b2f15e82-ad05-4eb3-a36f-7333164c182b} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007744 sec., 2066.115702479339 rows/sec., 3.70 MiB/sec. | ||
| 6815 | 2025.01.07 05:12:14.223008 [ 256 ] {b2f15e82-ad05-4eb3-a36f-7333164c182b} <Debug> TCPHandler: Processed in 0.008357877 sec. | ||
| 6816 | 2025.01.07 05:12:14.223179 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6817 | 2025.01.07 05:12:14.223323 [ 5 ] {576c77f9-7f6b-492b-9269-1415e4fb6185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6818 | 2025.01.07 05:12:14.223385 [ 5 ] {576c77f9-7f6b-492b-9269-1415e4fb6185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6819 | 2025.01.07 05:12:14.223972 [ 5 ] {576c77f9-7f6b-492b-9269-1415e4fb6185} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6820 | 2025.01.07 05:12:14.224010 [ 5 ] {576c77f9-7f6b-492b-9269-1415e4fb6185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6821 | 2025.01.07 05:12:14.224402 [ 5 ] {576c77f9-7f6b-492b-9269-1415e4fb6185} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6822 | 2025.01.07 05:12:14.224641 [ 5 ] {576c77f9-7f6b-492b-9269-1415e4fb6185} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6823 | 2025.01.07 05:12:14.224858 [ 5 ] {576c77f9-7f6b-492b-9269-1415e4fb6185} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001566 sec., 33205.61941251597 rows/sec., 2.06 MiB/sec. | ||
| 6824 | 2025.01.07 05:12:14.224931 [ 5 ] {576c77f9-7f6b-492b-9269-1415e4fb6185} <Debug> TCPHandler: Processed in 0.001820436 sec. | ||
| 6825 | 2025.01.07 05:12:18.805780 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6826 | 2025.01.07 05:12:18.805853 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6827 | 2025.01.07 05:12:18.946274 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 6828 | 2025.01.07 05:12:18.946900 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6829 | 2025.01.07 05:12:18.946946 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6830 | 2025.01.07 05:12:18.947470 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6831 | 2025.01.07 05:12:18.947720 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6832 | 2025.01.07 05:12:18.948010 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6833 | 2025.01.07 05:12:19.187423 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6834 | 2025.01.07 05:12:19.187644 [ 5 ] {ae07d9e4-d733-4ebb-a091-72557972251b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6835 | 2025.01.07 05:12:19.187729 [ 5 ] {ae07d9e4-d733-4ebb-a091-72557972251b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6836 | 2025.01.07 05:12:19.188607 [ 5 ] {ae07d9e4-d733-4ebb-a091-72557972251b} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6837 | 2025.01.07 05:12:19.188655 [ 5 ] {ae07d9e4-d733-4ebb-a091-72557972251b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6838 | 2025.01.07 05:12:19.189095 [ 5 ] {ae07d9e4-d733-4ebb-a091-72557972251b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6839 | 2025.01.07 05:12:19.189360 [ 5 ] {ae07d9e4-d733-4ebb-a091-72557972251b} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6840 | 2025.01.07 05:12:19.189572 [ 5 ] {ae07d9e4-d733-4ebb-a091-72557972251b} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001989 sec., 38210.15585721468 rows/sec., 3.31 MiB/sec. | ||
| 6841 | 2025.01.07 05:12:19.189636 [ 5 ] {ae07d9e4-d733-4ebb-a091-72557972251b} <Debug> TCPHandler: Processed in 0.002361753 sec. | ||
| 6842 | 2025.01.07 05:12:19.189921 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6843 | 2025.01.07 05:12:19.190145 [ 256 ] {c79730ee-5042-4816-8abc-f991d28e8660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6844 | 2025.01.07 05:12:19.190226 [ 256 ] {c79730ee-5042-4816-8abc-f991d28e8660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6845 | 2025.01.07 05:12:19.191005 [ 256 ] {c79730ee-5042-4816-8abc-f991d28e8660} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6846 | 2025.01.07 05:12:19.191060 [ 256 ] {c79730ee-5042-4816-8abc-f991d28e8660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6847 | 2025.01.07 05:12:19.191495 [ 256 ] {c79730ee-5042-4816-8abc-f991d28e8660} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6848 | 2025.01.07 05:12:19.191751 [ 256 ] {c79730ee-5042-4816-8abc-f991d28e8660} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6849 | 2025.01.07 05:12:19.191987 [ 256 ] {c79730ee-5042-4816-8abc-f991d28e8660} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001905 sec., 13123.359580052493 rows/sec., 986.82 KiB/sec. | ||
| 6850 | 2025.01.07 05:12:19.192055 [ 256 ] {c79730ee-5042-4816-8abc-f991d28e8660} <Debug> TCPHandler: Processed in 0.00228381 sec. | ||
| 6851 | 2025.01.07 05:12:19.192220 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6852 | 2025.01.07 05:12:19.192366 [ 5 ] {3ce9b207-676a-4612-9213-1abb89c96e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6853 | 2025.01.07 05:12:19.192427 [ 5 ] {3ce9b207-676a-4612-9213-1abb89c96e62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6854 | 2025.01.07 05:12:19.193142 [ 5 ] {3ce9b207-676a-4612-9213-1abb89c96e62} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6855 | 2025.01.07 05:12:19.193184 [ 5 ] {3ce9b207-676a-4612-9213-1abb89c96e62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6856 | 2025.01.07 05:12:19.193550 [ 5 ] {3ce9b207-676a-4612-9213-1abb89c96e62} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6857 | 2025.01.07 05:12:19.193784 [ 5 ] {3ce9b207-676a-4612-9213-1abb89c96e62} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6858 | 2025.01.07 05:12:19.193962 [ 5 ] {3ce9b207-676a-4612-9213-1abb89c96e62} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001632 sec., 32475.49019607843 rows/sec., 2.54 MiB/sec. | ||
| 6859 | 2025.01.07 05:12:19.194015 [ 5 ] {3ce9b207-676a-4612-9213-1abb89c96e62} <Debug> TCPHandler: Processed in 0.001863347 sec. | ||
| 6860 | 2025.01.07 05:12:19.194178 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6861 | 2025.01.07 05:12:19.194327 [ 256 ] {a20d0ad6-3fb3-46cb-90b7-2dd6621a0dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6862 | 2025.01.07 05:12:19.194397 [ 256 ] {a20d0ad6-3fb3-46cb-90b7-2dd6621a0dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6863 | 2025.01.07 05:12:19.195075 [ 256 ] {a20d0ad6-3fb3-46cb-90b7-2dd6621a0dd4} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6864 | 2025.01.07 05:12:19.195125 [ 256 ] {a20d0ad6-3fb3-46cb-90b7-2dd6621a0dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6865 | 2025.01.07 05:12:19.195529 [ 256 ] {a20d0ad6-3fb3-46cb-90b7-2dd6621a0dd4} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6866 | 2025.01.07 05:12:19.195769 [ 256 ] {a20d0ad6-3fb3-46cb-90b7-2dd6621a0dd4} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6867 | 2025.01.07 05:12:19.195978 [ 256 ] {a20d0ad6-3fb3-46cb-90b7-2dd6621a0dd4} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001688 sec., 59241.70616113744 rows/sec., 4.11 MiB/sec. | ||
| 6868 | 2025.01.07 05:12:19.196037 [ 256 ] {a20d0ad6-3fb3-46cb-90b7-2dd6621a0dd4} <Debug> TCPHandler: Processed in 0.001926329 sec. | ||
| 6869 | 2025.01.07 05:12:19.196202 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6870 | 2025.01.07 05:12:19.196342 [ 5 ] {d39505e6-722f-46c7-9e24-f28a62a8ae59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6871 | 2025.01.07 05:12:19.196436 [ 5 ] {d39505e6-722f-46c7-9e24-f28a62a8ae59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6872 | 2025.01.07 05:12:19.197741 [ 5 ] {d39505e6-722f-46c7-9e24-f28a62a8ae59} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6873 | 2025.01.07 05:12:19.197779 [ 5 ] {d39505e6-722f-46c7-9e24-f28a62a8ae59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6874 | 2025.01.07 05:12:19.198415 [ 5 ] {d39505e6-722f-46c7-9e24-f28a62a8ae59} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6875 | 2025.01.07 05:12:19.198669 [ 5 ] {d39505e6-722f-46c7-9e24-f28a62a8ae59} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6876 | 2025.01.07 05:12:19.198869 [ 5 ] {d39505e6-722f-46c7-9e24-f28a62a8ae59} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002561 sec., 9761.811792268645 rows/sec., 17.49 MiB/sec. | ||
| 6877 | 2025.01.07 05:12:19.198976 [ 5 ] {d39505e6-722f-46c7-9e24-f28a62a8ae59} <Debug> TCPHandler: Processed in 0.002839178 sec. | ||
| 6878 | 2025.01.07 05:12:19.199142 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6879 | 2025.01.07 05:12:19.199285 [ 256 ] {07cda0d4-dc44-4f7e-944d-8e44fb95996f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6880 | 2025.01.07 05:12:19.199347 [ 256 ] {07cda0d4-dc44-4f7e-944d-8e44fb95996f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6881 | 2025.01.07 05:12:19.199930 [ 256 ] {07cda0d4-dc44-4f7e-944d-8e44fb95996f} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6882 | 2025.01.07 05:12:19.199979 [ 256 ] {07cda0d4-dc44-4f7e-944d-8e44fb95996f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6883 | 2025.01.07 05:12:19.200385 [ 256 ] {07cda0d4-dc44-4f7e-944d-8e44fb95996f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6884 | 2025.01.07 05:12:19.200637 [ 256 ] {07cda0d4-dc44-4f7e-944d-8e44fb95996f} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6885 | 2025.01.07 05:12:19.200850 [ 256 ] {07cda0d4-dc44-4f7e-944d-8e44fb95996f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001598 sec., 18773.466833541926 rows/sec., 1.29 MiB/sec. | ||
| 6886 | 2025.01.07 05:12:19.200904 [ 256 ] {07cda0d4-dc44-4f7e-944d-8e44fb95996f} <Debug> TCPHandler: Processed in 0.001830466 sec. | ||
| 6887 | 2025.01.07 05:12:20.035286 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6888 | 2025.01.07 05:12:20.056854 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6889 | 2025.01.07 05:12:20.056912 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6890 | 2025.01.07 05:12:20.064482 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6891 | 2025.01.07 05:12:20.065273 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6892 | 2025.01.07 05:12:20.069116 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6893 | 2025.01.07 05:12:24.016712 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 968 | ||
| 6894 | 2025.01.07 05:12:24.020019 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6895 | 2025.01.07 05:12:24.020081 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6896 | 2025.01.07 05:12:24.021596 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6897 | 2025.01.07 05:12:24.021916 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6898 | 2025.01.07 05:12:24.022918 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 968 | ||
| 6899 | 2025.01.07 05:12:24.220023 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6900 | 2025.01.07 05:12:24.220332 [ 5 ] {41afb827-9537-4f30-9458-0794a9b40b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6901 | 2025.01.07 05:12:24.220451 [ 5 ] {41afb827-9537-4f30-9458-0794a9b40b0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6902 | 2025.01.07 05:12:24.221256 [ 5 ] {41afb827-9537-4f30-9458-0794a9b40b0e} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6903 | 2025.01.07 05:12:24.221308 [ 5 ] {41afb827-9537-4f30-9458-0794a9b40b0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6904 | 2025.01.07 05:12:24.221740 [ 5 ] {41afb827-9537-4f30-9458-0794a9b40b0e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6905 | 2025.01.07 05:12:24.222000 [ 5 ] {41afb827-9537-4f30-9458-0794a9b40b0e} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6906 | 2025.01.07 05:12:24.222199 [ 59 ] {} <Debug> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6907 | 2025.01.07 05:12:24.222277 [ 5 ] {41afb827-9537-4f30-9458-0794a9b40b0e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002024 sec., 6916.996047430829 rows/sec., 497.93 KiB/sec. | ||
| 6908 | 2025.01.07 05:12:24.222294 [ 59 ] {} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6909 | 2025.01.07 05:12:24.222381 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6910 | 2025.01.07 05:12:24.222432 [ 5 ] {41afb827-9537-4f30-9458-0794a9b40b0e} <Debug> TCPHandler: Processed in 0.00259954 sec. | ||
| 6911 | 2025.01.07 05:12:24.222654 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 6912 | 2025.01.07 05:12:24.222770 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6913 | 2025.01.07 05:12:24.222863 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6914 | 2025.01.07 05:12:24.222929 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 6915 | 2025.01.07 05:12:24.223153 [ 256 ] {77487dce-8f14-4905-9e52-a238ad4920a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6916 | 2025.01.07 05:12:24.223221 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 6917 | 2025.01.07 05:12:24.223368 [ 256 ] {77487dce-8f14-4905-9e52-a238ad4920a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6918 | 2025.01.07 05:12:24.223496 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 6919 | 2025.01.07 05:12:24.223923 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 6920 | 2025.01.07 05:12:24.224198 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 6921 | 2025.01.07 05:12:24.226040 [ 256 ] {77487dce-8f14-4905-9e52-a238ad4920a7} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6922 | 2025.01.07 05:12:24.226129 [ 256 ] {77487dce-8f14-4905-9e52-a238ad4920a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6923 | 2025.01.07 05:12:24.226854 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004353684 sec., 16078.337334542424 rows/sec., 1.19 MiB/sec. | ||
| 6924 | 2025.01.07 05:12:24.227115 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6925 | 2025.01.07 05:12:24.227197 [ 256 ] {77487dce-8f14-4905-9e52-a238ad4920a7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6926 | 2025.01.07 05:12:24.227574 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_21_5} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6927 | 2025.01.07 05:12:24.227628 [ 256 ] {77487dce-8f14-4905-9e52-a238ad4920a7} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6928 | 2025.01.07 05:12:24.227749 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_21_5} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6929 | 2025.01.07 05:12:24.228004 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6930 | 2025.01.07 05:12:24.228174 [ 256 ] {77487dce-8f14-4905-9e52-a238ad4920a7} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.005189 sec., 1541.7228753131624 rows/sec., 125.72 KiB/sec. | ||
| 6931 | 2025.01.07 05:12:24.228330 [ 256 ] {77487dce-8f14-4905-9e52-a238ad4920a7} <Debug> TCPHandler: Processed in 0.005725167 sec. | ||
| 6932 | 2025.01.07 05:12:24.228505 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6933 | 2025.01.07 05:12:24.228630 [ 5 ] {5fa08525-1bb3-4fb5-807c-2492c190cfb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6934 | 2025.01.07 05:12:24.228683 [ 5 ] {5fa08525-1bb3-4fb5-807c-2492c190cfb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6935 | 2025.01.07 05:12:24.229839 [ 5 ] {5fa08525-1bb3-4fb5-807c-2492c190cfb3} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6936 | 2025.01.07 05:12:24.229881 [ 5 ] {5fa08525-1bb3-4fb5-807c-2492c190cfb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6937 | 2025.01.07 05:12:24.230356 [ 5 ] {5fa08525-1bb3-4fb5-807c-2492c190cfb3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6938 | 2025.01.07 05:12:24.230603 [ 5 ] {5fa08525-1bb3-4fb5-807c-2492c190cfb3} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6939 | 2025.01.07 05:12:24.230781 [ 58 ] {} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 6940 | 2025.01.07 05:12:24.230856 [ 58 ] {} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6941 | 2025.01.07 05:12:24.230864 [ 5 ] {5fa08525-1bb3-4fb5-807c-2492c190cfb3} <Debug> executeQuery: Read 1349 rows, 114.99 KiB in 0.002253 sec., 598757.212605415 rows/sec., 49.84 MiB/sec. | ||
| 6942 | 2025.01.07 05:12:24.230894 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6943 | 2025.01.07 05:12:24.231025 [ 5 ] {5fa08525-1bb3-4fb5-807c-2492c190cfb3} <Debug> TCPHandler: Processed in 0.00258007 sec. | ||
| 6944 | 2025.01.07 05:12:24.231106 [ 193 ] {56ca495f-f2f6-4964-b172-324a0a92264c::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 | ||
| 6945 | 2025.01.07 05:12:24.231251 [ 193 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6946 | 2025.01.07 05:12:24.231293 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6947 | 2025.01.07 05:12:24.231315 [ 193 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 1404 rows starting from the beginning of the part | ||
| 6948 | 2025.01.07 05:12:24.231491 [ 193 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 205 rows starting from the beginning of the part | ||
| 6949 | 2025.01.07 05:12:24.231783 [ 256 ] {a2a4c508-443c-4c38-8b93-996ab6f403ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6950 | 2025.01.07 05:12:24.231809 [ 193 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 77 rows starting from the beginning of the part | ||
| 6951 | 2025.01.07 05:12:24.231921 [ 256 ] {a2a4c508-443c-4c38-8b93-996ab6f403ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6952 | 2025.01.07 05:12:24.232151 [ 193 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 205 rows starting from the beginning of the part | ||
| 6953 | 2025.01.07 05:12:24.232488 [ 193 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 76 rows starting from the beginning of the part | ||
| 6954 | 2025.01.07 05:12:24.232789 [ 193 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1349 rows starting from the beginning of the part | ||
| 6955 | 2025.01.07 05:12:24.234503 [ 256 ] {a2a4c508-443c-4c38-8b93-996ab6f403ad} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6956 | 2025.01.07 05:12:24.234592 [ 256 ] {a2a4c508-443c-4c38-8b93-996ab6f403ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6957 | 2025.01.07 05:12:24.235534 [ 256 ] {a2a4c508-443c-4c38-8b93-996ab6f403ad} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6958 | 2025.01.07 05:12:24.235857 [ 256 ] {a2a4c508-443c-4c38-8b93-996ab6f403ad} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6959 | 2025.01.07 05:12:24.236267 [ 256 ] {a2a4c508-443c-4c38-8b93-996ab6f403ad} <Debug> executeQuery: Read 31 rows, 2.22 KiB in 0.004622 sec., 6707.053223712678 rows/sec., 479.83 KiB/sec. | ||
| 6960 | 2025.01.07 05:12:24.236594 [ 256 ] {a2a4c508-443c-4c38-8b93-996ab6f403ad} <Debug> TCPHandler: Processed in 0.005437687 sec. | ||
| 6961 | 2025.01.07 05:12:24.236691 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3316 rows, containing 5 columns (5 merged, 0 gathered) in 0.005647704 sec., 587141.2524452414 rows/sec., 51.67 MiB/sec. | ||
| 6962 | 2025.01.07 05:12:24.236801 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6963 | 2025.01.07 05:12:24.236992 [ 5 ] {a100970a-47d7-4779-83e1-01e7056b498f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6964 | 2025.01.07 05:12:24.236993 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 6965 | 2025.01.07 05:12:24.237110 [ 5 ] {a100970a-47d7-4779-83e1-01e7056b498f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6966 | 2025.01.07 05:12:24.237639 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_50_10} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6967 | 2025.01.07 05:12:24.237856 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_50_10} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 6968 | 2025.01.07 05:12:24.237967 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 6969 | 2025.01.07 05:12:24.238292 [ 5 ] {a100970a-47d7-4779-83e1-01e7056b498f} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6970 | 2025.01.07 05:12:24.238337 [ 5 ] {a100970a-47d7-4779-83e1-01e7056b498f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6971 | 2025.01.07 05:12:24.238727 [ 5 ] {a100970a-47d7-4779-83e1-01e7056b498f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6972 | 2025.01.07 05:12:24.238974 [ 5 ] {a100970a-47d7-4779-83e1-01e7056b498f} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6973 | 2025.01.07 05:12:24.239228 [ 5 ] {a100970a-47d7-4779-83e1-01e7056b498f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002283 sec., 106000.87604029787 rows/sec., 7.18 MiB/sec. | ||
| 6974 | 2025.01.07 05:12:24.239324 [ 5 ] {a100970a-47d7-4779-83e1-01e7056b498f} <Debug> TCPHandler: Processed in 0.00260194 sec. | ||
| 6975 | 2025.01.07 05:12:24.239570 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6976 | 2025.01.07 05:12:24.239715 [ 256 ] {07d5af87-3a23-4579-bf3b-86722677ab8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6977 | 2025.01.07 05:12:24.239773 [ 256 ] {07d5af87-3a23-4579-bf3b-86722677ab8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6978 | 2025.01.07 05:12:24.240445 [ 256 ] {07d5af87-3a23-4579-bf3b-86722677ab8e} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6979 | 2025.01.07 05:12:24.240485 [ 256 ] {07d5af87-3a23-4579-bf3b-86722677ab8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6980 | 2025.01.07 05:12:24.240833 [ 256 ] {07d5af87-3a23-4579-bf3b-86722677ab8e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6981 | 2025.01.07 05:12:24.241083 [ 256 ] {07d5af87-3a23-4579-bf3b-86722677ab8e} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6982 | 2025.01.07 05:12:24.241250 [ 58 ] {} <Debug> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6983 | 2025.01.07 05:12:24.241297 [ 58 ] {} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6984 | 2025.01.07 05:12:24.241329 [ 256 ] {07d5af87-3a23-4579-bf3b-86722677ab8e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001639 sec., 7931.665649786455 rows/sec., 494.54 KiB/sec. | ||
| 6985 | 2025.01.07 05:12:24.241337 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6986 | 2025.01.07 05:12:24.241493 [ 256 ] {07d5af87-3a23-4579-bf3b-86722677ab8e} <Debug> TCPHandler: Processed in 0.002036722 sec. | ||
| 6987 | 2025.01.07 05:12:24.241572 [ 202 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 6988 | 2025.01.07 05:12:24.241706 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6989 | 2025.01.07 05:12:24.241771 [ 202 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6990 | 2025.01.07 05:12:24.241826 [ 202 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 6991 | 2025.01.07 05:12:24.241958 [ 5 ] {e7fc4334-82b2-4f40-ae5b-cddf906a8e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6992 | 2025.01.07 05:12:24.242120 [ 202 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 6993 | 2025.01.07 05:12:24.242176 [ 5 ] {e7fc4334-82b2-4f40-ae5b-cddf906a8e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6994 | 2025.01.07 05:12:24.242453 [ 202 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 6995 | 2025.01.07 05:12:24.242764 [ 202 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 6996 | 2025.01.07 05:12:24.243046 [ 202 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 6997 | 2025.01.07 05:12:24.245383 [ 5 ] {e7fc4334-82b2-4f40-ae5b-cddf906a8e60} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6998 | 2025.01.07 05:12:24.245447 [ 5 ] {e7fc4334-82b2-4f40-ae5b-cddf906a8e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 6999 | 2025.01.07 05:12:24.245456 [ 197 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004000363 sec., 16248.525446315747 rows/sec., 1.05 MiB/sec. | ||
| 7000 | 2025.01.07 05:12:24.245642 [ 197 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7001 | 2025.01.07 05:12:24.245995 [ 5 ] {e7fc4334-82b2-4f40-ae5b-cddf906a8e60} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7002 | 2025.01.07 05:12:24.246075 [ 197 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_21_5} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7003 | 2025.01.07 05:12:24.246200 [ 197 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_21_5} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7004 | 2025.01.07 05:12:24.246320 [ 5 ] {e7fc4334-82b2-4f40-ae5b-cddf906a8e60} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7005 | 2025.01.07 05:12:24.246335 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7006 | 2025.01.07 05:12:24.246524 [ 58 ] {} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 7007 | 2025.01.07 05:12:24.246572 [ 58 ] {} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7008 | 2025.01.07 05:12:24.246599 [ 5 ] {e7fc4334-82b2-4f40-ae5b-cddf906a8e60} <Debug> executeQuery: Read 826 rows, 61.03 KiB in 0.004724 sec., 174851.82049110925 rows/sec., 12.62 MiB/sec. | ||
| 7009 | 2025.01.07 05:12:24.246616 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7010 | 2025.01.07 05:12:24.246786 [ 5 ] {e7fc4334-82b2-4f40-ae5b-cddf906a8e60} <Debug> TCPHandler: Processed in 0.005174459 sec. | ||
| 7011 | 2025.01.07 05:12:24.246879 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::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 | ||
| 7012 | 2025.01.07 05:12:24.247064 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7013 | 2025.01.07 05:12:24.247082 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7014 | 2025.01.07 05:12:24.247178 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 875 rows starting from the beginning of the part | ||
| 7015 | 2025.01.07 05:12:24.247487 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 362 rows starting from the beginning of the part | ||
| 7016 | 2025.01.07 05:12:24.247556 [ 256 ] {6440bcbe-1945-4515-a322-d753c344451c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7017 | 2025.01.07 05:12:24.247734 [ 256 ] {6440bcbe-1945-4515-a322-d753c344451c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7018 | 2025.01.07 05:12:24.247891 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 55 rows starting from the beginning of the part | ||
| 7019 | 2025.01.07 05:12:24.248248 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 362 rows starting from the beginning of the part | ||
| 7020 | 2025.01.07 05:12:24.248703 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 53 rows starting from the beginning of the part | ||
| 7021 | 2025.01.07 05:12:24.249089 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 826 rows starting from the beginning of the part | ||
| 7022 | 2025.01.07 05:12:24.249971 [ 256 ] {6440bcbe-1945-4515-a322-d753c344451c} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7023 | 2025.01.07 05:12:24.250048 [ 256 ] {6440bcbe-1945-4515-a322-d753c344451c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7024 | 2025.01.07 05:12:24.250972 [ 256 ] {6440bcbe-1945-4515-a322-d753c344451c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7025 | 2025.01.07 05:12:24.251471 [ 256 ] {6440bcbe-1945-4515-a322-d753c344451c} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7026 | 2025.01.07 05:12:24.251688 [ 58 ] {} <Debug> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7027 | 2025.01.07 05:12:24.251751 [ 58 ] {} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7028 | 2025.01.07 05:12:24.251831 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7029 | 2025.01.07 05:12:24.251904 [ 256 ] {6440bcbe-1945-4515-a322-d753c344451c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004393 sec., 1365.8092419758707 rows/sec., 71.36 KiB/sec. | ||
| 7030 | 2025.01.07 05:12:24.252358 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 7031 | 2025.01.07 05:12:24.252420 [ 256 ] {6440bcbe-1945-4515-a322-d753c344451c} <Debug> TCPHandler: Processed in 0.005491858 sec. | ||
| 7032 | 2025.01.07 05:12:24.252736 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2533 rows, containing 5 columns (5 merged, 0 gathered) in 0.005967653 sec., 424454.97417493945 rows/sec., 32.19 MiB/sec. | ||
| 7033 | 2025.01.07 05:12:24.252858 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7034 | 2025.01.07 05:12:24.252864 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7035 | 2025.01.07 05:12:24.252922 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 7036 | 2025.01.07 05:12:24.253008 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 7037 | 2025.01.07 05:12:24.253335 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 7038 | 2025.01.07 05:12:24.253407 [ 5 ] {0d98b53f-5cf0-4b0d-a0c3-584aec8f3022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7039 | 2025.01.07 05:12:24.253654 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 7040 | 2025.01.07 05:12:24.254133 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 7041 | 2025.01.07 05:12:24.254197 [ 5 ] {0d98b53f-5cf0-4b0d-a0c3-584aec8f3022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7042 | 2025.01.07 05:12:24.254432 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 7043 | 2025.01.07 05:12:24.254456 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_50_10} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7044 | 2025.01.07 05:12:24.254780 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7045 | 2025.01.07 05:12:24.254893 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_50_10} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 7046 | 2025.01.07 05:12:24.255300 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 7047 | 2025.01.07 05:12:24.257376 [ 5 ] {0d98b53f-5cf0-4b0d-a0c3-584aec8f3022} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7048 | 2025.01.07 05:12:24.257519 [ 5 ] {0d98b53f-5cf0-4b0d-a0c3-584aec8f3022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7049 | 2025.01.07 05:12:24.257582 [ 188 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005578631 sec., 22586.186467611857 rows/sec., 1.15 MiB/sec. | ||
| 7050 | 2025.01.07 05:12:24.257945 [ 196 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7051 | 2025.01.07 05:12:24.258905 [ 192 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_21_4} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7052 | 2025.01.07 05:12:24.259102 [ 192 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_21_4} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7053 | 2025.01.07 05:12:24.259213 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7054 | 2025.01.07 05:12:24.259279 [ 5 ] {0d98b53f-5cf0-4b0d-a0c3-584aec8f3022} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7055 | 2025.01.07 05:12:24.259541 [ 5 ] {0d98b53f-5cf0-4b0d-a0c3-584aec8f3022} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7056 | 2025.01.07 05:12:24.259782 [ 5 ] {0d98b53f-5cf0-4b0d-a0c3-584aec8f3022} <Debug> executeQuery: Read 901 rows, 61.46 KiB in 0.006655 sec., 135386.92712246432 rows/sec., 9.02 MiB/sec. | ||
| 7057 | 2025.01.07 05:12:24.259848 [ 5 ] {0d98b53f-5cf0-4b0d-a0c3-584aec8f3022} <Debug> TCPHandler: Processed in 0.007264163 sec. | ||
| 7058 | 2025.01.07 05:12:24.260061 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7059 | 2025.01.07 05:12:24.260289 [ 256 ] {64e9df66-917c-42a0-bd5c-9bea2c704cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7060 | 2025.01.07 05:12:24.260392 [ 256 ] {64e9df66-917c-42a0-bd5c-9bea2c704cda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7061 | 2025.01.07 05:12:24.260898 [ 256 ] {64e9df66-917c-42a0-bd5c-9bea2c704cda} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7062 | 2025.01.07 05:12:24.260939 [ 256 ] {64e9df66-917c-42a0-bd5c-9bea2c704cda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7063 | 2025.01.07 05:12:24.261297 [ 256 ] {64e9df66-917c-42a0-bd5c-9bea2c704cda} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7064 | 2025.01.07 05:12:24.261524 [ 256 ] {64e9df66-917c-42a0-bd5c-9bea2c704cda} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7065 | 2025.01.07 05:12:24.261728 [ 256 ] {64e9df66-917c-42a0-bd5c-9bea2c704cda} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00152 sec., 657.8947368421052 rows/sec., 44.33 KiB/sec. | ||
| 7066 | 2025.01.07 05:12:24.261777 [ 256 ] {64e9df66-917c-42a0-bd5c-9bea2c704cda} <Debug> TCPHandler: Processed in 0.001856877 sec. | ||
| 7067 | 2025.01.07 05:12:24.261977 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7068 | 2025.01.07 05:12:24.262187 [ 5 ] {ddf8cc27-4043-4361-bb97-aa6dd0cd23d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7069 | 2025.01.07 05:12:24.262383 [ 5 ] {ddf8cc27-4043-4361-bb97-aa6dd0cd23d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7070 | 2025.01.07 05:12:24.263589 [ 5 ] {ddf8cc27-4043-4361-bb97-aa6dd0cd23d1} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7071 | 2025.01.07 05:12:24.263630 [ 5 ] {ddf8cc27-4043-4361-bb97-aa6dd0cd23d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7072 | 2025.01.07 05:12:24.264272 [ 5 ] {ddf8cc27-4043-4361-bb97-aa6dd0cd23d1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7073 | 2025.01.07 05:12:24.264531 [ 5 ] {ddf8cc27-4043-4361-bb97-aa6dd0cd23d1} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7074 | 2025.01.07 05:12:24.264748 [ 5 ] {ddf8cc27-4043-4361-bb97-aa6dd0cd23d1} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002559 sec., 6252.442360296991 rows/sec., 11.20 MiB/sec. | ||
| 7075 | 2025.01.07 05:12:24.265027 [ 5 ] {ddf8cc27-4043-4361-bb97-aa6dd0cd23d1} <Debug> TCPHandler: Processed in 0.003121267 sec. | ||
| 7076 | 2025.01.07 05:12:24.265201 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7077 | 2025.01.07 05:12:24.265322 [ 256 ] {2dbd6e4e-46d1-4bc3-9e76-71d733700c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7078 | 2025.01.07 05:12:24.265374 [ 256 ] {2dbd6e4e-46d1-4bc3-9e76-71d733700c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7079 | 2025.01.07 05:12:24.265869 [ 256 ] {2dbd6e4e-46d1-4bc3-9e76-71d733700c33} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7080 | 2025.01.07 05:12:24.265910 [ 256 ] {2dbd6e4e-46d1-4bc3-9e76-71d733700c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7081 | 2025.01.07 05:12:24.266275 [ 256 ] {2dbd6e4e-46d1-4bc3-9e76-71d733700c33} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7082 | 2025.01.07 05:12:24.266505 [ 256 ] {2dbd6e4e-46d1-4bc3-9e76-71d733700c33} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7083 | 2025.01.07 05:12:24.266743 [ 256 ] {2dbd6e4e-46d1-4bc3-9e76-71d733700c33} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001435 sec., 36236.933797909405 rows/sec., 2.24 MiB/sec. | ||
| 7084 | 2025.01.07 05:12:24.266807 [ 256 ] {2dbd6e4e-46d1-4bc3-9e76-71d733700c33} <Debug> TCPHandler: Processed in 0.001675731 sec. | ||
| 7085 | 2025.01.07 05:12:26.448173 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 7086 | 2025.01.07 05:12:26.449163 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7087 | 2025.01.07 05:12:26.449201 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7088 | 2025.01.07 05:12:26.449697 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7089 | 2025.01.07 05:12:26.449942 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7090 | 2025.01.07 05:12:26.450122 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 7091 | 2025.01.07 05:12:27.569221 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7092 | 2025.01.07 05:12:27.591496 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7093 | 2025.01.07 05:12:27.591544 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7094 | 2025.01.07 05:12:27.598915 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7095 | 2025.01.07 05:12:27.599686 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7096 | 2025.01.07 05:12:27.603221 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7097 | 2025.01.07 05:12:29.187972 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7098 | 2025.01.07 05:12:29.188185 [ 5 ] {9062f165-344e-462c-bbcc-ade339c5639d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7099 | 2025.01.07 05:12:29.188266 [ 5 ] {9062f165-344e-462c-bbcc-ade339c5639d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7100 | 2025.01.07 05:12:29.189088 [ 5 ] {9062f165-344e-462c-bbcc-ade339c5639d} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7101 | 2025.01.07 05:12:29.189138 [ 5 ] {9062f165-344e-462c-bbcc-ade339c5639d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7102 | 2025.01.07 05:12:29.189585 [ 5 ] {9062f165-344e-462c-bbcc-ade339c5639d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7103 | 2025.01.07 05:12:29.189844 [ 5 ] {9062f165-344e-462c-bbcc-ade339c5639d} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7104 | 2025.01.07 05:12:29.190101 [ 5 ] {9062f165-344e-462c-bbcc-ade339c5639d} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001971 sec., 38559.107052257736 rows/sec., 3.34 MiB/sec. | ||
| 7105 | 2025.01.07 05:12:29.190176 [ 5 ] {9062f165-344e-462c-bbcc-ade339c5639d} <Debug> TCPHandler: Processed in 0.002348183 sec. | ||
| 7106 | 2025.01.07 05:12:29.190516 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7107 | 2025.01.07 05:12:29.190792 [ 256 ] {43070e50-8b8d-47a9-b395-117597b2c5ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7108 | 2025.01.07 05:12:29.190916 [ 256 ] {43070e50-8b8d-47a9-b395-117597b2c5ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7109 | 2025.01.07 05:12:29.191980 [ 256 ] {43070e50-8b8d-47a9-b395-117597b2c5ea} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7110 | 2025.01.07 05:12:29.192034 [ 256 ] {43070e50-8b8d-47a9-b395-117597b2c5ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7111 | 2025.01.07 05:12:29.192480 [ 256 ] {43070e50-8b8d-47a9-b395-117597b2c5ea} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7112 | 2025.01.07 05:12:29.192733 [ 256 ] {43070e50-8b8d-47a9-b395-117597b2c5ea} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7113 | 2025.01.07 05:12:29.192977 [ 256 ] {43070e50-8b8d-47a9-b395-117597b2c5ea} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.002276 sec., 10984.182776801406 rows/sec., 825.96 KiB/sec. | ||
| 7114 | 2025.01.07 05:12:29.193045 [ 256 ] {43070e50-8b8d-47a9-b395-117597b2c5ea} <Debug> TCPHandler: Processed in 0.002730164 sec. | ||
| 7115 | 2025.01.07 05:12:29.193192 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7116 | 2025.01.07 05:12:29.193316 [ 5 ] {fb925edc-ee27-469d-9718-0076895332e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7117 | 2025.01.07 05:12:29.193370 [ 5 ] {fb925edc-ee27-469d-9718-0076895332e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7118 | 2025.01.07 05:12:29.193980 [ 5 ] {fb925edc-ee27-469d-9718-0076895332e7} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7119 | 2025.01.07 05:12:29.194023 [ 5 ] {fb925edc-ee27-469d-9718-0076895332e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7120 | 2025.01.07 05:12:29.194389 [ 5 ] {fb925edc-ee27-469d-9718-0076895332e7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7121 | 2025.01.07 05:12:29.194629 [ 5 ] {fb925edc-ee27-469d-9718-0076895332e7} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7122 | 2025.01.07 05:12:29.194835 [ 5 ] {fb925edc-ee27-469d-9718-0076895332e7} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001546 sec., 34282.01811125485 rows/sec., 2.68 MiB/sec. | ||
| 7123 | 2025.01.07 05:12:29.194906 [ 5 ] {fb925edc-ee27-469d-9718-0076895332e7} <Debug> TCPHandler: Processed in 0.001768744 sec. | ||
| 7124 | 2025.01.07 05:12:29.195111 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7125 | 2025.01.07 05:12:29.195273 [ 256 ] {53d11d61-9258-49e0-98b2-31208694c778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7126 | 2025.01.07 05:12:29.195341 [ 256 ] {53d11d61-9258-49e0-98b2-31208694c778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7127 | 2025.01.07 05:12:29.195956 [ 256 ] {53d11d61-9258-49e0-98b2-31208694c778} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7128 | 2025.01.07 05:12:29.195999 [ 256 ] {53d11d61-9258-49e0-98b2-31208694c778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7129 | 2025.01.07 05:12:29.196399 [ 256 ] {53d11d61-9258-49e0-98b2-31208694c778} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7130 | 2025.01.07 05:12:29.196643 [ 256 ] {53d11d61-9258-49e0-98b2-31208694c778} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7131 | 2025.01.07 05:12:29.196816 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7132 | 2025.01.07 05:12:29.196879 [ 256 ] {53d11d61-9258-49e0-98b2-31208694c778} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001639 sec., 61012.812690665036 rows/sec., 4.23 MiB/sec. | ||
| 7133 | 2025.01.07 05:12:29.196901 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7134 | 2025.01.07 05:12:29.196976 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7135 | 2025.01.07 05:12:29.197013 [ 256 ] {53d11d61-9258-49e0-98b2-31208694c778} <Debug> TCPHandler: Processed in 0.002011791 sec. | ||
| 7136 | 2025.01.07 05:12:29.197368 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::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 | ||
| 7137 | 2025.01.07 05:12:29.197532 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7138 | 2025.01.07 05:12:29.198034 [ 5 ] {e3603202-9e09-45b5-a973-f8a4f660c6fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7139 | 2025.01.07 05:12:29.198147 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7140 | 2025.01.07 05:12:29.198344 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 11904 rows starting from the beginning of the part | ||
| 7141 | 2025.01.07 05:12:29.198357 [ 5 ] {e3603202-9e09-45b5-a973-f8a4f660c6fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7142 | 2025.01.07 05:12:29.198875 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 101 rows starting from the beginning of the part | ||
| 7143 | 2025.01.07 05:12:29.199374 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 177 rows starting from the beginning of the part | ||
| 7144 | 2025.01.07 05:12:29.199815 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 100 rows starting from the beginning of the part | ||
| 7145 | 2025.01.07 05:12:29.200204 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 901 rows starting from the beginning of the part | ||
| 7146 | 2025.01.07 05:12:29.200583 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 100 rows starting from the beginning of the part | ||
| 7147 | 2025.01.07 05:12:29.202603 [ 5 ] {e3603202-9e09-45b5-a973-f8a4f660c6fd} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7148 | 2025.01.07 05:12:29.202679 [ 5 ] {e3603202-9e09-45b5-a973-f8a4f660c6fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7149 | 2025.01.07 05:12:29.204491 [ 5 ] {e3603202-9e09-45b5-a973-f8a4f660c6fd} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7150 | 2025.01.07 05:12:29.205164 [ 5 ] {e3603202-9e09-45b5-a973-f8a4f660c6fd} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7151 | 2025.01.07 05:12:29.205491 [ 48 ] {} <Debug> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7152 | 2025.01.07 05:12:29.205583 [ 48 ] {} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7153 | 2025.01.07 05:12:29.205600 [ 5 ] {e3603202-9e09-45b5-a973-f8a4f660c6fd} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.007729 sec., 3234.5710958726872 rows/sec., 5.80 MiB/sec. | ||
| 7154 | 2025.01.07 05:12:29.205666 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7155 | 2025.01.07 05:12:29.206105 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 7156 | 2025.01.07 05:12:29.206120 [ 5 ] {e3603202-9e09-45b5-a973-f8a4f660c6fd} <Debug> TCPHandler: Processed in 0.008959555 sec. | ||
| 7157 | 2025.01.07 05:12:29.206410 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7158 | 2025.01.07 05:12:29.206753 [ 256 ] {a8c2f7a3-6de2-411b-b2aa-73f38a7f7edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7159 | 2025.01.07 05:12:29.206956 [ 256 ] {a8c2f7a3-6de2-411b-b2aa-73f38a7f7edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7160 | 2025.01.07 05:12:29.207643 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13283 rows, containing 5 columns (5 merged, 0 gathered) in 0.010535794 sec., 1260749.7830728278 rows/sec., 84.58 MiB/sec. | ||
| 7161 | 2025.01.07 05:12:29.207998 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7162 | 2025.01.07 05:12:29.208149 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7163 | 2025.01.07 05:12:29.208393 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 705 rows starting from the beginning of the part | ||
| 7164 | 2025.01.07 05:12:29.209407 [ 192 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7165 | 2025.01.07 05:12:29.209690 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 25 rows starting from the beginning of the part | ||
| 7166 | 2025.01.07 05:12:29.209844 [ 192 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7167 | 2025.01.07 05:12:29.210264 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB. | ||
| 7168 | 2025.01.07 05:12:29.210595 [ 256 ] {a8c2f7a3-6de2-411b-b2aa-73f38a7f7edc} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7169 | 2025.01.07 05:12:29.210736 [ 256 ] {a8c2f7a3-6de2-411b-b2aa-73f38a7f7edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7170 | 2025.01.07 05:12:29.210782 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part | ||
| 7171 | 2025.01.07 05:12:29.211502 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 25 rows starting from the beginning of the part | ||
| 7172 | 2025.01.07 05:12:29.212243 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 16 rows starting from the beginning of the part | ||
| 7173 | 2025.01.07 05:12:29.212296 [ 256 ] {a8c2f7a3-6de2-411b-b2aa-73f38a7f7edc} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7174 | 2025.01.07 05:12:29.212771 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 25 rows starting from the beginning of the part | ||
| 7175 | 2025.01.07 05:12:29.213055 [ 256 ] {a8c2f7a3-6de2-411b-b2aa-73f38a7f7edc} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7176 | 2025.01.07 05:12:29.213700 [ 48 ] {} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7177 | 2025.01.07 05:12:29.213818 [ 48 ] {} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7178 | 2025.01.07 05:12:29.213881 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7179 | 2025.01.07 05:12:29.214112 [ 256 ] {a8c2f7a3-6de2-411b-b2aa-73f38a7f7edc} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.007489 sec., 4005.8752837494994 rows/sec., 281.01 KiB/sec. | ||
| 7180 | 2025.01.07 05:12:29.214435 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 7181 | 2025.01.07 05:12:29.214513 [ 256 ] {a8c2f7a3-6de2-411b-b2aa-73f38a7f7edc} <Debug> TCPHandler: Processed in 0.008240433 sec. | ||
| 7182 | 2025.01.07 05:12:29.214798 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7183 | 2025.01.07 05:12:29.214834 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1750 rows starting from the beginning of the part | ||
| 7184 | 2025.01.07 05:12:29.215018 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 30 rows starting from the beginning of the part | ||
| 7185 | 2025.01.07 05:12:29.215334 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 52 rows starting from the beginning of the part | ||
| 7186 | 2025.01.07 05:12:29.215668 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 30 rows starting from the beginning of the part | ||
| 7187 | 2025.01.07 05:12:29.215920 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 52 rows starting from the beginning of the part | ||
| 7188 | 2025.01.07 05:12:29.216190 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 30 rows starting from the beginning of the part | ||
| 7189 | 2025.01.07 05:12:29.217949 [ 192 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1944 rows, containing 4 columns (4 merged, 0 gathered) in 0.00391559 sec., 496476.90386378556 rows/sec., 32.17 MiB/sec. | ||
| 7190 | 2025.01.07 05:12:29.218222 [ 187 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7191 | 2025.01.07 05:12:29.218727 [ 187 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_51_10} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7192 | 2025.01.07 05:12:29.218930 [ 187 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_51_10} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7193 | 2025.01.07 05:12:29.219084 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 7194 | 2025.01.07 05:12:29.226803 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 812 rows, containing 19 columns (19 merged, 0 gathered) in 0.020990565 sec., 38684.046856289955 rows/sec., 69.32 MiB/sec. | ||
| 7195 | 2025.01.07 05:12:29.228018 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7196 | 2025.01.07 05:12:29.228427 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7197 | 2025.01.07 05:12:29.228511 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7198 | 2025.01.07 05:12:29.228666 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. | ||
| 7199 | 2025.01.07 05:12:30.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.94 MiB, peak 212.57 MiB, free memory in arenas 0.00 B, will set to 208.76 MiB (RSS), difference: 3.81 MiB | ||
| 7200 | 2025.01.07 05:12:33.805895 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7201 | 2025.01.07 05:12:33.805959 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7202 | 2025.01.07 05:12:33.951219 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 7203 | 2025.01.07 05:12:33.951841 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7204 | 2025.01.07 05:12:33.951882 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7205 | 2025.01.07 05:12:33.952469 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7206 | 2025.01.07 05:12:33.952795 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7207 | 2025.01.07 05:12:33.952959 [ 44 ] {} <Debug> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7208 | 2025.01.07 05:12:33.953014 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7209 | 2025.01.07 05:12:33.953022 [ 44 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7210 | 2025.01.07 05:12:33.953053 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7211 | 2025.01.07 05:12:33.953207 [ 198 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 7212 | 2025.01.07 05:12:33.953390 [ 198 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7213 | 2025.01.07 05:12:33.953439 [ 198 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 7214 | 2025.01.07 05:12:33.953529 [ 198 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 7215 | 2025.01.07 05:12:33.953750 [ 198 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 7216 | 2025.01.07 05:12:33.954032 [ 198 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 7217 | 2025.01.07 05:12:33.954276 [ 198 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 7218 | 2025.01.07 05:12:33.954467 [ 198 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 7219 | 2025.01.07 05:12:33.957260 [ 189 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.004125797 sec., 4006741.000587281 rows/sec., 57.32 MiB/sec. | ||
| 7220 | 2025.01.07 05:12:33.957398 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7221 | 2025.01.07 05:12:33.957704 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_36_7} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7222 | 2025.01.07 05:12:33.957792 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_36_7} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7223 | 2025.01.07 05:12:33.957893 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 7224 | 2025.01.07 05:12:34.023081 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1004 | ||
| 7225 | 2025.01.07 05:12:34.026179 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7226 | 2025.01.07 05:12:34.026229 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7227 | 2025.01.07 05:12:34.027666 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7228 | 2025.01.07 05:12:34.027997 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7229 | 2025.01.07 05:12:34.028200 [ 44 ] {} <Debug> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7230 | 2025.01.07 05:12:34.028317 [ 44 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7231 | 2025.01.07 05:12:34.028383 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7232 | 2025.01.07 05:12:34.028848 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 7233 | 2025.01.07 05:12:34.030223 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1004 | ||
| 7234 | 2025.01.07 05:12:34.030466 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7235 | 2025.01.07 05:12:34.030600 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 828 rows starting from the beginning of the part | ||
| 7236 | 2025.01.07 05:12:34.031208 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part | ||
| 7237 | 2025.01.07 05:12:34.031810 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part | ||
| 7238 | 2025.01.07 05:12:34.032404 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 7239 | 2025.01.07 05:12:34.032963 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part | ||
| 7240 | 2025.01.07 05:12:34.033611 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part | ||
| 7241 | 2025.01.07 05:12:34.041877 [ 189 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1004 rows, containing 72 columns (72 merged, 0 gathered) in 0.013376622 sec., 75056.31840385414 rows/sec., 60.22 MiB/sec. | ||
| 7242 | 2025.01.07 05:12:34.043360 [ 199 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7243 | 2025.01.07 05:12:34.044245 [ 199 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_26_5} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7244 | 2025.01.07 05:12:34.044357 [ 199 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_26_5} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7245 | 2025.01.07 05:12:34.044727 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 7246 | 2025.01.07 05:12:34.191865 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7247 | 2025.01.07 05:12:34.192173 [ 5 ] {a2f5191d-14be-4492-963a-85e3151bfcdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7248 | 2025.01.07 05:12:34.192296 [ 5 ] {a2f5191d-14be-4492-963a-85e3151bfcdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7249 | 2025.01.07 05:12:34.193283 [ 5 ] {a2f5191d-14be-4492-963a-85e3151bfcdf} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7250 | 2025.01.07 05:12:34.193333 [ 5 ] {a2f5191d-14be-4492-963a-85e3151bfcdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7251 | 2025.01.07 05:12:34.193774 [ 5 ] {a2f5191d-14be-4492-963a-85e3151bfcdf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7252 | 2025.01.07 05:12:34.194030 [ 5 ] {a2f5191d-14be-4492-963a-85e3151bfcdf} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7253 | 2025.01.07 05:12:34.194264 [ 5 ] {a2f5191d-14be-4492-963a-85e3151bfcdf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002178 sec., 6427.91551882461 rows/sec., 462.72 KiB/sec. | ||
| 7254 | 2025.01.07 05:12:34.194331 [ 5 ] {a2f5191d-14be-4492-963a-85e3151bfcdf} <Debug> TCPHandler: Processed in 0.002653562 sec. | ||
| 7255 | 2025.01.07 05:12:34.194583 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7256 | 2025.01.07 05:12:34.194780 [ 256 ] {039138d2-bf5a-4ed4-9187-01115e7d9d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7257 | 2025.01.07 05:12:34.194853 [ 256 ] {039138d2-bf5a-4ed4-9187-01115e7d9d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7258 | 2025.01.07 05:12:34.195688 [ 256 ] {039138d2-bf5a-4ed4-9187-01115e7d9d2a} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7259 | 2025.01.07 05:12:34.195731 [ 256 ] {039138d2-bf5a-4ed4-9187-01115e7d9d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7260 | 2025.01.07 05:12:34.196164 [ 256 ] {039138d2-bf5a-4ed4-9187-01115e7d9d2a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7261 | 2025.01.07 05:12:34.196427 [ 256 ] {039138d2-bf5a-4ed4-9187-01115e7d9d2a} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7262 | 2025.01.07 05:12:34.196639 [ 256 ] {039138d2-bf5a-4ed4-9187-01115e7d9d2a} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.001917 sec., 106937.92383933229 rows/sec., 9.46 MiB/sec. | ||
| 7263 | 2025.01.07 05:12:34.196725 [ 256 ] {039138d2-bf5a-4ed4-9187-01115e7d9d2a} <Debug> TCPHandler: Processed in 0.00227724 sec. | ||
| 7264 | 2025.01.07 05:12:34.197034 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7265 | 2025.01.07 05:12:34.197274 [ 5 ] {12dc37f4-7a44-4736-be02-8603d9513f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7266 | 2025.01.07 05:12:34.197368 [ 5 ] {12dc37f4-7a44-4736-be02-8603d9513f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7267 | 2025.01.07 05:12:34.198175 [ 5 ] {12dc37f4-7a44-4736-be02-8603d9513f98} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7268 | 2025.01.07 05:12:34.198215 [ 5 ] {12dc37f4-7a44-4736-be02-8603d9513f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7269 | 2025.01.07 05:12:34.198579 [ 5 ] {12dc37f4-7a44-4736-be02-8603d9513f98} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7270 | 2025.01.07 05:12:34.198815 [ 5 ] {12dc37f4-7a44-4736-be02-8603d9513f98} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7271 | 2025.01.07 05:12:34.199039 [ 5 ] {12dc37f4-7a44-4736-be02-8603d9513f98} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001823 sec., 12616.566099835436 rows/sec., 910.14 KiB/sec. | ||
| 7272 | 2025.01.07 05:12:34.199094 [ 5 ] {12dc37f4-7a44-4736-be02-8603d9513f98} <Debug> TCPHandler: Processed in 0.002253689 sec. | ||
| 7273 | 2025.01.07 05:12:34.199251 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7274 | 2025.01.07 05:12:34.199397 [ 256 ] {f4cf4b00-ebb1-4427-bbf5-013414ac11ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7275 | 2025.01.07 05:12:34.199458 [ 256 ] {f4cf4b00-ebb1-4427-bbf5-013414ac11ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7276 | 2025.01.07 05:12:34.200086 [ 256 ] {f4cf4b00-ebb1-4427-bbf5-013414ac11ff} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7277 | 2025.01.07 05:12:34.200124 [ 256 ] {f4cf4b00-ebb1-4427-bbf5-013414ac11ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7278 | 2025.01.07 05:12:34.200478 [ 256 ] {f4cf4b00-ebb1-4427-bbf5-013414ac11ff} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7279 | 2025.01.07 05:12:34.200716 [ 256 ] {f4cf4b00-ebb1-4427-bbf5-013414ac11ff} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7280 | 2025.01.07 05:12:34.200928 [ 256 ] {f4cf4b00-ebb1-4427-bbf5-013414ac11ff} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001561 sec., 8968.609865470851 rows/sec., 628.10 KiB/sec. | ||
| 7281 | 2025.01.07 05:12:34.201101 [ 256 ] {f4cf4b00-ebb1-4427-bbf5-013414ac11ff} <Debug> TCPHandler: Processed in 0.001920029 sec. | ||
| 7282 | 2025.01.07 05:12:34.201375 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7283 | 2025.01.07 05:12:34.201595 [ 5 ] {70a9c79b-0b9f-4458-9830-e879ca81f22b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7284 | 2025.01.07 05:12:34.201684 [ 5 ] {70a9c79b-0b9f-4458-9830-e879ca81f22b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7285 | 2025.01.07 05:12:34.202332 [ 5 ] {70a9c79b-0b9f-4458-9830-e879ca81f22b} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7286 | 2025.01.07 05:12:34.202373 [ 5 ] {70a9c79b-0b9f-4458-9830-e879ca81f22b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7287 | 2025.01.07 05:12:34.202731 [ 5 ] {70a9c79b-0b9f-4458-9830-e879ca81f22b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7288 | 2025.01.07 05:12:34.202975 [ 5 ] {70a9c79b-0b9f-4458-9830-e879ca81f22b} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7289 | 2025.01.07 05:12:34.203179 [ 5 ] {70a9c79b-0b9f-4458-9830-e879ca81f22b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001639 sec., 7931.665649786455 rows/sec., 494.54 KiB/sec. | ||
| 7290 | 2025.01.07 05:12:34.203234 [ 5 ] {70a9c79b-0b9f-4458-9830-e879ca81f22b} <Debug> TCPHandler: Processed in 0.002019072 sec. | ||
| 7291 | 2025.01.07 05:12:34.203381 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7292 | 2025.01.07 05:12:34.203520 [ 256 ] {c4c7d142-3a8a-49fa-be1b-af4f1b8fe18b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7293 | 2025.01.07 05:12:34.203578 [ 256 ] {c4c7d142-3a8a-49fa-be1b-af4f1b8fe18b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7294 | 2025.01.07 05:12:34.204339 [ 256 ] {c4c7d142-3a8a-49fa-be1b-af4f1b8fe18b} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7295 | 2025.01.07 05:12:34.204376 [ 256 ] {c4c7d142-3a8a-49fa-be1b-af4f1b8fe18b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7296 | 2025.01.07 05:12:34.204808 [ 256 ] {c4c7d142-3a8a-49fa-be1b-af4f1b8fe18b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7297 | 2025.01.07 05:12:34.205045 [ 256 ] {c4c7d142-3a8a-49fa-be1b-af4f1b8fe18b} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7298 | 2025.01.07 05:12:34.205228 [ 256 ] {c4c7d142-3a8a-49fa-be1b-af4f1b8fe18b} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.00174 sec., 208045.97701149425 rows/sec., 14.64 MiB/sec. | ||
| 7299 | 2025.01.07 05:12:34.205281 [ 256 ] {c4c7d142-3a8a-49fa-be1b-af4f1b8fe18b} <Debug> TCPHandler: Processed in 0.00197278 sec. | ||
| 7300 | 2025.01.07 05:12:34.205483 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7301 | 2025.01.07 05:12:34.205704 [ 5 ] {a141a84d-4e90-406e-898a-7d0709626226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7302 | 2025.01.07 05:12:34.205800 [ 5 ] {a141a84d-4e90-406e-898a-7d0709626226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7303 | 2025.01.07 05:12:34.206309 [ 5 ] {a141a84d-4e90-406e-898a-7d0709626226} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7304 | 2025.01.07 05:12:34.206348 [ 5 ] {a141a84d-4e90-406e-898a-7d0709626226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7305 | 2025.01.07 05:12:34.206725 [ 5 ] {a141a84d-4e90-406e-898a-7d0709626226} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7306 | 2025.01.07 05:12:34.206957 [ 5 ] {a141a84d-4e90-406e-898a-7d0709626226} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7307 | 2025.01.07 05:12:34.207175 [ 5 ] {a141a84d-4e90-406e-898a-7d0709626226} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec. | ||
| 7308 | 2025.01.07 05:12:34.207295 [ 5 ] {a141a84d-4e90-406e-898a-7d0709626226} <Debug> TCPHandler: Processed in 0.001921719 sec. | ||
| 7309 | 2025.01.07 05:12:34.207449 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7310 | 2025.01.07 05:12:34.207587 [ 256 ] {63349e8a-8ceb-4976-b57c-11420269fc2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7311 | 2025.01.07 05:12:34.207649 [ 256 ] {63349e8a-8ceb-4976-b57c-11420269fc2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7312 | 2025.01.07 05:12:34.208227 [ 256 ] {63349e8a-8ceb-4976-b57c-11420269fc2b} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7313 | 2025.01.07 05:12:34.208265 [ 256 ] {63349e8a-8ceb-4976-b57c-11420269fc2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7314 | 2025.01.07 05:12:34.208647 [ 256 ] {63349e8a-8ceb-4976-b57c-11420269fc2b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7315 | 2025.01.07 05:12:34.208889 [ 256 ] {63349e8a-8ceb-4976-b57c-11420269fc2b} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7316 | 2025.01.07 05:12:34.209064 [ 256 ] {63349e8a-8ceb-4976-b57c-11420269fc2b} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001509 sec., 117296.2226640159 rows/sec., 7.74 MiB/sec. | ||
| 7317 | 2025.01.07 05:12:34.209117 [ 256 ] {63349e8a-8ceb-4976-b57c-11420269fc2b} <Debug> TCPHandler: Processed in 0.001734523 sec. | ||
| 7318 | 2025.01.07 05:12:34.209302 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7319 | 2025.01.07 05:12:34.209523 [ 5 ] {38d82783-ef0b-43c8-94b4-5d2b66559447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7320 | 2025.01.07 05:12:34.209617 [ 5 ] {38d82783-ef0b-43c8-94b4-5d2b66559447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7321 | 2025.01.07 05:12:34.210188 [ 5 ] {38d82783-ef0b-43c8-94b4-5d2b66559447} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7322 | 2025.01.07 05:12:34.210228 [ 5 ] {38d82783-ef0b-43c8-94b4-5d2b66559447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7323 | 2025.01.07 05:12:34.210585 [ 5 ] {38d82783-ef0b-43c8-94b4-5d2b66559447} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7324 | 2025.01.07 05:12:34.210817 [ 5 ] {38d82783-ef0b-43c8-94b4-5d2b66559447} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7325 | 2025.01.07 05:12:34.211058 [ 5 ] {38d82783-ef0b-43c8-94b4-5d2b66559447} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001589 sec., 629.3266205160479 rows/sec., 42.41 KiB/sec. | ||
| 7326 | 2025.01.07 05:12:34.211249 [ 5 ] {38d82783-ef0b-43c8-94b4-5d2b66559447} <Debug> TCPHandler: Processed in 0.002053794 sec. | ||
| 7327 | 2025.01.07 05:12:34.211457 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7328 | 2025.01.07 05:12:34.211596 [ 256 ] {8bbdab46-1e30-49e6-a0a0-3dc00832c753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7329 | 2025.01.07 05:12:34.211690 [ 256 ] {8bbdab46-1e30-49e6-a0a0-3dc00832c753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7330 | 2025.01.07 05:12:34.212846 [ 256 ] {8bbdab46-1e30-49e6-a0a0-3dc00832c753} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7331 | 2025.01.07 05:12:34.212885 [ 256 ] {8bbdab46-1e30-49e6-a0a0-3dc00832c753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7332 | 2025.01.07 05:12:34.213521 [ 256 ] {8bbdab46-1e30-49e6-a0a0-3dc00832c753} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7333 | 2025.01.07 05:12:34.213773 [ 256 ] {8bbdab46-1e30-49e6-a0a0-3dc00832c753} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7334 | 2025.01.07 05:12:34.213974 [ 256 ] {8bbdab46-1e30-49e6-a0a0-3dc00832c753} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00241 sec., 6639.004149377593 rows/sec., 11.90 MiB/sec. | ||
| 7335 | 2025.01.07 05:12:34.214080 [ 256 ] {8bbdab46-1e30-49e6-a0a0-3dc00832c753} <Debug> TCPHandler: Processed in 0.002723003 sec. | ||
| 7336 | 2025.01.07 05:12:34.214244 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7337 | 2025.01.07 05:12:34.214381 [ 5 ] {48b99014-489d-4234-aca0-cf2bb3aa1ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7338 | 2025.01.07 05:12:34.214441 [ 5 ] {48b99014-489d-4234-aca0-cf2bb3aa1ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7339 | 2025.01.07 05:12:34.214977 [ 5 ] {48b99014-489d-4234-aca0-cf2bb3aa1ca7} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7340 | 2025.01.07 05:12:34.215017 [ 5 ] {48b99014-489d-4234-aca0-cf2bb3aa1ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7341 | 2025.01.07 05:12:34.215379 [ 5 ] {48b99014-489d-4234-aca0-cf2bb3aa1ca7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7342 | 2025.01.07 05:12:34.215612 [ 5 ] {48b99014-489d-4234-aca0-cf2bb3aa1ca7} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7343 | 2025.01.07 05:12:34.215813 [ 5 ] {48b99014-489d-4234-aca0-cf2bb3aa1ca7} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001463 sec., 35543.40396445659 rows/sec., 2.20 MiB/sec. | ||
| 7344 | 2025.01.07 05:12:34.215866 [ 5 ] {48b99014-489d-4234-aca0-cf2bb3aa1ca7} <Debug> TCPHandler: Processed in 0.001690172 sec. | ||
| 7345 | 2025.01.07 05:12:35.104261 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7346 | 2025.01.07 05:12:35.126561 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7347 | 2025.01.07 05:12:35.126630 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7348 | 2025.01.07 05:12:35.134155 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7349 | 2025.01.07 05:12:35.134955 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7350 | 2025.01.07 05:12:35.135392 [ 41 ] {} <Debug> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7351 | 2025.01.07 05:12:35.135579 [ 41 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7352 | 2025.01.07 05:12:35.135688 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7353 | 2025.01.07 05:12:35.136251 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 7354 | 2025.01.07 05:12:35.151385 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7355 | 2025.01.07 05:12:35.153187 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7356 | 2025.01.07 05:12:35.154862 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 7357 | 2025.01.07 05:12:35.161149 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 7358 | 2025.01.07 05:12:35.167205 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 7359 | 2025.01.07 05:12:35.172716 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 7360 | 2025.01.07 05:12:35.178382 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 7361 | 2025.01.07 05:12:35.182877 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 7362 | 2025.01.07 05:12:35.239951 [ 189 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.104082539 sec., 2613.31057652235 rows/sec., 13.51 MiB/sec. | ||
| 7363 | 2025.01.07 05:12:35.242932 [ 189 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7364 | 2025.01.07 05:12:35.245990 [ 189 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_36_7} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7365 | 2025.01.07 05:12:35.246118 [ 189 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_36_7} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7366 | 2025.01.07 05:12:35.248808 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 7367 | 2025.01.07 05:12:35.804669 [ 40 ] {} <Debug> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7368 | 2025.01.07 05:12:35.804772 [ 40 ] {} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7369 | 2025.01.07 05:12:35.804815 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7370 | 2025.01.07 05:12:35.805005 [ 193 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 7371 | 2025.01.07 05:12:35.805179 [ 193 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7372 | 2025.01.07 05:12:35.805223 [ 193 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 7373 | 2025.01.07 05:12:35.805317 [ 193 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
| 7374 | 2025.01.07 05:12:35.805625 [ 193 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 7375 | 2025.01.07 05:12:35.805823 [ 193 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 7376 | 2025.01.07 05:12:35.805974 [ 193 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part | ||
| 7377 | 2025.01.07 05:12:35.807089 [ 196 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.002174057 sec., 12879.147142876198 rows/sec., 1.07 MiB/sec. | ||
| 7378 | 2025.01.07 05:12:35.807286 [ 196 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7379 | 2025.01.07 05:12:35.807667 [ 196 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_13_3} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7380 | 2025.01.07 05:12:35.807774 [ 196 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_13_3} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7381 | 2025.01.07 05:12:35.807885 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7382 | 2025.01.07 05:12:39.187666 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7383 | 2025.01.07 05:12:39.187896 [ 5 ] {78b1f3b8-55ff-416e-936a-3078b2b6e9e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7384 | 2025.01.07 05:12:39.187973 [ 5 ] {78b1f3b8-55ff-416e-936a-3078b2b6e9e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7385 | 2025.01.07 05:12:39.188721 [ 5 ] {78b1f3b8-55ff-416e-936a-3078b2b6e9e9} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7386 | 2025.01.07 05:12:39.188763 [ 5 ] {78b1f3b8-55ff-416e-936a-3078b2b6e9e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7387 | 2025.01.07 05:12:39.189184 [ 5 ] {78b1f3b8-55ff-416e-936a-3078b2b6e9e9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7388 | 2025.01.07 05:12:39.189430 [ 5 ] {78b1f3b8-55ff-416e-936a-3078b2b6e9e9} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7389 | 2025.01.07 05:12:39.189626 [ 5 ] {78b1f3b8-55ff-416e-936a-3078b2b6e9e9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001791 sec., 1116.6945840312674 rows/sec., 91.06 KiB/sec. | ||
| 7390 | 2025.01.07 05:12:39.189681 [ 5 ] {78b1f3b8-55ff-416e-936a-3078b2b6e9e9} <Debug> TCPHandler: Processed in 0.002157577 sec. | ||
| 7391 | 2025.01.07 05:12:39.189948 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7392 | 2025.01.07 05:12:39.190147 [ 256 ] {94c17cb7-1b38-414d-a699-fa88e97599d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7393 | 2025.01.07 05:12:39.190228 [ 256 ] {94c17cb7-1b38-414d-a699-fa88e97599d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7394 | 2025.01.07 05:12:39.191051 [ 256 ] {94c17cb7-1b38-414d-a699-fa88e97599d7} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7395 | 2025.01.07 05:12:39.191108 [ 256 ] {94c17cb7-1b38-414d-a699-fa88e97599d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7396 | 2025.01.07 05:12:39.191570 [ 256 ] {94c17cb7-1b38-414d-a699-fa88e97599d7} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7397 | 2025.01.07 05:12:39.191836 [ 256 ] {94c17cb7-1b38-414d-a699-fa88e97599d7} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7398 | 2025.01.07 05:12:39.192087 [ 256 ] {94c17cb7-1b38-414d-a699-fa88e97599d7} <Debug> executeQuery: Read 77 rows, 6.82 KiB in 0.001994 sec., 38615.84754262788 rows/sec., 3.34 MiB/sec. | ||
| 7399 | 2025.01.07 05:12:39.192164 [ 256 ] {94c17cb7-1b38-414d-a699-fa88e97599d7} <Debug> TCPHandler: Processed in 0.002356103 sec. | ||
| 7400 | 2025.01.07 05:12:39.192331 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7401 | 2025.01.07 05:12:39.192471 [ 5 ] {f906d092-eb6a-41a9-b37a-4a890b48016c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7402 | 2025.01.07 05:12:39.192530 [ 5 ] {f906d092-eb6a-41a9-b37a-4a890b48016c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7403 | 2025.01.07 05:12:39.193184 [ 5 ] {f906d092-eb6a-41a9-b37a-4a890b48016c} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7404 | 2025.01.07 05:12:39.193222 [ 5 ] {f906d092-eb6a-41a9-b37a-4a890b48016c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7405 | 2025.01.07 05:12:39.193584 [ 5 ] {f906d092-eb6a-41a9-b37a-4a890b48016c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7406 | 2025.01.07 05:12:39.193815 [ 5 ] {f906d092-eb6a-41a9-b37a-4a890b48016c} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7407 | 2025.01.07 05:12:39.193947 [ 33 ] {} <Debug> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7408 | 2025.01.07 05:12:39.193992 [ 33 ] {} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7409 | 2025.01.07 05:12:39.193996 [ 5 ] {f906d092-eb6a-41a9-b37a-4a890b48016c} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.001555 sec., 17363.344051446948 rows/sec., 1.27 MiB/sec. | ||
| 7410 | 2025.01.07 05:12:39.194017 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7411 | 2025.01.07 05:12:39.194066 [ 5 ] {f906d092-eb6a-41a9-b37a-4a890b48016c} <Debug> TCPHandler: Processed in 0.001802216 sec. | ||
| 7412 | 2025.01.07 05:12:39.194285 [ 202 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 7413 | 2025.01.07 05:12:39.194312 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7414 | 2025.01.07 05:12:39.194584 [ 202 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7415 | 2025.01.07 05:12:39.194591 [ 256 ] {7bf60668-0c71-4176-8f57-2fcd1c5d868d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7416 | 2025.01.07 05:12:39.194648 [ 202 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 62 rows starting from the beginning of the part | ||
| 7417 | 2025.01.07 05:12:39.194708 [ 256 ] {7bf60668-0c71-4176-8f57-2fcd1c5d868d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7418 | 2025.01.07 05:12:39.194986 [ 202 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 25 rows starting from the beginning of the part | ||
| 7419 | 2025.01.07 05:12:39.195349 [ 202 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 31 rows starting from the beginning of the part | ||
| 7420 | 2025.01.07 05:12:39.195668 [ 202 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 25 rows starting from the beginning of the part | ||
| 7421 | 2025.01.07 05:12:39.196071 [ 202 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 23 rows starting from the beginning of the part | ||
| 7422 | 2025.01.07 05:12:39.196445 [ 202 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 7423 | 2025.01.07 05:12:39.197813 [ 256 ] {7bf60668-0c71-4176-8f57-2fcd1c5d868d} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7424 | 2025.01.07 05:12:39.197893 [ 256 ] {7bf60668-0c71-4176-8f57-2fcd1c5d868d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7425 | 2025.01.07 05:12:39.199059 [ 256 ] {7bf60668-0c71-4176-8f57-2fcd1c5d868d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7426 | 2025.01.07 05:12:39.199449 [ 196 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.005321993 sec., 36264.6098933238 rows/sec., 2.74 MiB/sec. | ||
| 7427 | 2025.01.07 05:12:39.199548 [ 256 ] {7bf60668-0c71-4176-8f57-2fcd1c5d868d} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7428 | 2025.01.07 05:12:39.199814 [ 196 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7429 | 2025.01.07 05:12:39.199952 [ 256 ] {7bf60668-0c71-4176-8f57-2fcd1c5d868d} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.005443 sec., 10104.721660848796 rows/sec., 808.63 KiB/sec. | ||
| 7430 | 2025.01.07 05:12:39.200069 [ 256 ] {7bf60668-0c71-4176-8f57-2fcd1c5d868d} <Debug> TCPHandler: Processed in 0.005898741 sec. | ||
| 7431 | 2025.01.07 05:12:39.200268 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7432 | 2025.01.07 05:12:39.200415 [ 196 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_46_9} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7433 | 2025.01.07 05:12:39.200454 [ 5 ] {7460ebe6-75b4-4f0b-829f-aef4cc90e93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7434 | 2025.01.07 05:12:39.200584 [ 5 ] {7460ebe6-75b4-4f0b-829f-aef4cc90e93c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7435 | 2025.01.07 05:12:39.200640 [ 196 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_46_9} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7436 | 2025.01.07 05:12:39.200859 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7437 | 2025.01.07 05:12:39.201341 [ 5 ] {7460ebe6-75b4-4f0b-829f-aef4cc90e93c} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7438 | 2025.01.07 05:12:39.201385 [ 5 ] {7460ebe6-75b4-4f0b-829f-aef4cc90e93c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7439 | 2025.01.07 05:12:39.201781 [ 5 ] {7460ebe6-75b4-4f0b-829f-aef4cc90e93c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7440 | 2025.01.07 05:12:39.202016 [ 5 ] {7460ebe6-75b4-4f0b-829f-aef4cc90e93c} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7441 | 2025.01.07 05:12:39.202199 [ 5 ] {7460ebe6-75b4-4f0b-829f-aef4cc90e93c} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001795 sec., 56267.40947075209 rows/sec., 3.90 MiB/sec. | ||
| 7442 | 2025.01.07 05:12:39.202251 [ 5 ] {7460ebe6-75b4-4f0b-829f-aef4cc90e93c} <Debug> TCPHandler: Processed in 0.002072484 sec. | ||
| 7443 | 2025.01.07 05:12:39.202419 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7444 | 2025.01.07 05:12:39.202565 [ 256 ] {7530b2f3-8195-4941-834b-ca3c7d20c0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7445 | 2025.01.07 05:12:39.202664 [ 256 ] {7530b2f3-8195-4941-834b-ca3c7d20c0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7446 | 2025.01.07 05:12:39.203935 [ 256 ] {7530b2f3-8195-4941-834b-ca3c7d20c0ca} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7447 | 2025.01.07 05:12:39.203979 [ 256 ] {7530b2f3-8195-4941-834b-ca3c7d20c0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7448 | 2025.01.07 05:12:39.204656 [ 256 ] {7530b2f3-8195-4941-834b-ca3c7d20c0ca} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7449 | 2025.01.07 05:12:39.204924 [ 256 ] {7530b2f3-8195-4941-834b-ca3c7d20c0ca} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7450 | 2025.01.07 05:12:39.205178 [ 256 ] {7530b2f3-8195-4941-834b-ca3c7d20c0ca} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002648 sec., 9441.087613293052 rows/sec., 16.92 MiB/sec. | ||
| 7451 | 2025.01.07 05:12:39.205289 [ 256 ] {7530b2f3-8195-4941-834b-ca3c7d20c0ca} <Debug> TCPHandler: Processed in 0.00294198 sec. | ||
| 7452 | 2025.01.07 05:12:39.205441 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7453 | 2025.01.07 05:12:39.205559 [ 5 ] {22b019ea-1b7e-40bb-9bf8-a76243f7ff7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7454 | 2025.01.07 05:12:39.205610 [ 5 ] {22b019ea-1b7e-40bb-9bf8-a76243f7ff7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7455 | 2025.01.07 05:12:39.206088 [ 5 ] {22b019ea-1b7e-40bb-9bf8-a76243f7ff7c} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7456 | 2025.01.07 05:12:39.206127 [ 5 ] {22b019ea-1b7e-40bb-9bf8-a76243f7ff7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7457 | 2025.01.07 05:12:39.206514 [ 5 ] {22b019ea-1b7e-40bb-9bf8-a76243f7ff7c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7458 | 2025.01.07 05:12:39.206747 [ 5 ] {22b019ea-1b7e-40bb-9bf8-a76243f7ff7c} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7459 | 2025.01.07 05:12:39.206921 [ 5 ] {22b019ea-1b7e-40bb-9bf8-a76243f7ff7c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001387 sec., 21629.416005767845 rows/sec., 1.48 MiB/sec. | ||
| 7460 | 2025.01.07 05:12:39.206971 [ 5 ] {22b019ea-1b7e-40bb-9bf8-a76243f7ff7c} <Debug> TCPHandler: Processed in 0.001585799 sec. | ||
| 7461 | 2025.01.07 05:12:41.454086 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 7462 | 2025.01.07 05:12:41.454754 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7463 | 2025.01.07 05:12:41.454797 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7464 | 2025.01.07 05:12:41.455312 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7465 | 2025.01.07 05:12:41.455561 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7466 | 2025.01.07 05:12:41.455793 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 7467 | 2025.01.07 05:12:42.652420 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7468 | 2025.01.07 05:12:42.671257 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7469 | 2025.01.07 05:12:42.671315 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7470 | 2025.01.07 05:12:42.678158 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7471 | 2025.01.07 05:12:42.678903 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7472 | 2025.01.07 05:12:42.681976 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7473 | 2025.01.07 05:12:44.031373 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1040 | ||
| 7474 | 2025.01.07 05:12:44.034616 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7475 | 2025.01.07 05:12:44.034681 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7476 | 2025.01.07 05:12:44.036162 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7477 | 2025.01.07 05:12:44.036483 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7478 | 2025.01.07 05:12:44.037673 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1040 | ||
| 7479 | 2025.01.07 05:12:44.191635 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7480 | 2025.01.07 05:12:44.191943 [ 5 ] {0419e26f-3a84-42f9-9502-6517f29991e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7481 | 2025.01.07 05:12:44.192057 [ 5 ] {0419e26f-3a84-42f9-9502-6517f29991e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7482 | 2025.01.07 05:12:44.192891 [ 5 ] {0419e26f-3a84-42f9-9502-6517f29991e9} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7483 | 2025.01.07 05:12:44.192934 [ 5 ] {0419e26f-3a84-42f9-9502-6517f29991e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7484 | 2025.01.07 05:12:44.193376 [ 5 ] {0419e26f-3a84-42f9-9502-6517f29991e9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7485 | 2025.01.07 05:12:44.193628 [ 5 ] {0419e26f-3a84-42f9-9502-6517f29991e9} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7486 | 2025.01.07 05:12:44.193824 [ 5 ] {0419e26f-3a84-42f9-9502-6517f29991e9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001969 sec., 7110.208227526664 rows/sec., 511.84 KiB/sec. | ||
| 7487 | 2025.01.07 05:12:44.193891 [ 5 ] {0419e26f-3a84-42f9-9502-6517f29991e9} <Debug> TCPHandler: Processed in 0.002445495 sec. | ||
| 7488 | 2025.01.07 05:12:44.194157 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7489 | 2025.01.07 05:12:44.194362 [ 256 ] {20ef3cb8-216d-4722-b4fa-479bd1cf3847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7490 | 2025.01.07 05:12:44.194443 [ 256 ] {20ef3cb8-216d-4722-b4fa-479bd1cf3847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7491 | 2025.01.07 05:12:44.195325 [ 256 ] {20ef3cb8-216d-4722-b4fa-479bd1cf3847} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7492 | 2025.01.07 05:12:44.195380 [ 256 ] {20ef3cb8-216d-4722-b4fa-479bd1cf3847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7493 | 2025.01.07 05:12:44.195850 [ 256 ] {20ef3cb8-216d-4722-b4fa-479bd1cf3847} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7494 | 2025.01.07 05:12:44.196114 [ 256 ] {20ef3cb8-216d-4722-b4fa-479bd1cf3847} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7495 | 2025.01.07 05:12:44.196409 [ 256 ] {20ef3cb8-216d-4722-b4fa-479bd1cf3847} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.002097 sec., 97758.7029089175 rows/sec., 8.65 MiB/sec. | ||
| 7496 | 2025.01.07 05:12:44.196502 [ 256 ] {20ef3cb8-216d-4722-b4fa-479bd1cf3847} <Debug> TCPHandler: Processed in 0.002484716 sec. | ||
| 7497 | 2025.01.07 05:12:44.196774 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7498 | 2025.01.07 05:12:44.196989 [ 5 ] {0b106bda-d4b7-4bbc-a5f5-b12933d620dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7499 | 2025.01.07 05:12:44.197071 [ 5 ] {0b106bda-d4b7-4bbc-a5f5-b12933d620dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7500 | 2025.01.07 05:12:44.197696 [ 5 ] {0b106bda-d4b7-4bbc-a5f5-b12933d620dd} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7501 | 2025.01.07 05:12:44.197735 [ 5 ] {0b106bda-d4b7-4bbc-a5f5-b12933d620dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7502 | 2025.01.07 05:12:44.198094 [ 5 ] {0b106bda-d4b7-4bbc-a5f5-b12933d620dd} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7503 | 2025.01.07 05:12:44.198334 [ 5 ] {0b106bda-d4b7-4bbc-a5f5-b12933d620dd} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7504 | 2025.01.07 05:12:44.198555 [ 5 ] {0b106bda-d4b7-4bbc-a5f5-b12933d620dd} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001616 sec., 14232.673267326732 rows/sec., 1.00 MiB/sec. | ||
| 7505 | 2025.01.07 05:12:44.198677 [ 5 ] {0b106bda-d4b7-4bbc-a5f5-b12933d620dd} <Debug> TCPHandler: Processed in 0.002055733 sec. | ||
| 7506 | 2025.01.07 05:12:44.198930 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7507 | 2025.01.07 05:12:44.199077 [ 256 ] {bc57f2a0-d5c4-4c75-8b16-e3c37e87489b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7508 | 2025.01.07 05:12:44.199138 [ 256 ] {bc57f2a0-d5c4-4c75-8b16-e3c37e87489b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7509 | 2025.01.07 05:12:44.199736 [ 256 ] {bc57f2a0-d5c4-4c75-8b16-e3c37e87489b} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7510 | 2025.01.07 05:12:44.199778 [ 256 ] {bc57f2a0-d5c4-4c75-8b16-e3c37e87489b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7511 | 2025.01.07 05:12:44.200146 [ 256 ] {bc57f2a0-d5c4-4c75-8b16-e3c37e87489b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7512 | 2025.01.07 05:12:44.200396 [ 256 ] {bc57f2a0-d5c4-4c75-8b16-e3c37e87489b} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7513 | 2025.01.07 05:12:44.200715 [ 256 ] {bc57f2a0-d5c4-4c75-8b16-e3c37e87489b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001649 sec., 8489.993935718618 rows/sec., 594.58 KiB/sec. | ||
| 7514 | 2025.01.07 05:12:44.200924 [ 256 ] {bc57f2a0-d5c4-4c75-8b16-e3c37e87489b} <Debug> TCPHandler: Processed in 0.002129375 sec. | ||
| 7515 | 2025.01.07 05:12:44.201071 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7516 | 2025.01.07 05:12:44.201201 [ 5 ] {99b95717-1a1b-4b3e-bf8e-45273b694b70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7517 | 2025.01.07 05:12:44.201257 [ 5 ] {99b95717-1a1b-4b3e-bf8e-45273b694b70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7518 | 2025.01.07 05:12:44.201923 [ 5 ] {99b95717-1a1b-4b3e-bf8e-45273b694b70} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7519 | 2025.01.07 05:12:44.201969 [ 5 ] {99b95717-1a1b-4b3e-bf8e-45273b694b70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7520 | 2025.01.07 05:12:44.202341 [ 5 ] {99b95717-1a1b-4b3e-bf8e-45273b694b70} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7521 | 2025.01.07 05:12:44.202591 [ 5 ] {99b95717-1a1b-4b3e-bf8e-45273b694b70} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7522 | 2025.01.07 05:12:44.202775 [ 5 ] {99b95717-1a1b-4b3e-bf8e-45273b694b70} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001607 sec., 8089.607965152459 rows/sec., 504.39 KiB/sec. | ||
| 7523 | 2025.01.07 05:12:44.202827 [ 5 ] {99b95717-1a1b-4b3e-bf8e-45273b694b70} <Debug> TCPHandler: Processed in 0.001814136 sec. | ||
| 7524 | 2025.01.07 05:12:44.202975 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7525 | 2025.01.07 05:12:44.203094 [ 256 ] {d42d38cd-ab20-4286-93d0-03adcbdc86f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7526 | 2025.01.07 05:12:44.203145 [ 256 ] {d42d38cd-ab20-4286-93d0-03adcbdc86f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7527 | 2025.01.07 05:12:44.203877 [ 256 ] {d42d38cd-ab20-4286-93d0-03adcbdc86f7} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7528 | 2025.01.07 05:12:44.203918 [ 256 ] {d42d38cd-ab20-4286-93d0-03adcbdc86f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7529 | 2025.01.07 05:12:44.204316 [ 256 ] {d42d38cd-ab20-4286-93d0-03adcbdc86f7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7530 | 2025.01.07 05:12:44.204568 [ 256 ] {d42d38cd-ab20-4286-93d0-03adcbdc86f7} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7531 | 2025.01.07 05:12:44.204807 [ 256 ] {d42d38cd-ab20-4286-93d0-03adcbdc86f7} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.001731 sec., 209127.67186597345 rows/sec., 14.72 MiB/sec. | ||
| 7532 | 2025.01.07 05:12:44.204898 [ 256 ] {d42d38cd-ab20-4286-93d0-03adcbdc86f7} <Debug> TCPHandler: Processed in 0.001977031 sec. | ||
| 7533 | 2025.01.07 05:12:44.205128 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7534 | 2025.01.07 05:12:44.205311 [ 5 ] {7eba8805-9228-444f-a317-026c83b8b97e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7535 | 2025.01.07 05:12:44.205372 [ 5 ] {7eba8805-9228-444f-a317-026c83b8b97e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7536 | 2025.01.07 05:12:44.205943 [ 5 ] {7eba8805-9228-444f-a317-026c83b8b97e} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7537 | 2025.01.07 05:12:44.205989 [ 5 ] {7eba8805-9228-444f-a317-026c83b8b97e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7538 | 2025.01.07 05:12:44.206382 [ 5 ] {7eba8805-9228-444f-a317-026c83b8b97e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7539 | 2025.01.07 05:12:44.206614 [ 5 ] {7eba8805-9228-444f-a317-026c83b8b97e} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7540 | 2025.01.07 05:12:44.206828 [ 5 ] {7eba8805-9228-444f-a317-026c83b8b97e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001548 sec., 3875.9689922480625 rows/sec., 202.50 KiB/sec. | ||
| 7541 | 2025.01.07 05:12:44.206880 [ 5 ] {7eba8805-9228-444f-a317-026c83b8b97e} <Debug> TCPHandler: Processed in 0.001883508 sec. | ||
| 7542 | 2025.01.07 05:12:44.207017 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7543 | 2025.01.07 05:12:44.207138 [ 256 ] {bf0f1b08-5f4c-48ba-9edc-b4ce16ba2305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7544 | 2025.01.07 05:12:44.207201 [ 256 ] {bf0f1b08-5f4c-48ba-9edc-b4ce16ba2305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7545 | 2025.01.07 05:12:44.207881 [ 256 ] {bf0f1b08-5f4c-48ba-9edc-b4ce16ba2305} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7546 | 2025.01.07 05:12:44.207929 [ 256 ] {bf0f1b08-5f4c-48ba-9edc-b4ce16ba2305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7547 | 2025.01.07 05:12:44.208357 [ 256 ] {bf0f1b08-5f4c-48ba-9edc-b4ce16ba2305} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7548 | 2025.01.07 05:12:44.208595 [ 256 ] {bf0f1b08-5f4c-48ba-9edc-b4ce16ba2305} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7549 | 2025.01.07 05:12:44.208817 [ 256 ] {bf0f1b08-5f4c-48ba-9edc-b4ce16ba2305} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001707 sec., 103690.68541300528 rows/sec., 6.84 MiB/sec. | ||
| 7550 | 2025.01.07 05:12:44.208873 [ 256 ] {bf0f1b08-5f4c-48ba-9edc-b4ce16ba2305} <Debug> TCPHandler: Processed in 0.001914038 sec. | ||
| 7551 | 2025.01.07 05:12:44.209009 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7552 | 2025.01.07 05:12:44.209128 [ 5 ] {215662c3-0ede-4221-ba9e-379db78da43a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7553 | 2025.01.07 05:12:44.209188 [ 5 ] {215662c3-0ede-4221-ba9e-379db78da43a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7554 | 2025.01.07 05:12:44.209744 [ 5 ] {215662c3-0ede-4221-ba9e-379db78da43a} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7555 | 2025.01.07 05:12:44.209791 [ 5 ] {215662c3-0ede-4221-ba9e-379db78da43a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7556 | 2025.01.07 05:12:44.210201 [ 5 ] {215662c3-0ede-4221-ba9e-379db78da43a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7557 | 2025.01.07 05:12:44.210439 [ 5 ] {215662c3-0ede-4221-ba9e-379db78da43a} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7558 | 2025.01.07 05:12:44.210643 [ 5 ] {215662c3-0ede-4221-ba9e-379db78da43a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001542 sec., 648.5084306095979 rows/sec., 43.70 KiB/sec. | ||
| 7559 | 2025.01.07 05:12:44.210694 [ 5 ] {215662c3-0ede-4221-ba9e-379db78da43a} <Debug> TCPHandler: Processed in 0.001740814 sec. | ||
| 7560 | 2025.01.07 05:12:44.210833 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7561 | 2025.01.07 05:12:44.210950 [ 256 ] {2c6839cb-ee27-43b4-a63d-337ff60a6b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7562 | 2025.01.07 05:12:44.211032 [ 256 ] {2c6839cb-ee27-43b4-a63d-337ff60a6b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7563 | 2025.01.07 05:12:44.212191 [ 256 ] {2c6839cb-ee27-43b4-a63d-337ff60a6b78} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7564 | 2025.01.07 05:12:44.212232 [ 256 ] {2c6839cb-ee27-43b4-a63d-337ff60a6b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7565 | 2025.01.07 05:12:44.212873 [ 256 ] {2c6839cb-ee27-43b4-a63d-337ff60a6b78} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7566 | 2025.01.07 05:12:44.213130 [ 256 ] {2c6839cb-ee27-43b4-a63d-337ff60a6b78} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7567 | 2025.01.07 05:12:44.213382 [ 256 ] {2c6839cb-ee27-43b4-a63d-337ff60a6b78} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002456 sec., 6514.657980456026 rows/sec., 11.67 MiB/sec. | ||
| 7568 | 2025.01.07 05:12:44.213501 [ 256 ] {2c6839cb-ee27-43b4-a63d-337ff60a6b78} <Debug> TCPHandler: Processed in 0.002721834 sec. | ||
| 7569 | 2025.01.07 05:12:44.213649 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7570 | 2025.01.07 05:12:44.213767 [ 5 ] {27921b77-4f70-4c36-81e2-dc6eaff19896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7571 | 2025.01.07 05:12:44.213817 [ 5 ] {27921b77-4f70-4c36-81e2-dc6eaff19896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7572 | 2025.01.07 05:12:44.214311 [ 5 ] {27921b77-4f70-4c36-81e2-dc6eaff19896} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7573 | 2025.01.07 05:12:44.214360 [ 5 ] {27921b77-4f70-4c36-81e2-dc6eaff19896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7574 | 2025.01.07 05:12:44.214794 [ 5 ] {27921b77-4f70-4c36-81e2-dc6eaff19896} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7575 | 2025.01.07 05:12:44.215046 [ 5 ] {27921b77-4f70-4c36-81e2-dc6eaff19896} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7576 | 2025.01.07 05:12:44.215262 [ 5 ] {27921b77-4f70-4c36-81e2-dc6eaff19896} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.00152 sec., 34210.52631578947 rows/sec., 2.12 MiB/sec. | ||
| 7577 | 2025.01.07 05:12:44.215314 [ 5 ] {27921b77-4f70-4c36-81e2-dc6eaff19896} <Debug> TCPHandler: Processed in 0.001722173 sec. | ||
| 7578 | 2025.01.07 05:12:48.806215 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7579 | 2025.01.07 05:12:48.806291 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7580 | 2025.01.07 05:12:48.956858 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 7581 | 2025.01.07 05:12:48.957514 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7582 | 2025.01.07 05:12:48.957566 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7583 | 2025.01.07 05:12:48.958186 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7584 | 2025.01.07 05:12:48.958453 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7585 | 2025.01.07 05:12:48.958722 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7586 | 2025.01.07 05:12:49.187898 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7587 | 2025.01.07 05:12:49.188200 [ 5 ] {092505af-c021-4d40-9c93-6276077c1f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7588 | 2025.01.07 05:12:49.188313 [ 5 ] {092505af-c021-4d40-9c93-6276077c1f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7589 | 2025.01.07 05:12:49.189140 [ 5 ] {092505af-c021-4d40-9c93-6276077c1f83} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7590 | 2025.01.07 05:12:49.189184 [ 5 ] {092505af-c021-4d40-9c93-6276077c1f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7591 | 2025.01.07 05:12:49.189630 [ 5 ] {092505af-c021-4d40-9c93-6276077c1f83} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7592 | 2025.01.07 05:12:49.189882 [ 5 ] {092505af-c021-4d40-9c93-6276077c1f83} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7593 | 2025.01.07 05:12:49.190043 [ 153 ] {} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
| 7594 | 2025.01.07 05:12:49.190092 [ 153 ] {} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7595 | 2025.01.07 05:12:49.190099 [ 5 ] {092505af-c021-4d40-9c93-6276077c1f83} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001985 sec., 38287.15365239295 rows/sec., 3.32 MiB/sec. | ||
| 7596 | 2025.01.07 05:12:49.190119 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7597 | 2025.01.07 05:12:49.190217 [ 5 ] {092505af-c021-4d40-9c93-6276077c1f83} <Debug> TCPHandler: Processed in 0.002506597 sec. | ||
| 7598 | 2025.01.07 05:12:49.190398 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::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 | ||
| 7599 | 2025.01.07 05:12:49.190546 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7600 | 2025.01.07 05:12:49.190613 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7601 | 2025.01.07 05:12:49.190673 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 1404 rows starting from the beginning of the part | ||
| 7602 | 2025.01.07 05:12:49.190956 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 76 rows starting from the beginning of the part | ||
| 7603 | 2025.01.07 05:12:49.190958 [ 256 ] {3f2c69ec-a0a6-403a-b1e4-b891d260cf9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7604 | 2025.01.07 05:12:49.191176 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 205 rows starting from the beginning of the part | ||
| 7605 | 2025.01.07 05:12:49.191207 [ 256 ] {3f2c69ec-a0a6-403a-b1e4-b891d260cf9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7606 | 2025.01.07 05:12:49.191499 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 77 rows starting from the beginning of the part | ||
| 7607 | 2025.01.07 05:12:49.191852 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 205 rows starting from the beginning of the part | ||
| 7608 | 2025.01.07 05:12:49.192090 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 76 rows starting from the beginning of the part | ||
| 7609 | 2025.01.07 05:12:49.193921 [ 256 ] {3f2c69ec-a0a6-403a-b1e4-b891d260cf9f} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7610 | 2025.01.07 05:12:49.193995 [ 256 ] {3f2c69ec-a0a6-403a-b1e4-b891d260cf9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7611 | 2025.01.07 05:12:49.194973 [ 256 ] {3f2c69ec-a0a6-403a-b1e4-b891d260cf9f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7612 | 2025.01.07 05:12:49.195508 [ 196 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2043 rows, containing 5 columns (5 merged, 0 gathered) in 0.005260122 sec., 388394.03344637254 rows/sec., 34.46 MiB/sec. | ||
| 7613 | 2025.01.07 05:12:49.195526 [ 256 ] {3f2c69ec-a0a6-403a-b1e4-b891d260cf9f} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7614 | 2025.01.07 05:12:49.195918 [ 196 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 7615 | 2025.01.07 05:12:49.195975 [ 256 ] {3f2c69ec-a0a6-403a-b1e4-b891d260cf9f} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.005205 sec., 4803.073967339096 rows/sec., 361.17 KiB/sec. | ||
| 7616 | 2025.01.07 05:12:49.196412 [ 256 ] {3f2c69ec-a0a6-403a-b1e4-b891d260cf9f} <Debug> TCPHandler: Processed in 0.006056557 sec. | ||
| 7617 | 2025.01.07 05:12:49.196720 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7618 | 2025.01.07 05:12:49.196938 [ 5 ] {dd947de2-5c10-4b78-96bd-434d6899fa30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7619 | 2025.01.07 05:12:49.196943 [ 196 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_55_11} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7620 | 2025.01.07 05:12:49.197059 [ 5 ] {dd947de2-5c10-4b78-96bd-434d6899fa30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7621 | 2025.01.07 05:12:49.197186 [ 196 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_55_11} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
| 7622 | 2025.01.07 05:12:49.197376 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 7623 | 2025.01.07 05:12:49.197909 [ 5 ] {dd947de2-5c10-4b78-96bd-434d6899fa30} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7624 | 2025.01.07 05:12:49.197954 [ 5 ] {dd947de2-5c10-4b78-96bd-434d6899fa30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7625 | 2025.01.07 05:12:49.198325 [ 5 ] {dd947de2-5c10-4b78-96bd-434d6899fa30} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7626 | 2025.01.07 05:12:49.198565 [ 5 ] {dd947de2-5c10-4b78-96bd-434d6899fa30} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7627 | 2025.01.07 05:12:49.198746 [ 90 ] {} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
| 7628 | 2025.01.07 05:12:49.198810 [ 90 ] {} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7629 | 2025.01.07 05:12:49.198812 [ 5 ] {dd947de2-5c10-4b78-96bd-434d6899fa30} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001934 sec., 27404.343329886247 rows/sec., 2.14 MiB/sec. | ||
| 7630 | 2025.01.07 05:12:49.198844 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7631 | 2025.01.07 05:12:49.198983 [ 5 ] {dd947de2-5c10-4b78-96bd-434d6899fa30} <Debug> TCPHandler: Processed in 0.002449455 sec. | ||
| 7632 | 2025.01.07 05:12:49.199074 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::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 | ||
| 7633 | 2025.01.07 05:12:49.199190 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7634 | 2025.01.07 05:12:49.199269 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7635 | 2025.01.07 05:12:49.199311 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 875 rows starting from the beginning of the part | ||
| 7636 | 2025.01.07 05:12:49.199579 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 53 rows starting from the beginning of the part | ||
| 7637 | 2025.01.07 05:12:49.199577 [ 256 ] {a3608490-dd87-4661-a2d0-505e67f211b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7638 | 2025.01.07 05:12:49.199850 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 362 rows starting from the beginning of the part | ||
| 7639 | 2025.01.07 05:12:49.199895 [ 256 ] {a3608490-dd87-4661-a2d0-505e67f211b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7640 | 2025.01.07 05:12:49.200133 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 55 rows starting from the beginning of the part | ||
| 7641 | 2025.01.07 05:12:49.200463 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 362 rows starting from the beginning of the part | ||
| 7642 | 2025.01.07 05:12:49.200815 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 53 rows starting from the beginning of the part | ||
| 7643 | 2025.01.07 05:12:49.202451 [ 256 ] {a3608490-dd87-4661-a2d0-505e67f211b5} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7644 | 2025.01.07 05:12:49.202528 [ 256 ] {a3608490-dd87-4661-a2d0-505e67f211b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7645 | 2025.01.07 05:12:49.203620 [ 256 ] {a3608490-dd87-4661-a2d0-505e67f211b5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7646 | 2025.01.07 05:12:49.204131 [ 256 ] {a3608490-dd87-4661-a2d0-505e67f211b5} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7647 | 2025.01.07 05:12:49.204235 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1760 rows, containing 5 columns (5 merged, 0 gathered) in 0.005273522 sec., 333742.80035240203 rows/sec., 25.35 MiB/sec. | ||
| 7648 | 2025.01.07 05:12:49.204551 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 7649 | 2025.01.07 05:12:49.204742 [ 256 ] {a3608490-dd87-4661-a2d0-505e67f211b5} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005286 sec., 18917.896329928113 rows/sec., 1.31 MiB/sec. | ||
| 7650 | 2025.01.07 05:12:49.205318 [ 256 ] {a3608490-dd87-4661-a2d0-505e67f211b5} <Debug> TCPHandler: Processed in 0.006210711 sec. | ||
| 7651 | 2025.01.07 05:12:49.205403 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_55_11} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7652 | 2025.01.07 05:12:49.205755 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_55_11} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
| 7653 | 2025.01.07 05:12:49.205835 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7654 | 2025.01.07 05:12:49.205883 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 7655 | 2025.01.07 05:12:49.206002 [ 5 ] {9c29284d-5fbb-43a2-9880-be83afe1274e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7656 | 2025.01.07 05:12:49.206099 [ 5 ] {9c29284d-5fbb-43a2-9880-be83afe1274e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7657 | 2025.01.07 05:12:49.207362 [ 5 ] {9c29284d-5fbb-43a2-9880-be83afe1274e} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7658 | 2025.01.07 05:12:49.207402 [ 5 ] {9c29284d-5fbb-43a2-9880-be83afe1274e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7659 | 2025.01.07 05:12:49.208078 [ 5 ] {9c29284d-5fbb-43a2-9880-be83afe1274e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7660 | 2025.01.07 05:12:49.208351 [ 5 ] {9c29284d-5fbb-43a2-9880-be83afe1274e} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7661 | 2025.01.07 05:12:49.208662 [ 5 ] {9c29284d-5fbb-43a2-9880-be83afe1274e} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002691 sec., 9290.22668153103 rows/sec., 16.65 MiB/sec. | ||
| 7662 | 2025.01.07 05:12:49.209214 [ 5 ] {9c29284d-5fbb-43a2-9880-be83afe1274e} <Debug> TCPHandler: Processed in 0.003733675 sec. | ||
| 7663 | 2025.01.07 05:12:49.209409 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7664 | 2025.01.07 05:12:49.209552 [ 256 ] {0a9440a2-7a84-4840-ace6-4bb717066ec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7665 | 2025.01.07 05:12:49.209612 [ 256 ] {0a9440a2-7a84-4840-ace6-4bb717066ec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7666 | 2025.01.07 05:12:49.210174 [ 256 ] {0a9440a2-7a84-4840-ace6-4bb717066ec8} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7667 | 2025.01.07 05:12:49.210221 [ 256 ] {0a9440a2-7a84-4840-ace6-4bb717066ec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7668 | 2025.01.07 05:12:49.210622 [ 256 ] {0a9440a2-7a84-4840-ace6-4bb717066ec8} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7669 | 2025.01.07 05:12:49.210861 [ 256 ] {0a9440a2-7a84-4840-ace6-4bb717066ec8} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7670 | 2025.01.07 05:12:49.211126 [ 256 ] {0a9440a2-7a84-4840-ace6-4bb717066ec8} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001596 sec., 18796.992481203008 rows/sec., 1.29 MiB/sec. | ||
| 7671 | 2025.01.07 05:12:49.211181 [ 256 ] {0a9440a2-7a84-4840-ace6-4bb717066ec8} <Debug> TCPHandler: Processed in 0.001860187 sec. | ||
| 7672 | 2025.01.07 05:12:50.182976 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7673 | 2025.01.07 05:12:50.203697 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7674 | 2025.01.07 05:12:50.203768 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7675 | 2025.01.07 05:12:50.211305 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7676 | 2025.01.07 05:12:50.212056 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7677 | 2025.01.07 05:12:50.215038 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7678 | 2025.01.07 05:12:54.038778 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1074 | ||
| 7679 | 2025.01.07 05:12:54.041913 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7680 | 2025.01.07 05:12:54.041968 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7681 | 2025.01.07 05:12:54.043444 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7682 | 2025.01.07 05:12:54.043763 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7683 | 2025.01.07 05:12:54.044376 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1074 | ||
| 7684 | 2025.01.07 05:12:54.220068 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7685 | 2025.01.07 05:12:54.220387 [ 5 ] {efcedefe-299c-4dd5-a690-9e89d44f9444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7686 | 2025.01.07 05:12:54.220520 [ 5 ] {efcedefe-299c-4dd5-a690-9e89d44f9444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7687 | 2025.01.07 05:12:54.221319 [ 5 ] {efcedefe-299c-4dd5-a690-9e89d44f9444} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7688 | 2025.01.07 05:12:54.221369 [ 5 ] {efcedefe-299c-4dd5-a690-9e89d44f9444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7689 | 2025.01.07 05:12:54.221804 [ 5 ] {efcedefe-299c-4dd5-a690-9e89d44f9444} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7690 | 2025.01.07 05:12:54.222056 [ 5 ] {efcedefe-299c-4dd5-a690-9e89d44f9444} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7691 | 2025.01.07 05:12:54.222299 [ 5 ] {efcedefe-299c-4dd5-a690-9e89d44f9444} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002001 sec., 6996.501749125437 rows/sec., 503.65 KiB/sec. | ||
| 7692 | 2025.01.07 05:12:54.222355 [ 5 ] {efcedefe-299c-4dd5-a690-9e89d44f9444} <Debug> TCPHandler: Processed in 0.002478877 sec. | ||
| 7693 | 2025.01.07 05:12:54.222612 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7694 | 2025.01.07 05:12:54.222834 [ 256 ] {8c144213-e85b-4443-b894-5cd3d7294e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7695 | 2025.01.07 05:12:54.222919 [ 256 ] {8c144213-e85b-4443-b894-5cd3d7294e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7696 | 2025.01.07 05:12:54.223717 [ 256 ] {8c144213-e85b-4443-b894-5cd3d7294e41} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7697 | 2025.01.07 05:12:54.223765 [ 256 ] {8c144213-e85b-4443-b894-5cd3d7294e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7698 | 2025.01.07 05:12:54.224198 [ 256 ] {8c144213-e85b-4443-b894-5cd3d7294e41} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7699 | 2025.01.07 05:12:54.224464 [ 256 ] {8c144213-e85b-4443-b894-5cd3d7294e41} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7700 | 2025.01.07 05:12:54.224718 [ 256 ] {8c144213-e85b-4443-b894-5cd3d7294e41} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001946 sec., 1027.749229188078 rows/sec., 83.81 KiB/sec. | ||
| 7701 | 2025.01.07 05:12:54.224835 [ 256 ] {8c144213-e85b-4443-b894-5cd3d7294e41} <Debug> TCPHandler: Processed in 0.002365153 sec. | ||
| 7702 | 2025.01.07 05:12:54.225048 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7703 | 2025.01.07 05:12:54.225282 [ 5 ] {c279dfef-37e2-4c88-8b4b-c93145ba577e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7704 | 2025.01.07 05:12:54.225376 [ 5 ] {c279dfef-37e2-4c88-8b4b-c93145ba577e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7705 | 2025.01.07 05:12:54.226578 [ 5 ] {c279dfef-37e2-4c88-8b4b-c93145ba577e} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7706 | 2025.01.07 05:12:54.226620 [ 5 ] {c279dfef-37e2-4c88-8b4b-c93145ba577e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7707 | 2025.01.07 05:12:54.227079 [ 5 ] {c279dfef-37e2-4c88-8b4b-c93145ba577e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7708 | 2025.01.07 05:12:54.227323 [ 5 ] {c279dfef-37e2-4c88-8b4b-c93145ba577e} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7709 | 2025.01.07 05:12:54.227534 [ 5 ] {c279dfef-37e2-4c88-8b4b-c93145ba577e} <Debug> executeQuery: Read 1346 rows, 114.77 KiB in 0.002308 sec., 583188.9081455806 rows/sec., 48.56 MiB/sec. | ||
| 7710 | 2025.01.07 05:12:54.227586 [ 5 ] {c279dfef-37e2-4c88-8b4b-c93145ba577e} <Debug> TCPHandler: Processed in 0.002648371 sec. | ||
| 7711 | 2025.01.07 05:12:54.227818 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7712 | 2025.01.07 05:12:54.228042 [ 256 ] {4dbd04b9-bc07-4394-a30e-22c7057ad5b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7713 | 2025.01.07 05:12:54.228132 [ 256 ] {4dbd04b9-bc07-4394-a30e-22c7057ad5b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7714 | 2025.01.07 05:12:54.228917 [ 256 ] {4dbd04b9-bc07-4394-a30e-22c7057ad5b9} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7715 | 2025.01.07 05:12:54.228958 [ 256 ] {4dbd04b9-bc07-4394-a30e-22c7057ad5b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7716 | 2025.01.07 05:12:54.229322 [ 256 ] {4dbd04b9-bc07-4394-a30e-22c7057ad5b9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7717 | 2025.01.07 05:12:54.229559 [ 256 ] {4dbd04b9-bc07-4394-a30e-22c7057ad5b9} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7718 | 2025.01.07 05:12:54.229766 [ 256 ] {4dbd04b9-bc07-4394-a30e-22c7057ad5b9} <Debug> executeQuery: Read 25 rows, 1.80 KiB in 0.001781 sec., 14037.05783267827 rows/sec., 1010.01 KiB/sec. | ||
| 7719 | 2025.01.07 05:12:54.229819 [ 256 ] {4dbd04b9-bc07-4394-a30e-22c7057ad5b9} <Debug> TCPHandler: Processed in 0.002110285 sec. | ||
| 7720 | 2025.01.07 05:12:54.229985 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7721 | 2025.01.07 05:12:54.230123 [ 5 ] {af27092b-86c3-4a9f-bace-2bd7d0bcb362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7722 | 2025.01.07 05:12:54.230182 [ 5 ] {af27092b-86c3-4a9f-bace-2bd7d0bcb362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7723 | 2025.01.07 05:12:54.230903 [ 5 ] {af27092b-86c3-4a9f-bace-2bd7d0bcb362} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7724 | 2025.01.07 05:12:54.230943 [ 5 ] {af27092b-86c3-4a9f-bace-2bd7d0bcb362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7725 | 2025.01.07 05:12:54.231312 [ 5 ] {af27092b-86c3-4a9f-bace-2bd7d0bcb362} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7726 | 2025.01.07 05:12:54.231561 [ 5 ] {af27092b-86c3-4a9f-bace-2bd7d0bcb362} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7727 | 2025.01.07 05:12:54.231723 [ 134 ] {} <Debug> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7728 | 2025.01.07 05:12:54.231801 [ 134 ] {} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7729 | 2025.01.07 05:12:54.231810 [ 5 ] {af27092b-86c3-4a9f-bace-2bd7d0bcb362} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001703 sec., 142102.17263652378 rows/sec., 9.63 MiB/sec. | ||
| 7730 | 2025.01.07 05:12:54.231844 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7731 | 2025.01.07 05:12:54.231966 [ 5 ] {af27092b-86c3-4a9f-bace-2bd7d0bcb362} <Debug> TCPHandler: Processed in 0.002046003 sec. | ||
| 7732 | 2025.01.07 05:12:54.232237 [ 194 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::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 | ||
| 7733 | 2025.01.07 05:12:54.232424 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7734 | 2025.01.07 05:12:54.232500 [ 194 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7735 | 2025.01.07 05:12:54.232546 [ 194 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 243 rows starting from the beginning of the part | ||
| 7736 | 2025.01.07 05:12:54.232732 [ 256 ] {2ed73654-fb2a-46c9-911a-da64f36e5d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7737 | 2025.01.07 05:12:54.232817 [ 194 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 7738 | 2025.01.07 05:12:54.232921 [ 256 ] {2ed73654-fb2a-46c9-911a-da64f36e5d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7739 | 2025.01.07 05:12:54.233150 [ 194 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 242 rows starting from the beginning of the part | ||
| 7740 | 2025.01.07 05:12:54.233443 [ 194 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 7741 | 2025.01.07 05:12:54.233791 [ 194 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 7742 | 2025.01.07 05:12:54.234103 [ 194 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 242 rows starting from the beginning of the part | ||
| 7743 | 2025.01.07 05:12:54.235719 [ 256 ] {2ed73654-fb2a-46c9-911a-da64f36e5d11} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7744 | 2025.01.07 05:12:54.235787 [ 256 ] {2ed73654-fb2a-46c9-911a-da64f36e5d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7745 | 2025.01.07 05:12:54.236803 [ 256 ] {2ed73654-fb2a-46c9-911a-da64f36e5d11} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7746 | 2025.01.07 05:12:54.237237 [ 187 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005270152 sec., 145916.0950196503 rows/sec., 10.45 MiB/sec. | ||
| 7747 | 2025.01.07 05:12:54.237309 [ 256 ] {2ed73654-fb2a-46c9-911a-da64f36e5d11} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7748 | 2025.01.07 05:12:54.237445 [ 187 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7749 | 2025.01.07 05:12:54.237705 [ 256 ] {2ed73654-fb2a-46c9-911a-da64f36e5d11} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005072 sec., 2563.0914826498424 rows/sec., 159.81 KiB/sec. | ||
| 7750 | 2025.01.07 05:12:54.237934 [ 256 ] {2ed73654-fb2a-46c9-911a-da64f36e5d11} <Debug> TCPHandler: Processed in 0.005811758 sec. | ||
| 7751 | 2025.01.07 05:12:54.238117 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7752 | 2025.01.07 05:12:54.238137 [ 187 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_26_5} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7753 | 2025.01.07 05:12:54.238298 [ 187 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_26_5} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7754 | 2025.01.07 05:12:54.238312 [ 5 ] {5a7e4131-ad33-4692-aad3-9445cc800e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7755 | 2025.01.07 05:12:54.238422 [ 5 ] {5a7e4131-ad33-4692-aad3-9445cc800e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7756 | 2025.01.07 05:12:54.238451 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 7757 | 2025.01.07 05:12:54.239374 [ 5 ] {5a7e4131-ad33-4692-aad3-9445cc800e6b} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7758 | 2025.01.07 05:12:54.239417 [ 5 ] {5a7e4131-ad33-4692-aad3-9445cc800e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7759 | 2025.01.07 05:12:54.239817 [ 5 ] {5a7e4131-ad33-4692-aad3-9445cc800e6b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7760 | 2025.01.07 05:12:54.240053 [ 5 ] {5a7e4131-ad33-4692-aad3-9445cc800e6b} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7761 | 2025.01.07 05:12:54.240235 [ 5 ] {5a7e4131-ad33-4692-aad3-9445cc800e6b} <Debug> executeQuery: Read 820 rows, 60.54 KiB in 0.001979 sec., 414350.6821627085 rows/sec., 29.87 MiB/sec. | ||
| 7762 | 2025.01.07 05:12:54.240285 [ 5 ] {5a7e4131-ad33-4692-aad3-9445cc800e6b} <Debug> TCPHandler: Processed in 0.00225667 sec. | ||
| 7763 | 2025.01.07 05:12:54.240419 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7764 | 2025.01.07 05:12:54.240537 [ 256 ] {f16fc960-e070-406c-8aa6-4640d855312d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7765 | 2025.01.07 05:12:54.240588 [ 256 ] {f16fc960-e070-406c-8aa6-4640d855312d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7766 | 2025.01.07 05:12:54.241079 [ 256 ] {f16fc960-e070-406c-8aa6-4640d855312d} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7767 | 2025.01.07 05:12:54.241118 [ 256 ] {f16fc960-e070-406c-8aa6-4640d855312d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7768 | 2025.01.07 05:12:54.241481 [ 256 ] {f16fc960-e070-406c-8aa6-4640d855312d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7769 | 2025.01.07 05:12:54.241715 [ 256 ] {f16fc960-e070-406c-8aa6-4640d855312d} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7770 | 2025.01.07 05:12:54.241953 [ 256 ] {f16fc960-e070-406c-8aa6-4640d855312d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001441 sec., 4163.775156141568 rows/sec., 217.54 KiB/sec. | ||
| 7771 | 2025.01.07 05:12:54.242006 [ 256 ] {f16fc960-e070-406c-8aa6-4640d855312d} <Debug> TCPHandler: Processed in 0.001640141 sec. | ||
| 7772 | 2025.01.07 05:12:54.242143 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7773 | 2025.01.07 05:12:54.242260 [ 5 ] {7f1ed454-dd91-404e-9bea-acf3f1aad966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7774 | 2025.01.07 05:12:54.242314 [ 5 ] {7f1ed454-dd91-404e-9bea-acf3f1aad966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7775 | 2025.01.07 05:12:54.243051 [ 5 ] {7f1ed454-dd91-404e-9bea-acf3f1aad966} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7776 | 2025.01.07 05:12:54.243089 [ 5 ] {7f1ed454-dd91-404e-9bea-acf3f1aad966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7777 | 2025.01.07 05:12:54.243573 [ 5 ] {7f1ed454-dd91-404e-9bea-acf3f1aad966} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7778 | 2025.01.07 05:12:54.243810 [ 5 ] {7f1ed454-dd91-404e-9bea-acf3f1aad966} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7779 | 2025.01.07 05:12:54.243938 [ 113 ] {} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7780 | 2025.01.07 05:12:54.243991 [ 5 ] {7f1ed454-dd91-404e-9bea-acf3f1aad966} <Debug> executeQuery: Read 898 rows, 61.24 KiB in 0.001756 sec., 511389.52164009114 rows/sec., 34.06 MiB/sec. | ||
| 7781 | 2025.01.07 05:12:54.243993 [ 113 ] {} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7782 | 2025.01.07 05:12:54.244048 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7783 | 2025.01.07 05:12:54.244065 [ 5 ] {7f1ed454-dd91-404e-9bea-acf3f1aad966} <Debug> TCPHandler: Processed in 0.001974321 sec. | ||
| 7784 | 2025.01.07 05:12:54.244310 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7785 | 2025.01.07 05:12:54.244387 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::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 | ||
| 7786 | 2025.01.07 05:12:54.244675 [ 256 ] {8fc1e71b-fda8-415c-b1ae-4d9ac41571c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7787 | 2025.01.07 05:12:54.244845 [ 256 ] {8fc1e71b-fda8-415c-b1ae-4d9ac41571c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7788 | 2025.01.07 05:12:54.244997 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7789 | 2025.01.07 05:12:54.245149 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 13283 rows starting from the beginning of the part | ||
| 7790 | 2025.01.07 05:12:54.245829 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 177 rows starting from the beginning of the part | ||
| 7791 | 2025.01.07 05:12:54.246345 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 101 rows starting from the beginning of the part | ||
| 7792 | 2025.01.07 05:12:54.246692 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 177 rows starting from the beginning of the part | ||
| 7793 | 2025.01.07 05:12:54.247061 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 100 rows starting from the beginning of the part | ||
| 7794 | 2025.01.07 05:12:54.247374 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 898 rows starting from the beginning of the part | ||
| 7795 | 2025.01.07 05:12:54.247992 [ 256 ] {8fc1e71b-fda8-415c-b1ae-4d9ac41571c0} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7796 | 2025.01.07 05:12:54.248029 [ 256 ] {8fc1e71b-fda8-415c-b1ae-4d9ac41571c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7797 | 2025.01.07 05:12:54.248515 [ 256 ] {8fc1e71b-fda8-415c-b1ae-4d9ac41571c0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7798 | 2025.01.07 05:12:54.248833 [ 256 ] {8fc1e71b-fda8-415c-b1ae-4d9ac41571c0} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7799 | 2025.01.07 05:12:54.249134 [ 256 ] {8fc1e71b-fda8-415c-b1ae-4d9ac41571c0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0046 sec., 217.3913043478261 rows/sec., 14.65 KiB/sec. | ||
| 7800 | 2025.01.07 05:12:54.249230 [ 256 ] {8fc1e71b-fda8-415c-b1ae-4d9ac41571c0} <Debug> TCPHandler: Processed in 0.005084746 sec. | ||
| 7801 | 2025.01.07 05:12:54.249433 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7802 | 2025.01.07 05:12:54.249742 [ 5 ] {25972c5b-954c-48a1-9dc5-5798d2fc933d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7803 | 2025.01.07 05:12:54.249982 [ 5 ] {25972c5b-954c-48a1-9dc5-5798d2fc933d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7804 | 2025.01.07 05:12:54.251866 [ 5 ] {25972c5b-954c-48a1-9dc5-5798d2fc933d} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7805 | 2025.01.07 05:12:54.251905 [ 5 ] {25972c5b-954c-48a1-9dc5-5798d2fc933d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7806 | 2025.01.07 05:12:54.253050 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14736 rows, containing 5 columns (5 merged, 0 gathered) in 0.008875403 sec., 1660318.9736849132 rows/sec., 111.34 MiB/sec. | ||
| 7807 | 2025.01.07 05:12:54.253151 [ 5 ] {25972c5b-954c-48a1-9dc5-5798d2fc933d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7808 | 2025.01.07 05:12:54.253450 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7809 | 2025.01.07 05:12:54.253550 [ 5 ] {25972c5b-954c-48a1-9dc5-5798d2fc933d} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7810 | 2025.01.07 05:12:54.253818 [ 113 ] {} <Debug> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7811 | 2025.01.07 05:12:54.253935 [ 113 ] {} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7812 | 2025.01.07 05:12:54.254011 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7813 | 2025.01.07 05:12:54.254024 [ 5 ] {25972c5b-954c-48a1-9dc5-5798d2fc933d} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.004385 sec., 3648.8027366020524 rows/sec., 6.54 MiB/sec. | ||
| 7814 | 2025.01.07 05:12:54.254383 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7815 | 2025.01.07 05:12:54.254604 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 7816 | 2025.01.07 05:12:54.254719 [ 5 ] {25972c5b-954c-48a1-9dc5-5798d2fc933d} <Debug> TCPHandler: Processed in 0.005389205 sec. | ||
| 7817 | 2025.01.07 05:12:54.254793 [ 195 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7818 | 2025.01.07 05:12:54.255075 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7819 | 2025.01.07 05:12:54.255168 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. | ||
| 7820 | 2025.01.07 05:12:54.255404 [ 256 ] {e72ba148-4929-4559-90e4-93f13072c6ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7821 | 2025.01.07 05:12:54.255530 [ 256 ] {e72ba148-4929-4559-90e4-93f13072c6ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7822 | 2025.01.07 05:12:54.255865 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7823 | 2025.01.07 05:12:54.256144 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 812 rows starting from the beginning of the part | ||
| 7824 | 2025.01.07 05:12:54.256851 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 16 rows starting from the beginning of the part | ||
| 7825 | 2025.01.07 05:12:54.257590 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 25 rows starting from the beginning of the part | ||
| 7826 | 2025.01.07 05:12:54.257732 [ 256 ] {e72ba148-4929-4559-90e4-93f13072c6ba} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7827 | 2025.01.07 05:12:54.257938 [ 256 ] {e72ba148-4929-4559-90e4-93f13072c6ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7828 | 2025.01.07 05:12:54.258177 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part | ||
| 7829 | 2025.01.07 05:12:54.258816 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 25 rows starting from the beginning of the part | ||
| 7830 | 2025.01.07 05:12:54.259540 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 16 rows starting from the beginning of the part | ||
| 7831 | 2025.01.07 05:12:54.259656 [ 256 ] {e72ba148-4929-4559-90e4-93f13072c6ba} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7832 | 2025.01.07 05:12:54.260369 [ 256 ] {e72ba148-4929-4559-90e4-93f13072c6ba} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7833 | 2025.01.07 05:12:54.260705 [ 113 ] {} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7834 | 2025.01.07 05:12:54.260812 [ 113 ] {} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7835 | 2025.01.07 05:12:54.260878 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7836 | 2025.01.07 05:12:54.261023 [ 256 ] {e72ba148-4929-4559-90e4-93f13072c6ba} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005647 sec., 9208.4292544714 rows/sec., 583.83 KiB/sec. | ||
| 7837 | 2025.01.07 05:12:54.261355 [ 192 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 7838 | 2025.01.07 05:12:54.261378 [ 256 ] {e72ba148-4929-4559-90e4-93f13072c6ba} <Debug> TCPHandler: Processed in 0.00650984 sec. | ||
| 7839 | 2025.01.07 05:12:54.261718 [ 192 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7840 | 2025.01.07 05:12:54.261769 [ 192 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1944 rows starting from the beginning of the part | ||
| 7841 | 2025.01.07 05:12:54.261915 [ 192 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 52 rows starting from the beginning of the part | ||
| 7842 | 2025.01.07 05:12:54.262036 [ 192 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 30 rows starting from the beginning of the part | ||
| 7843 | 2025.01.07 05:12:54.262278 [ 192 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 52 rows starting from the beginning of the part | ||
| 7844 | 2025.01.07 05:12:54.262384 [ 192 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 30 rows starting from the beginning of the part | ||
| 7845 | 2025.01.07 05:12:54.262570 [ 192 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 52 rows starting from the beginning of the part | ||
| 7846 | 2025.01.07 05:12:54.264883 [ 198 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2160 rows, containing 4 columns (4 merged, 0 gathered) in 0.003860458 sec., 559519.1036918417 rows/sec., 36.20 MiB/sec. | ||
| 7847 | 2025.01.07 05:12:54.265309 [ 198 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7848 | 2025.01.07 05:12:54.265889 [ 198 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_56_11} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7849 | 2025.01.07 05:12:54.265986 [ 198 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_56_11} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7850 | 2025.01.07 05:12:54.266306 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 7851 | 2025.01.07 05:12:54.269203 [ 186 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 910 rows, containing 19 columns (19 merged, 0 gathered) in 0.015059743 sec., 60425.99797353779 rows/sec., 108.28 MiB/sec. | ||
| 7852 | 2025.01.07 05:12:54.270330 [ 186 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7853 | 2025.01.07 05:12:54.270752 [ 186 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7854 | 2025.01.07 05:12:54.270843 [ 186 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7855 | 2025.01.07 05:12:54.271001 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. | ||
| 7856 | 2025.01.07 05:12:55.001162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.13 MiB, peak 221.95 MiB, free memory in arenas 0.00 B, will set to 214.06 MiB (RSS), difference: 2.93 MiB | ||
| 7857 | 2025.01.07 05:12:56.459811 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 7858 | 2025.01.07 05:12:56.460518 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7859 | 2025.01.07 05:12:56.460563 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7860 | 2025.01.07 05:12:56.461099 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7861 | 2025.01.07 05:12:56.461363 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7862 | 2025.01.07 05:12:56.461577 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 7863 | 2025.01.07 05:12:57.716034 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7864 | 2025.01.07 05:12:57.737451 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7865 | 2025.01.07 05:12:57.737507 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7866 | 2025.01.07 05:12:57.744807 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7867 | 2025.01.07 05:12:57.745592 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7868 | 2025.01.07 05:12:57.748597 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7869 | 2025.01.07 05:12:59.187515 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7870 | 2025.01.07 05:12:59.187735 [ 5 ] {1fda05ba-0b53-413d-874e-cf60f92ebf6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7871 | 2025.01.07 05:12:59.187817 [ 5 ] {1fda05ba-0b53-413d-874e-cf60f92ebf6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7872 | 2025.01.07 05:12:59.188701 [ 5 ] {1fda05ba-0b53-413d-874e-cf60f92ebf6d} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7873 | 2025.01.07 05:12:59.188746 [ 5 ] {1fda05ba-0b53-413d-874e-cf60f92ebf6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7874 | 2025.01.07 05:12:59.189196 [ 5 ] {1fda05ba-0b53-413d-874e-cf60f92ebf6d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7875 | 2025.01.07 05:12:59.189447 [ 5 ] {1fda05ba-0b53-413d-874e-cf60f92ebf6d} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7876 | 2025.01.07 05:12:59.189656 [ 5 ] {1fda05ba-0b53-413d-874e-cf60f92ebf6d} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001982 sec., 38345.10595358224 rows/sec., 3.33 MiB/sec. | ||
| 7877 | 2025.01.07 05:12:59.189718 [ 5 ] {1fda05ba-0b53-413d-874e-cf60f92ebf6d} <Debug> TCPHandler: Processed in 0.002341572 sec. | ||
| 7878 | 2025.01.07 05:12:59.189984 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7879 | 2025.01.07 05:12:59.190183 [ 256 ] {71d36adc-9ef1-4983-86fa-2dc76709735b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7880 | 2025.01.07 05:12:59.190258 [ 256 ] {71d36adc-9ef1-4983-86fa-2dc76709735b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7881 | 2025.01.07 05:12:59.191031 [ 256 ] {71d36adc-9ef1-4983-86fa-2dc76709735b} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7882 | 2025.01.07 05:12:59.191082 [ 256 ] {71d36adc-9ef1-4983-86fa-2dc76709735b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7883 | 2025.01.07 05:12:59.191520 [ 256 ] {71d36adc-9ef1-4983-86fa-2dc76709735b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7884 | 2025.01.07 05:12:59.191774 [ 256 ] {71d36adc-9ef1-4983-86fa-2dc76709735b} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7885 | 2025.01.07 05:12:59.192055 [ 256 ] {71d36adc-9ef1-4983-86fa-2dc76709735b} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001917 sec., 13041.210224308816 rows/sec., 980.64 KiB/sec. | ||
| 7886 | 2025.01.07 05:12:59.192116 [ 256 ] {71d36adc-9ef1-4983-86fa-2dc76709735b} <Debug> TCPHandler: Processed in 0.002269869 sec. | ||
| 7887 | 2025.01.07 05:12:59.192334 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7888 | 2025.01.07 05:12:59.192561 [ 5 ] {4f10895f-b927-40dc-8bc5-ffbff975d5d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7889 | 2025.01.07 05:12:59.192658 [ 5 ] {4f10895f-b927-40dc-8bc5-ffbff975d5d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7890 | 2025.01.07 05:12:59.193296 [ 5 ] {4f10895f-b927-40dc-8bc5-ffbff975d5d1} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7891 | 2025.01.07 05:12:59.193335 [ 5 ] {4f10895f-b927-40dc-8bc5-ffbff975d5d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7892 | 2025.01.07 05:12:59.193716 [ 5 ] {4f10895f-b927-40dc-8bc5-ffbff975d5d1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7893 | 2025.01.07 05:12:59.193960 [ 5 ] {4f10895f-b927-40dc-8bc5-ffbff975d5d1} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7894 | 2025.01.07 05:12:59.194146 [ 5 ] {4f10895f-b927-40dc-8bc5-ffbff975d5d1} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001644 sec., 32238.442822384426 rows/sec., 2.52 MiB/sec. | ||
| 7895 | 2025.01.07 05:12:59.194199 [ 5 ] {4f10895f-b927-40dc-8bc5-ffbff975d5d1} <Debug> TCPHandler: Processed in 0.00197724 sec. | ||
| 7896 | 2025.01.07 05:12:59.194359 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7897 | 2025.01.07 05:12:59.194522 [ 256 ] {fb199c5a-fef1-405a-98d5-943aeb930c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7898 | 2025.01.07 05:12:59.194587 [ 256 ] {fb199c5a-fef1-405a-98d5-943aeb930c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7899 | 2025.01.07 05:12:59.195150 [ 256 ] {fb199c5a-fef1-405a-98d5-943aeb930c4f} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7900 | 2025.01.07 05:12:59.195192 [ 256 ] {fb199c5a-fef1-405a-98d5-943aeb930c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7901 | 2025.01.07 05:12:59.195595 [ 256 ] {fb199c5a-fef1-405a-98d5-943aeb930c4f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7902 | 2025.01.07 05:12:59.195840 [ 256 ] {fb199c5a-fef1-405a-98d5-943aeb930c4f} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7903 | 2025.01.07 05:12:59.196050 [ 256 ] {fb199c5a-fef1-405a-98d5-943aeb930c4f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00156 sec., 64102.5641025641 rows/sec., 4.44 MiB/sec. | ||
| 7904 | 2025.01.07 05:12:59.196103 [ 256 ] {fb199c5a-fef1-405a-98d5-943aeb930c4f} <Debug> TCPHandler: Processed in 0.001812766 sec. | ||
| 7905 | 2025.01.07 05:12:59.196234 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7906 | 2025.01.07 05:12:59.196353 [ 5 ] {ec1b238a-a9fa-476b-8bac-7e506184218b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7907 | 2025.01.07 05:12:59.196434 [ 5 ] {ec1b238a-a9fa-476b-8bac-7e506184218b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7908 | 2025.01.07 05:12:59.197650 [ 5 ] {ec1b238a-a9fa-476b-8bac-7e506184218b} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7909 | 2025.01.07 05:12:59.197689 [ 5 ] {ec1b238a-a9fa-476b-8bac-7e506184218b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7910 | 2025.01.07 05:12:59.198335 [ 5 ] {ec1b238a-a9fa-476b-8bac-7e506184218b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7911 | 2025.01.07 05:12:59.198608 [ 5 ] {ec1b238a-a9fa-476b-8bac-7e506184218b} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7912 | 2025.01.07 05:12:59.198853 [ 5 ] {ec1b238a-a9fa-476b-8bac-7e506184218b} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002518 sec., 9928.514694201747 rows/sec., 17.79 MiB/sec. | ||
| 7913 | 2025.01.07 05:12:59.199355 [ 5 ] {ec1b238a-a9fa-476b-8bac-7e506184218b} <Debug> TCPHandler: Processed in 0.003172368 sec. | ||
| 7914 | 2025.01.07 05:12:59.199557 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7915 | 2025.01.07 05:12:59.199694 [ 256 ] {f240e6dc-0c70-4f57-bd54-90d9b226b8b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7916 | 2025.01.07 05:12:59.199752 [ 256 ] {f240e6dc-0c70-4f57-bd54-90d9b226b8b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7917 | 2025.01.07 05:12:59.200314 [ 256 ] {f240e6dc-0c70-4f57-bd54-90d9b226b8b0} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7918 | 2025.01.07 05:12:59.200360 [ 256 ] {f240e6dc-0c70-4f57-bd54-90d9b226b8b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 7919 | 2025.01.07 05:12:59.200776 [ 256 ] {f240e6dc-0c70-4f57-bd54-90d9b226b8b0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7920 | 2025.01.07 05:12:59.201024 [ 256 ] {f240e6dc-0c70-4f57-bd54-90d9b226b8b0} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7921 | 2025.01.07 05:12:59.201266 [ 256 ] {f240e6dc-0c70-4f57-bd54-90d9b226b8b0} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001599 sec., 18761.72607879925 rows/sec., 1.29 MiB/sec. | ||
| 7922 | 2025.01.07 05:12:59.201346 [ 256 ] {f240e6dc-0c70-4f57-bd54-90d9b226b8b0} <Debug> TCPHandler: Processed in 0.001888888 sec. | ||
| 7923 | 2025.01.07 05:13:03.806331 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7924 | 2025.01.07 05:13:03.806395 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7925 | 2025.01.07 05:13:03.962807 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 7926 | 2025.01.07 05:13:03.963607 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7927 | 2025.01.07 05:13:03.963645 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7928 | 2025.01.07 05:13:03.964160 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7929 | 2025.01.07 05:13:03.964414 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7930 | 2025.01.07 05:13:03.964637 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7931 | 2025.01.07 05:13:04.045461 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1110 | ||
| 7932 | 2025.01.07 05:13:04.048822 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7933 | 2025.01.07 05:13:04.048876 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7934 | 2025.01.07 05:13:04.050360 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7935 | 2025.01.07 05:13:04.050675 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7936 | 2025.01.07 05:13:04.051335 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1110 | ||
| 7937 | 2025.01.07 05:13:04.190788 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7938 | 2025.01.07 05:13:04.191017 [ 5 ] {d0fca6cd-b0d3-439a-90ac-0d1644ba239b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7939 | 2025.01.07 05:13:04.191106 [ 5 ] {d0fca6cd-b0d3-439a-90ac-0d1644ba239b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7940 | 2025.01.07 05:13:04.191961 [ 5 ] {d0fca6cd-b0d3-439a-90ac-0d1644ba239b} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7941 | 2025.01.07 05:13:04.192019 [ 5 ] {d0fca6cd-b0d3-439a-90ac-0d1644ba239b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7942 | 2025.01.07 05:13:04.192469 [ 5 ] {d0fca6cd-b0d3-439a-90ac-0d1644ba239b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7943 | 2025.01.07 05:13:04.192722 [ 5 ] {d0fca6cd-b0d3-439a-90ac-0d1644ba239b} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7944 | 2025.01.07 05:13:04.192919 [ 140 ] {} <Debug> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7945 | 2025.01.07 05:13:04.192994 [ 5 ] {d0fca6cd-b0d3-439a-90ac-0d1644ba239b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002032 sec., 6889.76377952756 rows/sec., 495.97 KiB/sec. | ||
| 7946 | 2025.01.07 05:13:04.193001 [ 140 ] {} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7947 | 2025.01.07 05:13:04.193084 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7948 | 2025.01.07 05:13:04.193157 [ 5 ] {d0fca6cd-b0d3-439a-90ac-0d1644ba239b} <Debug> TCPHandler: Processed in 0.002504577 sec. | ||
| 7949 | 2025.01.07 05:13:04.193406 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 7950 | 2025.01.07 05:13:04.193610 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7951 | 2025.01.07 05:13:04.193639 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7952 | 2025.01.07 05:13:04.193700 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 7953 | 2025.01.07 05:13:04.193931 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 7954 | 2025.01.07 05:13:04.193952 [ 256 ] {f9e289fb-36fb-404e-ae38-851168d818f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7955 | 2025.01.07 05:13:04.194169 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 7956 | 2025.01.07 05:13:04.194194 [ 256 ] {f9e289fb-36fb-404e-ae38-851168d818f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7957 | 2025.01.07 05:13:04.194552 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 7958 | 2025.01.07 05:13:04.194871 [ 198 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 7959 | 2025.01.07 05:13:04.196827 [ 256 ] {f9e289fb-36fb-404e-ae38-851168d818f1} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7960 | 2025.01.07 05:13:04.196916 [ 256 ] {f9e289fb-36fb-404e-ae38-851168d818f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7961 | 2025.01.07 05:13:04.197371 [ 189 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004178208 sec., 16753.593885225437 rows/sec., 1.24 MiB/sec. | ||
| 7962 | 2025.01.07 05:13:04.197611 [ 189 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7963 | 2025.01.07 05:13:04.197826 [ 256 ] {f9e289fb-36fb-404e-ae38-851168d818f1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7964 | 2025.01.07 05:13:04.198097 [ 189 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_25_6} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7965 | 2025.01.07 05:13:04.198275 [ 189 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_25_6} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7966 | 2025.01.07 05:13:04.198280 [ 256 ] {f9e289fb-36fb-404e-ae38-851168d818f1} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7967 | 2025.01.07 05:13:04.198446 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7968 | 2025.01.07 05:13:04.198665 [ 256 ] {f9e289fb-36fb-404e-ae38-851168d818f1} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.004869 sec., 42103.10125282399 rows/sec., 3.73 MiB/sec. | ||
| 7969 | 2025.01.07 05:13:04.198747 [ 256 ] {f9e289fb-36fb-404e-ae38-851168d818f1} <Debug> TCPHandler: Processed in 0.005434338 sec. | ||
| 7970 | 2025.01.07 05:13:04.198910 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7971 | 2025.01.07 05:13:04.199043 [ 5 ] {56b5aacc-5040-4130-bc70-a6a5173e3ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7972 | 2025.01.07 05:13:04.199099 [ 5 ] {56b5aacc-5040-4130-bc70-a6a5173e3ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7973 | 2025.01.07 05:13:04.199719 [ 5 ] {56b5aacc-5040-4130-bc70-a6a5173e3ea8} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7974 | 2025.01.07 05:13:04.199761 [ 5 ] {56b5aacc-5040-4130-bc70-a6a5173e3ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7975 | 2025.01.07 05:13:04.200137 [ 5 ] {56b5aacc-5040-4130-bc70-a6a5173e3ea8} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7976 | 2025.01.07 05:13:04.200380 [ 5 ] {56b5aacc-5040-4130-bc70-a6a5173e3ea8} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7977 | 2025.01.07 05:13:04.200554 [ 140 ] {} <Debug> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7978 | 2025.01.07 05:13:04.200613 [ 140 ] {} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7979 | 2025.01.07 05:13:04.200629 [ 5 ] {56b5aacc-5040-4130-bc70-a6a5173e3ea8} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001607 sec., 14312.383322962041 rows/sec., 1.01 MiB/sec. | ||
| 7980 | 2025.01.07 05:13:04.200647 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7981 | 2025.01.07 05:13:04.200790 [ 5 ] {56b5aacc-5040-4130-bc70-a6a5173e3ea8} <Debug> TCPHandler: Processed in 0.001940879 sec. | ||
| 7982 | 2025.01.07 05:13:04.200851 [ 197 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 7983 | 2025.01.07 05:13:04.200996 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7984 | 2025.01.07 05:13:04.201025 [ 197 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7985 | 2025.01.07 05:13:04.201084 [ 197 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 62 rows starting from the beginning of the part | ||
| 7986 | 2025.01.07 05:13:04.201307 [ 256 ] {5ae20bc3-45b7-4398-8548-4a3bac55dd15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7987 | 2025.01.07 05:13:04.201381 [ 197 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 23 rows starting from the beginning of the part | ||
| 7988 | 2025.01.07 05:13:04.201475 [ 256 ] {5ae20bc3-45b7-4398-8548-4a3bac55dd15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7989 | 2025.01.07 05:13:04.201757 [ 197 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 25 rows starting from the beginning of the part | ||
| 7990 | 2025.01.07 05:13:04.202098 [ 197 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 25 rows starting from the beginning of the part | ||
| 7991 | 2025.01.07 05:13:04.202409 [ 197 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 25 rows starting from the beginning of the part | ||
| 7992 | 2025.01.07 05:13:04.202707 [ 197 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 23 rows starting from the beginning of the part | ||
| 7993 | 2025.01.07 05:13:04.204332 [ 256 ] {5ae20bc3-45b7-4398-8548-4a3bac55dd15} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7994 | 2025.01.07 05:13:04.204408 [ 256 ] {5ae20bc3-45b7-4398-8548-4a3bac55dd15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 7995 | 2025.01.07 05:13:04.205519 [ 197 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.004756706 sec., 38472.00142283336 rows/sec., 2.90 MiB/sec. | ||
| 7996 | 2025.01.07 05:13:04.205530 [ 256 ] {5ae20bc3-45b7-4398-8548-4a3bac55dd15} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7997 | 2025.01.07 05:13:04.205696 [ 197 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7998 | 2025.01.07 05:13:04.206037 [ 256 ] {5ae20bc3-45b7-4398-8548-4a3bac55dd15} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): 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.07 05:13:04.206236 [ 197 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_51_10} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8000 | 2025.01.07 05:13:04.206487 [ 256 ] {5ae20bc3-45b7-4398-8548-4a3bac55dd15} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005307 sec., 2638.025249670247 rows/sec., 184.75 KiB/sec. | ||
| 8001 | 2025.01.07 05:13:04.206487 [ 197 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_51_10} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8002 | 2025.01.07 05:13:04.206698 [ 256 ] {5ae20bc3-45b7-4398-8548-4a3bac55dd15} <Debug> TCPHandler: Processed in 0.005796049 sec. | ||
| 8003 | 2025.01.07 05:13:04.206727 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8004 | 2025.01.07 05:13:04.206901 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8005 | 2025.01.07 05:13:04.207045 [ 5 ] {ca428124-834b-47a3-b1de-771a5c919d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8006 | 2025.01.07 05:13:04.207105 [ 5 ] {ca428124-834b-47a3-b1de-771a5c919d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8007 | 2025.01.07 05:13:04.207790 [ 5 ] {ca428124-834b-47a3-b1de-771a5c919d6e} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8008 | 2025.01.07 05:13:04.207831 [ 5 ] {ca428124-834b-47a3-b1de-771a5c919d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8009 | 2025.01.07 05:13:04.208190 [ 5 ] {ca428124-834b-47a3-b1de-771a5c919d6e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8010 | 2025.01.07 05:13:04.208428 [ 5 ] {ca428124-834b-47a3-b1de-771a5c919d6e} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8011 | 2025.01.07 05:13:04.208599 [ 140 ] {} <Debug> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8012 | 2025.01.07 05:13:04.208657 [ 140 ] {} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8013 | 2025.01.07 05:13:04.208672 [ 5 ] {ca428124-834b-47a3-b1de-771a5c919d6e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001656 sec., 7850.24154589372 rows/sec., 489.46 KiB/sec. | ||
| 8014 | 2025.01.07 05:13:04.208692 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8015 | 2025.01.07 05:13:04.208886 [ 5 ] {ca428124-834b-47a3-b1de-771a5c919d6e} <Debug> TCPHandler: Processed in 0.002061494 sec. | ||
| 8016 | 2025.01.07 05:13:04.209089 [ 198 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 8017 | 2025.01.07 05:13:04.209184 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8018 | 2025.01.07 05:13:04.209617 [ 256 ] {30efabcf-f566-4e16-9d87-fbb8d9d13717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8019 | 2025.01.07 05:13:04.209697 [ 198 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8020 | 2025.01.07 05:13:04.209732 [ 256 ] {30efabcf-f566-4e16-9d87-fbb8d9d13717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8021 | 2025.01.07 05:13:04.209760 [ 198 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 8022 | 2025.01.07 05:13:04.210070 [ 198 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 8023 | 2025.01.07 05:13:04.210362 [ 198 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 8024 | 2025.01.07 05:13:04.210714 [ 198 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 8025 | 2025.01.07 05:13:04.211408 [ 198 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 8026 | 2025.01.07 05:13:04.213681 [ 256 ] {30efabcf-f566-4e16-9d87-fbb8d9d13717} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8027 | 2025.01.07 05:13:04.213762 [ 256 ] {30efabcf-f566-4e16-9d87-fbb8d9d13717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8028 | 2025.01.07 05:13:04.214533 [ 190 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005718345 sec., 11366.92522049649 rows/sec., 753.13 KiB/sec. | ||
| 8029 | 2025.01.07 05:13:04.214742 [ 256 ] {30efabcf-f566-4e16-9d87-fbb8d9d13717} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8030 | 2025.01.07 05:13:04.214752 [ 190 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8031 | 2025.01.07 05:13:04.215197 [ 256 ] {30efabcf-f566-4e16-9d87-fbb8d9d13717} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8032 | 2025.01.07 05:13:04.215279 [ 190 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_25_6} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8033 | 2025.01.07 05:13:04.215534 [ 190 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_25_6} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8034 | 2025.01.07 05:13:04.215624 [ 256 ] {30efabcf-f566-4e16-9d87-fbb8d9d13717} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.006148 sec., 58880.936890045545 rows/sec., 4.14 MiB/sec. | ||
| 8035 | 2025.01.07 05:13:04.215696 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8036 | 2025.01.07 05:13:04.215810 [ 256 ] {30efabcf-f566-4e16-9d87-fbb8d9d13717} <Debug> TCPHandler: Processed in 0.006794439 sec. | ||
| 8037 | 2025.01.07 05:13:04.215964 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8038 | 2025.01.07 05:13:04.216084 [ 5 ] {dfdb3e93-92b7-46df-aa01-41017fdc91e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8039 | 2025.01.07 05:13:04.216136 [ 5 ] {dfdb3e93-92b7-46df-aa01-41017fdc91e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8040 | 2025.01.07 05:13:04.216628 [ 5 ] {dfdb3e93-92b7-46df-aa01-41017fdc91e9} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8041 | 2025.01.07 05:13:04.216668 [ 5 ] {dfdb3e93-92b7-46df-aa01-41017fdc91e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8042 | 2025.01.07 05:13:04.217049 [ 5 ] {dfdb3e93-92b7-46df-aa01-41017fdc91e9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8043 | 2025.01.07 05:13:04.217287 [ 5 ] {dfdb3e93-92b7-46df-aa01-41017fdc91e9} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8044 | 2025.01.07 05:13:04.217503 [ 5 ] {dfdb3e93-92b7-46df-aa01-41017fdc91e9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec. | ||
| 8045 | 2025.01.07 05:13:04.217553 [ 5 ] {dfdb3e93-92b7-46df-aa01-41017fdc91e9} <Debug> TCPHandler: Processed in 0.001650471 sec. | ||
| 8046 | 2025.01.07 05:13:04.217699 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8047 | 2025.01.07 05:13:04.217820 [ 256 ] {50827f7f-a0f4-4c48-b587-3c57ebd67c3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8048 | 2025.01.07 05:13:04.217877 [ 256 ] {50827f7f-a0f4-4c48-b587-3c57ebd67c3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8049 | 2025.01.07 05:13:04.218459 [ 256 ] {50827f7f-a0f4-4c48-b587-3c57ebd67c3d} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8050 | 2025.01.07 05:13:04.218498 [ 256 ] {50827f7f-a0f4-4c48-b587-3c57ebd67c3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8051 | 2025.01.07 05:13:04.218909 [ 256 ] {50827f7f-a0f4-4c48-b587-3c57ebd67c3d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8052 | 2025.01.07 05:13:04.219153 [ 256 ] {50827f7f-a0f4-4c48-b587-3c57ebd67c3d} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8053 | 2025.01.07 05:13:04.219345 [ 256 ] {50827f7f-a0f4-4c48-b587-3c57ebd67c3d} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001552 sec., 114046.39175257731 rows/sec., 7.52 MiB/sec. | ||
| 8054 | 2025.01.07 05:13:04.219403 [ 256 ] {50827f7f-a0f4-4c48-b587-3c57ebd67c3d} <Debug> TCPHandler: Processed in 0.001760464 sec. | ||
| 8055 | 2025.01.07 05:13:04.219538 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8056 | 2025.01.07 05:13:04.219654 [ 5 ] {7e62943f-18e9-4c77-8c15-4edff820155e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8057 | 2025.01.07 05:13:04.219707 [ 5 ] {7e62943f-18e9-4c77-8c15-4edff820155e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8058 | 2025.01.07 05:13:04.220246 [ 5 ] {7e62943f-18e9-4c77-8c15-4edff820155e} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8059 | 2025.01.07 05:13:04.220293 [ 5 ] {7e62943f-18e9-4c77-8c15-4edff820155e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8060 | 2025.01.07 05:13:04.220721 [ 5 ] {7e62943f-18e9-4c77-8c15-4edff820155e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8061 | 2025.01.07 05:13:04.220968 [ 5 ] {7e62943f-18e9-4c77-8c15-4edff820155e} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8062 | 2025.01.07 05:13:04.221146 [ 135 ] {} <Debug> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8063 | 2025.01.07 05:13:04.221212 [ 135 ] {} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8064 | 2025.01.07 05:13:04.221223 [ 5 ] {7e62943f-18e9-4c77-8c15-4edff820155e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001581 sec., 632.5110689437065 rows/sec., 42.62 KiB/sec. | ||
| 8065 | 2025.01.07 05:13:04.221252 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8066 | 2025.01.07 05:13:04.221328 [ 5 ] {7e62943f-18e9-4c77-8c15-4edff820155e} <Debug> TCPHandler: Processed in 0.001836296 sec. | ||
| 8067 | 2025.01.07 05:13:04.221541 [ 202 ] {155e2731-beb7-438a-8166-e2259aa0cf83::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 | ||
| 8068 | 2025.01.07 05:13:04.221580 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8069 | 2025.01.07 05:13:04.221775 [ 202 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8070 | 2025.01.07 05:13:04.221813 [ 256 ] {b91504ae-3cbf-4a11-bff0-1e97524cf1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8071 | 2025.01.07 05:13:04.221837 [ 202 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 22 rows starting from the beginning of the part | ||
| 8072 | 2025.01.07 05:13:04.222145 [ 256 ] {b91504ae-3cbf-4a11-bff0-1e97524cf1a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8073 | 2025.01.07 05:13:04.222171 [ 202 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 8074 | 2025.01.07 05:13:04.222456 [ 202 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 8075 | 2025.01.07 05:13:04.222799 [ 202 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 8076 | 2025.01.07 05:13:04.223024 [ 202 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8077 | 2025.01.07 05:13:04.223328 [ 202 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 8078 | 2025.01.07 05:13:04.227345 [ 190 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.005972913 sec., 4520.407379113006 rows/sec., 303.29 KiB/sec. | ||
| 8079 | 2025.01.07 05:13:04.227606 [ 190 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8080 | 2025.01.07 05:13:04.227822 [ 256 ] {b91504ae-3cbf-4a11-bff0-1e97524cf1a1} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8081 | 2025.01.07 05:13:04.227886 [ 256 ] {b91504ae-3cbf-4a11-bff0-1e97524cf1a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8082 | 2025.01.07 05:13:04.228314 [ 190 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_26_5} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8083 | 2025.01.07 05:13:04.228519 [ 190 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_26_5} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8084 | 2025.01.07 05:13:04.228671 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8085 | 2025.01.07 05:13:04.229030 [ 256 ] {b91504ae-3cbf-4a11-bff0-1e97524cf1a1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8086 | 2025.01.07 05:13:04.229295 [ 256 ] {b91504ae-3cbf-4a11-bff0-1e97524cf1a1} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8087 | 2025.01.07 05:13:04.229511 [ 256 ] {b91504ae-3cbf-4a11-bff0-1e97524cf1a1} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007762 sec., 2061.324400927596 rows/sec., 3.69 MiB/sec. | ||
| 8088 | 2025.01.07 05:13:04.229632 [ 256 ] {b91504ae-3cbf-4a11-bff0-1e97524cf1a1} <Debug> TCPHandler: Processed in 0.008186012 sec. | ||
| 8089 | 2025.01.07 05:13:04.229825 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8090 | 2025.01.07 05:13:04.229963 [ 5 ] {81209dfa-efe0-4aa2-810a-b4190840127e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8091 | 2025.01.07 05:13:04.230023 [ 5 ] {81209dfa-efe0-4aa2-810a-b4190840127e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8092 | 2025.01.07 05:13:04.230608 [ 5 ] {81209dfa-efe0-4aa2-810a-b4190840127e} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8093 | 2025.01.07 05:13:04.230655 [ 5 ] {81209dfa-efe0-4aa2-810a-b4190840127e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8094 | 2025.01.07 05:13:04.231046 [ 5 ] {81209dfa-efe0-4aa2-810a-b4190840127e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8095 | 2025.01.07 05:13:04.231284 [ 5 ] {81209dfa-efe0-4aa2-810a-b4190840127e} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8096 | 2025.01.07 05:13:04.231493 [ 5 ] {81209dfa-efe0-4aa2-810a-b4190840127e} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.00156 sec., 33333.333333333336 rows/sec., 2.06 MiB/sec. | ||
| 8097 | 2025.01.07 05:13:04.231542 [ 5 ] {81209dfa-efe0-4aa2-810a-b4190840127e} <Debug> TCPHandler: Processed in 0.001813326 sec. | ||
| 8098 | 2025.01.07 05:13:05.249602 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8099 | 2025.01.07 05:13:05.274237 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8100 | 2025.01.07 05:13:05.274284 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8101 | 2025.01.07 05:13:05.281821 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8102 | 2025.01.07 05:13:05.282605 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8103 | 2025.01.07 05:13:05.285460 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8104 | 2025.01.07 05:13:09.187685 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8105 | 2025.01.07 05:13:09.187906 [ 5 ] {efdb27c0-9306-4102-a7ef-4a9776fef2fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8106 | 2025.01.07 05:13:09.187989 [ 5 ] {efdb27c0-9306-4102-a7ef-4a9776fef2fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8107 | 2025.01.07 05:13:09.188778 [ 5 ] {efdb27c0-9306-4102-a7ef-4a9776fef2fc} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8108 | 2025.01.07 05:13:09.188836 [ 5 ] {efdb27c0-9306-4102-a7ef-4a9776fef2fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8109 | 2025.01.07 05:13:09.189293 [ 5 ] {efdb27c0-9306-4102-a7ef-4a9776fef2fc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8110 | 2025.01.07 05:13:09.189558 [ 5 ] {efdb27c0-9306-4102-a7ef-4a9776fef2fc} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8111 | 2025.01.07 05:13:09.189813 [ 5 ] {efdb27c0-9306-4102-a7ef-4a9776fef2fc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001954 sec., 1023.5414534288639 rows/sec., 83.46 KiB/sec. | ||
| 8112 | 2025.01.07 05:13:09.189965 [ 5 ] {efdb27c0-9306-4102-a7ef-4a9776fef2fc} <Debug> TCPHandler: Processed in 0.002413444 sec. | ||
| 8113 | 2025.01.07 05:13:09.190238 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8114 | 2025.01.07 05:13:09.190444 [ 256 ] {039c99f7-23bf-40b1-b06d-3a617098dc40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8115 | 2025.01.07 05:13:09.190524 [ 256 ] {039c99f7-23bf-40b1-b06d-3a617098dc40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8116 | 2025.01.07 05:13:09.191344 [ 256 ] {039c99f7-23bf-40b1-b06d-3a617098dc40} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8117 | 2025.01.07 05:13:09.191395 [ 256 ] {039c99f7-23bf-40b1-b06d-3a617098dc40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8118 | 2025.01.07 05:13:09.191853 [ 256 ] {039c99f7-23bf-40b1-b06d-3a617098dc40} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8119 | 2025.01.07 05:13:09.192116 [ 256 ] {039c99f7-23bf-40b1-b06d-3a617098dc40} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8120 | 2025.01.07 05:13:09.192343 [ 256 ] {039c99f7-23bf-40b1-b06d-3a617098dc40} <Debug> executeQuery: Read 77 rows, 6.82 KiB in 0.001966 sec., 39165.81892166837 rows/sec., 3.39 MiB/sec. | ||
| 8121 | 2025.01.07 05:13:09.192438 [ 256 ] {039c99f7-23bf-40b1-b06d-3a617098dc40} <Debug> TCPHandler: Processed in 0.002334821 sec. | ||
| 8122 | 2025.01.07 05:13:09.192649 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8123 | 2025.01.07 05:13:09.192807 [ 5 ] {df238a1d-0ede-48fb-8c5b-e83a15382dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8124 | 2025.01.07 05:13:09.192870 [ 5 ] {df238a1d-0ede-48fb-8c5b-e83a15382dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8125 | 2025.01.07 05:13:09.193491 [ 5 ] {df238a1d-0ede-48fb-8c5b-e83a15382dd2} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8126 | 2025.01.07 05:13:09.193539 [ 5 ] {df238a1d-0ede-48fb-8c5b-e83a15382dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8127 | 2025.01.07 05:13:09.193925 [ 5 ] {df238a1d-0ede-48fb-8c5b-e83a15382dd2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8128 | 2025.01.07 05:13:09.194175 [ 5 ] {df238a1d-0ede-48fb-8c5b-e83a15382dd2} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8129 | 2025.01.07 05:13:09.194404 [ 5 ] {df238a1d-0ede-48fb-8c5b-e83a15382dd2} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.001632 sec., 16544.117647058825 rows/sec., 1.21 MiB/sec. | ||
| 8130 | 2025.01.07 05:13:09.194461 [ 5 ] {df238a1d-0ede-48fb-8c5b-e83a15382dd2} <Debug> TCPHandler: Processed in 0.001906249 sec. | ||
| 8131 | 2025.01.07 05:13:09.194622 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8132 | 2025.01.07 05:13:09.194764 [ 256 ] {5356efcd-60a2-491d-b676-6294e2407f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8133 | 2025.01.07 05:13:09.194833 [ 256 ] {5356efcd-60a2-491d-b676-6294e2407f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8134 | 2025.01.07 05:13:09.195715 [ 256 ] {5356efcd-60a2-491d-b676-6294e2407f78} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8135 | 2025.01.07 05:13:09.195765 [ 256 ] {5356efcd-60a2-491d-b676-6294e2407f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8136 | 2025.01.07 05:13:09.196252 [ 256 ] {5356efcd-60a2-491d-b676-6294e2407f78} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8137 | 2025.01.07 05:13:09.196564 [ 256 ] {5356efcd-60a2-491d-b676-6294e2407f78} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8138 | 2025.01.07 05:13:09.196802 [ 256 ] {5356efcd-60a2-491d-b676-6294e2407f78} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.002069 sec., 26582.890285161913 rows/sec., 2.08 MiB/sec. | ||
| 8139 | 2025.01.07 05:13:09.196883 [ 256 ] {5356efcd-60a2-491d-b676-6294e2407f78} <Debug> TCPHandler: Processed in 0.002324862 sec. | ||
| 8140 | 2025.01.07 05:13:09.197157 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8141 | 2025.01.07 05:13:09.197302 [ 5 ] {d1d4359f-61fa-4326-a83f-e46048f9f339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8142 | 2025.01.07 05:13:09.197370 [ 5 ] {d1d4359f-61fa-4326-a83f-e46048f9f339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8143 | 2025.01.07 05:13:09.198169 [ 5 ] {d1d4359f-61fa-4326-a83f-e46048f9f339} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8144 | 2025.01.07 05:13:09.198253 [ 5 ] {d1d4359f-61fa-4326-a83f-e46048f9f339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8145 | 2025.01.07 05:13:09.199101 [ 5 ] {d1d4359f-61fa-4326-a83f-e46048f9f339} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8146 | 2025.01.07 05:13:09.199431 [ 5 ] {d1d4359f-61fa-4326-a83f-e46048f9f339} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8147 | 2025.01.07 05:13:09.199694 [ 5 ] {d1d4359f-61fa-4326-a83f-e46048f9f339} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.002427 sec., 41615.16275236918 rows/sec., 2.88 MiB/sec. | ||
| 8148 | 2025.01.07 05:13:09.199799 [ 5 ] {d1d4359f-61fa-4326-a83f-e46048f9f339} <Debug> TCPHandler: Processed in 0.002711073 sec. | ||
| 8149 | 2025.01.07 05:13:09.200010 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8150 | 2025.01.07 05:13:09.200144 [ 256 ] {c872611e-4d7f-4605-8b42-a4efe5a449a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8151 | 2025.01.07 05:13:09.200233 [ 256 ] {c872611e-4d7f-4605-8b42-a4efe5a449a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8152 | 2025.01.07 05:13:09.201505 [ 256 ] {c872611e-4d7f-4605-8b42-a4efe5a449a1} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8153 | 2025.01.07 05:13:09.201548 [ 256 ] {c872611e-4d7f-4605-8b42-a4efe5a449a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8154 | 2025.01.07 05:13:09.202212 [ 256 ] {c872611e-4d7f-4605-8b42-a4efe5a449a1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8155 | 2025.01.07 05:13:09.202483 [ 256 ] {c872611e-4d7f-4605-8b42-a4efe5a449a1} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8156 | 2025.01.07 05:13:09.202697 [ 256 ] {c872611e-4d7f-4605-8b42-a4efe5a449a1} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002584 sec., 9674.922600619195 rows/sec., 17.34 MiB/sec. | ||
| 8157 | 2025.01.07 05:13:09.202822 [ 256 ] {c872611e-4d7f-4605-8b42-a4efe5a449a1} <Debug> TCPHandler: Processed in 0.002896589 sec. | ||
| 8158 | 2025.01.07 05:13:09.202997 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8159 | 2025.01.07 05:13:09.203135 [ 5 ] {8077051b-d17d-4dae-b3ea-7be2eb09d35f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8160 | 2025.01.07 05:13:09.203200 [ 5 ] {8077051b-d17d-4dae-b3ea-7be2eb09d35f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8161 | 2025.01.07 05:13:09.203702 [ 5 ] {8077051b-d17d-4dae-b3ea-7be2eb09d35f} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8162 | 2025.01.07 05:13:09.203743 [ 5 ] {8077051b-d17d-4dae-b3ea-7be2eb09d35f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8163 | 2025.01.07 05:13:09.204143 [ 5 ] {8077051b-d17d-4dae-b3ea-7be2eb09d35f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8164 | 2025.01.07 05:13:09.204393 [ 5 ] {8077051b-d17d-4dae-b3ea-7be2eb09d35f} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8165 | 2025.01.07 05:13:09.204607 [ 5 ] {8077051b-d17d-4dae-b3ea-7be2eb09d35f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001497 sec., 20040.080160320642 rows/sec., 1.37 MiB/sec. | ||
| 8166 | 2025.01.07 05:13:09.204656 [ 5 ] {8077051b-d17d-4dae-b3ea-7be2eb09d35f} <Debug> TCPHandler: Processed in 0.001725343 sec. | ||
| 8167 | 2025.01.07 05:13:11.465677 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 8168 | 2025.01.07 05:13:11.466336 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8169 | 2025.01.07 05:13:11.466386 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8170 | 2025.01.07 05:13:11.466901 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8171 | 2025.01.07 05:13:11.467177 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8172 | 2025.01.07 05:13:11.467387 [ 126 ] {} <Debug> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8173 | 2025.01.07 05:13:11.467422 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 8174 | 2025.01.07 05:13:11.467465 [ 126 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8175 | 2025.01.07 05:13:11.467494 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8176 | 2025.01.07 05:13:11.467651 [ 190 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 8177 | 2025.01.07 05:13:11.468067 [ 190 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8178 | 2025.01.07 05:13:11.468146 [ 190 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 8179 | 2025.01.07 05:13:11.468224 [ 190 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 8180 | 2025.01.07 05:13:11.468444 [ 190 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 8181 | 2025.01.07 05:13:11.468621 [ 190 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 8182 | 2025.01.07 05:13:11.468750 [ 190 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 8183 | 2025.01.07 05:13:11.468950 [ 190 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 8184 | 2025.01.07 05:13:11.471202 [ 188 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003645122 sec., 5171020.338962591 rows/sec., 73.97 MiB/sec. | ||
| 8185 | 2025.01.07 05:13:11.471515 [ 188 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8186 | 2025.01.07 05:13:11.471806 [ 188 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_41_8} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8187 | 2025.01.07 05:13:11.471885 [ 188 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_41_8} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8188 | 2025.01.07 05:13:11.471992 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
| 8189 | 2025.01.07 05:13:12.786440 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8190 | 2025.01.07 05:13:12.808589 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8191 | 2025.01.07 05:13:12.808647 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8192 | 2025.01.07 05:13:12.816286 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8193 | 2025.01.07 05:13:12.817095 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8194 | 2025.01.07 05:13:12.817412 [ 123 ] {} <Debug> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8195 | 2025.01.07 05:13:12.817486 [ 123 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8196 | 2025.01.07 05:13:12.817534 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8197 | 2025.01.07 05:13:12.817796 [ 187 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 8198 | 2025.01.07 05:13:12.826889 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8199 | 2025.01.07 05:13:12.828191 [ 187 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8200 | 2025.01.07 05:13:12.829110 [ 187 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 8201 | 2025.01.07 05:13:12.833780 [ 187 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 8202 | 2025.01.07 05:13:12.838389 [ 187 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 8203 | 2025.01.07 05:13:12.843361 [ 187 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 8204 | 2025.01.07 05:13:12.848971 [ 187 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 8205 | 2025.01.07 05:13:12.853668 [ 187 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 8206 | 2025.01.07 05:13:12.913763 [ 188 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.096132425 sec., 3214.3160853374916 rows/sec., 16.62 MiB/sec. | ||
| 8207 | 2025.01.07 05:13:12.915823 [ 199 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8208 | 2025.01.07 05:13:12.918165 [ 199 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_41_8} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8209 | 2025.01.07 05:13:12.918270 [ 199 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_41_8} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8210 | 2025.01.07 05:13:12.919612 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8211 | 2025.01.07 05:13:13.001173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.20 MiB, peak 228.64 MiB, free memory in arenas 0.00 B, will set to 217.32 MiB (RSS), difference: 2.12 MiB | ||
| 8212 | 2025.01.07 05:13:14.052460 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1146 | ||
| 8213 | 2025.01.07 05:13:14.055679 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8214 | 2025.01.07 05:13:14.055742 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8215 | 2025.01.07 05:13:14.057234 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8216 | 2025.01.07 05:13:14.057545 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8217 | 2025.01.07 05:13:14.058813 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1146 | ||
| 8218 | 2025.01.07 05:13:14.191240 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8219 | 2025.01.07 05:13:14.191549 [ 5 ] {f55bb09c-8552-4b40-9f9a-d3c472715d7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8220 | 2025.01.07 05:13:14.191667 [ 5 ] {f55bb09c-8552-4b40-9f9a-d3c472715d7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8221 | 2025.01.07 05:13:14.192605 [ 5 ] {f55bb09c-8552-4b40-9f9a-d3c472715d7d} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8222 | 2025.01.07 05:13:14.192647 [ 5 ] {f55bb09c-8552-4b40-9f9a-d3c472715d7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8223 | 2025.01.07 05:13:14.193090 [ 5 ] {f55bb09c-8552-4b40-9f9a-d3c472715d7d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8224 | 2025.01.07 05:13:14.193346 [ 5 ] {f55bb09c-8552-4b40-9f9a-d3c472715d7d} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8225 | 2025.01.07 05:13:14.193606 [ 5 ] {f55bb09c-8552-4b40-9f9a-d3c472715d7d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002137 sec., 6551.240056153486 rows/sec., 471.60 KiB/sec. | ||
| 8226 | 2025.01.07 05:13:14.193741 [ 5 ] {f55bb09c-8552-4b40-9f9a-d3c472715d7d} <Debug> TCPHandler: Processed in 0.002688223 sec. | ||
| 8227 | 2025.01.07 05:13:14.194026 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8228 | 2025.01.07 05:13:14.194239 [ 256 ] {ec0c7897-a96d-4ca8-b639-99e57d84b6e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8229 | 2025.01.07 05:13:14.194322 [ 256 ] {ec0c7897-a96d-4ca8-b639-99e57d84b6e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8230 | 2025.01.07 05:13:14.195225 [ 256 ] {ec0c7897-a96d-4ca8-b639-99e57d84b6e3} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8231 | 2025.01.07 05:13:14.195275 [ 256 ] {ec0c7897-a96d-4ca8-b639-99e57d84b6e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8232 | 2025.01.07 05:13:14.195727 [ 256 ] {ec0c7897-a96d-4ca8-b639-99e57d84b6e3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8233 | 2025.01.07 05:13:14.195982 [ 256 ] {ec0c7897-a96d-4ca8-b639-99e57d84b6e3} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8234 | 2025.01.07 05:13:14.196177 [ 120 ] {} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
| 8235 | 2025.01.07 05:13:14.196246 [ 256 ] {ec0c7897-a96d-4ca8-b639-99e57d84b6e3} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.002066 sec., 99225.55663117133 rows/sec., 8.78 MiB/sec. | ||
| 8236 | 2025.01.07 05:13:14.196276 [ 120 ] {} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8237 | 2025.01.07 05:13:14.196346 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8238 | 2025.01.07 05:13:14.196386 [ 256 ] {ec0c7897-a96d-4ca8-b639-99e57d84b6e3} <Debug> TCPHandler: Processed in 0.002511167 sec. | ||
| 8239 | 2025.01.07 05:13:14.196744 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8240 | 2025.01.07 05:13:14.196763 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::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 | ||
| 8241 | 2025.01.07 05:13:14.197275 [ 5 ] {7b08d737-4dbd-4923-91f7-28336f052d56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8242 | 2025.01.07 05:13:14.197465 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8243 | 2025.01.07 05:13:14.197464 [ 5 ] {7b08d737-4dbd-4923-91f7-28336f052d56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8244 | 2025.01.07 05:13:14.197628 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 1404 rows starting from the beginning of the part | ||
| 8245 | 2025.01.07 05:13:14.198158 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1346 rows starting from the beginning of the part | ||
| 8246 | 2025.01.07 05:13:14.198410 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 76 rows starting from the beginning of the part | ||
| 8247 | 2025.01.07 05:13:14.198674 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 205 rows starting from the beginning of the part | ||
| 8248 | 2025.01.07 05:13:14.198946 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 77 rows starting from the beginning of the part | ||
| 8249 | 2025.01.07 05:13:14.199329 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 205 rows starting from the beginning of the part | ||
| 8250 | 2025.01.07 05:13:14.200959 [ 5 ] {7b08d737-4dbd-4923-91f7-28336f052d56} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8251 | 2025.01.07 05:13:14.201053 [ 5 ] {7b08d737-4dbd-4923-91f7-28336f052d56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8252 | 2025.01.07 05:13:14.201930 [ 5 ] {7b08d737-4dbd-4923-91f7-28336f052d56} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8253 | 2025.01.07 05:13:14.202326 [ 5 ] {7b08d737-4dbd-4923-91f7-28336f052d56} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8254 | 2025.01.07 05:13:14.202584 [ 5 ] {7b08d737-4dbd-4923-91f7-28336f052d56} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.005429 sec., 4236.507644133358 rows/sec., 305.61 KiB/sec. | ||
| 8255 | 2025.01.07 05:13:14.202758 [ 5 ] {7b08d737-4dbd-4923-91f7-28336f052d56} <Debug> TCPHandler: Processed in 0.006255452 sec. | ||
| 8256 | 2025.01.07 05:13:14.203143 [ 188 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.006670455 sec., 496667.76854052686 rows/sec., 43.71 MiB/sec. | ||
| 8257 | 2025.01.07 05:13:14.203151 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8258 | 2025.01.07 05:13:14.203332 [ 256 ] {4044aefe-5552-417f-ab7e-1330e97b7b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8259 | 2025.01.07 05:13:14.203403 [ 256 ] {4044aefe-5552-417f-ab7e-1330e97b7b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8260 | 2025.01.07 05:13:14.203464 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
| 8261 | 2025.01.07 05:13:14.204151 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_60_12} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8262 | 2025.01.07 05:13:14.204275 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_60_12} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
| 8263 | 2025.01.07 05:13:14.204451 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 8264 | 2025.01.07 05:13:14.204629 [ 256 ] {4044aefe-5552-417f-ab7e-1330e97b7b1c} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8265 | 2025.01.07 05:13:14.204675 [ 256 ] {4044aefe-5552-417f-ab7e-1330e97b7b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8266 | 2025.01.07 05:13:14.205059 [ 256 ] {4044aefe-5552-417f-ab7e-1330e97b7b1c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8267 | 2025.01.07 05:13:14.205303 [ 256 ] {4044aefe-5552-417f-ab7e-1330e97b7b1c} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8268 | 2025.01.07 05:13:14.205535 [ 256 ] {4044aefe-5552-417f-ab7e-1330e97b7b1c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00225 sec., 6222.222222222223 rows/sec., 435.76 KiB/sec. | ||
| 8269 | 2025.01.07 05:13:14.205596 [ 256 ] {4044aefe-5552-417f-ab7e-1330e97b7b1c} <Debug> TCPHandler: Processed in 0.002664812 sec. | ||
| 8270 | 2025.01.07 05:13:14.205825 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8271 | 2025.01.07 05:13:14.206046 [ 5 ] {120648d3-34cd-496c-b7cc-831573107015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8272 | 2025.01.07 05:13:14.206135 [ 5 ] {120648d3-34cd-496c-b7cc-831573107015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8273 | 2025.01.07 05:13:14.206713 [ 5 ] {120648d3-34cd-496c-b7cc-831573107015} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8274 | 2025.01.07 05:13:14.206753 [ 5 ] {120648d3-34cd-496c-b7cc-831573107015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8275 | 2025.01.07 05:13:14.207100 [ 5 ] {120648d3-34cd-496c-b7cc-831573107015} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8276 | 2025.01.07 05:13:14.207339 [ 5 ] {120648d3-34cd-496c-b7cc-831573107015} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8277 | 2025.01.07 05:13:14.207546 [ 5 ] {120648d3-34cd-496c-b7cc-831573107015} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001554 sec., 8365.508365508365 rows/sec., 521.59 KiB/sec. | ||
| 8278 | 2025.01.07 05:13:14.207600 [ 5 ] {120648d3-34cd-496c-b7cc-831573107015} <Debug> TCPHandler: Processed in 0.001886948 sec. | ||
| 8279 | 2025.01.07 05:13:14.207749 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8280 | 2025.01.07 05:13:14.207890 [ 256 ] {275e7e99-0f7f-4948-924d-c46ab6a4648f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8281 | 2025.01.07 05:13:14.207950 [ 256 ] {275e7e99-0f7f-4948-924d-c46ab6a4648f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8282 | 2025.01.07 05:13:14.208681 [ 256 ] {275e7e99-0f7f-4948-924d-c46ab6a4648f} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8283 | 2025.01.07 05:13:14.208722 [ 256 ] {275e7e99-0f7f-4948-924d-c46ab6a4648f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8284 | 2025.01.07 05:13:14.209100 [ 256 ] {275e7e99-0f7f-4948-924d-c46ab6a4648f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8285 | 2025.01.07 05:13:14.209340 [ 256 ] {275e7e99-0f7f-4948-924d-c46ab6a4648f} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8286 | 2025.01.07 05:13:14.209516 [ 120 ] {} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
| 8287 | 2025.01.07 05:13:14.209571 [ 120 ] {} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8288 | 2025.01.07 05:13:14.209587 [ 256 ] {275e7e99-0f7f-4948-924d-c46ab6a4648f} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.00172 sec., 210465.11627906977 rows/sec., 14.81 MiB/sec. | ||
| 8289 | 2025.01.07 05:13:14.209620 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8290 | 2025.01.07 05:13:14.209741 [ 256 ] {275e7e99-0f7f-4948-924d-c46ab6a4648f} <Debug> TCPHandler: Processed in 0.002057193 sec. | ||
| 8291 | 2025.01.07 05:13:14.209838 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::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 | ||
| 8292 | 2025.01.07 05:13:14.210020 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8293 | 2025.01.07 05:13:14.210037 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8294 | 2025.01.07 05:13:14.210130 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 875 rows starting from the beginning of the part | ||
| 8295 | 2025.01.07 05:13:14.210388 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 820 rows starting from the beginning of the part | ||
| 8296 | 2025.01.07 05:13:14.210503 [ 5 ] {33148a4d-7e15-4055-83da-bd39f593b69e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8297 | 2025.01.07 05:13:14.210601 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 53 rows starting from the beginning of the part | ||
| 8298 | 2025.01.07 05:13:14.210887 [ 5 ] {33148a4d-7e15-4055-83da-bd39f593b69e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8299 | 2025.01.07 05:13:14.210920 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 362 rows starting from the beginning of the part | ||
| 8300 | 2025.01.07 05:13:14.211327 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 55 rows starting from the beginning of the part | ||
| 8301 | 2025.01.07 05:13:14.211715 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 362 rows starting from the beginning of the part | ||
| 8302 | 2025.01.07 05:13:14.213038 [ 5 ] {33148a4d-7e15-4055-83da-bd39f593b69e} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8303 | 2025.01.07 05:13:14.213109 [ 5 ] {33148a4d-7e15-4055-83da-bd39f593b69e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8304 | 2025.01.07 05:13:14.214070 [ 5 ] {33148a4d-7e15-4055-83da-bd39f593b69e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8305 | 2025.01.07 05:13:14.214430 [ 5 ] {33148a4d-7e15-4055-83da-bd39f593b69e} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8306 | 2025.01.07 05:13:14.214650 [ 120 ] {} <Debug> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8307 | 2025.01.07 05:13:14.214792 [ 120 ] {} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8308 | 2025.01.07 05:13:14.214899 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8309 | 2025.01.07 05:13:14.215336 [ 5 ] {33148a4d-7e15-4055-83da-bd39f593b69e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004722 sec., 1270.6480304955528 rows/sec., 66.39 KiB/sec. | ||
| 8310 | 2025.01.07 05:13:14.215423 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005673385 sec., 445413.0999394541 rows/sec., 33.77 MiB/sec. | ||
| 8311 | 2025.01.07 05:13:14.215452 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 8312 | 2025.01.07 05:13:14.215754 [ 5 ] {33148a4d-7e15-4055-83da-bd39f593b69e} <Debug> TCPHandler: Processed in 0.005902311 sec. | ||
| 8313 | 2025.01.07 05:13:14.215822 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
| 8314 | 2025.01.07 05:13:14.215961 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8315 | 2025.01.07 05:13:14.216109 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
| 8316 | 2025.01.07 05:13:14.216581 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 8317 | 2025.01.07 05:13:14.217047 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 8318 | 2025.01.07 05:13:14.217075 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_60_12} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8319 | 2025.01.07 05:13:14.217491 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 8320 | 2025.01.07 05:13:14.217502 [ 188 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_60_12} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
| 8321 | 2025.01.07 05:13:14.217540 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8322 | 2025.01.07 05:13:14.217882 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 8323 | 2025.01.07 05:13:14.217934 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8324 | 2025.01.07 05:13:14.218312 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8325 | 2025.01.07 05:13:14.218388 [ 256 ] {f3f8eb23-66fa-4eb2-a164-fb7a0fce5cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8326 | 2025.01.07 05:13:14.218660 [ 256 ] {f3f8eb23-66fa-4eb2-a164-fb7a0fce5cda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8327 | 2025.01.07 05:13:14.220496 [ 256 ] {f3f8eb23-66fa-4eb2-a164-fb7a0fce5cda} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8328 | 2025.01.07 05:13:14.220584 [ 256 ] {f3f8eb23-66fa-4eb2-a164-fb7a0fce5cda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8329 | 2025.01.07 05:13:14.221278 [ 186 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.00618642 sec., 25216.522641527736 rows/sec., 1.29 MiB/sec. | ||
| 8330 | 2025.01.07 05:13:14.221620 [ 256 ] {f3f8eb23-66fa-4eb2-a164-fb7a0fce5cda} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8331 | 2025.01.07 05:13:14.221638 [ 189 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8332 | 2025.01.07 05:13:14.222130 [ 256 ] {f3f8eb23-66fa-4eb2-a164-fb7a0fce5cda} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8333 | 2025.01.07 05:13:14.222517 [ 193 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_26_5} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8334 | 2025.01.07 05:13:14.222722 [ 256 ] {f3f8eb23-66fa-4eb2-a164-fb7a0fce5cda} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.00451 sec., 39246.119733924614 rows/sec., 2.59 MiB/sec. | ||
| 8335 | 2025.01.07 05:13:14.222776 [ 193 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_26_5} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8336 | 2025.01.07 05:13:14.223109 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8337 | 2025.01.07 05:13:14.223134 [ 256 ] {f3f8eb23-66fa-4eb2-a164-fb7a0fce5cda} <Debug> TCPHandler: Processed in 0.007182781 sec. | ||
| 8338 | 2025.01.07 05:13:14.223357 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8339 | 2025.01.07 05:13:14.223477 [ 5 ] {53c09821-3a6d-412a-aafa-c1900c070597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8340 | 2025.01.07 05:13:14.223527 [ 5 ] {53c09821-3a6d-412a-aafa-c1900c070597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8341 | 2025.01.07 05:13:14.223972 [ 5 ] {53c09821-3a6d-412a-aafa-c1900c070597} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8342 | 2025.01.07 05:13:14.224009 [ 5 ] {53c09821-3a6d-412a-aafa-c1900c070597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8343 | 2025.01.07 05:13:14.224361 [ 5 ] {53c09821-3a6d-412a-aafa-c1900c070597} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8344 | 2025.01.07 05:13:14.224606 [ 5 ] {53c09821-3a6d-412a-aafa-c1900c070597} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8345 | 2025.01.07 05:13:14.224812 [ 5 ] {53c09821-3a6d-412a-aafa-c1900c070597} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001358 sec., 736.3770250368188 rows/sec., 49.62 KiB/sec. | ||
| 8346 | 2025.01.07 05:13:14.224862 [ 5 ] {53c09821-3a6d-412a-aafa-c1900c070597} <Debug> TCPHandler: Processed in 0.001607039 sec. | ||
| 8347 | 2025.01.07 05:13:14.224996 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8348 | 2025.01.07 05:13:14.225126 [ 256 ] {0d1c240e-91f3-4b11-b16b-2e831b8a6e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8349 | 2025.01.07 05:13:14.225221 [ 256 ] {0d1c240e-91f3-4b11-b16b-2e831b8a6e82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8350 | 2025.01.07 05:13:14.226470 [ 256 ] {0d1c240e-91f3-4b11-b16b-2e831b8a6e82} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8351 | 2025.01.07 05:13:14.226510 [ 256 ] {0d1c240e-91f3-4b11-b16b-2e831b8a6e82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8352 | 2025.01.07 05:13:14.227180 [ 256 ] {0d1c240e-91f3-4b11-b16b-2e831b8a6e82} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8353 | 2025.01.07 05:13:14.227451 [ 256 ] {0d1c240e-91f3-4b11-b16b-2e831b8a6e82} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8354 | 2025.01.07 05:13:14.227717 [ 256 ] {0d1c240e-91f3-4b11-b16b-2e831b8a6e82} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002624 sec., 6097.560975609756 rows/sec., 10.93 MiB/sec. | ||
| 8355 | 2025.01.07 05:13:14.227824 [ 256 ] {0d1c240e-91f3-4b11-b16b-2e831b8a6e82} <Debug> TCPHandler: Processed in 0.002888228 sec. | ||
| 8356 | 2025.01.07 05:13:14.228017 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8357 | 2025.01.07 05:13:14.228197 [ 5 ] {a5343fc1-b48c-4f6d-90fa-5a7a9ebdcf31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8358 | 2025.01.07 05:13:14.228256 [ 5 ] {a5343fc1-b48c-4f6d-90fa-5a7a9ebdcf31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8359 | 2025.01.07 05:13:14.228825 [ 5 ] {a5343fc1-b48c-4f6d-90fa-5a7a9ebdcf31} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8360 | 2025.01.07 05:13:14.228871 [ 5 ] {a5343fc1-b48c-4f6d-90fa-5a7a9ebdcf31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8361 | 2025.01.07 05:13:14.229265 [ 5 ] {a5343fc1-b48c-4f6d-90fa-5a7a9ebdcf31} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8362 | 2025.01.07 05:13:14.229499 [ 5 ] {a5343fc1-b48c-4f6d-90fa-5a7a9ebdcf31} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8363 | 2025.01.07 05:13:14.229721 [ 5 ] {a5343fc1-b48c-4f6d-90fa-5a7a9ebdcf31} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001551 sec., 33526.75693101225 rows/sec., 2.08 MiB/sec. | ||
| 8364 | 2025.01.07 05:13:14.229799 [ 5 ] {a5343fc1-b48c-4f6d-90fa-5a7a9ebdcf31} <Debug> TCPHandler: Processed in 0.001891398 sec. | ||
| 8365 | 2025.01.07 05:13:18.806432 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8366 | 2025.01.07 05:13:18.806500 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8367 | 2025.01.07 05:13:18.968473 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 8368 | 2025.01.07 05:13:18.969086 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8369 | 2025.01.07 05:13:18.969128 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8370 | 2025.01.07 05:13:18.969655 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8371 | 2025.01.07 05:13:18.969909 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8372 | 2025.01.07 05:13:18.970119 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8373 | 2025.01.07 05:13:19.187826 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8374 | 2025.01.07 05:13:19.188038 [ 5 ] {5e01573e-b357-445b-8697-987b21006135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8375 | 2025.01.07 05:13:19.188115 [ 5 ] {5e01573e-b357-445b-8697-987b21006135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8376 | 2025.01.07 05:13:19.188909 [ 5 ] {5e01573e-b357-445b-8697-987b21006135} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8377 | 2025.01.07 05:13:19.188953 [ 5 ] {5e01573e-b357-445b-8697-987b21006135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8378 | 2025.01.07 05:13:19.189390 [ 5 ] {5e01573e-b357-445b-8697-987b21006135} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8379 | 2025.01.07 05:13:19.189648 [ 5 ] {5e01573e-b357-445b-8697-987b21006135} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8380 | 2025.01.07 05:13:19.189877 [ 5 ] {5e01573e-b357-445b-8697-987b21006135} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001896 sec., 40084.38818565401 rows/sec., 3.48 MiB/sec. | ||
| 8381 | 2025.01.07 05:13:19.189933 [ 5 ] {5e01573e-b357-445b-8697-987b21006135} <Debug> TCPHandler: Processed in 0.002246638 sec. | ||
| 8382 | 2025.01.07 05:13:19.190208 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8383 | 2025.01.07 05:13:19.190403 [ 256 ] {fb07d366-5183-4d23-a2c0-5a3aed9df0a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8384 | 2025.01.07 05:13:19.190480 [ 256 ] {fb07d366-5183-4d23-a2c0-5a3aed9df0a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8385 | 2025.01.07 05:13:19.191330 [ 256 ] {fb07d366-5183-4d23-a2c0-5a3aed9df0a9} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8386 | 2025.01.07 05:13:19.191392 [ 256 ] {fb07d366-5183-4d23-a2c0-5a3aed9df0a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8387 | 2025.01.07 05:13:19.191901 [ 256 ] {fb07d366-5183-4d23-a2c0-5a3aed9df0a9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8388 | 2025.01.07 05:13:19.192192 [ 256 ] {fb07d366-5183-4d23-a2c0-5a3aed9df0a9} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8389 | 2025.01.07 05:13:19.192459 [ 256 ] {fb07d366-5183-4d23-a2c0-5a3aed9df0a9} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.002111 sec., 11842.728564661298 rows/sec., 890.52 KiB/sec. | ||
| 8390 | 2025.01.07 05:13:19.192579 [ 256 ] {fb07d366-5183-4d23-a2c0-5a3aed9df0a9} <Debug> TCPHandler: Processed in 0.002511138 sec. | ||
| 8391 | 2025.01.07 05:13:19.192794 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8392 | 2025.01.07 05:13:19.192940 [ 5 ] {5a193c1d-f166-4e71-9826-d3c6efe2221a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8393 | 2025.01.07 05:13:19.192996 [ 5 ] {5a193c1d-f166-4e71-9826-d3c6efe2221a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8394 | 2025.01.07 05:13:19.193616 [ 5 ] {5a193c1d-f166-4e71-9826-d3c6efe2221a} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8395 | 2025.01.07 05:13:19.193656 [ 5 ] {5a193c1d-f166-4e71-9826-d3c6efe2221a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8396 | 2025.01.07 05:13:19.194009 [ 5 ] {5a193c1d-f166-4e71-9826-d3c6efe2221a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8397 | 2025.01.07 05:13:19.194249 [ 5 ] {5a193c1d-f166-4e71-9826-d3c6efe2221a} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8398 | 2025.01.07 05:13:19.194460 [ 5 ] {5a193c1d-f166-4e71-9826-d3c6efe2221a} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001549 sec., 34215.622982569395 rows/sec., 2.67 MiB/sec. | ||
| 8399 | 2025.01.07 05:13:19.194514 [ 5 ] {5a193c1d-f166-4e71-9826-d3c6efe2221a} <Debug> TCPHandler: Processed in 0.001821326 sec. | ||
| 8400 | 2025.01.07 05:13:19.194676 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8401 | 2025.01.07 05:13:19.194827 [ 256 ] {b758127a-35f4-4692-8a3e-874747f4e3d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8402 | 2025.01.07 05:13:19.194894 [ 256 ] {b758127a-35f4-4692-8a3e-874747f4e3d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8403 | 2025.01.07 05:13:19.195504 [ 256 ] {b758127a-35f4-4692-8a3e-874747f4e3d5} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8404 | 2025.01.07 05:13:19.195546 [ 256 ] {b758127a-35f4-4692-8a3e-874747f4e3d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8405 | 2025.01.07 05:13:19.195948 [ 256 ] {b758127a-35f4-4692-8a3e-874747f4e3d5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8406 | 2025.01.07 05:13:19.196200 [ 256 ] {b758127a-35f4-4692-8a3e-874747f4e3d5} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8407 | 2025.01.07 05:13:19.196383 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8408 | 2025.01.07 05:13:19.196436 [ 256 ] {b758127a-35f4-4692-8a3e-874747f4e3d5} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001646 sec., 60753.34143377886 rows/sec., 4.21 MiB/sec. | ||
| 8409 | 2025.01.07 05:13:19.196456 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8410 | 2025.01.07 05:13:19.196528 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8411 | 2025.01.07 05:13:19.196582 [ 256 ] {b758127a-35f4-4692-8a3e-874747f4e3d5} <Debug> TCPHandler: Processed in 0.001972791 sec. | ||
| 8412 | 2025.01.07 05:13:19.196834 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::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 | ||
| 8413 | 2025.01.07 05:13:19.196887 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8414 | 2025.01.07 05:13:19.197118 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8415 | 2025.01.07 05:13:19.197225 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 14736 rows starting from the beginning of the part | ||
| 8416 | 2025.01.07 05:13:19.197227 [ 5 ] {4a543326-7df7-4ec9-800e-43b0b25fde39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8417 | 2025.01.07 05:13:19.197426 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 100 rows starting from the beginning of the part | ||
| 8418 | 2025.01.07 05:13:19.197787 [ 5 ] {4a543326-7df7-4ec9-800e-43b0b25fde39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8419 | 2025.01.07 05:13:19.197839 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 177 rows starting from the beginning of the part | ||
| 8420 | 2025.01.07 05:13:19.198333 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 101 rows starting from the beginning of the part | ||
| 8421 | 2025.01.07 05:13:19.198703 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 177 rows starting from the beginning of the part | ||
| 8422 | 2025.01.07 05:13:19.199047 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 100 rows starting from the beginning of the part | ||
| 8423 | 2025.01.07 05:13:19.201983 [ 5 ] {4a543326-7df7-4ec9-800e-43b0b25fde39} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8424 | 2025.01.07 05:13:19.202070 [ 5 ] {4a543326-7df7-4ec9-800e-43b0b25fde39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8425 | 2025.01.07 05:13:19.203964 [ 5 ] {4a543326-7df7-4ec9-800e-43b0b25fde39} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8426 | 2025.01.07 05:13:19.204320 [ 5 ] {4a543326-7df7-4ec9-800e-43b0b25fde39} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8427 | 2025.01.07 05:13:19.204885 [ 116 ] {} <Debug> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8428 | 2025.01.07 05:13:19.204985 [ 116 ] {} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8429 | 2025.01.07 05:13:19.205020 [ 5 ] {4a543326-7df7-4ec9-800e-43b0b25fde39} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.007885 sec., 3170.5770450221944 rows/sec., 5.68 MiB/sec. | ||
| 8430 | 2025.01.07 05:13:19.205038 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8431 | 2025.01.07 05:13:19.205626 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 8432 | 2025.01.07 05:13:19.206002 [ 5 ] {4a543326-7df7-4ec9-800e-43b0b25fde39} <Debug> TCPHandler: Processed in 0.009286906 sec. | ||
| 8433 | 2025.01.07 05:13:19.207364 [ 197 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15391 rows, containing 5 columns (5 merged, 0 gathered) in 0.010697569 sec., 1438738.0908690563 rows/sec., 96.51 MiB/sec. | ||
| 8434 | 2025.01.07 05:13:19.207429 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8435 | 2025.01.07 05:13:19.207543 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8436 | 2025.01.07 05:13:19.207749 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 910 rows starting from the beginning of the part | ||
| 8437 | 2025.01.07 05:13:19.207749 [ 256 ] {01b721ac-353b-4838-9e1e-c356eaedc9c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8438 | 2025.01.07 05:13:19.207931 [ 256 ] {01b721ac-353b-4838-9e1e-c356eaedc9c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8439 | 2025.01.07 05:13:19.208064 [ 197 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8440 | 2025.01.07 05:13:19.208727 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 25 rows starting from the beginning of the part | ||
| 8441 | 2025.01.07 05:13:19.209187 [ 197 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8442 | 2025.01.07 05:13:19.209535 [ 197 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8443 | 2025.01.07 05:13:19.209867 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.75 MiB. | ||
| 8444 | 2025.01.07 05:13:19.210105 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 16 rows starting from the beginning of the part | ||
| 8445 | 2025.01.07 05:13:19.210635 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 25 rows starting from the beginning of the part | ||
| 8446 | 2025.01.07 05:13:19.211333 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part | ||
| 8447 | 2025.01.07 05:13:19.211479 [ 256 ] {01b721ac-353b-4838-9e1e-c356eaedc9c5} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8448 | 2025.01.07 05:13:19.211585 [ 256 ] {01b721ac-353b-4838-9e1e-c356eaedc9c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8449 | 2025.01.07 05:13:19.211962 [ 193 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 25 rows starting from the beginning of the part | ||
| 8450 | 2025.01.07 05:13:19.213261 [ 256 ] {01b721ac-353b-4838-9e1e-c356eaedc9c5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8451 | 2025.01.07 05:13:19.213813 [ 256 ] {01b721ac-353b-4838-9e1e-c356eaedc9c5} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8452 | 2025.01.07 05:13:19.214136 [ 116 ] {} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8453 | 2025.01.07 05:13:19.214239 [ 116 ] {} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8454 | 2025.01.07 05:13:19.214330 [ 256 ] {01b721ac-353b-4838-9e1e-c356eaedc9c5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.006718 sec., 4465.614766299494 rows/sec., 313.26 KiB/sec. | ||
| 8455 | 2025.01.07 05:13:19.214366 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8456 | 2025.01.07 05:13:19.214465 [ 256 ] {01b721ac-353b-4838-9e1e-c356eaedc9c5} <Debug> TCPHandler: Processed in 0.008288095 sec. | ||
| 8457 | 2025.01.07 05:13:19.214717 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 8458 | 2025.01.07 05:13:19.214988 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8459 | 2025.01.07 05:13:19.215066 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2160 rows starting from the beginning of the part | ||
| 8460 | 2025.01.07 05:13:19.215366 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 30 rows starting from the beginning of the part | ||
| 8461 | 2025.01.07 05:13:19.215748 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 52 rows starting from the beginning of the part | ||
| 8462 | 2025.01.07 05:13:19.216108 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 30 rows starting from the beginning of the part | ||
| 8463 | 2025.01.07 05:13:19.216450 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 52 rows starting from the beginning of the part | ||
| 8464 | 2025.01.07 05:13:19.216714 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 30 rows starting from the beginning of the part | ||
| 8465 | 2025.01.07 05:13:19.220695 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2354 rows, containing 4 columns (4 merged, 0 gathered) in 0.00617136 sec., 381439.42340100073 rows/sec., 24.69 MiB/sec. | ||
| 8466 | 2025.01.07 05:13:19.221096 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8467 | 2025.01.07 05:13:19.221731 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_61_12} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8468 | 2025.01.07 05:13:19.221848 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_61_12} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8469 | 2025.01.07 05:13:19.221947 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 8470 | 2025.01.07 05:13:19.223802 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1017 rows, containing 19 columns (19 merged, 0 gathered) in 0.018619122 sec., 54621.265170291066 rows/sec., 97.88 MiB/sec. | ||
| 8471 | 2025.01.07 05:13:19.225075 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8472 | 2025.01.07 05:13:19.225512 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8473 | 2025.01.07 05:13:19.225606 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8474 | 2025.01.07 05:13:19.225777 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.31 MiB. | ||
| 8475 | 2025.01.07 05:13:20.001208 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.87 MiB, peak 228.64 MiB, free memory in arenas 0.00 B, will set to 219.46 MiB (RSS), difference: 1.59 MiB | ||
| 8476 | 2025.01.07 05:13:20.327875 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8477 | 2025.01.07 05:13:20.348139 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8478 | 2025.01.07 05:13:20.348209 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8479 | 2025.01.07 05:13:20.355103 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8480 | 2025.01.07 05:13:20.355843 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8481 | 2025.01.07 05:13:20.359032 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8482 | 2025.01.07 05:13:24.059906 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1180 | ||
| 8483 | 2025.01.07 05:13:24.063090 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8484 | 2025.01.07 05:13:24.063142 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8485 | 2025.01.07 05:13:24.064619 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8486 | 2025.01.07 05:13:24.064943 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8487 | 2025.01.07 05:13:24.065106 [ 110 ] {} <Debug> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8488 | 2025.01.07 05:13:24.065171 [ 110 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8489 | 2025.01.07 05:13:24.065209 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8490 | 2025.01.07 05:13:24.065635 [ 199 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 8491 | 2025.01.07 05:13:24.066478 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1180 | ||
| 8492 | 2025.01.07 05:13:24.066939 [ 199 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8493 | 2025.01.07 05:13:24.067130 [ 199 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1004 rows starting from the beginning of the part | ||
| 8494 | 2025.01.07 05:13:24.067867 [ 199 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 8495 | 2025.01.07 05:13:24.068511 [ 199 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
| 8496 | 2025.01.07 05:13:24.069017 [ 199 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part | ||
| 8497 | 2025.01.07 05:13:24.069512 [ 199 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 8498 | 2025.01.07 05:13:24.069977 [ 199 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part | ||
| 8499 | 2025.01.07 05:13:24.078404 [ 190 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1180 rows, containing 72 columns (72 merged, 0 gathered) in 0.013073392 sec., 90259.66635131877 rows/sec., 71.14 MiB/sec. | ||
| 8500 | 2025.01.07 05:13:24.080340 [ 200 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8501 | 2025.01.07 05:13:24.081221 [ 200 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_31_6} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8502 | 2025.01.07 05:13:24.081334 [ 200 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_31_6} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8503 | 2025.01.07 05:13:24.081690 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. | ||
| 8504 | 2025.01.07 05:13:24.220267 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8505 | 2025.01.07 05:13:24.220468 [ 5 ] {5ca646f3-712a-4618-910e-dbfb0bb75b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8506 | 2025.01.07 05:13:24.220546 [ 5 ] {5ca646f3-712a-4618-910e-dbfb0bb75b0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8507 | 2025.01.07 05:13:24.221351 [ 5 ] {5ca646f3-712a-4618-910e-dbfb0bb75b0e} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8508 | 2025.01.07 05:13:24.221408 [ 5 ] {5ca646f3-712a-4618-910e-dbfb0bb75b0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8509 | 2025.01.07 05:13:24.221867 [ 5 ] {5ca646f3-712a-4618-910e-dbfb0bb75b0e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8510 | 2025.01.07 05:13:24.222138 [ 5 ] {5ca646f3-712a-4618-910e-dbfb0bb75b0e} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8511 | 2025.01.07 05:13:24.222395 [ 5 ] {5ca646f3-712a-4618-910e-dbfb0bb75b0e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001974 sec., 7092.198581560284 rows/sec., 510.54 KiB/sec. | ||
| 8512 | 2025.01.07 05:13:24.222526 [ 5 ] {5ca646f3-712a-4618-910e-dbfb0bb75b0e} <Debug> TCPHandler: Processed in 0.002401174 sec. | ||
| 8513 | 2025.01.07 05:13:24.222851 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8514 | 2025.01.07 05:13:24.223062 [ 256 ] {a4dd9506-8f20-404b-8e67-49cb4c6940a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8515 | 2025.01.07 05:13:24.223144 [ 256 ] {a4dd9506-8f20-404b-8e67-49cb4c6940a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8516 | 2025.01.07 05:13:24.223905 [ 256 ] {a4dd9506-8f20-404b-8e67-49cb4c6940a5} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8517 | 2025.01.07 05:13:24.223959 [ 256 ] {a4dd9506-8f20-404b-8e67-49cb4c6940a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8518 | 2025.01.07 05:13:24.224387 [ 256 ] {a4dd9506-8f20-404b-8e67-49cb4c6940a5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8519 | 2025.01.07 05:13:24.224652 [ 256 ] {a4dd9506-8f20-404b-8e67-49cb4c6940a5} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8520 | 2025.01.07 05:13:24.224941 [ 256 ] {a4dd9506-8f20-404b-8e67-49cb4c6940a5} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001935 sec., 4134.366925064599 rows/sec., 337.13 KiB/sec. | ||
| 8521 | 2025.01.07 05:13:24.225155 [ 256 ] {a4dd9506-8f20-404b-8e67-49cb4c6940a5} <Debug> TCPHandler: Processed in 0.002472905 sec. | ||
| 8522 | 2025.01.07 05:13:24.225332 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8523 | 2025.01.07 05:13:24.225458 [ 5 ] {69ae42ea-d99d-4ac3-b28a-de7e4f300ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8524 | 2025.01.07 05:13:24.225514 [ 5 ] {69ae42ea-d99d-4ac3-b28a-de7e4f300ca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8525 | 2025.01.07 05:13:24.226866 [ 5 ] {69ae42ea-d99d-4ac3-b28a-de7e4f300ca6} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8526 | 2025.01.07 05:13:24.226910 [ 5 ] {69ae42ea-d99d-4ac3-b28a-de7e4f300ca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8527 | 2025.01.07 05:13:24.227381 [ 5 ] {69ae42ea-d99d-4ac3-b28a-de7e4f300ca6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8528 | 2025.01.07 05:13:24.227651 [ 5 ] {69ae42ea-d99d-4ac3-b28a-de7e4f300ca6} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8529 | 2025.01.07 05:13:24.227860 [ 5 ] {69ae42ea-d99d-4ac3-b28a-de7e4f300ca6} <Debug> executeQuery: Read 1349 rows, 114.99 KiB in 0.002432 sec., 554687.5 rows/sec., 46.17 MiB/sec. | ||
| 8530 | 2025.01.07 05:13:24.227920 [ 5 ] {69ae42ea-d99d-4ac3-b28a-de7e4f300ca6} <Debug> TCPHandler: Processed in 0.002658021 sec. | ||
| 8531 | 2025.01.07 05:13:24.228086 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8532 | 2025.01.07 05:13:24.228226 [ 256 ] {d8a746bc-df6c-46aa-8a62-50b0af993081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8533 | 2025.01.07 05:13:24.228285 [ 256 ] {d8a746bc-df6c-46aa-8a62-50b0af993081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8534 | 2025.01.07 05:13:24.228892 [ 256 ] {d8a746bc-df6c-46aa-8a62-50b0af993081} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8535 | 2025.01.07 05:13:24.228934 [ 256 ] {d8a746bc-df6c-46aa-8a62-50b0af993081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8536 | 2025.01.07 05:13:24.229297 [ 256 ] {d8a746bc-df6c-46aa-8a62-50b0af993081} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8537 | 2025.01.07 05:13:24.229539 [ 256 ] {d8a746bc-df6c-46aa-8a62-50b0af993081} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8538 | 2025.01.07 05:13:24.229761 [ 256 ] {d8a746bc-df6c-46aa-8a62-50b0af993081} <Debug> executeQuery: Read 31 rows, 2.22 KiB in 0.001567 sec., 19783.024888321634 rows/sec., 1.38 MiB/sec. | ||
| 8539 | 2025.01.07 05:13:24.229813 [ 256 ] {d8a746bc-df6c-46aa-8a62-50b0af993081} <Debug> TCPHandler: Processed in 0.001793065 sec. | ||
| 8540 | 2025.01.07 05:13:24.229950 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8541 | 2025.01.07 05:13:24.230071 [ 5 ] {6fb513c2-fdc1-4055-b290-1e70f680172a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8542 | 2025.01.07 05:13:24.230122 [ 5 ] {6fb513c2-fdc1-4055-b290-1e70f680172a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8543 | 2025.01.07 05:13:24.230821 [ 5 ] {6fb513c2-fdc1-4055-b290-1e70f680172a} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8544 | 2025.01.07 05:13:24.230862 [ 5 ] {6fb513c2-fdc1-4055-b290-1e70f680172a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8545 | 2025.01.07 05:13:24.231244 [ 5 ] {6fb513c2-fdc1-4055-b290-1e70f680172a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8546 | 2025.01.07 05:13:24.231496 [ 5 ] {6fb513c2-fdc1-4055-b290-1e70f680172a} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8547 | 2025.01.07 05:13:24.231710 [ 5 ] {6fb513c2-fdc1-4055-b290-1e70f680172a} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001667 sec., 145170.96580683862 rows/sec., 9.84 MiB/sec. | ||
| 8548 | 2025.01.07 05:13:24.231766 [ 5 ] {6fb513c2-fdc1-4055-b290-1e70f680172a} <Debug> TCPHandler: Processed in 0.001876918 sec. | ||
| 8549 | 2025.01.07 05:13:24.231957 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8550 | 2025.01.07 05:13:24.232108 [ 256 ] {1b07901e-c64d-4b1d-96ae-62beb23e951a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8551 | 2025.01.07 05:13:24.232168 [ 256 ] {1b07901e-c64d-4b1d-96ae-62beb23e951a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8552 | 2025.01.07 05:13:24.232779 [ 256 ] {1b07901e-c64d-4b1d-96ae-62beb23e951a} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8553 | 2025.01.07 05:13:24.232820 [ 256 ] {1b07901e-c64d-4b1d-96ae-62beb23e951a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8554 | 2025.01.07 05:13:24.233194 [ 256 ] {1b07901e-c64d-4b1d-96ae-62beb23e951a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8555 | 2025.01.07 05:13:24.233439 [ 256 ] {1b07901e-c64d-4b1d-96ae-62beb23e951a} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8556 | 2025.01.07 05:13:24.233654 [ 256 ] {1b07901e-c64d-4b1d-96ae-62beb23e951a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001577 sec., 8243.500317057704 rows/sec., 513.98 KiB/sec. | ||
| 8557 | 2025.01.07 05:13:24.233706 [ 256 ] {1b07901e-c64d-4b1d-96ae-62beb23e951a} <Debug> TCPHandler: Processed in 0.001830156 sec. | ||
| 8558 | 2025.01.07 05:13:24.233850 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8559 | 2025.01.07 05:13:24.233971 [ 5 ] {ad8c0dc7-f999-428a-a253-1f3057a4e87d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8560 | 2025.01.07 05:13:24.234021 [ 5 ] {ad8c0dc7-f999-428a-a253-1f3057a4e87d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8561 | 2025.01.07 05:13:24.234943 [ 5 ] {ad8c0dc7-f999-428a-a253-1f3057a4e87d} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8562 | 2025.01.07 05:13:24.234985 [ 5 ] {ad8c0dc7-f999-428a-a253-1f3057a4e87d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8563 | 2025.01.07 05:13:24.235392 [ 5 ] {ad8c0dc7-f999-428a-a253-1f3057a4e87d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8564 | 2025.01.07 05:13:24.235647 [ 5 ] {ad8c0dc7-f999-428a-a253-1f3057a4e87d} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8565 | 2025.01.07 05:13:24.235847 [ 5 ] {ad8c0dc7-f999-428a-a253-1f3057a4e87d} <Debug> executeQuery: Read 826 rows, 61.03 KiB in 0.001893 sec., 436344.42683571053 rows/sec., 31.48 MiB/sec. | ||
| 8566 | 2025.01.07 05:13:24.235970 [ 5 ] {ad8c0dc7-f999-428a-a253-1f3057a4e87d} <Debug> TCPHandler: Processed in 0.002175567 sec. | ||
| 8567 | 2025.01.07 05:13:24.236139 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8568 | 2025.01.07 05:13:24.236290 [ 256 ] {c718417c-3989-4e23-aa0b-043d433f1a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8569 | 2025.01.07 05:13:24.236350 [ 256 ] {c718417c-3989-4e23-aa0b-043d433f1a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8570 | 2025.01.07 05:13:24.236892 [ 256 ] {c718417c-3989-4e23-aa0b-043d433f1a8e} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8571 | 2025.01.07 05:13:24.236943 [ 256 ] {c718417c-3989-4e23-aa0b-043d433f1a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8572 | 2025.01.07 05:13:24.237372 [ 256 ] {c718417c-3989-4e23-aa0b-043d433f1a8e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8573 | 2025.01.07 05:13:24.237603 [ 256 ] {c718417c-3989-4e23-aa0b-043d433f1a8e} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8574 | 2025.01.07 05:13:24.237856 [ 256 ] {c718417c-3989-4e23-aa0b-043d433f1a8e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001593 sec., 3766.478342749529 rows/sec., 196.78 KiB/sec. | ||
| 8575 | 2025.01.07 05:13:24.238024 [ 256 ] {c718417c-3989-4e23-aa0b-043d433f1a8e} <Debug> TCPHandler: Processed in 0.00196271 sec. | ||
| 8576 | 2025.01.07 05:13:24.238211 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8577 | 2025.01.07 05:13:24.238330 [ 5 ] {de95853d-09d2-40fd-b527-f43e0d217898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8578 | 2025.01.07 05:13:24.238388 [ 5 ] {de95853d-09d2-40fd-b527-f43e0d217898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8579 | 2025.01.07 05:13:24.239192 [ 5 ] {de95853d-09d2-40fd-b527-f43e0d217898} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8580 | 2025.01.07 05:13:24.239230 [ 5 ] {de95853d-09d2-40fd-b527-f43e0d217898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8581 | 2025.01.07 05:13:24.239685 [ 5 ] {de95853d-09d2-40fd-b527-f43e0d217898} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8582 | 2025.01.07 05:13:24.239941 [ 5 ] {de95853d-09d2-40fd-b527-f43e0d217898} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8583 | 2025.01.07 05:13:24.240123 [ 5 ] {de95853d-09d2-40fd-b527-f43e0d217898} <Debug> executeQuery: Read 901 rows, 61.46 KiB in 0.001817 sec., 495872.3170060539 rows/sec., 33.03 MiB/sec. | ||
| 8584 | 2025.01.07 05:13:24.240177 [ 5 ] {de95853d-09d2-40fd-b527-f43e0d217898} <Debug> TCPHandler: Processed in 0.002058723 sec. | ||
| 8585 | 2025.01.07 05:13:24.240323 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8586 | 2025.01.07 05:13:24.240441 [ 256 ] {76c2bb48-cb29-4d17-a823-25e6eea67f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8587 | 2025.01.07 05:13:24.240493 [ 256 ] {76c2bb48-cb29-4d17-a823-25e6eea67f09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8588 | 2025.01.07 05:13:24.240971 [ 256 ] {76c2bb48-cb29-4d17-a823-25e6eea67f09} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8589 | 2025.01.07 05:13:24.241010 [ 256 ] {76c2bb48-cb29-4d17-a823-25e6eea67f09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8590 | 2025.01.07 05:13:24.241364 [ 256 ] {76c2bb48-cb29-4d17-a823-25e6eea67f09} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8591 | 2025.01.07 05:13:24.241600 [ 256 ] {76c2bb48-cb29-4d17-a823-25e6eea67f09} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8592 | 2025.01.07 05:13:24.241808 [ 256 ] {76c2bb48-cb29-4d17-a823-25e6eea67f09} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00139 sec., 719.4244604316547 rows/sec., 48.48 KiB/sec. | ||
| 8593 | 2025.01.07 05:13:24.241857 [ 256 ] {76c2bb48-cb29-4d17-a823-25e6eea67f09} <Debug> TCPHandler: Processed in 0.001589759 sec. | ||
| 8594 | 2025.01.07 05:13:24.242007 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8595 | 2025.01.07 05:13:24.242126 [ 5 ] {5387eb9d-6396-4dfa-9142-5dce4bd684d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8596 | 2025.01.07 05:13:24.242208 [ 5 ] {5387eb9d-6396-4dfa-9142-5dce4bd684d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8597 | 2025.01.07 05:13:24.243383 [ 5 ] {5387eb9d-6396-4dfa-9142-5dce4bd684d8} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8598 | 2025.01.07 05:13:24.243422 [ 5 ] {5387eb9d-6396-4dfa-9142-5dce4bd684d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8599 | 2025.01.07 05:13:24.244060 [ 5 ] {5387eb9d-6396-4dfa-9142-5dce4bd684d8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8600 | 2025.01.07 05:13:24.244325 [ 5 ] {5387eb9d-6396-4dfa-9142-5dce4bd684d8} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8601 | 2025.01.07 05:13:24.244522 [ 5 ] {5387eb9d-6396-4dfa-9142-5dce4bd684d8} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002423 sec., 6603.384234420141 rows/sec., 11.83 MiB/sec. | ||
| 8602 | 2025.01.07 05:13:24.244631 [ 5 ] {5387eb9d-6396-4dfa-9142-5dce4bd684d8} <Debug> TCPHandler: Processed in 0.002687353 sec. | ||
| 8603 | 2025.01.07 05:13:24.244785 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8604 | 2025.01.07 05:13:24.244923 [ 256 ] {c2f783cb-67ba-4577-a25e-9c06869e403d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8605 | 2025.01.07 05:13:24.244984 [ 256 ] {c2f783cb-67ba-4577-a25e-9c06869e403d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8606 | 2025.01.07 05:13:24.245523 [ 256 ] {c2f783cb-67ba-4577-a25e-9c06869e403d} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8607 | 2025.01.07 05:13:24.245562 [ 256 ] {c2f783cb-67ba-4577-a25e-9c06869e403d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8608 | 2025.01.07 05:13:24.245927 [ 256 ] {c2f783cb-67ba-4577-a25e-9c06869e403d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8609 | 2025.01.07 05:13:24.246170 [ 256 ] {c2f783cb-67ba-4577-a25e-9c06869e403d} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8610 | 2025.01.07 05:13:24.246371 [ 256 ] {c2f783cb-67ba-4577-a25e-9c06869e403d} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001479 sec., 35158.89114266396 rows/sec., 2.18 MiB/sec. | ||
| 8611 | 2025.01.07 05:13:24.246418 [ 256 ] {c2f783cb-67ba-4577-a25e-9c06869e403d} <Debug> TCPHandler: Processed in 0.001699872 sec. | ||
| 8612 | 2025.01.07 05:13:26.471153 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 8613 | 2025.01.07 05:13:26.471814 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8614 | 2025.01.07 05:13:26.471861 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 8615 | 2025.01.07 05:13:26.472388 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8616 | 2025.01.07 05:13:26.472640 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8617 | 2025.01.07 05:13:26.472871 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 8618 | 2025.01.07 05:13:27.860010 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 8619 | 2025.01.07 05:13:27.879775 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8620 | 2025.01.07 05:13:27.879831 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8621 | 2025.01.07 05:13:27.887107 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8622 | 2025.01.07 05:13:27.887882 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8623 | 2025.01.07 05:13:27.890456 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 8624 | 2025.01.07 05:13:29.186894 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8625 | 2025.01.07 05:13:29.187085 [ 5 ] {ea1bc75a-8189-4c6f-b7bf-4de25dd86d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8626 | 2025.01.07 05:13:29.187155 [ 5 ] {ea1bc75a-8189-4c6f-b7bf-4de25dd86d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8627 | 2025.01.07 05:13:29.187905 [ 5 ] {ea1bc75a-8189-4c6f-b7bf-4de25dd86d53} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8628 | 2025.01.07 05:13:29.187951 [ 5 ] {ea1bc75a-8189-4c6f-b7bf-4de25dd86d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8629 | 2025.01.07 05:13:29.188389 [ 5 ] {ea1bc75a-8189-4c6f-b7bf-4de25dd86d53} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8630 | 2025.01.07 05:13:29.188644 [ 5 ] {ea1bc75a-8189-4c6f-b7bf-4de25dd86d53} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8631 | 2025.01.07 05:13:29.188868 [ 5 ] {ea1bc75a-8189-4c6f-b7bf-4de25dd86d53} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001836 sec., 41394.33551198257 rows/sec., 3.59 MiB/sec. | ||
| 8632 | 2025.01.07 05:13:29.188926 [ 5 ] {ea1bc75a-8189-4c6f-b7bf-4de25dd86d53} <Debug> TCPHandler: Processed in 0.002161726 sec. | ||
| 8633 | 2025.01.07 05:13:29.189194 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8634 | 2025.01.07 05:13:29.189393 [ 256 ] {a06ec2ff-99a1-4c83-a251-b6211fceafd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8635 | 2025.01.07 05:13:29.189471 [ 256 ] {a06ec2ff-99a1-4c83-a251-b6211fceafd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8636 | 2025.01.07 05:13:29.190300 [ 256 ] {a06ec2ff-99a1-4c83-a251-b6211fceafd5} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8637 | 2025.01.07 05:13:29.190350 [ 256 ] {a06ec2ff-99a1-4c83-a251-b6211fceafd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8638 | 2025.01.07 05:13:29.190816 [ 256 ] {a06ec2ff-99a1-4c83-a251-b6211fceafd5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8639 | 2025.01.07 05:13:29.191082 [ 256 ] {a06ec2ff-99a1-4c83-a251-b6211fceafd5} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8640 | 2025.01.07 05:13:29.191246 [ 99 ] {} <Debug> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8641 | 2025.01.07 05:13:29.191292 [ 99 ] {} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8642 | 2025.01.07 05:13:29.191307 [ 256 ] {a06ec2ff-99a1-4c83-a251-b6211fceafd5} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001966 sec., 12716.174974567652 rows/sec., 956.20 KiB/sec. | ||
| 8643 | 2025.01.07 05:13:29.191318 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8644 | 2025.01.07 05:13:29.191443 [ 256 ] {a06ec2ff-99a1-4c83-a251-b6211fceafd5} <Debug> TCPHandler: Processed in 0.002388623 sec. | ||
| 8645 | 2025.01.07 05:13:29.191577 [ 200 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 8646 | 2025.01.07 05:13:29.191668 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8647 | 2025.01.07 05:13:29.191882 [ 200 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8648 | 2025.01.07 05:13:29.191936 [ 5 ] {628ec89c-9bbb-4c1c-b6ef-411e821a0df1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8649 | 2025.01.07 05:13:29.191956 [ 200 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 62 rows starting from the beginning of the part | ||
| 8650 | 2025.01.07 05:13:29.192045 [ 5 ] {628ec89c-9bbb-4c1c-b6ef-411e821a0df1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8651 | 2025.01.07 05:13:29.192243 [ 200 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 8652 | 2025.01.07 05:13:29.192593 [ 200 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 23 rows starting from the beginning of the part | ||
| 8653 | 2025.01.07 05:13:29.192910 [ 200 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 25 rows starting from the beginning of the part | ||
| 8654 | 2025.01.07 05:13:29.193183 [ 200 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 31 rows starting from the beginning of the part | ||
| 8655 | 2025.01.07 05:13:29.193485 [ 200 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 25 rows starting from the beginning of the part | ||
| 8656 | 2025.01.07 05:13:29.195236 [ 5 ] {628ec89c-9bbb-4c1c-b6ef-411e821a0df1} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8657 | 2025.01.07 05:13:29.195320 [ 5 ] {628ec89c-9bbb-4c1c-b6ef-411e821a0df1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8658 | 2025.01.07 05:13:29.196383 [ 5 ] {628ec89c-9bbb-4c1c-b6ef-411e821a0df1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8659 | 2025.01.07 05:13:29.196627 [ 190 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 193 rows, containing 5 columns (5 merged, 0 gathered) in 0.005187309 sec., 37206.189182098075 rows/sec., 2.81 MiB/sec. | ||
| 8660 | 2025.01.07 05:13:29.196844 [ 5 ] {628ec89c-9bbb-4c1c-b6ef-411e821a0df1} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8661 | 2025.01.07 05:13:29.196979 [ 190 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8662 | 2025.01.07 05:13:29.197293 [ 5 ] {628ec89c-9bbb-4c1c-b6ef-411e821a0df1} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.005436 sec., 9749.81604120677 rows/sec., 779.67 KiB/sec. | ||
| 8663 | 2025.01.07 05:13:29.197428 [ 5 ] {628ec89c-9bbb-4c1c-b6ef-411e821a0df1} <Debug> TCPHandler: Processed in 0.00586231 sec. | ||
| 8664 | 2025.01.07 05:13:29.197633 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8665 | 2025.01.07 05:13:29.197722 [ 190 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_56_11} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8666 | 2025.01.07 05:13:29.197869 [ 256 ] {06ef33df-3fe1-4fd2-b4fe-9e971ff3155d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8667 | 2025.01.07 05:13:29.197919 [ 190 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_56_11} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8668 | 2025.01.07 05:13:29.197967 [ 256 ] {06ef33df-3fe1-4fd2-b4fe-9e971ff3155d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8669 | 2025.01.07 05:13:29.198132 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8670 | 2025.01.07 05:13:29.198682 [ 256 ] {06ef33df-3fe1-4fd2-b4fe-9e971ff3155d} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8671 | 2025.01.07 05:13:29.198728 [ 256 ] {06ef33df-3fe1-4fd2-b4fe-9e971ff3155d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8672 | 2025.01.07 05:13:29.199149 [ 256 ] {06ef33df-3fe1-4fd2-b4fe-9e971ff3155d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8673 | 2025.01.07 05:13:29.199396 [ 256 ] {06ef33df-3fe1-4fd2-b4fe-9e971ff3155d} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8674 | 2025.01.07 05:13:29.199584 [ 256 ] {06ef33df-3fe1-4fd2-b4fe-9e971ff3155d} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001803 sec., 55463.11702717693 rows/sec., 3.85 MiB/sec. | ||
| 8675 | 2025.01.07 05:13:29.199645 [ 256 ] {06ef33df-3fe1-4fd2-b4fe-9e971ff3155d} <Debug> TCPHandler: Processed in 0.002104364 sec. | ||
| 8676 | 2025.01.07 05:13:29.199802 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8677 | 2025.01.07 05:13:29.199943 [ 5 ] {af20233d-59fa-47cd-af2d-38db3285ab3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8678 | 2025.01.07 05:13:29.200039 [ 5 ] {af20233d-59fa-47cd-af2d-38db3285ab3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8679 | 2025.01.07 05:13:29.201287 [ 5 ] {af20233d-59fa-47cd-af2d-38db3285ab3e} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8680 | 2025.01.07 05:13:29.201327 [ 5 ] {af20233d-59fa-47cd-af2d-38db3285ab3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8681 | 2025.01.07 05:13:29.201985 [ 5 ] {af20233d-59fa-47cd-af2d-38db3285ab3e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8682 | 2025.01.07 05:13:29.202249 [ 5 ] {af20233d-59fa-47cd-af2d-38db3285ab3e} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8683 | 2025.01.07 05:13:29.202505 [ 5 ] {af20233d-59fa-47cd-af2d-38db3285ab3e} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002594 sec., 9637.625289128759 rows/sec., 17.27 MiB/sec. | ||
| 8684 | 2025.01.07 05:13:29.202603 [ 5 ] {af20233d-59fa-47cd-af2d-38db3285ab3e} <Debug> TCPHandler: Processed in 0.002867148 sec. | ||
| 8685 | 2025.01.07 05:13:29.202762 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8686 | 2025.01.07 05:13:29.202909 [ 256 ] {1dca2c0d-7467-4891-96c0-d02ef7c21cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8687 | 2025.01.07 05:13:29.202971 [ 256 ] {1dca2c0d-7467-4891-96c0-d02ef7c21cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8688 | 2025.01.07 05:13:29.203538 [ 256 ] {1dca2c0d-7467-4891-96c0-d02ef7c21cd7} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8689 | 2025.01.07 05:13:29.203576 [ 256 ] {1dca2c0d-7467-4891-96c0-d02ef7c21cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8690 | 2025.01.07 05:13:29.203969 [ 256 ] {1dca2c0d-7467-4891-96c0-d02ef7c21cd7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8691 | 2025.01.07 05:13:29.204211 [ 256 ] {1dca2c0d-7467-4891-96c0-d02ef7c21cd7} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8692 | 2025.01.07 05:13:29.204411 [ 256 ] {1dca2c0d-7467-4891-96c0-d02ef7c21cd7} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001535 sec., 19543.97394136808 rows/sec., 1.34 MiB/sec. | ||
| 8693 | 2025.01.07 05:13:29.204497 [ 256 ] {1dca2c0d-7467-4891-96c0-d02ef7c21cd7} <Debug> TCPHandler: Processed in 0.001805245 sec. | ||
| 8694 | 2025.01.07 05:13:33.806546 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8695 | 2025.01.07 05:13:33.806611 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8696 | 2025.01.07 05:13:33.973989 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 8697 | 2025.01.07 05:13:33.975239 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8698 | 2025.01.07 05:13:33.975276 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8699 | 2025.01.07 05:13:33.975787 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8700 | 2025.01.07 05:13:33.976055 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8701 | 2025.01.07 05:13:33.976253 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8702 | 2025.01.07 05:13:34.067590 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1216 | ||
| 8703 | 2025.01.07 05:13:34.070788 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8704 | 2025.01.07 05:13:34.070853 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8705 | 2025.01.07 05:13:34.072356 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8706 | 2025.01.07 05:13:34.072674 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8707 | 2025.01.07 05:13:34.073319 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1216 | ||
| 8708 | 2025.01.07 05:13:34.190993 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8709 | 2025.01.07 05:13:34.191304 [ 5 ] {8524dc1b-341e-4140-a02c-a7c0d03da511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8710 | 2025.01.07 05:13:34.191421 [ 5 ] {8524dc1b-341e-4140-a02c-a7c0d03da511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8711 | 2025.01.07 05:13:34.192345 [ 5 ] {8524dc1b-341e-4140-a02c-a7c0d03da511} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8712 | 2025.01.07 05:13:34.192394 [ 5 ] {8524dc1b-341e-4140-a02c-a7c0d03da511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8713 | 2025.01.07 05:13:34.192843 [ 5 ] {8524dc1b-341e-4140-a02c-a7c0d03da511} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8714 | 2025.01.07 05:13:34.193095 [ 5 ] {8524dc1b-341e-4140-a02c-a7c0d03da511} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8715 | 2025.01.07 05:13:34.193355 [ 5 ] {8524dc1b-341e-4140-a02c-a7c0d03da511} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00213 sec., 6572.769953051643 rows/sec., 473.15 KiB/sec. | ||
| 8716 | 2025.01.07 05:13:34.193532 [ 5 ] {8524dc1b-341e-4140-a02c-a7c0d03da511} <Debug> TCPHandler: Processed in 0.002731074 sec. | ||
| 8717 | 2025.01.07 05:13:34.193832 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8718 | 2025.01.07 05:13:34.194048 [ 256 ] {fb976b5c-f2ef-4074-a8a9-df2529403608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8719 | 2025.01.07 05:13:34.194133 [ 256 ] {fb976b5c-f2ef-4074-a8a9-df2529403608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8720 | 2025.01.07 05:13:34.195073 [ 256 ] {fb976b5c-f2ef-4074-a8a9-df2529403608} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8721 | 2025.01.07 05:13:34.195119 [ 256 ] {fb976b5c-f2ef-4074-a8a9-df2529403608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8722 | 2025.01.07 05:13:34.195578 [ 256 ] {fb976b5c-f2ef-4074-a8a9-df2529403608} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8723 | 2025.01.07 05:13:34.195841 [ 256 ] {fb976b5c-f2ef-4074-a8a9-df2529403608} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8724 | 2025.01.07 05:13:34.196057 [ 256 ] {fb976b5c-f2ef-4074-a8a9-df2529403608} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.002071 sec., 98985.99710284887 rows/sec., 8.76 MiB/sec. | ||
| 8725 | 2025.01.07 05:13:34.196124 [ 256 ] {fb976b5c-f2ef-4074-a8a9-df2529403608} <Debug> TCPHandler: Processed in 0.002455816 sec. | ||
| 8726 | 2025.01.07 05:13:34.196349 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8727 | 2025.01.07 05:13:34.196579 [ 5 ] {d8935359-beec-48b6-8c3b-62562436b750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8728 | 2025.01.07 05:13:34.196677 [ 5 ] {d8935359-beec-48b6-8c3b-62562436b750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8729 | 2025.01.07 05:13:34.197313 [ 5 ] {d8935359-beec-48b6-8c3b-62562436b750} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8730 | 2025.01.07 05:13:34.197355 [ 5 ] {d8935359-beec-48b6-8c3b-62562436b750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8731 | 2025.01.07 05:13:34.197720 [ 5 ] {d8935359-beec-48b6-8c3b-62562436b750} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8732 | 2025.01.07 05:13:34.197957 [ 5 ] {d8935359-beec-48b6-8c3b-62562436b750} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8733 | 2025.01.07 05:13:34.198191 [ 5 ] {d8935359-beec-48b6-8c3b-62562436b750} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001665 sec., 13813.813813813813 rows/sec., 996.50 KiB/sec. | ||
| 8734 | 2025.01.07 05:13:34.198275 [ 5 ] {d8935359-beec-48b6-8c3b-62562436b750} <Debug> TCPHandler: Processed in 0.002038903 sec. | ||
| 8735 | 2025.01.07 05:13:34.198485 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8736 | 2025.01.07 05:13:34.198631 [ 256 ] {5edc0e31-0db2-4bb8-8a94-d1bf7bf75ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8737 | 2025.01.07 05:13:34.198695 [ 256 ] {5edc0e31-0db2-4bb8-8a94-d1bf7bf75ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8738 | 2025.01.07 05:13:34.199393 [ 256 ] {5edc0e31-0db2-4bb8-8a94-d1bf7bf75ed7} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8739 | 2025.01.07 05:13:34.199439 [ 256 ] {5edc0e31-0db2-4bb8-8a94-d1bf7bf75ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8740 | 2025.01.07 05:13:34.199842 [ 256 ] {5edc0e31-0db2-4bb8-8a94-d1bf7bf75ed7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8741 | 2025.01.07 05:13:34.200079 [ 256 ] {5edc0e31-0db2-4bb8-8a94-d1bf7bf75ed7} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8742 | 2025.01.07 05:13:34.200291 [ 256 ] {5edc0e31-0db2-4bb8-8a94-d1bf7bf75ed7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001694 sec., 8264.462809917355 rows/sec., 578.79 KiB/sec. | ||
| 8743 | 2025.01.07 05:13:34.200498 [ 256 ] {5edc0e31-0db2-4bb8-8a94-d1bf7bf75ed7} <Debug> TCPHandler: Processed in 0.002119725 sec. | ||
| 8744 | 2025.01.07 05:13:34.200677 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8745 | 2025.01.07 05:13:34.200822 [ 5 ] {9d43c67d-52cf-49b7-b6e7-be6afe48578d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8746 | 2025.01.07 05:13:34.200882 [ 5 ] {9d43c67d-52cf-49b7-b6e7-be6afe48578d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8747 | 2025.01.07 05:13:34.201578 [ 5 ] {9d43c67d-52cf-49b7-b6e7-be6afe48578d} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8748 | 2025.01.07 05:13:34.201625 [ 5 ] {9d43c67d-52cf-49b7-b6e7-be6afe48578d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8749 | 2025.01.07 05:13:34.201992 [ 5 ] {9d43c67d-52cf-49b7-b6e7-be6afe48578d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8750 | 2025.01.07 05:13:34.202247 [ 5 ] {9d43c67d-52cf-49b7-b6e7-be6afe48578d} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8751 | 2025.01.07 05:13:34.202464 [ 5 ] {9d43c67d-52cf-49b7-b6e7-be6afe48578d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001679 sec., 7742.703990470519 rows/sec., 482.76 KiB/sec. | ||
| 8752 | 2025.01.07 05:13:34.202518 [ 5 ] {9d43c67d-52cf-49b7-b6e7-be6afe48578d} <Debug> TCPHandler: Processed in 0.001914228 sec. | ||
| 8753 | 2025.01.07 05:13:34.202650 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8754 | 2025.01.07 05:13:34.202789 [ 256 ] {59af5ea0-2be0-4755-be0f-8d151650785b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8755 | 2025.01.07 05:13:34.202854 [ 256 ] {59af5ea0-2be0-4755-be0f-8d151650785b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8756 | 2025.01.07 05:13:34.203694 [ 256 ] {59af5ea0-2be0-4755-be0f-8d151650785b} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8757 | 2025.01.07 05:13:34.203733 [ 256 ] {59af5ea0-2be0-4755-be0f-8d151650785b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8758 | 2025.01.07 05:13:34.204127 [ 256 ] {59af5ea0-2be0-4755-be0f-8d151650785b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8759 | 2025.01.07 05:13:34.204364 [ 256 ] {59af5ea0-2be0-4755-be0f-8d151650785b} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8760 | 2025.01.07 05:13:34.204540 [ 256 ] {59af5ea0-2be0-4755-be0f-8d151650785b} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.001783 sec., 203028.60347728548 rows/sec., 14.29 MiB/sec. | ||
| 8761 | 2025.01.07 05:13:34.204596 [ 256 ] {59af5ea0-2be0-4755-be0f-8d151650785b} <Debug> TCPHandler: Processed in 0.002001881 sec. | ||
| 8762 | 2025.01.07 05:13:34.204801 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8763 | 2025.01.07 05:13:34.205023 [ 5 ] {9746ffc5-7b8b-4ca7-821c-c53a53871269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8764 | 2025.01.07 05:13:34.205117 [ 5 ] {9746ffc5-7b8b-4ca7-821c-c53a53871269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8765 | 2025.01.07 05:13:34.205872 [ 5 ] {9746ffc5-7b8b-4ca7-821c-c53a53871269} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8766 | 2025.01.07 05:13:34.205912 [ 5 ] {9746ffc5-7b8b-4ca7-821c-c53a53871269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8767 | 2025.01.07 05:13:34.206278 [ 5 ] {9746ffc5-7b8b-4ca7-821c-c53a53871269} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8768 | 2025.01.07 05:13:34.206510 [ 5 ] {9746ffc5-7b8b-4ca7-821c-c53a53871269} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8769 | 2025.01.07 05:13:34.206719 [ 5 ] {9746ffc5-7b8b-4ca7-821c-c53a53871269} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001753 sec., 3422.7039361095267 rows/sec., 178.82 KiB/sec. | ||
| 8770 | 2025.01.07 05:13:34.206772 [ 5 ] {9746ffc5-7b8b-4ca7-821c-c53a53871269} <Debug> TCPHandler: Processed in 0.002083294 sec. | ||
| 8771 | 2025.01.07 05:13:34.206913 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8772 | 2025.01.07 05:13:34.207054 [ 256 ] {4f92e7da-e5c0-41ea-84cd-20f1a808b50e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8773 | 2025.01.07 05:13:34.207117 [ 256 ] {4f92e7da-e5c0-41ea-84cd-20f1a808b50e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8774 | 2025.01.07 05:13:34.207776 [ 256 ] {4f92e7da-e5c0-41ea-84cd-20f1a808b50e} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8775 | 2025.01.07 05:13:34.207815 [ 256 ] {4f92e7da-e5c0-41ea-84cd-20f1a808b50e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8776 | 2025.01.07 05:13:34.208198 [ 256 ] {4f92e7da-e5c0-41ea-84cd-20f1a808b50e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8777 | 2025.01.07 05:13:34.208433 [ 256 ] {4f92e7da-e5c0-41ea-84cd-20f1a808b50e} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8778 | 2025.01.07 05:13:34.208608 [ 256 ] {4f92e7da-e5c0-41ea-84cd-20f1a808b50e} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001589 sec., 111390.81183134047 rows/sec., 7.35 MiB/sec. | ||
| 8779 | 2025.01.07 05:13:34.208662 [ 256 ] {4f92e7da-e5c0-41ea-84cd-20f1a808b50e} <Debug> TCPHandler: Processed in 0.001815526 sec. | ||
| 8780 | 2025.01.07 05:13:34.208866 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8781 | 2025.01.07 05:13:34.209088 [ 5 ] {f7bdf5b0-2e77-487c-974c-d36a919960c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8782 | 2025.01.07 05:13:34.209185 [ 5 ] {f7bdf5b0-2e77-487c-974c-d36a919960c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8783 | 2025.01.07 05:13:34.209898 [ 5 ] {f7bdf5b0-2e77-487c-974c-d36a919960c7} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8784 | 2025.01.07 05:13:34.209938 [ 5 ] {f7bdf5b0-2e77-487c-974c-d36a919960c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8785 | 2025.01.07 05:13:34.210292 [ 5 ] {f7bdf5b0-2e77-487c-974c-d36a919960c7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8786 | 2025.01.07 05:13:34.210525 [ 5 ] {f7bdf5b0-2e77-487c-974c-d36a919960c7} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8787 | 2025.01.07 05:13:34.210727 [ 5 ] {f7bdf5b0-2e77-487c-974c-d36a919960c7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001694 sec., 590.318772136954 rows/sec., 39.78 KiB/sec. | ||
| 8788 | 2025.01.07 05:13:34.210779 [ 5 ] {f7bdf5b0-2e77-487c-974c-d36a919960c7} <Debug> TCPHandler: Processed in 0.002022502 sec. | ||
| 8789 | 2025.01.07 05:13:34.210926 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8790 | 2025.01.07 05:13:34.211066 [ 256 ] {4ea29405-64ae-4a03-a044-97ec11ed3068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8791 | 2025.01.07 05:13:34.211160 [ 256 ] {4ea29405-64ae-4a03-a044-97ec11ed3068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8792 | 2025.01.07 05:13:34.212373 [ 256 ] {4ea29405-64ae-4a03-a044-97ec11ed3068} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8793 | 2025.01.07 05:13:34.212411 [ 256 ] {4ea29405-64ae-4a03-a044-97ec11ed3068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8794 | 2025.01.07 05:13:34.213045 [ 256 ] {4ea29405-64ae-4a03-a044-97ec11ed3068} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8795 | 2025.01.07 05:13:34.213299 [ 256 ] {4ea29405-64ae-4a03-a044-97ec11ed3068} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8796 | 2025.01.07 05:13:34.213536 [ 256 ] {4ea29405-64ae-4a03-a044-97ec11ed3068} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002501 sec., 6397.441023590563 rows/sec., 11.46 MiB/sec. | ||
| 8797 | 2025.01.07 05:13:34.213643 [ 256 ] {4ea29405-64ae-4a03-a044-97ec11ed3068} <Debug> TCPHandler: Processed in 0.002784715 sec. | ||
| 8798 | 2025.01.07 05:13:34.213798 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8799 | 2025.01.07 05:13:34.213937 [ 5 ] {cd7ab210-cf01-4f91-8a39-142498760b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8800 | 2025.01.07 05:13:34.213998 [ 5 ] {cd7ab210-cf01-4f91-8a39-142498760b73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8801 | 2025.01.07 05:13:34.214573 [ 5 ] {cd7ab210-cf01-4f91-8a39-142498760b73} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8802 | 2025.01.07 05:13:34.214618 [ 5 ] {cd7ab210-cf01-4f91-8a39-142498760b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8803 | 2025.01.07 05:13:34.215000 [ 5 ] {cd7ab210-cf01-4f91-8a39-142498760b73} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8804 | 2025.01.07 05:13:34.215241 [ 5 ] {cd7ab210-cf01-4f91-8a39-142498760b73} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8805 | 2025.01.07 05:13:34.215417 [ 5 ] {cd7ab210-cf01-4f91-8a39-142498760b73} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001511 sec., 34414.29516876241 rows/sec., 2.13 MiB/sec. | ||
| 8806 | 2025.01.07 05:13:34.215468 [ 5 ] {cd7ab210-cf01-4f91-8a39-142498760b73} <Debug> TCPHandler: Processed in 0.001734573 sec. | ||
| 8807 | 2025.01.07 05:13:35.391437 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8808 | 2025.01.07 05:13:35.411923 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8809 | 2025.01.07 05:13:35.411985 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8810 | 2025.01.07 05:13:35.420116 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8811 | 2025.01.07 05:13:35.420938 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8812 | 2025.01.07 05:13:35.425351 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8813 | 2025.01.07 05:13:36.035848 [ 86 ] {} <Debug> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 8814 | 2025.01.07 05:13:36.035921 [ 86 ] {} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8815 | 2025.01.07 05:13:36.035947 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8816 | 2025.01.07 05:13:36.036219 [ 189 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 8817 | 2025.01.07 05:13:36.036494 [ 189 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8818 | 2025.01.07 05:13:36.036555 [ 189 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 8819 | 2025.01.07 05:13:36.036685 [ 189 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 8820 | 2025.01.07 05:13:36.036930 [ 189 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 8821 | 2025.01.07 05:13:36.037171 [ 189 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
| 8822 | 2025.01.07 05:13:36.037325 [ 189 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
| 8823 | 2025.01.07 05:13:36.038452 [ 188 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.002414134 sec., 11598.361979906666 rows/sec., 991.07 KiB/sec. | ||
| 8824 | 2025.01.07 05:13:36.038654 [ 188 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 8825 | 2025.01.07 05:13:36.038998 [ 188 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_17_4} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8826 | 2025.01.07 05:13:36.039096 [ 188 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_17_4} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 8827 | 2025.01.07 05:13:36.039202 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8828 | 2025.01.07 05:13:39.186962 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8829 | 2025.01.07 05:13:39.187170 [ 5 ] {839466b3-448c-4fbb-b140-cf4b01087c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8830 | 2025.01.07 05:13:39.187245 [ 5 ] {839466b3-448c-4fbb-b140-cf4b01087c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8831 | 2025.01.07 05:13:39.188006 [ 5 ] {839466b3-448c-4fbb-b140-cf4b01087c4f} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8832 | 2025.01.07 05:13:39.188058 [ 5 ] {839466b3-448c-4fbb-b140-cf4b01087c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8833 | 2025.01.07 05:13:39.188474 [ 5 ] {839466b3-448c-4fbb-b140-cf4b01087c4f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8834 | 2025.01.07 05:13:39.188719 [ 5 ] {839466b3-448c-4fbb-b140-cf4b01087c4f} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8835 | 2025.01.07 05:13:39.188974 [ 5 ] {839466b3-448c-4fbb-b140-cf4b01087c4f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001851 sec., 1080.4970286331713 rows/sec., 88.11 KiB/sec. | ||
| 8836 | 2025.01.07 05:13:39.189174 [ 5 ] {839466b3-448c-4fbb-b140-cf4b01087c4f} <Debug> TCPHandler: Processed in 0.002349122 sec. | ||
| 8837 | 2025.01.07 05:13:39.189460 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8838 | 2025.01.07 05:13:39.189663 [ 256 ] {e83029ca-9439-4bea-867b-477385c122d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8839 | 2025.01.07 05:13:39.189744 [ 256 ] {e83029ca-9439-4bea-867b-477385c122d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8840 | 2025.01.07 05:13:39.190548 [ 256 ] {e83029ca-9439-4bea-867b-477385c122d8} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8841 | 2025.01.07 05:13:39.190604 [ 256 ] {e83029ca-9439-4bea-867b-477385c122d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8842 | 2025.01.07 05:13:39.191047 [ 256 ] {e83029ca-9439-4bea-867b-477385c122d8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8843 | 2025.01.07 05:13:39.191295 [ 256 ] {e83029ca-9439-4bea-867b-477385c122d8} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8844 | 2025.01.07 05:13:39.191502 [ 84 ] {} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
| 8845 | 2025.01.07 05:13:39.191566 [ 256 ] {e83029ca-9439-4bea-867b-477385c122d8} <Debug> executeQuery: Read 77 rows, 6.82 KiB in 0.001957 sec., 39345.937659683186 rows/sec., 3.41 MiB/sec. | ||
| 8846 | 2025.01.07 05:13:39.191575 [ 84 ] {} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8847 | 2025.01.07 05:13:39.191651 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8848 | 2025.01.07 05:13:39.191708 [ 256 ] {e83029ca-9439-4bea-867b-477385c122d8} <Debug> TCPHandler: Processed in 0.002387784 sec. | ||
| 8849 | 2025.01.07 05:13:39.191888 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::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 | ||
| 8850 | 2025.01.07 05:13:39.191934 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8851 | 2025.01.07 05:13:39.192184 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8852 | 2025.01.07 05:13:39.192196 [ 5 ] {b226e95e-1909-4285-b35d-755e91510439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8853 | 2025.01.07 05:13:39.192259 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 1404 rows starting from the beginning of the part | ||
| 8854 | 2025.01.07 05:13:39.192304 [ 5 ] {b226e95e-1909-4285-b35d-755e91510439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8855 | 2025.01.07 05:13:39.192648 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 76 rows starting from the beginning of the part | ||
| 8856 | 2025.01.07 05:13:39.192929 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1349 rows starting from the beginning of the part | ||
| 8857 | 2025.01.07 05:13:39.193230 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 76 rows starting from the beginning of the part | ||
| 8858 | 2025.01.07 05:13:39.193526 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 205 rows starting from the beginning of the part | ||
| 8859 | 2025.01.07 05:13:39.193909 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 77 rows starting from the beginning of the part | ||
| 8860 | 2025.01.07 05:13:39.195418 [ 5 ] {b226e95e-1909-4285-b35d-755e91510439} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8861 | 2025.01.07 05:13:39.195480 [ 5 ] {b226e95e-1909-4285-b35d-755e91510439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8862 | 2025.01.07 05:13:39.196423 [ 5 ] {b226e95e-1909-4285-b35d-755e91510439} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8863 | 2025.01.07 05:13:39.196901 [ 5 ] {b226e95e-1909-4285-b35d-755e91510439} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8864 | 2025.01.07 05:13:39.197167 [ 5 ] {b226e95e-1909-4285-b35d-755e91510439} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.005069 sec., 5326.494377589268 rows/sec., 398.41 KiB/sec. | ||
| 8865 | 2025.01.07 05:13:39.197307 [ 5 ] {b226e95e-1909-4285-b35d-755e91510439} <Debug> TCPHandler: Processed in 0.005459918 sec. | ||
| 8866 | 2025.01.07 05:13:39.197665 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8867 | 2025.01.07 05:13:39.197741 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3187 rows, containing 5 columns (5 merged, 0 gathered) in 0.005986984 sec., 532321.4493307482 rows/sec., 46.73 MiB/sec. | ||
| 8868 | 2025.01.07 05:13:39.197832 [ 256 ] {5bf8cf2e-ff52-4eb1-8e75-7d604c6ad071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8869 | 2025.01.07 05:13:39.197899 [ 256 ] {5bf8cf2e-ff52-4eb1-8e75-7d604c6ad071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8870 | 2025.01.07 05:13:39.198104 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
| 8871 | 2025.01.07 05:13:39.198797 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_65_13} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8872 | 2025.01.07 05:13:39.199010 [ 194 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_65_13} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
| 8873 | 2025.01.07 05:13:39.199217 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 8874 | 2025.01.07 05:13:39.199241 [ 256 ] {5bf8cf2e-ff52-4eb1-8e75-7d604c6ad071} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8875 | 2025.01.07 05:13:39.199299 [ 256 ] {5bf8cf2e-ff52-4eb1-8e75-7d604c6ad071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8876 | 2025.01.07 05:13:39.199684 [ 256 ] {5bf8cf2e-ff52-4eb1-8e75-7d604c6ad071} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8877 | 2025.01.07 05:13:39.199941 [ 256 ] {5bf8cf2e-ff52-4eb1-8e75-7d604c6ad071} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8878 | 2025.01.07 05:13:39.200136 [ 84 ] {} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
| 8879 | 2025.01.07 05:13:39.200192 [ 84 ] {} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8880 | 2025.01.07 05:13:39.200207 [ 256 ] {5bf8cf2e-ff52-4eb1-8e75-7d604c6ad071} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.002406 sec., 22859.5178719867 rows/sec., 1.79 MiB/sec. | ||
| 8881 | 2025.01.07 05:13:39.200229 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8882 | 2025.01.07 05:13:39.200387 [ 256 ] {5bf8cf2e-ff52-4eb1-8e75-7d604c6ad071} <Debug> TCPHandler: Processed in 0.002854977 sec. | ||
| 8883 | 2025.01.07 05:13:39.200449 [ 191 ] {07054297-9149-4bb5-b129-e54e8b80cf06::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 | ||
| 8884 | 2025.01.07 05:13:39.200592 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8885 | 2025.01.07 05:13:39.200594 [ 191 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8886 | 2025.01.07 05:13:39.200683 [ 191 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 875 rows starting from the beginning of the part | ||
| 8887 | 2025.01.07 05:13:39.200942 [ 5 ] {285c5246-e9b3-4340-8483-21b6832c690e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8888 | 2025.01.07 05:13:39.200966 [ 191 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 53 rows starting from the beginning of the part | ||
| 8889 | 2025.01.07 05:13:39.201150 [ 5 ] {285c5246-e9b3-4340-8483-21b6832c690e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8890 | 2025.01.07 05:13:39.201217 [ 191 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 826 rows starting from the beginning of the part | ||
| 8891 | 2025.01.07 05:13:39.201636 [ 191 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 53 rows starting from the beginning of the part | ||
| 8892 | 2025.01.07 05:13:39.202042 [ 191 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 362 rows starting from the beginning of the part | ||
| 8893 | 2025.01.07 05:13:39.202438 [ 191 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 55 rows starting from the beginning of the part | ||
| 8894 | 2025.01.07 05:13:39.203724 [ 5 ] {285c5246-e9b3-4340-8483-21b6832c690e} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8895 | 2025.01.07 05:13:39.203787 [ 5 ] {285c5246-e9b3-4340-8483-21b6832c690e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8896 | 2025.01.07 05:13:39.204792 [ 5 ] {285c5246-e9b3-4340-8483-21b6832c690e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8897 | 2025.01.07 05:13:39.205165 [ 5 ] {285c5246-e9b3-4340-8483-21b6832c690e} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8898 | 2025.01.07 05:13:39.205700 [ 5 ] {285c5246-e9b3-4340-8483-21b6832c690e} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.004924 sec., 20511.77904142973 rows/sec., 1.42 MiB/sec. | ||
| 8899 | 2025.01.07 05:13:39.205768 [ 194 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2224 rows, containing 5 columns (5 merged, 0 gathered) in 0.005388845 sec., 412704.39212855446 rows/sec., 31.47 MiB/sec. | ||
| 8900 | 2025.01.07 05:13:39.205830 [ 5 ] {285c5246-e9b3-4340-8483-21b6832c690e} <Debug> TCPHandler: Processed in 0.005336784 sec. | ||
| 8901 | 2025.01.07 05:13:39.206015 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8902 | 2025.01.07 05:13:39.206059 [ 196 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
| 8903 | 2025.01.07 05:13:39.206261 [ 256 ] {a9e6fedf-ed3d-423c-bfb4-b79cd1ef679d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8904 | 2025.01.07 05:13:39.206456 [ 256 ] {a9e6fedf-ed3d-423c-bfb4-b79cd1ef679d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8905 | 2025.01.07 05:13:39.206741 [ 196 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_65_13} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8906 | 2025.01.07 05:13:39.206989 [ 196 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_65_13} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
| 8907 | 2025.01.07 05:13:39.207275 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 8908 | 2025.01.07 05:13:39.208263 [ 256 ] {a9e6fedf-ed3d-423c-bfb4-b79cd1ef679d} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8909 | 2025.01.07 05:13:39.208310 [ 256 ] {a9e6fedf-ed3d-423c-bfb4-b79cd1ef679d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8910 | 2025.01.07 05:13:39.208971 [ 256 ] {a9e6fedf-ed3d-423c-bfb4-b79cd1ef679d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8911 | 2025.01.07 05:13:39.209240 [ 256 ] {a9e6fedf-ed3d-423c-bfb4-b79cd1ef679d} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8912 | 2025.01.07 05:13:39.209551 [ 256 ] {a9e6fedf-ed3d-423c-bfb4-b79cd1ef679d} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.003343 sec., 7478.312892611427 rows/sec., 13.40 MiB/sec. | ||
| 8913 | 2025.01.07 05:13:39.209981 [ 256 ] {a9e6fedf-ed3d-423c-bfb4-b79cd1ef679d} <Debug> TCPHandler: Processed in 0.004049034 sec. | ||
| 8914 | 2025.01.07 05:13:39.210251 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8915 | 2025.01.07 05:13:39.210397 [ 5 ] {274e3671-e98a-4243-baa7-173e30145b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8916 | 2025.01.07 05:13:39.210457 [ 5 ] {274e3671-e98a-4243-baa7-173e30145b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8917 | 2025.01.07 05:13:39.210998 [ 5 ] {274e3671-e98a-4243-baa7-173e30145b4f} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8918 | 2025.01.07 05:13:39.211038 [ 5 ] {274e3671-e98a-4243-baa7-173e30145b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8919 | 2025.01.07 05:13:39.211412 [ 5 ] {274e3671-e98a-4243-baa7-173e30145b4f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8920 | 2025.01.07 05:13:39.211651 [ 5 ] {274e3671-e98a-4243-baa7-173e30145b4f} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8921 | 2025.01.07 05:13:39.211906 [ 5 ] {274e3671-e98a-4243-baa7-173e30145b4f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001528 sec., 19633.50785340314 rows/sec., 1.35 MiB/sec. | ||
| 8922 | 2025.01.07 05:13:39.211967 [ 5 ] {274e3671-e98a-4243-baa7-173e30145b4f} <Debug> TCPHandler: Processed in 0.001875847 sec. | ||
| 8923 | 2025.01.07 05:13:41.477289 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 8924 | 2025.01.07 05:13:41.477961 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8925 | 2025.01.07 05:13:41.478013 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8926 | 2025.01.07 05:13:41.478519 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8927 | 2025.01.07 05:13:41.478770 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8928 | 2025.01.07 05:13:41.479019 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 8929 | 2025.01.07 05:13:42.926330 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8930 | 2025.01.07 05:13:42.946987 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8931 | 2025.01.07 05:13:42.947043 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8932 | 2025.01.07 05:13:42.954347 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8933 | 2025.01.07 05:13:42.955127 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8934 | 2025.01.07 05:13:42.957715 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8935 | 2025.01.07 05:13:44.074405 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1252 | ||
| 8936 | 2025.01.07 05:13:44.077586 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8937 | 2025.01.07 05:13:44.077656 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8938 | 2025.01.07 05:13:44.079123 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8939 | 2025.01.07 05:13:44.079424 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8940 | 2025.01.07 05:13:44.080979 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1252 | ||
| 8941 | 2025.01.07 05:13:44.190288 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8942 | 2025.01.07 05:13:44.190503 [ 5 ] {23a77f99-2f1a-4f3c-a1de-50ac08825cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8943 | 2025.01.07 05:13:44.190584 [ 5 ] {23a77f99-2f1a-4f3c-a1de-50ac08825cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8944 | 2025.01.07 05:13:44.191424 [ 5 ] {23a77f99-2f1a-4f3c-a1de-50ac08825cf2} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8945 | 2025.01.07 05:13:44.191469 [ 5 ] {23a77f99-2f1a-4f3c-a1de-50ac08825cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8946 | 2025.01.07 05:13:44.191913 [ 5 ] {23a77f99-2f1a-4f3c-a1de-50ac08825cf2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8947 | 2025.01.07 05:13:44.192176 [ 5 ] {23a77f99-2f1a-4f3c-a1de-50ac08825cf2} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8948 | 2025.01.07 05:13:44.192375 [ 26 ] {} <Debug> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8949 | 2025.01.07 05:13:44.192454 [ 5 ] {23a77f99-2f1a-4f3c-a1de-50ac08825cf2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001998 sec., 7007.007007007006 rows/sec., 504.41 KiB/sec. | ||
| 8950 | 2025.01.07 05:13:44.192454 [ 26 ] {} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8951 | 2025.01.07 05:13:44.192543 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8952 | 2025.01.07 05:13:44.192598 [ 5 ] {23a77f99-2f1a-4f3c-a1de-50ac08825cf2} <Debug> TCPHandler: Processed in 0.002452115 sec. | ||
| 8953 | 2025.01.07 05:13:44.193023 [ 196 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 8954 | 2025.01.07 05:13:44.193062 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8955 | 2025.01.07 05:13:44.193348 [ 196 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8956 | 2025.01.07 05:13:44.193420 [ 256 ] {5606eee6-e930-485a-9dc8-28ad790b7ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8957 | 2025.01.07 05:13:44.193425 [ 196 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 8958 | 2025.01.07 05:13:44.193603 [ 256 ] {5606eee6-e930-485a-9dc8-28ad790b7ec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8959 | 2025.01.07 05:13:44.193696 [ 196 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 8960 | 2025.01.07 05:13:44.194023 [ 196 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 8961 | 2025.01.07 05:13:44.194342 [ 196 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 8962 | 2025.01.07 05:13:44.194606 [ 196 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 8963 | 2025.01.07 05:13:44.196834 [ 256 ] {5606eee6-e930-485a-9dc8-28ad790b7ec0} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8964 | 2025.01.07 05:13:44.196934 [ 256 ] {5606eee6-e930-485a-9dc8-28ad790b7ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8965 | 2025.01.07 05:13:44.197329 [ 202 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004657843 sec., 15028.415513361013 rows/sec., 1.11 MiB/sec. | ||
| 8966 | 2025.01.07 05:13:44.197553 [ 202 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8967 | 2025.01.07 05:13:44.197919 [ 256 ] {5606eee6-e930-485a-9dc8-28ad790b7ec0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8968 | 2025.01.07 05:13:44.198138 [ 202 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_29_7} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8969 | 2025.01.07 05:13:44.198287 [ 202 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_29_7} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8970 | 2025.01.07 05:13:44.198466 [ 256 ] {5606eee6-e930-485a-9dc8-28ad790b7ec0} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8971 | 2025.01.07 05:13:44.198483 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8972 | 2025.01.07 05:13:44.198759 [ 256 ] {5606eee6-e930-485a-9dc8-28ad790b7ec0} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.005451 sec., 37607.778389286366 rows/sec., 3.33 MiB/sec. | ||
| 8973 | 2025.01.07 05:13:44.198843 [ 256 ] {5606eee6-e930-485a-9dc8-28ad790b7ec0} <Debug> TCPHandler: Processed in 0.006086047 sec. | ||
| 8974 | 2025.01.07 05:13:44.199016 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8975 | 2025.01.07 05:13:44.199147 [ 5 ] {248ab4de-cb83-45e4-a2f1-d29c75709d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8976 | 2025.01.07 05:13:44.199201 [ 5 ] {248ab4de-cb83-45e4-a2f1-d29c75709d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8977 | 2025.01.07 05:13:44.199822 [ 5 ] {248ab4de-cb83-45e4-a2f1-d29c75709d65} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8978 | 2025.01.07 05:13:44.199863 [ 5 ] {248ab4de-cb83-45e4-a2f1-d29c75709d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8979 | 2025.01.07 05:13:44.200241 [ 5 ] {248ab4de-cb83-45e4-a2f1-d29c75709d65} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8980 | 2025.01.07 05:13:44.200502 [ 5 ] {248ab4de-cb83-45e4-a2f1-d29c75709d65} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8981 | 2025.01.07 05:13:44.200714 [ 5 ] {248ab4de-cb83-45e4-a2f1-d29c75709d65} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001594 sec., 14429.109159347554 rows/sec., 1.02 MiB/sec. | ||
| 8982 | 2025.01.07 05:13:44.200778 [ 5 ] {248ab4de-cb83-45e4-a2f1-d29c75709d65} <Debug> TCPHandler: Processed in 0.001825546 sec. | ||
| 8983 | 2025.01.07 05:13:44.200925 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8984 | 2025.01.07 05:13:44.201057 [ 256 ] {f1669e18-24e6-45b9-a134-0214f6eca5ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8985 | 2025.01.07 05:13:44.201111 [ 256 ] {f1669e18-24e6-45b9-a134-0214f6eca5ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8986 | 2025.01.07 05:13:44.201712 [ 256 ] {f1669e18-24e6-45b9-a134-0214f6eca5ee} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8987 | 2025.01.07 05:13:44.201755 [ 256 ] {f1669e18-24e6-45b9-a134-0214f6eca5ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8988 | 2025.01.07 05:13:44.202136 [ 256 ] {f1669e18-24e6-45b9-a134-0214f6eca5ee} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8989 | 2025.01.07 05:13:44.202386 [ 256 ] {f1669e18-24e6-45b9-a134-0214f6eca5ee} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8990 | 2025.01.07 05:13:44.202557 [ 26 ] {} <Debug> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8991 | 2025.01.07 05:13:44.202612 [ 26 ] {} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8992 | 2025.01.07 05:13:44.202647 [ 256 ] {f1669e18-24e6-45b9-a134-0214f6eca5ee} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001612 sec., 8684.863523573202 rows/sec., 608.23 KiB/sec. | ||
| 8993 | 2025.01.07 05:13:44.202654 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 8994 | 2025.01.07 05:13:44.202861 [ 256 ] {f1669e18-24e6-45b9-a134-0214f6eca5ee} <Debug> TCPHandler: Processed in 0.001992471 sec. | ||
| 8995 | 2025.01.07 05:13:44.203096 [ 193 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::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 | ||
| 8996 | 2025.01.07 05:13:44.203173 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8997 | 2025.01.07 05:13:44.203647 [ 5 ] {f6cbf222-fb93-4ad8-af1b-883f13d6b634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8998 | 2025.01.07 05:13:44.203692 [ 193 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8999 | 2025.01.07 05:13:44.203786 [ 193 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 243 rows starting from the beginning of the part | ||
| 9000 | 2025.01.07 05:13:44.203787 [ 5 ] {f6cbf222-fb93-4ad8-af1b-883f13d6b634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9001 | 2025.01.07 05:13:44.204020 [ 193 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 9002 | 2025.01.07 05:13:44.204221 [ 193 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 9003 | 2025.01.07 05:13:44.204428 [ 193 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 242 rows starting from the beginning of the part | ||
| 9004 | 2025.01.07 05:13:44.204662 [ 193 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 9005 | 2025.01.07 05:13:44.204954 [ 193 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 9006 | 2025.01.07 05:13:44.205893 [ 5 ] {f6cbf222-fb93-4ad8-af1b-883f13d6b634} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9007 | 2025.01.07 05:13:44.205940 [ 5 ] {f6cbf222-fb93-4ad8-af1b-883f13d6b634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9008 | 2025.01.07 05:13:44.206482 [ 5 ] {f6cbf222-fb93-4ad8-af1b-883f13d6b634} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9009 | 2025.01.07 05:13:44.206804 [ 202 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.004010273 sec., 134903.53399880757 rows/sec., 9.66 MiB/sec. | ||
| 9010 | 2025.01.07 05:13:44.206863 [ 5 ] {f6cbf222-fb93-4ad8-af1b-883f13d6b634} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9011 | 2025.01.07 05:13:44.207045 [ 202 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9012 | 2025.01.07 05:13:44.207102 [ 26 ] {} <Debug> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9013 | 2025.01.07 05:13:44.207206 [ 26 ] {} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9014 | 2025.01.07 05:13:44.207293 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9015 | 2025.01.07 05:13:44.207498 [ 5 ] {f6cbf222-fb93-4ad8-af1b-883f13d6b634} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00394 sec., 3299.492385786802 rows/sec., 205.72 KiB/sec. | ||
| 9016 | 2025.01.07 05:13:44.207782 [ 194 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 9017 | 2025.01.07 05:13:44.208033 [ 5 ] {f6cbf222-fb93-4ad8-af1b-883f13d6b634} <Debug> TCPHandler: Processed in 0.005026435 sec. | ||
| 9018 | 2025.01.07 05:13:44.208425 [ 202 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_31_6} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9019 | 2025.01.07 05:13:44.208667 [ 194 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9020 | 2025.01.07 05:13:44.208811 [ 194 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 9021 | 2025.01.07 05:13:44.208841 [ 202 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_31_6} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9022 | 2025.01.07 05:13:44.209150 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 9023 | 2025.01.07 05:13:44.209217 [ 194 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 9024 | 2025.01.07 05:13:44.208977 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9025 | 2025.01.07 05:13:44.209459 [ 194 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 9026 | 2025.01.07 05:13:44.209777 [ 194 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 9027 | 2025.01.07 05:13:44.209812 [ 256 ] {208801c4-ae49-4448-8d3c-6cc9a648f388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9028 | 2025.01.07 05:13:44.210016 [ 194 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 9029 | 2025.01.07 05:13:44.210031 [ 256 ] {208801c4-ae49-4448-8d3c-6cc9a648f388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9030 | 2025.01.07 05:13:44.212482 [ 256 ] {208801c4-ae49-4448-8d3c-6cc9a648f388} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9031 | 2025.01.07 05:13:44.212564 [ 256 ] {208801c4-ae49-4448-8d3c-6cc9a648f388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9032 | 2025.01.07 05:13:44.212833 [ 194 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005442887 sec., 11942.191708187216 rows/sec., 791.24 KiB/sec. | ||
| 9033 | 2025.01.07 05:13:44.213040 [ 194 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9034 | 2025.01.07 05:13:44.213494 [ 256 ] {208801c4-ae49-4448-8d3c-6cc9a648f388} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9035 | 2025.01.07 05:13:44.213581 [ 194 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_29_7} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9036 | 2025.01.07 05:13:44.213711 [ 194 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_29_7} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9037 | 2025.01.07 05:13:44.213866 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9038 | 2025.01.07 05:13:44.213955 [ 256 ] {208801c4-ae49-4448-8d3c-6cc9a648f388} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9039 | 2025.01.07 05:13:44.214198 [ 256 ] {208801c4-ae49-4448-8d3c-6cc9a648f388} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.004577 sec., 79091.10771247541 rows/sec., 5.57 MiB/sec. | ||
| 9040 | 2025.01.07 05:13:44.214288 [ 256 ] {208801c4-ae49-4448-8d3c-6cc9a648f388} <Debug> TCPHandler: Processed in 0.006084817 sec. | ||
| 9041 | 2025.01.07 05:13:44.214500 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9042 | 2025.01.07 05:13:44.214650 [ 5 ] {9805872c-5e8b-4b1e-8a26-f32515635b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9043 | 2025.01.07 05:13:44.214710 [ 5 ] {9805872c-5e8b-4b1e-8a26-f32515635b10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9044 | 2025.01.07 05:13:44.215253 [ 5 ] {9805872c-5e8b-4b1e-8a26-f32515635b10} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9045 | 2025.01.07 05:13:44.215293 [ 5 ] {9805872c-5e8b-4b1e-8a26-f32515635b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9046 | 2025.01.07 05:13:44.215664 [ 5 ] {9805872c-5e8b-4b1e-8a26-f32515635b10} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9047 | 2025.01.07 05:13:44.215905 [ 5 ] {9805872c-5e8b-4b1e-8a26-f32515635b10} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9048 | 2025.01.07 05:13:44.216123 [ 5 ] {9805872c-5e8b-4b1e-8a26-f32515635b10} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001506 sec., 3984.0637450199206 rows/sec., 208.15 KiB/sec. | ||
| 9049 | 2025.01.07 05:13:44.216173 [ 5 ] {9805872c-5e8b-4b1e-8a26-f32515635b10} <Debug> TCPHandler: Processed in 0.001782234 sec. | ||
| 9050 | 2025.01.07 05:13:44.216347 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9051 | 2025.01.07 05:13:44.216491 [ 256 ] {1211523f-ade9-47d0-b1d2-2609dfc34a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9052 | 2025.01.07 05:13:44.216555 [ 256 ] {1211523f-ade9-47d0-b1d2-2609dfc34a3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9053 | 2025.01.07 05:13:44.217187 [ 256 ] {1211523f-ade9-47d0-b1d2-2609dfc34a3a} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9054 | 2025.01.07 05:13:44.217227 [ 256 ] {1211523f-ade9-47d0-b1d2-2609dfc34a3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9055 | 2025.01.07 05:13:44.217619 [ 256 ] {1211523f-ade9-47d0-b1d2-2609dfc34a3a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9056 | 2025.01.07 05:13:44.217872 [ 256 ] {1211523f-ade9-47d0-b1d2-2609dfc34a3a} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9057 | 2025.01.07 05:13:44.218051 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9058 | 2025.01.07 05:13:44.218108 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9059 | 2025.01.07 05:13:44.218116 [ 256 ] {1211523f-ade9-47d0-b1d2-2609dfc34a3a} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001651 sec., 107207.75287704421 rows/sec., 7.07 MiB/sec. | ||
| 9060 | 2025.01.07 05:13:44.218146 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9061 | 2025.01.07 05:13:44.218254 [ 256 ] {1211523f-ade9-47d0-b1d2-2609dfc34a3a} <Debug> TCPHandler: Processed in 0.001974481 sec. | ||
| 9062 | 2025.01.07 05:13:44.218402 [ 202 ] {851c0976-0e47-4f4c-8183-6b14c218352c::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 | ||
| 9063 | 2025.01.07 05:13:44.218482 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9064 | 2025.01.07 05:13:44.218667 [ 202 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9065 | 2025.01.07 05:13:44.218739 [ 5 ] {bd0abb31-17d9-4715-b154-ded11e74b0e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9066 | 2025.01.07 05:13:44.218754 [ 202 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 15391 rows starting from the beginning of the part | ||
| 9067 | 2025.01.07 05:13:44.218859 [ 5 ] {bd0abb31-17d9-4715-b154-ded11e74b0e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9068 | 2025.01.07 05:13:44.219052 [ 202 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 901 rows starting from the beginning of the part | ||
| 9069 | 2025.01.07 05:13:44.219427 [ 202 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 100 rows starting from the beginning of the part | ||
| 9070 | 2025.01.07 05:13:44.219832 [ 202 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 177 rows starting from the beginning of the part | ||
| 9071 | 2025.01.07 05:13:44.220219 [ 202 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 101 rows starting from the beginning of the part | ||
| 9072 | 2025.01.07 05:13:44.220428 [ 202 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 177 rows starting from the beginning of the part | ||
| 9073 | 2025.01.07 05:13:44.221355 [ 5 ] {bd0abb31-17d9-4715-b154-ded11e74b0e7} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9074 | 2025.01.07 05:13:44.221438 [ 5 ] {bd0abb31-17d9-4715-b154-ded11e74b0e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9075 | 2025.01.07 05:13:44.222053 [ 5 ] {bd0abb31-17d9-4715-b154-ded11e74b0e7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9076 | 2025.01.07 05:13:44.222609 [ 5 ] {bd0abb31-17d9-4715-b154-ded11e74b0e7} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9077 | 2025.01.07 05:13:44.223118 [ 5 ] {bd0abb31-17d9-4715-b154-ded11e74b0e7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004438 sec., 225.32672374943667 rows/sec., 15.18 KiB/sec. | ||
| 9078 | 2025.01.07 05:13:44.223262 [ 5 ] {bd0abb31-17d9-4715-b154-ded11e74b0e7} <Debug> TCPHandler: Processed in 0.00489387 sec. | ||
| 9079 | 2025.01.07 05:13:44.223528 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9080 | 2025.01.07 05:13:44.223728 [ 256 ] {7d917dbd-6d72-42be-92dc-981eebf2efb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9081 | 2025.01.07 05:13:44.223846 [ 256 ] {7d917dbd-6d72-42be-92dc-981eebf2efb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9082 | 2025.01.07 05:13:44.225553 [ 256 ] {7d917dbd-6d72-42be-92dc-981eebf2efb1} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9083 | 2025.01.07 05:13:44.225594 [ 256 ] {7d917dbd-6d72-42be-92dc-981eebf2efb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9084 | 2025.01.07 05:13:44.226550 [ 256 ] {7d917dbd-6d72-42be-92dc-981eebf2efb1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9085 | 2025.01.07 05:13:44.227020 [ 256 ] {7d917dbd-6d72-42be-92dc-981eebf2efb1} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9086 | 2025.01.07 05:13:44.227417 [ 29 ] {} <Debug> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9087 | 2025.01.07 05:13:44.227436 [ 194 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16847 rows, containing 5 columns (5 merged, 0 gathered) in 0.009158631 sec., 1839467.0557204455 rows/sec., 123.35 MiB/sec. | ||
| 9088 | 2025.01.07 05:13:44.227549 [ 29 ] {} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9089 | 2025.01.07 05:13:44.227656 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9090 | 2025.01.07 05:13:44.227810 [ 256 ] {7d917dbd-6d72-42be-92dc-981eebf2efb1} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.004112 sec., 3891.050583657587 rows/sec., 6.97 MiB/sec. | ||
| 9091 | 2025.01.07 05:13:44.227847 [ 194 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9092 | 2025.01.07 05:13:44.228026 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 9093 | 2025.01.07 05:13:44.228451 [ 256 ] {7d917dbd-6d72-42be-92dc-981eebf2efb1} <Debug> TCPHandler: Processed in 0.005073496 sec. | ||
| 9094 | 2025.01.07 05:13:44.228803 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9095 | 2025.01.07 05:13:44.228921 [ 194 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9096 | 2025.01.07 05:13:44.229223 [ 194 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9097 | 2025.01.07 05:13:44.229262 [ 5 ] {42b31a12-314b-410f-b098-199a091ff3e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9098 | 2025.01.07 05:13:44.229479 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. | ||
| 9099 | 2025.01.07 05:13:44.229496 [ 5 ] {42b31a12-314b-410f-b098-199a091ff3e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9100 | 2025.01.07 05:13:44.229530 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9101 | 2025.01.07 05:13:44.229787 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1017 rows starting from the beginning of the part | ||
| 9102 | 2025.01.07 05:13:44.230585 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 16 rows starting from the beginning of the part | ||
| 9103 | 2025.01.07 05:13:44.231393 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 25 rows starting from the beginning of the part | ||
| 9104 | 2025.01.07 05:13:44.231866 [ 5 ] {42b31a12-314b-410f-b098-199a091ff3e6} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9105 | 2025.01.07 05:13:44.232006 [ 5 ] {42b31a12-314b-410f-b098-199a091ff3e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9106 | 2025.01.07 05:13:44.232168 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 16 rows starting from the beginning of the part | ||
| 9107 | 2025.01.07 05:13:44.232800 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 25 rows starting from the beginning of the part | ||
| 9108 | 2025.01.07 05:13:44.233461 [ 187 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 16 rows starting from the beginning of the part | ||
| 9109 | 2025.01.07 05:13:44.233505 [ 5 ] {42b31a12-314b-410f-b098-199a091ff3e6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9110 | 2025.01.07 05:13:44.234249 [ 5 ] {42b31a12-314b-410f-b098-199a091ff3e6} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9111 | 2025.01.07 05:13:44.234532 [ 29 ] {} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9112 | 2025.01.07 05:13:44.234610 [ 29 ] {} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9113 | 2025.01.07 05:13:44.234675 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9114 | 2025.01.07 05:13:44.234769 [ 5 ] {42b31a12-314b-410f-b098-199a091ff3e6} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.005658 sec., 9190.526687875574 rows/sec., 582.69 KiB/sec. | ||
| 9115 | 2025.01.07 05:13:44.235111 [ 5 ] {42b31a12-314b-410f-b098-199a091ff3e6} <Debug> TCPHandler: Processed in 0.00652041 sec. | ||
| 9116 | 2025.01.07 05:13:44.235121 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 9117 | 2025.01.07 05:13:44.235494 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9118 | 2025.01.07 05:13:44.235544 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2354 rows starting from the beginning of the part | ||
| 9119 | 2025.01.07 05:13:44.235700 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 52 rows starting from the beginning of the part | ||
| 9120 | 2025.01.07 05:13:44.235820 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 30 rows starting from the beginning of the part | ||
| 9121 | 2025.01.07 05:13:44.235904 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 52 rows starting from the beginning of the part | ||
| 9122 | 2025.01.07 05:13:44.235975 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 30 rows starting from the beginning of the part | ||
| 9123 | 2025.01.07 05:13:44.236206 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 52 rows starting from the beginning of the part | ||
| 9124 | 2025.01.07 05:13:44.238331 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2570 rows, containing 4 columns (4 merged, 0 gathered) in 0.003527488 sec., 728563.7824990475 rows/sec., 47.09 MiB/sec. | ||
| 9125 | 2025.01.07 05:13:44.238770 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9126 | 2025.01.07 05:13:44.239545 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_66_13} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9127 | 2025.01.07 05:13:44.239697 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_66_13} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9128 | 2025.01.07 05:13:44.239788 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 9129 | 2025.01.07 05:13:44.243423 [ 190 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1115 rows, containing 19 columns (19 merged, 0 gathered) in 0.01562378 sec., 71365.57222387924 rows/sec., 127.88 MiB/sec. | ||
| 9130 | 2025.01.07 05:13:44.244622 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9131 | 2025.01.07 05:13:44.245156 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9132 | 2025.01.07 05:13:44.245242 [ 189 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9133 | 2025.01.07 05:13:44.245395 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.59 MiB. | ||
| 9134 | 2025.01.07 05:13:45.000214 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.86 MiB, peak 229.42 MiB, free memory in arenas 0.00 B, will set to 224.21 MiB (RSS), difference: 3.35 MiB | ||
| 9135 | 2025.01.07 05:13:48.806648 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9136 | 2025.01.07 05:13:48.806716 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9137 | 2025.01.07 05:13:48.980061 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 9138 | 2025.01.07 05:13:48.980715 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9139 | 2025.01.07 05:13:48.980761 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9140 | 2025.01.07 05:13:48.981291 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9141 | 2025.01.07 05:13:48.981543 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9142 | 2025.01.07 05:13:48.981759 [ 61 ] {} <Debug> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9143 | 2025.01.07 05:13:48.981798 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9144 | 2025.01.07 05:13:48.981850 [ 61 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9145 | 2025.01.07 05:13:48.981885 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9146 | 2025.01.07 05:13:48.982088 [ 188 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 9147 | 2025.01.07 05:13:48.982521 [ 188 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9148 | 2025.01.07 05:13:48.982613 [ 188 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 9149 | 2025.01.07 05:13:48.982695 [ 188 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 9150 | 2025.01.07 05:13:48.982885 [ 188 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 9151 | 2025.01.07 05:13:48.983168 [ 188 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 9152 | 2025.01.07 05:13:48.983332 [ 188 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 9153 | 2025.01.07 05:13:48.983478 [ 188 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 9154 | 2025.01.07 05:13:48.985925 [ 190 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003961292 sec., 5328059.633069211 rows/sec., 76.22 MiB/sec. | ||
| 9155 | 2025.01.07 05:13:48.986346 [ 190 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9156 | 2025.01.07 05:13:48.986690 [ 190 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_46_9} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9157 | 2025.01.07 05:13:48.986784 [ 190 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_46_9} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9158 | 2025.01.07 05:13:48.986900 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 9159 | 2025.01.07 05:13:49.187032 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9160 | 2025.01.07 05:13:49.187212 [ 5 ] {2935f2f8-0cc4-438c-b414-52b6396b2eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9161 | 2025.01.07 05:13:49.187281 [ 5 ] {2935f2f8-0cc4-438c-b414-52b6396b2eef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9162 | 2025.01.07 05:13:49.188037 [ 5 ] {2935f2f8-0cc4-438c-b414-52b6396b2eef} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9163 | 2025.01.07 05:13:49.188078 [ 5 ] {2935f2f8-0cc4-438c-b414-52b6396b2eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9164 | 2025.01.07 05:13:49.188527 [ 5 ] {2935f2f8-0cc4-438c-b414-52b6396b2eef} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9165 | 2025.01.07 05:13:49.188787 [ 5 ] {2935f2f8-0cc4-438c-b414-52b6396b2eef} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9166 | 2025.01.07 05:13:49.188990 [ 5 ] {2935f2f8-0cc4-438c-b414-52b6396b2eef} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001833 sec., 41462.084015275504 rows/sec., 3.60 MiB/sec. | ||
| 9167 | 2025.01.07 05:13:49.189051 [ 5 ] {2935f2f8-0cc4-438c-b414-52b6396b2eef} <Debug> TCPHandler: Processed in 0.002148557 sec. | ||
| 9168 | 2025.01.07 05:13:49.189297 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9169 | 2025.01.07 05:13:49.189495 [ 256 ] {9ca7eb2c-43c4-491f-ac5d-67b6101b6227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9170 | 2025.01.07 05:13:49.189571 [ 256 ] {9ca7eb2c-43c4-491f-ac5d-67b6101b6227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9171 | 2025.01.07 05:13:49.190325 [ 256 ] {9ca7eb2c-43c4-491f-ac5d-67b6101b6227} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9172 | 2025.01.07 05:13:49.190374 [ 256 ] {9ca7eb2c-43c4-491f-ac5d-67b6101b6227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9173 | 2025.01.07 05:13:49.190804 [ 256 ] {9ca7eb2c-43c4-491f-ac5d-67b6101b6227} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9174 | 2025.01.07 05:13:49.191066 [ 256 ] {9ca7eb2c-43c4-491f-ac5d-67b6101b6227} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9175 | 2025.01.07 05:13:49.191330 [ 256 ] {9ca7eb2c-43c4-491f-ac5d-67b6101b6227} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001891 sec., 13220.518244315177 rows/sec., 994.12 KiB/sec. | ||
| 9176 | 2025.01.07 05:13:49.191389 [ 256 ] {9ca7eb2c-43c4-491f-ac5d-67b6101b6227} <Debug> TCPHandler: Processed in 0.002224978 sec. | ||
| 9177 | 2025.01.07 05:13:49.191594 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9178 | 2025.01.07 05:13:49.191823 [ 5 ] {fdab31b1-5953-41db-a873-c2ac8d92c492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9179 | 2025.01.07 05:13:49.191917 [ 5 ] {fdab31b1-5953-41db-a873-c2ac8d92c492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9180 | 2025.01.07 05:13:49.192640 [ 5 ] {fdab31b1-5953-41db-a873-c2ac8d92c492} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9181 | 2025.01.07 05:13:49.192679 [ 5 ] {fdab31b1-5953-41db-a873-c2ac8d92c492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9182 | 2025.01.07 05:13:49.193052 [ 5 ] {fdab31b1-5953-41db-a873-c2ac8d92c492} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9183 | 2025.01.07 05:13:49.193307 [ 5 ] {fdab31b1-5953-41db-a873-c2ac8d92c492} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9184 | 2025.01.07 05:13:49.193490 [ 5 ] {fdab31b1-5953-41db-a873-c2ac8d92c492} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001727 sec., 30689.056166763174 rows/sec., 2.40 MiB/sec. | ||
| 9185 | 2025.01.07 05:13:49.193543 [ 5 ] {fdab31b1-5953-41db-a873-c2ac8d92c492} <Debug> TCPHandler: Processed in 0.002063383 sec. | ||
| 9186 | 2025.01.07 05:13:49.193693 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9187 | 2025.01.07 05:13:49.193834 [ 256 ] {c7755469-a333-407c-9969-0226f6914676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9188 | 2025.01.07 05:13:49.193898 [ 256 ] {c7755469-a333-407c-9969-0226f6914676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9189 | 2025.01.07 05:13:49.194471 [ 256 ] {c7755469-a333-407c-9969-0226f6914676} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9190 | 2025.01.07 05:13:49.194511 [ 256 ] {c7755469-a333-407c-9969-0226f6914676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9191 | 2025.01.07 05:13:49.194906 [ 256 ] {c7755469-a333-407c-9969-0226f6914676} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9192 | 2025.01.07 05:13:49.195160 [ 256 ] {c7755469-a333-407c-9969-0226f6914676} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9193 | 2025.01.07 05:13:49.195389 [ 256 ] {c7755469-a333-407c-9969-0226f6914676} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001588 sec., 62972.292191435765 rows/sec., 4.37 MiB/sec. | ||
| 9194 | 2025.01.07 05:13:49.195458 [ 256 ] {c7755469-a333-407c-9969-0226f6914676} <Debug> TCPHandler: Processed in 0.001830106 sec. | ||
| 9195 | 2025.01.07 05:13:49.195727 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9196 | 2025.01.07 05:13:49.195961 [ 5 ] {e8266518-7311-46a9-9dc9-cbd4fba45602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9197 | 2025.01.07 05:13:49.196104 [ 5 ] {e8266518-7311-46a9-9dc9-cbd4fba45602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9198 | 2025.01.07 05:13:49.197316 [ 5 ] {e8266518-7311-46a9-9dc9-cbd4fba45602} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9199 | 2025.01.07 05:13:49.197356 [ 5 ] {e8266518-7311-46a9-9dc9-cbd4fba45602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9200 | 2025.01.07 05:13:49.198011 [ 5 ] {e8266518-7311-46a9-9dc9-cbd4fba45602} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9201 | 2025.01.07 05:13:49.198272 [ 5 ] {e8266518-7311-46a9-9dc9-cbd4fba45602} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9202 | 2025.01.07 05:13:49.198489 [ 5 ] {e8266518-7311-46a9-9dc9-cbd4fba45602} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002581 sec., 9686.168151879117 rows/sec., 17.36 MiB/sec. | ||
| 9203 | 2025.01.07 05:13:49.198796 [ 5 ] {e8266518-7311-46a9-9dc9-cbd4fba45602} <Debug> TCPHandler: Processed in 0.00325171 sec. | ||
| 9204 | 2025.01.07 05:13:49.199038 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9205 | 2025.01.07 05:13:49.199178 [ 256 ] {5f1b62f2-2c3c-4720-a975-4c7c5a4fe941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9206 | 2025.01.07 05:13:49.199238 [ 256 ] {5f1b62f2-2c3c-4720-a975-4c7c5a4fe941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9207 | 2025.01.07 05:13:49.199800 [ 256 ] {5f1b62f2-2c3c-4720-a975-4c7c5a4fe941} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9208 | 2025.01.07 05:13:49.199848 [ 256 ] {5f1b62f2-2c3c-4720-a975-4c7c5a4fe941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9209 | 2025.01.07 05:13:49.200271 [ 256 ] {5f1b62f2-2c3c-4720-a975-4c7c5a4fe941} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9210 | 2025.01.07 05:13:49.200512 [ 256 ] {5f1b62f2-2c3c-4720-a975-4c7c5a4fe941} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9211 | 2025.01.07 05:13:49.200715 [ 256 ] {5f1b62f2-2c3c-4720-a975-4c7c5a4fe941} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001568 sec., 19132.65306122449 rows/sec., 1.31 MiB/sec. | ||
| 9212 | 2025.01.07 05:13:49.200765 [ 256 ] {5f1b62f2-2c3c-4720-a975-4c7c5a4fe941} <Debug> TCPHandler: Processed in 0.001876207 sec. | ||
| 9213 | 2025.01.07 05:13:50.458694 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9214 | 2025.01.07 05:13:50.481020 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9215 | 2025.01.07 05:13:50.481091 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9216 | 2025.01.07 05:13:50.488298 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9217 | 2025.01.07 05:13:50.489081 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9218 | 2025.01.07 05:13:50.489520 [ 72 ] {} <Debug> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9219 | 2025.01.07 05:13:50.489709 [ 72 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9220 | 2025.01.07 05:13:50.489823 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 9221 | 2025.01.07 05:13:50.490377 [ 198 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 9222 | 2025.01.07 05:13:50.504499 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9223 | 2025.01.07 05:13:50.506508 [ 198 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9224 | 2025.01.07 05:13:50.508109 [ 198 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 9225 | 2025.01.07 05:13:50.513571 [ 198 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 9226 | 2025.01.07 05:13:50.519039 [ 198 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 9227 | 2025.01.07 05:13:50.524515 [ 198 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part | ||
| 9228 | 2025.01.07 05:13:50.530204 [ 198 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 9229 | 2025.01.07 05:13:50.535116 [ 198 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 9230 | 2025.01.07 05:13:50.594021 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.104008757 sec., 3336.2575422375253 rows/sec., 17.25 MiB/sec. | ||
| 9231 | 2025.01.07 05:13:50.597359 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9232 | 2025.01.07 05:13:50.600287 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_46_9} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9233 | 2025.01.07 05:13:50.600416 [ 197 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_46_9} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9234 | 2025.01.07 05:13:50.602824 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9235 | 2025.01.07 05:13:54.082069 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1286 | ||
| 9236 | 2025.01.07 05:13:54.085233 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9237 | 2025.01.07 05:13:54.085294 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9238 | 2025.01.07 05:13:54.086775 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9239 | 2025.01.07 05:13:54.087095 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9240 | 2025.01.07 05:13:54.087752 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1286 | ||
| 9241 | 2025.01.07 05:13:54.220507 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9242 | 2025.01.07 05:13:54.220819 [ 5 ] {46bd7c8d-14ba-4117-8796-ddccccae59e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9243 | 2025.01.07 05:13:54.220936 [ 5 ] {46bd7c8d-14ba-4117-8796-ddccccae59e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9244 | 2025.01.07 05:13:54.221893 [ 5 ] {46bd7c8d-14ba-4117-8796-ddccccae59e9} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9245 | 2025.01.07 05:13:54.221942 [ 5 ] {46bd7c8d-14ba-4117-8796-ddccccae59e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9246 | 2025.01.07 05:13:54.222392 [ 5 ] {46bd7c8d-14ba-4117-8796-ddccccae59e9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9247 | 2025.01.07 05:13:54.222657 [ 5 ] {46bd7c8d-14ba-4117-8796-ddccccae59e9} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9248 | 2025.01.07 05:13:54.222922 [ 5 ] {46bd7c8d-14ba-4117-8796-ddccccae59e9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002184 sec., 6410.25641025641 rows/sec., 461.45 KiB/sec. | ||
| 9249 | 2025.01.07 05:13:54.223032 [ 5 ] {46bd7c8d-14ba-4117-8796-ddccccae59e9} <Debug> TCPHandler: Processed in 0.002721313 sec. | ||
| 9250 | 2025.01.07 05:13:54.223433 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9251 | 2025.01.07 05:13:54.223751 [ 256 ] {107bb12f-72e2-4d3e-97d4-27475a783407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9252 | 2025.01.07 05:13:54.223873 [ 256 ] {107bb12f-72e2-4d3e-97d4-27475a783407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9253 | 2025.01.07 05:13:54.224813 [ 256 ] {107bb12f-72e2-4d3e-97d4-27475a783407} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9254 | 2025.01.07 05:13:54.224865 [ 256 ] {107bb12f-72e2-4d3e-97d4-27475a783407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9255 | 2025.01.07 05:13:54.225301 [ 256 ] {107bb12f-72e2-4d3e-97d4-27475a783407} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9256 | 2025.01.07 05:13:54.225566 [ 256 ] {107bb12f-72e2-4d3e-97d4-27475a783407} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9257 | 2025.01.07 05:13:54.225817 [ 256 ] {107bb12f-72e2-4d3e-97d4-27475a783407} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002157 sec., 927.2137227630968 rows/sec., 75.61 KiB/sec. | ||
| 9258 | 2025.01.07 05:13:54.225884 [ 256 ] {107bb12f-72e2-4d3e-97d4-27475a783407} <Debug> TCPHandler: Processed in 0.002683642 sec. | ||
| 9259 | 2025.01.07 05:13:54.226104 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9260 | 2025.01.07 05:13:54.226332 [ 5 ] {ecec3773-f45f-4cc3-b048-297791b05293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9261 | 2025.01.07 05:13:54.226391 [ 5 ] {ecec3773-f45f-4cc3-b048-297791b05293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9262 | 2025.01.07 05:13:54.227802 [ 5 ] {ecec3773-f45f-4cc3-b048-297791b05293} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9263 | 2025.01.07 05:13:54.227844 [ 5 ] {ecec3773-f45f-4cc3-b048-297791b05293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9264 | 2025.01.07 05:13:54.228300 [ 5 ] {ecec3773-f45f-4cc3-b048-297791b05293} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9265 | 2025.01.07 05:13:54.228556 [ 5 ] {ecec3773-f45f-4cc3-b048-297791b05293} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9266 | 2025.01.07 05:13:54.228788 [ 5 ] {ecec3773-f45f-4cc3-b048-297791b05293} <Debug> executeQuery: Read 1346 rows, 114.77 KiB in 0.002513 sec., 535614.8030242737 rows/sec., 44.60 MiB/sec. | ||
| 9267 | 2025.01.07 05:13:54.228846 [ 5 ] {ecec3773-f45f-4cc3-b048-297791b05293} <Debug> TCPHandler: Processed in 0.002853297 sec. | ||
| 9268 | 2025.01.07 05:13:54.229027 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9269 | 2025.01.07 05:13:54.229175 [ 256 ] {5f14ec75-ce0c-42da-b64d-700d578e0bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9270 | 2025.01.07 05:13:54.229238 [ 256 ] {5f14ec75-ce0c-42da-b64d-700d578e0bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9271 | 2025.01.07 05:13:54.229859 [ 256 ] {5f14ec75-ce0c-42da-b64d-700d578e0bf7} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9272 | 2025.01.07 05:13:54.229902 [ 256 ] {5f14ec75-ce0c-42da-b64d-700d578e0bf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9273 | 2025.01.07 05:13:54.230277 [ 256 ] {5f14ec75-ce0c-42da-b64d-700d578e0bf7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9274 | 2025.01.07 05:13:54.230534 [ 256 ] {5f14ec75-ce0c-42da-b64d-700d578e0bf7} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9275 | 2025.01.07 05:13:54.230712 [ 76 ] {} <Debug> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9276 | 2025.01.07 05:13:54.230783 [ 256 ] {5f14ec75-ce0c-42da-b64d-700d578e0bf7} <Debug> executeQuery: Read 25 rows, 1.80 KiB in 0.001645 sec., 15197.568389057751 rows/sec., 1.07 MiB/sec. | ||
| 9277 | 2025.01.07 05:13:54.230810 [ 76 ] {} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9278 | 2025.01.07 05:13:54.230894 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9279 | 2025.01.07 05:13:54.230904 [ 256 ] {5f14ec75-ce0c-42da-b64d-700d578e0bf7} <Debug> TCPHandler: Processed in 0.00194579 sec. | ||
| 9280 | 2025.01.07 05:13:54.231119 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9281 | 2025.01.07 05:13:54.231135 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 9282 | 2025.01.07 05:13:54.231338 [ 5 ] {63851392-a824-48e1-825c-1f351cbaf5a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9283 | 2025.01.07 05:13:54.231381 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9284 | 2025.01.07 05:13:54.231453 [ 5 ] {63851392-a824-48e1-825c-1f351cbaf5a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9285 | 2025.01.07 05:13:54.231463 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 62 rows starting from the beginning of the part | ||
| 9286 | 2025.01.07 05:13:54.231856 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 23 rows starting from the beginning of the part | ||
| 9287 | 2025.01.07 05:13:54.232204 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 9288 | 2025.01.07 05:13:54.232600 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 23 rows starting from the beginning of the part | ||
| 9289 | 2025.01.07 05:13:54.233074 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 25 rows starting from the beginning of the part | ||
| 9290 | 2025.01.07 05:13:54.233424 [ 191 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 25 rows starting from the beginning of the part | ||
| 9291 | 2025.01.07 05:13:54.234412 [ 5 ] {63851392-a824-48e1-825c-1f351cbaf5a1} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9292 | 2025.01.07 05:13:54.234474 [ 5 ] {63851392-a824-48e1-825c-1f351cbaf5a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9293 | 2025.01.07 05:13:54.235567 [ 5 ] {63851392-a824-48e1-825c-1f351cbaf5a1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9294 | 2025.01.07 05:13:54.236043 [ 186 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005023414 sec., 36827.543977064204 rows/sec., 2.77 MiB/sec. | ||
| 9295 | 2025.01.07 05:13:54.236093 [ 5 ] {63851392-a824-48e1-825c-1f351cbaf5a1} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9296 | 2025.01.07 05:13:54.236299 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9297 | 2025.01.07 05:13:54.236658 [ 5 ] {63851392-a824-48e1-825c-1f351cbaf5a1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.005385 sec., 44939.647168059426 rows/sec., 3.04 MiB/sec. | ||
| 9298 | 2025.01.07 05:13:54.237088 [ 5 ] {63851392-a824-48e1-825c-1f351cbaf5a1} <Debug> TCPHandler: Processed in 0.006071136 sec. | ||
| 9299 | 2025.01.07 05:13:54.237382 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_61_12} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9300 | 2025.01.07 05:13:54.237408 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9301 | 2025.01.07 05:13:54.237502 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_61_12} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9302 | 2025.01.07 05:13:54.237564 [ 256 ] {940a7684-64a3-4de5-9a6f-be9b85a05bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9303 | 2025.01.07 05:13:54.237594 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9304 | 2025.01.07 05:13:54.237636 [ 256 ] {940a7684-64a3-4de5-9a6f-be9b85a05bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9305 | 2025.01.07 05:13:54.238204 [ 256 ] {940a7684-64a3-4de5-9a6f-be9b85a05bf9} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9306 | 2025.01.07 05:13:54.238244 [ 256 ] {940a7684-64a3-4de5-9a6f-be9b85a05bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9307 | 2025.01.07 05:13:54.238603 [ 256 ] {940a7684-64a3-4de5-9a6f-be9b85a05bf9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9308 | 2025.01.07 05:13:54.238845 [ 256 ] {940a7684-64a3-4de5-9a6f-be9b85a05bf9} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9309 | 2025.01.07 05:13:54.239055 [ 256 ] {940a7684-64a3-4de5-9a6f-be9b85a05bf9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00153 sec., 8496.73202614379 rows/sec., 529.77 KiB/sec. | ||
| 9310 | 2025.01.07 05:13:54.239106 [ 256 ] {940a7684-64a3-4de5-9a6f-be9b85a05bf9} <Debug> TCPHandler: Processed in 0.001884158 sec. | ||
| 9311 | 2025.01.07 05:13:54.239255 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9312 | 2025.01.07 05:13:54.239393 [ 5 ] {d79c6446-404a-4e54-9182-8fd53eeae6ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9313 | 2025.01.07 05:13:54.239450 [ 5 ] {d79c6446-404a-4e54-9182-8fd53eeae6ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9314 | 2025.01.07 05:13:54.240434 [ 5 ] {d79c6446-404a-4e54-9182-8fd53eeae6ca} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9315 | 2025.01.07 05:13:54.240473 [ 5 ] {d79c6446-404a-4e54-9182-8fd53eeae6ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9316 | 2025.01.07 05:13:54.240872 [ 5 ] {d79c6446-404a-4e54-9182-8fd53eeae6ca} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9317 | 2025.01.07 05:13:54.241107 [ 5 ] {d79c6446-404a-4e54-9182-8fd53eeae6ca} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9318 | 2025.01.07 05:13:54.241344 [ 5 ] {d79c6446-404a-4e54-9182-8fd53eeae6ca} <Debug> executeQuery: Read 820 rows, 60.54 KiB in 0.00198 sec., 414141.41414141416 rows/sec., 29.86 MiB/sec. | ||
| 9319 | 2025.01.07 05:13:54.241409 [ 5 ] {d79c6446-404a-4e54-9182-8fd53eeae6ca} <Debug> TCPHandler: Processed in 0.002212488 sec. | ||
| 9320 | 2025.01.07 05:13:54.241676 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9321 | 2025.01.07 05:13:54.241836 [ 256 ] {b2a0a19f-d71f-4df8-ae9a-8b9212c9c572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9322 | 2025.01.07 05:13:54.241898 [ 256 ] {b2a0a19f-d71f-4df8-ae9a-8b9212c9c572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9323 | 2025.01.07 05:13:54.242445 [ 256 ] {b2a0a19f-d71f-4df8-ae9a-8b9212c9c572} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9324 | 2025.01.07 05:13:54.242485 [ 256 ] {b2a0a19f-d71f-4df8-ae9a-8b9212c9c572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9325 | 2025.01.07 05:13:54.242851 [ 256 ] {b2a0a19f-d71f-4df8-ae9a-8b9212c9c572} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9326 | 2025.01.07 05:13:54.243090 [ 256 ] {b2a0a19f-d71f-4df8-ae9a-8b9212c9c572} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9327 | 2025.01.07 05:13:54.243301 [ 256 ] {b2a0a19f-d71f-4df8-ae9a-8b9212c9c572} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001495 sec., 4013.3779264214045 rows/sec., 209.68 KiB/sec. | ||
| 9328 | 2025.01.07 05:13:54.243351 [ 256 ] {b2a0a19f-d71f-4df8-ae9a-8b9212c9c572} <Debug> TCPHandler: Processed in 0.001832916 sec. | ||
| 9329 | 2025.01.07 05:13:54.243554 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9330 | 2025.01.07 05:13:54.243775 [ 5 ] {40fa2d9d-1483-4ecc-83f8-aa8b2b702f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9331 | 2025.01.07 05:13:54.243873 [ 5 ] {40fa2d9d-1483-4ecc-83f8-aa8b2b702f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9332 | 2025.01.07 05:13:54.244852 [ 5 ] {40fa2d9d-1483-4ecc-83f8-aa8b2b702f1c} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9333 | 2025.01.07 05:13:54.244892 [ 5 ] {40fa2d9d-1483-4ecc-83f8-aa8b2b702f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9334 | 2025.01.07 05:13:54.245328 [ 5 ] {40fa2d9d-1483-4ecc-83f8-aa8b2b702f1c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9335 | 2025.01.07 05:13:54.245564 [ 5 ] {40fa2d9d-1483-4ecc-83f8-aa8b2b702f1c} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9336 | 2025.01.07 05:13:54.245803 [ 5 ] {40fa2d9d-1483-4ecc-83f8-aa8b2b702f1c} <Debug> executeQuery: Read 898 rows, 61.24 KiB in 0.002081 sec., 431523.30610283517 rows/sec., 28.74 MiB/sec. | ||
| 9337 | 2025.01.07 05:13:54.245919 [ 5 ] {40fa2d9d-1483-4ecc-83f8-aa8b2b702f1c} <Debug> TCPHandler: Processed in 0.002472396 sec. | ||
| 9338 | 2025.01.07 05:13:54.246153 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9339 | 2025.01.07 05:13:54.246367 [ 256 ] {0022cf18-7cf6-4165-874e-49d46bfa47bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9340 | 2025.01.07 05:13:54.246428 [ 256 ] {0022cf18-7cf6-4165-874e-49d46bfa47bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9341 | 2025.01.07 05:13:54.246983 [ 256 ] {0022cf18-7cf6-4165-874e-49d46bfa47bc} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9342 | 2025.01.07 05:13:54.247028 [ 256 ] {0022cf18-7cf6-4165-874e-49d46bfa47bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9343 | 2025.01.07 05:13:54.247422 [ 256 ] {0022cf18-7cf6-4165-874e-49d46bfa47bc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9344 | 2025.01.07 05:13:54.247665 [ 256 ] {0022cf18-7cf6-4165-874e-49d46bfa47bc} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9345 | 2025.01.07 05:13:54.247839 [ 76 ] {} <Debug> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9346 | 2025.01.07 05:13:54.247906 [ 76 ] {} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9347 | 2025.01.07 05:13:54.247918 [ 256 ] {0022cf18-7cf6-4165-874e-49d46bfa47bc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001572 sec., 636.1323155216285 rows/sec., 42.86 KiB/sec. | ||
| 9348 | 2025.01.07 05:13:54.247944 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9349 | 2025.01.07 05:13:54.248071 [ 256 ] {0022cf18-7cf6-4165-874e-49d46bfa47bc} <Debug> TCPHandler: Processed in 0.002057783 sec. | ||
| 9350 | 2025.01.07 05:13:54.248187 [ 200 ] {155e2731-beb7-438a-8166-e2259aa0cf83::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 | ||
| 9351 | 2025.01.07 05:13:54.248261 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9352 | 2025.01.07 05:13:54.248468 [ 200 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9353 | 2025.01.07 05:13:54.248504 [ 5 ] {fd1f2bad-2c4a-4485-ae41-c55d35b84631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9354 | 2025.01.07 05:13:54.248539 [ 200 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 27 rows starting from the beginning of the part | ||
| 9355 | 2025.01.07 05:13:54.248795 [ 5 ] {fd1f2bad-2c4a-4485-ae41-c55d35b84631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9356 | 2025.01.07 05:13:54.248893 [ 200 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 9357 | 2025.01.07 05:13:54.249304 [ 200 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 9358 | 2025.01.07 05:13:54.249672 [ 200 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 9359 | 2025.01.07 05:13:54.250074 [ 200 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 9360 | 2025.01.07 05:13:54.250387 [ 200 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 9361 | 2025.01.07 05:13:54.254444 [ 195 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.006363195 sec., 5028.920220109551 rows/sec., 337.64 KiB/sec. | ||
| 9362 | 2025.01.07 05:13:54.254507 [ 5 ] {fd1f2bad-2c4a-4485-ae41-c55d35b84631} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9363 | 2025.01.07 05:13:54.254575 [ 5 ] {fd1f2bad-2c4a-4485-ae41-c55d35b84631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9364 | 2025.01.07 05:13:54.254640 [ 195 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9365 | 2025.01.07 05:13:54.255271 [ 195 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_31_6} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9366 | 2025.01.07 05:13:54.255457 [ 195 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_31_6} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9367 | 2025.01.07 05:13:54.255658 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9368 | 2025.01.07 05:13:54.255933 [ 5 ] {fd1f2bad-2c4a-4485-ae41-c55d35b84631} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9369 | 2025.01.07 05:13:54.256205 [ 5 ] {fd1f2bad-2c4a-4485-ae41-c55d35b84631} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9370 | 2025.01.07 05:13:54.256490 [ 5 ] {fd1f2bad-2c4a-4485-ae41-c55d35b84631} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.008058 sec., 1985.6043683296105 rows/sec., 3.56 MiB/sec. | ||
| 9371 | 2025.01.07 05:13:54.256612 [ 5 ] {fd1f2bad-2c4a-4485-ae41-c55d35b84631} <Debug> TCPHandler: Processed in 0.008438889 sec. | ||
| 9372 | 2025.01.07 05:13:54.256764 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9373 | 2025.01.07 05:13:54.256881 [ 256 ] {b2c428bb-463c-45e4-a104-ec3cdb1f0bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9374 | 2025.01.07 05:13:54.256932 [ 256 ] {b2c428bb-463c-45e4-a104-ec3cdb1f0bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9375 | 2025.01.07 05:13:54.257438 [ 256 ] {b2c428bb-463c-45e4-a104-ec3cdb1f0bdf} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9376 | 2025.01.07 05:13:54.257478 [ 256 ] {b2c428bb-463c-45e4-a104-ec3cdb1f0bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9377 | 2025.01.07 05:13:54.257860 [ 256 ] {b2c428bb-463c-45e4-a104-ec3cdb1f0bdf} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9378 | 2025.01.07 05:13:54.258099 [ 256 ] {b2c428bb-463c-45e4-a104-ec3cdb1f0bdf} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9379 | 2025.01.07 05:13:54.258315 [ 256 ] {b2c428bb-463c-45e4-a104-ec3cdb1f0bdf} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001459 sec., 35640.84989718986 rows/sec., 2.21 MiB/sec. | ||
| 9380 | 2025.01.07 05:13:54.258367 [ 256 ] {b2c428bb-463c-45e4-a104-ec3cdb1f0bdf} <Debug> TCPHandler: Processed in 0.001662871 sec. | ||
| 9381 | 2025.01.07 05:13:56.482857 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 9382 | 2025.01.07 05:13:56.483513 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9383 | 2025.01.07 05:13:56.483561 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9384 | 2025.01.07 05:13:56.484077 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9385 | 2025.01.07 05:13:56.484326 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9386 | 2025.01.07 05:13:56.484556 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 9387 | 2025.01.07 05:13:58.005502 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9388 | 2025.01.07 05:13:58.025110 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9389 | 2025.01.07 05:13:58.025178 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9390 | 2025.01.07 05:13:58.032339 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9391 | 2025.01.07 05:13:58.033140 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9392 | 2025.01.07 05:13:58.038348 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9393 | 2025.01.07 05:13:59.187343 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9394 | 2025.01.07 05:13:59.187602 [ 5 ] {8f4e15fb-7160-43fe-9e01-9944c3d56ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9395 | 2025.01.07 05:13:59.187674 [ 5 ] {8f4e15fb-7160-43fe-9e01-9944c3d56ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9396 | 2025.01.07 05:13:59.188471 [ 5 ] {8f4e15fb-7160-43fe-9e01-9944c3d56ab2} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9397 | 2025.01.07 05:13:59.188518 [ 5 ] {8f4e15fb-7160-43fe-9e01-9944c3d56ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9398 | 2025.01.07 05:13:59.188965 [ 5 ] {8f4e15fb-7160-43fe-9e01-9944c3d56ab2} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9399 | 2025.01.07 05:13:59.189223 [ 5 ] {8f4e15fb-7160-43fe-9e01-9944c3d56ab2} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9400 | 2025.01.07 05:13:59.189480 [ 5 ] {8f4e15fb-7160-43fe-9e01-9944c3d56ab2} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001934 sec., 39296.79420889349 rows/sec., 3.41 MiB/sec. | ||
| 9401 | 2025.01.07 05:13:59.189545 [ 5 ] {8f4e15fb-7160-43fe-9e01-9944c3d56ab2} <Debug> TCPHandler: Processed in 0.002441765 sec. | ||
| 9402 | 2025.01.07 05:13:59.189829 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9403 | 2025.01.07 05:13:59.190047 [ 256 ] {8344b2ea-75f9-423d-b39c-a83765431ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9404 | 2025.01.07 05:13:59.190134 [ 256 ] {8344b2ea-75f9-423d-b39c-a83765431ae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9405 | 2025.01.07 05:13:59.190927 [ 256 ] {8344b2ea-75f9-423d-b39c-a83765431ae9} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9406 | 2025.01.07 05:13:59.190971 [ 256 ] {8344b2ea-75f9-423d-b39c-a83765431ae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9407 | 2025.01.07 05:13:59.191401 [ 256 ] {8344b2ea-75f9-423d-b39c-a83765431ae9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9408 | 2025.01.07 05:13:59.191655 [ 256 ] {8344b2ea-75f9-423d-b39c-a83765431ae9} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9409 | 2025.01.07 05:13:59.191864 [ 256 ] {8344b2ea-75f9-423d-b39c-a83765431ae9} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001879 sec., 13304.949441192124 rows/sec., 1000.47 KiB/sec. | ||
| 9410 | 2025.01.07 05:13:59.191931 [ 256 ] {8344b2ea-75f9-423d-b39c-a83765431ae9} <Debug> TCPHandler: Processed in 0.002248379 sec. | ||
| 9411 | 2025.01.07 05:13:59.192099 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9412 | 2025.01.07 05:13:59.192247 [ 5 ] {e9f73f04-6387-48f6-ba16-0652eec7fd10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9413 | 2025.01.07 05:13:59.192308 [ 5 ] {e9f73f04-6387-48f6-ba16-0652eec7fd10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9414 | 2025.01.07 05:13:59.192944 [ 5 ] {e9f73f04-6387-48f6-ba16-0652eec7fd10} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9415 | 2025.01.07 05:13:59.192985 [ 5 ] {e9f73f04-6387-48f6-ba16-0652eec7fd10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9416 | 2025.01.07 05:13:59.193349 [ 5 ] {e9f73f04-6387-48f6-ba16-0652eec7fd10} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9417 | 2025.01.07 05:13:59.193770 [ 5 ] {e9f73f04-6387-48f6-ba16-0652eec7fd10} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9418 | 2025.01.07 05:13:59.194133 [ 5 ] {e9f73f04-6387-48f6-ba16-0652eec7fd10} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.00192 sec., 27604.166666666664 rows/sec., 2.16 MiB/sec. | ||
| 9419 | 2025.01.07 05:13:59.194188 [ 5 ] {e9f73f04-6387-48f6-ba16-0652eec7fd10} <Debug> TCPHandler: Processed in 0.002152927 sec. | ||
| 9420 | 2025.01.07 05:13:59.194349 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9421 | 2025.01.07 05:13:59.194493 [ 256 ] {f24a444b-77ef-48ff-b4a2-b6a4aae11353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9422 | 2025.01.07 05:13:59.194554 [ 256 ] {f24a444b-77ef-48ff-b4a2-b6a4aae11353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9423 | 2025.01.07 05:13:59.195131 [ 256 ] {f24a444b-77ef-48ff-b4a2-b6a4aae11353} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9424 | 2025.01.07 05:13:59.195171 [ 256 ] {f24a444b-77ef-48ff-b4a2-b6a4aae11353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9425 | 2025.01.07 05:13:59.195569 [ 256 ] {f24a444b-77ef-48ff-b4a2-b6a4aae11353} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9426 | 2025.01.07 05:13:59.195822 [ 256 ] {f24a444b-77ef-48ff-b4a2-b6a4aae11353} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9427 | 2025.01.07 05:13:59.196007 [ 256 ] {f24a444b-77ef-48ff-b4a2-b6a4aae11353} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001545 sec., 64724.91909385114 rows/sec., 4.49 MiB/sec. | ||
| 9428 | 2025.01.07 05:13:59.196065 [ 256 ] {f24a444b-77ef-48ff-b4a2-b6a4aae11353} <Debug> TCPHandler: Processed in 0.001786125 sec. | ||
| 9429 | 2025.01.07 05:13:59.196228 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9430 | 2025.01.07 05:13:59.196347 [ 5 ] {cd9c20ec-d80d-438c-9a37-08fcb673bdd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9431 | 2025.01.07 05:13:59.196435 [ 5 ] {cd9c20ec-d80d-438c-9a37-08fcb673bdd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9432 | 2025.01.07 05:13:59.197759 [ 5 ] {cd9c20ec-d80d-438c-9a37-08fcb673bdd2} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9433 | 2025.01.07 05:13:59.197800 [ 5 ] {cd9c20ec-d80d-438c-9a37-08fcb673bdd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9434 | 2025.01.07 05:13:59.198452 [ 5 ] {cd9c20ec-d80d-438c-9a37-08fcb673bdd2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9435 | 2025.01.07 05:13:59.198712 [ 5 ] {cd9c20ec-d80d-438c-9a37-08fcb673bdd2} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9436 | 2025.01.07 05:13:59.198955 [ 5 ] {cd9c20ec-d80d-438c-9a37-08fcb673bdd2} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002634 sec., 9491.268033409264 rows/sec., 17.01 MiB/sec. | ||
| 9437 | 2025.01.07 05:13:59.199063 [ 5 ] {cd9c20ec-d80d-438c-9a37-08fcb673bdd2} <Debug> TCPHandler: Processed in 0.002890839 sec. | ||
| 9438 | 2025.01.07 05:13:59.199219 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9439 | 2025.01.07 05:13:59.199363 [ 256 ] {ca04b4b5-b437-4e47-a274-c99f66350c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9440 | 2025.01.07 05:13:59.199427 [ 256 ] {ca04b4b5-b437-4e47-a274-c99f66350c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9441 | 2025.01.07 05:13:59.200010 [ 256 ] {ca04b4b5-b437-4e47-a274-c99f66350c9c} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9442 | 2025.01.07 05:13:59.200058 [ 256 ] {ca04b4b5-b437-4e47-a274-c99f66350c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9443 | 2025.01.07 05:13:59.200488 [ 256 ] {ca04b4b5-b437-4e47-a274-c99f66350c9c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9444 | 2025.01.07 05:13:59.200730 [ 256 ] {ca04b4b5-b437-4e47-a274-c99f66350c9c} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9445 | 2025.01.07 05:13:59.200935 [ 256 ] {ca04b4b5-b437-4e47-a274-c99f66350c9c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001607 sec., 18668.32607342875 rows/sec., 1.28 MiB/sec. | ||
| 9446 | 2025.01.07 05:13:59.201018 [ 256 ] {ca04b4b5-b437-4e47-a274-c99f66350c9c} <Debug> TCPHandler: Processed in 0.001868197 sec. | ||
| 9447 | 2025.01.07 05:14:03.806957 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9448 | 2025.01.07 05:14:03.807026 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9449 | 2025.01.07 05:14:03.985643 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 9450 | 2025.01.07 05:14:03.986443 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9451 | 2025.01.07 05:14:03.986495 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9452 | 2025.01.07 05:14:03.987124 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9453 | 2025.01.07 05:14:03.987378 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9454 | 2025.01.07 05:14:03.987636 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9455 | 2025.01.07 05:14:04.002355 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00095289 sec. | ||
| 9456 | 2025.01.07 05:14:04.088827 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1322 | ||
| 9457 | 2025.01.07 05:14:04.092023 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9458 | 2025.01.07 05:14:04.092078 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9459 | 2025.01.07 05:14:04.093584 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9460 | 2025.01.07 05:14:04.093899 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9461 | 2025.01.07 05:14:04.094503 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1322 | ||
| 9462 | 2025.01.07 05:14:04.191583 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9463 | 2025.01.07 05:14:04.191788 [ 5 ] {9619ea48-e346-4c48-bfbf-6971a223d6e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9464 | 2025.01.07 05:14:04.191866 [ 5 ] {9619ea48-e346-4c48-bfbf-6971a223d6e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9465 | 2025.01.07 05:14:04.192701 [ 5 ] {9619ea48-e346-4c48-bfbf-6971a223d6e6} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9466 | 2025.01.07 05:14:04.192746 [ 5 ] {9619ea48-e346-4c48-bfbf-6971a223d6e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9467 | 2025.01.07 05:14:04.193187 [ 5 ] {9619ea48-e346-4c48-bfbf-6971a223d6e6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9468 | 2025.01.07 05:14:04.193441 [ 5 ] {9619ea48-e346-4c48-bfbf-6971a223d6e6} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9469 | 2025.01.07 05:14:04.193691 [ 5 ] {9619ea48-e346-4c48-bfbf-6971a223d6e6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001964 sec., 7128.309572301426 rows/sec., 513.14 KiB/sec. | ||
| 9470 | 2025.01.07 05:14:04.193819 [ 5 ] {9619ea48-e346-4c48-bfbf-6971a223d6e6} <Debug> TCPHandler: Processed in 0.002369752 sec. | ||
| 9471 | 2025.01.07 05:14:04.194091 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9472 | 2025.01.07 05:14:04.194308 [ 256 ] {c03825bf-6597-4123-9d8d-ab633709820f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9473 | 2025.01.07 05:14:04.194394 [ 256 ] {c03825bf-6597-4123-9d8d-ab633709820f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9474 | 2025.01.07 05:14:04.195295 [ 256 ] {c03825bf-6597-4123-9d8d-ab633709820f} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9475 | 2025.01.07 05:14:04.195345 [ 256 ] {c03825bf-6597-4123-9d8d-ab633709820f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9476 | 2025.01.07 05:14:04.195808 [ 256 ] {c03825bf-6597-4123-9d8d-ab633709820f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9477 | 2025.01.07 05:14:04.196061 [ 256 ] {c03825bf-6597-4123-9d8d-ab633709820f} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9478 | 2025.01.07 05:14:04.196251 [ 58 ] {} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
| 9479 | 2025.01.07 05:14:04.196327 [ 58 ] {} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9480 | 2025.01.07 05:14:04.196330 [ 256 ] {c03825bf-6597-4123-9d8d-ab633709820f} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.002072 sec., 98938.22393822393 rows/sec., 8.76 MiB/sec. | ||
| 9481 | 2025.01.07 05:14:04.196369 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9482 | 2025.01.07 05:14:04.196483 [ 256 ] {c03825bf-6597-4123-9d8d-ab633709820f} <Debug> TCPHandler: Processed in 0.002529787 sec. | ||
| 9483 | 2025.01.07 05:14:04.196780 [ 186 ] {56ca495f-f2f6-4964-b172-324a0a92264c::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 | ||
| 9484 | 2025.01.07 05:14:04.196827 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9485 | 2025.01.07 05:14:04.197312 [ 5 ] {2cb1aae8-8ba3-417e-8644-123ab3b42d5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9486 | 2025.01.07 05:14:04.197342 [ 186 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9487 | 2025.01.07 05:14:04.197480 [ 186 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 1404 rows starting from the beginning of the part | ||
| 9488 | 2025.01.07 05:14:04.197537 [ 5 ] {2cb1aae8-8ba3-417e-8644-123ab3b42d5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9489 | 2025.01.07 05:14:04.197996 [ 186 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 205 rows starting from the beginning of the part | ||
| 9490 | 2025.01.07 05:14:04.198399 [ 186 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 76 rows starting from the beginning of the part | ||
| 9491 | 2025.01.07 05:14:04.198915 [ 186 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1346 rows starting from the beginning of the part | ||
| 9492 | 2025.01.07 05:14:04.199339 [ 186 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 76 rows starting from the beginning of the part | ||
| 9493 | 2025.01.07 05:14:04.199728 [ 186 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 205 rows starting from the beginning of the part | ||
| 9494 | 2025.01.07 05:14:04.201193 [ 5 ] {2cb1aae8-8ba3-417e-8644-123ab3b42d5b} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9495 | 2025.01.07 05:14:04.201261 [ 5 ] {2cb1aae8-8ba3-417e-8644-123ab3b42d5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9496 | 2025.01.07 05:14:04.202199 [ 5 ] {2cb1aae8-8ba3-417e-8644-123ab3b42d5b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9497 | 2025.01.07 05:14:04.202652 [ 5 ] {2cb1aae8-8ba3-417e-8644-123ab3b42d5b} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9498 | 2025.01.07 05:14:04.202926 [ 5 ] {2cb1aae8-8ba3-417e-8644-123ab3b42d5b} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.005811 sec., 3958.0106694200654 rows/sec., 285.52 KiB/sec. | ||
| 9499 | 2025.01.07 05:14:04.203188 [ 5 ] {2cb1aae8-8ba3-417e-8644-123ab3b42d5b} <Debug> TCPHandler: Processed in 0.006540471 sec. | ||
| 9500 | 2025.01.07 05:14:04.203881 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9501 | 2025.01.07 05:14:04.203979 [ 186 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3312 rows, containing 5 columns (5 merged, 0 gathered) in 0.007476029 sec., 443015.938006661 rows/sec., 38.99 MiB/sec. | ||
| 9502 | 2025.01.07 05:14:04.204269 [ 256 ] {6556a23f-2733-4d3e-9cf8-2fdf93142dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9503 | 2025.01.07 05:14:04.204312 [ 186 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
| 9504 | 2025.01.07 05:14:04.204376 [ 256 ] {6556a23f-2733-4d3e-9cf8-2fdf93142dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9505 | 2025.01.07 05:14:04.204903 [ 186 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_70_14} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9506 | 2025.01.07 05:14:04.205149 [ 186 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_70_14} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
| 9507 | 2025.01.07 05:14:04.205302 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 9508 | 2025.01.07 05:14:04.205556 [ 256 ] {6556a23f-2733-4d3e-9cf8-2fdf93142dff} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9509 | 2025.01.07 05:14:04.205602 [ 256 ] {6556a23f-2733-4d3e-9cf8-2fdf93142dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9510 | 2025.01.07 05:14:04.205967 [ 256 ] {6556a23f-2733-4d3e-9cf8-2fdf93142dff} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9511 | 2025.01.07 05:14:04.206219 [ 256 ] {6556a23f-2733-4d3e-9cf8-2fdf93142dff} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9512 | 2025.01.07 05:14:04.206402 [ 256 ] {6556a23f-2733-4d3e-9cf8-2fdf93142dff} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002249 sec., 6224.988883948421 rows/sec., 435.96 KiB/sec. | ||
| 9513 | 2025.01.07 05:14:04.206457 [ 256 ] {6556a23f-2733-4d3e-9cf8-2fdf93142dff} <Debug> TCPHandler: Processed in 0.003114696 sec. | ||
| 9514 | 2025.01.07 05:14:04.206604 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9515 | 2025.01.07 05:14:04.206744 [ 5 ] {f77718f5-38d5-4316-881d-edc90657f87c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9516 | 2025.01.07 05:14:04.206804 [ 5 ] {f77718f5-38d5-4316-881d-edc90657f87c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9517 | 2025.01.07 05:14:04.207501 [ 5 ] {f77718f5-38d5-4316-881d-edc90657f87c} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9518 | 2025.01.07 05:14:04.207549 [ 5 ] {f77718f5-38d5-4316-881d-edc90657f87c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9519 | 2025.01.07 05:14:04.207909 [ 5 ] {f77718f5-38d5-4316-881d-edc90657f87c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9520 | 2025.01.07 05:14:04.208165 [ 5 ] {f77718f5-38d5-4316-881d-edc90657f87c} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9521 | 2025.01.07 05:14:04.208420 [ 5 ] {f77718f5-38d5-4316-881d-edc90657f87c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001708 sec., 7611.241217798594 rows/sec., 474.56 KiB/sec. | ||
| 9522 | 2025.01.07 05:14:04.208631 [ 5 ] {f77718f5-38d5-4316-881d-edc90657f87c} <Debug> TCPHandler: Processed in 0.002092745 sec. | ||
| 9523 | 2025.01.07 05:14:04.208804 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9524 | 2025.01.07 05:14:04.208920 [ 256 ] {4f093cbe-e761-4ebd-984d-f483bbc7bacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9525 | 2025.01.07 05:14:04.208969 [ 256 ] {4f093cbe-e761-4ebd-984d-f483bbc7bacd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9526 | 2025.01.07 05:14:04.209679 [ 256 ] {4f093cbe-e761-4ebd-984d-f483bbc7bacd} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9527 | 2025.01.07 05:14:04.209718 [ 256 ] {4f093cbe-e761-4ebd-984d-f483bbc7bacd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9528 | 2025.01.07 05:14:04.210101 [ 256 ] {4f093cbe-e761-4ebd-984d-f483bbc7bacd} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9529 | 2025.01.07 05:14:04.210343 [ 256 ] {4f093cbe-e761-4ebd-984d-f483bbc7bacd} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9530 | 2025.01.07 05:14:04.210477 [ 59 ] {} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
| 9531 | 2025.01.07 05:14:04.210520 [ 59 ] {} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9532 | 2025.01.07 05:14:04.210525 [ 256 ] {4f093cbe-e761-4ebd-984d-f483bbc7bacd} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.001626 sec., 222632.22632226322 rows/sec., 15.67 MiB/sec. | ||
| 9533 | 2025.01.07 05:14:04.210547 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9534 | 2025.01.07 05:14:04.210613 [ 256 ] {4f093cbe-e761-4ebd-984d-f483bbc7bacd} <Debug> TCPHandler: Processed in 0.001868028 sec. | ||
| 9535 | 2025.01.07 05:14:04.210865 [ 199 ] {07054297-9149-4bb5-b129-e54e8b80cf06::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 | ||
| 9536 | 2025.01.07 05:14:04.210878 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9537 | 2025.01.07 05:14:04.211419 [ 5 ] {b9b913c8-0923-4c4d-a4e8-09d71079e151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9538 | 2025.01.07 05:14:04.211637 [ 199 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9539 | 2025.01.07 05:14:04.211669 [ 5 ] {b9b913c8-0923-4c4d-a4e8-09d71079e151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9540 | 2025.01.07 05:14:04.211844 [ 199 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 875 rows starting from the beginning of the part | ||
| 9541 | 2025.01.07 05:14:04.212339 [ 199 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 362 rows starting from the beginning of the part | ||
| 9542 | 2025.01.07 05:14:04.212774 [ 199 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 53 rows starting from the beginning of the part | ||
| 9543 | 2025.01.07 05:14:04.213095 [ 199 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 820 rows starting from the beginning of the part | ||
| 9544 | 2025.01.07 05:14:04.213346 [ 199 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 53 rows starting from the beginning of the part | ||
| 9545 | 2025.01.07 05:14:04.213710 [ 199 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 362 rows starting from the beginning of the part | ||
| 9546 | 2025.01.07 05:14:04.214423 [ 5 ] {b9b913c8-0923-4c4d-a4e8-09d71079e151} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9547 | 2025.01.07 05:14:04.214492 [ 5 ] {b9b913c8-0923-4c4d-a4e8-09d71079e151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9548 | 2025.01.07 05:14:04.215388 [ 5 ] {b9b913c8-0923-4c4d-a4e8-09d71079e151} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9549 | 2025.01.07 05:14:04.215929 [ 5 ] {b9b913c8-0923-4c4d-a4e8-09d71079e151} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9550 | 2025.01.07 05:14:04.216205 [ 59 ] {} <Debug> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9551 | 2025.01.07 05:14:04.216287 [ 59 ] {} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9552 | 2025.01.07 05:14:04.216325 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9553 | 2025.01.07 05:14:04.216340 [ 5 ] {b9b913c8-0923-4c4d-a4e8-09d71079e151} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00515 sec., 1165.0485436893205 rows/sec., 60.87 KiB/sec. | ||
| 9554 | 2025.01.07 05:14:04.216811 [ 5 ] {b9b913c8-0923-4c4d-a4e8-09d71079e151} <Debug> TCPHandler: Processed in 0.006103127 sec. | ||
| 9555 | 2025.01.07 05:14:04.216874 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 9556 | 2025.01.07 05:14:04.217348 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9557 | 2025.01.07 05:14:04.217719 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9558 | 2025.01.07 05:14:04.217898 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
| 9559 | 2025.01.07 05:14:04.217986 [ 256 ] {564bf88d-ce07-419d-9cff-87470abb7d92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9560 | 2025.01.07 05:14:04.218275 [ 256 ] {564bf88d-ce07-419d-9cff-87470abb7d92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9561 | 2025.01.07 05:14:04.218413 [ 186 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2525 rows, containing 5 columns (5 merged, 0 gathered) in 0.007788119 sec., 324211.7897787643 rows/sec., 24.58 MiB/sec. | ||
| 9562 | 2025.01.07 05:14:04.218488 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 9563 | 2025.01.07 05:14:04.218961 [ 186 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
| 9564 | 2025.01.07 05:14:04.219063 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 9565 | 2025.01.07 05:14:04.219682 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 9566 | 2025.01.07 05:14:04.220276 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 9567 | 2025.01.07 05:14:04.220697 [ 186 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_70_14} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9568 | 2025.01.07 05:14:04.220931 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 9569 | 2025.01.07 05:14:04.221115 [ 186 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_70_14} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
| 9570 | 2025.01.07 05:14:04.221574 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 9571 | 2025.01.07 05:14:04.222303 [ 256 ] {564bf88d-ce07-419d-9cff-87470abb7d92} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9572 | 2025.01.07 05:14:04.222361 [ 256 ] {564bf88d-ce07-419d-9cff-87470abb7d92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9573 | 2025.01.07 05:14:04.223443 [ 256 ] {564bf88d-ce07-419d-9cff-87470abb7d92} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9574 | 2025.01.07 05:14:04.223830 [ 193 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.007404848 sec., 25118.67900597014 rows/sec., 1.28 MiB/sec. | ||
| 9575 | 2025.01.07 05:14:04.223992 [ 256 ] {564bf88d-ce07-419d-9cff-87470abb7d92} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9576 | 2025.01.07 05:14:04.224060 [ 193 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9577 | 2025.01.07 05:14:04.224390 [ 256 ] {564bf88d-ce07-419d-9cff-87470abb7d92} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.00659 sec., 26858.87708649469 rows/sec., 1.77 MiB/sec. | ||
| 9578 | 2025.01.07 05:14:04.224529 [ 256 ] {564bf88d-ce07-419d-9cff-87470abb7d92} <Debug> TCPHandler: Processed in 0.007523221 sec. | ||
| 9579 | 2025.01.07 05:14:04.224693 [ 193 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_31_6} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9580 | 2025.01.07 05:14:04.224747 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9581 | 2025.01.07 05:14:04.224793 [ 193 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_31_6} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9582 | 2025.01.07 05:14:04.224905 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9583 | 2025.01.07 05:14:04.224926 [ 5 ] {f0a601d5-583b-4f1f-9e19-89f0b83732a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9584 | 2025.01.07 05:14:04.224991 [ 5 ] {f0a601d5-583b-4f1f-9e19-89f0b83732a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9585 | 2025.01.07 05:14:04.225549 [ 5 ] {f0a601d5-583b-4f1f-9e19-89f0b83732a2} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9586 | 2025.01.07 05:14:04.225595 [ 5 ] {f0a601d5-583b-4f1f-9e19-89f0b83732a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9587 | 2025.01.07 05:14:04.225961 [ 5 ] {f0a601d5-583b-4f1f-9e19-89f0b83732a2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9588 | 2025.01.07 05:14:04.226204 [ 5 ] {f0a601d5-583b-4f1f-9e19-89f0b83732a2} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9589 | 2025.01.07 05:14:04.226454 [ 5 ] {f0a601d5-583b-4f1f-9e19-89f0b83732a2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001571 sec., 636.5372374283896 rows/sec., 42.89 KiB/sec. | ||
| 9590 | 2025.01.07 05:14:04.226626 [ 5 ] {f0a601d5-583b-4f1f-9e19-89f0b83732a2} <Debug> TCPHandler: Processed in 0.001980341 sec. | ||
| 9591 | 2025.01.07 05:14:04.226918 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9592 | 2025.01.07 05:14:04.227141 [ 256 ] {de847043-3cab-4dd5-8114-692308719cc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9593 | 2025.01.07 05:14:04.227287 [ 256 ] {de847043-3cab-4dd5-8114-692308719cc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9594 | 2025.01.07 05:14:04.228622 [ 256 ] {de847043-3cab-4dd5-8114-692308719cc8} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9595 | 2025.01.07 05:14:04.228663 [ 256 ] {de847043-3cab-4dd5-8114-692308719cc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9596 | 2025.01.07 05:14:04.229311 [ 256 ] {de847043-3cab-4dd5-8114-692308719cc8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9597 | 2025.01.07 05:14:04.229583 [ 256 ] {de847043-3cab-4dd5-8114-692308719cc8} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9598 | 2025.01.07 05:14:04.229799 [ 256 ] {de847043-3cab-4dd5-8114-692308719cc8} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00271 sec., 5904.059040590406 rows/sec., 10.58 MiB/sec. | ||
| 9599 | 2025.01.07 05:14:04.230087 [ 256 ] {de847043-3cab-4dd5-8114-692308719cc8} <Debug> TCPHandler: Processed in 0.003344463 sec. | ||
| 9600 | 2025.01.07 05:14:04.230384 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9601 | 2025.01.07 05:14:04.230604 [ 5 ] {05dae055-d3c6-420a-a643-b689f2223177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9602 | 2025.01.07 05:14:04.230669 [ 5 ] {05dae055-d3c6-420a-a643-b689f2223177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9603 | 2025.01.07 05:14:04.231151 [ 5 ] {05dae055-d3c6-420a-a643-b689f2223177} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9604 | 2025.01.07 05:14:04.231191 [ 5 ] {05dae055-d3c6-420a-a643-b689f2223177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9605 | 2025.01.07 05:14:04.231564 [ 5 ] {05dae055-d3c6-420a-a643-b689f2223177} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9606 | 2025.01.07 05:14:04.231814 [ 5 ] {05dae055-d3c6-420a-a643-b689f2223177} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9607 | 2025.01.07 05:14:04.232057 [ 5 ] {05dae055-d3c6-420a-a643-b689f2223177} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001505 sec., 34551.4950166113 rows/sec., 2.14 MiB/sec. | ||
| 9608 | 2025.01.07 05:14:04.232122 [ 5 ] {05dae055-d3c6-420a-a643-b689f2223177} <Debug> TCPHandler: Processed in 0.001920909 sec. | ||
| 9609 | 2025.01.07 05:14:05.539342 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9610 | 2025.01.07 05:14:05.559144 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9611 | 2025.01.07 05:14:05.559209 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9612 | 2025.01.07 05:14:05.566497 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9613 | 2025.01.07 05:14:05.567239 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9614 | 2025.01.07 05:14:05.570923 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9615 | 2025.01.07 05:14:09.186830 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9616 | 2025.01.07 05:14:09.187051 [ 5 ] {4248aed2-f0a8-4ff3-83dc-b54a4895ef1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9617 | 2025.01.07 05:14:09.187138 [ 5 ] {4248aed2-f0a8-4ff3-83dc-b54a4895ef1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9618 | 2025.01.07 05:14:09.188036 [ 5 ] {4248aed2-f0a8-4ff3-83dc-b54a4895ef1a} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9619 | 2025.01.07 05:14:09.188124 [ 5 ] {4248aed2-f0a8-4ff3-83dc-b54a4895ef1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9620 | 2025.01.07 05:14:09.188617 [ 5 ] {4248aed2-f0a8-4ff3-83dc-b54a4895ef1a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9621 | 2025.01.07 05:14:09.188868 [ 5 ] {4248aed2-f0a8-4ff3-83dc-b54a4895ef1a} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9622 | 2025.01.07 05:14:09.189122 [ 5 ] {4248aed2-f0a8-4ff3-83dc-b54a4895ef1a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002119 sec., 943.8414346389808 rows/sec., 76.96 KiB/sec. | ||
| 9623 | 2025.01.07 05:14:09.189239 [ 5 ] {4248aed2-f0a8-4ff3-83dc-b54a4895ef1a} <Debug> TCPHandler: Processed in 0.002545728 sec. | ||
| 9624 | 2025.01.07 05:14:09.189528 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9625 | 2025.01.07 05:14:09.189720 [ 256 ] {30c205f0-25a1-4fff-aad6-bc47cedc77e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9626 | 2025.01.07 05:14:09.189798 [ 256 ] {30c205f0-25a1-4fff-aad6-bc47cedc77e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9627 | 2025.01.07 05:14:09.190603 [ 256 ] {30c205f0-25a1-4fff-aad6-bc47cedc77e8} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9628 | 2025.01.07 05:14:09.190654 [ 256 ] {30c205f0-25a1-4fff-aad6-bc47cedc77e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9629 | 2025.01.07 05:14:09.191110 [ 256 ] {30c205f0-25a1-4fff-aad6-bc47cedc77e8} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9630 | 2025.01.07 05:14:09.191379 [ 256 ] {30c205f0-25a1-4fff-aad6-bc47cedc77e8} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9631 | 2025.01.07 05:14:09.191650 [ 256 ] {30c205f0-25a1-4fff-aad6-bc47cedc77e8} <Debug> executeQuery: Read 77 rows, 6.82 KiB in 0.001983 sec., 38830.05547150782 rows/sec., 3.36 MiB/sec. | ||
| 9632 | 2025.01.07 05:14:09.191718 [ 256 ] {30c205f0-25a1-4fff-aad6-bc47cedc77e8} <Debug> TCPHandler: Processed in 0.002328822 sec. | ||
| 9633 | 2025.01.07 05:14:09.191888 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9634 | 2025.01.07 05:14:09.192022 [ 5 ] {e759e70a-10e3-4812-89be-17d045ae2fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9635 | 2025.01.07 05:14:09.192078 [ 5 ] {e759e70a-10e3-4812-89be-17d045ae2fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9636 | 2025.01.07 05:14:09.192708 [ 5 ] {e759e70a-10e3-4812-89be-17d045ae2fbc} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9637 | 2025.01.07 05:14:09.192775 [ 5 ] {e759e70a-10e3-4812-89be-17d045ae2fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9638 | 2025.01.07 05:14:09.193174 [ 5 ] {e759e70a-10e3-4812-89be-17d045ae2fbc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9639 | 2025.01.07 05:14:09.193495 [ 5 ] {e759e70a-10e3-4812-89be-17d045ae2fbc} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9640 | 2025.01.07 05:14:09.193725 [ 5 ] {e759e70a-10e3-4812-89be-17d045ae2fbc} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.001736 sec., 15552.99539170507 rows/sec., 1.14 MiB/sec. | ||
| 9641 | 2025.01.07 05:14:09.193790 [ 5 ] {e759e70a-10e3-4812-89be-17d045ae2fbc} <Debug> TCPHandler: Processed in 0.001964901 sec. | ||
| 9642 | 2025.01.07 05:14:09.193947 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9643 | 2025.01.07 05:14:09.194081 [ 256 ] {7755d8e6-d280-4b18-85d8-6baaae1991eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9644 | 2025.01.07 05:14:09.194136 [ 256 ] {7755d8e6-d280-4b18-85d8-6baaae1991eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9645 | 2025.01.07 05:14:09.194820 [ 256 ] {7755d8e6-d280-4b18-85d8-6baaae1991eb} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9646 | 2025.01.07 05:14:09.194864 [ 256 ] {7755d8e6-d280-4b18-85d8-6baaae1991eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9647 | 2025.01.07 05:14:09.195240 [ 256 ] {7755d8e6-d280-4b18-85d8-6baaae1991eb} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9648 | 2025.01.07 05:14:09.195487 [ 256 ] {7755d8e6-d280-4b18-85d8-6baaae1991eb} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9649 | 2025.01.07 05:14:09.195713 [ 256 ] {7755d8e6-d280-4b18-85d8-6baaae1991eb} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001663 sec., 33072.76007215875 rows/sec., 2.58 MiB/sec. | ||
| 9650 | 2025.01.07 05:14:09.195778 [ 256 ] {7755d8e6-d280-4b18-85d8-6baaae1991eb} <Debug> TCPHandler: Processed in 0.001890418 sec. | ||
| 9651 | 2025.01.07 05:14:09.195924 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9652 | 2025.01.07 05:14:09.196047 [ 5 ] {bcefb272-5f8e-4a66-a038-92ec641e71c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9653 | 2025.01.07 05:14:09.196103 [ 5 ] {bcefb272-5f8e-4a66-a038-92ec641e71c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9654 | 2025.01.07 05:14:09.196676 [ 5 ] {bcefb272-5f8e-4a66-a038-92ec641e71c9} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9655 | 2025.01.07 05:14:09.196718 [ 5 ] {bcefb272-5f8e-4a66-a038-92ec641e71c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9656 | 2025.01.07 05:14:09.197117 [ 5 ] {bcefb272-5f8e-4a66-a038-92ec641e71c9} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9657 | 2025.01.07 05:14:09.197356 [ 5 ] {bcefb272-5f8e-4a66-a038-92ec641e71c9} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9658 | 2025.01.07 05:14:09.197524 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9659 | 2025.01.07 05:14:09.197592 [ 5 ] {bcefb272-5f8e-4a66-a038-92ec641e71c9} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001567 sec., 64454.37141033822 rows/sec., 4.47 MiB/sec. | ||
| 9660 | 2025.01.07 05:14:09.197605 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9661 | 2025.01.07 05:14:09.197676 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9662 | 2025.01.07 05:14:09.197725 [ 5 ] {bcefb272-5f8e-4a66-a038-92ec641e71c9} <Debug> TCPHandler: Processed in 0.001856407 sec. | ||
| 9663 | 2025.01.07 05:14:09.197913 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::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 | ||
| 9664 | 2025.01.07 05:14:09.197934 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9665 | 2025.01.07 05:14:09.198064 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9666 | 2025.01.07 05:14:09.198108 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 16847 rows starting from the beginning of the part | ||
| 9667 | 2025.01.07 05:14:09.198107 [ 256 ] {81b68f1e-0074-4427-a091-0e0bd1a903cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9668 | 2025.01.07 05:14:09.198279 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 100 rows starting from the beginning of the part | ||
| 9669 | 2025.01.07 05:14:09.198393 [ 256 ] {81b68f1e-0074-4427-a091-0e0bd1a903cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9670 | 2025.01.07 05:14:09.198723 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 898 rows starting from the beginning of the part | ||
| 9671 | 2025.01.07 05:14:09.199188 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 100 rows starting from the beginning of the part | ||
| 9672 | 2025.01.07 05:14:09.199491 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 177 rows starting from the beginning of the part | ||
| 9673 | 2025.01.07 05:14:09.199900 [ 187 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 101 rows starting from the beginning of the part | ||
| 9674 | 2025.01.07 05:14:09.201778 [ 256 ] {81b68f1e-0074-4427-a091-0e0bd1a903cf} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9675 | 2025.01.07 05:14:09.201821 [ 256 ] {81b68f1e-0074-4427-a091-0e0bd1a903cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9676 | 2025.01.07 05:14:09.203067 [ 256 ] {81b68f1e-0074-4427-a091-0e0bd1a903cf} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9677 | 2025.01.07 05:14:09.203401 [ 256 ] {81b68f1e-0074-4427-a091-0e0bd1a903cf} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9678 | 2025.01.07 05:14:09.203998 [ 50 ] {} <Debug> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9679 | 2025.01.07 05:14:09.204095 [ 50 ] {} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9680 | 2025.01.07 05:14:09.204144 [ 256 ] {81b68f1e-0074-4427-a091-0e0bd1a903cf} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.006055 sec., 4128.819157720892 rows/sec., 7.40 MiB/sec. | ||
| 9681 | 2025.01.07 05:14:09.204174 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9682 | 2025.01.07 05:14:09.204605 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 9683 | 2025.01.07 05:14:09.204700 [ 256 ] {81b68f1e-0074-4427-a091-0e0bd1a903cf} <Debug> TCPHandler: Processed in 0.006849791 sec. | ||
| 9684 | 2025.01.07 05:14:09.204943 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9685 | 2025.01.07 05:14:09.205283 [ 5 ] {a9a4cb44-5951-4cad-a1c1-3658b708f028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9686 | 2025.01.07 05:14:09.205584 [ 5 ] {a9a4cb44-5951-4cad-a1c1-3658b708f028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9687 | 2025.01.07 05:14:09.205627 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9688 | 2025.01.07 05:14:09.206153 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1115 rows starting from the beginning of the part | ||
| 9689 | 2025.01.07 05:14:09.207372 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 25 rows starting from the beginning of the part | ||
| 9690 | 2025.01.07 05:14:09.208718 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18223 rows, containing 5 columns (5 merged, 0 gathered) in 0.010918756 sec., 1668963.0210621064 rows/sec., 111.93 MiB/sec. | ||
| 9691 | 2025.01.07 05:14:09.209138 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 16 rows starting from the beginning of the part | ||
| 9692 | 2025.01.07 05:14:09.209161 [ 5 ] {a9a4cb44-5951-4cad-a1c1-3658b708f028} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9693 | 2025.01.07 05:14:09.209210 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9694 | 2025.01.07 05:14:09.209255 [ 5 ] {a9a4cb44-5951-4cad-a1c1-3658b708f028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9695 | 2025.01.07 05:14:09.210337 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 25 rows starting from the beginning of the part | ||
| 9696 | 2025.01.07 05:14:09.210556 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9697 | 2025.01.07 05:14:09.210982 [ 189 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9698 | 2025.01.07 05:14:09.211305 [ 5 ] {a9a4cb44-5951-4cad-a1c1-3658b708f028} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9699 | 2025.01.07 05:14:09.211359 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.13 MiB. | ||
| 9700 | 2025.01.07 05:14:09.211548 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 16 rows starting from the beginning of the part | ||
| 9701 | 2025.01.07 05:14:09.212732 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 25 rows starting from the beginning of the part | ||
| 9702 | 2025.01.07 05:14:09.212911 [ 5 ] {a9a4cb44-5951-4cad-a1c1-3658b708f028} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9703 | 2025.01.07 05:14:09.213424 [ 50 ] {} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9704 | 2025.01.07 05:14:09.213544 [ 50 ] {} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9705 | 2025.01.07 05:14:09.213638 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9706 | 2025.01.07 05:14:09.214282 [ 5 ] {a9a4cb44-5951-4cad-a1c1-3658b708f028} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.008992 sec., 3336.2989323843417 rows/sec., 234.04 KiB/sec. | ||
| 9707 | 2025.01.07 05:14:09.214296 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 9708 | 2025.01.07 05:14:09.214972 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9709 | 2025.01.07 05:14:09.215158 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2570 rows starting from the beginning of the part | ||
| 9710 | 2025.01.07 05:14:09.215813 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 30 rows starting from the beginning of the part | ||
| 9711 | 2025.01.07 05:14:09.216518 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 52 rows starting from the beginning of the part | ||
| 9712 | 2025.01.07 05:14:09.216996 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 30 rows starting from the beginning of the part | ||
| 9713 | 2025.01.07 05:14:09.217182 [ 5 ] {a9a4cb44-5951-4cad-a1c1-3658b708f028} <Debug> TCPHandler: Processed in 0.01235921 sec. | ||
| 9714 | 2025.01.07 05:14:09.217508 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 52 rows starting from the beginning of the part | ||
| 9715 | 2025.01.07 05:14:09.217796 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 30 rows starting from the beginning of the part | ||
| 9716 | 2025.01.07 05:14:09.220062 [ 190 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2764 rows, containing 4 columns (4 merged, 0 gathered) in 0.006255752 sec., 441833.37191116274 rows/sec., 28.57 MiB/sec. | ||
| 9717 | 2025.01.07 05:14:09.220469 [ 197 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9718 | 2025.01.07 05:14:09.221204 [ 197 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_71_14} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9719 | 2025.01.07 05:14:09.221423 [ 197 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_71_14} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9720 | 2025.01.07 05:14:09.221602 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 9721 | 2025.01.07 05:14:09.226448 [ 192 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1222 rows, containing 19 columns (19 merged, 0 gathered) in 0.02212181 sec., 55239.602907718676 rows/sec., 98.99 MiB/sec. | ||
| 9722 | 2025.01.07 05:14:09.227484 [ 198 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9723 | 2025.01.07 05:14:09.227901 [ 198 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9724 | 2025.01.07 05:14:09.227986 [ 198 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9725 | 2025.01.07 05:14:09.228110 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.39 MiB. | ||
| 9726 | 2025.01.07 05:14:10.001161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.07 MiB, peak 238.70 MiB, free memory in arenas 0.00 B, will set to 229.88 MiB (RSS), difference: 3.81 MiB | ||
| 9727 | 2025.01.07 05:14:11.488670 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 9728 | 2025.01.07 05:14:11.489347 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9729 | 2025.01.07 05:14:11.489395 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9730 | 2025.01.07 05:14:11.489927 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9731 | 2025.01.07 05:14:11.490184 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9732 | 2025.01.07 05:14:11.490464 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 9733 | 2025.01.07 05:14:13.071895 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 9734 | 2025.01.07 05:14:13.092217 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9735 | 2025.01.07 05:14:13.092269 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9736 | 2025.01.07 05:14:13.099506 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9737 | 2025.01.07 05:14:13.100280 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9738 | 2025.01.07 05:14:13.104369 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 9739 | 2025.01.07 05:14:14.095583 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1358 | ||
| 9740 | 2025.01.07 05:14:14.098774 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9741 | 2025.01.07 05:14:14.098836 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9742 | 2025.01.07 05:14:14.100319 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9743 | 2025.01.07 05:14:14.100662 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9744 | 2025.01.07 05:14:14.100928 [ 44 ] {} <Debug> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9745 | 2025.01.07 05:14:14.101048 [ 44 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9746 | 2025.01.07 05:14:14.101122 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9747 | 2025.01.07 05:14:14.102084 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 9748 | 2025.01.07 05:14:14.105400 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1358 | ||
| 9749 | 2025.01.07 05:14:14.106013 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9750 | 2025.01.07 05:14:14.106166 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1180 rows starting from the beginning of the part | ||
| 9751 | 2025.01.07 05:14:14.106639 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 36 rows starting from the beginning of the part | ||
| 9752 | 2025.01.07 05:14:14.107085 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 9753 | 2025.01.07 05:14:14.107521 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part | ||
| 9754 | 2025.01.07 05:14:14.107955 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part | ||
| 9755 | 2025.01.07 05:14:14.108420 [ 198 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::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 | ||
| 9756 | 2025.01.07 05:14:14.116275 [ 200 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1358 rows, containing 72 columns (72 merged, 0 gathered) in 0.01498391 sec., 90630.5497029814 rows/sec., 70.47 MiB/sec. | ||
| 9757 | 2025.01.07 05:14:14.118242 [ 195 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9758 | 2025.01.07 05:14:14.119180 [ 195 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_36_7} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9759 | 2025.01.07 05:14:14.119291 [ 195 ] {def3c1af-b6c3-4ad7-be86-4622887a60ef::all_1_36_7} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9760 | 2025.01.07 05:14:14.119665 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 9761 | 2025.01.07 05:14:14.190879 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9762 | 2025.01.07 05:14:14.191090 [ 5 ] {1b3c4b63-61c5-4ad0-bea2-426999166e1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9763 | 2025.01.07 05:14:14.191164 [ 5 ] {1b3c4b63-61c5-4ad0-bea2-426999166e1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9764 | 2025.01.07 05:14:14.191936 [ 5 ] {1b3c4b63-61c5-4ad0-bea2-426999166e1f} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9765 | 2025.01.07 05:14:14.191983 [ 5 ] {1b3c4b63-61c5-4ad0-bea2-426999166e1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9766 | 2025.01.07 05:14:14.192450 [ 5 ] {1b3c4b63-61c5-4ad0-bea2-426999166e1f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9767 | 2025.01.07 05:14:14.192709 [ 5 ] {1b3c4b63-61c5-4ad0-bea2-426999166e1f} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9768 | 2025.01.07 05:14:14.192955 [ 5 ] {1b3c4b63-61c5-4ad0-bea2-426999166e1f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001918 sec., 7299.270072992701 rows/sec., 525.45 KiB/sec. | ||
| 9769 | 2025.01.07 05:14:14.193019 [ 5 ] {1b3c4b63-61c5-4ad0-bea2-426999166e1f} <Debug> TCPHandler: Processed in 0.002332352 sec. | ||
| 9770 | 2025.01.07 05:14:14.193258 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9771 | 2025.01.07 05:14:14.193439 [ 256 ] {b4048071-9a16-4900-8433-36582bafa185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9772 | 2025.01.07 05:14:14.193512 [ 256 ] {b4048071-9a16-4900-8433-36582bafa185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9773 | 2025.01.07 05:14:14.194317 [ 256 ] {b4048071-9a16-4900-8433-36582bafa185} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9774 | 2025.01.07 05:14:14.194365 [ 256 ] {b4048071-9a16-4900-8433-36582bafa185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9775 | 2025.01.07 05:14:14.194823 [ 256 ] {b4048071-9a16-4900-8433-36582bafa185} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9776 | 2025.01.07 05:14:14.195071 [ 256 ] {b4048071-9a16-4900-8433-36582bafa185} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9777 | 2025.01.07 05:14:14.195302 [ 256 ] {b4048071-9a16-4900-8433-36582bafa185} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.001915 sec., 107049.60835509138 rows/sec., 9.47 MiB/sec. | ||
| 9778 | 2025.01.07 05:14:14.195359 [ 256 ] {b4048071-9a16-4900-8433-36582bafa185} <Debug> TCPHandler: Processed in 0.002229448 sec. | ||
| 9779 | 2025.01.07 05:14:14.195562 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9780 | 2025.01.07 05:14:14.195789 [ 5 ] {9d2d80b5-3127-419c-a43e-7fab4875efc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9781 | 2025.01.07 05:14:14.195885 [ 5 ] {9d2d80b5-3127-419c-a43e-7fab4875efc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9782 | 2025.01.07 05:14:14.196497 [ 5 ] {9d2d80b5-3127-419c-a43e-7fab4875efc2} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9783 | 2025.01.07 05:14:14.196538 [ 5 ] {9d2d80b5-3127-419c-a43e-7fab4875efc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9784 | 2025.01.07 05:14:14.196907 [ 5 ] {9d2d80b5-3127-419c-a43e-7fab4875efc2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9785 | 2025.01.07 05:14:14.197157 [ 5 ] {9d2d80b5-3127-419c-a43e-7fab4875efc2} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9786 | 2025.01.07 05:14:14.197422 [ 5 ] {9d2d80b5-3127-419c-a43e-7fab4875efc2} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001677 sec., 13714.967203339296 rows/sec., 989.37 KiB/sec. | ||
| 9787 | 2025.01.07 05:14:14.197486 [ 5 ] {9d2d80b5-3127-419c-a43e-7fab4875efc2} <Debug> TCPHandler: Processed in 0.002034553 sec. | ||
| 9788 | 2025.01.07 05:14:14.197760 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9789 | 2025.01.07 05:14:14.197908 [ 256 ] {eb8c14e0-f51e-411b-b767-07d17dc6a885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9790 | 2025.01.07 05:14:14.197968 [ 256 ] {eb8c14e0-f51e-411b-b767-07d17dc6a885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9791 | 2025.01.07 05:14:14.198656 [ 256 ] {eb8c14e0-f51e-411b-b767-07d17dc6a885} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9792 | 2025.01.07 05:14:14.198707 [ 256 ] {eb8c14e0-f51e-411b-b767-07d17dc6a885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9793 | 2025.01.07 05:14:14.199096 [ 256 ] {eb8c14e0-f51e-411b-b767-07d17dc6a885} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9794 | 2025.01.07 05:14:14.199338 [ 256 ] {eb8c14e0-f51e-411b-b767-07d17dc6a885} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9795 | 2025.01.07 05:14:14.199577 [ 256 ] {eb8c14e0-f51e-411b-b767-07d17dc6a885} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001697 sec., 8249.852681202121 rows/sec., 577.77 KiB/sec. | ||
| 9796 | 2025.01.07 05:14:14.199635 [ 256 ] {eb8c14e0-f51e-411b-b767-07d17dc6a885} <Debug> TCPHandler: Processed in 0.002040923 sec. | ||
| 9797 | 2025.01.07 05:14:14.199777 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9798 | 2025.01.07 05:14:14.199896 [ 5 ] {03b729b9-fc8d-4242-a5fa-27713200d9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9799 | 2025.01.07 05:14:14.199947 [ 5 ] {03b729b9-fc8d-4242-a5fa-27713200d9fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9800 | 2025.01.07 05:14:14.200535 [ 5 ] {03b729b9-fc8d-4242-a5fa-27713200d9fd} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9801 | 2025.01.07 05:14:14.200576 [ 5 ] {03b729b9-fc8d-4242-a5fa-27713200d9fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9802 | 2025.01.07 05:14:14.200937 [ 5 ] {03b729b9-fc8d-4242-a5fa-27713200d9fd} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9803 | 2025.01.07 05:14:14.201179 [ 5 ] {03b729b9-fc8d-4242-a5fa-27713200d9fd} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9804 | 2025.01.07 05:14:14.201392 [ 5 ] {03b729b9-fc8d-4242-a5fa-27713200d9fd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001521 sec., 8547.008547008547 rows/sec., 532.90 KiB/sec. | ||
| 9805 | 2025.01.07 05:14:14.201447 [ 5 ] {03b729b9-fc8d-4242-a5fa-27713200d9fd} <Debug> TCPHandler: Processed in 0.001729433 sec. | ||
| 9806 | 2025.01.07 05:14:14.201586 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9807 | 2025.01.07 05:14:14.201705 [ 256 ] {8dda2986-af8b-4fce-b2ca-f6643979d5f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9808 | 2025.01.07 05:14:14.201755 [ 256 ] {8dda2986-af8b-4fce-b2ca-f6643979d5f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9809 | 2025.01.07 05:14:14.202597 [ 256 ] {8dda2986-af8b-4fce-b2ca-f6643979d5f6} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9810 | 2025.01.07 05:14:14.202637 [ 256 ] {8dda2986-af8b-4fce-b2ca-f6643979d5f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9811 | 2025.01.07 05:14:14.203031 [ 256 ] {8dda2986-af8b-4fce-b2ca-f6643979d5f6} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9812 | 2025.01.07 05:14:14.203276 [ 256 ] {8dda2986-af8b-4fce-b2ca-f6643979d5f6} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9813 | 2025.01.07 05:14:14.203479 [ 256 ] {8dda2986-af8b-4fce-b2ca-f6643979d5f6} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.001799 sec., 201222.90161200668 rows/sec., 14.16 MiB/sec. | ||
| 9814 | 2025.01.07 05:14:14.203535 [ 256 ] {8dda2986-af8b-4fce-b2ca-f6643979d5f6} <Debug> TCPHandler: Processed in 0.002008892 sec. | ||
| 9815 | 2025.01.07 05:14:14.203690 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9816 | 2025.01.07 05:14:14.203808 [ 5 ] {83c81fa4-0de4-4424-8cc7-edec997ebb35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9817 | 2025.01.07 05:14:14.203962 [ 5 ] {83c81fa4-0de4-4424-8cc7-edec997ebb35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9818 | 2025.01.07 05:14:14.204556 [ 5 ] {83c81fa4-0de4-4424-8cc7-edec997ebb35} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9819 | 2025.01.07 05:14:14.204606 [ 5 ] {83c81fa4-0de4-4424-8cc7-edec997ebb35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9820 | 2025.01.07 05:14:14.205013 [ 5 ] {83c81fa4-0de4-4424-8cc7-edec997ebb35} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9821 | 2025.01.07 05:14:14.205280 [ 5 ] {83c81fa4-0de4-4424-8cc7-edec997ebb35} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9822 | 2025.01.07 05:14:14.205469 [ 5 ] {83c81fa4-0de4-4424-8cc7-edec997ebb35} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001685 sec., 3560.8308605341244 rows/sec., 186.04 KiB/sec. | ||
| 9823 | 2025.01.07 05:14:14.205526 [ 5 ] {83c81fa4-0de4-4424-8cc7-edec997ebb35} <Debug> TCPHandler: Processed in 0.001894248 sec. | ||
| 9824 | 2025.01.07 05:14:14.205681 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9825 | 2025.01.07 05:14:14.205802 [ 256 ] {28a3fbab-7e07-4d3c-92e6-1b7c0d833553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9826 | 2025.01.07 05:14:14.205857 [ 256 ] {28a3fbab-7e07-4d3c-92e6-1b7c0d833553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9827 | 2025.01.07 05:14:14.206432 [ 256 ] {28a3fbab-7e07-4d3c-92e6-1b7c0d833553} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9828 | 2025.01.07 05:14:14.206473 [ 256 ] {28a3fbab-7e07-4d3c-92e6-1b7c0d833553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9829 | 2025.01.07 05:14:14.206894 [ 256 ] {28a3fbab-7e07-4d3c-92e6-1b7c0d833553} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9830 | 2025.01.07 05:14:14.207134 [ 256 ] {28a3fbab-7e07-4d3c-92e6-1b7c0d833553} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9831 | 2025.01.07 05:14:14.207348 [ 256 ] {28a3fbab-7e07-4d3c-92e6-1b7c0d833553} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001572 sec., 112595.41984732824 rows/sec., 7.43 MiB/sec. | ||
| 9832 | 2025.01.07 05:14:14.207403 [ 256 ] {28a3fbab-7e07-4d3c-92e6-1b7c0d833553} <Debug> TCPHandler: Processed in 0.001777935 sec. | ||
| 9833 | 2025.01.07 05:14:14.207546 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9834 | 2025.01.07 05:14:14.207663 [ 5 ] {e51c633f-585c-4f83-a698-c1d3fdba0ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9835 | 2025.01.07 05:14:14.207717 [ 5 ] {e51c633f-585c-4f83-a698-c1d3fdba0ada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9836 | 2025.01.07 05:14:14.208193 [ 5 ] {e51c633f-585c-4f83-a698-c1d3fdba0ada} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9837 | 2025.01.07 05:14:14.208231 [ 5 ] {e51c633f-585c-4f83-a698-c1d3fdba0ada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9838 | 2025.01.07 05:14:14.208600 [ 5 ] {e51c633f-585c-4f83-a698-c1d3fdba0ada} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9839 | 2025.01.07 05:14:14.208841 [ 5 ] {e51c633f-585c-4f83-a698-c1d3fdba0ada} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9840 | 2025.01.07 05:14:14.209078 [ 5 ] {e51c633f-585c-4f83-a698-c1d3fdba0ada} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001429 sec., 699.7900629811057 rows/sec., 47.15 KiB/sec. | ||
| 9841 | 2025.01.07 05:14:14.209263 [ 5 ] {e51c633f-585c-4f83-a698-c1d3fdba0ada} <Debug> TCPHandler: Processed in 0.001768085 sec. | ||
| 9842 | 2025.01.07 05:14:14.209496 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9843 | 2025.01.07 05:14:14.209637 [ 256 ] {0751be55-d07b-4b6e-bda6-9cab7f0f47f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9844 | 2025.01.07 05:14:14.209732 [ 256 ] {0751be55-d07b-4b6e-bda6-9cab7f0f47f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9845 | 2025.01.07 05:14:14.210889 [ 256 ] {0751be55-d07b-4b6e-bda6-9cab7f0f47f3} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9846 | 2025.01.07 05:14:14.210931 [ 256 ] {0751be55-d07b-4b6e-bda6-9cab7f0f47f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9847 | 2025.01.07 05:14:14.211583 [ 256 ] {0751be55-d07b-4b6e-bda6-9cab7f0f47f3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9848 | 2025.01.07 05:14:14.211844 [ 256 ] {0751be55-d07b-4b6e-bda6-9cab7f0f47f3} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9849 | 2025.01.07 05:14:14.212095 [ 256 ] {0751be55-d07b-4b6e-bda6-9cab7f0f47f3} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002488 sec., 6430.868167202572 rows/sec., 11.52 MiB/sec. | ||
| 9850 | 2025.01.07 05:14:14.212192 [ 256 ] {0751be55-d07b-4b6e-bda6-9cab7f0f47f3} <Debug> TCPHandler: Processed in 0.002839647 sec. | ||
| 9851 | 2025.01.07 05:14:14.212351 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9852 | 2025.01.07 05:14:14.212493 [ 5 ] {c1d10c0c-a502-4670-a7df-dc24bef7f0de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9853 | 2025.01.07 05:14:14.212553 [ 5 ] {c1d10c0c-a502-4670-a7df-dc24bef7f0de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9854 | 2025.01.07 05:14:14.213090 [ 5 ] {c1d10c0c-a502-4670-a7df-dc24bef7f0de} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9855 | 2025.01.07 05:14:14.213127 [ 5 ] {c1d10c0c-a502-4670-a7df-dc24bef7f0de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9856 | 2025.01.07 05:14:14.213507 [ 5 ] {c1d10c0c-a502-4670-a7df-dc24bef7f0de} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9857 | 2025.01.07 05:14:14.213745 [ 5 ] {c1d10c0c-a502-4670-a7df-dc24bef7f0de} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9858 | 2025.01.07 05:14:14.213923 [ 5 ] {c1d10c0c-a502-4670-a7df-dc24bef7f0de} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001462 sec., 35567.71545827633 rows/sec., 2.20 MiB/sec. | ||
| 9859 | 2025.01.07 05:14:14.213972 [ 5 ] {c1d10c0c-a502-4670-a7df-dc24bef7f0de} <Debug> TCPHandler: Processed in 0.001691652 sec. | ||
| 9860 | 2025.01.07 05:14:18.807279 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9861 | 2025.01.07 05:14:18.807342 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9862 | 2025.01.07 05:14:18.991514 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 9863 | 2025.01.07 05:14:18.992149 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9864 | 2025.01.07 05:14:18.992195 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9865 | 2025.01.07 05:14:18.992723 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9866 | 2025.01.07 05:14:18.992976 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9867 | 2025.01.07 05:14:18.993207 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 9868 | 2025.01.07 05:14:19.187224 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9869 | 2025.01.07 05:14:19.187436 [ 5 ] {740bb466-1a3d-48f7-83de-16ac023bb5c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9870 | 2025.01.07 05:14:19.187516 [ 5 ] {740bb466-1a3d-48f7-83de-16ac023bb5c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9871 | 2025.01.07 05:14:19.188380 [ 5 ] {740bb466-1a3d-48f7-83de-16ac023bb5c4} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9872 | 2025.01.07 05:14:19.188428 [ 5 ] {740bb466-1a3d-48f7-83de-16ac023bb5c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9873 | 2025.01.07 05:14:19.188884 [ 5 ] {740bb466-1a3d-48f7-83de-16ac023bb5c4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9874 | 2025.01.07 05:14:19.189168 [ 5 ] {740bb466-1a3d-48f7-83de-16ac023bb5c4} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9875 | 2025.01.07 05:14:19.189425 [ 5 ] {740bb466-1a3d-48f7-83de-16ac023bb5c4} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.002048 sec., 37109.375 rows/sec., 3.22 MiB/sec. | ||
| 9876 | 2025.01.07 05:14:19.189488 [ 5 ] {740bb466-1a3d-48f7-83de-16ac023bb5c4} <Debug> TCPHandler: Processed in 0.002411364 sec. | ||
| 9877 | 2025.01.07 05:14:19.189763 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9878 | 2025.01.07 05:14:19.189980 [ 256 ] {72ccff9f-f793-4494-90aa-e41cf522f1c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9879 | 2025.01.07 05:14:19.190065 [ 256 ] {72ccff9f-f793-4494-90aa-e41cf522f1c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9880 | 2025.01.07 05:14:19.190839 [ 256 ] {72ccff9f-f793-4494-90aa-e41cf522f1c5} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9881 | 2025.01.07 05:14:19.190889 [ 256 ] {72ccff9f-f793-4494-90aa-e41cf522f1c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9882 | 2025.01.07 05:14:19.191333 [ 256 ] {72ccff9f-f793-4494-90aa-e41cf522f1c5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9883 | 2025.01.07 05:14:19.191589 [ 256 ] {72ccff9f-f793-4494-90aa-e41cf522f1c5} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9884 | 2025.01.07 05:14:19.191784 [ 30 ] {} <Debug> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9885 | 2025.01.07 05:14:19.191854 [ 256 ] {72ccff9f-f793-4494-90aa-e41cf522f1c5} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001932 sec., 12939.958592132505 rows/sec., 973.02 KiB/sec. | ||
| 9886 | 2025.01.07 05:14:19.191871 [ 30 ] {} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9887 | 2025.01.07 05:14:19.191945 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9888 | 2025.01.07 05:14:19.192005 [ 256 ] {72ccff9f-f793-4494-90aa-e41cf522f1c5} <Debug> TCPHandler: Processed in 0.002384943 sec. | ||
| 9889 | 2025.01.07 05:14:19.192229 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9890 | 2025.01.07 05:14:19.192245 [ 196 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 9891 | 2025.01.07 05:14:19.192464 [ 5 ] {0a455b0b-f6e1-448a-9872-85f7d497a0bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9892 | 2025.01.07 05:14:19.192508 [ 196 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9893 | 2025.01.07 05:14:19.192557 [ 5 ] {0a455b0b-f6e1-448a-9872-85f7d497a0bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9894 | 2025.01.07 05:14:19.192581 [ 196 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 62 rows starting from the beginning of the part | ||
| 9895 | 2025.01.07 05:14:19.192921 [ 196 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 25 rows starting from the beginning of the part | ||
| 9896 | 2025.01.07 05:14:19.193168 [ 196 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 23 rows starting from the beginning of the part | ||
| 9897 | 2025.01.07 05:14:19.193541 [ 196 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 9898 | 2025.01.07 05:14:19.193990 [ 196 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 23 rows starting from the beginning of the part | ||
| 9899 | 2025.01.07 05:14:19.194391 [ 196 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 25 rows starting from the beginning of the part | ||
| 9900 | 2025.01.07 05:14:19.195643 [ 5 ] {0a455b0b-f6e1-448a-9872-85f7d497a0bf} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9901 | 2025.01.07 05:14:19.195716 [ 5 ] {0a455b0b-f6e1-448a-9872-85f7d497a0bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 9902 | 2025.01.07 05:14:19.196742 [ 5 ] {0a455b0b-f6e1-448a-9872-85f7d497a0bf} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9903 | 2025.01.07 05:14:19.197240 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005174619 sec., 35751.4244043861 rows/sec., 2.71 MiB/sec. | ||
| 9904 | 2025.01.07 05:14:19.197260 [ 5 ] {0a455b0b-f6e1-448a-9872-85f7d497a0bf} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9905 | 2025.01.07 05:14:19.197583 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9906 | 2025.01.07 05:14:19.197797 [ 5 ] {0a455b0b-f6e1-448a-9872-85f7d497a0bf} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.005409 sec., 9798.48400813459 rows/sec., 783.56 KiB/sec. | ||
| 9907 | 2025.01.07 05:14:19.198091 [ 5 ] {0a455b0b-f6e1-448a-9872-85f7d497a0bf} <Debug> TCPHandler: Processed in 0.005955223 sec. | ||
| 9908 | 2025.01.07 05:14:19.198403 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9909 | 2025.01.07 05:14:19.198692 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_66_13} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9910 | 2025.01.07 05:14:19.198860 [ 256 ] {27bc3455-14dc-4dd6-8b9f-548ecc4c2ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9911 | 2025.01.07 05:14:19.199027 [ 195 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_66_13} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9912 | 2025.01.07 05:14:19.199045 [ 256 ] {27bc3455-14dc-4dd6-8b9f-548ecc4c2ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9913 | 2025.01.07 05:14:19.199168 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9914 | 2025.01.07 05:14:19.199675 [ 256 ] {27bc3455-14dc-4dd6-8b9f-548ecc4c2ac2} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9915 | 2025.01.07 05:14:19.199717 [ 256 ] {27bc3455-14dc-4dd6-8b9f-548ecc4c2ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9916 | 2025.01.07 05:14:19.200114 [ 256 ] {27bc3455-14dc-4dd6-8b9f-548ecc4c2ac2} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9917 | 2025.01.07 05:14:19.200360 [ 256 ] {27bc3455-14dc-4dd6-8b9f-548ecc4c2ac2} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9918 | 2025.01.07 05:14:19.200581 [ 256 ] {27bc3455-14dc-4dd6-8b9f-548ecc4c2ac2} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001898 sec., 52687.03898840885 rows/sec., 3.65 MiB/sec. | ||
| 9919 | 2025.01.07 05:14:19.200637 [ 256 ] {27bc3455-14dc-4dd6-8b9f-548ecc4c2ac2} <Debug> TCPHandler: Processed in 0.002430755 sec. | ||
| 9920 | 2025.01.07 05:14:19.200784 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9921 | 2025.01.07 05:14:19.200907 [ 5 ] {a8acbf75-0606-4b31-b4e7-b5d5a544bdfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9922 | 2025.01.07 05:14:19.200991 [ 5 ] {a8acbf75-0606-4b31-b4e7-b5d5a544bdfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9923 | 2025.01.07 05:14:19.202213 [ 5 ] {a8acbf75-0606-4b31-b4e7-b5d5a544bdfa} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9924 | 2025.01.07 05:14:19.202253 [ 5 ] {a8acbf75-0606-4b31-b4e7-b5d5a544bdfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9925 | 2025.01.07 05:14:19.202928 [ 5 ] {a8acbf75-0606-4b31-b4e7-b5d5a544bdfa} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9926 | 2025.01.07 05:14:19.203188 [ 5 ] {a8acbf75-0606-4b31-b4e7-b5d5a544bdfa} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9927 | 2025.01.07 05:14:19.203484 [ 5 ] {a8acbf75-0606-4b31-b4e7-b5d5a544bdfa} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002592 sec., 9645.061728395061 rows/sec., 17.28 MiB/sec. | ||
| 9928 | 2025.01.07 05:14:19.203843 [ 5 ] {a8acbf75-0606-4b31-b4e7-b5d5a544bdfa} <Debug> TCPHandler: Processed in 0.003115056 sec. | ||
| 9929 | 2025.01.07 05:14:19.204090 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9930 | 2025.01.07 05:14:19.204265 [ 256 ] {60ddad9a-9531-4f61-b0f3-650e94d129ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9931 | 2025.01.07 05:14:19.204325 [ 256 ] {60ddad9a-9531-4f61-b0f3-650e94d129ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9932 | 2025.01.07 05:14:19.204882 [ 256 ] {60ddad9a-9531-4f61-b0f3-650e94d129ac} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9933 | 2025.01.07 05:14:19.204928 [ 256 ] {60ddad9a-9531-4f61-b0f3-650e94d129ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9934 | 2025.01.07 05:14:19.205349 [ 256 ] {60ddad9a-9531-4f61-b0f3-650e94d129ac} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9935 | 2025.01.07 05:14:19.205583 [ 256 ] {60ddad9a-9531-4f61-b0f3-650e94d129ac} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9936 | 2025.01.07 05:14:19.205797 [ 256 ] {60ddad9a-9531-4f61-b0f3-650e94d129ac} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001559 sec., 19243.10455420141 rows/sec., 1.32 MiB/sec. | ||
| 9937 | 2025.01.07 05:14:19.205884 [ 256 ] {60ddad9a-9531-4f61-b0f3-650e94d129ac} <Debug> TCPHandler: Processed in 0.00193411 sec. | ||
| 9938 | 2025.01.07 05:14:20.605337 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 9939 | 2025.01.07 05:14:20.627756 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9940 | 2025.01.07 05:14:20.627823 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 9941 | 2025.01.07 05:14:20.635156 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9942 | 2025.01.07 05:14:20.635977 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9943 | 2025.01.07 05:14:20.639233 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 9944 | 2025.01.07 05:14:24.106513 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1392 | ||
| 9945 | 2025.01.07 05:14:24.109958 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9946 | 2025.01.07 05:14:24.110025 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 9947 | 2025.01.07 05:14:24.111576 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9948 | 2025.01.07 05:14:24.111909 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9949 | 2025.01.07 05:14:24.112582 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1392 | ||
| 9950 | 2025.01.07 05:14:24.219161 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9951 | 2025.01.07 05:14:24.219353 [ 5 ] {b946ea8f-09aa-4fad-9964-354f325b427c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9952 | 2025.01.07 05:14:24.219420 [ 5 ] {b946ea8f-09aa-4fad-9964-354f325b427c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9953 | 2025.01.07 05:14:24.220168 [ 5 ] {b946ea8f-09aa-4fad-9964-354f325b427c} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9954 | 2025.01.07 05:14:24.220210 [ 5 ] {b946ea8f-09aa-4fad-9964-354f325b427c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 9955 | 2025.01.07 05:14:24.220645 [ 5 ] {b946ea8f-09aa-4fad-9964-354f325b427c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9956 | 2025.01.07 05:14:24.220930 [ 5 ] {b946ea8f-09aa-4fad-9964-354f325b427c} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9957 | 2025.01.07 05:14:24.221117 [ 106 ] {} <Debug> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9958 | 2025.01.07 05:14:24.221183 [ 5 ] {b946ea8f-09aa-4fad-9964-354f325b427c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001874 sec., 7470.651013874066 rows/sec., 537.79 KiB/sec. | ||
| 9959 | 2025.01.07 05:14:24.221190 [ 106 ] {} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9960 | 2025.01.07 05:14:24.221270 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 9961 | 2025.01.07 05:14:24.221321 [ 5 ] {b946ea8f-09aa-4fad-9964-354f325b427c} <Debug> TCPHandler: Processed in 0.002297431 sec. | ||
| 9962 | 2025.01.07 05:14:24.221442 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 9963 | 2025.01.07 05:14:24.221595 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9964 | 2025.01.07 05:14:24.221638 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9965 | 2025.01.07 05:14:24.221650 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part | ||
| 9966 | 2025.01.07 05:14:24.221911 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 9967 | 2025.01.07 05:14:24.222180 [ 256 ] {4b6e0662-4b74-4a0e-8504-95a6c5024b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9968 | 2025.01.07 05:14:24.222237 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 9969 | 2025.01.07 05:14:24.222377 [ 256 ] {4b6e0662-4b74-4a0e-8504-95a6c5024b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9970 | 2025.01.07 05:14:24.222496 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 9971 | 2025.01.07 05:14:24.222905 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::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 | ||
| 9972 | 2025.01.07 05:14:24.224859 [ 256 ] {4b6e0662-4b74-4a0e-8504-95a6c5024b14} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9973 | 2025.01.07 05:14:24.224947 [ 256 ] {4b6e0662-4b74-4a0e-8504-95a6c5024b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 9974 | 2025.01.07 05:14:24.225465 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004100516 sec., 17071.02228109828 rows/sec., 1.27 MiB/sec. | ||
| 9975 | 2025.01.07 05:14:24.225664 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9976 | 2025.01.07 05:14:24.225959 [ 256 ] {4b6e0662-4b74-4a0e-8504-95a6c5024b14} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9977 | 2025.01.07 05:14:24.226284 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_33_8} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9978 | 2025.01.07 05:14:24.226473 [ 194 ] {822c185d-f0cf-48a9-8445-585d3c02a675::all_1_33_8} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9979 | 2025.01.07 05:14:24.226505 [ 256 ] {4b6e0662-4b74-4a0e-8504-95a6c5024b14} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9980 | 2025.01.07 05:14:24.226639 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9981 | 2025.01.07 05:14:24.226861 [ 256 ] {4b6e0662-4b74-4a0e-8504-95a6c5024b14} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.004934 sec., 1621.4025131738954 rows/sec., 132.21 KiB/sec. | ||
| 9982 | 2025.01.07 05:14:24.226933 [ 256 ] {4b6e0662-4b74-4a0e-8504-95a6c5024b14} <Debug> TCPHandler: Processed in 0.005479919 sec. | ||
| 9983 | 2025.01.07 05:14:24.227181 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9984 | 2025.01.07 05:14:24.227325 [ 5 ] {563a64d7-17a0-40b3-a1cf-602aaa799e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9985 | 2025.01.07 05:14:24.227376 [ 5 ] {563a64d7-17a0-40b3-a1cf-602aaa799e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9986 | 2025.01.07 05:14:24.228525 [ 5 ] {563a64d7-17a0-40b3-a1cf-602aaa799e47} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9987 | 2025.01.07 05:14:24.228566 [ 5 ] {563a64d7-17a0-40b3-a1cf-602aaa799e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 9988 | 2025.01.07 05:14:24.229030 [ 5 ] {563a64d7-17a0-40b3-a1cf-602aaa799e47} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9989 | 2025.01.07 05:14:24.229272 [ 5 ] {563a64d7-17a0-40b3-a1cf-602aaa799e47} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9990 | 2025.01.07 05:14:24.229491 [ 5 ] {563a64d7-17a0-40b3-a1cf-602aaa799e47} <Debug> executeQuery: Read 1349 rows, 114.99 KiB in 0.002193 sec., 615139.0788873689 rows/sec., 51.21 MiB/sec. | ||
| 9991 | 2025.01.07 05:14:24.229544 [ 5 ] {563a64d7-17a0-40b3-a1cf-602aaa799e47} <Debug> TCPHandler: Processed in 0.002474006 sec. | ||
| 9992 | 2025.01.07 05:14:24.229755 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9993 | 2025.01.07 05:14:24.229988 [ 256 ] {3a3cd5fb-d8e5-43da-9b37-c92e4b628d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9994 | 2025.01.07 05:14:24.230085 [ 256 ] {3a3cd5fb-d8e5-43da-9b37-c92e4b628d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9995 | 2025.01.07 05:14:24.230759 [ 256 ] {3a3cd5fb-d8e5-43da-9b37-c92e4b628d23} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9996 | 2025.01.07 05:14:24.230800 [ 256 ] {3a3cd5fb-d8e5-43da-9b37-c92e4b628d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 9997 | 2025.01.07 05:14:24.231164 [ 256 ] {3a3cd5fb-d8e5-43da-9b37-c92e4b628d23} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9998 | 2025.01.07 05:14:24.231399 [ 256 ] {3a3cd5fb-d8e5-43da-9b37-c92e4b628d23} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9999 | 2025.01.07 05:14:24.231611 [ 256 ] {3a3cd5fb-d8e5-43da-9b37-c92e4b628d23} <Debug> executeQuery: Read 31 rows, 2.22 KiB in 0.001686 sec., 18386.71411625148 rows/sec., 1.28 MiB/sec. | ||
| 10000 | 2025.01.07 05:14:24.231662 [ 256 ] {3a3cd5fb-d8e5-43da-9b37-c92e4b628d23} <Debug> TCPHandler: Processed in 0.002019522 sec. | ||
| 10001 | 2025.01.07 05:14:24.231813 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10002 | 2025.01.07 05:14:24.231930 [ 5 ] {9c1c267f-6223-4c50-b8e4-3cf061c46605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10003 | 2025.01.07 05:14:24.231978 [ 5 ] {9c1c267f-6223-4c50-b8e4-3cf061c46605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10004 | 2025.01.07 05:14:24.232611 [ 5 ] {9c1c267f-6223-4c50-b8e4-3cf061c46605} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10005 | 2025.01.07 05:14:24.232652 [ 5 ] {9c1c267f-6223-4c50-b8e4-3cf061c46605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10006 | 2025.01.07 05:14:24.233027 [ 5 ] {9c1c267f-6223-4c50-b8e4-3cf061c46605} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10007 | 2025.01.07 05:14:24.233269 [ 5 ] {9c1c267f-6223-4c50-b8e4-3cf061c46605} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10008 | 2025.01.07 05:14:24.233480 [ 5 ] {9c1c267f-6223-4c50-b8e4-3cf061c46605} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001573 sec., 153846.15384615384 rows/sec., 10.42 MiB/sec. | ||
| 10009 | 2025.01.07 05:14:24.233531 [ 5 ] {9c1c267f-6223-4c50-b8e4-3cf061c46605} <Debug> TCPHandler: Processed in 0.001776584 sec. | ||
| 10010 | 2025.01.07 05:14:24.233731 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10011 | 2025.01.07 05:14:24.233954 [ 256 ] {0ddf8d7c-7961-4ad7-8fd5-408041250373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10012 | 2025.01.07 05:14:24.234048 [ 256 ] {0ddf8d7c-7961-4ad7-8fd5-408041250373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10013 | 2025.01.07 05:14:24.234704 [ 256 ] {0ddf8d7c-7961-4ad7-8fd5-408041250373} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10014 | 2025.01.07 05:14:24.234744 [ 256 ] {0ddf8d7c-7961-4ad7-8fd5-408041250373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10015 | 2025.01.07 05:14:24.235105 [ 256 ] {0ddf8d7c-7961-4ad7-8fd5-408041250373} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10016 | 2025.01.07 05:14:24.235344 [ 256 ] {0ddf8d7c-7961-4ad7-8fd5-408041250373} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10017 | 2025.01.07 05:14:24.235504 [ 106 ] {} <Debug> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 10018 | 2025.01.07 05:14:24.235565 [ 106 ] {} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10019 | 2025.01.07 05:14:24.235598 [ 256 ] {0ddf8d7c-7961-4ad7-8fd5-408041250373} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001682 sec., 7728.894173602855 rows/sec., 481.89 KiB/sec. | ||
| 10020 | 2025.01.07 05:14:24.235608 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10021 | 2025.01.07 05:14:24.235758 [ 256 ] {0ddf8d7c-7961-4ad7-8fd5-408041250373} <Debug> TCPHandler: Processed in 0.002135956 sec. | ||
| 10022 | 2025.01.07 05:14:24.235845 [ 186 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 10023 | 2025.01.07 05:14:24.236029 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10024 | 2025.01.07 05:14:24.236044 [ 186 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10025 | 2025.01.07 05:14:24.236117 [ 186 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 10026 | 2025.01.07 05:14:24.236361 [ 186 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 10027 | 2025.01.07 05:14:24.236540 [ 5 ] {6bc21704-cb22-4510-948b-7263b512d940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10028 | 2025.01.07 05:14:24.236637 [ 186 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 10029 | 2025.01.07 05:14:24.236699 [ 5 ] {6bc21704-cb22-4510-948b-7263b512d940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10030 | 2025.01.07 05:14:24.236877 [ 186 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 10031 | 2025.01.07 05:14:24.237271 [ 186 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::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 | ||
| 10032 | 2025.01.07 05:14:24.239477 [ 5 ] {6bc21704-cb22-4510-948b-7263b512d940} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10033 | 2025.01.07 05:14:24.239575 [ 5 ] {6bc21704-cb22-4510-948b-7263b512d940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10034 | 2025.01.07 05:14:24.239622 [ 193 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.0038844 sec., 16733.60107095047 rows/sec., 1.08 MiB/sec. | ||
| 10035 | 2025.01.07 05:14:24.239878 [ 188 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10036 | 2025.01.07 05:14:24.240237 [ 5 ] {6bc21704-cb22-4510-948b-7263b512d940} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10037 | 2025.01.07 05:14:24.240544 [ 188 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_33_8} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10038 | 2025.01.07 05:14:24.240716 [ 5 ] {6bc21704-cb22-4510-948b-7263b512d940} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10039 | 2025.01.07 05:14:24.240747 [ 188 ] {68b6f3f9-240b-4f35-bc98-cf66bd47b68a::all_1_33_8} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10040 | 2025.01.07 05:14:24.240954 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10041 | 2025.01.07 05:14:24.241091 [ 5 ] {6bc21704-cb22-4510-948b-7263b512d940} <Debug> executeQuery: Read 826 rows, 61.03 KiB in 0.00476 sec., 173529.41176470587 rows/sec., 12.52 MiB/sec. | ||
| 10042 | 2025.01.07 05:14:24.241158 [ 5 ] {6bc21704-cb22-4510-948b-7263b512d940} <Debug> TCPHandler: Processed in 0.005281663 sec. | ||
| 10043 | 2025.01.07 05:14:24.241332 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10044 | 2025.01.07 05:14:24.241471 [ 256 ] {815a3092-52bd-424b-bc8e-6b64d0c8eb4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10045 | 2025.01.07 05:14:24.241533 [ 256 ] {815a3092-52bd-424b-bc8e-6b64d0c8eb4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10046 | 2025.01.07 05:14:24.242118 [ 256 ] {815a3092-52bd-424b-bc8e-6b64d0c8eb4a} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10047 | 2025.01.07 05:14:24.242167 [ 256 ] {815a3092-52bd-424b-bc8e-6b64d0c8eb4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10048 | 2025.01.07 05:14:24.242539 [ 256 ] {815a3092-52bd-424b-bc8e-6b64d0c8eb4a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10049 | 2025.01.07 05:14:24.242776 [ 256 ] {815a3092-52bd-424b-bc8e-6b64d0c8eb4a} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10050 | 2025.01.07 05:14:24.242991 [ 256 ] {815a3092-52bd-424b-bc8e-6b64d0c8eb4a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001549 sec., 3873.4667527437055 rows/sec., 202.37 KiB/sec. | ||
| 10051 | 2025.01.07 05:14:24.243041 [ 256 ] {815a3092-52bd-424b-bc8e-6b64d0c8eb4a} <Debug> TCPHandler: Processed in 0.001777575 sec. | ||
| 10052 | 2025.01.07 05:14:24.243215 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10053 | 2025.01.07 05:14:24.243469 [ 5 ] {e2e31b3e-472f-47cc-ae46-017fa0148936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10054 | 2025.01.07 05:14:24.243569 [ 5 ] {e2e31b3e-472f-47cc-ae46-017fa0148936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10055 | 2025.01.07 05:14:24.244553 [ 5 ] {e2e31b3e-472f-47cc-ae46-017fa0148936} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10056 | 2025.01.07 05:14:24.244592 [ 5 ] {e2e31b3e-472f-47cc-ae46-017fa0148936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10057 | 2025.01.07 05:14:24.245080 [ 5 ] {e2e31b3e-472f-47cc-ae46-017fa0148936} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10058 | 2025.01.07 05:14:24.245328 [ 5 ] {e2e31b3e-472f-47cc-ae46-017fa0148936} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10059 | 2025.01.07 05:14:24.245548 [ 5 ] {e2e31b3e-472f-47cc-ae46-017fa0148936} <Debug> executeQuery: Read 901 rows, 61.46 KiB in 0.002133 sec., 422409.7515236756 rows/sec., 28.14 MiB/sec. | ||
| 10060 | 2025.01.07 05:14:24.245609 [ 5 ] {e2e31b3e-472f-47cc-ae46-017fa0148936} <Debug> TCPHandler: Processed in 0.002480137 sec. | ||
| 10061 | 2025.01.07 05:14:24.245835 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10062 | 2025.01.07 05:14:24.246033 [ 256 ] {536c2a75-0b99-421e-8554-9af98fe94ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10063 | 2025.01.07 05:14:24.246096 [ 256 ] {536c2a75-0b99-421e-8554-9af98fe94ae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10064 | 2025.01.07 05:14:24.246600 [ 256 ] {536c2a75-0b99-421e-8554-9af98fe94ae6} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10065 | 2025.01.07 05:14:24.246641 [ 256 ] {536c2a75-0b99-421e-8554-9af98fe94ae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10066 | 2025.01.07 05:14:24.247003 [ 256 ] {536c2a75-0b99-421e-8554-9af98fe94ae6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10067 | 2025.01.07 05:14:24.247237 [ 256 ] {536c2a75-0b99-421e-8554-9af98fe94ae6} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10068 | 2025.01.07 05:14:24.247447 [ 256 ] {536c2a75-0b99-421e-8554-9af98fe94ae6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001446 sec., 691.5629322268327 rows/sec., 46.60 KiB/sec. | ||
| 10069 | 2025.01.07 05:14:24.247497 [ 256 ] {536c2a75-0b99-421e-8554-9af98fe94ae6} <Debug> TCPHandler: Processed in 0.001807396 sec. | ||
| 10070 | 2025.01.07 05:14:24.247660 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10071 | 2025.01.07 05:14:24.247799 [ 5 ] {778da6dc-14e6-4c19-a655-adc4a3801d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10072 | 2025.01.07 05:14:24.247890 [ 5 ] {778da6dc-14e6-4c19-a655-adc4a3801d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10073 | 2025.01.07 05:14:24.249124 [ 5 ] {778da6dc-14e6-4c19-a655-adc4a3801d23} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10074 | 2025.01.07 05:14:24.249165 [ 5 ] {778da6dc-14e6-4c19-a655-adc4a3801d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10075 | 2025.01.07 05:14:24.249800 [ 5 ] {778da6dc-14e6-4c19-a655-adc4a3801d23} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10076 | 2025.01.07 05:14:24.250057 [ 5 ] {778da6dc-14e6-4c19-a655-adc4a3801d23} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10077 | 2025.01.07 05:14:24.250300 [ 5 ] {778da6dc-14e6-4c19-a655-adc4a3801d23} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002531 sec., 6321.612011062822 rows/sec., 11.33 MiB/sec. | ||
| 10078 | 2025.01.07 05:14:24.250394 [ 5 ] {778da6dc-14e6-4c19-a655-adc4a3801d23} <Debug> TCPHandler: Processed in 0.002802916 sec. | ||
| 10079 | 2025.01.07 05:14:24.250610 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10080 | 2025.01.07 05:14:24.250832 [ 256 ] {767495a2-4966-42c3-8fec-54149e08c3c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10081 | 2025.01.07 05:14:24.250927 [ 256 ] {767495a2-4966-42c3-8fec-54149e08c3c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10082 | 2025.01.07 05:14:24.251567 [ 256 ] {767495a2-4966-42c3-8fec-54149e08c3c9} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10083 | 2025.01.07 05:14:24.251608 [ 256 ] {767495a2-4966-42c3-8fec-54149e08c3c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10084 | 2025.01.07 05:14:24.251981 [ 256 ] {767495a2-4966-42c3-8fec-54149e08c3c9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10085 | 2025.01.07 05:14:24.252234 [ 256 ] {767495a2-4966-42c3-8fec-54149e08c3c9} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10086 | 2025.01.07 05:14:24.252442 [ 256 ] {767495a2-4966-42c3-8fec-54149e08c3c9} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001664 sec., 31250.000000000004 rows/sec., 1.93 MiB/sec. | ||
| 10087 | 2025.01.07 05:14:24.252492 [ 256 ] {767495a2-4966-42c3-8fec-54149e08c3c9} <Debug> TCPHandler: Processed in 0.001992751 sec. | ||
| 10088 | 2025.01.07 05:14:26.494239 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 10089 | 2025.01.07 05:14:26.494905 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10090 | 2025.01.07 05:14:26.494955 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10091 | 2025.01.07 05:14:26.495485 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10092 | 2025.01.07 05:14:26.495735 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10093 | 2025.01.07 05:14:26.495976 [ 153 ] {} <Debug> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10094 | 2025.01.07 05:14:26.495995 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 10095 | 2025.01.07 05:14:26.496055 [ 153 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10096 | 2025.01.07 05:14:26.496084 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10097 | 2025.01.07 05:14:26.496310 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 10098 | 2025.01.07 05:14:26.496631 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10099 | 2025.01.07 05:14:26.496679 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 10100 | 2025.01.07 05:14:26.496766 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 10101 | 2025.01.07 05:14:26.496887 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 10102 | 2025.01.07 05:14:26.497147 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 10103 | 2025.01.07 05:14:26.497343 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 10104 | 2025.01.07 05:14:26.497509 [ 186 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::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 | ||
| 10105 | 2025.01.07 05:14:26.500052 [ 191 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.00388192 sec., 6034127.442090512 rows/sec., 86.32 MiB/sec. | ||
| 10106 | 2025.01.07 05:14:26.500525 [ 191 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10107 | 2025.01.07 05:14:26.500893 [ 191 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_51_10} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10108 | 2025.01.07 05:14:26.501000 [ 191 ] {d242ea8a-926c-42e9-9fb1-2805f2f8037d::all_1_51_10} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10109 | 2025.01.07 05:14:26.501132 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10110 | 2025.01.07 05:14:28.140213 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10111 | 2025.01.07 05:14:28.163875 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10112 | 2025.01.07 05:14:28.163941 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10113 | 2025.01.07 05:14:28.171652 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10114 | 2025.01.07 05:14:28.172451 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10115 | 2025.01.07 05:14:28.172863 [ 152 ] {} <Debug> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10116 | 2025.01.07 05:14:28.173035 [ 152 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10117 | 2025.01.07 05:14:28.173140 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10118 | 2025.01.07 05:14:28.173597 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 10119 | 2025.01.07 05:14:28.188545 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10120 | 2025.01.07 05:14:28.190423 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10121 | 2025.01.07 05:14:28.192196 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 10122 | 2025.01.07 05:14:28.199825 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 10123 | 2025.01.07 05:14:28.205895 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 10124 | 2025.01.07 05:14:28.211850 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 10125 | 2025.01.07 05:14:28.217938 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 10126 | 2025.01.07 05:14:28.222749 [ 190 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::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 | ||
| 10127 | 2025.01.07 05:14:28.286481 [ 189 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.113170488 sec., 3401.9469810892747 rows/sec., 17.59 MiB/sec. | ||
| 10128 | 2025.01.07 05:14:28.289751 [ 187 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10129 | 2025.01.07 05:14:28.292768 [ 187 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_51_10} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10130 | 2025.01.07 05:14:28.292908 [ 187 ] {b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4::all_1_51_10} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10131 | 2025.01.07 05:14:28.295202 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10132 | 2025.01.07 05:14:29.001158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.24 MiB, peak 244.66 MiB, free memory in arenas 0.00 B, will set to 232.80 MiB (RSS), difference: 1.56 MiB | ||
| 10133 | 2025.01.07 05:14:29.186949 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10134 | 2025.01.07 05:14:29.187144 [ 5 ] {486104af-9176-488f-848a-34a83d3e92d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10135 | 2025.01.07 05:14:29.187221 [ 5 ] {486104af-9176-488f-848a-34a83d3e92d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10136 | 2025.01.07 05:14:29.188009 [ 5 ] {486104af-9176-488f-848a-34a83d3e92d8} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10137 | 2025.01.07 05:14:29.188054 [ 5 ] {486104af-9176-488f-848a-34a83d3e92d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10138 | 2025.01.07 05:14:29.188501 [ 5 ] {486104af-9176-488f-848a-34a83d3e92d8} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10139 | 2025.01.07 05:14:29.188763 [ 5 ] {486104af-9176-488f-848a-34a83d3e92d8} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10140 | 2025.01.07 05:14:29.188977 [ 90 ] {} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
| 10141 | 2025.01.07 05:14:29.189017 [ 5 ] {486104af-9176-488f-848a-34a83d3e92d8} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001931 sec., 39357.84567581564 rows/sec., 3.41 MiB/sec. | ||
| 10142 | 2025.01.07 05:14:29.189069 [ 90 ] {} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10143 | 2025.01.07 05:14:29.189144 [ 5 ] {486104af-9176-488f-848a-34a83d3e92d8} <Debug> TCPHandler: Processed in 0.002327852 sec. | ||
| 10144 | 2025.01.07 05:14:29.189151 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10145 | 2025.01.07 05:14:29.189427 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::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 | ||
| 10146 | 2025.01.07 05:14:29.189574 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10147 | 2025.01.07 05:14:29.189954 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10148 | 2025.01.07 05:14:29.190095 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 1404 rows starting from the beginning of the part | ||
| 10149 | 2025.01.07 05:14:29.190588 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 77 rows starting from the beginning of the part | ||
| 10150 | 2025.01.07 05:14:29.190761 [ 256 ] {957de528-d955-4012-a24c-5e9ca0b1662b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10151 | 2025.01.07 05:14:29.191015 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 205 rows starting from the beginning of the part | ||
| 10152 | 2025.01.07 05:14:29.191224 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 76 rows starting from the beginning of the part | ||
| 10153 | 2025.01.07 05:14:29.191242 [ 256 ] {957de528-d955-4012-a24c-5e9ca0b1662b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10154 | 2025.01.07 05:14:29.191515 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1349 rows starting from the beginning of the part | ||
| 10155 | 2025.01.07 05:14:29.191862 [ 202 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 76 rows starting from the beginning of the part | ||
| 10156 | 2025.01.07 05:14:29.193839 [ 256 ] {957de528-d955-4012-a24c-5e9ca0b1662b} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10157 | 2025.01.07 05:14:29.193923 [ 256 ] {957de528-d955-4012-a24c-5e9ca0b1662b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10158 | 2025.01.07 05:14:29.194862 [ 256 ] {957de528-d955-4012-a24c-5e9ca0b1662b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10159 | 2025.01.07 05:14:29.195167 [ 256 ] {957de528-d955-4012-a24c-5e9ca0b1662b} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10160 | 2025.01.07 05:14:29.195697 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3187 rows, containing 5 columns (5 merged, 0 gathered) in 0.006423237 sec., 496167.2751604837 rows/sec., 43.56 MiB/sec. | ||
| 10161 | 2025.01.07 05:14:29.195728 [ 256 ] {957de528-d955-4012-a24c-5e9ca0b1662b} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.005611 sec., 4455.533772945999 rows/sec., 335.04 KiB/sec. | ||
| 10162 | 2025.01.07 05:14:29.195856 [ 256 ] {957de528-d955-4012-a24c-5e9ca0b1662b} <Debug> TCPHandler: Processed in 0.006560691 sec. | ||
| 10163 | 2025.01.07 05:14:29.196035 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
| 10164 | 2025.01.07 05:14:29.196046 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10165 | 2025.01.07 05:14:29.196255 [ 5 ] {aa3964da-cdc2-4f7a-9a78-12d0df7d2b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10166 | 2025.01.07 05:14:29.196346 [ 5 ] {aa3964da-cdc2-4f7a-9a78-12d0df7d2b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10167 | 2025.01.07 05:14:29.196585 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_75_15} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10168 | 2025.01.07 05:14:29.196841 [ 192 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_75_15} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
| 10169 | 2025.01.07 05:14:29.197044 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 10170 | 2025.01.07 05:14:29.197409 [ 5 ] {aa3964da-cdc2-4f7a-9a78-12d0df7d2b05} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10171 | 2025.01.07 05:14:29.197453 [ 5 ] {aa3964da-cdc2-4f7a-9a78-12d0df7d2b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10172 | 2025.01.07 05:14:29.197835 [ 5 ] {aa3964da-cdc2-4f7a-9a78-12d0df7d2b05} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10173 | 2025.01.07 05:14:29.198076 [ 5 ] {aa3964da-cdc2-4f7a-9a78-12d0df7d2b05} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10174 | 2025.01.07 05:14:29.198248 [ 90 ] {} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
| 10175 | 2025.01.07 05:14:29.198310 [ 90 ] {} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10176 | 2025.01.07 05:14:29.198318 [ 5 ] {aa3964da-cdc2-4f7a-9a78-12d0df7d2b05} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.002116 sec., 25047.25897920605 rows/sec., 1.96 MiB/sec. | ||
| 10177 | 2025.01.07 05:14:29.198343 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10178 | 2025.01.07 05:14:29.198485 [ 5 ] {aa3964da-cdc2-4f7a-9a78-12d0df7d2b05} <Debug> TCPHandler: Processed in 0.002525838 sec. | ||
| 10179 | 2025.01.07 05:14:29.198558 [ 202 ] {07054297-9149-4bb5-b129-e54e8b80cf06::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 | ||
| 10180 | 2025.01.07 05:14:29.198680 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10181 | 2025.01.07 05:14:29.198727 [ 202 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10182 | 2025.01.07 05:14:29.198773 [ 202 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 875 rows starting from the beginning of the part | ||
| 10183 | 2025.01.07 05:14:29.199029 [ 202 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 55 rows starting from the beginning of the part | ||
| 10184 | 2025.01.07 05:14:29.199025 [ 256 ] {eb0105ae-9151-495f-9c40-e6af485137d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10185 | 2025.01.07 05:14:29.199307 [ 202 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 362 rows starting from the beginning of the part | ||
| 10186 | 2025.01.07 05:14:29.199343 [ 256 ] {eb0105ae-9151-495f-9c40-e6af485137d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10187 | 2025.01.07 05:14:29.199646 [ 202 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 53 rows starting from the beginning of the part | ||
| 10188 | 2025.01.07 05:14:29.200001 [ 202 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 826 rows starting from the beginning of the part | ||
| 10189 | 2025.01.07 05:14:29.200304 [ 202 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 53 rows starting from the beginning of the part | ||
| 10190 | 2025.01.07 05:14:29.201775 [ 256 ] {eb0105ae-9151-495f-9c40-e6af485137d7} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10191 | 2025.01.07 05:14:29.201843 [ 256 ] {eb0105ae-9151-495f-9c40-e6af485137d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10192 | 2025.01.07 05:14:29.202919 [ 256 ] {eb0105ae-9151-495f-9c40-e6af485137d7} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10193 | 2025.01.07 05:14:29.203380 [ 256 ] {eb0105ae-9151-495f-9c40-e6af485137d7} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10194 | 2025.01.07 05:14:29.203584 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2224 rows, containing 5 columns (5 merged, 0 gathered) in 0.005118038 sec., 434541.5176675124 rows/sec., 33.13 MiB/sec. | ||
| 10195 | 2025.01.07 05:14:29.203854 [ 256 ] {eb0105ae-9151-495f-9c40-e6af485137d7} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00501 sec., 19960.079840319362 rows/sec., 1.38 MiB/sec. | ||
| 10196 | 2025.01.07 05:14:29.203903 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
| 10197 | 2025.01.07 05:14:29.204024 [ 256 ] {eb0105ae-9151-495f-9c40-e6af485137d7} <Debug> TCPHandler: Processed in 0.005440817 sec. | ||
| 10198 | 2025.01.07 05:14:29.204211 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10199 | 2025.01.07 05:14:29.204393 [ 5 ] {81f5f893-464d-47d0-b5aa-9b93a5fd5539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10200 | 2025.01.07 05:14:29.204407 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_75_15} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10201 | 2025.01.07 05:14:29.204583 [ 5 ] {81f5f893-464d-47d0-b5aa-9b93a5fd5539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10202 | 2025.01.07 05:14:29.204640 [ 192 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_75_15} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
| 10203 | 2025.01.07 05:14:29.204922 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 10204 | 2025.01.07 05:14:29.206089 [ 5 ] {81f5f893-464d-47d0-b5aa-9b93a5fd5539} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10205 | 2025.01.07 05:14:29.206134 [ 5 ] {81f5f893-464d-47d0-b5aa-9b93a5fd5539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10206 | 2025.01.07 05:14:29.206804 [ 5 ] {81f5f893-464d-47d0-b5aa-9b93a5fd5539} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10207 | 2025.01.07 05:14:29.207069 [ 5 ] {81f5f893-464d-47d0-b5aa-9b93a5fd5539} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10208 | 2025.01.07 05:14:29.207330 [ 5 ] {81f5f893-464d-47d0-b5aa-9b93a5fd5539} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.00299 sec., 8361.204013377926 rows/sec., 14.98 MiB/sec. | ||
| 10209 | 2025.01.07 05:14:29.207423 [ 5 ] {81f5f893-464d-47d0-b5aa-9b93a5fd5539} <Debug> TCPHandler: Processed in 0.003279781 sec. | ||
| 10210 | 2025.01.07 05:14:29.207584 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10211 | 2025.01.07 05:14:29.207722 [ 256 ] {253b313b-f690-41a1-a49e-311fa3b9469f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10212 | 2025.01.07 05:14:29.207781 [ 256 ] {253b313b-f690-41a1-a49e-311fa3b9469f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10213 | 2025.01.07 05:14:29.208345 [ 256 ] {253b313b-f690-41a1-a49e-311fa3b9469f} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10214 | 2025.01.07 05:14:29.208384 [ 256 ] {253b313b-f690-41a1-a49e-311fa3b9469f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10215 | 2025.01.07 05:14:29.208753 [ 256 ] {253b313b-f690-41a1-a49e-311fa3b9469f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10216 | 2025.01.07 05:14:29.208997 [ 256 ] {253b313b-f690-41a1-a49e-311fa3b9469f} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10217 | 2025.01.07 05:14:29.209201 [ 256 ] {253b313b-f690-41a1-a49e-311fa3b9469f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001508 sec., 19893.899204244033 rows/sec., 1.36 MiB/sec. | ||
| 10218 | 2025.01.07 05:14:29.209249 [ 256 ] {253b313b-f690-41a1-a49e-311fa3b9469f} <Debug> TCPHandler: Processed in 0.001732353 sec. | ||
| 10219 | 2025.01.07 05:14:33.807386 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10220 | 2025.01.07 05:14:33.807454 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10221 | 2025.01.07 05:14:33.997056 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 10222 | 2025.01.07 05:14:33.997672 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10223 | 2025.01.07 05:14:33.997719 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10224 | 2025.01.07 05:14:33.998247 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10225 | 2025.01.07 05:14:33.998501 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10226 | 2025.01.07 05:14:33.998722 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10227 | 2025.01.07 05:14:34.113648 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1428 | ||
| 10228 | 2025.01.07 05:14:34.116848 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10229 | 2025.01.07 05:14:34.116905 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10230 | 2025.01.07 05:14:34.118413 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10231 | 2025.01.07 05:14:34.118745 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10232 | 2025.01.07 05:14:34.120220 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1428 | ||
| 10233 | 2025.01.07 05:14:34.190599 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10234 | 2025.01.07 05:14:34.190904 [ 5 ] {7827d34f-f018-4e7f-a94f-f8f03956b997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10235 | 2025.01.07 05:14:34.191022 [ 5 ] {7827d34f-f018-4e7f-a94f-f8f03956b997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10236 | 2025.01.07 05:14:34.192000 [ 5 ] {7827d34f-f018-4e7f-a94f-f8f03956b997} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10237 | 2025.01.07 05:14:34.192045 [ 5 ] {7827d34f-f018-4e7f-a94f-f8f03956b997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10238 | 2025.01.07 05:14:34.192495 [ 5 ] {7827d34f-f018-4e7f-a94f-f8f03956b997} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10239 | 2025.01.07 05:14:34.192752 [ 5 ] {7827d34f-f018-4e7f-a94f-f8f03956b997} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10240 | 2025.01.07 05:14:34.192986 [ 5 ] {7827d34f-f018-4e7f-a94f-f8f03956b997} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002167 sec., 6460.5445316105215 rows/sec., 465.07 KiB/sec. | ||
| 10241 | 2025.01.07 05:14:34.193052 [ 5 ] {7827d34f-f018-4e7f-a94f-f8f03956b997} <Debug> TCPHandler: Processed in 0.002638541 sec. | ||
| 10242 | 2025.01.07 05:14:34.193305 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10243 | 2025.01.07 05:14:34.193503 [ 256 ] {3a0615ab-1958-4b56-a98f-ed04504b66b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10244 | 2025.01.07 05:14:34.193580 [ 256 ] {3a0615ab-1958-4b56-a98f-ed04504b66b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10245 | 2025.01.07 05:14:34.194451 [ 256 ] {3a0615ab-1958-4b56-a98f-ed04504b66b2} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10246 | 2025.01.07 05:14:34.194505 [ 256 ] {3a0615ab-1958-4b56-a98f-ed04504b66b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10247 | 2025.01.07 05:14:34.194964 [ 256 ] {3a0615ab-1958-4b56-a98f-ed04504b66b2} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10248 | 2025.01.07 05:14:34.195213 [ 256 ] {3a0615ab-1958-4b56-a98f-ed04504b66b2} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10249 | 2025.01.07 05:14:34.195450 [ 256 ] {3a0615ab-1958-4b56-a98f-ed04504b66b2} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.002004 sec., 102295.40918163671 rows/sec., 9.05 MiB/sec. | ||
| 10250 | 2025.01.07 05:14:34.195519 [ 256 ] {3a0615ab-1958-4b56-a98f-ed04504b66b2} <Debug> TCPHandler: Processed in 0.002349323 sec. | ||
| 10251 | 2025.01.07 05:14:34.195742 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10252 | 2025.01.07 05:14:34.195968 [ 5 ] {48f6baf9-f440-40f5-bddc-709f7d5e9211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10253 | 2025.01.07 05:14:34.196064 [ 5 ] {48f6baf9-f440-40f5-bddc-709f7d5e9211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10254 | 2025.01.07 05:14:34.196872 [ 5 ] {48f6baf9-f440-40f5-bddc-709f7d5e9211} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10255 | 2025.01.07 05:14:34.196913 [ 5 ] {48f6baf9-f440-40f5-bddc-709f7d5e9211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10256 | 2025.01.07 05:14:34.197278 [ 5 ] {48f6baf9-f440-40f5-bddc-709f7d5e9211} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10257 | 2025.01.07 05:14:34.197528 [ 5 ] {48f6baf9-f440-40f5-bddc-709f7d5e9211} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10258 | 2025.01.07 05:14:34.197739 [ 5 ] {48f6baf9-f440-40f5-bddc-709f7d5e9211} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001827 sec., 12588.943623426381 rows/sec., 908.14 KiB/sec. | ||
| 10259 | 2025.01.07 05:14:34.197793 [ 5 ] {48f6baf9-f440-40f5-bddc-709f7d5e9211} <Debug> TCPHandler: Processed in 0.002159227 sec. | ||
| 10260 | 2025.01.07 05:14:34.197998 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10261 | 2025.01.07 05:14:34.198231 [ 256 ] {f8e4809c-e8f5-45de-93ef-b54d7880849c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10262 | 2025.01.07 05:14:34.198324 [ 256 ] {f8e4809c-e8f5-45de-93ef-b54d7880849c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10263 | 2025.01.07 05:14:34.199023 [ 256 ] {f8e4809c-e8f5-45de-93ef-b54d7880849c} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10264 | 2025.01.07 05:14:34.199065 [ 256 ] {f8e4809c-e8f5-45de-93ef-b54d7880849c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10265 | 2025.01.07 05:14:34.199437 [ 256 ] {f8e4809c-e8f5-45de-93ef-b54d7880849c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10266 | 2025.01.07 05:14:34.199680 [ 256 ] {f8e4809c-e8f5-45de-93ef-b54d7880849c} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10267 | 2025.01.07 05:14:34.199860 [ 148 ] {} <Debug> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10268 | 2025.01.07 05:14:34.199929 [ 148 ] {} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10269 | 2025.01.07 05:14:34.199936 [ 256 ] {f8e4809c-e8f5-45de-93ef-b54d7880849c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001755 sec., 7977.207977207977 rows/sec., 558.67 KiB/sec. | ||
| 10270 | 2025.01.07 05:14:34.199956 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10271 | 2025.01.07 05:14:34.200093 [ 256 ] {f8e4809c-e8f5-45de-93ef-b54d7880849c} <Debug> TCPHandler: Processed in 0.002207578 sec. | ||
| 10272 | 2025.01.07 05:14:34.200189 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::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 | ||
| 10273 | 2025.01.07 05:14:34.200331 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10274 | 2025.01.07 05:14:34.200380 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10275 | 2025.01.07 05:14:34.200424 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 243 rows starting from the beginning of the part | ||
| 10276 | 2025.01.07 05:14:34.200614 [ 5 ] {8a7f9a0f-3f0c-4305-9ac4-853958f0607d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10277 | 2025.01.07 05:14:34.200683 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 242 rows starting from the beginning of the part | ||
| 10278 | 2025.01.07 05:14:34.200899 [ 5 ] {8a7f9a0f-3f0c-4305-9ac4-853958f0607d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10279 | 2025.01.07 05:14:34.200972 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 10280 | 2025.01.07 05:14:34.201288 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 10281 | 2025.01.07 05:14:34.201609 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 242 rows starting from the beginning of the part | ||
| 10282 | 2025.01.07 05:14:34.201878 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 10283 | 2025.01.07 05:14:34.203595 [ 5 ] {8a7f9a0f-3f0c-4305-9ac4-853958f0607d} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10284 | 2025.01.07 05:14:34.203671 [ 5 ] {8a7f9a0f-3f0c-4305-9ac4-853958f0607d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10285 | 2025.01.07 05:14:34.204531 [ 5 ] {8a7f9a0f-3f0c-4305-9ac4-853958f0607d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10286 | 2025.01.07 05:14:34.204906 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.004828868 sec., 159250.5738404943 rows/sec., 11.40 MiB/sec. | ||
| 10287 | 2025.01.07 05:14:34.205074 [ 5 ] {8a7f9a0f-3f0c-4305-9ac4-853958f0607d} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10288 | 2025.01.07 05:14:34.205126 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10289 | 2025.01.07 05:14:34.205520 [ 5 ] {8a7f9a0f-3f0c-4305-9ac4-853958f0607d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005011 sec., 2594.292556375973 rows/sec., 161.75 KiB/sec. | ||
| 10290 | 2025.01.07 05:14:34.205872 [ 5 ] {8a7f9a0f-3f0c-4305-9ac4-853958f0607d} <Debug> TCPHandler: Processed in 0.005636353 sec. | ||
| 10291 | 2025.01.07 05:14:34.206094 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_36_7} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10292 | 2025.01.07 05:14:34.206180 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10293 | 2025.01.07 05:14:34.206253 [ 200 ] {e23a6f8f-ff57-466f-82b8-dd87351386c6::all_1_36_7} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10294 | 2025.01.07 05:14:34.206376 [ 256 ] {c6574957-b7c0-409c-8b74-469678bc0310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10295 | 2025.01.07 05:14:34.206409 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 10296 | 2025.01.07 05:14:34.206469 [ 256 ] {c6574957-b7c0-409c-8b74-469678bc0310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10297 | 2025.01.07 05:14:34.207240 [ 256 ] {c6574957-b7c0-409c-8b74-469678bc0310} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10298 | 2025.01.07 05:14:34.207284 [ 256 ] {c6574957-b7c0-409c-8b74-469678bc0310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10299 | 2025.01.07 05:14:34.207673 [ 256 ] {c6574957-b7c0-409c-8b74-469678bc0310} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10300 | 2025.01.07 05:14:34.207920 [ 256 ] {c6574957-b7c0-409c-8b74-469678bc0310} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10301 | 2025.01.07 05:14:34.208184 [ 256 ] {c6574957-b7c0-409c-8b74-469678bc0310} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.001869 sec., 193686.4633493847 rows/sec., 13.63 MiB/sec. | ||
| 10302 | 2025.01.07 05:14:34.208257 [ 256 ] {c6574957-b7c0-409c-8b74-469678bc0310} <Debug> TCPHandler: Processed in 0.00227019 sec. | ||
| 10303 | 2025.01.07 05:14:34.208497 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10304 | 2025.01.07 05:14:34.208684 [ 5 ] {47d7ae6f-6705-4d7d-8e01-6e563e35a995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10305 | 2025.01.07 05:14:34.208738 [ 5 ] {47d7ae6f-6705-4d7d-8e01-6e563e35a995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10306 | 2025.01.07 05:14:34.209238 [ 5 ] {47d7ae6f-6705-4d7d-8e01-6e563e35a995} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10307 | 2025.01.07 05:14:34.209277 [ 5 ] {47d7ae6f-6705-4d7d-8e01-6e563e35a995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10308 | 2025.01.07 05:14:34.209643 [ 5 ] {47d7ae6f-6705-4d7d-8e01-6e563e35a995} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10309 | 2025.01.07 05:14:34.209880 [ 5 ] {47d7ae6f-6705-4d7d-8e01-6e563e35a995} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10310 | 2025.01.07 05:14:34.210102 [ 5 ] {47d7ae6f-6705-4d7d-8e01-6e563e35a995} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec. | ||
| 10311 | 2025.01.07 05:14:34.210213 [ 5 ] {47d7ae6f-6705-4d7d-8e01-6e563e35a995} <Debug> TCPHandler: Processed in 0.001847577 sec. | ||
| 10312 | 2025.01.07 05:14:34.210375 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10313 | 2025.01.07 05:14:34.210500 [ 256 ] {4ddef431-19e2-4b1a-9ff6-7642dad806ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10314 | 2025.01.07 05:14:34.210556 [ 256 ] {4ddef431-19e2-4b1a-9ff6-7642dad806ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10315 | 2025.01.07 05:14:34.211156 [ 256 ] {4ddef431-19e2-4b1a-9ff6-7642dad806ba} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10316 | 2025.01.07 05:14:34.211198 [ 256 ] {4ddef431-19e2-4b1a-9ff6-7642dad806ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10317 | 2025.01.07 05:14:34.211613 [ 256 ] {4ddef431-19e2-4b1a-9ff6-7642dad806ba} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10318 | 2025.01.07 05:14:34.211854 [ 256 ] {4ddef431-19e2-4b1a-9ff6-7642dad806ba} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10319 | 2025.01.07 05:14:34.212037 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10320 | 2025.01.07 05:14:34.212095 [ 256 ] {4ddef431-19e2-4b1a-9ff6-7642dad806ba} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001613 sec., 109733.4159950403 rows/sec., 7.24 MiB/sec. | ||
| 10321 | 2025.01.07 05:14:34.212096 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10322 | 2025.01.07 05:14:34.212188 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10323 | 2025.01.07 05:14:34.212239 [ 256 ] {4ddef431-19e2-4b1a-9ff6-7642dad806ba} <Debug> TCPHandler: Processed in 0.001923629 sec. | ||
| 10324 | 2025.01.07 05:14:34.212512 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10325 | 2025.01.07 05:14:34.212589 [ 196 ] {851c0976-0e47-4f4c-8183-6b14c218352c::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 | ||
| 10326 | 2025.01.07 05:14:34.212971 [ 5 ] {a2f9cb65-d775-41bb-97a1-f8a9de14df62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10327 | 2025.01.07 05:14:34.213225 [ 5 ] {a2f9cb65-d775-41bb-97a1-f8a9de14df62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10328 | 2025.01.07 05:14:34.213239 [ 196 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10329 | 2025.01.07 05:14:34.213410 [ 196 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 18223 rows starting from the beginning of the part | ||
| 10330 | 2025.01.07 05:14:34.213897 [ 196 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 177 rows starting from the beginning of the part | ||
| 10331 | 2025.01.07 05:14:34.214168 [ 196 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 100 rows starting from the beginning of the part | ||
| 10332 | 2025.01.07 05:14:34.214486 [ 196 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 901 rows starting from the beginning of the part | ||
| 10333 | 2025.01.07 05:14:34.214856 [ 196 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 100 rows starting from the beginning of the part | ||
| 10334 | 2025.01.07 05:14:34.215211 [ 196 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 177 rows starting from the beginning of the part | ||
| 10335 | 2025.01.07 05:14:34.216523 [ 5 ] {a2f9cb65-d775-41bb-97a1-f8a9de14df62} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10336 | 2025.01.07 05:14:34.216575 [ 5 ] {a2f9cb65-d775-41bb-97a1-f8a9de14df62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10337 | 2025.01.07 05:14:34.217162 [ 5 ] {a2f9cb65-d775-41bb-97a1-f8a9de14df62} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10338 | 2025.01.07 05:14:34.217507 [ 5 ] {a2f9cb65-d775-41bb-97a1-f8a9de14df62} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10339 | 2025.01.07 05:14:34.218022 [ 5 ] {a2f9cb65-d775-41bb-97a1-f8a9de14df62} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005205 sec., 192.12295869356387 rows/sec., 12.95 KiB/sec. | ||
| 10340 | 2025.01.07 05:14:34.218380 [ 5 ] {a2f9cb65-d775-41bb-97a1-f8a9de14df62} <Debug> TCPHandler: Processed in 0.006033765 sec. | ||
| 10341 | 2025.01.07 05:14:34.218814 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10342 | 2025.01.07 05:14:34.219095 [ 256 ] {4ae256a5-42a6-4c27-9380-0421ffd4d2bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10343 | 2025.01.07 05:14:34.219352 [ 256 ] {4ae256a5-42a6-4c27-9380-0421ffd4d2bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10344 | 2025.01.07 05:14:34.221460 [ 256 ] {4ae256a5-42a6-4c27-9380-0421ffd4d2bd} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10345 | 2025.01.07 05:14:34.221515 [ 256 ] {4ae256a5-42a6-4c27-9380-0421ffd4d2bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10346 | 2025.01.07 05:14:34.222427 [ 256 ] {4ae256a5-42a6-4c27-9380-0421ffd4d2bd} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10347 | 2025.01.07 05:14:34.222821 [ 256 ] {4ae256a5-42a6-4c27-9380-0421ffd4d2bd} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10348 | 2025.01.07 05:14:34.223012 [ 147 ] {} <Debug> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10349 | 2025.01.07 05:14:34.223073 [ 147 ] {} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10350 | 2025.01.07 05:14:34.223102 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10351 | 2025.01.07 05:14:34.223153 [ 256 ] {4ae256a5-42a6-4c27-9380-0421ffd4d2bd} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.004133 sec., 3871.2799419308003 rows/sec., 6.94 MiB/sec. | ||
| 10352 | 2025.01.07 05:14:34.223517 [ 188 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 10353 | 2025.01.07 05:14:34.224264 [ 256 ] {4ae256a5-42a6-4c27-9380-0421ffd4d2bd} <Debug> TCPHandler: Processed in 0.005724065 sec. | ||
| 10354 | 2025.01.07 05:14:34.224345 [ 194 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19678 rows, containing 5 columns (5 merged, 0 gathered) in 0.0120507 sec., 1632934.1863958111 rows/sec., 109.48 MiB/sec. | ||
| 10355 | 2025.01.07 05:14:34.224629 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10356 | 2025.01.07 05:14:34.224844 [ 188 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10357 | 2025.01.07 05:14:34.224870 [ 194 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10358 | 2025.01.07 05:14:34.225056 [ 5 ] {42bdb3bf-49b1-4617-89ae-a1d8af32f644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10359 | 2025.01.07 05:14:34.225162 [ 188 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1222 rows starting from the beginning of the part | ||
| 10360 | 2025.01.07 05:14:34.225261 [ 5 ] {42bdb3bf-49b1-4617-89ae-a1d8af32f644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10361 | 2025.01.07 05:14:34.226013 [ 194 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10362 | 2025.01.07 05:14:34.226307 [ 188 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 16 rows starting from the beginning of the part | ||
| 10363 | 2025.01.07 05:14:34.226401 [ 194 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10364 | 2025.01.07 05:14:34.226701 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.25 MiB. | ||
| 10365 | 2025.01.07 05:14:34.227312 [ 188 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 25 rows starting from the beginning of the part | ||
| 10366 | 2025.01.07 05:14:34.228059 [ 188 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 16 rows starting from the beginning of the part | ||
| 10367 | 2025.01.07 05:14:34.228575 [ 5 ] {42bdb3bf-49b1-4617-89ae-a1d8af32f644} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10368 | 2025.01.07 05:14:34.228726 [ 5 ] {42bdb3bf-49b1-4617-89ae-a1d8af32f644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10369 | 2025.01.07 05:14:34.228879 [ 188 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 25 rows starting from the beginning of the part | ||
| 10370 | 2025.01.07 05:14:34.229578 [ 188 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 16 rows starting from the beginning of the part | ||
| 10371 | 2025.01.07 05:14:34.230456 [ 5 ] {42bdb3bf-49b1-4617-89ae-a1d8af32f644} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10372 | 2025.01.07 05:14:34.230987 [ 5 ] {42bdb3bf-49b1-4617-89ae-a1d8af32f644} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10373 | 2025.01.07 05:14:34.231331 [ 147 ] {} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10374 | 2025.01.07 05:14:34.231484 [ 147 ] {} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10375 | 2025.01.07 05:14:34.231623 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10376 | 2025.01.07 05:14:34.231637 [ 5 ] {42bdb3bf-49b1-4617-89ae-a1d8af32f644} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.006731 sec., 7725.449413162977 rows/sec., 489.80 KiB/sec. | ||
| 10377 | 2025.01.07 05:14:34.231978 [ 5 ] {42bdb3bf-49b1-4617-89ae-a1d8af32f644} <Debug> TCPHandler: Processed in 0.007555602 sec. | ||
| 10378 | 2025.01.07 05:14:34.232469 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 10379 | 2025.01.07 05:14:34.232902 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10380 | 2025.01.07 05:14:34.232944 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2764 rows starting from the beginning of the part | ||
| 10381 | 2025.01.07 05:14:34.233052 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 52 rows starting from the beginning of the part | ||
| 10382 | 2025.01.07 05:14:34.233433 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 30 rows starting from the beginning of the part | ||
| 10383 | 2025.01.07 05:14:34.233772 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 52 rows starting from the beginning of the part | ||
| 10384 | 2025.01.07 05:14:34.234197 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 30 rows starting from the beginning of the part | ||
| 10385 | 2025.01.07 05:14:34.234484 [ 199 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 52 rows starting from the beginning of the part | ||
| 10386 | 2025.01.07 05:14:34.238333 [ 191 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2980 rows, containing 4 columns (4 merged, 0 gathered) in 0.006510671 sec., 457710.1192795643 rows/sec., 29.57 MiB/sec. | ||
| 10387 | 2025.01.07 05:14:34.238811 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10388 | 2025.01.07 05:14:34.239668 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_76_15} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10389 | 2025.01.07 05:14:34.239762 [ 186 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_76_15} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10390 | 2025.01.07 05:14:34.239856 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 10391 | 2025.01.07 05:14:34.242774 [ 191 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1320 rows, containing 19 columns (19 merged, 0 gathered) in 0.019563501 sec., 67472.58581171131 rows/sec., 120.91 MiB/sec. | ||
| 10392 | 2025.01.07 05:14:34.244207 [ 186 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10393 | 2025.01.07 05:14:34.244652 [ 186 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10394 | 2025.01.07 05:14:34.244743 [ 186 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10395 | 2025.01.07 05:14:34.244906 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.60 MiB. | ||
| 10396 | 2025.01.07 05:14:35.001151 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.76 MiB, peak 245.32 MiB, free memory in arenas 0.00 B, will set to 235.98 MiB (RSS), difference: 2.23 MiB | ||
| 10397 | 2025.01.07 05:14:35.445405 [ 144 ] {} <Debug> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 10398 | 2025.01.07 05:14:35.445467 [ 144 ] {} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10399 | 2025.01.07 05:14:35.445489 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10400 | 2025.01.07 05:14:35.445712 [ 193 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 10401 | 2025.01.07 05:14:35.445912 [ 193 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10402 | 2025.01.07 05:14:35.445953 [ 193 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 10403 | 2025.01.07 05:14:35.446037 [ 193 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 10404 | 2025.01.07 05:14:35.446140 [ 193 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 10405 | 2025.01.07 05:14:35.446397 [ 193 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::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 | ||
| 10406 | 2025.01.07 05:14:35.446595 [ 193 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
| 10407 | 2025.01.07 05:14:35.447723 [ 191 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.002158677 sec., 12970.907643894849 rows/sec., 1.08 MiB/sec. | ||
| 10408 | 2025.01.07 05:14:35.447900 [ 197 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 10409 | 2025.01.07 05:14:35.448240 [ 197 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_21_5} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10410 | 2025.01.07 05:14:35.448339 [ 197 ] {585fadb6-17f9-4a22-a596-7cdfedc61be4::all_1_21_5} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 10411 | 2025.01.07 05:14:35.448437 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10412 | 2025.01.07 05:14:35.689545 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10413 | 2025.01.07 05:14:35.708857 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10414 | 2025.01.07 05:14:35.708926 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10415 | 2025.01.07 05:14:35.716060 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10416 | 2025.01.07 05:14:35.716921 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10417 | 2025.01.07 05:14:35.720424 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10418 | 2025.01.07 05:14:39.186262 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10419 | 2025.01.07 05:14:39.186467 [ 5 ] {e8af3ecd-e887-4b45-a678-bfa6f4494645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10420 | 2025.01.07 05:14:39.186541 [ 5 ] {e8af3ecd-e887-4b45-a678-bfa6f4494645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10421 | 2025.01.07 05:14:39.187285 [ 5 ] {e8af3ecd-e887-4b45-a678-bfa6f4494645} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10422 | 2025.01.07 05:14:39.187326 [ 5 ] {e8af3ecd-e887-4b45-a678-bfa6f4494645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10423 | 2025.01.07 05:14:39.187753 [ 5 ] {e8af3ecd-e887-4b45-a678-bfa6f4494645} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 10424 | 2025.01.07 05:14:39.188007 [ 5 ] {e8af3ecd-e887-4b45-a678-bfa6f4494645} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10425 | 2025.01.07 05:14:39.188222 [ 5 ] {e8af3ecd-e887-4b45-a678-bfa6f4494645} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001806 sec., 1107.4197120708748 rows/sec., 90.30 KiB/sec. | ||
| 10426 | 2025.01.07 05:14:39.188361 [ 5 ] {e8af3ecd-e887-4b45-a678-bfa6f4494645} <Debug> TCPHandler: Processed in 0.002229028 sec. | ||
| 10427 | 2025.01.07 05:14:39.188645 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10428 | 2025.01.07 05:14:39.188852 [ 256 ] {01286e89-5ef7-4667-aa22-54148a7dce3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10429 | 2025.01.07 05:14:39.188931 [ 256 ] {01286e89-5ef7-4667-aa22-54148a7dce3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10430 | 2025.01.07 05:14:39.189739 [ 256 ] {01286e89-5ef7-4667-aa22-54148a7dce3d} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10431 | 2025.01.07 05:14:39.189796 [ 256 ] {01286e89-5ef7-4667-aa22-54148a7dce3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10432 | 2025.01.07 05:14:39.190249 [ 256 ] {01286e89-5ef7-4667-aa22-54148a7dce3d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10433 | 2025.01.07 05:14:39.190516 [ 256 ] {01286e89-5ef7-4667-aa22-54148a7dce3d} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10434 | 2025.01.07 05:14:39.190763 [ 256 ] {01286e89-5ef7-4667-aa22-54148a7dce3d} <Debug> executeQuery: Read 77 rows, 6.82 KiB in 0.001969 sec., 39106.14525139665 rows/sec., 3.38 MiB/sec. | ||
| 10435 | 2025.01.07 05:14:39.190833 [ 256 ] {01286e89-5ef7-4667-aa22-54148a7dce3d} <Debug> TCPHandler: Processed in 0.002335092 sec. | ||
| 10436 | 2025.01.07 05:14:39.191002 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10437 | 2025.01.07 05:14:39.191145 [ 5 ] {b0b23b77-24e9-4753-843b-fc8996bf4d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10438 | 2025.01.07 05:14:39.191205 [ 5 ] {b0b23b77-24e9-4753-843b-fc8996bf4d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10439 | 2025.01.07 05:14:39.191874 [ 5 ] {b0b23b77-24e9-4753-843b-fc8996bf4d2a} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10440 | 2025.01.07 05:14:39.191913 [ 5 ] {b0b23b77-24e9-4753-843b-fc8996bf4d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10441 | 2025.01.07 05:14:39.192283 [ 5 ] {b0b23b77-24e9-4753-843b-fc8996bf4d2a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10442 | 2025.01.07 05:14:39.192525 [ 5 ] {b0b23b77-24e9-4753-843b-fc8996bf4d2a} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10443 | 2025.01.07 05:14:39.192705 [ 5 ] {b0b23b77-24e9-4753-843b-fc8996bf4d2a} <Debug> executeQuery: Read 27 rows, 2.02 KiB in 0.001594 sec., 16938.51944792974 rows/sec., 1.24 MiB/sec. | ||
| 10444 | 2025.01.07 05:14:39.192756 [ 5 ] {b0b23b77-24e9-4753-843b-fc8996bf4d2a} <Debug> TCPHandler: Processed in 0.001825956 sec. | ||
| 10445 | 2025.01.07 05:14:39.192911 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10446 | 2025.01.07 05:14:39.193058 [ 256 ] {a73f5f72-207e-4a9a-8eff-0995fd5a0c49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10447 | 2025.01.07 05:14:39.193120 [ 256 ] {a73f5f72-207e-4a9a-8eff-0995fd5a0c49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10448 | 2025.01.07 05:14:39.193831 [ 256 ] {a73f5f72-207e-4a9a-8eff-0995fd5a0c49} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10449 | 2025.01.07 05:14:39.193873 [ 256 ] {a73f5f72-207e-4a9a-8eff-0995fd5a0c49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10450 | 2025.01.07 05:14:39.194247 [ 256 ] {a73f5f72-207e-4a9a-8eff-0995fd5a0c49} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10451 | 2025.01.07 05:14:39.194488 [ 256 ] {a73f5f72-207e-4a9a-8eff-0995fd5a0c49} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10452 | 2025.01.07 05:14:39.194748 [ 256 ] {a73f5f72-207e-4a9a-8eff-0995fd5a0c49} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001714 sec., 32088.681446907816 rows/sec., 2.51 MiB/sec. | ||
| 10453 | 2025.01.07 05:14:39.194820 [ 256 ] {a73f5f72-207e-4a9a-8eff-0995fd5a0c49} <Debug> TCPHandler: Processed in 0.001973431 sec. | ||
| 10454 | 2025.01.07 05:14:39.195060 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10455 | 2025.01.07 05:14:39.195205 [ 5 ] {af96d563-4b5f-418a-b55b-4cec52bf352f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10456 | 2025.01.07 05:14:39.195266 [ 5 ] {af96d563-4b5f-418a-b55b-4cec52bf352f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10457 | 2025.01.07 05:14:39.195858 [ 5 ] {af96d563-4b5f-418a-b55b-4cec52bf352f} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10458 | 2025.01.07 05:14:39.195896 [ 5 ] {af96d563-4b5f-418a-b55b-4cec52bf352f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10459 | 2025.01.07 05:14:39.196285 [ 5 ] {af96d563-4b5f-418a-b55b-4cec52bf352f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10460 | 2025.01.07 05:14:39.196521 [ 5 ] {af96d563-4b5f-418a-b55b-4cec52bf352f} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10461 | 2025.01.07 05:14:39.196700 [ 5 ] {af96d563-4b5f-418a-b55b-4cec52bf352f} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001527 sec., 66142.76358873608 rows/sec., 4.59 MiB/sec. | ||
| 10462 | 2025.01.07 05:14:39.196751 [ 5 ] {af96d563-4b5f-418a-b55b-4cec52bf352f} <Debug> TCPHandler: Processed in 0.001812946 sec. | ||
| 10463 | 2025.01.07 05:14:39.196899 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10464 | 2025.01.07 05:14:39.197038 [ 256 ] {67534e99-eb8c-4be7-92aa-129a3f9e7c62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10465 | 2025.01.07 05:14:39.197134 [ 256 ] {67534e99-eb8c-4be7-92aa-129a3f9e7c62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10466 | 2025.01.07 05:14:39.198377 [ 256 ] {67534e99-eb8c-4be7-92aa-129a3f9e7c62} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10467 | 2025.01.07 05:14:39.198418 [ 256 ] {67534e99-eb8c-4be7-92aa-129a3f9e7c62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10468 | 2025.01.07 05:14:39.199072 [ 256 ] {67534e99-eb8c-4be7-92aa-129a3f9e7c62} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10469 | 2025.01.07 05:14:39.199349 [ 256 ] {67534e99-eb8c-4be7-92aa-129a3f9e7c62} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10470 | 2025.01.07 05:14:39.199622 [ 256 ] {67534e99-eb8c-4be7-92aa-129a3f9e7c62} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002613 sec., 9567.546880979717 rows/sec., 17.14 MiB/sec. | ||
| 10471 | 2025.01.07 05:14:39.200103 [ 256 ] {67534e99-eb8c-4be7-92aa-129a3f9e7c62} <Debug> TCPHandler: Processed in 0.00326707 sec. | ||
| 10472 | 2025.01.07 05:14:39.200380 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10473 | 2025.01.07 05:14:39.200536 [ 5 ] {d7cdfdf2-4ba4-4b92-a3fb-9b55e2a56535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10474 | 2025.01.07 05:14:39.200595 [ 5 ] {d7cdfdf2-4ba4-4b92-a3fb-9b55e2a56535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10475 | 2025.01.07 05:14:39.201061 [ 5 ] {d7cdfdf2-4ba4-4b92-a3fb-9b55e2a56535} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10476 | 2025.01.07 05:14:39.201105 [ 5 ] {d7cdfdf2-4ba4-4b92-a3fb-9b55e2a56535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10477 | 2025.01.07 05:14:39.201481 [ 5 ] {d7cdfdf2-4ba4-4b92-a3fb-9b55e2a56535} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10478 | 2025.01.07 05:14:39.201728 [ 5 ] {d7cdfdf2-4ba4-4b92-a3fb-9b55e2a56535} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10479 | 2025.01.07 05:14:39.201930 [ 5 ] {d7cdfdf2-4ba4-4b92-a3fb-9b55e2a56535} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001422 sec., 21097.04641350211 rows/sec., 1.45 MiB/sec. | ||
| 10480 | 2025.01.07 05:14:39.202010 [ 5 ] {d7cdfdf2-4ba4-4b92-a3fb-9b55e2a56535} <Debug> TCPHandler: Processed in 0.001791455 sec. | ||
| 10481 | 2025.01.07 05:14:41.499798 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 10482 | 2025.01.07 05:14:41.500582 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10483 | 2025.01.07 05:14:41.500621 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 10484 | 2025.01.07 05:14:41.501124 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10485 | 2025.01.07 05:14:41.501382 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10486 | 2025.01.07 05:14:41.501607 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 10487 | 2025.01.07 05:14:43.221407 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 10488 | 2025.01.07 05:14:43.241269 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10489 | 2025.01.07 05:14:43.241333 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10490 | 2025.01.07 05:14:43.248540 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10491 | 2025.01.07 05:14:43.249314 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10492 | 2025.01.07 05:14:43.251971 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 10493 | 2025.01.07 05:14:44.121311 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1464 | ||
| 10494 | 2025.01.07 05:14:44.124486 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10495 | 2025.01.07 05:14:44.124549 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10496 | 2025.01.07 05:14:44.126049 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10497 | 2025.01.07 05:14:44.126363 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10498 | 2025.01.07 05:14:44.127815 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1464 | ||
| 10499 | 2025.01.07 05:14:44.190648 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10500 | 2025.01.07 05:14:44.190920 [ 5 ] {3c4d5908-7904-4854-b70e-abeb75549a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10501 | 2025.01.07 05:14:44.190997 [ 5 ] {3c4d5908-7904-4854-b70e-abeb75549a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10502 | 2025.01.07 05:14:44.191784 [ 5 ] {3c4d5908-7904-4854-b70e-abeb75549a23} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10503 | 2025.01.07 05:14:44.191831 [ 5 ] {3c4d5908-7904-4854-b70e-abeb75549a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10504 | 2025.01.07 05:14:44.192282 [ 5 ] {3c4d5908-7904-4854-b70e-abeb75549a23} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10505 | 2025.01.07 05:14:44.192543 [ 5 ] {3c4d5908-7904-4854-b70e-abeb75549a23} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10506 | 2025.01.07 05:14:44.192782 [ 5 ] {3c4d5908-7904-4854-b70e-abeb75549a23} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001922 sec., 7284.0790842872 rows/sec., 524.36 KiB/sec. | ||
| 10507 | 2025.01.07 05:14:44.192840 [ 5 ] {3c4d5908-7904-4854-b70e-abeb75549a23} <Debug> TCPHandler: Processed in 0.002392354 sec. | ||
| 10508 | 2025.01.07 05:14:44.193122 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10509 | 2025.01.07 05:14:44.193344 [ 256 ] {884ac583-0282-4910-9859-627ff0b0c100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10510 | 2025.01.07 05:14:44.193427 [ 256 ] {884ac583-0282-4910-9859-627ff0b0c100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10511 | 2025.01.07 05:14:44.194343 [ 256 ] {884ac583-0282-4910-9859-627ff0b0c100} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10512 | 2025.01.07 05:14:44.194396 [ 256 ] {884ac583-0282-4910-9859-627ff0b0c100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10513 | 2025.01.07 05:14:44.194860 [ 256 ] {884ac583-0282-4910-9859-627ff0b0c100} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10514 | 2025.01.07 05:14:44.195117 [ 256 ] {884ac583-0282-4910-9859-627ff0b0c100} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10515 | 2025.01.07 05:14:44.195378 [ 256 ] {884ac583-0282-4910-9859-627ff0b0c100} <Debug> executeQuery: Read 205 rows, 18.58 KiB in 0.002096 sec., 97805.34351145037 rows/sec., 8.66 MiB/sec. | ||
| 10516 | 2025.01.07 05:14:44.195447 [ 256 ] {884ac583-0282-4910-9859-627ff0b0c100} <Debug> TCPHandler: Processed in 0.002477246 sec. | ||
| 10517 | 2025.01.07 05:14:44.195655 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10518 | 2025.01.07 05:14:44.195801 [ 5 ] {2c7ad851-4ac0-45fc-ba90-d7c5c837f4f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10519 | 2025.01.07 05:14:44.195855 [ 5 ] {2c7ad851-4ac0-45fc-ba90-d7c5c837f4f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10520 | 2025.01.07 05:14:44.196475 [ 5 ] {2c7ad851-4ac0-45fc-ba90-d7c5c837f4f7} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10521 | 2025.01.07 05:14:44.196516 [ 5 ] {2c7ad851-4ac0-45fc-ba90-d7c5c837f4f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10522 | 2025.01.07 05:14:44.196885 [ 5 ] {2c7ad851-4ac0-45fc-ba90-d7c5c837f4f7} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10523 | 2025.01.07 05:14:44.197137 [ 5 ] {2c7ad851-4ac0-45fc-ba90-d7c5c837f4f7} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10524 | 2025.01.07 05:14:44.197311 [ 132 ] {} <Debug> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10525 | 2025.01.07 05:14:44.197372 [ 5 ] {2c7ad851-4ac0-45fc-ba90-d7c5c837f4f7} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001589 sec., 14474.5122718691 rows/sec., 1.02 MiB/sec. | ||
| 10526 | 2025.01.07 05:14:44.197398 [ 132 ] {} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10527 | 2025.01.07 05:14:44.197464 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10528 | 2025.01.07 05:14:44.197489 [ 5 ] {2c7ad851-4ac0-45fc-ba90-d7c5c837f4f7} <Debug> TCPHandler: Processed in 0.001942169 sec. | ||
| 10529 | 2025.01.07 05:14:44.197659 [ 193 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 10530 | 2025.01.07 05:14:44.197678 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10531 | 2025.01.07 05:14:44.197833 [ 193 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10532 | 2025.01.07 05:14:44.197926 [ 193 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 62 rows starting from the beginning of the part | ||
| 10533 | 2025.01.07 05:14:44.197997 [ 256 ] {5dc9e84f-bc07-45a2-bc24-4fcb5b78e9b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10534 | 2025.01.07 05:14:44.198133 [ 193 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 31 rows starting from the beginning of the part | ||
| 10535 | 2025.01.07 05:14:44.198247 [ 256 ] {5dc9e84f-bc07-45a2-bc24-4fcb5b78e9b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10536 | 2025.01.07 05:14:44.198523 [ 193 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 25 rows starting from the beginning of the part | ||
| 10537 | 2025.01.07 05:14:44.198880 [ 193 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 23 rows starting from the beginning of the part | ||
| 10538 | 2025.01.07 05:14:44.199187 [ 193 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::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 | ||
| 10539 | 2025.01.07 05:14:44.199481 [ 193 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 23 rows starting from the beginning of the part | ||
| 10540 | 2025.01.07 05:14:44.201243 [ 256 ] {5dc9e84f-bc07-45a2-bc24-4fcb5b78e9b7} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10541 | 2025.01.07 05:14:44.201319 [ 256 ] {5dc9e84f-bc07-45a2-bc24-4fcb5b78e9b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10542 | 2025.01.07 05:14:44.202396 [ 256 ] {5dc9e84f-bc07-45a2-bc24-4fcb5b78e9b7} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10543 | 2025.01.07 05:14:44.202443 [ 189 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 5 columns (5 merged, 0 gathered) in 0.00488229 sec., 39120.98625849755 rows/sec., 2.94 MiB/sec. | ||
| 10544 | 2025.01.07 05:14:44.202650 [ 187 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10545 | 2025.01.07 05:14:44.202739 [ 256 ] {5dc9e84f-bc07-45a2-bc24-4fcb5b78e9b7} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10546 | 2025.01.07 05:14:44.203132 [ 256 ] {5dc9e84f-bc07-45a2-bc24-4fcb5b78e9b7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005236 sec., 2673.79679144385 rows/sec., 187.26 KiB/sec. | ||
| 10547 | 2025.01.07 05:14:44.203328 [ 187 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_71_14} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10548 | 2025.01.07 05:14:44.203468 [ 256 ] {5dc9e84f-bc07-45a2-bc24-4fcb5b78e9b7} <Debug> TCPHandler: Processed in 0.00586549 sec. | ||
| 10549 | 2025.01.07 05:14:44.203776 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10550 | 2025.01.07 05:14:44.203846 [ 187 ] {8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487::all_1_71_14} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10551 | 2025.01.07 05:14:44.204146 [ 5 ] {05a86d6e-49b7-4408-a71b-757a9f7ce5f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10552 | 2025.01.07 05:14:44.204159 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10553 | 2025.01.07 05:14:44.204220 [ 5 ] {05a86d6e-49b7-4408-a71b-757a9f7ce5f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10554 | 2025.01.07 05:14:44.204820 [ 5 ] {05a86d6e-49b7-4408-a71b-757a9f7ce5f0} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10555 | 2025.01.07 05:14:44.204860 [ 5 ] {05a86d6e-49b7-4408-a71b-757a9f7ce5f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10556 | 2025.01.07 05:14:44.205225 [ 5 ] {05a86d6e-49b7-4408-a71b-757a9f7ce5f0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10557 | 2025.01.07 05:14:44.205481 [ 5 ] {05a86d6e-49b7-4408-a71b-757a9f7ce5f0} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10558 | 2025.01.07 05:14:44.205693 [ 5 ] {05a86d6e-49b7-4408-a71b-757a9f7ce5f0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001648 sec., 7888.349514563107 rows/sec., 491.84 KiB/sec. | ||
| 10559 | 2025.01.07 05:14:44.205747 [ 5 ] {05a86d6e-49b7-4408-a71b-757a9f7ce5f0} <Debug> TCPHandler: Processed in 0.002142116 sec. | ||
| 10560 | 2025.01.07 05:14:44.205896 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10561 | 2025.01.07 05:14:44.206013 [ 256 ] {4c311ce2-d253-480a-97a3-bce0556703c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10562 | 2025.01.07 05:14:44.206062 [ 256 ] {4c311ce2-d253-480a-97a3-bce0556703c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10563 | 2025.01.07 05:14:44.206794 [ 256 ] {4c311ce2-d253-480a-97a3-bce0556703c8} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10564 | 2025.01.07 05:14:44.206834 [ 256 ] {4c311ce2-d253-480a-97a3-bce0556703c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10565 | 2025.01.07 05:14:44.207205 [ 256 ] {4c311ce2-d253-480a-97a3-bce0556703c8} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10566 | 2025.01.07 05:14:44.207450 [ 256 ] {4c311ce2-d253-480a-97a3-bce0556703c8} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10567 | 2025.01.07 05:14:44.207670 [ 256 ] {4c311ce2-d253-480a-97a3-bce0556703c8} <Debug> executeQuery: Read 362 rows, 26.08 KiB in 0.001682 sec., 215219.97621878717 rows/sec., 15.14 MiB/sec. | ||
| 10568 | 2025.01.07 05:14:44.207724 [ 256 ] {4c311ce2-d253-480a-97a3-bce0556703c8} <Debug> TCPHandler: Processed in 0.001884958 sec. | ||
| 10569 | 2025.01.07 05:14:44.207933 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10570 | 2025.01.07 05:14:44.208156 [ 5 ] {37745035-28b5-4094-88a8-a68c32d98ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10571 | 2025.01.07 05:14:44.208254 [ 5 ] {37745035-28b5-4094-88a8-a68c32d98ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10572 | 2025.01.07 05:14:44.208987 [ 5 ] {37745035-28b5-4094-88a8-a68c32d98ac3} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10573 | 2025.01.07 05:14:44.209028 [ 5 ] {37745035-28b5-4094-88a8-a68c32d98ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10574 | 2025.01.07 05:14:44.209400 [ 5 ] {37745035-28b5-4094-88a8-a68c32d98ac3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10575 | 2025.01.07 05:14:44.209645 [ 5 ] {37745035-28b5-4094-88a8-a68c32d98ac3} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10576 | 2025.01.07 05:14:44.209869 [ 5 ] {37745035-28b5-4094-88a8-a68c32d98ac3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001769 sec., 3391.7467495760316 rows/sec., 177.21 KiB/sec. | ||
| 10577 | 2025.01.07 05:14:44.209920 [ 5 ] {37745035-28b5-4094-88a8-a68c32d98ac3} <Debug> TCPHandler: Processed in 0.002099415 sec. | ||
| 10578 | 2025.01.07 05:14:44.210074 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10579 | 2025.01.07 05:14:44.210213 [ 256 ] {3ef860f3-611d-4dd5-934a-94aa119957c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10580 | 2025.01.07 05:14:44.210276 [ 256 ] {3ef860f3-611d-4dd5-934a-94aa119957c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10581 | 2025.01.07 05:14:44.210927 [ 256 ] {3ef860f3-611d-4dd5-934a-94aa119957c2} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10582 | 2025.01.07 05:14:44.210968 [ 256 ] {3ef860f3-611d-4dd5-934a-94aa119957c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10583 | 2025.01.07 05:14:44.211356 [ 256 ] {3ef860f3-611d-4dd5-934a-94aa119957c2} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10584 | 2025.01.07 05:14:44.211597 [ 256 ] {3ef860f3-611d-4dd5-934a-94aa119957c2} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10585 | 2025.01.07 05:14:44.211834 [ 256 ] {3ef860f3-611d-4dd5-934a-94aa119957c2} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001651 sec., 107207.75287704421 rows/sec., 7.07 MiB/sec. | ||
| 10586 | 2025.01.07 05:14:44.211898 [ 256 ] {3ef860f3-611d-4dd5-934a-94aa119957c2} <Debug> TCPHandler: Processed in 0.001891798 sec. | ||
| 10587 | 2025.01.07 05:14:44.212124 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10588 | 2025.01.07 05:14:44.212291 [ 5 ] {a7e174bb-a730-438f-908f-f38c10c1aa1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10589 | 2025.01.07 05:14:44.212354 [ 5 ] {a7e174bb-a730-438f-908f-f38c10c1aa1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10590 | 2025.01.07 05:14:44.212887 [ 5 ] {a7e174bb-a730-438f-908f-f38c10c1aa1c} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10591 | 2025.01.07 05:14:44.212926 [ 5 ] {a7e174bb-a730-438f-908f-f38c10c1aa1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10592 | 2025.01.07 05:14:44.213289 [ 5 ] {a7e174bb-a730-438f-908f-f38c10c1aa1c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10593 | 2025.01.07 05:14:44.213527 [ 5 ] {a7e174bb-a730-438f-908f-f38c10c1aa1c} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10594 | 2025.01.07 05:14:44.213699 [ 132 ] {} <Debug> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10595 | 2025.01.07 05:14:44.213763 [ 132 ] {} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10596 | 2025.01.07 05:14:44.213768 [ 5 ] {a7e174bb-a730-438f-908f-f38c10c1aa1c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001498 sec., 667.5567423230975 rows/sec., 44.98 KiB/sec. | ||
| 10597 | 2025.01.07 05:14:44.213798 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10598 | 2025.01.07 05:14:44.213921 [ 5 ] {a7e174bb-a730-438f-908f-f38c10c1aa1c} <Debug> TCPHandler: Processed in 0.001937419 sec. | ||
| 10599 | 2025.01.07 05:14:44.213993 [ 189 ] {155e2731-beb7-438a-8166-e2259aa0cf83::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 | ||
| 10600 | 2025.01.07 05:14:44.214109 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10601 | 2025.01.07 05:14:44.214154 [ 189 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10602 | 2025.01.07 05:14:44.214195 [ 189 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 32 rows starting from the beginning of the part | ||
| 10603 | 2025.01.07 05:14:44.214416 [ 256 ] {2da6a0fa-2ad8-441d-a0ca-ac29dc84f690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10604 | 2025.01.07 05:14:44.214468 [ 189 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 10605 | 2025.01.07 05:14:44.214761 [ 189 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 10606 | 2025.01.07 05:14:44.214853 [ 256 ] {2da6a0fa-2ad8-441d-a0ca-ac29dc84f690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10607 | 2025.01.07 05:14:44.215035 [ 189 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 10608 | 2025.01.07 05:14:44.215359 [ 189 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 10609 | 2025.01.07 05:14:44.215683 [ 189 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 10610 | 2025.01.07 05:14:44.219372 [ 189 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.005448438 sec., 6790.937145655324 rows/sec., 456.16 KiB/sec. | ||
| 10611 | 2025.01.07 05:14:44.219596 [ 189 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10612 | 2025.01.07 05:14:44.220085 [ 256 ] {2da6a0fa-2ad8-441d-a0ca-ac29dc84f690} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10613 | 2025.01.07 05:14:44.220154 [ 256 ] {2da6a0fa-2ad8-441d-a0ca-ac29dc84f690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10614 | 2025.01.07 05:14:44.220279 [ 189 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_36_7} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10615 | 2025.01.07 05:14:44.220513 [ 189 ] {155e2731-beb7-438a-8166-e2259aa0cf83::all_1_36_7} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10616 | 2025.01.07 05:14:44.220680 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10617 | 2025.01.07 05:14:44.221178 [ 256 ] {2da6a0fa-2ad8-441d-a0ca-ac29dc84f690} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10618 | 2025.01.07 05:14:44.221443 [ 256 ] {2da6a0fa-2ad8-441d-a0ca-ac29dc84f690} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10619 | 2025.01.07 05:14:44.221726 [ 256 ] {2da6a0fa-2ad8-441d-a0ca-ac29dc84f690} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007465 sec., 2143.335565974548 rows/sec., 3.84 MiB/sec. | ||
| 10620 | 2025.01.07 05:14:44.222039 [ 256 ] {2da6a0fa-2ad8-441d-a0ca-ac29dc84f690} <Debug> TCPHandler: Processed in 0.008010066 sec. | ||
| 10621 | 2025.01.07 05:14:44.222328 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10622 | 2025.01.07 05:14:44.222517 [ 5 ] {3f6da5c8-619d-437c-bfd7-a84ed1c846d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10623 | 2025.01.07 05:14:44.222578 [ 5 ] {3f6da5c8-619d-437c-bfd7-a84ed1c846d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10624 | 2025.01.07 05:14:44.223096 [ 5 ] {3f6da5c8-619d-437c-bfd7-a84ed1c846d6} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10625 | 2025.01.07 05:14:44.223137 [ 5 ] {3f6da5c8-619d-437c-bfd7-a84ed1c846d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10626 | 2025.01.07 05:14:44.223524 [ 5 ] {3f6da5c8-619d-437c-bfd7-a84ed1c846d6} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10627 | 2025.01.07 05:14:44.223785 [ 5 ] {3f6da5c8-619d-437c-bfd7-a84ed1c846d6} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10628 | 2025.01.07 05:14:44.223998 [ 5 ] {3f6da5c8-619d-437c-bfd7-a84ed1c846d6} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001512 sec., 34391.53439153439 rows/sec., 2.13 MiB/sec. | ||
| 10629 | 2025.01.07 05:14:44.224050 [ 5 ] {3f6da5c8-619d-437c-bfd7-a84ed1c846d6} <Debug> TCPHandler: Processed in 0.001899148 sec. | ||
| 10630 | 2025.01.07 05:14:48.807699 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10631 | 2025.01.07 05:14:48.807759 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10632 | 2025.01.07 05:14:49.002660 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24827 | ||
| 10633 | 2025.01.07 05:14:49.003327 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10634 | 2025.01.07 05:14:49.003372 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10635 | 2025.01.07 05:14:49.003898 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10636 | 2025.01.07 05:14:49.004160 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10637 | 2025.01.07 05:14:49.004409 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24827 | ||
| 10638 | 2025.01.07 05:14:49.186315 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10639 | 2025.01.07 05:14:49.186638 [ 5 ] {8edd6067-fdbc-4e7b-a91c-fe217cb8470d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10640 | 2025.01.07 05:14:49.186762 [ 5 ] {8edd6067-fdbc-4e7b-a91c-fe217cb8470d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10641 | 2025.01.07 05:14:49.187667 [ 5 ] {8edd6067-fdbc-4e7b-a91c-fe217cb8470d} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10642 | 2025.01.07 05:14:49.187722 [ 5 ] {8edd6067-fdbc-4e7b-a91c-fe217cb8470d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10643 | 2025.01.07 05:14:49.188188 [ 5 ] {8edd6067-fdbc-4e7b-a91c-fe217cb8470d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10644 | 2025.01.07 05:14:49.188453 [ 5 ] {8edd6067-fdbc-4e7b-a91c-fe217cb8470d} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10645 | 2025.01.07 05:14:49.188712 [ 5 ] {8edd6067-fdbc-4e7b-a91c-fe217cb8470d} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.002156 sec., 35250.463821892394 rows/sec., 3.06 MiB/sec. | ||
| 10646 | 2025.01.07 05:14:49.188821 [ 5 ] {8edd6067-fdbc-4e7b-a91c-fe217cb8470d} <Debug> TCPHandler: Processed in 0.002702843 sec. | ||
| 10647 | 2025.01.07 05:14:49.189128 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10648 | 2025.01.07 05:14:49.189343 [ 256 ] {a3653657-4359-433d-a5c8-60ffcc15d1b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10649 | 2025.01.07 05:14:49.189427 [ 256 ] {a3653657-4359-433d-a5c8-60ffcc15d1b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10650 | 2025.01.07 05:14:49.190256 [ 256 ] {a3653657-4359-433d-a5c8-60ffcc15d1b2} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10651 | 2025.01.07 05:14:49.190307 [ 256 ] {a3653657-4359-433d-a5c8-60ffcc15d1b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10652 | 2025.01.07 05:14:49.190747 [ 256 ] {a3653657-4359-433d-a5c8-60ffcc15d1b2} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10653 | 2025.01.07 05:14:49.191008 [ 256 ] {a3653657-4359-433d-a5c8-60ffcc15d1b2} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10654 | 2025.01.07 05:14:49.191266 [ 256 ] {a3653657-4359-433d-a5c8-60ffcc15d1b2} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001983 sec., 12607.160867372668 rows/sec., 948.00 KiB/sec. | ||
| 10655 | 2025.01.07 05:14:49.191339 [ 256 ] {a3653657-4359-433d-a5c8-60ffcc15d1b2} <Debug> TCPHandler: Processed in 0.002375453 sec. | ||
| 10656 | 2025.01.07 05:14:49.191561 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10657 | 2025.01.07 05:14:49.191730 [ 5 ] {5ece9012-883e-43f1-bd2e-e828ca42446a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10658 | 2025.01.07 05:14:49.191794 [ 5 ] {5ece9012-883e-43f1-bd2e-e828ca42446a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10659 | 2025.01.07 05:14:49.192436 [ 5 ] {5ece9012-883e-43f1-bd2e-e828ca42446a} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10660 | 2025.01.07 05:14:49.192479 [ 5 ] {5ece9012-883e-43f1-bd2e-e828ca42446a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10661 | 2025.01.07 05:14:49.192865 [ 5 ] {5ece9012-883e-43f1-bd2e-e828ca42446a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10662 | 2025.01.07 05:14:49.193117 [ 5 ] {5ece9012-883e-43f1-bd2e-e828ca42446a} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10663 | 2025.01.07 05:14:49.193346 [ 5 ] {5ece9012-883e-43f1-bd2e-e828ca42446a} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001651 sec., 32101.75651120533 rows/sec., 2.51 MiB/sec. | ||
| 10664 | 2025.01.07 05:14:49.193404 [ 5 ] {5ece9012-883e-43f1-bd2e-e828ca42446a} <Debug> TCPHandler: Processed in 0.0019645 sec. | ||
| 10665 | 2025.01.07 05:14:49.193563 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10666 | 2025.01.07 05:14:49.193712 [ 256 ] {329626b1-030b-46ac-b8fc-25df02438f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10667 | 2025.01.07 05:14:49.193779 [ 256 ] {329626b1-030b-46ac-b8fc-25df02438f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10668 | 2025.01.07 05:14:49.194371 [ 256 ] {329626b1-030b-46ac-b8fc-25df02438f56} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10669 | 2025.01.07 05:14:49.194413 [ 256 ] {329626b1-030b-46ac-b8fc-25df02438f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10670 | 2025.01.07 05:14:49.194825 [ 256 ] {329626b1-030b-46ac-b8fc-25df02438f56} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10671 | 2025.01.07 05:14:49.195065 [ 256 ] {329626b1-030b-46ac-b8fc-25df02438f56} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10672 | 2025.01.07 05:14:49.195286 [ 256 ] {329626b1-030b-46ac-b8fc-25df02438f56} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001612 sec., 62034.7394540943 rows/sec., 4.30 MiB/sec. | ||
| 10673 | 2025.01.07 05:14:49.195343 [ 256 ] {329626b1-030b-46ac-b8fc-25df02438f56} <Debug> TCPHandler: Processed in 0.001849766 sec. | ||
| 10674 | 2025.01.07 05:14:49.195542 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10675 | 2025.01.07 05:14:49.195766 [ 5 ] {169f5ae8-d975-4243-935a-ecf07a570c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10676 | 2025.01.07 05:14:49.195910 [ 5 ] {169f5ae8-d975-4243-935a-ecf07a570c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10677 | 2025.01.07 05:14:49.197128 [ 5 ] {169f5ae8-d975-4243-935a-ecf07a570c18} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10678 | 2025.01.07 05:14:49.197169 [ 5 ] {169f5ae8-d975-4243-935a-ecf07a570c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10679 | 2025.01.07 05:14:49.197835 [ 5 ] {169f5ae8-d975-4243-935a-ecf07a570c18} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10680 | 2025.01.07 05:14:49.198100 [ 5 ] {169f5ae8-d975-4243-935a-ecf07a570c18} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10681 | 2025.01.07 05:14:49.198347 [ 5 ] {169f5ae8-d975-4243-935a-ecf07a570c18} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002639 sec., 9473.285335354301 rows/sec., 16.98 MiB/sec. | ||
| 10682 | 2025.01.07 05:14:49.198455 [ 5 ] {169f5ae8-d975-4243-935a-ecf07a570c18} <Debug> TCPHandler: Processed in 0.003024603 sec. | ||
| 10683 | 2025.01.07 05:14:49.198656 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10684 | 2025.01.07 05:14:49.198884 [ 256 ] {4ddede0a-c245-482b-af6a-862d1ae7588d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10685 | 2025.01.07 05:14:49.198964 [ 256 ] {4ddede0a-c245-482b-af6a-862d1ae7588d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10686 | 2025.01.07 05:14:49.199462 [ 256 ] {4ddede0a-c245-482b-af6a-862d1ae7588d} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10687 | 2025.01.07 05:14:49.199502 [ 256 ] {4ddede0a-c245-482b-af6a-862d1ae7588d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10688 | 2025.01.07 05:14:49.199880 [ 256 ] {4ddede0a-c245-482b-af6a-862d1ae7588d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10689 | 2025.01.07 05:14:49.200130 [ 256 ] {4ddede0a-c245-482b-af6a-862d1ae7588d} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10690 | 2025.01.07 05:14:49.200358 [ 256 ] {4ddede0a-c245-482b-af6a-862d1ae7588d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001534 sec., 19556.71447196871 rows/sec., 1.34 MiB/sec. | ||
| 10691 | 2025.01.07 05:14:49.200423 [ 256 ] {4ddede0a-c245-482b-af6a-862d1ae7588d} <Debug> TCPHandler: Processed in 0.001881338 sec. | ||
| 10692 | 2025.01.07 05:14:50.752961 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 10693 | 2025.01.07 05:14:50.774225 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10694 | 2025.01.07 05:14:50.774272 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10695 | 2025.01.07 05:14:50.783906 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10696 | 2025.01.07 05:14:50.784700 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10697 | 2025.01.07 05:14:50.787466 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 10698 | 2025.01.07 05:14:54.128896 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1498 | ||
| 10699 | 2025.01.07 05:14:54.132126 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10700 | 2025.01.07 05:14:54.132188 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10701 | 2025.01.07 05:14:54.133689 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10702 | 2025.01.07 05:14:54.134010 [ 242 ] {} <Trace> system.query_log (def3c1af-b6c3-4ad7-be86-4622887a60ef): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10703 | 2025.01.07 05:14:54.134735 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1498 | ||
| 10704 | 2025.01.07 05:14:54.218861 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10705 | 2025.01.07 05:14:54.219093 [ 5 ] {7554b8d0-6440-45b9-9f54-c101ebca482a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10706 | 2025.01.07 05:14:54.219175 [ 5 ] {7554b8d0-6440-45b9-9f54-c101ebca482a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10707 | 2025.01.07 05:14:54.219980 [ 5 ] {7554b8d0-6440-45b9-9f54-c101ebca482a} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10708 | 2025.01.07 05:14:54.220038 [ 5 ] {7554b8d0-6440-45b9-9f54-c101ebca482a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10709 | 2025.01.07 05:14:54.220509 [ 5 ] {7554b8d0-6440-45b9-9f54-c101ebca482a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10710 | 2025.01.07 05:14:54.220774 [ 5 ] {7554b8d0-6440-45b9-9f54-c101ebca482a} <Trace> oximeter.fields_i16 (822c185d-f0cf-48a9-8445-585d3c02a675): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10711 | 2025.01.07 05:14:54.221028 [ 5 ] {7554b8d0-6440-45b9-9f54-c101ebca482a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001995 sec., 7017.543859649123 rows/sec., 505.17 KiB/sec. | ||
| 10712 | 2025.01.07 05:14:54.221100 [ 5 ] {7554b8d0-6440-45b9-9f54-c101ebca482a} <Debug> TCPHandler: Processed in 0.002386543 sec. | ||
| 10713 | 2025.01.07 05:14:54.221366 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10714 | 2025.01.07 05:14:54.221582 [ 256 ] {6db16668-5a5b-405e-9589-61eb3a4a2eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10715 | 2025.01.07 05:14:54.221662 [ 256 ] {6db16668-5a5b-405e-9589-61eb3a4a2eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10716 | 2025.01.07 05:14:54.222448 [ 256 ] {6db16668-5a5b-405e-9589-61eb3a4a2eb3} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10717 | 2025.01.07 05:14:54.222488 [ 256 ] {6db16668-5a5b-405e-9589-61eb3a4a2eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10718 | 2025.01.07 05:14:54.222905 [ 256 ] {6db16668-5a5b-405e-9589-61eb3a4a2eb3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10719 | 2025.01.07 05:14:54.223150 [ 256 ] {6db16668-5a5b-405e-9589-61eb3a4a2eb3} <Trace> oximeter.fields_ipaddr (585fadb6-17f9-4a22-a596-7cdfedc61be4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10720 | 2025.01.07 05:14:54.223345 [ 256 ] {6db16668-5a5b-405e-9589-61eb3a4a2eb3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001827 sec., 1094.6907498631635 rows/sec., 89.26 KiB/sec. | ||
| 10721 | 2025.01.07 05:14:54.223400 [ 256 ] {6db16668-5a5b-405e-9589-61eb3a4a2eb3} <Debug> TCPHandler: Processed in 0.002174396 sec. | ||
| 10722 | 2025.01.07 05:14:54.223581 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10723 | 2025.01.07 05:14:54.223732 [ 5 ] {1441a4a3-cd9d-46e8-b6ac-7a6933a845dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10724 | 2025.01.07 05:14:54.223795 [ 5 ] {1441a4a3-cd9d-46e8-b6ac-7a6933a845dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10725 | 2025.01.07 05:14:54.225161 [ 5 ] {1441a4a3-cd9d-46e8-b6ac-7a6933a845dc} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10726 | 2025.01.07 05:14:54.225206 [ 5 ] {1441a4a3-cd9d-46e8-b6ac-7a6933a845dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10727 | 2025.01.07 05:14:54.225687 [ 5 ] {1441a4a3-cd9d-46e8-b6ac-7a6933a845dc} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10728 | 2025.01.07 05:14:54.225941 [ 5 ] {1441a4a3-cd9d-46e8-b6ac-7a6933a845dc} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10729 | 2025.01.07 05:14:54.226133 [ 119 ] {} <Debug> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
| 10730 | 2025.01.07 05:14:54.226198 [ 119 ] {} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10731 | 2025.01.07 05:14:54.226206 [ 5 ] {1441a4a3-cd9d-46e8-b6ac-7a6933a845dc} <Debug> executeQuery: Read 1346 rows, 114.77 KiB in 0.002499 sec., 538615.4461784714 rows/sec., 44.85 MiB/sec. | ||
| 10732 | 2025.01.07 05:14:54.226240 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10733 | 2025.01.07 05:14:54.226387 [ 5 ] {1441a4a3-cd9d-46e8-b6ac-7a6933a845dc} <Debug> TCPHandler: Processed in 0.002871328 sec. | ||
| 10734 | 2025.01.07 05:14:54.226648 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::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 | ||
| 10735 | 2025.01.07 05:14:54.226722 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10736 | 2025.01.07 05:14:54.227240 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10737 | 2025.01.07 05:14:54.227386 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 1404 rows starting from the beginning of the part | ||
| 10738 | 2025.01.07 05:14:54.227413 [ 256 ] {71e7e771-7ded-4ad6-8328-149091e203ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10739 | 2025.01.07 05:14:54.227879 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 205 rows starting from the beginning of the part | ||
| 10740 | 2025.01.07 05:14:54.228011 [ 256 ] {71e7e771-7ded-4ad6-8328-149091e203ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10741 | 2025.01.07 05:14:54.228284 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 77 rows starting from the beginning of the part | ||
| 10742 | 2025.01.07 05:14:54.228582 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 205 rows starting from the beginning of the part | ||
| 10743 | 2025.01.07 05:14:54.228884 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 76 rows starting from the beginning of the part | ||
| 10744 | 2025.01.07 05:14:54.229162 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1346 rows starting from the beginning of the part | ||
| 10745 | 2025.01.07 05:14:54.230684 [ 256 ] {71e7e771-7ded-4ad6-8328-149091e203ab} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10746 | 2025.01.07 05:14:54.230754 [ 256 ] {71e7e771-7ded-4ad6-8328-149091e203ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10747 | 2025.01.07 05:14:54.231804 [ 256 ] {71e7e771-7ded-4ad6-8328-149091e203ab} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10748 | 2025.01.07 05:14:54.232171 [ 256 ] {71e7e771-7ded-4ad6-8328-149091e203ab} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10749 | 2025.01.07 05:14:54.232391 [ 256 ] {71e7e771-7ded-4ad6-8328-149091e203ab} <Debug> executeQuery: Read 25 rows, 1.80 KiB in 0.005245 sec., 4766.444232602479 rows/sec., 342.96 KiB/sec. | ||
| 10750 | 2025.01.07 05:14:54.232454 [ 256 ] {71e7e771-7ded-4ad6-8328-149091e203ab} <Debug> TCPHandler: Processed in 0.005910112 sec. | ||
| 10751 | 2025.01.07 05:14:54.232667 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10752 | 2025.01.07 05:14:54.232853 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3313 rows, containing 5 columns (5 merged, 0 gathered) in 0.006485629 sec., 510821.69516634394 rows/sec., 44.96 MiB/sec. | ||
| 10753 | 2025.01.07 05:14:54.232936 [ 5 ] {73369d8a-a077-4b98-87ba-d6f595170e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10754 | 2025.01.07 05:14:54.233057 [ 5 ] {73369d8a-a077-4b98-87ba-d6f595170e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10755 | 2025.01.07 05:14:54.233174 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
| 10756 | 2025.01.07 05:14:54.233819 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_80_16} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10757 | 2025.01.07 05:14:54.233943 [ 198 ] {56ca495f-f2f6-4964-b172-324a0a92264c::all_1_80_16} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
| 10758 | 2025.01.07 05:14:54.234125 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 10759 | 2025.01.07 05:14:54.234363 [ 5 ] {73369d8a-a077-4b98-87ba-d6f595170e6b} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10760 | 2025.01.07 05:14:54.234411 [ 5 ] {73369d8a-a077-4b98-87ba-d6f595170e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10761 | 2025.01.07 05:14:54.234806 [ 5 ] {73369d8a-a077-4b98-87ba-d6f595170e6b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10762 | 2025.01.07 05:14:54.235059 [ 5 ] {73369d8a-a077-4b98-87ba-d6f595170e6b} <Trace> oximeter.fields_u32 (e23a6f8f-ff57-466f-82b8-dd87351386c6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10763 | 2025.01.07 05:14:54.235330 [ 5 ] {73369d8a-a077-4b98-87ba-d6f595170e6b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002472 sec., 97896.44012944985 rows/sec., 6.63 MiB/sec. | ||
| 10764 | 2025.01.07 05:14:54.235550 [ 5 ] {73369d8a-a077-4b98-87ba-d6f595170e6b} <Debug> TCPHandler: Processed in 0.002990522 sec. | ||
| 10765 | 2025.01.07 05:14:54.235754 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10766 | 2025.01.07 05:14:54.235890 [ 256 ] {8d4cf13b-751d-4efe-b2f1-b0ee4526fd1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10767 | 2025.01.07 05:14:54.235948 [ 256 ] {8d4cf13b-751d-4efe-b2f1-b0ee4526fd1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10768 | 2025.01.07 05:14:54.236518 [ 256 ] {8d4cf13b-751d-4efe-b2f1-b0ee4526fd1f} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10769 | 2025.01.07 05:14:54.236556 [ 256 ] {8d4cf13b-751d-4efe-b2f1-b0ee4526fd1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10770 | 2025.01.07 05:14:54.236900 [ 256 ] {8d4cf13b-751d-4efe-b2f1-b0ee4526fd1f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10771 | 2025.01.07 05:14:54.237127 [ 256 ] {8d4cf13b-751d-4efe-b2f1-b0ee4526fd1f} <Trace> oximeter.fields_u8 (68b6f3f9-240b-4f35-bc98-cf66bd47b68a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10772 | 2025.01.07 05:14:54.237364 [ 256 ] {8d4cf13b-751d-4efe-b2f1-b0ee4526fd1f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001503 sec., 8649.367930805056 rows/sec., 539.29 KiB/sec. | ||
| 10773 | 2025.01.07 05:14:54.237583 [ 256 ] {8d4cf13b-751d-4efe-b2f1-b0ee4526fd1f} <Debug> TCPHandler: Processed in 0.001917148 sec. | ||
| 10774 | 2025.01.07 05:14:54.237809 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10775 | 2025.01.07 05:14:54.237935 [ 5 ] {568da0fb-58d7-409e-9549-f6bb2f5ff54f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10776 | 2025.01.07 05:14:54.237987 [ 5 ] {568da0fb-58d7-409e-9549-f6bb2f5ff54f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10777 | 2025.01.07 05:14:54.238943 [ 5 ] {568da0fb-58d7-409e-9549-f6bb2f5ff54f} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10778 | 2025.01.07 05:14:54.238985 [ 5 ] {568da0fb-58d7-409e-9549-f6bb2f5ff54f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10779 | 2025.01.07 05:14:54.239413 [ 5 ] {568da0fb-58d7-409e-9549-f6bb2f5ff54f} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10780 | 2025.01.07 05:14:54.239664 [ 5 ] {568da0fb-58d7-409e-9549-f6bb2f5ff54f} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10781 | 2025.01.07 05:14:54.239852 [ 119 ] {} <Debug> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
| 10782 | 2025.01.07 05:14:54.239897 [ 119 ] {} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10783 | 2025.01.07 05:14:54.239923 [ 5 ] {568da0fb-58d7-409e-9549-f6bb2f5ff54f} <Debug> executeQuery: Read 820 rows, 60.54 KiB in 0.002015 sec., 406947.8908188586 rows/sec., 29.34 MiB/sec. | ||
| 10784 | 2025.01.07 05:14:54.239938 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10785 | 2025.01.07 05:14:54.240100 [ 5 ] {568da0fb-58d7-409e-9549-f6bb2f5ff54f} <Debug> TCPHandler: Processed in 0.002384543 sec. | ||
| 10786 | 2025.01.07 05:14:54.240180 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::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 | ||
| 10787 | 2025.01.07 05:14:54.240288 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10788 | 2025.01.07 05:14:54.240358 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10789 | 2025.01.07 05:14:54.240432 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 875 rows starting from the beginning of the part | ||
| 10790 | 2025.01.07 05:14:54.240497 [ 256 ] {0e374889-4110-4e7a-92e6-089a5cd12cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10791 | 2025.01.07 05:14:54.240640 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 362 rows starting from the beginning of the part | ||
| 10792 | 2025.01.07 05:14:54.240734 [ 256 ] {0e374889-4110-4e7a-92e6-089a5cd12cd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10793 | 2025.01.07 05:14:54.241003 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 55 rows starting from the beginning of the part | ||
| 10794 | 2025.01.07 05:14:54.241402 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 362 rows starting from the beginning of the part | ||
| 10795 | 2025.01.07 05:14:54.241807 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 53 rows starting from the beginning of the part | ||
| 10796 | 2025.01.07 05:14:54.242130 [ 190 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 820 rows starting from the beginning of the part | ||
| 10797 | 2025.01.07 05:14:54.243073 [ 256 ] {0e374889-4110-4e7a-92e6-089a5cd12cd4} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10798 | 2025.01.07 05:14:54.243154 [ 256 ] {0e374889-4110-4e7a-92e6-089a5cd12cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10799 | 2025.01.07 05:14:54.244056 [ 256 ] {0e374889-4110-4e7a-92e6-089a5cd12cd4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10800 | 2025.01.07 05:14:54.244574 [ 256 ] {0e374889-4110-4e7a-92e6-089a5cd12cd4} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10801 | 2025.01.07 05:14:54.244761 [ 119 ] {} <Debug> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10802 | 2025.01.07 05:14:54.244805 [ 119 ] {} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10803 | 2025.01.07 05:14:54.244821 [ 256 ] {0e374889-4110-4e7a-92e6-089a5cd12cd4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004382 sec., 1369.2377909630306 rows/sec., 71.54 KiB/sec. | ||
| 10804 | 2025.01.07 05:14:54.244832 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10805 | 2025.01.07 05:14:54.245322 [ 256 ] {0e374889-4110-4e7a-92e6-089a5cd12cd4} <Debug> TCPHandler: Processed in 0.005078916 sec. | ||
| 10806 | 2025.01.07 05:14:54.245378 [ 192 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::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 | ||
| 10807 | 2025.01.07 05:14:54.245717 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10808 | 2025.01.07 05:14:54.245763 [ 195 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005702446 sec., 443143.1704921011 rows/sec., 33.60 MiB/sec. | ||
| 10809 | 2025.01.07 05:14:54.246017 [ 192 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10810 | 2025.01.07 05:14:54.246102 [ 5 ] {4d722f76-9600-411b-be65-8e2081a32a39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10811 | 2025.01.07 05:14:54.246119 [ 192 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
| 10812 | 2025.01.07 05:14:54.246178 [ 195 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
| 10813 | 2025.01.07 05:14:54.246319 [ 5 ] {4d722f76-9600-411b-be65-8e2081a32a39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10814 | 2025.01.07 05:14:54.246485 [ 192 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 10815 | 2025.01.07 05:14:54.246966 [ 192 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 10816 | 2025.01.07 05:14:54.247352 [ 192 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 10817 | 2025.01.07 05:14:54.247698 [ 192 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 10818 | 2025.01.07 05:14:54.247986 [ 192 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 10819 | 2025.01.07 05:14:54.248429 [ 202 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_80_16} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10820 | 2025.01.07 05:14:54.248937 [ 202 ] {07054297-9149-4bb5-b129-e54e8b80cf06::all_1_80_16} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
| 10821 | 2025.01.07 05:14:54.249167 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 10822 | 2025.01.07 05:14:54.250284 [ 5 ] {4d722f76-9600-411b-be65-8e2081a32a39} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10823 | 2025.01.07 05:14:54.250372 [ 5 ] {4d722f76-9600-411b-be65-8e2081a32a39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10824 | 2025.01.07 05:14:54.251245 [ 202 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.006258142 sec., 34515.036571557495 rows/sec., 1.76 MiB/sec. | ||
| 10825 | 2025.01.07 05:14:54.251466 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10826 | 2025.01.07 05:14:54.251498 [ 5 ] {4d722f76-9600-411b-be65-8e2081a32a39} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10827 | 2025.01.07 05:14:54.251994 [ 5 ] {4d722f76-9600-411b-be65-8e2081a32a39} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10828 | 2025.01.07 05:14:54.252026 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_36_7} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10829 | 2025.01.07 05:14:54.252248 [ 194 ] {e15887ba-877f-4b75-9762-7f29a9f5d661::all_1_36_7} <Trace> oximeter.measurements_bool (e15887ba-877f-4b75-9762-7f29a9f5d661) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10830 | 2025.01.07 05:14:54.252395 [ 5 ] {4d722f76-9600-411b-be65-8e2081a32a39} <Debug> executeQuery: Read 898 rows, 61.24 KiB in 0.006421 sec., 139853.60535742098 rows/sec., 9.31 MiB/sec. | ||
| 10831 | 2025.01.07 05:14:54.252428 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10832 | 2025.01.07 05:14:54.252558 [ 5 ] {4d722f76-9600-411b-be65-8e2081a32a39} <Debug> TCPHandler: Processed in 0.007058917 sec. | ||
| 10833 | 2025.01.07 05:14:54.252725 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10834 | 2025.01.07 05:14:54.252851 [ 256 ] {8edb2d35-919a-4fc2-85b2-fa59e1622e71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10835 | 2025.01.07 05:14:54.252904 [ 256 ] {8edb2d35-919a-4fc2-85b2-fa59e1622e71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10836 | 2025.01.07 05:14:54.253402 [ 256 ] {8edb2d35-919a-4fc2-85b2-fa59e1622e71} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10837 | 2025.01.07 05:14:54.253449 [ 256 ] {8edb2d35-919a-4fc2-85b2-fa59e1622e71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10838 | 2025.01.07 05:14:54.253846 [ 256 ] {8edb2d35-919a-4fc2-85b2-fa59e1622e71} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10839 | 2025.01.07 05:14:54.254090 [ 256 ] {8edb2d35-919a-4fc2-85b2-fa59e1622e71} <Trace> oximeter.measurements_f64 (155e2731-beb7-438a-8166-e2259aa0cf83): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10840 | 2025.01.07 05:14:54.254315 [ 256 ] {8edb2d35-919a-4fc2-85b2-fa59e1622e71} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001488 sec., 672.0430107526882 rows/sec., 45.28 KiB/sec. | ||
| 10841 | 2025.01.07 05:14:54.254425 [ 256 ] {8edb2d35-919a-4fc2-85b2-fa59e1622e71} <Debug> TCPHandler: Processed in 0.001758854 sec. | ||
| 10842 | 2025.01.07 05:14:54.254599 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10843 | 2025.01.07 05:14:54.254722 [ 5 ] {0388a381-e6bf-490d-afae-baeaef1e0379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10844 | 2025.01.07 05:14:54.254806 [ 5 ] {0388a381-e6bf-490d-afae-baeaef1e0379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10845 | 2025.01.07 05:14:54.255961 [ 5 ] {0388a381-e6bf-490d-afae-baeaef1e0379} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10846 | 2025.01.07 05:14:54.256003 [ 5 ] {0388a381-e6bf-490d-afae-baeaef1e0379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10847 | 2025.01.07 05:14:54.256650 [ 5 ] {0388a381-e6bf-490d-afae-baeaef1e0379} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10848 | 2025.01.07 05:14:54.256918 [ 5 ] {0388a381-e6bf-490d-afae-baeaef1e0379} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10849 | 2025.01.07 05:14:54.257148 [ 5 ] {0388a381-e6bf-490d-afae-baeaef1e0379} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002449 sec., 6533.2788893425895 rows/sec., 11.71 MiB/sec. | ||
| 10850 | 2025.01.07 05:14:54.257459 [ 5 ] {0388a381-e6bf-490d-afae-baeaef1e0379} <Debug> TCPHandler: Processed in 0.00293582 sec. | ||
| 10851 | 2025.01.07 05:14:54.257775 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10852 | 2025.01.07 05:14:54.257956 [ 256 ] {2dac49e0-c6fe-4b3f-a9dc-bde4097b8797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10853 | 2025.01.07 05:14:54.258018 [ 256 ] {2dac49e0-c6fe-4b3f-a9dc-bde4097b8797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10854 | 2025.01.07 05:14:54.258534 [ 256 ] {2dac49e0-c6fe-4b3f-a9dc-bde4097b8797} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10855 | 2025.01.07 05:14:54.258574 [ 256 ] {2dac49e0-c6fe-4b3f-a9dc-bde4097b8797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10856 | 2025.01.07 05:14:54.258977 [ 256 ] {2dac49e0-c6fe-4b3f-a9dc-bde4097b8797} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10857 | 2025.01.07 05:14:54.259229 [ 256 ] {2dac49e0-c6fe-4b3f-a9dc-bde4097b8797} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10858 | 2025.01.07 05:14:54.259465 [ 256 ] {2dac49e0-c6fe-4b3f-a9dc-bde4097b8797} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.00154 sec., 33766.23376623377 rows/sec., 2.09 MiB/sec. | ||
| 10859 | 2025.01.07 05:14:54.259530 [ 256 ] {2dac49e0-c6fe-4b3f-a9dc-bde4097b8797} <Debug> TCPHandler: Processed in 0.00194604 sec. | ||
| 10860 | 2025.01.07 05:14:56.505483 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25254 | ||
| 10861 | 2025.01.07 05:14:56.506120 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10862 | 2025.01.07 05:14:56.506157 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10863 | 2025.01.07 05:14:56.506662 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10864 | 2025.01.07 05:14:56.506906 [ 244 ] {} <Trace> system.asynchronous_metric_log (d242ea8a-926c-42e9-9fb1-2805f2f8037d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10865 | 2025.01.07 05:14:56.507080 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 10866 | 2025.01.07 05:14:58.288439 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 10867 | 2025.01.07 05:14:58.309935 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10868 | 2025.01.07 05:14:58.309987 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10869 | 2025.01.07 05:14:58.317401 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10870 | 2025.01.07 05:14:58.318221 [ 243 ] {} <Trace> system.metric_log (b07bd5b0-3d5b-4bd0-933d-2cd69d21edb4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10871 | 2025.01.07 05:14:58.321532 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 10872 | 2025.01.07 05:14:59.186128 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10873 | 2025.01.07 05:14:59.186317 [ 5 ] {c143d0ba-40a3-49a1-8ade-31e763e90c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10874 | 2025.01.07 05:14:59.186391 [ 5 ] {c143d0ba-40a3-49a1-8ade-31e763e90c2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10875 | 2025.01.07 05:14:59.187198 [ 5 ] {c143d0ba-40a3-49a1-8ade-31e763e90c2b} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10876 | 2025.01.07 05:14:59.187246 [ 5 ] {c143d0ba-40a3-49a1-8ade-31e763e90c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10877 | 2025.01.07 05:14:59.187694 [ 5 ] {c143d0ba-40a3-49a1-8ade-31e763e90c2b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10878 | 2025.01.07 05:14:59.187965 [ 5 ] {c143d0ba-40a3-49a1-8ade-31e763e90c2b} <Trace> oximeter.fields_string (56ca495f-f2f6-4964-b172-324a0a92264c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10879 | 2025.01.07 05:14:59.188227 [ 5 ] {c143d0ba-40a3-49a1-8ade-31e763e90c2b} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.001955 sec., 38874.68030690537 rows/sec., 3.37 MiB/sec. | ||
| 10880 | 2025.01.07 05:14:59.188347 [ 5 ] {c143d0ba-40a3-49a1-8ade-31e763e90c2b} <Debug> TCPHandler: Processed in 0.002353332 sec. | ||
| 10881 | 2025.01.07 05:14:59.188731 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10882 | 2025.01.07 05:14:59.189035 [ 256 ] {51e26949-407f-472c-bcfe-896a061b49dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10883 | 2025.01.07 05:14:59.189156 [ 256 ] {51e26949-407f-472c-bcfe-896a061b49dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10884 | 2025.01.07 05:14:59.189979 [ 256 ] {51e26949-407f-472c-bcfe-896a061b49dc} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10885 | 2025.01.07 05:14:59.190025 [ 256 ] {51e26949-407f-472c-bcfe-896a061b49dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10886 | 2025.01.07 05:14:59.190465 [ 256 ] {51e26949-407f-472c-bcfe-896a061b49dc} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10887 | 2025.01.07 05:14:59.190729 [ 256 ] {51e26949-407f-472c-bcfe-896a061b49dc} <Trace> oximeter.fields_u16 (8897dc6d-4bd5-4c82-ae4d-c2f3e52dc487): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10888 | 2025.01.07 05:14:59.190939 [ 256 ] {51e26949-407f-472c-bcfe-896a061b49dc} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001993 sec., 12543.90366281987 rows/sec., 943.24 KiB/sec. | ||
| 10889 | 2025.01.07 05:14:59.191004 [ 256 ] {51e26949-407f-472c-bcfe-896a061b49dc} <Debug> TCPHandler: Processed in 0.002505008 sec. | ||
| 10890 | 2025.01.07 05:14:59.191188 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10891 | 2025.01.07 05:14:59.191313 [ 5 ] {cf98f07f-36e9-4de3-9de9-83087f3acac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10892 | 2025.01.07 05:14:59.191367 [ 5 ] {cf98f07f-36e9-4de3-9de9-83087f3acac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10893 | 2025.01.07 05:14:59.192002 [ 5 ] {cf98f07f-36e9-4de3-9de9-83087f3acac6} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10894 | 2025.01.07 05:14:59.192044 [ 5 ] {cf98f07f-36e9-4de3-9de9-83087f3acac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10895 | 2025.01.07 05:14:59.192412 [ 5 ] {cf98f07f-36e9-4de3-9de9-83087f3acac6} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10896 | 2025.01.07 05:14:59.192652 [ 5 ] {cf98f07f-36e9-4de3-9de9-83087f3acac6} <Trace> oximeter.fields_uuid (07054297-9149-4bb5-b129-e54e8b80cf06): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10897 | 2025.01.07 05:14:59.192885 [ 5 ] {cf98f07f-36e9-4de3-9de9-83087f3acac6} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.0016 sec., 33125 rows/sec., 2.59 MiB/sec. | ||
| 10898 | 2025.01.07 05:14:59.192969 [ 5 ] {cf98f07f-36e9-4de3-9de9-83087f3acac6} <Debug> TCPHandler: Processed in 0.001853447 sec. | ||
| 10899 | 2025.01.07 05:14:59.193201 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10900 | 2025.01.07 05:14:59.193398 [ 256 ] {746f4ab1-11fa-4df5-ac74-e83ff64652e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10901 | 2025.01.07 05:14:59.193467 [ 256 ] {746f4ab1-11fa-4df5-ac74-e83ff64652e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10902 | 2025.01.07 05:14:59.194117 [ 256 ] {746f4ab1-11fa-4df5-ac74-e83ff64652e4} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10903 | 2025.01.07 05:14:59.194164 [ 256 ] {746f4ab1-11fa-4df5-ac74-e83ff64652e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10904 | 2025.01.07 05:14:59.194566 [ 256 ] {746f4ab1-11fa-4df5-ac74-e83ff64652e4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10905 | 2025.01.07 05:14:59.194802 [ 256 ] {746f4ab1-11fa-4df5-ac74-e83ff64652e4} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10906 | 2025.01.07 05:14:59.194944 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10907 | 2025.01.07 05:14:59.194996 [ 256 ] {746f4ab1-11fa-4df5-ac74-e83ff64652e4} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001633 sec., 61236.987140232704 rows/sec., 4.25 MiB/sec. | ||
| 10908 | 2025.01.07 05:14:59.194997 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10909 | 2025.01.07 05:14:59.195050 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10910 | 2025.01.07 05:14:59.195071 [ 256 ] {746f4ab1-11fa-4df5-ac74-e83ff64652e4} <Debug> TCPHandler: Processed in 0.002003772 sec. | ||
| 10911 | 2025.01.07 05:14:59.195285 [ 5 ] {} <Trace> TCP-Session: 913c08bf-63ea-4e02-8b62-595b3b550f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10912 | 2025.01.07 05:14:59.195306 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::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 | ||
| 10913 | 2025.01.07 05:14:59.195500 [ 5 ] {7f6f6b94-a2de-41c6-a039-513e6cbbedc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57108) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10914 | 2025.01.07 05:14:59.195643 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10915 | 2025.01.07 05:14:59.195716 [ 5 ] {7f6f6b94-a2de-41c6-a039-513e6cbbedc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10916 | 2025.01.07 05:14:59.195749 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 19678 rows starting from the beginning of the part | ||
| 10917 | 2025.01.07 05:14:59.196148 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 101 rows starting from the beginning of the part | ||
| 10918 | 2025.01.07 05:14:59.196581 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 177 rows starting from the beginning of the part | ||
| 10919 | 2025.01.07 05:14:59.197063 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 100 rows starting from the beginning of the part | ||
| 10920 | 2025.01.07 05:14:59.197498 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 898 rows starting from the beginning of the part | ||
| 10921 | 2025.01.07 05:14:59.197855 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 100 rows starting from the beginning of the part | ||
| 10922 | 2025.01.07 05:14:59.200879 [ 5 ] {7f6f6b94-a2de-41c6-a039-513e6cbbedc0} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10923 | 2025.01.07 05:14:59.200957 [ 5 ] {7f6f6b94-a2de-41c6-a039-513e6cbbedc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10924 | 2025.01.07 05:14:59.202507 [ 5 ] {7f6f6b94-a2de-41c6-a039-513e6cbbedc0} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10925 | 2025.01.07 05:14:59.203203 [ 5 ] {7f6f6b94-a2de-41c6-a039-513e6cbbedc0} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10926 | 2025.01.07 05:14:59.203648 [ 107 ] {} <Debug> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10927 | 2025.01.07 05:14:59.203745 [ 107 ] {} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10928 | 2025.01.07 05:14:59.203792 [ 5 ] {7f6f6b94-a2de-41c6-a039-513e6cbbedc0} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.008362 sec., 2989.71537909591 rows/sec., 5.36 MiB/sec. | ||
| 10929 | 2025.01.07 05:14:59.203801 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10930 | 2025.01.07 05:14:59.204258 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::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 | ||
| 10931 | 2025.01.07 05:14:59.204276 [ 5 ] {7f6f6b94-a2de-41c6-a039-513e6cbbedc0} <Debug> TCPHandler: Processed in 0.0091053 sec. | ||
| 10932 | 2025.01.07 05:14:59.204555 [ 256 ] {} <Trace> TCP-Session: cf8b7f8f-14a8-4b3f-887f-2343c0862808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10933 | 2025.01.07 05:14:59.204850 [ 256 ] {84ece575-e8c7-4c97-8561-01881ec9d114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50738) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10934 | 2025.01.07 05:14:59.205040 [ 256 ] {84ece575-e8c7-4c97-8561-01881ec9d114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10935 | 2025.01.07 05:14:59.205110 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10936 | 2025.01.07 05:14:59.205493 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1320 rows starting from the beginning of the part | ||
| 10937 | 2025.01.07 05:14:59.206914 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 25 rows starting from the beginning of the part | ||
| 10938 | 2025.01.07 05:14:59.208402 [ 256 ] {84ece575-e8c7-4c97-8561-01881ec9d114} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10939 | 2025.01.07 05:14:59.208473 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 16 rows starting from the beginning of the part | ||
| 10940 | 2025.01.07 05:14:59.208513 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21054 rows, containing 5 columns (5 merged, 0 gathered) in 0.01335468 sec., 1576525.9819029733 rows/sec., 105.71 MiB/sec. | ||
| 10941 | 2025.01.07 05:14:59.208531 [ 256 ] {84ece575-e8c7-4c97-8561-01881ec9d114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10942 | 2025.01.07 05:14:59.209171 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10943 | 2025.01.07 05:14:59.209558 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 25 rows starting from the beginning of the part | ||
| 10944 | 2025.01.07 05:14:59.210335 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10945 | 2025.01.07 05:14:59.210745 [ 186 ] {851c0976-0e47-4f4c-8183-6b14c218352c::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (851c0976-0e47-4f4c-8183-6b14c218352c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10946 | 2025.01.07 05:14:59.210769 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 16 rows starting from the beginning of the part | ||
| 10947 | 2025.01.07 05:14:59.210872 [ 256 ] {84ece575-e8c7-4c97-8561-01881ec9d114} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10948 | 2025.01.07 05:14:59.210949 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 10949 | 2025.01.07 05:14:59.211416 [ 202 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 25 rows starting from the beginning of the part | ||
| 10950 | 2025.01.07 05:14:59.211843 [ 256 ] {84ece575-e8c7-4c97-8561-01881ec9d114} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10951 | 2025.01.07 05:14:59.212406 [ 109 ] {} <Debug> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10952 | 2025.01.07 05:14:59.212521 [ 109 ] {} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10953 | 2025.01.07 05:14:59.212725 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 10954 | 2025.01.07 05:14:59.212890 [ 256 ] {84ece575-e8c7-4c97-8561-01881ec9d114} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.008029 sec., 3736.4553493585754 rows/sec., 262.11 KiB/sec. | ||
| 10955 | 2025.01.07 05:14:59.213246 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::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 | ||
| 10956 | 2025.01.07 05:14:59.213772 [ 256 ] {84ece575-e8c7-4c97-8561-01881ec9d114} <Debug> TCPHandler: Processed in 0.009299295 sec. | ||
| 10957 | 2025.01.07 05:14:59.214047 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10958 | 2025.01.07 05:14:59.214196 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2980 rows starting from the beginning of the part | ||
| 10959 | 2025.01.07 05:14:59.214766 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 30 rows starting from the beginning of the part | ||
| 10960 | 2025.01.07 05:14:59.215310 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 52 rows starting from the beginning of the part | ||
| 10961 | 2025.01.07 05:14:59.215878 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 30 rows starting from the beginning of the part | ||
| 10962 | 2025.01.07 05:14:59.216249 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 52 rows starting from the beginning of the part | ||
| 10963 | 2025.01.07 05:14:59.216364 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 30 rows starting from the beginning of the part | ||
| 10964 | 2025.01.07 05:14:59.219726 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3174 rows, containing 4 columns (4 merged, 0 gathered) in 0.006856061 sec., 462948.03969801316 rows/sec., 29.92 MiB/sec. | ||
| 10965 | 2025.01.07 05:14:59.220168 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10966 | 2025.01.07 05:14:59.220647 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_81_16} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10967 | 2025.01.07 05:14:59.220727 [ 196 ] {e6afd86b-9e14-4342-8484-cc9491453a32::all_1_81_16} <Trace> oximeter.measurements_u64 (e6afd86b-9e14-4342-8484-cc9491453a32) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10968 | 2025.01.07 05:14:59.220827 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 10969 | 2025.01.07 05:14:59.224752 [ 191 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1427 rows, containing 19 columns (19 merged, 0 gathered) in 0.020785369 sec., 68654.06142176258 rows/sec., 123.02 MiB/sec. | ||
| 10970 | 2025.01.07 05:14:59.226182 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10971 | 2025.01.07 05:14:59.226641 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10972 | 2025.01.07 05:14:59.226737 [ 200 ] {2eafd558-5a8b-49d5-96c8-f876fcc32f4d::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (2eafd558-5a8b-49d5-96c8-f876fcc32f4d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10973 | 2025.01.07 05:14:59.226897 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.51 MiB. | ||
| 10974 | 2025.01.07 05:15:00.001225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 236.54 MiB, peak 248.00 MiB, free memory in arenas 0.00 B, will set to 240.25 MiB (RSS), difference: 3.71 MiB | ||