| 1 | [ Nov 19 01:32:21 Enabled. ] | ||
| 2 | [ Nov 19 01:32:21 Rereading configuration. ] | ||
| 3 | [ Nov 19 01:32:23 Rereading configuration. ] | ||
| 4 | [ Nov 19 01:32:27 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 | [ Nov 19 01:32:27 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2024.11.19 01:32:28.294029 [ 1 ] {} <Information> Application: Will watch for the process with pid 26987 | ||
| 29 | 2024.11.19 01:32:28.294533 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.11.19 01:32:28.540117 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 26987 | ||
| 31 | 2024.11.19 01:32:28.540864 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.11.19 01:32:28.541536 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.11.19 01:32:28.627812 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.11.19 01:32:28.685312 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.11.19 01:32:28.685365 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.11.19 01:32:28.685383 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.11.19 01:32:28.685455 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.11.19 01:32:28.685862 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.11.19 01:32:28.687394 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2024.11.19 01:32:28.687969 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.11.19 01:32:28.688790 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2024.11.19 01:32:28.688812 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2024.11.19 01:32:28.688827 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.11.19 01:32:28.688989 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.11.19 01:32:28.689903 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.11.19 01:32:28.695275 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.11.19 01:32:28.696061 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.11.19 01:32:28.697259 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.11.19 01:32:28.697322 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.11.19 01:32:28.698832 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2024.11.19 01:32:28.699164 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.11.19 01:32:28.703413 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.11.19 01:32:28.704102 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.11.19 01:32:28.705596 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.11.19 01:32:28.706000 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.11.19 01:32:28.706367 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.11.19 01:32:28.706666 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.11.19 01:32:28.707993 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.11.19 01:32:28.708023 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.11.19 01:32:28.708095 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.11.19 01:32:28.708275 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.11.19 01:32:28.735488 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.11.19 01:32:28.735515 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000147182 sec | ||
| 68 | 2024.11.19 01:32:28.735559 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.11.19 01:32:28.735574 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.11.19 01:32:28.736708 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.11.19 01:32:28.737681 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.11.19 01:32:28.749263 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.11.19 01:32:28.749307 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.11.19 01:32:28.749330 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.11.19 01:32:28.749342 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.11.19 01:32:28.749371 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.11.19 01:32:28.749388 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 78 | 2024.11.19 01:32:28.749400 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.11.19 01:32:28.749430 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.11.19 01:32:28.749447 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 81 | 2024.11.19 01:32:28.749459 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.11.19 01:32:28.749470 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.11.19 01:32:28.749507 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.11.19 01:32:28.749519 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.11.19 01:32:28.749531 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.11.19 01:32:28.749561 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.11.19 01:32:28.749574 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.11.19 01:32:28.776379 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.11.19 01:32:28.780683 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.11.19 01:32:28.780716 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4821e-05 sec | ||
| 91 | 2024.11.19 01:32:28.780733 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.11.19 01:32:28.780748 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.11.19 01:32:28.780775 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.11.19 01:32:28.781001 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.11.19 01:32:28.781052 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.11.19 01:32:28.781070 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.11.19 01:32:28.781084 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2024.11.19 01:32:28.781105 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.11.19 01:32:28.785652 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.11.19 01:32:28.785871 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.76 MiB, peak 24.76 MiB, free memory in arenas 0.00 B, will set to 116.84 MiB (RSS), difference: 92.08 MiB | ||
| 101 | 2024.11.19 01:32:28.786779 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.7171e-05 sec. | ||
| 102 | 2024.11.19 01:32:28.787110 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.11.19 01:32:28.787202 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.11.19 01:32:28.787221 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.11.19 01:32:28.803641 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46226 | ||
| 106 | 2024.11.19 01:32:28.803883 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.11.19 01:32:28.803944 [ 3 ] {} <Debug> TCP-Session: feb0daf6-54af-4951-95d7-29fb78406212 Authenticating user 'default' from [fd00:1122:3344:101::b]:46226 | ||
| 108 | 2024.11.19 01:32:28.803980 [ 3 ] {} <Debug> TCP-Session: feb0daf6-54af-4951-95d7-29fb78406212 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.11.19 01:32:28.804015 [ 3 ] {} <Debug> TCP-Session: feb0daf6-54af-4951-95d7-29fb78406212 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.11.19 01:32:28.804127 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.11.19 01:32:28.804164 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2024.11.19 01:32:28.804198 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2024.11.19 01:32:28.804809 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50953 | ||
| 114 | 2024.11.19 01:32:28.804857 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62463 | ||
| 115 | 2024.11.19 01:32:28.804923 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2024.11.19 01:32:28.804962 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2024.11.19 01:32:28.804997 [ 250 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57118 | ||
| 118 | 2024.11.19 01:32:28.805004 [ 4 ] {} <Debug> TCP-Session: 6236d535-58ea-409b-b10b-1dfb1b71c6f5 Authenticating user 'default' from [fd00:1122:3344:101::b]:50953 | ||
| 119 | 2024.11.19 01:32:28.805020 [ 5 ] {} <Debug> TCP-Session: 5bc057aa-45aa-43a8-bb37-cb251215559e Authenticating user 'default' from [fd00:1122:3344:101::b]:62463 | ||
| 120 | 2024.11.19 01:32:28.805056 [ 4 ] {} <Debug> TCP-Session: 6236d535-58ea-409b-b10b-1dfb1b71c6f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2024.11.19 01:32:28.805178 [ 4 ] {} <Debug> TCP-Session: 6236d535-58ea-409b-b10b-1dfb1b71c6f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2024.11.19 01:32:28.805177 [ 251 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60288 | ||
| 123 | 2024.11.19 01:32:28.805207 [ 5 ] {} <Debug> TCP-Session: 5bc057aa-45aa-43a8-bb37-cb251215559e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 124 | 2024.11.19 01:32:28.805190 [ 250 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2024.11.19 01:32:28.805271 [ 5 ] {} <Debug> TCP-Session: 5bc057aa-45aa-43a8-bb37-cb251215559e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 126 | 2024.11.19 01:32:28.805285 [ 252 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58493 | ||
| 127 | 2024.11.19 01:32:28.805454 [ 250 ] {} <Debug> TCP-Session: 4a213b84-0b88-417b-b0bb-0b364e9c4afd Authenticating user 'default' from [fd00:1122:3344:101::b]:57118 | ||
| 128 | 2024.11.19 01:32:28.805452 [ 251 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 129 | 2024.11.19 01:32:28.805562 [ 250 ] {} <Debug> TCP-Session: 4a213b84-0b88-417b-b0bb-0b364e9c4afd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2024.11.19 01:32:28.805611 [ 252 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 131 | 2024.11.19 01:32:28.805628 [ 250 ] {} <Debug> TCP-Session: 4a213b84-0b88-417b-b0bb-0b364e9c4afd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2024.11.19 01:32:28.805665 [ 251 ] {} <Debug> TCP-Session: a0f1a725-d75a-49e0-b532-e4c5a0296871 Authenticating user 'default' from [fd00:1122:3344:101::b]:60288 | ||
| 133 | 2024.11.19 01:32:28.805684 [ 252 ] {} <Debug> TCP-Session: 49b28aa5-f95c-403d-951e-ca7ed51bbaa7 Authenticating user 'default' from [fd00:1122:3344:101::b]:58493 | ||
| 134 | 2024.11.19 01:32:28.805735 [ 251 ] {} <Debug> TCP-Session: a0f1a725-d75a-49e0-b532-e4c5a0296871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2024.11.19 01:32:28.805742 [ 252 ] {} <Debug> TCP-Session: 49b28aa5-f95c-403d-951e-ca7ed51bbaa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2024.11.19 01:32:28.805770 [ 251 ] {} <Debug> TCP-Session: a0f1a725-d75a-49e0-b532-e4c5a0296871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2024.11.19 01:32:28.805805 [ 252 ] {} <Debug> TCP-Session: 49b28aa5-f95c-403d-951e-ca7ed51bbaa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2024.11.19 01:32:28.806150 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46548 | ||
| 139 | 2024.11.19 01:32:28.806300 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61786 | ||
| 140 | 2024.11.19 01:32:28.806305 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2024.11.19 01:32:28.806360 [ 253 ] {} <Debug> TCP-Session: ef687338-8de3-4fed-92e5-a71f93ac0850 Authenticating user 'default' from [fd00:1122:3344:101::b]:46548 | ||
| 142 | 2024.11.19 01:32:28.806435 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2024.11.19 01:32:28.806447 [ 253 ] {} <Debug> TCP-Session: ef687338-8de3-4fed-92e5-a71f93ac0850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2024.11.19 01:32:28.806498 [ 254 ] {} <Debug> TCP-Session: 8d37216e-41da-449c-a64c-21137bf494eb Authenticating user 'default' from [fd00:1122:3344:101::b]:61786 | ||
| 145 | 2024.11.19 01:32:28.806506 [ 253 ] {} <Debug> TCP-Session: ef687338-8de3-4fed-92e5-a71f93ac0850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.11.19 01:32:28.806537 [ 254 ] {} <Debug> TCP-Session: 8d37216e-41da-449c-a64c-21137bf494eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.11.19 01:32:28.806576 [ 254 ] {} <Debug> TCP-Session: 8d37216e-41da-449c-a64c-21137bf494eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.11.19 01:32:29.000214 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 116.90 MiB, peak 116.90 MiB, free memory in arenas 0.00 B, will set to 118.95 MiB (RSS), difference: 2.05 MiB | ||
| 149 | 2024.11.19 01:32:29.344054 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42872 | ||
| 150 | 2024.11.19 01:32:29.344190 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 151 | 2024.11.19 01:32:29.344219 [ 255 ] {} <Debug> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Authenticating user 'default' from [fd00:1122:3344:101::d]:42872 | ||
| 152 | 2024.11.19 01:32:29.344267 [ 255 ] {} <Debug> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.11.19 01:32:29.344287 [ 255 ] {} <Debug> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2024.11.19 01:32:29.344345 [ 255 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 155 | 2024.11.19 01:32:29.344379 [ 255 ] {} <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 | ||
| 156 | 2024.11.19 01:32:29.344399 [ 255 ] {} <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 | ||
| 157 | 2024.11.19 01:32:29.345327 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45080 | ||
| 158 | 2024.11.19 01:32:29.345550 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61142 | ||
| 159 | 2024.11.19 01:32:29.345561 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 160 | 2024.11.19 01:32:29.345584 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50863 | ||
| 161 | 2024.11.19 01:32:29.345687 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48083 | ||
| 162 | 2024.11.19 01:32:29.345925 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 163 | 2024.11.19 01:32:29.345691 [ 256 ] {} <Debug> TCP-Session: 6c17f7f7-eec3-40ed-9f77-740815d0fab2 Authenticating user 'default' from [fd00:1122:3344:101::d]:45080 | ||
| 164 | 2024.11.19 01:32:29.346051 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 165 | 2024.11.19 01:32:29.346063 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 166 | 2024.11.19 01:32:29.346097 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35294 | ||
| 167 | 2024.11.19 01:32:29.346097 [ 256 ] {} <Debug> TCP-Session: 6c17f7f7-eec3-40ed-9f77-740815d0fab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 168 | 2024.11.19 01:32:29.346070 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46060 | ||
| 169 | 2024.11.19 01:32:29.346149 [ 259 ] {} <Debug> TCP-Session: 9d2e0eae-ab07-4e45-b102-f3b086c7980e Authenticating user 'default' from [fd00:1122:3344:101::d]:48083 | ||
| 170 | 2024.11.19 01:32:29.346176 [ 258 ] {} <Debug> TCP-Session: 5cfdf9d6-16c3-4e62-ba8d-1bc365fe9d97 Authenticating user 'default' from [fd00:1122:3344:101::d]:50863 | ||
| 171 | 2024.11.19 01:32:29.346218 [ 256 ] {} <Debug> TCP-Session: 6c17f7f7-eec3-40ed-9f77-740815d0fab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 172 | 2024.11.19 01:32:29.346727 [ 257 ] {} <Debug> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Authenticating user 'default' from [fd00:1122:3344:101::d]:61142 | ||
| 173 | 2024.11.19 01:32:29.346737 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 174 | 2024.11.19 01:32:29.346808 [ 259 ] {} <Debug> TCP-Session: 9d2e0eae-ab07-4e45-b102-f3b086c7980e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 175 | 2024.11.19 01:32:29.346799 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61237 | ||
| 176 | 2024.11.19 01:32:29.347486 [ 259 ] {} <Debug> TCP-Session: 9d2e0eae-ab07-4e45-b102-f3b086c7980e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2024.11.19 01:32:29.347518 [ 260 ] {} <Debug> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35294 | ||
| 178 | 2024.11.19 01:32:29.347481 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 179 | 2024.11.19 01:32:29.347532 [ 257 ] {} <Debug> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.11.19 01:32:29.348205 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 181 | 2024.11.19 01:32:29.348217 [ 260 ] {} <Debug> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 182 | 2024.11.19 01:32:29.348327 [ 257 ] {} <Debug> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2024.11.19 01:32:29.348347 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 184 | 2024.11.19 01:32:29.348365 [ 262 ] {} <Debug> TCP-Session: db969f71-06f8-4ca1-becc-c85ed132c674 Authenticating user 'default' from [fd00:1122:3344:101::d]:61237 | ||
| 185 | 2024.11.19 01:32:29.348336 [ 260 ] {} <Debug> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2024.11.19 01:32:29.348284 [ 258 ] {} <Debug> TCP-Session: 5cfdf9d6-16c3-4e62-ba8d-1bc365fe9d97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2024.11.19 01:32:29.348433 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47399 | ||
| 188 | 2024.11.19 01:32:29.348519 [ 261 ] {} <Debug> TCP-Session: 4ea02474-e5b3-4a32-8dba-c02e814e327e Authenticating user 'default' from [fd00:1122:3344:101::d]:46060 | ||
| 189 | 2024.11.19 01:32:29.348546 [ 262 ] {} <Debug> TCP-Session: db969f71-06f8-4ca1-becc-c85ed132c674 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2024.11.19 01:32:29.348563 [ 258 ] {} <Debug> TCP-Session: 5cfdf9d6-16c3-4e62-ba8d-1bc365fe9d97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2024.11.19 01:32:29.348677 [ 262 ] {} <Debug> TCP-Session: db969f71-06f8-4ca1-becc-c85ed132c674 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2024.11.19 01:32:29.348687 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 193 | 2024.11.19 01:32:29.348710 [ 261 ] {} <Debug> TCP-Session: 4ea02474-e5b3-4a32-8dba-c02e814e327e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.11.19 01:32:29.348787 [ 263 ] {} <Debug> TCP-Session: ac693e16-16d3-44cf-bfd0-1d01f8de22e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:47399 | ||
| 195 | 2024.11.19 01:32:29.348800 [ 261 ] {} <Debug> TCP-Session: 4ea02474-e5b3-4a32-8dba-c02e814e327e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2024.11.19 01:32:29.348827 [ 263 ] {} <Debug> TCP-Session: ac693e16-16d3-44cf-bfd0-1d01f8de22e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2024.11.19 01:32:29.348869 [ 263 ] {} <Debug> TCP-Session: ac693e16-16d3-44cf-bfd0-1d01f8de22e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 198 | 2024.11.19 01:32:29.351608 [ 255 ] {784c91be-9a69-45f8-bb08-2193ead7821a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 199 | 2024.11.19 01:32:29.480502 [ 255 ] {784c91be-9a69-45f8-bb08-2193ead7821a} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42872) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 200 | |||
| 201 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 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 | ||
| 204 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 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 | ||
| 208 | 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 | ||
| 209 | 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 | ||
| 210 | 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 | ||
| 211 | 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 | ||
| 212 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 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 | ||
| 215 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 222 | |||
| 223 | 2024.11.19 01:32:29.481751 [ 255 ] {784c91be-9a69-45f8-bb08-2193ead7821a} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 224 | |||
| 225 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 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 | ||
| 228 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 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 | ||
| 232 | 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 | ||
| 233 | 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 | ||
| 234 | 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 | ||
| 235 | 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 | ||
| 236 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 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 | ||
| 239 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 246 | |||
| 247 | 2024.11.19 01:32:29.481859 [ 255 ] {784c91be-9a69-45f8-bb08-2193ead7821a} <Debug> TCPHandler: Processed in 0.135828939 sec. | ||
| 248 | 2024.11.19 01:32:29.482177 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 249 | 2024.11.19 01:32:29.482392 [ 260 ] {35da479c-f7f1-4c55-a616-67d6811ce017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 250 | 2024.11.19 01:32:29.482721 [ 260 ] {35da479c-f7f1-4c55-a616-67d6811ce017} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:35294) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 251 | |||
| 252 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 254 | 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 | ||
| 255 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 258 | 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 | ||
| 259 | 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 | ||
| 260 | 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 | ||
| 261 | 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 | ||
| 262 | 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 | ||
| 263 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 265 | 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 | ||
| 266 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 267 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 272 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 273 | |||
| 274 | 2024.11.19 01:32:29.482853 [ 260 ] {35da479c-f7f1-4c55-a616-67d6811ce017} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 275 | |||
| 276 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 277 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 278 | 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 | ||
| 279 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 282 | 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 | ||
| 283 | 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 | ||
| 284 | 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 | ||
| 285 | 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 | ||
| 286 | 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 | ||
| 287 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 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 | ||
| 290 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 20. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 297 | |||
| 298 | 2024.11.19 01:32:29.482970 [ 260 ] {35da479c-f7f1-4c55-a616-67d6811ce017} <Debug> TCPHandler: Processed in 0.000936776 sec. | ||
| 299 | 2024.11.19 01:32:29.483292 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 300 | 2024.11.19 01:32:29.484498 [ 255 ] {dff30d95-a3b3-4dfc-ad06-fcfc87ba41fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 301 | 2024.11.19 01:32:29.485142 [ 255 ] {dff30d95-a3b3-4dfc-ad06-fcfc87ba41fc} <Debug> TCPHandler: Processed in 0.001963165 sec. | ||
| 302 | 2024.11.19 01:32:29.485334 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 303 | 2024.11.19 01:32:29.485452 [ 260 ] {dcea3302-250a-48e2-913c-8b610d05df6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 304 | 2024.11.19 01:32:29.485575 [ 260 ] {dcea3302-250a-48e2-913c-8b610d05df6d} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 305 | 2024.11.19 01:32:29.492496 [ 260 ] {dcea3302-250a-48e2-913c-8b610d05df6d} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 306 | 2024.11.19 01:32:29.492548 [ 260 ] {dcea3302-250a-48e2-913c-8b610d05df6d} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.2102e-05 sec | ||
| 307 | 2024.11.19 01:32:29.492586 [ 260 ] {dcea3302-250a-48e2-913c-8b610d05df6d} <Trace> ReferentialDeps: No tables | ||
| 308 | 2024.11.19 01:32:29.492601 [ 260 ] {dcea3302-250a-48e2-913c-8b610d05df6d} <Trace> LoadingDeps: No tables | ||
| 309 | 2024.11.19 01:32:29.492630 [ 260 ] {dcea3302-250a-48e2-913c-8b610d05df6d} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 310 | 2024.11.19 01:32:29.492698 [ 260 ] {dcea3302-250a-48e2-913c-8b610d05df6d} <Debug> TCPHandler: Processed in 0.007420842 sec. | ||
| 311 | 2024.11.19 01:32:29.492895 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 312 | 2024.11.19 01:32:29.493075 [ 255 ] {79b7802f-d75c-4931-a5cd-5712ed1b5d93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) /* The version table contains metadata about the `oximeter` database */ | ||
| 313 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 314 | 2024.11.19 01:32:29.493143 [ 255 ] {79b7802f-d75c-4931-a5cd-5712ed1b5d93} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 315 | 2024.11.19 01:32:29.500535 [ 255 ] {79b7802f-d75c-4931-a5cd-5712ed1b5d93} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 316 | 2024.11.19 01:32:29.505180 [ 255 ] {79b7802f-d75c-4931-a5cd-5712ed1b5d93} <Debug> oximeter.version (0d4f4ec0-2180-4912-b821-bafada8a28e9): Loading data parts | ||
| 317 | 2024.11.19 01:32:29.505691 [ 255 ] {79b7802f-d75c-4931-a5cd-5712ed1b5d93} <Debug> oximeter.version (0d4f4ec0-2180-4912-b821-bafada8a28e9): There are no data parts | ||
| 318 | 2024.11.19 01:32:29.514618 [ 255 ] {79b7802f-d75c-4931-a5cd-5712ed1b5d93} <Debug> TCPHandler: Processed in 0.02177975 sec. | ||
| 319 | 2024.11.19 01:32:29.514860 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 320 | 2024.11.19 01:32:29.515132 [ 260 ] {19877e88-e041-4708-9d83-fc4ebebc92fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) /* The measurement tables contain all individual samples from each timeseries. | ||
| 321 | * | ||
| 322 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 323 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 324 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 325 | * by all samples from the same timeseries. | ||
| 326 | * | ||
| 327 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 328 | * and then uses that to index quickly into the measurements tables. | ||
| 329 | */ | ||
| 330 | 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) | ||
| 331 | 2024.11.19 01:32:29.515222 [ 260 ] {19877e88-e041-4708-9d83-fc4ebebc92fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 332 | 2024.11.19 01:32:29.526953 [ 260 ] {19877e88-e041-4708-9d83-fc4ebebc92fc} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Loading data parts | ||
| 333 | 2024.11.19 01:32:29.527185 [ 260 ] {19877e88-e041-4708-9d83-fc4ebebc92fc} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): There are no data parts | ||
| 334 | 2024.11.19 01:32:29.529965 [ 260 ] {19877e88-e041-4708-9d83-fc4ebebc92fc} <Debug> TCPHandler: Processed in 0.015169971 sec. | ||
| 335 | 2024.11.19 01:32:29.530202 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 336 | 2024.11.19 01:32:29.530432 [ 255 ] {91501417-f041-474c-8b5f-d85e8ac91f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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) | ||
| 337 | 2024.11.19 01:32:29.530513 [ 255 ] {91501417-f041-474c-8b5f-d85e8ac91f01} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 338 | 2024.11.19 01:32:29.539458 [ 255 ] {91501417-f041-474c-8b5f-d85e8ac91f01} <Debug> oximeter.measurements_i8 (11f957f7-2b6f-4ac2-ac07-b0f8a5ce0ac3): Loading data parts | ||
| 339 | 2024.11.19 01:32:29.539746 [ 255 ] {91501417-f041-474c-8b5f-d85e8ac91f01} <Debug> oximeter.measurements_i8 (11f957f7-2b6f-4ac2-ac07-b0f8a5ce0ac3): There are no data parts | ||
| 340 | 2024.11.19 01:32:29.545211 [ 255 ] {91501417-f041-474c-8b5f-d85e8ac91f01} <Debug> TCPHandler: Processed in 0.01509023 sec. | ||
| 341 | 2024.11.19 01:32:29.545460 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 342 | 2024.11.19 01:32:29.545718 [ 260 ] {9a574c53-15b3-43c4-9c89-9a1c73ecb72c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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) | ||
| 343 | 2024.11.19 01:32:29.545794 [ 260 ] {9a574c53-15b3-43c4-9c89-9a1c73ecb72c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 344 | 2024.11.19 01:32:29.556557 [ 260 ] {9a574c53-15b3-43c4-9c89-9a1c73ecb72c} <Debug> oximeter.measurements_u8 (6d96e16e-cdb4-46d9-bb6f-d4af75460a02): Loading data parts | ||
| 345 | 2024.11.19 01:32:29.556772 [ 260 ] {9a574c53-15b3-43c4-9c89-9a1c73ecb72c} <Debug> oximeter.measurements_u8 (6d96e16e-cdb4-46d9-bb6f-d4af75460a02): There are no data parts | ||
| 346 | 2024.11.19 01:32:29.570815 [ 260 ] {9a574c53-15b3-43c4-9c89-9a1c73ecb72c} <Debug> TCPHandler: Processed in 0.025442735 sec. | ||
| 347 | 2024.11.19 01:32:29.571114 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 348 | 2024.11.19 01:32:29.571349 [ 255 ] {f8d55db9-29b0-4b52-bb18-d59be4a55240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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) | ||
| 349 | 2024.11.19 01:32:29.571429 [ 255 ] {f8d55db9-29b0-4b52-bb18-d59be4a55240} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 350 | 2024.11.19 01:32:29.577572 [ 255 ] {f8d55db9-29b0-4b52-bb18-d59be4a55240} <Debug> oximeter.measurements_i16 (c69b3ed2-7303-43ea-9c34-bc2811414b77): Loading data parts | ||
| 351 | 2024.11.19 01:32:29.577766 [ 255 ] {f8d55db9-29b0-4b52-bb18-d59be4a55240} <Debug> oximeter.measurements_i16 (c69b3ed2-7303-43ea-9c34-bc2811414b77): There are no data parts | ||
| 352 | 2024.11.19 01:32:29.587339 [ 255 ] {f8d55db9-29b0-4b52-bb18-d59be4a55240} <Debug> TCPHandler: Processed in 0.016311012 sec. | ||
| 353 | 2024.11.19 01:32:29.587563 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 354 | 2024.11.19 01:32:29.587830 [ 260 ] {ba5ac5ed-01c0-4999-9e53-1bcfefeecc96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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) | ||
| 355 | 2024.11.19 01:32:29.587905 [ 260 ] {ba5ac5ed-01c0-4999-9e53-1bcfefeecc96} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 356 | 2024.11.19 01:32:29.600061 [ 260 ] {ba5ac5ed-01c0-4999-9e53-1bcfefeecc96} <Debug> oximeter.measurements_u16 (139e52e7-352b-46c3-a604-049c9a7076d2): Loading data parts | ||
| 357 | 2024.11.19 01:32:29.600255 [ 260 ] {ba5ac5ed-01c0-4999-9e53-1bcfefeecc96} <Debug> oximeter.measurements_u16 (139e52e7-352b-46c3-a604-049c9a7076d2): There are no data parts | ||
| 358 | 2024.11.19 01:32:29.609755 [ 260 ] {ba5ac5ed-01c0-4999-9e53-1bcfefeecc96} <Debug> TCPHandler: Processed in 0.022252568 sec. | ||
| 359 | 2024.11.19 01:32:29.610063 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 360 | 2024.11.19 01:32:29.610285 [ 255 ] {eeae5175-0714-43c9-8384-70d98a9f2bcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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) | ||
| 361 | 2024.11.19 01:32:29.610362 [ 255 ] {eeae5175-0714-43c9-8384-70d98a9f2bcc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 362 | 2024.11.19 01:32:29.622202 [ 255 ] {eeae5175-0714-43c9-8384-70d98a9f2bcc} <Debug> oximeter.measurements_i32 (555d63b3-b125-4a20-a800-fad5dd5a11c8): Loading data parts | ||
| 363 | 2024.11.19 01:32:29.622403 [ 255 ] {eeae5175-0714-43c9-8384-70d98a9f2bcc} <Debug> oximeter.measurements_i32 (555d63b3-b125-4a20-a800-fad5dd5a11c8): There are no data parts | ||
| 364 | 2024.11.19 01:32:29.632377 [ 255 ] {eeae5175-0714-43c9-8384-70d98a9f2bcc} <Debug> TCPHandler: Processed in 0.02237757 sec. | ||
| 365 | 2024.11.19 01:32:29.632584 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 366 | 2024.11.19 01:32:29.632844 [ 260 ] {d3d46c8d-1aab-4b58-840b-0f6c2968b513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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) | ||
| 367 | 2024.11.19 01:32:29.632912 [ 260 ] {d3d46c8d-1aab-4b58-840b-0f6c2968b513} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 368 | 2024.11.19 01:32:29.642943 [ 260 ] {d3d46c8d-1aab-4b58-840b-0f6c2968b513} <Debug> oximeter.measurements_u32 (20d0d2a8-38b9-4092-93f8-3cb038f1dba6): Loading data parts | ||
| 369 | 2024.11.19 01:32:29.643130 [ 260 ] {d3d46c8d-1aab-4b58-840b-0f6c2968b513} <Debug> oximeter.measurements_u32 (20d0d2a8-38b9-4092-93f8-3cb038f1dba6): There are no data parts | ||
| 370 | 2024.11.19 01:32:29.649210 [ 260 ] {d3d46c8d-1aab-4b58-840b-0f6c2968b513} <Debug> TCPHandler: Processed in 0.016687558 sec. | ||
| 371 | 2024.11.19 01:32:29.649483 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 372 | 2024.11.19 01:32:29.649781 [ 255 ] {7c14f4ce-dd51-40ad-becb-5cb20cc94f88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 373 | 2024.11.19 01:32:29.649894 [ 255 ] {7c14f4ce-dd51-40ad-becb-5cb20cc94f88} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 374 | 2024.11.19 01:32:29.667371 [ 255 ] {7c14f4ce-dd51-40ad-becb-5cb20cc94f88} <Debug> oximeter.measurements_i64 (46643c12-6d7c-4036-a398-9cf74dce34f2): Loading data parts | ||
| 375 | 2024.11.19 01:32:29.667572 [ 255 ] {7c14f4ce-dd51-40ad-becb-5cb20cc94f88} <Debug> oximeter.measurements_i64 (46643c12-6d7c-4036-a398-9cf74dce34f2): There are no data parts | ||
| 376 | 2024.11.19 01:32:29.675155 [ 255 ] {7c14f4ce-dd51-40ad-becb-5cb20cc94f88} <Debug> TCPHandler: Processed in 0.02576846 sec. | ||
| 377 | 2024.11.19 01:32:29.675382 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 378 | 2024.11.19 01:32:29.675631 [ 260 ] {a9240384-4faf-4b58-b284-05133003f3b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 379 | 2024.11.19 01:32:29.675684 [ 260 ] {a9240384-4faf-4b58-b284-05133003f3b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 380 | 2024.11.19 01:32:29.684263 [ 260 ] {a9240384-4faf-4b58-b284-05133003f3b2} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Loading data parts | ||
| 381 | 2024.11.19 01:32:29.684434 [ 260 ] {a9240384-4faf-4b58-b284-05133003f3b2} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): There are no data parts | ||
| 382 | 2024.11.19 01:32:29.690769 [ 260 ] {a9240384-4faf-4b58-b284-05133003f3b2} <Debug> TCPHandler: Processed in 0.015447047 sec. | ||
| 383 | 2024.11.19 01:32:29.691077 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 384 | 2024.11.19 01:32:29.691341 [ 255 ] {d880c203-e9f0-449e-83dc-f84ac5270d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 385 | 2024.11.19 01:32:29.691438 [ 255 ] {d880c203-e9f0-449e-83dc-f84ac5270d26} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 386 | 2024.11.19 01:32:29.704471 [ 255 ] {d880c203-e9f0-449e-83dc-f84ac5270d26} <Debug> oximeter.measurements_f32 (1183f1d9-08a8-4aa3-b745-8fb08a08cf42): Loading data parts | ||
| 387 | 2024.11.19 01:32:29.704679 [ 255 ] {d880c203-e9f0-449e-83dc-f84ac5270d26} <Debug> oximeter.measurements_f32 (1183f1d9-08a8-4aa3-b745-8fb08a08cf42): There are no data parts | ||
| 388 | 2024.11.19 01:32:29.712364 [ 255 ] {d880c203-e9f0-449e-83dc-f84ac5270d26} <Debug> TCPHandler: Processed in 0.021363122 sec. | ||
| 389 | 2024.11.19 01:32:29.712578 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 390 | 2024.11.19 01:32:29.712820 [ 260 ] {e9feb791-b08a-4ec2-a168-d7afcfd79e5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 391 | 2024.11.19 01:32:29.712873 [ 260 ] {e9feb791-b08a-4ec2-a168-d7afcfd79e5f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 392 | 2024.11.19 01:32:29.721113 [ 260 ] {e9feb791-b08a-4ec2-a168-d7afcfd79e5f} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Loading data parts | ||
| 393 | 2024.11.19 01:32:29.721312 [ 260 ] {e9feb791-b08a-4ec2-a168-d7afcfd79e5f} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): There are no data parts | ||
| 394 | 2024.11.19 01:32:29.732016 [ 260 ] {e9feb791-b08a-4ec2-a168-d7afcfd79e5f} <Debug> TCPHandler: Processed in 0.019498809 sec. | ||
| 395 | 2024.11.19 01:32:29.732263 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 396 | 2024.11.19 01:32:29.732479 [ 255 ] {9e9fd81d-6dd4-4b77-8ca7-be136c5781b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 397 | 2024.11.19 01:32:29.732558 [ 255 ] {9e9fd81d-6dd4-4b77-8ca7-be136c5781b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 398 | 2024.11.19 01:32:29.746529 [ 255 ] {9e9fd81d-6dd4-4b77-8ca7-be136c5781b8} <Debug> oximeter.measurements_string (ea63f68a-cac5-4328-a5ff-dcb542f16541): Loading data parts | ||
| 399 | 2024.11.19 01:32:29.746725 [ 255 ] {9e9fd81d-6dd4-4b77-8ca7-be136c5781b8} <Debug> oximeter.measurements_string (ea63f68a-cac5-4328-a5ff-dcb542f16541): There are no data parts | ||
| 400 | 2024.11.19 01:32:29.751737 [ 255 ] {9e9fd81d-6dd4-4b77-8ca7-be136c5781b8} <Debug> TCPHandler: Processed in 0.0195331 sec. | ||
| 401 | 2024.11.19 01:32:29.751936 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 402 | 2024.11.19 01:32:29.752182 [ 260 ] {737b6f52-5c22-488c-87e4-14389a1b04be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 403 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 404 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 405 | * a string isn't palatable for a few reasons. | ||
| 406 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 407 | * details. | ||
| 408 | */ | ||
| 409 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 410 | 2024.11.19 01:32:29.752257 [ 260 ] {737b6f52-5c22-488c-87e4-14389a1b04be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 411 | 2024.11.19 01:32:29.762970 [ 260 ] {737b6f52-5c22-488c-87e4-14389a1b04be} <Debug> oximeter.measurements_bytes (87ccc154-0e4e-4022-8310-95d600d2c070): Loading data parts | ||
| 412 | 2024.11.19 01:32:29.763260 [ 260 ] {737b6f52-5c22-488c-87e4-14389a1b04be} <Debug> oximeter.measurements_bytes (87ccc154-0e4e-4022-8310-95d600d2c070): There are no data parts | ||
| 413 | 2024.11.19 01:32:29.768121 [ 260 ] {737b6f52-5c22-488c-87e4-14389a1b04be} <Debug> TCPHandler: Processed in 0.016243561 sec. | ||
| 414 | 2024.11.19 01:32:29.768346 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 415 | 2024.11.19 01:32:29.768644 [ 255 ] {69d02676-e3f3-48e3-9804-dada20cc4eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 416 | 2024.11.19 01:32:29.768726 [ 255 ] {69d02676-e3f3-48e3-9804-dada20cc4eb4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 417 | 2024.11.19 01:32:29.774610 [ 255 ] {69d02676-e3f3-48e3-9804-dada20cc4eb4} <Debug> oximeter.measurements_cumulativei64 (2763bb66-4b9a-437c-b358-9f95b1d31044): Loading data parts | ||
| 418 | 2024.11.19 01:32:29.774808 [ 255 ] {69d02676-e3f3-48e3-9804-dada20cc4eb4} <Debug> oximeter.measurements_cumulativei64 (2763bb66-4b9a-437c-b358-9f95b1d31044): There are no data parts | ||
| 419 | 2024.11.19 01:32:29.785694 [ 255 ] {69d02676-e3f3-48e3-9804-dada20cc4eb4} <Debug> TCPHandler: Processed in 0.017415172 sec. | ||
| 420 | 2024.11.19 01:32:29.785986 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.11.19 01:32:29.786404 [ 260 ] {61f733a9-0a35-4024-b579-df5cc5f0f3a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 422 | 2024.11.19 01:32:29.786543 [ 260 ] {61f733a9-0a35-4024-b579-df5cc5f0f3a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 423 | 2024.11.19 01:32:29.798219 [ 260 ] {61f733a9-0a35-4024-b579-df5cc5f0f3a4} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Loading data parts | ||
| 424 | 2024.11.19 01:32:29.798434 [ 260 ] {61f733a9-0a35-4024-b579-df5cc5f0f3a4} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): There are no data parts | ||
| 425 | 2024.11.19 01:32:29.803774 [ 260 ] {61f733a9-0a35-4024-b579-df5cc5f0f3a4} <Debug> TCPHandler: Processed in 0.0178986 sec. | ||
| 426 | 2024.11.19 01:32:29.804080 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 427 | 2024.11.19 01:32:29.804352 [ 255 ] {83d8835b-4188-4bc0-af9f-a953eec9811e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 428 | 2024.11.19 01:32:29.804446 [ 255 ] {83d8835b-4188-4bc0-af9f-a953eec9811e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 429 | 2024.11.19 01:32:29.810211 [ 255 ] {83d8835b-4188-4bc0-af9f-a953eec9811e} <Debug> oximeter.measurements_cumulativef32 (9c7350c8-8f4b-4c35-91db-280a6c43dee7): Loading data parts | ||
| 430 | 2024.11.19 01:32:29.810431 [ 255 ] {83d8835b-4188-4bc0-af9f-a953eec9811e} <Debug> oximeter.measurements_cumulativef32 (9c7350c8-8f4b-4c35-91db-280a6c43dee7): There are no data parts | ||
| 431 | 2024.11.19 01:32:29.813196 [ 255 ] {83d8835b-4188-4bc0-af9f-a953eec9811e} <Debug> TCPHandler: Processed in 0.009188524 sec. | ||
| 432 | 2024.11.19 01:32:29.813390 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.11.19 01:32:29.813640 [ 260 ] {d3d1f2ef-8175-4407-bec0-f5b58fbc8de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 434 | 2024.11.19 01:32:29.813710 [ 260 ] {d3d1f2ef-8175-4407-bec0-f5b58fbc8de3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 435 | 2024.11.19 01:32:29.821409 [ 260 ] {d3d1f2ef-8175-4407-bec0-f5b58fbc8de3} <Debug> oximeter.measurements_cumulativef64 (816e0b0d-9cfa-4a01-94bc-14cf21b761b1): Loading data parts | ||
| 436 | 2024.11.19 01:32:29.821579 [ 260 ] {d3d1f2ef-8175-4407-bec0-f5b58fbc8de3} <Debug> oximeter.measurements_cumulativef64 (816e0b0d-9cfa-4a01-94bc-14cf21b761b1): There are no data parts | ||
| 437 | 2024.11.19 01:32:29.826134 [ 260 ] {d3d1f2ef-8175-4407-bec0-f5b58fbc8de3} <Debug> TCPHandler: Processed in 0.012800939 sec. | ||
| 438 | 2024.11.19 01:32:29.826346 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2024.11.19 01:32:29.826652 [ 255 ] {19500447-6653-4a6e-9dcf-9743f6e4b3d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 440 | * NOTE: Array types cannot be Nullable, see | ||
| 441 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 442 | * for more details. | ||
| 443 | * | ||
| 444 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 445 | * is unfortunate, and at this point relies on the fact that an | ||
| 446 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 447 | * to figure out another way to represent missing samples here. | ||
| 448 | */ | ||
| 449 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 450 | 2024.11.19 01:32:29.826746 [ 255 ] {19500447-6653-4a6e-9dcf-9743f6e4b3d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 451 | 2024.11.19 01:32:29.835118 [ 255 ] {19500447-6653-4a6e-9dcf-9743f6e4b3d8} <Debug> oximeter.measurements_histogrami8 (6fa30293-4a7d-49ea-94c3-0e09b7a0f4b5): Loading data parts | ||
| 452 | 2024.11.19 01:32:29.835354 [ 255 ] {19500447-6653-4a6e-9dcf-9743f6e4b3d8} <Debug> oximeter.measurements_histogrami8 (6fa30293-4a7d-49ea-94c3-0e09b7a0f4b5): There are no data parts | ||
| 453 | 2024.11.19 01:32:29.837941 [ 255 ] {19500447-6653-4a6e-9dcf-9743f6e4b3d8} <Debug> TCPHandler: Processed in 0.011654898 sec. | ||
| 454 | 2024.11.19 01:32:29.838147 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 455 | 2024.11.19 01:32:29.838472 [ 260 ] {82298861-7e67-4b23-85b5-508ebf9db5ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 456 | 2024.11.19 01:32:29.838550 [ 260 ] {82298861-7e67-4b23-85b5-508ebf9db5ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 457 | 2024.11.19 01:32:29.848481 [ 260 ] {82298861-7e67-4b23-85b5-508ebf9db5ab} <Debug> oximeter.measurements_histogramu8 (25a24cd6-9ab7-4fe0-973b-b50b24656bcf): Loading data parts | ||
| 458 | 2024.11.19 01:32:29.848692 [ 260 ] {82298861-7e67-4b23-85b5-508ebf9db5ab} <Debug> oximeter.measurements_histogramu8 (25a24cd6-9ab7-4fe0-973b-b50b24656bcf): There are no data parts | ||
| 459 | 2024.11.19 01:32:29.852530 [ 260 ] {82298861-7e67-4b23-85b5-508ebf9db5ab} <Debug> TCPHandler: Processed in 0.014443108 sec. | ||
| 460 | 2024.11.19 01:32:29.852742 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 461 | 2024.11.19 01:32:29.853044 [ 255 ] {d10158c6-1d72-4a28-b1b0-d69441c37f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 462 | 2024.11.19 01:32:29.853149 [ 255 ] {d10158c6-1d72-4a28-b1b0-d69441c37f7d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 463 | 2024.11.19 01:32:29.859777 [ 255 ] {d10158c6-1d72-4a28-b1b0-d69441c37f7d} <Debug> oximeter.measurements_histogrami16 (d0d7a701-3f78-4ce0-888e-73e3851e6090): Loading data parts | ||
| 464 | 2024.11.19 01:32:29.860015 [ 255 ] {d10158c6-1d72-4a28-b1b0-d69441c37f7d} <Debug> oximeter.measurements_histogrami16 (d0d7a701-3f78-4ce0-888e-73e3851e6090): There are no data parts | ||
| 465 | 2024.11.19 01:32:29.864263 [ 255 ] {d10158c6-1d72-4a28-b1b0-d69441c37f7d} <Debug> TCPHandler: Processed in 0.011580147 sec. | ||
| 466 | 2024.11.19 01:32:29.864483 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 467 | 2024.11.19 01:32:29.864852 [ 260 ] {90ef9703-08e8-485e-a62b-d2d178a0d52e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 468 | 2024.11.19 01:32:29.864926 [ 260 ] {90ef9703-08e8-485e-a62b-d2d178a0d52e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 469 | 2024.11.19 01:32:29.868456 [ 260 ] {90ef9703-08e8-485e-a62b-d2d178a0d52e} <Debug> oximeter.measurements_histogramu16 (21647e84-5a7f-4430-aa4c-46996623b426): Loading data parts | ||
| 470 | 2024.11.19 01:32:29.868603 [ 260 ] {90ef9703-08e8-485e-a62b-d2d178a0d52e} <Debug> oximeter.measurements_histogramu16 (21647e84-5a7f-4430-aa4c-46996623b426): There are no data parts | ||
| 471 | 2024.11.19 01:32:29.870702 [ 260 ] {90ef9703-08e8-485e-a62b-d2d178a0d52e} <Debug> TCPHandler: Processed in 0.006285292 sec. | ||
| 472 | 2024.11.19 01:32:29.870966 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 473 | 2024.11.19 01:32:29.871263 [ 255 ] {a91f2bd1-d8ab-44ed-a8ce-7cd34d8bf35d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 474 | 2024.11.19 01:32:29.871356 [ 255 ] {a91f2bd1-d8ab-44ed-a8ce-7cd34d8bf35d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 475 | 2024.11.19 01:32:29.876990 [ 255 ] {a91f2bd1-d8ab-44ed-a8ce-7cd34d8bf35d} <Debug> oximeter.measurements_histogrami32 (5bec3e95-6db8-4fd9-a70b-7f7b2a843da6): Loading data parts | ||
| 476 | 2024.11.19 01:32:29.877225 [ 255 ] {a91f2bd1-d8ab-44ed-a8ce-7cd34d8bf35d} <Debug> oximeter.measurements_histogrami32 (5bec3e95-6db8-4fd9-a70b-7f7b2a843da6): There are no data parts | ||
| 477 | 2024.11.19 01:32:29.880104 [ 255 ] {a91f2bd1-d8ab-44ed-a8ce-7cd34d8bf35d} <Debug> TCPHandler: Processed in 0.009198124 sec. | ||
| 478 | 2024.11.19 01:32:29.880311 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 479 | 2024.11.19 01:32:29.880694 [ 260 ] {65a62786-4eea-4816-8e50-66633342f737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 480 | 2024.11.19 01:32:29.880781 [ 260 ] {65a62786-4eea-4816-8e50-66633342f737} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 481 | 2024.11.19 01:32:29.888113 [ 260 ] {65a62786-4eea-4816-8e50-66633342f737} <Debug> oximeter.measurements_histogramu32 (9bb1e63b-9279-4447-a7b5-59c59bffa799): Loading data parts | ||
| 482 | 2024.11.19 01:32:29.888312 [ 260 ] {65a62786-4eea-4816-8e50-66633342f737} <Debug> oximeter.measurements_histogramu32 (9bb1e63b-9279-4447-a7b5-59c59bffa799): There are no data parts | ||
| 483 | 2024.11.19 01:32:29.895126 [ 260 ] {65a62786-4eea-4816-8e50-66633342f737} <Debug> TCPHandler: Processed in 0.014879686 sec. | ||
| 484 | 2024.11.19 01:32:29.895331 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 485 | 2024.11.19 01:32:29.895630 [ 255 ] {239649fd-dc2e-4a86-b2c2-c54bc16e6bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 486 | 2024.11.19 01:32:29.895724 [ 255 ] {239649fd-dc2e-4a86-b2c2-c54bc16e6bc7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 487 | 2024.11.19 01:32:29.899560 [ 255 ] {239649fd-dc2e-4a86-b2c2-c54bc16e6bc7} <Debug> oximeter.measurements_histogrami64 (b36d648a-782a-4594-aedd-d38cab2b5de7): Loading data parts | ||
| 488 | 2024.11.19 01:32:29.899758 [ 255 ] {239649fd-dc2e-4a86-b2c2-c54bc16e6bc7} <Debug> oximeter.measurements_histogrami64 (b36d648a-782a-4594-aedd-d38cab2b5de7): There are no data parts | ||
| 489 | 2024.11.19 01:32:29.903686 [ 255 ] {239649fd-dc2e-4a86-b2c2-c54bc16e6bc7} <Debug> TCPHandler: Processed in 0.008414041 sec. | ||
| 490 | 2024.11.19 01:32:29.903914 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 491 | 2024.11.19 01:32:29.904325 [ 260 ] {fc952152-c99e-468c-af67-98a90b75b2a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 492 | 2024.11.19 01:32:29.904417 [ 260 ] {fc952152-c99e-468c-af67-98a90b75b2a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 493 | 2024.11.19 01:32:29.909860 [ 260 ] {fc952152-c99e-468c-af67-98a90b75b2a8} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Loading data parts | ||
| 494 | 2024.11.19 01:32:29.910087 [ 260 ] {fc952152-c99e-468c-af67-98a90b75b2a8} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): There are no data parts | ||
| 495 | 2024.11.19 01:32:29.912536 [ 260 ] {fc952152-c99e-468c-af67-98a90b75b2a8} <Debug> TCPHandler: Processed in 0.008689565 sec. | ||
| 496 | 2024.11.19 01:32:29.912745 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2024.11.19 01:32:29.913039 [ 255 ] {5b91e779-7c4d-4ae0-999a-54a48f56ed48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 498 | 2024.11.19 01:32:29.913133 [ 255 ] {5b91e779-7c4d-4ae0-999a-54a48f56ed48} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 499 | 2024.11.19 01:32:29.922997 [ 255 ] {5b91e779-7c4d-4ae0-999a-54a48f56ed48} <Debug> oximeter.measurements_histogramf32 (7f61c5d7-610c-4bb7-a56f-56a1aae1a375): Loading data parts | ||
| 500 | 2024.11.19 01:32:29.923201 [ 255 ] {5b91e779-7c4d-4ae0-999a-54a48f56ed48} <Debug> oximeter.measurements_histogramf32 (7f61c5d7-610c-4bb7-a56f-56a1aae1a375): There are no data parts | ||
| 501 | 2024.11.19 01:32:29.932147 [ 255 ] {5b91e779-7c4d-4ae0-999a-54a48f56ed48} <Debug> TCPHandler: Processed in 0.019458658 sec. | ||
| 502 | 2024.11.19 01:32:29.932375 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2024.11.19 01:32:29.932750 [ 260 ] {c2e6cd97-6fd1-49cf-9215-f07a9109b1ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 504 | 2024.11.19 01:32:29.932827 [ 260 ] {c2e6cd97-6fd1-49cf-9215-f07a9109b1ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 505 | 2024.11.19 01:32:29.939172 [ 260 ] {c2e6cd97-6fd1-49cf-9215-f07a9109b1ec} <Debug> oximeter.measurements_histogramf64 (b2d552c1-91ac-4af4-92ce-70d4ec19ef59): Loading data parts | ||
| 506 | 2024.11.19 01:32:29.939339 [ 260 ] {c2e6cd97-6fd1-49cf-9215-f07a9109b1ec} <Debug> oximeter.measurements_histogramf64 (b2d552c1-91ac-4af4-92ce-70d4ec19ef59): There are no data parts | ||
| 507 | 2024.11.19 01:32:29.942172 [ 260 ] {c2e6cd97-6fd1-49cf-9215-f07a9109b1ec} <Debug> TCPHandler: Processed in 0.009866986 sec. | ||
| 508 | 2024.11.19 01:32:29.942458 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2024.11.19 01:32:29.942716 [ 255 ] {fdd8ad98-bead-44a6-8b02-6499b83ad42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) /* The field tables store named dimensions of each timeseries. | ||
| 510 | * | ||
| 511 | * As with the measurement tables, there is one field table for each field data | ||
| 512 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 513 | * this behavior **must not** be relied upon for query correctness. | ||
| 514 | * | ||
| 515 | * The index for the fields differs from the measurements, however. Rows are | ||
| 516 | * sorted by timeseries name, then field name, field value, and finally | ||
| 517 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 518 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 519 | * usually then used to look up measurements. | ||
| 520 | * | ||
| 521 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 522 | * timeseries name and then key, since it would improve lookups where one | ||
| 523 | * already has the key. Realistically though, these tables are quite small and | ||
| 524 | * so performance benefits will be low in absolute terms. | ||
| 525 | * | ||
| 526 | * TTL: We use a materialized column to expire old field table records. This | ||
| 527 | * column is generated automatically by the database whenever a new row is | ||
| 528 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 529 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 530 | * record will remain during a deduplication, which will have the last | ||
| 531 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 532 | * measurement tables. | ||
| 533 | */ | ||
| 534 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 535 | 2024.11.19 01:32:29.942811 [ 255 ] {fdd8ad98-bead-44a6-8b02-6499b83ad42e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 536 | 2024.11.19 01:32:29.950194 [ 255 ] {fdd8ad98-bead-44a6-8b02-6499b83ad42e} <Debug> oximeter.fields_bool (27576d20-0ecb-4293-a303-1a48261d1e07): Loading data parts | ||
| 537 | 2024.11.19 01:32:29.950451 [ 255 ] {fdd8ad98-bead-44a6-8b02-6499b83ad42e} <Debug> oximeter.fields_bool (27576d20-0ecb-4293-a303-1a48261d1e07): There are no data parts | ||
| 538 | 2024.11.19 01:32:29.954356 [ 255 ] {fdd8ad98-bead-44a6-8b02-6499b83ad42e} <Debug> TCPHandler: Processed in 0.011968224 sec. | ||
| 539 | 2024.11.19 01:32:29.954600 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 540 | 2024.11.19 01:32:29.954857 [ 260 ] {9a94b9d5-f7b4-4f30-bb28-5132ad72cba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 541 | 2024.11.19 01:32:29.954920 [ 260 ] {9a94b9d5-f7b4-4f30-bb28-5132ad72cba0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 542 | 2024.11.19 01:32:29.961508 [ 260 ] {9a94b9d5-f7b4-4f30-bb28-5132ad72cba0} <Debug> oximeter.fields_i8 (f84dc273-8ffc-4ef6-9ad1-6562079dbaee): Loading data parts | ||
| 543 | 2024.11.19 01:32:29.961684 [ 260 ] {9a94b9d5-f7b4-4f30-bb28-5132ad72cba0} <Debug> oximeter.fields_i8 (f84dc273-8ffc-4ef6-9ad1-6562079dbaee): There are no data parts | ||
| 544 | 2024.11.19 01:32:29.964590 [ 260 ] {9a94b9d5-f7b4-4f30-bb28-5132ad72cba0} <Debug> TCPHandler: Processed in 0.01006538 sec. | ||
| 545 | 2024.11.19 01:32:29.964892 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.11.19 01:32:29.965119 [ 255 ] {c3e4f231-8891-4b02-ba8e-42d3da8b1082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 547 | 2024.11.19 01:32:29.965209 [ 255 ] {c3e4f231-8891-4b02-ba8e-42d3da8b1082} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 548 | 2024.11.19 01:32:29.972224 [ 255 ] {c3e4f231-8891-4b02-ba8e-42d3da8b1082} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Loading data parts | ||
| 549 | 2024.11.19 01:32:29.972431 [ 255 ] {c3e4f231-8891-4b02-ba8e-42d3da8b1082} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): There are no data parts | ||
| 550 | 2024.11.19 01:32:29.975360 [ 255 ] {c3e4f231-8891-4b02-ba8e-42d3da8b1082} <Debug> TCPHandler: Processed in 0.010537479 sec. | ||
| 551 | 2024.11.19 01:32:29.975555 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 552 | 2024.11.19 01:32:29.975853 [ 260 ] {861a3956-769b-46e5-8182-251855aef1a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 553 | 2024.11.19 01:32:29.975903 [ 260 ] {861a3956-769b-46e5-8182-251855aef1a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 554 | 2024.11.19 01:32:29.983440 [ 260 ] {861a3956-769b-46e5-8182-251855aef1a4} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Loading data parts | ||
| 555 | 2024.11.19 01:32:29.983639 [ 260 ] {861a3956-769b-46e5-8182-251855aef1a4} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): There are no data parts | ||
| 556 | 2024.11.19 01:32:29.986642 [ 260 ] {861a3956-769b-46e5-8182-251855aef1a4} <Debug> TCPHandler: Processed in 0.011144989 sec. | ||
| 557 | 2024.11.19 01:32:29.986870 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2024.11.19 01:32:29.987083 [ 255 ] {b1e1e9dd-d8ab-4d1a-8616-46f4e952cebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 559 | 2024.11.19 01:32:29.987212 [ 255 ] {b1e1e9dd-d8ab-4d1a-8616-46f4e952cebc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 560 | 2024.11.19 01:32:29.989831 [ 255 ] {b1e1e9dd-d8ab-4d1a-8616-46f4e952cebc} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Loading data parts | ||
| 561 | 2024.11.19 01:32:29.990043 [ 255 ] {b1e1e9dd-d8ab-4d1a-8616-46f4e952cebc} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): There are no data parts | ||
| 562 | 2024.11.19 01:32:29.994973 [ 255 ] {b1e1e9dd-d8ab-4d1a-8616-46f4e952cebc} <Debug> TCPHandler: Processed in 0.008161256 sec. | ||
| 563 | 2024.11.19 01:32:29.995154 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 564 | 2024.11.19 01:32:29.995411 [ 260 ] {d6ca1892-06c5-430f-bf74-e999ed59e086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 565 | 2024.11.19 01:32:29.995472 [ 260 ] {d6ca1892-06c5-430f-bf74-e999ed59e086} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 566 | 2024.11.19 01:32:30.000181 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.66 MiB, peak 125.66 MiB, free memory in arenas 0.00 B, will set to 134.51 MiB (RSS), difference: 8.85 MiB | ||
| 567 | 2024.11.19 01:32:30.006855 [ 260 ] {d6ca1892-06c5-430f-bf74-e999ed59e086} <Debug> oximeter.fields_i32 (9a91d7b5-5207-43b4-b6cf-9d54b6cbb0b9): Loading data parts | ||
| 568 | 2024.11.19 01:32:30.007118 [ 260 ] {d6ca1892-06c5-430f-bf74-e999ed59e086} <Debug> oximeter.fields_i32 (9a91d7b5-5207-43b4-b6cf-9d54b6cbb0b9): There are no data parts | ||
| 569 | 2024.11.19 01:32:30.010636 [ 260 ] {d6ca1892-06c5-430f-bf74-e999ed59e086} <Debug> TCPHandler: Processed in 0.015536228 sec. | ||
| 570 | 2024.11.19 01:32:30.010947 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 571 | 2024.11.19 01:32:30.011392 [ 255 ] {fa60ed2d-75f3-4f69-b16f-c895588a735a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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) | ||
| 572 | 2024.11.19 01:32:30.011507 [ 255 ] {fa60ed2d-75f3-4f69-b16f-c895588a735a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 573 | 2024.11.19 01:32:30.014558 [ 255 ] {fa60ed2d-75f3-4f69-b16f-c895588a735a} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Loading data parts | ||
| 574 | 2024.11.19 01:32:30.014742 [ 255 ] {fa60ed2d-75f3-4f69-b16f-c895588a735a} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): There are no data parts | ||
| 575 | 2024.11.19 01:32:30.019188 [ 255 ] {fa60ed2d-75f3-4f69-b16f-c895588a735a} <Debug> TCPHandler: Processed in 0.00839436 sec. | ||
| 576 | 2024.11.19 01:32:30.019433 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 577 | 2024.11.19 01:32:30.019642 [ 260 ] {93ffc323-3ae1-49cd-9305-03e2ecee78f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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) | ||
| 578 | 2024.11.19 01:32:30.019747 [ 260 ] {93ffc323-3ae1-49cd-9305-03e2ecee78f7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 579 | 2024.11.19 01:32:30.024332 [ 260 ] {93ffc323-3ae1-49cd-9305-03e2ecee78f7} <Debug> oximeter.fields_i64 (4ff2fbd5-5bcf-48f5-bc8f-94eb7977760d): Loading data parts | ||
| 580 | 2024.11.19 01:32:30.024530 [ 260 ] {93ffc323-3ae1-49cd-9305-03e2ecee78f7} <Debug> oximeter.fields_i64 (4ff2fbd5-5bcf-48f5-bc8f-94eb7977760d): There are no data parts | ||
| 581 | 2024.11.19 01:32:30.027627 [ 260 ] {93ffc323-3ae1-49cd-9305-03e2ecee78f7} <Debug> TCPHandler: Processed in 0.008250777 sec. | ||
| 582 | 2024.11.19 01:32:30.027832 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2024.11.19 01:32:30.028115 [ 255 ] {4ac0307c-b029-42b3-9000-d4a938ef6814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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) | ||
| 584 | 2024.11.19 01:32:30.028171 [ 255 ] {4ac0307c-b029-42b3-9000-d4a938ef6814} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 585 | 2024.11.19 01:32:30.030957 [ 255 ] {4ac0307c-b029-42b3-9000-d4a938ef6814} <Debug> oximeter.fields_u64 (b20e5ec7-10a6-4633-a4c4-68b59ac5a731): Loading data parts | ||
| 586 | 2024.11.19 01:32:30.031136 [ 255 ] {4ac0307c-b029-42b3-9000-d4a938ef6814} <Debug> oximeter.fields_u64 (b20e5ec7-10a6-4633-a4c4-68b59ac5a731): There are no data parts | ||
| 587 | 2024.11.19 01:32:30.035858 [ 255 ] {4ac0307c-b029-42b3-9000-d4a938ef6814} <Debug> TCPHandler: Processed in 0.008092445 sec. | ||
| 588 | 2024.11.19 01:32:30.036086 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 589 | 2024.11.19 01:32:30.036292 [ 260 ] {0a67f8fb-8166-48a4-a571-7209fdc4f543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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) | ||
| 590 | 2024.11.19 01:32:30.036377 [ 260 ] {0a67f8fb-8166-48a4-a571-7209fdc4f543} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 591 | 2024.11.19 01:32:30.040974 [ 260 ] {0a67f8fb-8166-48a4-a571-7209fdc4f543} <Debug> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Loading data parts | ||
| 592 | 2024.11.19 01:32:30.041151 [ 260 ] {0a67f8fb-8166-48a4-a571-7209fdc4f543} <Debug> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): There are no data parts | ||
| 593 | 2024.11.19 01:32:30.046895 [ 260 ] {0a67f8fb-8166-48a4-a571-7209fdc4f543} <Debug> TCPHandler: Processed in 0.010865925 sec. | ||
| 594 | 2024.11.19 01:32:30.047088 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2024.11.19 01:32:30.047362 [ 255 ] {1670d343-4973-4e7f-9ce7-409a30bb6cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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) | ||
| 596 | 2024.11.19 01:32:30.047435 [ 255 ] {1670d343-4973-4e7f-9ce7-409a30bb6cda} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 597 | 2024.11.19 01:32:30.050357 [ 255 ] {1670d343-4973-4e7f-9ce7-409a30bb6cda} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Loading data parts | ||
| 598 | 2024.11.19 01:32:30.050524 [ 255 ] {1670d343-4973-4e7f-9ce7-409a30bb6cda} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): There are no data parts | ||
| 599 | 2024.11.19 01:32:30.054921 [ 255 ] {1670d343-4973-4e7f-9ce7-409a30bb6cda} <Debug> TCPHandler: Processed in 0.007893661 sec. | ||
| 600 | 2024.11.19 01:32:30.055175 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 601 | 2024.11.19 01:32:30.055539 [ 260 ] {ee86b733-be31-4fe2-ba62-1b712ca925db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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) | ||
| 602 | 2024.11.19 01:32:30.055741 [ 260 ] {ee86b733-be31-4fe2-ba62-1b712ca925db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 603 | 2024.11.19 01:32:30.060339 [ 260 ] {ee86b733-be31-4fe2-ba62-1b712ca925db} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Loading data parts | ||
| 604 | 2024.11.19 01:32:30.060641 [ 260 ] {ee86b733-be31-4fe2-ba62-1b712ca925db} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): There are no data parts | ||
| 605 | 2024.11.19 01:32:30.063380 [ 260 ] {ee86b733-be31-4fe2-ba62-1b712ca925db} <Debug> TCPHandler: Processed in 0.008307649 sec. | ||
| 606 | 2024.11.19 01:32:30.063597 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2024.11.19 01:32:30.063991 [ 255 ] {2a84771b-9530-4aea-9602-ef185e1bd6fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) /* The timeseries schema table stores the extracted schema for the samples | ||
| 608 | * oximeter collects. | ||
| 609 | */ | ||
| 610 | 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) | ||
| 611 | 2024.11.19 01:32:30.064100 [ 255 ] {2a84771b-9530-4aea-9602-ef185e1bd6fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 612 | 2024.11.19 01:32:30.066830 [ 255 ] {2a84771b-9530-4aea-9602-ef185e1bd6fd} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056): Loading data parts | ||
| 613 | 2024.11.19 01:32:30.067031 [ 255 ] {2a84771b-9530-4aea-9602-ef185e1bd6fd} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056): There are no data parts | ||
| 614 | 2024.11.19 01:32:30.071576 [ 255 ] {2a84771b-9530-4aea-9602-ef185e1bd6fd} <Debug> TCPHandler: Processed in 0.008047474 sec. | ||
| 615 | 2024.11.19 01:32:30.071845 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 616 | 2024.11.19 01:32:30.072122 [ 260 ] {458ec6d6-c338-4eb4-860a-193955d82fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 617 | 2024.11.19 01:32:30.073331 [ 260 ] {458ec6d6-c338-4eb4-860a-193955d82fe5} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 618 | 2024.11.19 01:32:30.096840 [ 265 ] {458ec6d6-c338-4eb4-860a-193955d82fe5} <Trace> oximeter.version (0d4f4ec0-2180-4912-b821-bafada8a28e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 619 | 2024.11.19 01:32:30.097000 [ 265 ] {458ec6d6-c338-4eb4-860a-193955d82fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 620 | 2024.11.19 01:32:30.102021 [ 265 ] {458ec6d6-c338-4eb4-860a-193955d82fe5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 621 | 2024.11.19 01:32:30.102385 [ 265 ] {458ec6d6-c338-4eb4-860a-193955d82fe5} <Trace> oximeter.version (0d4f4ec0-2180-4912-b821-bafada8a28e9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 622 | 2024.11.19 01:32:30.102793 [ 260 ] {458ec6d6-c338-4eb4-860a-193955d82fe5} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.030743 sec., 32.527729889731 rows/sec., 520.44 B/sec. | ||
| 623 | 2024.11.19 01:32:30.103076 [ 260 ] {458ec6d6-c338-4eb4-860a-193955d82fe5} <Debug> TCPHandler: Processed in 0.031341481 sec. | ||
| 624 | 2024.11.19 01:32:31.000181 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.18 MiB, peak 135.18 MiB, free memory in arenas 0.00 B, will set to 138.75 MiB (RSS), difference: 3.57 MiB | ||
| 625 | 2024.11.19 01:32:31.947079 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34517 | ||
| 626 | 2024.11.19 01:32:31.948167 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 627 | 2024.11.19 01:32:31.948212 [ 266 ] {} <Debug> TCP-Session: 74a4ff63-cff0-4b98-8a3a-6acbf6e4f2a0 Authenticating user 'default' from [fd00:1122:3344:101::c]:34517 | ||
| 628 | 2024.11.19 01:32:31.948352 [ 266 ] {} <Debug> TCP-Session: 74a4ff63-cff0-4b98-8a3a-6acbf6e4f2a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.11.19 01:32:31.948367 [ 266 ] {} <Debug> TCP-Session: 74a4ff63-cff0-4b98-8a3a-6acbf6e4f2a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 630 | 2024.11.19 01:32:31.948422 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 631 | 2024.11.19 01:32:31.948479 [ 266 ] {} <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 | ||
| 632 | 2024.11.19 01:32:31.948501 [ 266 ] {} <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 | ||
| 633 | 2024.11.19 01:32:31.949630 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59755 | ||
| 634 | 2024.11.19 01:32:31.949774 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2024.11.19 01:32:31.949829 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49766 | ||
| 636 | 2024.11.19 01:32:31.949888 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44609 | ||
| 637 | 2024.11.19 01:32:31.949942 [ 267 ] {} <Debug> TCP-Session: cf1215d2-ac06-4ae7-b6b8-971632ab89c6 Authenticating user 'default' from [fd00:1122:3344:101::c]:59755 | ||
| 638 | 2024.11.19 01:32:31.949826 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36788 | ||
| 639 | 2024.11.19 01:32:31.949983 [ 267 ] {} <Debug> TCP-Session: cf1215d2-ac06-4ae7-b6b8-971632ab89c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2024.11.19 01:32:31.950202 [ 267 ] {} <Debug> TCP-Session: cf1215d2-ac06-4ae7-b6b8-971632ab89c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.11.19 01:32:31.950504 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 642 | 2024.11.19 01:32:31.950578 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 643 | 2024.11.19 01:32:31.950681 [ 268 ] {} <Debug> TCP-Session: b8d5e61e-c000-4cb6-a7b7-9addfa8e5945 Authenticating user 'default' from [fd00:1122:3344:101::c]:49766 | ||
| 644 | 2024.11.19 01:32:31.950719 [ 269 ] {} <Debug> TCP-Session: afe3fa5d-a9ef-4aed-aa83-152d4e59c775 Authenticating user 'default' from [fd00:1122:3344:101::c]:36788 | ||
| 645 | 2024.11.19 01:32:31.950727 [ 268 ] {} <Debug> TCP-Session: b8d5e61e-c000-4cb6-a7b7-9addfa8e5945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2024.11.19 01:32:31.950753 [ 269 ] {} <Debug> TCP-Session: afe3fa5d-a9ef-4aed-aa83-152d4e59c775 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2024.11.19 01:32:31.950803 [ 268 ] {} <Debug> TCP-Session: b8d5e61e-c000-4cb6-a7b7-9addfa8e5945 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2024.11.19 01:32:31.950823 [ 269 ] {} <Debug> TCP-Session: afe3fa5d-a9ef-4aed-aa83-152d4e59c775 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2024.11.19 01:32:31.951824 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57123 | ||
| 650 | 2024.11.19 01:32:31.951989 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57607 | ||
| 651 | 2024.11.19 01:32:31.951997 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 652 | 2024.11.19 01:32:31.952101 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52420 | ||
| 653 | 2024.11.19 01:32:31.952179 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 654 | 2024.11.19 01:32:31.952181 [ 271 ] {} <Debug> TCP-Session: 685fef85-e00d-41ea-b341-72a539d7e5b4 Authenticating user 'default' from [fd00:1122:3344:101::c]:57123 | ||
| 655 | 2024.11.19 01:32:31.952269 [ 272 ] {} <Debug> TCP-Session: 9ef97fda-6eb0-4b12-bbcc-650eb2ceea95 Authenticating user 'default' from [fd00:1122:3344:101::c]:57607 | ||
| 656 | 2024.11.19 01:32:31.952328 [ 271 ] {} <Debug> TCP-Session: 685fef85-e00d-41ea-b341-72a539d7e5b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2024.11.19 01:32:31.952303 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 658 | 2024.11.19 01:32:31.952456 [ 272 ] {} <Debug> TCP-Session: 9ef97fda-6eb0-4b12-bbcc-650eb2ceea95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2024.11.19 01:32:31.952469 [ 271 ] {} <Debug> TCP-Session: 685fef85-e00d-41ea-b341-72a539d7e5b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2024.11.19 01:32:31.952484 [ 273 ] {} <Debug> TCP-Session: 3e1fac04-5d89-4a2d-b8cb-de0ef5a9121a Authenticating user 'default' from [fd00:1122:3344:101::c]:52420 | ||
| 661 | 2024.11.19 01:32:31.952544 [ 272 ] {} <Debug> TCP-Session: 9ef97fda-6eb0-4b12-bbcc-650eb2ceea95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2024.11.19 01:32:31.952570 [ 273 ] {} <Debug> TCP-Session: 3e1fac04-5d89-4a2d-b8cb-de0ef5a9121a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2024.11.19 01:32:31.952572 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 664 | 2024.11.19 01:32:31.952633 [ 273 ] {} <Debug> TCP-Session: 3e1fac04-5d89-4a2d-b8cb-de0ef5a9121a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.11.19 01:32:31.952664 [ 270 ] {} <Debug> TCP-Session: f82ed592-095a-426e-8864-af0f83778797 Authenticating user 'default' from [fd00:1122:3344:101::c]:44609 | ||
| 666 | 2024.11.19 01:32:31.952733 [ 270 ] {} <Debug> TCP-Session: f82ed592-095a-426e-8864-af0f83778797 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2024.11.19 01:32:31.952765 [ 270 ] {} <Debug> TCP-Session: f82ed592-095a-426e-8864-af0f83778797 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2024.11.19 01:32:33.165437 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63588 | ||
| 669 | 2024.11.19 01:32:33.166613 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 670 | 2024.11.19 01:32:33.166655 [ 274 ] {} <Debug> TCP-Session: 69dbc27a-6ce2-4eda-afc4-8479f6bd4223 Authenticating user 'default' from [fd00:1122:3344:101::a]:63588 | ||
| 671 | 2024.11.19 01:32:33.166680 [ 274 ] {} <Debug> TCP-Session: 69dbc27a-6ce2-4eda-afc4-8479f6bd4223 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2024.11.19 01:32:33.166755 [ 274 ] {} <Debug> TCP-Session: 69dbc27a-6ce2-4eda-afc4-8479f6bd4223 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 673 | 2024.11.19 01:32:33.166862 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 674 | 2024.11.19 01:32:33.166892 [ 274 ] {} <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 | ||
| 675 | 2024.11.19 01:32:33.166938 [ 274 ] {} <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 | ||
| 676 | 2024.11.19 01:32:33.168034 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34181 | ||
| 677 | 2024.11.19 01:32:33.168256 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2024.11.19 01:32:33.168306 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59044 | ||
| 679 | 2024.11.19 01:32:33.168321 [ 275 ] {} <Debug> TCP-Session: bbf2baa0-4747-49e0-b83e-166d5656f1ce Authenticating user 'default' from [fd00:1122:3344:101::a]:34181 | ||
| 680 | 2024.11.19 01:32:33.168312 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53983 | ||
| 681 | 2024.11.19 01:32:33.168509 [ 275 ] {} <Debug> TCP-Session: bbf2baa0-4747-49e0-b83e-166d5656f1ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.11.19 01:32:33.168587 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55800 | ||
| 683 | 2024.11.19 01:32:33.168630 [ 275 ] {} <Debug> TCP-Session: bbf2baa0-4747-49e0-b83e-166d5656f1ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 684 | 2024.11.19 01:32:33.168648 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42575 | ||
| 685 | 2024.11.19 01:32:33.168618 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 686 | 2024.11.19 01:32:33.168604 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64008 | ||
| 687 | 2024.11.19 01:32:33.168825 [ 276 ] {} <Debug> TCP-Session: 339404c9-36e8-4bb8-bf8a-94e0b3ec1e45 Authenticating user 'default' from [fd00:1122:3344:101::a]:59044 | ||
| 688 | 2024.11.19 01:32:33.169259 [ 276 ] {} <Debug> TCP-Session: 339404c9-36e8-4bb8-bf8a-94e0b3ec1e45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.11.19 01:32:33.169281 [ 276 ] {} <Debug> TCP-Session: 339404c9-36e8-4bb8-bf8a-94e0b3ec1e45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2024.11.19 01:32:33.172675 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 691 | 2024.11.19 01:32:33.172712 [ 280 ] {} <Debug> TCP-Session: 47687ae3-0adf-4f87-b02b-34bfd87cf498 Authenticating user 'default' from [fd00:1122:3344:101::a]:42575 | ||
| 692 | 2024.11.19 01:32:33.172730 [ 280 ] {} <Debug> TCP-Session: 47687ae3-0adf-4f87-b02b-34bfd87cf498 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.11.19 01:32:33.172749 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 694 | 2024.11.19 01:32:33.172739 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 695 | 2024.11.19 01:32:33.172787 [ 280 ] {} <Debug> TCP-Session: 47687ae3-0adf-4f87-b02b-34bfd87cf498 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2024.11.19 01:32:33.172811 [ 278 ] {} <Debug> TCP-Session: c951c7cd-212e-4521-87e4-ef3bbf60ec6d Authenticating user 'default' from [fd00:1122:3344:101::a]:64008 | ||
| 697 | 2024.11.19 01:32:33.172848 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 698 | 2024.11.19 01:32:33.172972 [ 278 ] {} <Debug> TCP-Session: c951c7cd-212e-4521-87e4-ef3bbf60ec6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2024.11.19 01:32:33.172999 [ 279 ] {} <Debug> TCP-Session: f7d564b3-c1e8-480b-9a09-183351e654e3 Authenticating user 'default' from [fd00:1122:3344:101::a]:55800 | ||
| 700 | 2024.11.19 01:32:33.173007 [ 277 ] {} <Debug> TCP-Session: c0ff6def-1b62-4061-9209-03ca5c2daad7 Authenticating user 'default' from [fd00:1122:3344:101::a]:53983 | ||
| 701 | 2024.11.19 01:32:33.173065 [ 278 ] {} <Debug> TCP-Session: c951c7cd-212e-4521-87e4-ef3bbf60ec6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.11.19 01:32:33.173069 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36230 | ||
| 703 | 2024.11.19 01:32:33.173105 [ 279 ] {} <Debug> TCP-Session: f7d564b3-c1e8-480b-9a09-183351e654e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2024.11.19 01:32:33.173146 [ 277 ] {} <Debug> TCP-Session: c0ff6def-1b62-4061-9209-03ca5c2daad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.11.19 01:32:33.173214 [ 277 ] {} <Debug> TCP-Session: c0ff6def-1b62-4061-9209-03ca5c2daad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.11.19 01:32:33.173232 [ 279 ] {} <Debug> TCP-Session: f7d564b3-c1e8-480b-9a09-183351e654e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2024.11.19 01:32:33.173360 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 708 | 2024.11.19 01:32:33.173459 [ 281 ] {} <Debug> TCP-Session: be3ce2c7-9cb4-4c4f-8699-ad7862896c40 Authenticating user 'default' from [fd00:1122:3344:101::a]:36230 | ||
| 709 | 2024.11.19 01:32:33.173510 [ 281 ] {} <Debug> TCP-Session: be3ce2c7-9cb4-4c4f-8699-ad7862896c40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.11.19 01:32:33.173524 [ 281 ] {} <Debug> TCP-Session: be3ce2c7-9cb4-4c4f-8699-ad7862896c40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 711 | 2024.11.19 01:32:38.749935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 712 | 2024.11.19 01:32:38.750075 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 713 | 2024.11.19 01:32:38.755848 [ 242 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Loading data parts | ||
| 714 | 2024.11.19 01:32:38.755999 [ 242 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): There are no data parts | ||
| 715 | 2024.11.19 01:32:38.763063 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 716 | 2024.11.19 01:32:38.763131 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. | ||
| 717 | 2024.11.19 01:32:38.765599 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 718 | 2024.11.19 01:32:38.765894 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 719 | 2024.11.19 01:32:38.766337 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 720 | 2024.11.19 01:32:39.000177 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 143.96 MiB, peak 143.96 MiB, free memory in arenas 0.00 B, will set to 141.78 MiB (RSS), difference: -2.18 MiB | ||
| 721 | 2024.11.19 01:32:43.708547 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 722 | 2024.11.19 01:32:43.708613 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 723 | 2024.11.19 01:32:49.000218 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.84 MiB, peak 143.96 MiB, free memory in arenas 0.00 B, will set to 141.85 MiB (RSS), difference: 4.01 MiB | ||
| 724 | 2024.11.19 01:32:50.110056 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 725 | 2024.11.19 01:32:50.110276 [ 255 ] {577f9eb9-7c57-4af1-a87a-86b06975e2d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 726 | 2024.11.19 01:32:50.117011 [ 255 ] {577f9eb9-7c57-4af1-a87a-86b06975e2d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 727 | 2024.11.19 01:32:50.121732 [ 255 ] {577f9eb9-7c57-4af1-a87a-86b06975e2d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 728 | 2024.11.19 01:32:50.122569 [ 255 ] {577f9eb9-7c57-4af1-a87a-86b06975e2d8} <Debug> TCPHandler: Processed in 0.012642796 sec. | ||
| 729 | 2024.11.19 01:32:50.132529 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 730 | 2024.11.19 01:32:50.132813 [ 260 ] {7a772af9-6e4f-4bcd-98b4-bf182308272d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 731 | 2024.11.19 01:32:50.137036 [ 260 ] {7a772af9-6e4f-4bcd-98b4-bf182308272d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 732 | 2024.11.19 01:32:50.137159 [ 260 ] {7a772af9-6e4f-4bcd-98b4-bf182308272d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 733 | 2024.11.19 01:32:50.138016 [ 260 ] {7a772af9-6e4f-4bcd-98b4-bf182308272d} <Debug> TCPHandler: Processed in 0.005627681 sec. | ||
| 734 | 2024.11.19 01:32:50.138520 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 735 | 2024.11.19 01:32:50.138698 [ 255 ] {e1a2372c-78d8-4915-810b-ab0fbad80603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT Native; (stage: Complete) | ||
| 736 | 2024.11.19 01:32:50.139258 [ 255 ] {e1a2372c-78d8-4915-810b-ab0fbad80603} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 737 | 2024.11.19 01:32:50.139326 [ 255 ] {e1a2372c-78d8-4915-810b-ab0fbad80603} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 738 | 2024.11.19 01:32:50.139901 [ 255 ] {e1a2372c-78d8-4915-810b-ab0fbad80603} <Debug> TCPHandler: Processed in 0.001441266 sec. | ||
| 739 | 2024.11.19 01:32:50.140279 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 740 | 2024.11.19 01:32:50.140428 [ 260 ] {6cc276a7-fbe5-46c2-ad47-a9a9f543ec55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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) | ||
| 741 | 2024.11.19 01:32:50.140823 [ 260 ] {6cc276a7-fbe5-46c2-ad47-a9a9f543ec55} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 742 | 2024.11.19 01:32:50.140879 [ 260 ] {6cc276a7-fbe5-46c2-ad47-a9a9f543ec55} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 743 | 2024.11.19 01:32:50.141342 [ 260 ] {6cc276a7-fbe5-46c2-ad47-a9a9f543ec55} <Debug> TCPHandler: Processed in 0.00111807 sec. | ||
| 744 | 2024.11.19 01:32:50.141621 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 745 | 2024.11.19 01:32:50.141778 [ 255 ] {df5b63b7-ca6f-44ca-9225-50df9ee7f9ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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) | ||
| 746 | 2024.11.19 01:32:50.142169 [ 255 ] {df5b63b7-ca6f-44ca-9225-50df9ee7f9ac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 747 | 2024.11.19 01:32:50.142224 [ 255 ] {df5b63b7-ca6f-44ca-9225-50df9ee7f9ac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 748 | 2024.11.19 01:32:50.142748 [ 255 ] {df5b63b7-ca6f-44ca-9225-50df9ee7f9ac} <Debug> TCPHandler: Processed in 0.001185481 sec. | ||
| 749 | 2024.11.19 01:32:50.143025 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 750 | 2024.11.19 01:32:50.143174 [ 260 ] {2059a233-2bec-4b18-95d7-ce6287be688e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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) | ||
| 751 | 2024.11.19 01:32:50.143534 [ 260 ] {2059a233-2bec-4b18-95d7-ce6287be688e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 752 | 2024.11.19 01:32:50.143589 [ 260 ] {2059a233-2bec-4b18-95d7-ce6287be688e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 753 | 2024.11.19 01:32:50.144044 [ 260 ] {2059a233-2bec-4b18-95d7-ce6287be688e} <Debug> TCPHandler: Processed in 0.001073879 sec. | ||
| 754 | 2024.11.19 01:32:50.144291 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 755 | 2024.11.19 01:32:50.144441 [ 255 ] {03fe4f8d-42ca-451f-8215-ed034f592990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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) | ||
| 756 | 2024.11.19 01:32:50.144803 [ 255 ] {03fe4f8d-42ca-451f-8215-ed034f592990} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 757 | 2024.11.19 01:32:50.144857 [ 255 ] {03fe4f8d-42ca-451f-8215-ed034f592990} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 758 | 2024.11.19 01:32:50.145352 [ 255 ] {03fe4f8d-42ca-451f-8215-ed034f592990} <Debug> TCPHandler: Processed in 0.00111356 sec. | ||
| 759 | 2024.11.19 01:32:50.145588 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 760 | 2024.11.19 01:32:50.145760 [ 260 ] {ff0bd149-452f-4513-8fef-bc353fda62bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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) | ||
| 761 | 2024.11.19 01:32:50.146198 [ 260 ] {ff0bd149-452f-4513-8fef-bc353fda62bc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 762 | 2024.11.19 01:32:50.146264 [ 260 ] {ff0bd149-452f-4513-8fef-bc353fda62bc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 763 | 2024.11.19 01:32:50.146793 [ 260 ] {ff0bd149-452f-4513-8fef-bc353fda62bc} <Debug> TCPHandler: Processed in 0.001260912 sec. | ||
| 764 | 2024.11.19 01:32:50.147032 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 765 | 2024.11.19 01:32:50.147182 [ 255 ] {1991006d-6901-43e6-a6ef-fde681bd2964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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) | ||
| 766 | 2024.11.19 01:32:50.147548 [ 255 ] {1991006d-6901-43e6-a6ef-fde681bd2964} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 767 | 2024.11.19 01:32:50.147601 [ 255 ] {1991006d-6901-43e6-a6ef-fde681bd2964} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 768 | 2024.11.19 01:32:50.148094 [ 255 ] {1991006d-6901-43e6-a6ef-fde681bd2964} <Debug> TCPHandler: Processed in 0.0011147 sec. | ||
| 769 | 2024.11.19 01:32:50.148332 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 770 | 2024.11.19 01:32:50.148485 [ 260 ] {8b601cd2-6a8f-4214-940c-de6797bc0578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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) | ||
| 771 | 2024.11.19 01:32:50.148857 [ 260 ] {8b601cd2-6a8f-4214-940c-de6797bc0578} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 772 | 2024.11.19 01:32:50.148911 [ 260 ] {8b601cd2-6a8f-4214-940c-de6797bc0578} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 773 | 2024.11.19 01:32:50.149369 [ 260 ] {8b601cd2-6a8f-4214-940c-de6797bc0578} <Debug> TCPHandler: Processed in 0.001091649 sec. | ||
| 774 | 2024.11.19 01:32:50.149618 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 775 | 2024.11.19 01:32:50.149817 [ 255 ] {07bd75e7-0077-4ada-b43c-31221d320d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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) | ||
| 776 | 2024.11.19 01:32:50.150295 [ 255 ] {07bd75e7-0077-4ada-b43c-31221d320d39} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 777 | 2024.11.19 01:32:50.150365 [ 255 ] {07bd75e7-0077-4ada-b43c-31221d320d39} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 778 | 2024.11.19 01:32:50.150929 [ 255 ] {07bd75e7-0077-4ada-b43c-31221d320d39} <Debug> TCPHandler: Processed in 0.001378344 sec. | ||
| 779 | 2024.11.19 01:32:50.151163 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 780 | 2024.11.19 01:32:50.151318 [ 260 ] {e19e548a-7801-47bb-82aa-56a1b2c431ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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) | ||
| 781 | 2024.11.19 01:32:50.151696 [ 260 ] {e19e548a-7801-47bb-82aa-56a1b2c431ab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 782 | 2024.11.19 01:32:50.151750 [ 260 ] {e19e548a-7801-47bb-82aa-56a1b2c431ab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 783 | 2024.11.19 01:32:50.152208 [ 260 ] {e19e548a-7801-47bb-82aa-56a1b2c431ab} <Debug> TCPHandler: Processed in 0.00109743 sec. | ||
| 784 | 2024.11.19 01:32:50.152465 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 785 | 2024.11.19 01:32:50.152629 [ 255 ] {b2e36f75-4749-4bcc-a909-fd5594a7b44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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) | ||
| 786 | 2024.11.19 01:32:50.153115 [ 255 ] {b2e36f75-4749-4bcc-a909-fd5594a7b44f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 787 | 2024.11.19 01:32:50.153183 [ 255 ] {b2e36f75-4749-4bcc-a909-fd5594a7b44f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 788 | 2024.11.19 01:32:50.153749 [ 255 ] {b2e36f75-4749-4bcc-a909-fd5594a7b44f} <Debug> TCPHandler: Processed in 0.001339104 sec. | ||
| 789 | 2024.11.19 01:32:50.154027 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 790 | 2024.11.19 01:32:50.154227 [ 260 ] {7ce42cee-1795-4262-bd99-3690a86ba303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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) | ||
| 791 | 2024.11.19 01:32:50.154703 [ 260 ] {7ce42cee-1795-4262-bd99-3690a86ba303} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 792 | 2024.11.19 01:32:50.154762 [ 260 ] {7ce42cee-1795-4262-bd99-3690a86ba303} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 793 | 2024.11.19 01:32:50.155252 [ 260 ] {7ce42cee-1795-4262-bd99-3690a86ba303} <Debug> TCPHandler: Processed in 0.001292694 sec. | ||
| 794 | 2024.11.19 01:32:50.155501 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 795 | 2024.11.19 01:32:50.155670 [ 255 ] {60e55688-717e-4943-ba42-dda1b15b2b19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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) | ||
| 796 | 2024.11.19 01:32:50.156146 [ 255 ] {60e55688-717e-4943-ba42-dda1b15b2b19} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 797 | 2024.11.19 01:32:50.156214 [ 255 ] {60e55688-717e-4943-ba42-dda1b15b2b19} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 798 | 2024.11.19 01:32:50.156776 [ 255 ] {60e55688-717e-4943-ba42-dda1b15b2b19} <Debug> TCPHandler: Processed in 0.001330184 sec. | ||
| 799 | 2024.11.19 01:32:50.158456 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 800 | 2024.11.19 01:32:50.158622 [ 260 ] {3333d5b9-2d65-4c1b-aa28-6d32adcb6051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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) | ||
| 801 | 2024.11.19 01:32:50.159115 [ 260 ] {3333d5b9-2d65-4c1b-aa28-6d32adcb6051} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 802 | 2024.11.19 01:32:50.159184 [ 260 ] {3333d5b9-2d65-4c1b-aa28-6d32adcb6051} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 803 | 2024.11.19 01:32:50.159741 [ 260 ] {3333d5b9-2d65-4c1b-aa28-6d32adcb6051} <Debug> TCPHandler: Processed in 0.001341904 sec. | ||
| 804 | 2024.11.19 01:32:50.159966 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 805 | 2024.11.19 01:32:50.160127 [ 255 ] {b7450a6b-6e05-424f-8cb0-54f2504f594c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 806 | 2024.11.19 01:32:50.160529 [ 255 ] {b7450a6b-6e05-424f-8cb0-54f2504f594c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 807 | 2024.11.19 01:32:50.160585 [ 255 ] {b7450a6b-6e05-424f-8cb0-54f2504f594c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 808 | 2024.11.19 01:32:50.161082 [ 255 ] {b7450a6b-6e05-424f-8cb0-54f2504f594c} <Debug> TCPHandler: Processed in 0.001168551 sec. | ||
| 809 | 2024.11.19 01:32:50.161324 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 810 | 2024.11.19 01:32:50.161485 [ 260 ] {757c84c8-4c8d-4fdd-b39f-4d3f16e716b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 811 | 2024.11.19 01:32:50.161900 [ 260 ] {757c84c8-4c8d-4fdd-b39f-4d3f16e716b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 812 | 2024.11.19 01:32:50.161957 [ 260 ] {757c84c8-4c8d-4fdd-b39f-4d3f16e716b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 813 | 2024.11.19 01:32:50.162448 [ 260 ] {757c84c8-4c8d-4fdd-b39f-4d3f16e716b8} <Debug> TCPHandler: Processed in 0.001179861 sec. | ||
| 814 | 2024.11.19 01:32:50.164931 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 815 | 2024.11.19 01:32:50.165147 [ 255 ] {b97835d1-f0b0-4013-89ef-bee522ae72c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 816 | 2024.11.19 01:32:50.165238 [ 255 ] {b97835d1-f0b0-4013-89ef-bee522ae72c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 817 | 2024.11.19 01:32:50.168367 [ 255 ] {b97835d1-f0b0-4013-89ef-bee522ae72c7} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 818 | 2024.11.19 01:32:50.168413 [ 255 ] {b97835d1-f0b0-4013-89ef-bee522ae72c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 819 | 2024.11.19 01:32:50.171125 [ 255 ] {b97835d1-f0b0-4013-89ef-bee522ae72c7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 820 | 2024.11.19 01:32:50.171413 [ 255 ] {b97835d1-f0b0-4013-89ef-bee522ae72c7} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 821 | 2024.11.19 01:32:50.171673 [ 255 ] {b97835d1-f0b0-4013-89ef-bee522ae72c7} <Debug> executeQuery: Read 18 rows, 2.43 KiB in 0.006589 sec., 2731.825770223099 rows/sec., 369.05 KiB/sec. | ||
| 822 | 2024.11.19 01:32:50.171728 [ 255 ] {b97835d1-f0b0-4013-89ef-bee522ae72c7} <Debug> TCPHandler: Processed in 0.006900603 sec. | ||
| 823 | 2024.11.19 01:32:50.171876 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2024.11.19 01:32:50.172004 [ 260 ] {331dda2d-3e91-4c75-82ac-28c3918aa860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 825 | 2024.11.19 01:32:50.172056 [ 260 ] {331dda2d-3e91-4c75-82ac-28c3918aa860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 826 | 2024.11.19 01:32:50.175761 [ 260 ] {331dda2d-3e91-4c75-82ac-28c3918aa860} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 827 | 2024.11.19 01:32:50.175838 [ 260 ] {331dda2d-3e91-4c75-82ac-28c3918aa860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 828 | 2024.11.19 01:32:50.176641 [ 260 ] {331dda2d-3e91-4c75-82ac-28c3918aa860} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 829 | 2024.11.19 01:32:50.176915 [ 260 ] {331dda2d-3e91-4c75-82ac-28c3918aa860} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 830 | 2024.11.19 01:32:50.177131 [ 260 ] {331dda2d-3e91-4c75-82ac-28c3918aa860} <Debug> executeQuery: Read 70 rows, 6.18 KiB in 0.005162 sec., 13560.635412630763 rows/sec., 1.17 MiB/sec. | ||
| 831 | 2024.11.19 01:32:50.177263 [ 260 ] {331dda2d-3e91-4c75-82ac-28c3918aa860} <Debug> TCPHandler: Processed in 0.005439747 sec. | ||
| 832 | 2024.11.19 01:32:50.177433 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 833 | 2024.11.19 01:32:50.177572 [ 255 ] {88360a48-8ffa-490a-ba73-c656cd8615e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 834 | 2024.11.19 01:32:50.177632 [ 255 ] {88360a48-8ffa-490a-ba73-c656cd8615e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 835 | 2024.11.19 01:32:50.178256 [ 255 ] {88360a48-8ffa-490a-ba73-c656cd8615e7} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 836 | 2024.11.19 01:32:50.178291 [ 255 ] {88360a48-8ffa-490a-ba73-c656cd8615e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 837 | 2024.11.19 01:32:50.178646 [ 255 ] {88360a48-8ffa-490a-ba73-c656cd8615e7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 838 | 2024.11.19 01:32:50.178886 [ 255 ] {88360a48-8ffa-490a-ba73-c656cd8615e7} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 839 | 2024.11.19 01:32:50.179098 [ 255 ] {88360a48-8ffa-490a-ba73-c656cd8615e7} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001557 sec., 14129.736673089274 rows/sec., 1.04 MiB/sec. | ||
| 840 | 2024.11.19 01:32:50.179152 [ 255 ] {88360a48-8ffa-490a-ba73-c656cd8615e7} <Debug> TCPHandler: Processed in 0.001786132 sec. | ||
| 841 | 2024.11.19 01:32:50.179296 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 842 | 2024.11.19 01:32:50.179416 [ 260 ] {74a57479-cd13-466e-b8d3-dce60c58e945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 843 | 2024.11.19 01:32:50.179464 [ 260 ] {74a57479-cd13-466e-b8d3-dce60c58e945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 844 | 2024.11.19 01:32:50.180061 [ 260 ] {74a57479-cd13-466e-b8d3-dce60c58e945} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 845 | 2024.11.19 01:32:50.180102 [ 260 ] {74a57479-cd13-466e-b8d3-dce60c58e945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 846 | 2024.11.19 01:32:50.180478 [ 260 ] {74a57479-cd13-466e-b8d3-dce60c58e945} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 847 | 2024.11.19 01:32:50.180724 [ 260 ] {74a57479-cd13-466e-b8d3-dce60c58e945} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 848 | 2024.11.19 01:32:50.181008 [ 260 ] {74a57479-cd13-466e-b8d3-dce60c58e945} <Debug> executeQuery: Read 63 rows, 5.05 KiB in 0.001606 sec., 39227.89539227895 rows/sec., 3.07 MiB/sec. | ||
| 849 | 2024.11.19 01:32:50.181138 [ 260 ] {74a57479-cd13-466e-b8d3-dce60c58e945} <Debug> TCPHandler: Processed in 0.001901314 sec. | ||
| 850 | 2024.11.19 01:32:50.181299 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 851 | 2024.11.19 01:32:50.181438 [ 255 ] {5bd1ba61-502b-47d0-8322-37645dac5672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 852 | 2024.11.19 01:32:50.181501 [ 255 ] {5bd1ba61-502b-47d0-8322-37645dac5672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 853 | 2024.11.19 01:32:50.182090 [ 255 ] {5bd1ba61-502b-47d0-8322-37645dac5672} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 854 | 2024.11.19 01:32:50.182126 [ 255 ] {5bd1ba61-502b-47d0-8322-37645dac5672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 855 | 2024.11.19 01:32:50.182545 [ 255 ] {5bd1ba61-502b-47d0-8322-37645dac5672} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 856 | 2024.11.19 01:32:50.182782 [ 255 ] {5bd1ba61-502b-47d0-8322-37645dac5672} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 857 | 2024.11.19 01:32:50.183008 [ 255 ] {5bd1ba61-502b-47d0-8322-37645dac5672} <Debug> executeQuery: Read 40 rows, 2.84 KiB in 0.001597 sec., 25046.963055729495 rows/sec., 1.74 MiB/sec. | ||
| 858 | 2024.11.19 01:32:50.183059 [ 255 ] {5bd1ba61-502b-47d0-8322-37645dac5672} <Debug> TCPHandler: Processed in 0.001826063 sec. | ||
| 859 | 2024.11.19 01:32:50.183203 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 860 | 2024.11.19 01:32:50.183340 [ 260 ] {d41ae8e3-501e-4eae-8543-88416ef2cd46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 861 | 2024.11.19 01:32:50.183432 [ 260 ] {d41ae8e3-501e-4eae-8543-88416ef2cd46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 862 | 2024.11.19 01:32:50.184688 [ 260 ] {d41ae8e3-501e-4eae-8543-88416ef2cd46} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 863 | 2024.11.19 01:32:50.184728 [ 260 ] {d41ae8e3-501e-4eae-8543-88416ef2cd46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 864 | 2024.11.19 01:32:50.188540 [ 260 ] {d41ae8e3-501e-4eae-8543-88416ef2cd46} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 865 | 2024.11.19 01:32:50.188876 [ 260 ] {d41ae8e3-501e-4eae-8543-88416ef2cd46} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 866 | 2024.11.19 01:32:50.189182 [ 260 ] {d41ae8e3-501e-4eae-8543-88416ef2cd46} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.005858 sec., 3755.5479685899622 rows/sec., 6.73 MiB/sec. | ||
| 867 | 2024.11.19 01:32:50.189282 [ 260 ] {d41ae8e3-501e-4eae-8543-88416ef2cd46} <Debug> TCPHandler: Processed in 0.00614698 sec. | ||
| 868 | 2024.11.19 01:32:50.189445 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2024.11.19 01:32:50.189583 [ 255 ] {e17a7f9b-9646-49fb-a54c-eaf6b4769500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 870 | 2024.11.19 01:32:50.189643 [ 255 ] {e17a7f9b-9646-49fb-a54c-eaf6b4769500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 871 | 2024.11.19 01:32:50.190187 [ 255 ] {e17a7f9b-9646-49fb-a54c-eaf6b4769500} <Trace> oximeter.measurements_i64 (46643c12-6d7c-4036-a398-9cf74dce34f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 872 | 2024.11.19 01:32:50.190233 [ 255 ] {e17a7f9b-9646-49fb-a54c-eaf6b4769500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 873 | 2024.11.19 01:32:50.190665 [ 255 ] {e17a7f9b-9646-49fb-a54c-eaf6b4769500} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 874 | 2024.11.19 01:32:50.190897 [ 255 ] {e17a7f9b-9646-49fb-a54c-eaf6b4769500} <Trace> oximeter.measurements_i64 (46643c12-6d7c-4036-a398-9cf74dce34f2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 875 | 2024.11.19 01:32:50.191108 [ 255 ] {e17a7f9b-9646-49fb-a54c-eaf6b4769500} <Debug> executeQuery: Read 18 rows, 1.33 KiB in 0.001555 sec., 11575.56270096463 rows/sec., 854.10 KiB/sec. | ||
| 876 | 2024.11.19 01:32:50.191156 [ 255 ] {e17a7f9b-9646-49fb-a54c-eaf6b4769500} <Debug> TCPHandler: Processed in 0.001778921 sec. | ||
| 877 | 2024.11.19 01:32:50.191292 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 878 | 2024.11.19 01:32:50.191408 [ 260 ] {d4bafabe-f397-4143-9547-aecea0a55794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 879 | 2024.11.19 01:32:50.191458 [ 260 ] {d4bafabe-f397-4143-9547-aecea0a55794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 880 | 2024.11.19 01:32:50.191929 [ 260 ] {d4bafabe-f397-4143-9547-aecea0a55794} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 881 | 2024.11.19 01:32:50.191968 [ 260 ] {d4bafabe-f397-4143-9547-aecea0a55794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 882 | 2024.11.19 01:32:50.192323 [ 260 ] {d4bafabe-f397-4143-9547-aecea0a55794} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 883 | 2024.11.19 01:32:50.192558 [ 260 ] {d4bafabe-f397-4143-9547-aecea0a55794} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 884 | 2024.11.19 01:32:50.192844 [ 260 ] {d4bafabe-f397-4143-9547-aecea0a55794} <Debug> executeQuery: Read 16 rows, 1.13 KiB in 0.001443 sec., 11088.011088011088 rows/sec., 779.63 KiB/sec. | ||
| 885 | 2024.11.19 01:32:50.192913 [ 260 ] {d4bafabe-f397-4143-9547-aecea0a55794} <Debug> TCPHandler: Processed in 0.00167671 sec. | ||
| 886 | 2024.11.19 01:32:55.111798 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 887 | 2024.11.19 01:32:55.112001 [ 255 ] {991f46d6-c90f-43d5-add1-8fd461418560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 888 | 2024.11.19 01:32:55.112075 [ 255 ] {991f46d6-c90f-43d5-add1-8fd461418560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 889 | 2024.11.19 01:32:55.112799 [ 255 ] {991f46d6-c90f-43d5-add1-8fd461418560} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 890 | 2024.11.19 01:32:55.112845 [ 255 ] {991f46d6-c90f-43d5-add1-8fd461418560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 891 | 2024.11.19 01:32:55.113267 [ 255 ] {991f46d6-c90f-43d5-add1-8fd461418560} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 892 | 2024.11.19 01:32:55.113517 [ 255 ] {991f46d6-c90f-43d5-add1-8fd461418560} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 893 | 2024.11.19 01:32:55.113775 [ 255 ] {991f46d6-c90f-43d5-add1-8fd461418560} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001826 sec., 14238.773274917854 rows/sec., 1.10 MiB/sec. | ||
| 894 | 2024.11.19 01:32:55.113833 [ 255 ] {991f46d6-c90f-43d5-add1-8fd461418560} <Debug> TCPHandler: Processed in 0.002165259 sec. | ||
| 895 | 2024.11.19 01:32:55.114095 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 896 | 2024.11.19 01:32:55.114315 [ 260 ] {58d6cf08-f641-4e46-a861-19f7689a2837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 897 | 2024.11.19 01:32:55.114400 [ 260 ] {58d6cf08-f641-4e46-a861-19f7689a2837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 898 | 2024.11.19 01:32:55.115206 [ 260 ] {58d6cf08-f641-4e46-a861-19f7689a2837} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 899 | 2024.11.19 01:32:55.115262 [ 260 ] {58d6cf08-f641-4e46-a861-19f7689a2837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 900 | 2024.11.19 01:32:55.115715 [ 260 ] {58d6cf08-f641-4e46-a861-19f7689a2837} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 901 | 2024.11.19 01:32:55.115972 [ 260 ] {58d6cf08-f641-4e46-a861-19f7689a2837} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 902 | 2024.11.19 01:32:55.116265 [ 260 ] {58d6cf08-f641-4e46-a861-19f7689a2837} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002008 sec., 13944.223107569722 rows/sec., 1.09 MiB/sec. | ||
| 903 | 2024.11.19 01:32:55.116448 [ 260 ] {58d6cf08-f641-4e46-a861-19f7689a2837} <Debug> TCPHandler: Processed in 0.002493314 sec. | ||
| 904 | 2024.11.19 01:32:55.116634 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 905 | 2024.11.19 01:32:55.116781 [ 255 ] {a2adca8f-3919-4c70-b534-ba304521915b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 906 | 2024.11.19 01:32:55.116847 [ 255 ] {a2adca8f-3919-4c70-b534-ba304521915b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 907 | 2024.11.19 01:32:55.117485 [ 255 ] {a2adca8f-3919-4c70-b534-ba304521915b} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 908 | 2024.11.19 01:32:55.117533 [ 255 ] {a2adca8f-3919-4c70-b534-ba304521915b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 909 | 2024.11.19 01:32:55.117965 [ 255 ] {a2adca8f-3919-4c70-b534-ba304521915b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 910 | 2024.11.19 01:32:55.118208 [ 255 ] {a2adca8f-3919-4c70-b534-ba304521915b} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 911 | 2024.11.19 01:32:55.118421 [ 255 ] {a2adca8f-3919-4c70-b534-ba304521915b} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001676 sec., 29832.93556085919 rows/sec., 2.07 MiB/sec. | ||
| 912 | 2024.11.19 01:32:55.118477 [ 255 ] {a2adca8f-3919-4c70-b534-ba304521915b} <Debug> TCPHandler: Processed in 0.001912824 sec. | ||
| 913 | 2024.11.19 01:32:55.118626 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 914 | 2024.11.19 01:32:55.118752 [ 260 ] {c5b3f8d3-e3f0-417e-9aa6-20bccfcaf382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 915 | 2024.11.19 01:32:55.118813 [ 260 ] {c5b3f8d3-e3f0-417e-9aa6-20bccfcaf382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 916 | 2024.11.19 01:32:55.119399 [ 260 ] {c5b3f8d3-e3f0-417e-9aa6-20bccfcaf382} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 917 | 2024.11.19 01:32:55.119448 [ 260 ] {c5b3f8d3-e3f0-417e-9aa6-20bccfcaf382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 918 | 2024.11.19 01:32:55.119881 [ 260 ] {c5b3f8d3-e3f0-417e-9aa6-20bccfcaf382} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 919 | 2024.11.19 01:32:55.120132 [ 260 ] {c5b3f8d3-e3f0-417e-9aa6-20bccfcaf382} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 920 | 2024.11.19 01:32:55.120336 [ 260 ] {c5b3f8d3-e3f0-417e-9aa6-20bccfcaf382} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001615 sec., 12383.900928792571 rows/sec., 870.74 KiB/sec. | ||
| 921 | 2024.11.19 01:32:55.120388 [ 260 ] {c5b3f8d3-e3f0-417e-9aa6-20bccfcaf382} <Debug> TCPHandler: Processed in 0.001822253 sec. | ||
| 922 | 2024.11.19 01:32:57.279810 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37165, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 923 | 2024.11.19 01:32:57.373278 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43601, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 924 | 2024.11.19 01:32:57.567682 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54515, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 925 | 2024.11.19 01:32:57.575112 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43156, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 926 | 2024.11.19 01:32:57.675462 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59876, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 927 | 2024.11.19 01:32:57.685782 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 928 | 2024.11.19 01:32:57.706186 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47115, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 929 | 2024.11.19 01:32:57.754219 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58777, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 930 | 2024.11.19 01:32:57.757625 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44624, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 931 | 2024.11.19 01:32:57.760222 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51353, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 932 | 2024.11.19 01:32:57.805717 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 933 | 2024.11.19 01:32:57.877203 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49096, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 934 | 2024.11.19 01:32:57.881478 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36940, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 935 | 2024.11.19 01:32:57.974240 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 936 | 2024.11.19 01:32:58.014716 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44582, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 937 | 2024.11.19 01:32:58.182481 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55273, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 938 | 2024.11.19 01:32:58.708855 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 939 | 2024.11.19 01:32:58.708931 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 940 | 2024.11.19 01:32:58.766918 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 150 | ||
| 941 | 2024.11.19 01:32:58.773101 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 942 | 2024.11.19 01:32:58.773148 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 943 | 2024.11.19 01:32:58.774722 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 944 | 2024.11.19 01:32:58.775042 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 945 | 2024.11.19 01:32:58.775917 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 150 | ||
| 946 | 2024.11.19 01:33:00.112640 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 947 | 2024.11.19 01:33:00.112829 [ 255 ] {191b9f66-c796-4cce-b95d-38f1209d41c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 948 | 2024.11.19 01:33:00.112901 [ 255 ] {191b9f66-c796-4cce-b95d-38f1209d41c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 949 | 2024.11.19 01:33:00.113651 [ 255 ] {191b9f66-c796-4cce-b95d-38f1209d41c9} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 950 | 2024.11.19 01:33:00.113700 [ 255 ] {191b9f66-c796-4cce-b95d-38f1209d41c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 951 | 2024.11.19 01:33:00.114127 [ 255 ] {191b9f66-c796-4cce-b95d-38f1209d41c9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 952 | 2024.11.19 01:33:00.114391 [ 255 ] {191b9f66-c796-4cce-b95d-38f1209d41c9} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 953 | 2024.11.19 01:33:00.114618 [ 255 ] {191b9f66-c796-4cce-b95d-38f1209d41c9} <Debug> executeQuery: Read 70 rows, 6.18 KiB in 0.001843 sec., 37981.55181768855 rows/sec., 3.28 MiB/sec. | ||
| 954 | 2024.11.19 01:33:00.114676 [ 255 ] {191b9f66-c796-4cce-b95d-38f1209d41c9} <Debug> TCPHandler: Processed in 0.002165588 sec. | ||
| 955 | 2024.11.19 01:33:00.114931 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2024.11.19 01:33:00.115137 [ 260 ] {5b02f48c-0911-462b-a076-1aff4dd2e8ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 957 | 2024.11.19 01:33:00.115219 [ 260 ] {5b02f48c-0911-462b-a076-1aff4dd2e8ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 958 | 2024.11.19 01:33:00.116036 [ 260 ] {5b02f48c-0911-462b-a076-1aff4dd2e8ed} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 959 | 2024.11.19 01:33:00.116077 [ 260 ] {5b02f48c-0911-462b-a076-1aff4dd2e8ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 960 | 2024.11.19 01:33:00.116502 [ 260 ] {5b02f48c-0911-462b-a076-1aff4dd2e8ed} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 961 | 2024.11.19 01:33:00.116747 [ 260 ] {5b02f48c-0911-462b-a076-1aff4dd2e8ed} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 962 | 2024.11.19 01:33:00.116966 [ 260 ] {5b02f48c-0911-462b-a076-1aff4dd2e8ed} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001885 sec., 11671.087533156498 rows/sec., 877.61 KiB/sec. | ||
| 963 | 2024.11.19 01:33:00.117041 [ 260 ] {5b02f48c-0911-462b-a076-1aff4dd2e8ed} <Debug> TCPHandler: Processed in 0.0022379 sec. | ||
| 964 | 2024.11.19 01:33:00.117192 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 965 | 2024.11.19 01:33:00.117328 [ 255 ] {46a8d4b4-f666-4469-a60a-55d9e6510d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 966 | 2024.11.19 01:33:00.117388 [ 255 ] {46a8d4b4-f666-4469-a60a-55d9e6510d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 967 | 2024.11.19 01:33:00.118080 [ 255 ] {46a8d4b4-f666-4469-a60a-55d9e6510d77} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 968 | 2024.11.19 01:33:00.118120 [ 255 ] {46a8d4b4-f666-4469-a60a-55d9e6510d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 969 | 2024.11.19 01:33:00.118475 [ 255 ] {46a8d4b4-f666-4469-a60a-55d9e6510d77} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 970 | 2024.11.19 01:33:00.118717 [ 255 ] {46a8d4b4-f666-4469-a60a-55d9e6510d77} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 971 | 2024.11.19 01:33:00.118913 [ 255 ] {46a8d4b4-f666-4469-a60a-55d9e6510d77} <Debug> executeQuery: Read 50 rows, 4.00 KiB in 0.001615 sec., 30959.752321981425 rows/sec., 2.42 MiB/sec. | ||
| 972 | 2024.11.19 01:33:00.118964 [ 255 ] {46a8d4b4-f666-4469-a60a-55d9e6510d77} <Debug> TCPHandler: Processed in 0.001836403 sec. | ||
| 973 | 2024.11.19 01:33:00.119125 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 974 | 2024.11.19 01:33:00.119271 [ 260 ] {14224ec8-ac26-486d-b7b2-c73f3b12adea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 975 | 2024.11.19 01:33:00.119336 [ 260 ] {14224ec8-ac26-486d-b7b2-c73f3b12adea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 976 | 2024.11.19 01:33:00.119988 [ 260 ] {14224ec8-ac26-486d-b7b2-c73f3b12adea} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 977 | 2024.11.19 01:33:00.120025 [ 260 ] {14224ec8-ac26-486d-b7b2-c73f3b12adea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 978 | 2024.11.19 01:33:00.120419 [ 260 ] {14224ec8-ac26-486d-b7b2-c73f3b12adea} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 979 | 2024.11.19 01:33:00.120669 [ 260 ] {14224ec8-ac26-486d-b7b2-c73f3b12adea} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 980 | 2024.11.19 01:33:00.120848 [ 260 ] {14224ec8-ac26-486d-b7b2-c73f3b12adea} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001613 sec., 30998.140111593304 rows/sec., 2.15 MiB/sec. | ||
| 981 | 2024.11.19 01:33:00.120900 [ 260 ] {14224ec8-ac26-486d-b7b2-c73f3b12adea} <Debug> TCPHandler: Processed in 0.001842344 sec. | ||
| 982 | 2024.11.19 01:33:00.121060 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 983 | 2024.11.19 01:33:00.121204 [ 255 ] {31ea0c98-d7ae-4f4a-870a-0b4a340d2bad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 984 | 2024.11.19 01:33:00.121298 [ 255 ] {31ea0c98-d7ae-4f4a-870a-0b4a340d2bad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 985 | 2024.11.19 01:33:00.122535 [ 255 ] {31ea0c98-d7ae-4f4a-870a-0b4a340d2bad} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 986 | 2024.11.19 01:33:00.122576 [ 255 ] {31ea0c98-d7ae-4f4a-870a-0b4a340d2bad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 987 | 2024.11.19 01:33:00.123197 [ 255 ] {31ea0c98-d7ae-4f4a-870a-0b4a340d2bad} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 988 | 2024.11.19 01:33:00.123453 [ 255 ] {31ea0c98-d7ae-4f4a-870a-0b4a340d2bad} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 989 | 2024.11.19 01:33:00.123681 [ 255 ] {31ea0c98-d7ae-4f4a-870a-0b4a340d2bad} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002507 sec., 8775.428799361787 rows/sec., 15.73 MiB/sec. | ||
| 990 | 2024.11.19 01:33:00.123771 [ 255 ] {31ea0c98-d7ae-4f4a-870a-0b4a340d2bad} <Debug> TCPHandler: Processed in 0.00277622 sec. | ||
| 991 | 2024.11.19 01:33:00.123917 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 992 | 2024.11.19 01:33:00.124050 [ 260 ] {2f91645c-15d2-4ae3-a8c4-3395f65d1e65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 993 | 2024.11.19 01:33:00.124108 [ 260 ] {2f91645c-15d2-4ae3-a8c4-3395f65d1e65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 994 | 2024.11.19 01:33:00.124685 [ 260 ] {2f91645c-15d2-4ae3-a8c4-3395f65d1e65} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 995 | 2024.11.19 01:33:00.124729 [ 260 ] {2f91645c-15d2-4ae3-a8c4-3395f65d1e65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 996 | 2024.11.19 01:33:00.125128 [ 260 ] {2f91645c-15d2-4ae3-a8c4-3395f65d1e65} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 997 | 2024.11.19 01:33:00.125364 [ 260 ] {2f91645c-15d2-4ae3-a8c4-3395f65d1e65} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 998 | 2024.11.19 01:33:00.125579 [ 260 ] {2f91645c-15d2-4ae3-a8c4-3395f65d1e65} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001553 sec., 12878.3000643915 rows/sec., 905.51 KiB/sec. | ||
| 999 | 2024.11.19 01:33:00.125720 [ 260 ] {2f91645c-15d2-4ae3-a8c4-3395f65d1e65} <Debug> TCPHandler: Processed in 0.001854564 sec. | ||
| 1000 | 2024.11.19 01:33:02.064994 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61804, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1001 | 2024.11.19 01:33:02.329402 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38953, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1002 | 2024.11.19 01:33:02.368922 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34675, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1003 | 2024.11.19 01:33:02.369244 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56712, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1004 | 2024.11.19 01:33:02.630203 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33877, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1005 | 2024.11.19 01:33:02.638610 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55163, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1006 | 2024.11.19 01:33:02.661294 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64835, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1007 | 2024.11.19 01:33:02.737635 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54144, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1008 | 2024.11.19 01:33:03.266858 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64207, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1009 | 2024.11.19 01:33:03.691782 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55101, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1010 | 2024.11.19 01:33:03.796363 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40815, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1011 | 2024.11.19 01:33:03.894209 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50730, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1012 | 2024.11.19 01:33:03.930585 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36113, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1013 | 2024.11.19 01:33:03.952142 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1014 | 2024.11.19 01:33:03.979612 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51935, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1015 | 2024.11.19 01:33:04.016152 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1016 | 2024.11.19 01:33:05.114611 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1017 | 2024.11.19 01:33:05.114818 [ 255 ] {8089ad58-dc06-49ff-9c31-92acd12bfe54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1018 | 2024.11.19 01:33:05.114900 [ 255 ] {8089ad58-dc06-49ff-9c31-92acd12bfe54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1019 | 2024.11.19 01:33:05.115683 [ 255 ] {8089ad58-dc06-49ff-9c31-92acd12bfe54} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1020 | 2024.11.19 01:33:05.115730 [ 255 ] {8089ad58-dc06-49ff-9c31-92acd12bfe54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1021 | 2024.11.19 01:33:05.116153 [ 255 ] {8089ad58-dc06-49ff-9c31-92acd12bfe54} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1022 | 2024.11.19 01:33:05.116412 [ 255 ] {8089ad58-dc06-49ff-9c31-92acd12bfe54} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1023 | 2024.11.19 01:33:05.116673 [ 255 ] {8089ad58-dc06-49ff-9c31-92acd12bfe54} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.00191 sec., 27225.130890052355 rows/sec., 2.08 MiB/sec. | ||
| 1024 | 2024.11.19 01:33:05.116816 [ 255 ] {8089ad58-dc06-49ff-9c31-92acd12bfe54} <Debug> TCPHandler: Processed in 0.002340682 sec. | ||
| 1025 | 2024.11.19 01:33:05.117063 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1026 | 2024.11.19 01:33:05.117250 [ 260 ] {509c5475-dc0b-486f-9732-b3456e4aceb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1027 | 2024.11.19 01:33:05.117322 [ 260 ] {509c5475-dc0b-486f-9732-b3456e4aceb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1028 | 2024.11.19 01:33:05.118089 [ 260 ] {509c5475-dc0b-486f-9732-b3456e4aceb7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1029 | 2024.11.19 01:33:05.118136 [ 260 ] {509c5475-dc0b-486f-9732-b3456e4aceb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1030 | 2024.11.19 01:33:05.118568 [ 260 ] {509c5475-dc0b-486f-9732-b3456e4aceb7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1031 | 2024.11.19 01:33:05.118823 [ 260 ] {509c5475-dc0b-486f-9732-b3456e4aceb7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1032 | 2024.11.19 01:33:05.119064 [ 260 ] {509c5475-dc0b-486f-9732-b3456e4aceb7} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001863 sec., 30059.044551798175 rows/sec., 2.34 MiB/sec. | ||
| 1033 | 2024.11.19 01:33:05.119232 [ 260 ] {509c5475-dc0b-486f-9732-b3456e4aceb7} <Debug> TCPHandler: Processed in 0.002294641 sec. | ||
| 1034 | 2024.11.19 01:33:05.119400 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1035 | 2024.11.19 01:33:05.119518 [ 255 ] {4d4bdd63-2fb2-437f-afa4-6e1f3d35c49f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1036 | 2024.11.19 01:33:05.119573 [ 255 ] {4d4bdd63-2fb2-437f-afa4-6e1f3d35c49f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1037 | 2024.11.19 01:33:05.120154 [ 255 ] {4d4bdd63-2fb2-437f-afa4-6e1f3d35c49f} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1038 | 2024.11.19 01:33:05.120193 [ 255 ] {4d4bdd63-2fb2-437f-afa4-6e1f3d35c49f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1039 | 2024.11.19 01:33:05.120553 [ 255 ] {4d4bdd63-2fb2-437f-afa4-6e1f3d35c49f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1040 | 2024.11.19 01:33:05.120772 [ 255 ] {4d4bdd63-2fb2-437f-afa4-6e1f3d35c49f} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1041 | 2024.11.19 01:33:05.120971 [ 255 ] {4d4bdd63-2fb2-437f-afa4-6e1f3d35c49f} <Debug> executeQuery: Read 120 rows, 8.52 KiB in 0.001531 sec., 78380.14369693011 rows/sec., 5.43 MiB/sec. | ||
| 1042 | 2024.11.19 01:33:05.121020 [ 255 ] {4d4bdd63-2fb2-437f-afa4-6e1f3d35c49f} <Debug> TCPHandler: Processed in 0.001737071 sec. | ||
| 1043 | 2024.11.19 01:33:05.121226 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1044 | 2024.11.19 01:33:05.121342 [ 260 ] {82a76c9e-dd27-41c3-a017-41b20a08df96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1045 | 2024.11.19 01:33:05.121394 [ 260 ] {82a76c9e-dd27-41c3-a017-41b20a08df96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1046 | 2024.11.19 01:33:05.121888 [ 260 ] {82a76c9e-dd27-41c3-a017-41b20a08df96} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1047 | 2024.11.19 01:33:05.121927 [ 260 ] {82a76c9e-dd27-41c3-a017-41b20a08df96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1048 | 2024.11.19 01:33:05.122305 [ 260 ] {82a76c9e-dd27-41c3-a017-41b20a08df96} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1049 | 2024.11.19 01:33:05.122555 [ 260 ] {82a76c9e-dd27-41c3-a017-41b20a08df96} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1050 | 2024.11.19 01:33:05.122764 [ 260 ] {82a76c9e-dd27-41c3-a017-41b20a08df96} <Debug> executeQuery: Read 40 rows, 2.81 KiB in 0.001447 sec., 27643.400138217003 rows/sec., 1.90 MiB/sec. | ||
| 1051 | 2024.11.19 01:33:05.122816 [ 260 ] {82a76c9e-dd27-41c3-a017-41b20a08df96} <Debug> TCPHandler: Processed in 0.00165178 sec. | ||
| 1052 | 2024.11.19 01:33:08.776263 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 170 | ||
| 1053 | 2024.11.19 01:33:08.778947 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1054 | 2024.11.19 01:33:08.778994 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1055 | 2024.11.19 01:33:08.780519 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1056 | 2024.11.19 01:33:08.780838 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1057 | 2024.11.19 01:33:08.781344 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 170 | ||
| 1058 | 2024.11.19 01:33:10.116241 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1059 | 2024.11.19 01:33:10.116443 [ 255 ] {56dead01-de50-48db-b466-58049b7bc538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1060 | 2024.11.19 01:33:10.116520 [ 255 ] {56dead01-de50-48db-b466-58049b7bc538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1061 | 2024.11.19 01:33:10.117432 [ 255 ] {56dead01-de50-48db-b466-58049b7bc538} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1062 | 2024.11.19 01:33:10.117484 [ 255 ] {56dead01-de50-48db-b466-58049b7bc538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1063 | 2024.11.19 01:33:10.117964 [ 255 ] {56dead01-de50-48db-b466-58049b7bc538} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1064 | 2024.11.19 01:33:10.118296 [ 255 ] {56dead01-de50-48db-b466-58049b7bc538} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1065 | 2024.11.19 01:33:10.118537 [ 255 ] {56dead01-de50-48db-b466-58049b7bc538} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.002137 sec., 24333.177351427235 rows/sec., 1.86 MiB/sec. | ||
| 1066 | 2024.11.19 01:33:10.118597 [ 255 ] {56dead01-de50-48db-b466-58049b7bc538} <Debug> TCPHandler: Processed in 0.002489494 sec. | ||
| 1067 | 2024.11.19 01:33:10.118866 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1068 | 2024.11.19 01:33:10.119061 [ 260 ] {2aadd6e3-75c5-4cf5-93dc-854e9af52f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1069 | 2024.11.19 01:33:10.119135 [ 260 ] {2aadd6e3-75c5-4cf5-93dc-854e9af52f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1070 | 2024.11.19 01:33:10.119893 [ 260 ] {2aadd6e3-75c5-4cf5-93dc-854e9af52f2a} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1071 | 2024.11.19 01:33:10.119946 [ 260 ] {2aadd6e3-75c5-4cf5-93dc-854e9af52f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1072 | 2024.11.19 01:33:10.120393 [ 260 ] {2aadd6e3-75c5-4cf5-93dc-854e9af52f2a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1073 | 2024.11.19 01:33:10.120649 [ 260 ] {2aadd6e3-75c5-4cf5-93dc-854e9af52f2a} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1074 | 2024.11.19 01:33:10.120888 [ 260 ] {2aadd6e3-75c5-4cf5-93dc-854e9af52f2a} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.32 MiB/sec. | ||
| 1075 | 2024.11.19 01:33:10.120945 [ 260 ] {2aadd6e3-75c5-4cf5-93dc-854e9af52f2a} <Debug> TCPHandler: Processed in 0.002217359 sec. | ||
| 1076 | 2024.11.19 01:33:10.121142 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1077 | 2024.11.19 01:33:10.121308 [ 255 ] {80ddb432-23ae-48c5-90a6-d37d82c29cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1078 | 2024.11.19 01:33:10.121374 [ 255 ] {80ddb432-23ae-48c5-90a6-d37d82c29cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1079 | 2024.11.19 01:33:10.121962 [ 255 ] {80ddb432-23ae-48c5-90a6-d37d82c29cdd} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1080 | 2024.11.19 01:33:10.122002 [ 255 ] {80ddb432-23ae-48c5-90a6-d37d82c29cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1081 | 2024.11.19 01:33:10.122423 [ 255 ] {80ddb432-23ae-48c5-90a6-d37d82c29cdd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1082 | 2024.11.19 01:33:10.122696 [ 255 ] {80ddb432-23ae-48c5-90a6-d37d82c29cdd} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1083 | 2024.11.19 01:33:10.122965 [ 255 ] {80ddb432-23ae-48c5-90a6-d37d82c29cdd} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001686 sec., 88967.97153024911 rows/sec., 6.17 MiB/sec. | ||
| 1084 | 2024.11.19 01:33:10.123086 [ 255 ] {80ddb432-23ae-48c5-90a6-d37d82c29cdd} <Debug> TCPHandler: Processed in 0.002014166 sec. | ||
| 1085 | 2024.11.19 01:33:10.123235 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2024.11.19 01:33:10.123353 [ 260 ] {ff16eaaf-d07b-4d74-acb2-a38c69321960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1087 | 2024.11.19 01:33:10.123404 [ 260 ] {ff16eaaf-d07b-4d74-acb2-a38c69321960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1088 | 2024.11.19 01:33:10.123919 [ 260 ] {ff16eaaf-d07b-4d74-acb2-a38c69321960} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1089 | 2024.11.19 01:33:10.123960 [ 260 ] {ff16eaaf-d07b-4d74-acb2-a38c69321960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1090 | 2024.11.19 01:33:10.124343 [ 260 ] {ff16eaaf-d07b-4d74-acb2-a38c69321960} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1091 | 2024.11.19 01:33:10.124583 [ 260 ] {ff16eaaf-d07b-4d74-acb2-a38c69321960} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1092 | 2024.11.19 01:33:10.124789 [ 260 ] {ff16eaaf-d07b-4d74-acb2-a38c69321960} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001461 sec., 34223.134839151266 rows/sec., 2.35 MiB/sec. | ||
| 1093 | 2024.11.19 01:33:10.124838 [ 260 ] {ff16eaaf-d07b-4d74-acb2-a38c69321960} <Debug> TCPHandler: Processed in 0.00165861 sec. | ||
| 1094 | 2024.11.19 01:33:13.709186 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1095 | 2024.11.19 01:33:13.709245 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1096 | 2024.11.19 01:33:15.117965 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1097 | 2024.11.19 01:33:15.118152 [ 255 ] {5c8b645e-8fb9-45e9-bc91-2122e98009f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1098 | 2024.11.19 01:33:15.118223 [ 255 ] {5c8b645e-8fb9-45e9-bc91-2122e98009f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1099 | 2024.11.19 01:33:15.118983 [ 255 ] {5c8b645e-8fb9-45e9-bc91-2122e98009f0} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1100 | 2024.11.19 01:33:15.119028 [ 255 ] {5c8b645e-8fb9-45e9-bc91-2122e98009f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1101 | 2024.11.19 01:33:15.119444 [ 255 ] {5c8b645e-8fb9-45e9-bc91-2122e98009f0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1102 | 2024.11.19 01:33:15.119713 [ 255 ] {5c8b645e-8fb9-45e9-bc91-2122e98009f0} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1103 | 2024.11.19 01:33:15.119851 [ 76 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1104 | 2024.11.19 01:33:15.119902 [ 255 ] {5c8b645e-8fb9-45e9-bc91-2122e98009f0} <Debug> executeQuery: Read 96 rows, 8.19 KiB in 0.001805 sec., 53185.595567867036 rows/sec., 4.43 MiB/sec. | ||
| 1105 | 2024.11.19 01:33:15.119909 [ 76 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1106 | 2024.11.19 01:33:15.119946 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1107 | 2024.11.19 01:33:15.119978 [ 255 ] {5c8b645e-8fb9-45e9-bc91-2122e98009f0} <Debug> TCPHandler: Processed in 0.002148309 sec. | ||
| 1108 | 2024.11.19 01:33:15.120295 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1109 | 2024.11.19 01:33:15.120490 [ 260 ] {847a4ed4-fc28-4644-bf98-90fb73bf25d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1110 | 2024.11.19 01:33:15.120567 [ 260 ] {847a4ed4-fc28-4644-bf98-90fb73bf25d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1111 | 2024.11.19 01:33:15.121333 [ 260 ] {847a4ed4-fc28-4644-bf98-90fb73bf25d9} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1112 | 2024.11.19 01:33:15.121385 [ 260 ] {847a4ed4-fc28-4644-bf98-90fb73bf25d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1113 | 2024.11.19 01:33:15.121816 [ 260 ] {847a4ed4-fc28-4644-bf98-90fb73bf25d9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1114 | 2024.11.19 01:33:15.122094 [ 260 ] {847a4ed4-fc28-4644-bf98-90fb73bf25d9} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1115 | 2024.11.19 01:33:15.122383 [ 260 ] {847a4ed4-fc28-4644-bf98-90fb73bf25d9} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001921 sec., 11452.368558042686 rows/sec., 861.16 KiB/sec. | ||
| 1116 | 2024.11.19 01:33:15.122505 [ 260 ] {847a4ed4-fc28-4644-bf98-90fb73bf25d9} <Debug> TCPHandler: Processed in 0.002402633 sec. | ||
| 1117 | 2024.11.19 01:33:15.122666 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1118 | 2024.11.19 01:33:15.122803 [ 255 ] {9b4ab7fc-61bc-4374-9291-8760d688bbb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1119 | 2024.11.19 01:33:15.122860 [ 255 ] {9b4ab7fc-61bc-4374-9291-8760d688bbb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1120 | 2024.11.19 01:33:15.123552 [ 255 ] {9b4ab7fc-61bc-4374-9291-8760d688bbb0} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1121 | 2024.11.19 01:33:15.123590 [ 255 ] {9b4ab7fc-61bc-4374-9291-8760d688bbb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1122 | 2024.11.19 01:33:15.123939 [ 255 ] {9b4ab7fc-61bc-4374-9291-8760d688bbb0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1123 | 2024.11.19 01:33:15.124187 [ 255 ] {9b4ab7fc-61bc-4374-9291-8760d688bbb0} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1124 | 2024.11.19 01:33:15.124195 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::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 | ||
| 1125 | 2024.11.19 01:33:15.124332 [ 76 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1126 | 2024.11.19 01:33:15.124386 [ 76 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1127 | 2024.11.19 01:33:15.124444 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1128 | 2024.11.19 01:33:15.124456 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1129 | 2024.11.19 01:33:15.124517 [ 255 ] {9b4ab7fc-61bc-4374-9291-8760d688bbb0} <Debug> executeQuery: Read 78 rows, 6.23 KiB in 0.001714 sec., 45507.584597432906 rows/sec., 3.55 MiB/sec. | ||
| 1130 | 2024.11.19 01:33:15.124715 [ 255 ] {9b4ab7fc-61bc-4374-9291-8760d688bbb0} <Debug> TCPHandler: Processed in 0.002112218 sec. | ||
| 1131 | 2024.11.19 01:33:15.124775 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::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 | ||
| 1132 | 2024.11.19 01:33:15.124911 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1133 | 2024.11.19 01:33:15.125035 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1134 | 2024.11.19 01:33:15.125115 [ 260 ] {194a11d4-6af9-4300-bc19-8f5669d67817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1135 | 2024.11.19 01:33:15.125177 [ 260 ] {194a11d4-6af9-4300-bc19-8f5669d67817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1136 | 2024.11.19 01:33:15.125757 [ 260 ] {194a11d4-6af9-4300-bc19-8f5669d67817} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1137 | 2024.11.19 01:33:15.125798 [ 260 ] {194a11d4-6af9-4300-bc19-8f5669d67817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1138 | 2024.11.19 01:33:15.126192 [ 260 ] {194a11d4-6af9-4300-bc19-8f5669d67817} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1139 | 2024.11.19 01:33:15.126431 [ 260 ] {194a11d4-6af9-4300-bc19-8f5669d67817} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1140 | 2024.11.19 01:33:15.126595 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1141 | 2024.11.19 01:33:15.126658 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 70 rows starting from the beginning of the part | ||
| 1142 | 2024.11.19 01:33:15.126719 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1143 | 2024.11.19 01:33:15.126803 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1144 | 2024.11.19 01:33:15.126792 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 63 rows starting from the beginning of the part | ||
| 1145 | 2024.11.19 01:33:15.126922 [ 260 ] {194a11d4-6af9-4300-bc19-8f5669d67817} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001844 sec., 81344.90238611714 rows/sec., 5.64 MiB/sec. | ||
| 1146 | 2024.11.19 01:33:15.127311 [ 260 ] {194a11d4-6af9-4300-bc19-8f5669d67817} <Debug> TCPHandler: Processed in 0.002468494 sec. | ||
| 1147 | 2024.11.19 01:33:15.127525 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
| 1148 | 2024.11.19 01:33:15.127682 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1149 | 2024.11.19 01:33:15.127917 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 1150 | 2024.11.19 01:33:15.127997 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
| 1151 | 2024.11.19 01:33:15.128071 [ 255 ] {e42d90df-cc99-4ef6-bf20-a64f6767f1b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1152 | 2024.11.19 01:33:15.128319 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1153 | 2024.11.19 01:33:15.128328 [ 255 ] {e42d90df-cc99-4ef6-bf20-a64f6767f1b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1154 | 2024.11.19 01:33:15.128418 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 1155 | 2024.11.19 01:33:15.129567 [ 255 ] {e42d90df-cc99-4ef6-bf20-a64f6767f1b2} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1156 | 2024.11.19 01:33:15.129609 [ 255 ] {e42d90df-cc99-4ef6-bf20-a64f6767f1b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1157 | 2024.11.19 01:33:15.130442 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 70 rows starting from the beginning of the part | ||
| 1158 | 2024.11.19 01:33:15.131157 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
| 1159 | 2024.11.19 01:33:15.131905 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1160 | 2024.11.19 01:33:15.132093 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 52 rows starting from the beginning of the part | ||
| 1161 | 2024.11.19 01:33:15.132237 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part | ||
| 1162 | 2024.11.19 01:33:15.132887 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 52 rows starting from the beginning of the part | ||
| 1163 | 2024.11.19 01:33:15.133016 [ 255 ] {e42d90df-cc99-4ef6-bf20-a64f6767f1b2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1164 | 2024.11.19 01:33:15.133202 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
| 1165 | 2024.11.19 01:33:15.133371 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 96 rows starting from the beginning of the part | ||
| 1166 | 2024.11.19 01:33:15.134716 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
| 1167 | 2024.11.19 01:33:15.134743 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 78 rows starting from the beginning of the part | ||
| 1168 | 2024.11.19 01:33:15.134874 [ 255 ] {e42d90df-cc99-4ef6-bf20-a64f6767f1b2} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1169 | 2024.11.19 01:33:15.135975 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 120 rows starting from the beginning of the part | ||
| 1170 | 2024.11.19 01:33:15.136687 [ 255 ] {e42d90df-cc99-4ef6-bf20-a64f6767f1b2} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.008693 sec., 2530.7718854250547 rows/sec., 4.54 MiB/sec. | ||
| 1171 | 2024.11.19 01:33:15.136741 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 150 rows starting from the beginning of the part | ||
| 1172 | 2024.11.19 01:33:15.138134 [ 255 ] {e42d90df-cc99-4ef6-bf20-a64f6767f1b2} <Debug> TCPHandler: Processed in 0.010659851 sec. | ||
| 1173 | 2024.11.19 01:33:15.138241 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 150 rows starting from the beginning of the part | ||
| 1174 | 2024.11.19 01:33:15.138514 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1175 | 2024.11.19 01:33:15.138984 [ 260 ] {13ebda1b-c521-4684-b036-6476789f8ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1176 | 2024.11.19 01:33:15.139213 [ 260 ] {13ebda1b-c521-4684-b036-6476789f8ff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1177 | 2024.11.19 01:33:15.140560 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 366 rows, containing 5 columns (5 merged, 0 gathered) in 0.020507327 sec., 17847.279657656018 rows/sec., 1.53 MiB/sec. | ||
| 1178 | 2024.11.19 01:33:15.141760 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1179 | 2024.11.19 01:33:15.142737 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_6_1} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1180 | 2024.11.19 01:33:15.143051 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_6_1} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1181 | 2024.11.19 01:33:15.143111 [ 260 ] {13ebda1b-c521-4684-b036-6476789f8ff3} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1182 | 2024.11.19 01:33:15.143231 [ 260 ] {13ebda1b-c521-4684-b036-6476789f8ff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1183 | 2024.11.19 01:33:15.143337 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 1184 | 2024.11.19 01:33:15.145158 [ 260 ] {13ebda1b-c521-4684-b036-6476789f8ff3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1185 | 2024.11.19 01:33:15.146054 [ 260 ] {13ebda1b-c521-4684-b036-6476789f8ff3} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1186 | 2024.11.19 01:33:15.146492 [ 76 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1187 | 2024.11.19 01:33:15.146613 [ 76 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1188 | 2024.11.19 01:33:15.146691 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1189 | 2024.11.19 01:33:15.146867 [ 260 ] {13ebda1b-c521-4684-b036-6476789f8ff3} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.008049 sec., 6211.951795254068 rows/sec., 436.17 KiB/sec. | ||
| 1190 | 2024.11.19 01:33:15.147344 [ 260 ] {13ebda1b-c521-4684-b036-6476789f8ff3} <Debug> TCPHandler: Processed in 0.009051542 sec. | ||
| 1191 | 2024.11.19 01:33:15.147488 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::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 | ||
| 1192 | 2024.11.19 01:33:15.147977 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 331 rows, containing 5 columns (5 merged, 0 gathered) in 0.023407458 sec., 14140.792221009218 rows/sec., 1.16 MiB/sec. | ||
| 1193 | 2024.11.19 01:33:15.148044 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1194 | 2024.11.19 01:33:15.148143 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part | ||
| 1195 | 2024.11.19 01:33:15.148317 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1196 | 2024.11.19 01:33:15.148729 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part | ||
| 1197 | 2024.11.19 01:33:15.149038 [ 192 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.022092326 sec., 25348.168409247628 rows/sec., 1.76 MiB/sec. | ||
| 1198 | 2024.11.19 01:33:15.149165 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
| 1199 | 2024.11.19 01:33:15.149455 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part | ||
| 1200 | 2024.11.19 01:33:15.149554 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1201 | 2024.11.19 01:33:15.149732 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_6_1} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1202 | 2024.11.19 01:33:15.149834 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part | ||
| 1203 | 2024.11.19 01:33:15.150280 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_6_1} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1204 | 2024.11.19 01:33:15.150296 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part | ||
| 1205 | 2024.11.19 01:33:15.150719 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1206 | 2024.11.19 01:33:15.151025 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1207 | 2024.11.19 01:33:15.151160 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1208 | 2024.11.19 01:33:15.151315 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 1209 | 2024.11.19 01:33:15.151985 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 4 columns (4 merged, 0 gathered) in 0.005101011 sec., 38423.75560452624 rows/sec., 2.64 MiB/sec. | ||
| 1210 | 2024.11.19 01:33:15.152121 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1211 | 2024.11.19 01:33:15.152404 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_6_1} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1212 | 2024.11.19 01:33:15.152481 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_6_1} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1213 | 2024.11.19 01:33:15.152565 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1214 | 2024.11.19 01:33:16.927177 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1215 | 2024.11.19 01:33:16.927457 [ 255 ] {af45a0b0-e725-49f9-9dbd-744062628646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1216 | 2024.11.19 01:33:16.927957 [ 255 ] {af45a0b0-e725-49f9-9dbd-744062628646} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1217 | 2024.11.19 01:33:16.928131 [ 255 ] {af45a0b0-e725-49f9-9dbd-744062628646} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1218 | 2024.11.19 01:33:16.928454 [ 255 ] {af45a0b0-e725-49f9-9dbd-744062628646} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1219 | 2024.11.19 01:33:16.930964 [ 255 ] {af45a0b0-e725-49f9-9dbd-744062628646} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1220 | 2024.11.19 01:33:16.931320 [ 255 ] {af45a0b0-e725-49f9-9dbd-744062628646} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1221 | 2024.11.19 01:33:16.932551 [ 255 ] {af45a0b0-e725-49f9-9dbd-744062628646} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1222 | 2024.11.19 01:33:16.934634 [ 255 ] {af45a0b0-e725-49f9-9dbd-744062628646} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (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 | ||
| 1223 | 2024.11.19 01:33:16.934663 [ 255 ] {af45a0b0-e725-49f9-9dbd-744062628646} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1224 | 2024.11.19 01:33:16.934767 [ 255 ] {af45a0b0-e725-49f9-9dbd-744062628646} <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', 'http_service:request_latency_histogram'))" | ||
| 1225 | 2024.11.19 01:33:16.934800 [ 255 ] {af45a0b0-e725-49f9-9dbd-744062628646} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1226 | 2024.11.19 01:33:16.938517 [ 255 ] {af45a0b0-e725-49f9-9dbd-744062628646} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.011184 sec., 1609.442060085837 rows/sec., 67.58 KiB/sec. | ||
| 1227 | 2024.11.19 01:33:16.938671 [ 255 ] {af45a0b0-e725-49f9-9dbd-744062628646} <Debug> TCPHandler: Processed in 0.011630678 sec. | ||
| 1228 | 2024.11.19 01:33:16.939096 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1229 | 2024.11.19 01:33:16.939336 [ 260 ] {6e175e14-94f3-4a11-851a-4330e46b0a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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', 'http_service:request_latency_histogram', 'sled_data_link:errors_received') FORMAT Native; (stage: Complete) | ||
| 1230 | 2024.11.19 01:33:16.939719 [ 260 ] {6e175e14-94f3-4a11-851a-4330e46b0a75} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1231 | 2024.11.19 01:33:16.939764 [ 260 ] {6e175e14-94f3-4a11-851a-4330e46b0a75} <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', 'http_service:request_latency_histogram', 'sled_data_link:errors_received')" moved to PREWHERE | ||
| 1232 | 2024.11.19 01:33:16.940063 [ 260 ] {6e175e14-94f3-4a11-851a-4330e46b0a75} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1233 | 2024.11.19 01:33:16.940145 [ 260 ] {6e175e14-94f3-4a11-851a-4330e46b0a75} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1234 | 2024.11.19 01:33:16.940328 [ 260 ] {6e175e14-94f3-4a11-851a-4330e46b0a75} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1235 | 2024.11.19 01:33:16.940367 [ 260 ] {6e175e14-94f3-4a11-851a-4330e46b0a75} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1236 | 2024.11.19 01:33:16.940394 [ 260 ] {6e175e14-94f3-4a11-851a-4330e46b0a75} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (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 | ||
| 1237 | 2024.11.19 01:33:16.940412 [ 260 ] {6e175e14-94f3-4a11-851a-4330e46b0a75} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1238 | 2024.11.19 01:33:16.940460 [ 260 ] {6e175e14-94f3-4a11-851a-4330e46b0a75} <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', 'http_service:request_latency_histogram', 'sled_data_link:errors_received'))" | ||
| 1239 | 2024.11.19 01:33:16.940485 [ 260 ] {6e175e14-94f3-4a11-851a-4330e46b0a75} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1240 | 2024.11.19 01:33:16.941088 [ 260 ] {6e175e14-94f3-4a11-851a-4330e46b0a75} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001859 sec., 9682.625067240451 rows/sec., 406.59 KiB/sec. | ||
| 1241 | 2024.11.19 01:33:16.941176 [ 260 ] {6e175e14-94f3-4a11-851a-4330e46b0a75} <Debug> TCPHandler: Processed in 0.002207349 sec. | ||
| 1242 | 2024.11.19 01:33:16.941498 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1243 | 2024.11.19 01:33:16.941715 [ 255 ] {1a777e32-4322-421f-99e1-f74aa27f68f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT Native; (stage: Complete) | ||
| 1244 | 2024.11.19 01:33:16.942094 [ 255 ] {1a777e32-4322-421f-99e1-f74aa27f68f3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1245 | 2024.11.19 01:33:16.942146 [ 255 ] {1a777e32-4322-421f-99e1-f74aa27f68f3} <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', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE | ||
| 1246 | 2024.11.19 01:33:16.942488 [ 255 ] {1a777e32-4322-421f-99e1-f74aa27f68f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1247 | 2024.11.19 01:33:16.942570 [ 255 ] {1a777e32-4322-421f-99e1-f74aa27f68f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1248 | 2024.11.19 01:33:16.942723 [ 255 ] {1a777e32-4322-421f-99e1-f74aa27f68f3} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1249 | 2024.11.19 01:33:16.942756 [ 255 ] {1a777e32-4322-421f-99e1-f74aa27f68f3} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1250 | 2024.11.19 01:33:16.942780 [ 255 ] {1a777e32-4322-421f-99e1-f74aa27f68f3} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (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 | ||
| 1251 | 2024.11.19 01:33:16.942797 [ 255 ] {1a777e32-4322-421f-99e1-f74aa27f68f3} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1252 | 2024.11.19 01:33:16.942843 [ 255 ] {1a777e32-4322-421f-99e1-f74aa27f68f3} <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', 'http_service:request_latency_histogram', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
| 1253 | 2024.11.19 01:33:16.942867 [ 255 ] {1a777e32-4322-421f-99e1-f74aa27f68f3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1254 | 2024.11.19 01:33:16.943458 [ 255 ] {1a777e32-4322-421f-99e1-f74aa27f68f3} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001848 sec., 9740.25974025974 rows/sec., 409.01 KiB/sec. | ||
| 1255 | 2024.11.19 01:33:16.943573 [ 255 ] {1a777e32-4322-421f-99e1-f74aa27f68f3} <Debug> TCPHandler: Processed in 0.002148658 sec. | ||
| 1256 | 2024.11.19 01:33:16.943847 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1257 | 2024.11.19 01:33:16.944056 [ 260 ] {a15fd3af-6d1c-416c-86f0-d060d0555ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT Native; (stage: Complete) | ||
| 1258 | 2024.11.19 01:33:16.944425 [ 260 ] {a15fd3af-6d1c-416c-86f0-d060d0555ebc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1259 | 2024.11.19 01:33:16.944477 [ 260 ] {a15fd3af-6d1c-416c-86f0-d060d0555ebc} <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', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE | ||
| 1260 | 2024.11.19 01:33:16.944762 [ 260 ] {a15fd3af-6d1c-416c-86f0-d060d0555ebc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1261 | 2024.11.19 01:33:16.944829 [ 260 ] {a15fd3af-6d1c-416c-86f0-d060d0555ebc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1262 | 2024.11.19 01:33:16.944975 [ 260 ] {a15fd3af-6d1c-416c-86f0-d060d0555ebc} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1263 | 2024.11.19 01:33:16.945008 [ 260 ] {a15fd3af-6d1c-416c-86f0-d060d0555ebc} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1264 | 2024.11.19 01:33:16.945031 [ 260 ] {a15fd3af-6d1c-416c-86f0-d060d0555ebc} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (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 | ||
| 1265 | 2024.11.19 01:33:16.945048 [ 260 ] {a15fd3af-6d1c-416c-86f0-d060d0555ebc} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1266 | 2024.11.19 01:33:16.945093 [ 260 ] {a15fd3af-6d1c-416c-86f0-d060d0555ebc} <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', 'http_service:request_latency_histogram', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
| 1267 | 2024.11.19 01:33:16.945115 [ 260 ] {a15fd3af-6d1c-416c-86f0-d060d0555ebc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1268 | 2024.11.19 01:33:16.945599 [ 260 ] {a15fd3af-6d1c-416c-86f0-d060d0555ebc} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001644 sec., 10948.905109489051 rows/sec., 459.77 KiB/sec. | ||
| 1269 | 2024.11.19 01:33:16.945681 [ 260 ] {a15fd3af-6d1c-416c-86f0-d060d0555ebc} <Debug> TCPHandler: Processed in 0.001903784 sec. | ||
| 1270 | 2024.11.19 01:33:16.946113 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1271 | 2024.11.19 01:33:16.946323 [ 255 ] {3b20d298-f4cb-4b94-8d51-86dbb977a942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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', '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) | ||
| 1272 | 2024.11.19 01:33:16.946674 [ 255 ] {3b20d298-f4cb-4b94-8d51-86dbb977a942} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1273 | 2024.11.19 01:33:16.946717 [ 255 ] {3b20d298-f4cb-4b94-8d51-86dbb977a942} <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', '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 | ||
| 1274 | 2024.11.19 01:33:16.946991 [ 255 ] {3b20d298-f4cb-4b94-8d51-86dbb977a942} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1275 | 2024.11.19 01:33:16.947057 [ 255 ] {3b20d298-f4cb-4b94-8d51-86dbb977a942} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1276 | 2024.11.19 01:33:16.947205 [ 255 ] {3b20d298-f4cb-4b94-8d51-86dbb977a942} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1277 | 2024.11.19 01:33:16.947238 [ 255 ] {3b20d298-f4cb-4b94-8d51-86dbb977a942} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1278 | 2024.11.19 01:33:16.947261 [ 255 ] {3b20d298-f4cb-4b94-8d51-86dbb977a942} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (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 | ||
| 1279 | 2024.11.19 01:33:16.947278 [ 255 ] {3b20d298-f4cb-4b94-8d51-86dbb977a942} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1280 | 2024.11.19 01:33:16.947322 [ 255 ] {3b20d298-f4cb-4b94-8d51-86dbb977a942} <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', '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'))" | ||
| 1281 | 2024.11.19 01:33:16.947346 [ 255 ] {3b20d298-f4cb-4b94-8d51-86dbb977a942} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1282 | 2024.11.19 01:33:16.947920 [ 255 ] {3b20d298-f4cb-4b94-8d51-86dbb977a942} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001696 sec., 10613.207547169812 rows/sec., 445.67 KiB/sec. | ||
| 1283 | 2024.11.19 01:33:16.948030 [ 255 ] {3b20d298-f4cb-4b94-8d51-86dbb977a942} <Debug> TCPHandler: Processed in 0.001985386 sec. | ||
| 1284 | 2024.11.19 01:33:16.948338 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1285 | 2024.11.19 01:33:16.948544 [ 260 ] {afb26917-9339-46c7-ad11-ed6cb7dc6336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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', '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) | ||
| 1286 | 2024.11.19 01:33:16.948908 [ 260 ] {afb26917-9339-46c7-ad11-ed6cb7dc6336} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1287 | 2024.11.19 01:33:16.948960 [ 260 ] {afb26917-9339-46c7-ad11-ed6cb7dc6336} <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', '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 | ||
| 1288 | 2024.11.19 01:33:16.949298 [ 260 ] {afb26917-9339-46c7-ad11-ed6cb7dc6336} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1289 | 2024.11.19 01:33:16.949378 [ 260 ] {afb26917-9339-46c7-ad11-ed6cb7dc6336} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1290 | 2024.11.19 01:33:16.949558 [ 260 ] {afb26917-9339-46c7-ad11-ed6cb7dc6336} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1291 | 2024.11.19 01:33:16.949591 [ 260 ] {afb26917-9339-46c7-ad11-ed6cb7dc6336} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1292 | 2024.11.19 01:33:16.949614 [ 260 ] {afb26917-9339-46c7-ad11-ed6cb7dc6336} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (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 | ||
| 1293 | 2024.11.19 01:33:16.949631 [ 260 ] {afb26917-9339-46c7-ad11-ed6cb7dc6336} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1294 | 2024.11.19 01:33:16.949673 [ 260 ] {afb26917-9339-46c7-ad11-ed6cb7dc6336} <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', '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'))" | ||
| 1295 | 2024.11.19 01:33:16.949695 [ 260 ] {afb26917-9339-46c7-ad11-ed6cb7dc6336} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1296 | 2024.11.19 01:33:16.950215 [ 260 ] {afb26917-9339-46c7-ad11-ed6cb7dc6336} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001769 sec., 10175.240248728096 rows/sec., 427.28 KiB/sec. | ||
| 1297 | 2024.11.19 01:33:16.950296 [ 260 ] {afb26917-9339-46c7-ad11-ed6cb7dc6336} <Debug> TCPHandler: Processed in 0.002027066 sec. | ||
| 1298 | 2024.11.19 01:33:17.015988 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1299 | 2024.11.19 01:33:17.016310 [ 255 ] {568f221f-0ffa-4c57-bcb9-04fb7b29350b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) 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', '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) | ||
| 1300 | 2024.11.19 01:33:17.016826 [ 255 ] {568f221f-0ffa-4c57-bcb9-04fb7b29350b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1301 | 2024.11.19 01:33:17.016890 [ 255 ] {568f221f-0ffa-4c57-bcb9-04fb7b29350b} <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', '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 | ||
| 1302 | 2024.11.19 01:33:17.017340 [ 255 ] {568f221f-0ffa-4c57-bcb9-04fb7b29350b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1303 | 2024.11.19 01:33:17.017444 [ 255 ] {568f221f-0ffa-4c57-bcb9-04fb7b29350b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1304 | 2024.11.19 01:33:17.017647 [ 255 ] {568f221f-0ffa-4c57-bcb9-04fb7b29350b} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1305 | 2024.11.19 01:33:17.017689 [ 255 ] {568f221f-0ffa-4c57-bcb9-04fb7b29350b} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1306 | 2024.11.19 01:33:17.017742 [ 255 ] {568f221f-0ffa-4c57-bcb9-04fb7b29350b} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (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 | ||
| 1307 | 2024.11.19 01:33:17.017764 [ 255 ] {568f221f-0ffa-4c57-bcb9-04fb7b29350b} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1308 | 2024.11.19 01:33:17.017818 [ 255 ] {568f221f-0ffa-4c57-bcb9-04fb7b29350b} <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', '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'))" | ||
| 1309 | 2024.11.19 01:33:17.017844 [ 255 ] {568f221f-0ffa-4c57-bcb9-04fb7b29350b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1310 | 2024.11.19 01:33:17.018523 [ 255 ] {568f221f-0ffa-4c57-bcb9-04fb7b29350b} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002385 sec., 7547.169811320755 rows/sec., 316.92 KiB/sec. | ||
| 1311 | 2024.11.19 01:33:17.018656 [ 255 ] {568f221f-0ffa-4c57-bcb9-04fb7b29350b} <Debug> TCPHandler: Processed in 0.00283304 sec. | ||
| 1312 | 2024.11.19 01:33:17.019186 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1313 | 2024.11.19 01:33:17.019405 [ 260 ] {c0aaefb2-4cc2-400b-827e-953f67586452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1314 | 2024.11.19 01:33:17.019468 [ 260 ] {c0aaefb2-4cc2-400b-827e-953f67586452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1315 | 2024.11.19 01:33:17.020223 [ 260 ] {c0aaefb2-4cc2-400b-827e-953f67586452} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1316 | 2024.11.19 01:33:17.020266 [ 260 ] {c0aaefb2-4cc2-400b-827e-953f67586452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1317 | 2024.11.19 01:33:17.020797 [ 260 ] {c0aaefb2-4cc2-400b-827e-953f67586452} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1318 | 2024.11.19 01:33:17.021026 [ 260 ] {c0aaefb2-4cc2-400b-827e-953f67586452} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1319 | 2024.11.19 01:33:17.021260 [ 260 ] {c0aaefb2-4cc2-400b-827e-953f67586452} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.001899 sec., 3686.150605581885 rows/sec., 749.78 KiB/sec. | ||
| 1320 | 2024.11.19 01:33:17.021355 [ 260 ] {c0aaefb2-4cc2-400b-827e-953f67586452} <Debug> TCPHandler: Processed in 0.002172619 sec. | ||
| 1321 | 2024.11.19 01:33:17.021521 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1322 | 2024.11.19 01:33:17.021666 [ 255 ] {9a4cb293-463c-45fc-980e-9ca2dee929ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1323 | 2024.11.19 01:33:17.021728 [ 255 ] {9a4cb293-463c-45fc-980e-9ca2dee929ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1324 | 2024.11.19 01:33:17.023177 [ 255 ] {9a4cb293-463c-45fc-980e-9ca2dee929ee} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1325 | 2024.11.19 01:33:17.023235 [ 255 ] {9a4cb293-463c-45fc-980e-9ca2dee929ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1326 | 2024.11.19 01:33:17.023834 [ 255 ] {9a4cb293-463c-45fc-980e-9ca2dee929ee} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1327 | 2024.11.19 01:33:17.024108 [ 255 ] {9a4cb293-463c-45fc-980e-9ca2dee929ee} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1328 | 2024.11.19 01:33:17.024346 [ 255 ] {9a4cb293-463c-45fc-980e-9ca2dee929ee} <Debug> executeQuery: Read 1193 rows, 100.71 KiB in 0.00272 sec., 438602.94117647054 rows/sec., 36.16 MiB/sec. | ||
| 1329 | 2024.11.19 01:33:17.024419 [ 255 ] {9a4cb293-463c-45fc-980e-9ca2dee929ee} <Debug> TCPHandler: Processed in 0.002966253 sec. | ||
| 1330 | 2024.11.19 01:33:17.024622 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1331 | 2024.11.19 01:33:17.024843 [ 260 ] {8d461ec6-ec5d-4fca-abb0-99f81f84464f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1332 | 2024.11.19 01:33:17.024933 [ 260 ] {8d461ec6-ec5d-4fca-abb0-99f81f84464f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1333 | 2024.11.19 01:33:17.025914 [ 260 ] {8d461ec6-ec5d-4fca-abb0-99f81f84464f} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1334 | 2024.11.19 01:33:17.025953 [ 260 ] {8d461ec6-ec5d-4fca-abb0-99f81f84464f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1335 | 2024.11.19 01:33:17.026326 [ 260 ] {8d461ec6-ec5d-4fca-abb0-99f81f84464f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1336 | 2024.11.19 01:33:17.026571 [ 260 ] {8d461ec6-ec5d-4fca-abb0-99f81f84464f} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1337 | 2024.11.19 01:33:17.026848 [ 260 ] {8d461ec6-ec5d-4fca-abb0-99f81f84464f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002042 sec., 111655.23996082273 rows/sec., 7.56 MiB/sec. | ||
| 1338 | 2024.11.19 01:33:17.026934 [ 260 ] {8d461ec6-ec5d-4fca-abb0-99f81f84464f} <Debug> TCPHandler: Processed in 0.002402893 sec. | ||
| 1339 | 2024.11.19 01:33:17.027092 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1340 | 2024.11.19 01:33:17.027241 [ 255 ] {4192d7b6-efd0-4c18-b237-4e43299eb469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1341 | 2024.11.19 01:33:17.027309 [ 255 ] {4192d7b6-efd0-4c18-b237-4e43299eb469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1342 | 2024.11.19 01:33:17.028162 [ 255 ] {4192d7b6-efd0-4c18-b237-4e43299eb469} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1343 | 2024.11.19 01:33:17.028208 [ 255 ] {4192d7b6-efd0-4c18-b237-4e43299eb469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1344 | 2024.11.19 01:33:17.028643 [ 255 ] {4192d7b6-efd0-4c18-b237-4e43299eb469} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1345 | 2024.11.19 01:33:17.028907 [ 255 ] {4192d7b6-efd0-4c18-b237-4e43299eb469} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1346 | 2024.11.19 01:33:17.029142 [ 255 ] {4192d7b6-efd0-4c18-b237-4e43299eb469} <Debug> executeQuery: Read 512 rows, 38.76 KiB in 0.001937 sec., 264326.27774909657 rows/sec., 19.54 MiB/sec. | ||
| 1347 | 2024.11.19 01:33:17.029208 [ 255 ] {4192d7b6-efd0-4c18-b237-4e43299eb469} <Debug> TCPHandler: Processed in 0.002182039 sec. | ||
| 1348 | 2024.11.19 01:33:17.029357 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1349 | 2024.11.19 01:33:17.029495 [ 260 ] {b4aecfbd-f2a5-462d-ab82-5d21a3629e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1350 | 2024.11.19 01:33:17.029556 [ 260 ] {b4aecfbd-f2a5-462d-ab82-5d21a3629e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1351 | 2024.11.19 01:33:17.030771 [ 260 ] {b4aecfbd-f2a5-462d-ab82-5d21a3629e09} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1352 | 2024.11.19 01:33:17.030808 [ 260 ] {b4aecfbd-f2a5-462d-ab82-5d21a3629e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1353 | 2024.11.19 01:33:17.031366 [ 260 ] {b4aecfbd-f2a5-462d-ab82-5d21a3629e09} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1354 | 2024.11.19 01:33:17.031622 [ 260 ] {b4aecfbd-f2a5-462d-ab82-5d21a3629e09} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1355 | 2024.11.19 01:33:17.031831 [ 260 ] {b4aecfbd-f2a5-462d-ab82-5d21a3629e09} <Debug> executeQuery: Read 1843 rows, 126.07 KiB in 0.002367 sec., 778622.7291930714 rows/sec., 52.01 MiB/sec. | ||
| 1356 | 2024.11.19 01:33:17.031885 [ 260 ] {b4aecfbd-f2a5-462d-ab82-5d21a3629e09} <Debug> TCPHandler: Processed in 0.002592706 sec. | ||
| 1357 | 2024.11.19 01:33:17.032042 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1358 | 2024.11.19 01:33:17.032191 [ 255 ] {15810758-2aac-4fc0-8434-233e6550801a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1359 | 2024.11.19 01:33:17.032258 [ 255 ] {15810758-2aac-4fc0-8434-233e6550801a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1360 | 2024.11.19 01:33:17.032803 [ 255 ] {15810758-2aac-4fc0-8434-233e6550801a} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1361 | 2024.11.19 01:33:17.032844 [ 255 ] {15810758-2aac-4fc0-8434-233e6550801a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1362 | 2024.11.19 01:33:17.033300 [ 255 ] {15810758-2aac-4fc0-8434-233e6550801a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1363 | 2024.11.19 01:33:17.033569 [ 255 ] {15810758-2aac-4fc0-8434-233e6550801a} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1364 | 2024.11.19 01:33:17.033785 [ 255 ] {15810758-2aac-4fc0-8434-233e6550801a} <Debug> executeQuery: Read 10 rows, 719.00 B in 0.001631 sec., 6131.207847946045 rows/sec., 430.50 KiB/sec. | ||
| 1365 | 2024.11.19 01:33:17.033840 [ 255 ] {15810758-2aac-4fc0-8434-233e6550801a} <Debug> TCPHandler: Processed in 0.001864743 sec. | ||
| 1366 | 2024.11.19 01:33:18.781587 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 216 | ||
| 1367 | 2024.11.19 01:33:18.785417 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1368 | 2024.11.19 01:33:18.785461 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1369 | 2024.11.19 01:33:18.787202 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1370 | 2024.11.19 01:33:18.787513 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1371 | 2024.11.19 01:33:18.788044 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 216 | ||
| 1372 | 2024.11.19 01:33:20.113644 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1373 | 2024.11.19 01:33:20.113857 [ 255 ] {0b531179-3961-469c-b216-dbde0768ca3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1374 | 2024.11.19 01:33:20.113937 [ 255 ] {0b531179-3961-469c-b216-dbde0768ca3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1375 | 2024.11.19 01:33:20.114778 [ 255 ] {0b531179-3961-469c-b216-dbde0768ca3f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1376 | 2024.11.19 01:33:20.114830 [ 255 ] {0b531179-3961-469c-b216-dbde0768ca3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1377 | 2024.11.19 01:33:20.115264 [ 255 ] {0b531179-3961-469c-b216-dbde0768ca3f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1378 | 2024.11.19 01:33:20.115521 [ 255 ] {0b531179-3961-469c-b216-dbde0768ca3f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1379 | 2024.11.19 01:33:20.115823 [ 255 ] {0b531179-3961-469c-b216-dbde0768ca3f} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.002004 sec., 25948.103792415168 rows/sec., 1.98 MiB/sec. | ||
| 1380 | 2024.11.19 01:33:20.115979 [ 255 ] {0b531179-3961-469c-b216-dbde0768ca3f} <Debug> TCPHandler: Processed in 0.002474694 sec. | ||
| 1381 | 2024.11.19 01:33:20.116224 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1382 | 2024.11.19 01:33:20.116434 [ 260 ] {c12ba423-175f-4892-b6bd-cdf7a63911d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1383 | 2024.11.19 01:33:20.116517 [ 260 ] {c12ba423-175f-4892-b6bd-cdf7a63911d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1384 | 2024.11.19 01:33:20.117288 [ 260 ] {c12ba423-175f-4892-b6bd-cdf7a63911d4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1385 | 2024.11.19 01:33:20.117333 [ 260 ] {c12ba423-175f-4892-b6bd-cdf7a63911d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1386 | 2024.11.19 01:33:20.117783 [ 260 ] {c12ba423-175f-4892-b6bd-cdf7a63911d4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1387 | 2024.11.19 01:33:20.118072 [ 260 ] {c12ba423-175f-4892-b6bd-cdf7a63911d4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1388 | 2024.11.19 01:33:20.118316 [ 260 ] {c12ba423-175f-4892-b6bd-cdf7a63911d4} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001942 sec., 28836.25128733265 rows/sec., 2.25 MiB/sec. | ||
| 1389 | 2024.11.19 01:33:20.118373 [ 260 ] {c12ba423-175f-4892-b6bd-cdf7a63911d4} <Debug> TCPHandler: Processed in 0.00229091 sec. | ||
| 1390 | 2024.11.19 01:33:20.118528 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1391 | 2024.11.19 01:33:20.118680 [ 255 ] {7f8fd198-2795-4175-94f8-b2f426c154d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1392 | 2024.11.19 01:33:20.118738 [ 255 ] {7f8fd198-2795-4175-94f8-b2f426c154d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1393 | 2024.11.19 01:33:20.119293 [ 255 ] {7f8fd198-2795-4175-94f8-b2f426c154d6} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1394 | 2024.11.19 01:33:20.119336 [ 255 ] {7f8fd198-2795-4175-94f8-b2f426c154d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1395 | 2024.11.19 01:33:20.119736 [ 255 ] {7f8fd198-2795-4175-94f8-b2f426c154d6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1396 | 2024.11.19 01:33:20.119979 [ 255 ] {7f8fd198-2795-4175-94f8-b2f426c154d6} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1397 | 2024.11.19 01:33:20.120216 [ 255 ] {7f8fd198-2795-4175-94f8-b2f426c154d6} <Debug> executeQuery: Read 90 rows, 6.39 KiB in 0.001569 sec., 57361.37667304015 rows/sec., 3.98 MiB/sec. | ||
| 1398 | 2024.11.19 01:33:20.120335 [ 255 ] {7f8fd198-2795-4175-94f8-b2f426c154d6} <Debug> TCPHandler: Processed in 0.001875323 sec. | ||
| 1399 | 2024.11.19 01:33:20.120471 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1400 | 2024.11.19 01:33:20.120588 [ 260 ] {27f30b22-05e6-453a-b96e-99edfe2aaab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1401 | 2024.11.19 01:33:20.120642 [ 260 ] {27f30b22-05e6-453a-b96e-99edfe2aaab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1402 | 2024.11.19 01:33:20.121213 [ 260 ] {27f30b22-05e6-453a-b96e-99edfe2aaab4} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1403 | 2024.11.19 01:33:20.121260 [ 260 ] {27f30b22-05e6-453a-b96e-99edfe2aaab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1404 | 2024.11.19 01:33:20.121703 [ 260 ] {27f30b22-05e6-453a-b96e-99edfe2aaab4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1405 | 2024.11.19 01:33:20.121954 [ 260 ] {27f30b22-05e6-453a-b96e-99edfe2aaab4} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1406 | 2024.11.19 01:33:20.122185 [ 260 ] {27f30b22-05e6-453a-b96e-99edfe2aaab4} <Debug> executeQuery: Read 30 rows, 2.11 KiB in 0.001621 sec., 18507.09438618137 rows/sec., 1.27 MiB/sec. | ||
| 1407 | 2024.11.19 01:33:20.122235 [ 260 ] {27f30b22-05e6-453a-b96e-99edfe2aaab4} <Debug> TCPHandler: Processed in 0.001820452 sec. | ||
| 1408 | 2024.11.19 01:33:25.116110 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1409 | 2024.11.19 01:33:25.116342 [ 255 ] {bb881a68-65aa-425f-84f5-989fb60c9d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1410 | 2024.11.19 01:33:25.116429 [ 255 ] {bb881a68-65aa-425f-84f5-989fb60c9d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1411 | 2024.11.19 01:33:25.117240 [ 255 ] {bb881a68-65aa-425f-84f5-989fb60c9d7f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1412 | 2024.11.19 01:33:25.117282 [ 255 ] {bb881a68-65aa-425f-84f5-989fb60c9d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1413 | 2024.11.19 01:33:25.117725 [ 255 ] {bb881a68-65aa-425f-84f5-989fb60c9d7f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1414 | 2024.11.19 01:33:25.117993 [ 255 ] {bb881a68-65aa-425f-84f5-989fb60c9d7f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1415 | 2024.11.19 01:33:25.118187 [ 255 ] {bb881a68-65aa-425f-84f5-989fb60c9d7f} <Debug> executeQuery: Read 52 rows, 4.07 KiB in 0.001906 sec., 27282.26652675761 rows/sec., 2.08 MiB/sec. | ||
| 1416 | 2024.11.19 01:33:25.118241 [ 255 ] {bb881a68-65aa-425f-84f5-989fb60c9d7f} <Debug> TCPHandler: Processed in 0.002270241 sec. | ||
| 1417 | 2024.11.19 01:33:25.118489 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1418 | 2024.11.19 01:33:25.118702 [ 260 ] {32449af9-cfd3-4bbd-b5a5-36f4b59339ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1419 | 2024.11.19 01:33:25.118782 [ 260 ] {32449af9-cfd3-4bbd-b5a5-36f4b59339ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1420 | 2024.11.19 01:33:25.119542 [ 260 ] {32449af9-cfd3-4bbd-b5a5-36f4b59339ed} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1421 | 2024.11.19 01:33:25.119587 [ 260 ] {32449af9-cfd3-4bbd-b5a5-36f4b59339ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1422 | 2024.11.19 01:33:25.120022 [ 260 ] {32449af9-cfd3-4bbd-b5a5-36f4b59339ed} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1423 | 2024.11.19 01:33:25.120285 [ 260 ] {32449af9-cfd3-4bbd-b5a5-36f4b59339ed} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1424 | 2024.11.19 01:33:25.120515 [ 260 ] {32449af9-cfd3-4bbd-b5a5-36f4b59339ed} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.001874 sec., 29882.604055496264 rows/sec., 2.33 MiB/sec. | ||
| 1425 | 2024.11.19 01:33:25.120571 [ 260 ] {32449af9-cfd3-4bbd-b5a5-36f4b59339ed} <Debug> TCPHandler: Processed in 0.00222658 sec. | ||
| 1426 | 2024.11.19 01:33:25.120717 [ 255 ] {} <Trace> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1427 | 2024.11.19 01:33:25.120857 [ 255 ] {f2dc013b-7d54-43b4-ab4a-23b53a25599f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42872) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1428 | 2024.11.19 01:33:25.120922 [ 255 ] {f2dc013b-7d54-43b4-ab4a-23b53a25599f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1429 | 2024.11.19 01:33:25.121592 [ 255 ] {f2dc013b-7d54-43b4-ab4a-23b53a25599f} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1430 | 2024.11.19 01:33:25.121638 [ 255 ] {f2dc013b-7d54-43b4-ab4a-23b53a25599f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1431 | 2024.11.19 01:33:25.122072 [ 255 ] {f2dc013b-7d54-43b4-ab4a-23b53a25599f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1432 | 2024.11.19 01:33:25.122315 [ 255 ] {f2dc013b-7d54-43b4-ab4a-23b53a25599f} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1433 | 2024.11.19 01:33:25.122489 [ 255 ] {f2dc013b-7d54-43b4-ab4a-23b53a25599f} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001665 sec., 90090.09009009009 rows/sec., 6.25 MiB/sec. | ||
| 1434 | 2024.11.19 01:33:25.122539 [ 255 ] {f2dc013b-7d54-43b4-ab4a-23b53a25599f} <Debug> TCPHandler: Processed in 0.001887664 sec. | ||
| 1435 | 2024.11.19 01:33:25.122680 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1436 | 2024.11.19 01:33:25.122798 [ 260 ] {e2d938ca-421f-432c-8375-88ef3525b14e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1437 | 2024.11.19 01:33:25.122851 [ 260 ] {e2d938ca-421f-432c-8375-88ef3525b14e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1438 | 2024.11.19 01:33:25.123717 [ 260 ] {e2d938ca-421f-432c-8375-88ef3525b14e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1439 | 2024.11.19 01:33:25.123794 [ 260 ] {e2d938ca-421f-432c-8375-88ef3525b14e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1440 | 2024.11.19 01:33:25.124234 [ 260 ] {e2d938ca-421f-432c-8375-88ef3525b14e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1441 | 2024.11.19 01:33:25.124486 [ 260 ] {e2d938ca-421f-432c-8375-88ef3525b14e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1442 | 2024.11.19 01:33:25.124691 [ 260 ] {e2d938ca-421f-432c-8375-88ef3525b14e} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001919 sec., 26055.237102657637 rows/sec., 1.79 MiB/sec. | ||
| 1443 | 2024.11.19 01:33:25.124740 [ 260 ] {e2d938ca-421f-432c-8375-88ef3525b14e} <Debug> TCPHandler: Processed in 0.002118308 sec. | ||
| 1444 | 2024.11.19 01:33:27.288175 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48230, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1445 | 2024.11.19 01:33:27.386489 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52756, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1446 | 2024.11.19 01:33:27.569858 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45985, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1447 | 2024.11.19 01:33:27.579161 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1448 | 2024.11.19 01:33:27.687470 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44058, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1449 | 2024.11.19 01:33:27.704770 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49770, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1450 | 2024.11.19 01:33:27.717447 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36805, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1451 | 2024.11.19 01:33:27.758119 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1452 | 2024.11.19 01:33:27.766520 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1453 | 2024.11.19 01:33:27.767764 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56802, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1454 | 2024.11.19 01:33:27.820074 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54002, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1455 | 2024.11.19 01:33:27.887357 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47746, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1456 | 2024.11.19 01:33:27.890691 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1457 | 2024.11.19 01:33:27.987212 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60355, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1458 | 2024.11.19 01:33:28.027595 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1459 | 2024.11.19 01:33:28.189283 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40353, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1460 | 2024.11.19 01:33:28.709322 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1461 | 2024.11.19 01:33:28.709438 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1462 | 2024.11.19 01:33:28.788446 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 232 | ||
| 1463 | 2024.11.19 01:33:28.791258 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1464 | 2024.11.19 01:33:28.791301 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1465 | 2024.11.19 01:33:28.792766 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1466 | 2024.11.19 01:33:28.793080 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1467 | 2024.11.19 01:33:28.793594 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 232 | ||
| 1468 | 2024.11.19 01:33:29.350683 [ 255 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1469 | 2024.11.19 01:33:29.350806 [ 255 ] {} <Debug> TCP-Session: ba6fd376-fcec-42b0-9404-71c372189cdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1470 | 2024.11.19 01:33:30.000189 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.29 MiB, peak 151.44 MiB, free memory in arenas 0.00 B, will set to 147.36 MiB (RSS), difference: 2.07 MiB | ||
| 1471 | 2024.11.19 01:33:30.117923 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1472 | 2024.11.19 01:33:30.118120 [ 260 ] {d50735f5-1bef-4aa6-9f91-8b3aca71dcd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1473 | 2024.11.19 01:33:30.118197 [ 260 ] {d50735f5-1bef-4aa6-9f91-8b3aca71dcd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1474 | 2024.11.19 01:33:30.118951 [ 260 ] {d50735f5-1bef-4aa6-9f91-8b3aca71dcd6} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1475 | 2024.11.19 01:33:30.118997 [ 260 ] {d50735f5-1bef-4aa6-9f91-8b3aca71dcd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1476 | 2024.11.19 01:33:30.119436 [ 260 ] {d50735f5-1bef-4aa6-9f91-8b3aca71dcd6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1477 | 2024.11.19 01:33:30.119701 [ 260 ] {d50735f5-1bef-4aa6-9f91-8b3aca71dcd6} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1478 | 2024.11.19 01:33:30.120007 [ 260 ] {d50735f5-1bef-4aa6-9f91-8b3aca71dcd6} <Debug> executeQuery: Read 96 rows, 8.19 KiB in 0.00192 sec., 50000 rows/sec., 4.17 MiB/sec. | ||
| 1479 | 2024.11.19 01:33:30.120359 [ 260 ] {d50735f5-1bef-4aa6-9f91-8b3aca71dcd6} <Debug> TCPHandler: Processed in 0.002586747 sec. | ||
| 1480 | 2024.11.19 01:33:30.120666 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1481 | 2024.11.19 01:33:30.120863 [ 257 ] {a32a4358-ff03-4872-b092-4f8e90b2fc7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1482 | 2024.11.19 01:33:30.120965 [ 257 ] {a32a4358-ff03-4872-b092-4f8e90b2fc7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1483 | 2024.11.19 01:33:30.121734 [ 257 ] {a32a4358-ff03-4872-b092-4f8e90b2fc7c} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1484 | 2024.11.19 01:33:30.121778 [ 257 ] {a32a4358-ff03-4872-b092-4f8e90b2fc7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1485 | 2024.11.19 01:33:30.122205 [ 257 ] {a32a4358-ff03-4872-b092-4f8e90b2fc7c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1486 | 2024.11.19 01:33:30.122460 [ 257 ] {a32a4358-ff03-4872-b092-4f8e90b2fc7c} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1487 | 2024.11.19 01:33:30.122743 [ 257 ] {a32a4358-ff03-4872-b092-4f8e90b2fc7c} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001916 sec., 11482.254697286013 rows/sec., 863.41 KiB/sec. | ||
| 1488 | 2024.11.19 01:33:30.122996 [ 257 ] {a32a4358-ff03-4872-b092-4f8e90b2fc7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1489 | 2024.11.19 01:33:30.123020 [ 257 ] {a32a4358-ff03-4872-b092-4f8e90b2fc7c} <Debug> TCPHandler: Processed in 0.002517625 sec. | ||
| 1490 | 2024.11.19 01:33:30.123185 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1491 | 2024.11.19 01:33:30.123307 [ 260 ] {b66511fc-1f97-4744-844e-0c35682f107d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1492 | 2024.11.19 01:33:30.123357 [ 260 ] {b66511fc-1f97-4744-844e-0c35682f107d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1493 | 2024.11.19 01:33:30.123974 [ 260 ] {b66511fc-1f97-4744-844e-0c35682f107d} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1494 | 2024.11.19 01:33:30.124013 [ 260 ] {b66511fc-1f97-4744-844e-0c35682f107d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1495 | 2024.11.19 01:33:30.124376 [ 260 ] {b66511fc-1f97-4744-844e-0c35682f107d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1496 | 2024.11.19 01:33:30.124638 [ 260 ] {b66511fc-1f97-4744-844e-0c35682f107d} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1497 | 2024.11.19 01:33:30.124902 [ 260 ] {b66511fc-1f97-4744-844e-0c35682f107d} <Debug> executeQuery: Read 78 rows, 6.23 KiB in 0.001598 sec., 48811.01376720901 rows/sec., 3.81 MiB/sec. | ||
| 1498 | 2024.11.19 01:33:30.125039 [ 260 ] {b66511fc-1f97-4744-844e-0c35682f107d} <Debug> TCPHandler: Processed in 0.001912574 sec. | ||
| 1499 | 2024.11.19 01:33:30.125212 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1500 | 2024.11.19 01:33:30.125332 [ 257 ] {98d12431-8714-44a3-838e-6b8b2a808736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1501 | 2024.11.19 01:33:30.125386 [ 257 ] {98d12431-8714-44a3-838e-6b8b2a808736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1502 | 2024.11.19 01:33:30.125988 [ 257 ] {98d12431-8714-44a3-838e-6b8b2a808736} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1503 | 2024.11.19 01:33:30.126027 [ 257 ] {98d12431-8714-44a3-838e-6b8b2a808736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1504 | 2024.11.19 01:33:30.126413 [ 257 ] {98d12431-8714-44a3-838e-6b8b2a808736} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1505 | 2024.11.19 01:33:30.126657 [ 257 ] {98d12431-8714-44a3-838e-6b8b2a808736} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1506 | 2024.11.19 01:33:30.126945 [ 257 ] {98d12431-8714-44a3-838e-6b8b2a808736} <Debug> executeQuery: Read 150 rows, 10.65 KiB in 0.001618 sec., 92707.0457354759 rows/sec., 6.43 MiB/sec. | ||
| 1507 | 2024.11.19 01:33:30.127040 [ 257 ] {98d12431-8714-44a3-838e-6b8b2a808736} <Debug> TCPHandler: Processed in 0.001887004 sec. | ||
| 1508 | 2024.11.19 01:33:30.127203 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1509 | 2024.11.19 01:33:30.127339 [ 260 ] {11fe3334-4ee8-4b90-a7e7-9c14e98bad8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1510 | 2024.11.19 01:33:30.127432 [ 260 ] {11fe3334-4ee8-4b90-a7e7-9c14e98bad8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1511 | 2024.11.19 01:33:30.128657 [ 260 ] {11fe3334-4ee8-4b90-a7e7-9c14e98bad8e} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1512 | 2024.11.19 01:33:30.128696 [ 260 ] {11fe3334-4ee8-4b90-a7e7-9c14e98bad8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1513 | 2024.11.19 01:33:30.129346 [ 260 ] {11fe3334-4ee8-4b90-a7e7-9c14e98bad8e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1514 | 2024.11.19 01:33:30.129606 [ 260 ] {11fe3334-4ee8-4b90-a7e7-9c14e98bad8e} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1515 | 2024.11.19 01:33:30.130066 [ 260 ] {11fe3334-4ee8-4b90-a7e7-9c14e98bad8e} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002724 sec., 8076.358296622614 rows/sec., 14.47 MiB/sec. | ||
| 1516 | 2024.11.19 01:33:30.130197 [ 260 ] {11fe3334-4ee8-4b90-a7e7-9c14e98bad8e} <Debug> TCPHandler: Processed in 0.003062334 sec. | ||
| 1517 | 2024.11.19 01:33:30.130435 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1518 | 2024.11.19 01:33:30.130656 [ 257 ] {a14510bc-110f-4a03-b42d-3939bebbb08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1519 | 2024.11.19 01:33:30.130749 [ 257 ] {a14510bc-110f-4a03-b42d-3939bebbb08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1520 | 2024.11.19 01:33:30.131396 [ 257 ] {a14510bc-110f-4a03-b42d-3939bebbb08d} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1521 | 2024.11.19 01:33:30.131437 [ 257 ] {a14510bc-110f-4a03-b42d-3939bebbb08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1522 | 2024.11.19 01:33:30.131812 [ 257 ] {a14510bc-110f-4a03-b42d-3939bebbb08d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1523 | 2024.11.19 01:33:30.132051 [ 257 ] {a14510bc-110f-4a03-b42d-3939bebbb08d} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1524 | 2024.11.19 01:33:30.132353 [ 257 ] {a14510bc-110f-4a03-b42d-3939bebbb08d} <Debug> executeQuery: Read 50 rows, 3.51 KiB in 0.001725 sec., 28985.507246376812 rows/sec., 1.99 MiB/sec. | ||
| 1525 | 2024.11.19 01:33:30.132593 [ 257 ] {a14510bc-110f-4a03-b42d-3939bebbb08d} <Debug> TCPHandler: Processed in 0.00226506 sec. | ||
| 1526 | 2024.11.19 01:33:31.000262 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.83 MiB, peak 151.64 MiB, free memory in arenas 0.00 B, will set to 147.42 MiB (RSS), difference: -2.41 MiB | ||
| 1527 | 2024.11.19 01:33:32.083090 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50228, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1528 | 2024.11.19 01:33:32.344596 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1529 | 2024.11.19 01:33:32.371037 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52666, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1530 | 2024.11.19 01:33:32.381356 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36164, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1531 | 2024.11.19 01:33:32.649338 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1532 | 2024.11.19 01:33:32.649598 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55675, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1533 | 2024.11.19 01:33:32.680364 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33966, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1534 | 2024.11.19 01:33:32.744782 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1535 | 2024.11.19 01:33:33.276885 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55872, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1536 | 2024.11.19 01:33:33.707729 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49004, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1537 | 2024.11.19 01:33:33.806479 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41464, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1538 | 2024.11.19 01:33:33.903670 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33808, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1539 | 2024.11.19 01:33:33.932107 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56176, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1540 | 2024.11.19 01:33:33.961736 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59588, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1541 | 2024.11.19 01:33:33.985132 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48343, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1542 | 2024.11.19 01:33:34.018750 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35709, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1543 | 2024.11.19 01:33:35.111369 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1544 | 2024.11.19 01:33:35.111661 [ 260 ] {0586191b-8575-4542-a2db-abce1079c962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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', '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) | ||
| 1545 | 2024.11.19 01:33:35.112126 [ 260 ] {0586191b-8575-4542-a2db-abce1079c962} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1546 | 2024.11.19 01:33:35.112181 [ 260 ] {0586191b-8575-4542-a2db-abce1079c962} <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', '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 | ||
| 1547 | 2024.11.19 01:33:35.112522 [ 260 ] {0586191b-8575-4542-a2db-abce1079c962} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1548 | 2024.11.19 01:33:35.112604 [ 260 ] {0586191b-8575-4542-a2db-abce1079c962} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1549 | 2024.11.19 01:33:35.112782 [ 260 ] {0586191b-8575-4542-a2db-abce1079c962} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1550 | 2024.11.19 01:33:35.112953 [ 292 ] {0586191b-8575-4542-a2db-abce1079c962} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1551 | 2024.11.19 01:33:35.113022 [ 294 ] {0586191b-8575-4542-a2db-abce1079c962} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1552 | 2024.11.19 01:33:35.113147 [ 260 ] {0586191b-8575-4542-a2db-abce1079c962} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1553 | 2024.11.19 01:33:35.113179 [ 260 ] {0586191b-8575-4542-a2db-abce1079c962} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1554 | 2024.11.19 01:33:35.117238 [ 260 ] {0586191b-8575-4542-a2db-abce1079c962} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1555 | 2024.11.19 01:33:35.117341 [ 260 ] {0586191b-8575-4542-a2db-abce1079c962} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 1556 | 2024.11.19 01:33:35.117416 [ 260 ] {0586191b-8575-4542-a2db-abce1079c962} <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', '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'))" | ||
| 1557 | 2024.11.19 01:33:35.117472 [ 260 ] {0586191b-8575-4542-a2db-abce1079c962} <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', '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'))" | ||
| 1558 | 2024.11.19 01:33:35.118848 [ 260 ] {0586191b-8575-4542-a2db-abce1079c962} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.007321 sec., 3414.8340390657013 rows/sec., 137.93 KiB/sec. | ||
| 1559 | 2024.11.19 01:33:35.119009 [ 260 ] {0586191b-8575-4542-a2db-abce1079c962} <Debug> TCPHandler: Processed in 0.007776119 sec. | ||
| 1560 | 2024.11.19 01:33:35.119432 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1561 | 2024.11.19 01:33:35.119715 [ 257 ] {05334f60-c349-46d9-932b-1d65028f11f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) 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', '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', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1562 | 2024.11.19 01:33:35.120170 [ 257 ] {05334f60-c349-46d9-932b-1d65028f11f4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1563 | 2024.11.19 01:33:35.120228 [ 257 ] {05334f60-c349-46d9-932b-1d65028f11f4} <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', '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', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1564 | 2024.11.19 01:33:35.120576 [ 257 ] {05334f60-c349-46d9-932b-1d65028f11f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1565 | 2024.11.19 01:33:35.120659 [ 257 ] {05334f60-c349-46d9-932b-1d65028f11f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1566 | 2024.11.19 01:33:35.120839 [ 257 ] {05334f60-c349-46d9-932b-1d65028f11f4} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1567 | 2024.11.19 01:33:35.120932 [ 295 ] {05334f60-c349-46d9-932b-1d65028f11f4} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1568 | 2024.11.19 01:33:35.120950 [ 292 ] {05334f60-c349-46d9-932b-1d65028f11f4} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1569 | 2024.11.19 01:33:35.121064 [ 257 ] {05334f60-c349-46d9-932b-1d65028f11f4} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1570 | 2024.11.19 01:33:35.121093 [ 257 ] {05334f60-c349-46d9-932b-1d65028f11f4} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1571 | 2024.11.19 01:33:35.121184 [ 257 ] {05334f60-c349-46d9-932b-1d65028f11f4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1572 | 2024.11.19 01:33:35.121208 [ 257 ] {05334f60-c349-46d9-932b-1d65028f11f4} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 1573 | 2024.11.19 01:33:35.121250 [ 257 ] {05334f60-c349-46d9-932b-1d65028f11f4} <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', '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', 'static_routing_config:static_routes'))" | ||
| 1574 | 2024.11.19 01:33:35.121298 [ 257 ] {05334f60-c349-46d9-932b-1d65028f11f4} <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', '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', 'static_routing_config:static_routes'))" | ||
| 1575 | 2024.11.19 01:33:35.122334 [ 257 ] {05334f60-c349-46d9-932b-1d65028f11f4} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002745 sec., 9107.468123861567 rows/sec., 367.86 KiB/sec. | ||
| 1576 | 2024.11.19 01:33:35.122477 [ 257 ] {05334f60-c349-46d9-932b-1d65028f11f4} <Debug> TCPHandler: Processed in 0.003179567 sec. | ||
| 1577 | 2024.11.19 01:33:35.122748 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1578 | 2024.11.19 01:33:35.122960 [ 260 ] {44264a55-53c1-470d-981a-2e658e1f5cab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1579 | 2024.11.19 01:33:35.123330 [ 260 ] {44264a55-53c1-470d-981a-2e658e1f5cab} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1580 | 2024.11.19 01:33:35.123375 [ 260 ] {44264a55-53c1-470d-981a-2e658e1f5cab} <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', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1581 | 2024.11.19 01:33:35.123673 [ 260 ] {44264a55-53c1-470d-981a-2e658e1f5cab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1582 | 2024.11.19 01:33:35.123742 [ 260 ] {44264a55-53c1-470d-981a-2e658e1f5cab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1583 | 2024.11.19 01:33:35.123892 [ 260 ] {44264a55-53c1-470d-981a-2e658e1f5cab} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1584 | 2024.11.19 01:33:35.123998 [ 295 ] {44264a55-53c1-470d-981a-2e658e1f5cab} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1585 | 2024.11.19 01:33:35.123999 [ 292 ] {44264a55-53c1-470d-981a-2e658e1f5cab} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1586 | 2024.11.19 01:33:35.124096 [ 260 ] {44264a55-53c1-470d-981a-2e658e1f5cab} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1587 | 2024.11.19 01:33:35.124121 [ 260 ] {44264a55-53c1-470d-981a-2e658e1f5cab} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1588 | 2024.11.19 01:33:35.124202 [ 260 ] {44264a55-53c1-470d-981a-2e658e1f5cab} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1589 | 2024.11.19 01:33:35.124223 [ 260 ] {44264a55-53c1-470d-981a-2e658e1f5cab} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 1590 | 2024.11.19 01:33:35.124265 [ 260 ] {44264a55-53c1-470d-981a-2e658e1f5cab} <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', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1591 | 2024.11.19 01:33:35.124311 [ 260 ] {44264a55-53c1-470d-981a-2e658e1f5cab} <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', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1592 | 2024.11.19 01:33:35.125305 [ 260 ] {44264a55-53c1-470d-981a-2e658e1f5cab} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002449 sec., 10208.248264597796 rows/sec., 412.32 KiB/sec. | ||
| 1593 | 2024.11.19 01:33:35.125436 [ 260 ] {44264a55-53c1-470d-981a-2e658e1f5cab} <Debug> TCPHandler: Processed in 0.002758149 sec. | ||
| 1594 | 2024.11.19 01:33:35.125799 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1595 | 2024.11.19 01:33:35.126017 [ 257 ] {5f0db4c8-7dc1-460b-aedd-9635baef05cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) 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', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1596 | 2024.11.19 01:33:35.126392 [ 257 ] {5f0db4c8-7dc1-460b-aedd-9635baef05cf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1597 | 2024.11.19 01:33:35.126437 [ 257 ] {5f0db4c8-7dc1-460b-aedd-9635baef05cf} <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', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1598 | 2024.11.19 01:33:35.126742 [ 257 ] {5f0db4c8-7dc1-460b-aedd-9635baef05cf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1599 | 2024.11.19 01:33:35.126810 [ 257 ] {5f0db4c8-7dc1-460b-aedd-9635baef05cf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1600 | 2024.11.19 01:33:35.126963 [ 257 ] {5f0db4c8-7dc1-460b-aedd-9635baef05cf} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1601 | 2024.11.19 01:33:35.127065 [ 295 ] {5f0db4c8-7dc1-460b-aedd-9635baef05cf} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1602 | 2024.11.19 01:33:35.127072 [ 292 ] {5f0db4c8-7dc1-460b-aedd-9635baef05cf} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1603 | 2024.11.19 01:33:35.127171 [ 257 ] {5f0db4c8-7dc1-460b-aedd-9635baef05cf} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1604 | 2024.11.19 01:33:35.127199 [ 257 ] {5f0db4c8-7dc1-460b-aedd-9635baef05cf} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1605 | 2024.11.19 01:33:35.127281 [ 257 ] {5f0db4c8-7dc1-460b-aedd-9635baef05cf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1606 | 2024.11.19 01:33:35.127303 [ 257 ] {5f0db4c8-7dc1-460b-aedd-9635baef05cf} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 1607 | 2024.11.19 01:33:35.127343 [ 257 ] {5f0db4c8-7dc1-460b-aedd-9635baef05cf} <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', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1608 | 2024.11.19 01:33:35.127389 [ 257 ] {5f0db4c8-7dc1-460b-aedd-9635baef05cf} <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', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1609 | 2024.11.19 01:33:35.128425 [ 257 ] {5f0db4c8-7dc1-460b-aedd-9635baef05cf} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002514 sec., 9944.311853619729 rows/sec., 401.66 KiB/sec. | ||
| 1610 | 2024.11.19 01:33:35.128579 [ 257 ] {5f0db4c8-7dc1-460b-aedd-9635baef05cf} <Debug> TCPHandler: Processed in 0.002850821 sec. | ||
| 1611 | 2024.11.19 01:33:35.128839 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1612 | 2024.11.19 01:33:35.129049 [ 260 ] {1ce4b997-6e5a-4124-a73e-703a29daa7f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1613 | 2024.11.19 01:33:35.129412 [ 260 ] {1ce4b997-6e5a-4124-a73e-703a29daa7f3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1614 | 2024.11.19 01:33:35.129458 [ 260 ] {1ce4b997-6e5a-4124-a73e-703a29daa7f3} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1615 | 2024.11.19 01:33:35.129766 [ 260 ] {1ce4b997-6e5a-4124-a73e-703a29daa7f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1616 | 2024.11.19 01:33:35.129832 [ 260 ] {1ce4b997-6e5a-4124-a73e-703a29daa7f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1617 | 2024.11.19 01:33:35.129979 [ 260 ] {1ce4b997-6e5a-4124-a73e-703a29daa7f3} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1618 | 2024.11.19 01:33:35.130072 [ 292 ] {1ce4b997-6e5a-4124-a73e-703a29daa7f3} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1619 | 2024.11.19 01:33:35.130078 [ 295 ] {1ce4b997-6e5a-4124-a73e-703a29daa7f3} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1620 | 2024.11.19 01:33:35.130179 [ 260 ] {1ce4b997-6e5a-4124-a73e-703a29daa7f3} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1621 | 2024.11.19 01:33:35.130207 [ 260 ] {1ce4b997-6e5a-4124-a73e-703a29daa7f3} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1622 | 2024.11.19 01:33:35.130288 [ 260 ] {1ce4b997-6e5a-4124-a73e-703a29daa7f3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1623 | 2024.11.19 01:33:35.130308 [ 260 ] {1ce4b997-6e5a-4124-a73e-703a29daa7f3} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 1624 | 2024.11.19 01:33:35.130348 [ 260 ] {1ce4b997-6e5a-4124-a73e-703a29daa7f3} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1625 | 2024.11.19 01:33:35.130395 [ 260 ] {1ce4b997-6e5a-4124-a73e-703a29daa7f3} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1626 | 2024.11.19 01:33:35.131407 [ 260 ] {1ce4b997-6e5a-4124-a73e-703a29daa7f3} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.00246 sec., 10162.60162601626 rows/sec., 410.47 KiB/sec. | ||
| 1627 | 2024.11.19 01:33:35.131536 [ 260 ] {1ce4b997-6e5a-4124-a73e-703a29daa7f3} <Debug> TCPHandler: Processed in 0.002767189 sec. | ||
| 1628 | 2024.11.19 01:33:35.131865 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1629 | 2024.11.19 01:33:35.132082 [ 257 ] {19ae9dd3-0e5b-4602-9180-79c60870cb86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1630 | 2024.11.19 01:33:35.132444 [ 257 ] {19ae9dd3-0e5b-4602-9180-79c60870cb86} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1631 | 2024.11.19 01:33:35.132490 [ 257 ] {19ae9dd3-0e5b-4602-9180-79c60870cb86} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1632 | 2024.11.19 01:33:35.132804 [ 257 ] {19ae9dd3-0e5b-4602-9180-79c60870cb86} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1633 | 2024.11.19 01:33:35.132871 [ 257 ] {19ae9dd3-0e5b-4602-9180-79c60870cb86} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1634 | 2024.11.19 01:33:35.133022 [ 257 ] {19ae9dd3-0e5b-4602-9180-79c60870cb86} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1635 | 2024.11.19 01:33:35.133126 [ 295 ] {19ae9dd3-0e5b-4602-9180-79c60870cb86} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1636 | 2024.11.19 01:33:35.133131 [ 292 ] {19ae9dd3-0e5b-4602-9180-79c60870cb86} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1637 | 2024.11.19 01:33:35.133243 [ 257 ] {19ae9dd3-0e5b-4602-9180-79c60870cb86} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1638 | 2024.11.19 01:33:35.133272 [ 257 ] {19ae9dd3-0e5b-4602-9180-79c60870cb86} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1639 | 2024.11.19 01:33:35.133352 [ 257 ] {19ae9dd3-0e5b-4602-9180-79c60870cb86} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1640 | 2024.11.19 01:33:35.133372 [ 257 ] {19ae9dd3-0e5b-4602-9180-79c60870cb86} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 1641 | 2024.11.19 01:33:35.133413 [ 257 ] {19ae9dd3-0e5b-4602-9180-79c60870cb86} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1642 | 2024.11.19 01:33:35.133457 [ 257 ] {19ae9dd3-0e5b-4602-9180-79c60870cb86} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1643 | 2024.11.19 01:33:35.134492 [ 257 ] {19ae9dd3-0e5b-4602-9180-79c60870cb86} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002516 sec., 9936.406995230525 rows/sec., 401.34 KiB/sec. | ||
| 1644 | 2024.11.19 01:33:35.134646 [ 257 ] {19ae9dd3-0e5b-4602-9180-79c60870cb86} <Debug> TCPHandler: Processed in 0.002851801 sec. | ||
| 1645 | 2024.11.19 01:33:35.135220 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1646 | 2024.11.19 01:33:35.135412 [ 260 ] {d9320b99-8a47-4669-940e-704759e8b48e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1647 | 2024.11.19 01:33:35.135740 [ 260 ] {d9320b99-8a47-4669-940e-704759e8b48e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1648 | 2024.11.19 01:33:35.135788 [ 260 ] {d9320b99-8a47-4669-940e-704759e8b48e} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1649 | 2024.11.19 01:33:35.136106 [ 260 ] {d9320b99-8a47-4669-940e-704759e8b48e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1650 | 2024.11.19 01:33:35.136173 [ 260 ] {d9320b99-8a47-4669-940e-704759e8b48e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1651 | 2024.11.19 01:33:35.136321 [ 260 ] {d9320b99-8a47-4669-940e-704759e8b48e} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1652 | 2024.11.19 01:33:35.136411 [ 292 ] {d9320b99-8a47-4669-940e-704759e8b48e} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1653 | 2024.11.19 01:33:35.136425 [ 295 ] {d9320b99-8a47-4669-940e-704759e8b48e} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1654 | 2024.11.19 01:33:35.136528 [ 260 ] {d9320b99-8a47-4669-940e-704759e8b48e} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1655 | 2024.11.19 01:33:35.136556 [ 260 ] {d9320b99-8a47-4669-940e-704759e8b48e} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1656 | 2024.11.19 01:33:35.136637 [ 260 ] {d9320b99-8a47-4669-940e-704759e8b48e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1657 | 2024.11.19 01:33:35.136658 [ 260 ] {d9320b99-8a47-4669-940e-704759e8b48e} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 1658 | 2024.11.19 01:33:35.136699 [ 260 ] {d9320b99-8a47-4669-940e-704759e8b48e} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1659 | 2024.11.19 01:33:35.136744 [ 260 ] {d9320b99-8a47-4669-940e-704759e8b48e} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1660 | 2024.11.19 01:33:35.137708 [ 260 ] {d9320b99-8a47-4669-940e-704759e8b48e} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002384 sec., 10486.577181208055 rows/sec., 423.56 KiB/sec. | ||
| 1661 | 2024.11.19 01:33:35.137840 [ 260 ] {d9320b99-8a47-4669-940e-704759e8b48e} <Debug> TCPHandler: Processed in 0.002690158 sec. | ||
| 1662 | 2024.11.19 01:33:35.138120 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1663 | 2024.11.19 01:33:35.138332 [ 257 ] {6558568c-37e5-4526-bad8-eb2276b1f392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1664 | 2024.11.19 01:33:35.138672 [ 257 ] {6558568c-37e5-4526-bad8-eb2276b1f392} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1665 | 2024.11.19 01:33:35.138719 [ 257 ] {6558568c-37e5-4526-bad8-eb2276b1f392} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1666 | 2024.11.19 01:33:35.139046 [ 257 ] {6558568c-37e5-4526-bad8-eb2276b1f392} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1667 | 2024.11.19 01:33:35.139114 [ 257 ] {6558568c-37e5-4526-bad8-eb2276b1f392} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1668 | 2024.11.19 01:33:35.139264 [ 257 ] {6558568c-37e5-4526-bad8-eb2276b1f392} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1669 | 2024.11.19 01:33:35.139373 [ 292 ] {6558568c-37e5-4526-bad8-eb2276b1f392} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1670 | 2024.11.19 01:33:35.139376 [ 295 ] {6558568c-37e5-4526-bad8-eb2276b1f392} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1671 | 2024.11.19 01:33:35.139477 [ 257 ] {6558568c-37e5-4526-bad8-eb2276b1f392} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1672 | 2024.11.19 01:33:35.139502 [ 257 ] {6558568c-37e5-4526-bad8-eb2276b1f392} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1673 | 2024.11.19 01:33:35.139582 [ 257 ] {6558568c-37e5-4526-bad8-eb2276b1f392} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1674 | 2024.11.19 01:33:35.139602 [ 257 ] {6558568c-37e5-4526-bad8-eb2276b1f392} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 1675 | 2024.11.19 01:33:35.139645 [ 257 ] {6558568c-37e5-4526-bad8-eb2276b1f392} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1676 | 2024.11.19 01:33:35.139691 [ 257 ] {6558568c-37e5-4526-bad8-eb2276b1f392} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1677 | 2024.11.19 01:33:35.140720 [ 257 ] {6558568c-37e5-4526-bad8-eb2276b1f392} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002486 sec., 10056.31536604988 rows/sec., 406.18 KiB/sec. | ||
| 1678 | 2024.11.19 01:33:35.140854 [ 257 ] {6558568c-37e5-4526-bad8-eb2276b1f392} <Debug> TCPHandler: Processed in 0.0028043 sec. | ||
| 1679 | 2024.11.19 01:33:35.141101 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1680 | 2024.11.19 01:33:35.141288 [ 260 ] {5ede8988-fe6b-4310-99d4-5267915fc968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1681 | 2024.11.19 01:33:35.141625 [ 260 ] {5ede8988-fe6b-4310-99d4-5267915fc968} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1682 | 2024.11.19 01:33:35.141673 [ 260 ] {5ede8988-fe6b-4310-99d4-5267915fc968} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1683 | 2024.11.19 01:33:35.141994 [ 260 ] {5ede8988-fe6b-4310-99d4-5267915fc968} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1684 | 2024.11.19 01:33:35.142062 [ 260 ] {5ede8988-fe6b-4310-99d4-5267915fc968} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1685 | 2024.11.19 01:33:35.142210 [ 260 ] {5ede8988-fe6b-4310-99d4-5267915fc968} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1686 | 2024.11.19 01:33:35.142327 [ 294 ] {5ede8988-fe6b-4310-99d4-5267915fc968} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1687 | 2024.11.19 01:33:35.142329 [ 292 ] {5ede8988-fe6b-4310-99d4-5267915fc968} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1688 | 2024.11.19 01:33:35.142444 [ 260 ] {5ede8988-fe6b-4310-99d4-5267915fc968} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1689 | 2024.11.19 01:33:35.142469 [ 260 ] {5ede8988-fe6b-4310-99d4-5267915fc968} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1690 | 2024.11.19 01:33:35.142548 [ 260 ] {5ede8988-fe6b-4310-99d4-5267915fc968} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1691 | 2024.11.19 01:33:35.142568 [ 260 ] {5ede8988-fe6b-4310-99d4-5267915fc968} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 1692 | 2024.11.19 01:33:35.142610 [ 260 ] {5ede8988-fe6b-4310-99d4-5267915fc968} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1693 | 2024.11.19 01:33:35.142658 [ 260 ] {5ede8988-fe6b-4310-99d4-5267915fc968} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1694 | 2024.11.19 01:33:35.143662 [ 260 ] {5ede8988-fe6b-4310-99d4-5267915fc968} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002465 sec., 10141.987829614603 rows/sec., 409.64 KiB/sec. | ||
| 1695 | 2024.11.19 01:33:35.143810 [ 260 ] {5ede8988-fe6b-4310-99d4-5267915fc968} <Debug> TCPHandler: Processed in 0.00276437 sec. | ||
| 1696 | 2024.11.19 01:33:35.144083 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1697 | 2024.11.19 01:33:35.144304 [ 257 ] {3374eb87-5146-42f6-9ffa-6f81da07cb63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1698 | 2024.11.19 01:33:35.144708 [ 257 ] {3374eb87-5146-42f6-9ffa-6f81da07cb63} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1699 | 2024.11.19 01:33:35.144767 [ 257 ] {3374eb87-5146-42f6-9ffa-6f81da07cb63} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1700 | 2024.11.19 01:33:35.145164 [ 257 ] {3374eb87-5146-42f6-9ffa-6f81da07cb63} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1701 | 2024.11.19 01:33:35.145245 [ 257 ] {3374eb87-5146-42f6-9ffa-6f81da07cb63} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1702 | 2024.11.19 01:33:35.145401 [ 257 ] {3374eb87-5146-42f6-9ffa-6f81da07cb63} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1703 | 2024.11.19 01:33:35.145513 [ 292 ] {3374eb87-5146-42f6-9ffa-6f81da07cb63} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1704 | 2024.11.19 01:33:35.145514 [ 295 ] {3374eb87-5146-42f6-9ffa-6f81da07cb63} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1705 | 2024.11.19 01:33:35.145616 [ 257 ] {3374eb87-5146-42f6-9ffa-6f81da07cb63} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1706 | 2024.11.19 01:33:35.145640 [ 257 ] {3374eb87-5146-42f6-9ffa-6f81da07cb63} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1707 | 2024.11.19 01:33:35.145719 [ 257 ] {3374eb87-5146-42f6-9ffa-6f81da07cb63} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1708 | 2024.11.19 01:33:35.145739 [ 257 ] {3374eb87-5146-42f6-9ffa-6f81da07cb63} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 1709 | 2024.11.19 01:33:35.145781 [ 257 ] {3374eb87-5146-42f6-9ffa-6f81da07cb63} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1710 | 2024.11.19 01:33:35.145828 [ 257 ] {3374eb87-5146-42f6-9ffa-6f81da07cb63} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1711 | 2024.11.19 01:33:35.146772 [ 257 ] {3374eb87-5146-42f6-9ffa-6f81da07cb63} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002578 sec., 9697.43987587277 rows/sec., 391.69 KiB/sec. | ||
| 1712 | 2024.11.19 01:33:35.146909 [ 257 ] {3374eb87-5146-42f6-9ffa-6f81da07cb63} <Debug> TCPHandler: Processed in 0.002896372 sec. | ||
| 1713 | 2024.11.19 01:33:35.147169 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1714 | 2024.11.19 01:33:35.147387 [ 260 ] {4cdea01f-097e-47e4-8427-25a46cc83ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1715 | 2024.11.19 01:33:35.147791 [ 260 ] {4cdea01f-097e-47e4-8427-25a46cc83ad8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1716 | 2024.11.19 01:33:35.147850 [ 260 ] {4cdea01f-097e-47e4-8427-25a46cc83ad8} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1717 | 2024.11.19 01:33:35.148249 [ 260 ] {4cdea01f-097e-47e4-8427-25a46cc83ad8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1718 | 2024.11.19 01:33:35.148320 [ 260 ] {4cdea01f-097e-47e4-8427-25a46cc83ad8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1719 | 2024.11.19 01:33:35.148469 [ 260 ] {4cdea01f-097e-47e4-8427-25a46cc83ad8} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1720 | 2024.11.19 01:33:35.148581 [ 295 ] {4cdea01f-097e-47e4-8427-25a46cc83ad8} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1721 | 2024.11.19 01:33:35.148591 [ 292 ] {4cdea01f-097e-47e4-8427-25a46cc83ad8} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1722 | 2024.11.19 01:33:35.148700 [ 260 ] {4cdea01f-097e-47e4-8427-25a46cc83ad8} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1723 | 2024.11.19 01:33:35.148723 [ 260 ] {4cdea01f-097e-47e4-8427-25a46cc83ad8} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1724 | 2024.11.19 01:33:35.148803 [ 260 ] {4cdea01f-097e-47e4-8427-25a46cc83ad8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1725 | 2024.11.19 01:33:35.148824 [ 260 ] {4cdea01f-097e-47e4-8427-25a46cc83ad8} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 1726 | 2024.11.19 01:33:35.148909 [ 260 ] {4cdea01f-097e-47e4-8427-25a46cc83ad8} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1727 | 2024.11.19 01:33:35.149040 [ 260 ] {4cdea01f-097e-47e4-8427-25a46cc83ad8} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1728 | 2024.11.19 01:33:35.150019 [ 260 ] {4cdea01f-097e-47e4-8427-25a46cc83ad8} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002742 sec., 9117.432530999271 rows/sec., 368.26 KiB/sec. | ||
| 1729 | 2024.11.19 01:33:35.150168 [ 260 ] {4cdea01f-097e-47e4-8427-25a46cc83ad8} <Debug> TCPHandler: Processed in 0.003064405 sec. | ||
| 1730 | 2024.11.19 01:33:35.150430 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1731 | 2024.11.19 01:33:35.150649 [ 257 ] {00d08467-f629-457e-8fdc-f422014e0445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1732 | 2024.11.19 01:33:35.151033 [ 257 ] {00d08467-f629-457e-8fdc-f422014e0445} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1733 | 2024.11.19 01:33:35.151088 [ 257 ] {00d08467-f629-457e-8fdc-f422014e0445} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1734 | 2024.11.19 01:33:35.151424 [ 257 ] {00d08467-f629-457e-8fdc-f422014e0445} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1735 | 2024.11.19 01:33:35.151580 [ 257 ] {00d08467-f629-457e-8fdc-f422014e0445} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1736 | 2024.11.19 01:33:35.151738 [ 257 ] {00d08467-f629-457e-8fdc-f422014e0445} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1737 | 2024.11.19 01:33:35.151853 [ 292 ] {00d08467-f629-457e-8fdc-f422014e0445} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1738 | 2024.11.19 01:33:35.151854 [ 295 ] {00d08467-f629-457e-8fdc-f422014e0445} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1739 | 2024.11.19 01:33:35.151953 [ 257 ] {00d08467-f629-457e-8fdc-f422014e0445} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1740 | 2024.11.19 01:33:35.151978 [ 257 ] {00d08467-f629-457e-8fdc-f422014e0445} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1741 | 2024.11.19 01:33:35.152058 [ 257 ] {00d08467-f629-457e-8fdc-f422014e0445} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1742 | 2024.11.19 01:33:35.152079 [ 257 ] {00d08467-f629-457e-8fdc-f422014e0445} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 1743 | 2024.11.19 01:33:35.152121 [ 257 ] {00d08467-f629-457e-8fdc-f422014e0445} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1744 | 2024.11.19 01:33:35.152173 [ 257 ] {00d08467-f629-457e-8fdc-f422014e0445} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1745 | 2024.11.19 01:33:35.153169 [ 257 ] {00d08467-f629-457e-8fdc-f422014e0445} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002624 sec., 9527.439024390244 rows/sec., 384.82 KiB/sec. | ||
| 1746 | 2024.11.19 01:33:35.153303 [ 257 ] {00d08467-f629-457e-8fdc-f422014e0445} <Debug> TCPHandler: Processed in 0.002937893 sec. | ||
| 1747 | 2024.11.19 01:33:35.153556 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1748 | 2024.11.19 01:33:35.153778 [ 260 ] {19a3d3bb-fe69-4489-a640-6be3f1f3c1d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1749 | 2024.11.19 01:33:35.154180 [ 260 ] {19a3d3bb-fe69-4489-a640-6be3f1f3c1d0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1750 | 2024.11.19 01:33:35.154240 [ 260 ] {19a3d3bb-fe69-4489-a640-6be3f1f3c1d0} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1751 | 2024.11.19 01:33:35.154577 [ 260 ] {19a3d3bb-fe69-4489-a640-6be3f1f3c1d0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1752 | 2024.11.19 01:33:35.154641 [ 260 ] {19a3d3bb-fe69-4489-a640-6be3f1f3c1d0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1753 | 2024.11.19 01:33:35.154789 [ 260 ] {19a3d3bb-fe69-4489-a640-6be3f1f3c1d0} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1754 | 2024.11.19 01:33:35.154869 [ 292 ] {19a3d3bb-fe69-4489-a640-6be3f1f3c1d0} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1755 | 2024.11.19 01:33:35.154887 [ 294 ] {19a3d3bb-fe69-4489-a640-6be3f1f3c1d0} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1756 | 2024.11.19 01:33:35.154983 [ 260 ] {19a3d3bb-fe69-4489-a640-6be3f1f3c1d0} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1757 | 2024.11.19 01:33:35.155011 [ 260 ] {19a3d3bb-fe69-4489-a640-6be3f1f3c1d0} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1758 | 2024.11.19 01:33:35.155091 [ 260 ] {19a3d3bb-fe69-4489-a640-6be3f1f3c1d0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1759 | 2024.11.19 01:33:35.155111 [ 260 ] {19a3d3bb-fe69-4489-a640-6be3f1f3c1d0} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 1760 | 2024.11.19 01:33:35.155151 [ 260 ] {19a3d3bb-fe69-4489-a640-6be3f1f3c1d0} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1761 | 2024.11.19 01:33:35.155199 [ 260 ] {19a3d3bb-fe69-4489-a640-6be3f1f3c1d0} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1762 | 2024.11.19 01:33:35.156201 [ 260 ] {19a3d3bb-fe69-4489-a640-6be3f1f3c1d0} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002537 sec., 9854.158454867953 rows/sec., 398.02 KiB/sec. | ||
| 1763 | 2024.11.19 01:33:35.156350 [ 260 ] {19a3d3bb-fe69-4489-a640-6be3f1f3c1d0} <Debug> TCPHandler: Processed in 0.002867121 sec. | ||
| 1764 | 2024.11.19 01:33:35.156635 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1765 | 2024.11.19 01:33:35.156863 [ 257 ] {accf0d24-1d86-4daa-bab6-9cbfcd38315f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1766 | 2024.11.19 01:33:35.157272 [ 257 ] {accf0d24-1d86-4daa-bab6-9cbfcd38315f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1767 | 2024.11.19 01:33:35.157323 [ 257 ] {accf0d24-1d86-4daa-bab6-9cbfcd38315f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1768 | 2024.11.19 01:33:35.157661 [ 257 ] {accf0d24-1d86-4daa-bab6-9cbfcd38315f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1769 | 2024.11.19 01:33:35.157729 [ 257 ] {accf0d24-1d86-4daa-bab6-9cbfcd38315f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1770 | 2024.11.19 01:33:35.157880 [ 257 ] {accf0d24-1d86-4daa-bab6-9cbfcd38315f} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1771 | 2024.11.19 01:33:35.157986 [ 292 ] {accf0d24-1d86-4daa-bab6-9cbfcd38315f} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1772 | 2024.11.19 01:33:35.157988 [ 295 ] {accf0d24-1d86-4daa-bab6-9cbfcd38315f} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1773 | 2024.11.19 01:33:35.158088 [ 257 ] {accf0d24-1d86-4daa-bab6-9cbfcd38315f} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1774 | 2024.11.19 01:33:35.158112 [ 257 ] {accf0d24-1d86-4daa-bab6-9cbfcd38315f} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1775 | 2024.11.19 01:33:35.158192 [ 257 ] {accf0d24-1d86-4daa-bab6-9cbfcd38315f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1776 | 2024.11.19 01:33:35.158212 [ 257 ] {accf0d24-1d86-4daa-bab6-9cbfcd38315f} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 1777 | 2024.11.19 01:33:35.158254 [ 257 ] {accf0d24-1d86-4daa-bab6-9cbfcd38315f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1778 | 2024.11.19 01:33:35.158304 [ 257 ] {accf0d24-1d86-4daa-bab6-9cbfcd38315f} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1779 | 2024.11.19 01:33:35.159290 [ 257 ] {accf0d24-1d86-4daa-bab6-9cbfcd38315f} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002545 sec., 9823.182711198428 rows/sec., 396.76 KiB/sec. | ||
| 1780 | 2024.11.19 01:33:35.159424 [ 257 ] {accf0d24-1d86-4daa-bab6-9cbfcd38315f} <Debug> TCPHandler: Processed in 0.002861091 sec. | ||
| 1781 | 2024.11.19 01:33:35.159670 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1782 | 2024.11.19 01:33:35.159896 [ 260 ] {e5efab58-dae9-4927-aab4-4ec301794c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1783 | 2024.11.19 01:33:35.160299 [ 260 ] {e5efab58-dae9-4927-aab4-4ec301794c1a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1784 | 2024.11.19 01:33:35.160349 [ 260 ] {e5efab58-dae9-4927-aab4-4ec301794c1a} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1785 | 2024.11.19 01:33:35.160682 [ 260 ] {e5efab58-dae9-4927-aab4-4ec301794c1a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1786 | 2024.11.19 01:33:35.160747 [ 260 ] {e5efab58-dae9-4927-aab4-4ec301794c1a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1787 | 2024.11.19 01:33:35.160898 [ 260 ] {e5efab58-dae9-4927-aab4-4ec301794c1a} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1788 | 2024.11.19 01:33:35.160969 [ 292 ] {e5efab58-dae9-4927-aab4-4ec301794c1a} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1789 | 2024.11.19 01:33:35.160989 [ 294 ] {e5efab58-dae9-4927-aab4-4ec301794c1a} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1790 | 2024.11.19 01:33:35.161087 [ 260 ] {e5efab58-dae9-4927-aab4-4ec301794c1a} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1791 | 2024.11.19 01:33:35.161114 [ 260 ] {e5efab58-dae9-4927-aab4-4ec301794c1a} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1792 | 2024.11.19 01:33:35.161194 [ 260 ] {e5efab58-dae9-4927-aab4-4ec301794c1a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1793 | 2024.11.19 01:33:35.161214 [ 260 ] {e5efab58-dae9-4927-aab4-4ec301794c1a} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 1794 | 2024.11.19 01:33:35.161255 [ 260 ] {e5efab58-dae9-4927-aab4-4ec301794c1a} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1795 | 2024.11.19 01:33:35.161305 [ 260 ] {e5efab58-dae9-4927-aab4-4ec301794c1a} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1796 | 2024.11.19 01:33:35.162346 [ 260 ] {e5efab58-dae9-4927-aab4-4ec301794c1a} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002568 sec., 9735.202492211838 rows/sec., 393.21 KiB/sec. | ||
| 1797 | 2024.11.19 01:33:35.162498 [ 260 ] {e5efab58-dae9-4927-aab4-4ec301794c1a} <Debug> TCPHandler: Processed in 0.002894472 sec. | ||
| 1798 | 2024.11.19 01:33:35.166563 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1799 | 2024.11.19 01:33:35.166791 [ 257 ] {f7123cfd-b03d-4201-bea0-2df6a127c7af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) 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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1800 | 2024.11.19 01:33:35.167207 [ 257 ] {f7123cfd-b03d-4201-bea0-2df6a127c7af} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1801 | 2024.11.19 01:33:35.167268 [ 257 ] {f7123cfd-b03d-4201-bea0-2df6a127c7af} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1802 | 2024.11.19 01:33:35.167605 [ 257 ] {f7123cfd-b03d-4201-bea0-2df6a127c7af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1803 | 2024.11.19 01:33:35.167671 [ 257 ] {f7123cfd-b03d-4201-bea0-2df6a127c7af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1804 | 2024.11.19 01:33:35.167817 [ 257 ] {f7123cfd-b03d-4201-bea0-2df6a127c7af} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 1805 | 2024.11.19 01:33:35.167924 [ 292 ] {f7123cfd-b03d-4201-bea0-2df6a127c7af} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1806 | 2024.11.19 01:33:35.167938 [ 295 ] {f7123cfd-b03d-4201-bea0-2df6a127c7af} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1807 | 2024.11.19 01:33:35.168038 [ 257 ] {f7123cfd-b03d-4201-bea0-2df6a127c7af} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1808 | 2024.11.19 01:33:35.168063 [ 257 ] {f7123cfd-b03d-4201-bea0-2df6a127c7af} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1809 | 2024.11.19 01:33:35.168141 [ 257 ] {f7123cfd-b03d-4201-bea0-2df6a127c7af} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1810 | 2024.11.19 01:33:35.168160 [ 257 ] {f7123cfd-b03d-4201-bea0-2df6a127c7af} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 1811 | 2024.11.19 01:33:35.168201 [ 257 ] {f7123cfd-b03d-4201-bea0-2df6a127c7af} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1812 | 2024.11.19 01:33:35.168248 [ 257 ] {f7123cfd-b03d-4201-bea0-2df6a127c7af} <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', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1813 | 2024.11.19 01:33:35.169250 [ 257 ] {f7123cfd-b03d-4201-bea0-2df6a127c7af} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002578 sec., 9697.43987587277 rows/sec., 391.69 KiB/sec. | ||
| 1814 | 2024.11.19 01:33:35.169383 [ 257 ] {f7123cfd-b03d-4201-bea0-2df6a127c7af} <Debug> TCPHandler: Processed in 0.002887191 sec. | ||
| 1815 | 2024.11.19 01:33:35.174369 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1816 | 2024.11.19 01:33:35.174520 [ 260 ] {48e7cb73-e6e2-4283-a5b6-0ff511dab03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1817 | 2024.11.19 01:33:35.174583 [ 260 ] {48e7cb73-e6e2-4283-a5b6-0ff511dab03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1818 | 2024.11.19 01:33:35.175436 [ 260 ] {48e7cb73-e6e2-4283-a5b6-0ff511dab03c} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1819 | 2024.11.19 01:33:35.175479 [ 260 ] {48e7cb73-e6e2-4283-a5b6-0ff511dab03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1820 | 2024.11.19 01:33:35.175995 [ 260 ] {48e7cb73-e6e2-4283-a5b6-0ff511dab03c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1821 | 2024.11.19 01:33:35.176226 [ 260 ] {48e7cb73-e6e2-4283-a5b6-0ff511dab03c} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1822 | 2024.11.19 01:33:35.176504 [ 260 ] {48e7cb73-e6e2-4283-a5b6-0ff511dab03c} <Debug> executeQuery: Read 16 rows, 2.99 KiB in 0.002008 sec., 7968.127490039841 rows/sec., 1.46 MiB/sec. | ||
| 1823 | 2024.11.19 01:33:35.176638 [ 260 ] {48e7cb73-e6e2-4283-a5b6-0ff511dab03c} <Debug> TCPHandler: Processed in 0.002334902 sec. | ||
| 1824 | 2024.11.19 01:33:35.176812 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1825 | 2024.11.19 01:33:35.176966 [ 257 ] {ed1125bb-b419-4710-aa26-0ca2f0056304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1826 | 2024.11.19 01:33:35.177024 [ 257 ] {ed1125bb-b419-4710-aa26-0ca2f0056304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1827 | 2024.11.19 01:33:35.178290 [ 257 ] {ed1125bb-b419-4710-aa26-0ca2f0056304} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1828 | 2024.11.19 01:33:35.178330 [ 257 ] {ed1125bb-b419-4710-aa26-0ca2f0056304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1829 | 2024.11.19 01:33:35.178740 [ 257 ] {ed1125bb-b419-4710-aa26-0ca2f0056304} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1830 | 2024.11.19 01:33:35.178983 [ 257 ] {ed1125bb-b419-4710-aa26-0ca2f0056304} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1831 | 2024.11.19 01:33:35.179217 [ 257 ] {ed1125bb-b419-4710-aa26-0ca2f0056304} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002294 sec., 6102.877070619006 rows/sec., 439.33 KiB/sec. | ||
| 1832 | 2024.11.19 01:33:35.179276 [ 257 ] {ed1125bb-b419-4710-aa26-0ca2f0056304} <Debug> TCPHandler: Processed in 0.002531515 sec. | ||
| 1833 | 2024.11.19 01:33:35.179446 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1834 | 2024.11.19 01:33:35.179582 [ 260 ] {a63b0d3e-548a-47cb-a212-1ba715eb4417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1835 | 2024.11.19 01:33:35.179639 [ 260 ] {a63b0d3e-548a-47cb-a212-1ba715eb4417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1836 | 2024.11.19 01:33:35.180399 [ 260 ] {a63b0d3e-548a-47cb-a212-1ba715eb4417} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1837 | 2024.11.19 01:33:35.180438 [ 260 ] {a63b0d3e-548a-47cb-a212-1ba715eb4417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1838 | 2024.11.19 01:33:35.180820 [ 260 ] {a63b0d3e-548a-47cb-a212-1ba715eb4417} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1839 | 2024.11.19 01:33:35.181078 [ 260 ] {a63b0d3e-548a-47cb-a212-1ba715eb4417} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1840 | 2024.11.19 01:33:35.181231 [ 56 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1841 | 2024.11.19 01:33:35.181290 [ 56 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1842 | 2024.11.19 01:33:35.181323 [ 260 ] {a63b0d3e-548a-47cb-a212-1ba715eb4417} <Debug> executeQuery: Read 203 rows, 17.99 KiB in 0.001757 sec., 115537.84860557769 rows/sec., 10.00 MiB/sec. | ||
| 1843 | 2024.11.19 01:33:35.181331 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1844 | 2024.11.19 01:33:35.181451 [ 260 ] {a63b0d3e-548a-47cb-a212-1ba715eb4417} <Debug> TCPHandler: Processed in 0.002071257 sec. | ||
| 1845 | 2024.11.19 01:33:35.181541 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::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 | ||
| 1846 | 2024.11.19 01:33:35.181640 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1847 | 2024.11.19 01:33:35.181718 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1848 | 2024.11.19 01:33:35.181794 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 96 rows starting from the beginning of the part | ||
| 1849 | 2024.11.19 01:33:35.181846 [ 257 ] {c76ef49b-4c9e-4478-a636-62ce4e188b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1850 | 2024.11.19 01:33:35.182001 [ 257 ] {c76ef49b-4c9e-4478-a636-62ce4e188b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1851 | 2024.11.19 01:33:35.182100 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1193 rows starting from the beginning of the part | ||
| 1852 | 2024.11.19 01:33:35.182478 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 52 rows starting from the beginning of the part | ||
| 1853 | 2024.11.19 01:33:35.182811 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 52 rows starting from the beginning of the part | ||
| 1854 | 2024.11.19 01:33:35.183185 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 96 rows starting from the beginning of the part | ||
| 1855 | 2024.11.19 01:33:35.183590 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 203 rows starting from the beginning of the part | ||
| 1856 | 2024.11.19 01:33:35.184500 [ 257 ] {c76ef49b-4c9e-4478-a636-62ce4e188b4e} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1857 | 2024.11.19 01:33:35.184566 [ 257 ] {c76ef49b-4c9e-4478-a636-62ce4e188b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1858 | 2024.11.19 01:33:35.185521 [ 257 ] {c76ef49b-4c9e-4478-a636-62ce4e188b4e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1859 | 2024.11.19 01:33:35.186070 [ 257 ] {c76ef49b-4c9e-4478-a636-62ce4e188b4e} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1860 | 2024.11.19 01:33:35.186563 [ 257 ] {c76ef49b-4c9e-4478-a636-62ce4e188b4e} <Debug> executeQuery: Read 7 rows, 467.00 B in 0.004773 sec., 1466.582861931699 rows/sec., 95.55 KiB/sec. | ||
| 1861 | 2024.11.19 01:33:35.186713 [ 257 ] {c76ef49b-4c9e-4478-a636-62ce4e188b4e} <Debug> TCPHandler: Processed in 0.005149082 sec. | ||
| 1862 | 2024.11.19 01:33:35.186968 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1863 | 2024.11.19 01:33:35.187151 [ 186 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1692 rows, containing 5 columns (5 merged, 0 gathered) in 0.005686232 sec., 297560.8452134911 rows/sec., 25.73 MiB/sec. | ||
| 1864 | 2024.11.19 01:33:35.187186 [ 260 ] {e8995f7f-3a20-4e06-a8f3-46480d9c09f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1865 | 2024.11.19 01:33:35.187273 [ 260 ] {e8995f7f-3a20-4e06-a8f3-46480d9c09f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1866 | 2024.11.19 01:33:35.187495 [ 186 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1867 | 2024.11.19 01:33:35.188136 [ 186 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_11_2} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1868 | 2024.11.19 01:33:35.188348 [ 186 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_11_2} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1869 | 2024.11.19 01:33:35.188417 [ 260 ] {e8995f7f-3a20-4e06-a8f3-46480d9c09f1} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1870 | 2024.11.19 01:33:35.188500 [ 260 ] {e8995f7f-3a20-4e06-a8f3-46480d9c09f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1871 | 2024.11.19 01:33:35.188509 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 1872 | 2024.11.19 01:33:35.188928 [ 260 ] {e8995f7f-3a20-4e06-a8f3-46480d9c09f1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1873 | 2024.11.19 01:33:35.189178 [ 260 ] {e8995f7f-3a20-4e06-a8f3-46480d9c09f1} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1874 | 2024.11.19 01:33:35.189450 [ 260 ] {e8995f7f-3a20-4e06-a8f3-46480d9c09f1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002298 sec., 6092.25413402959 rows/sec., 426.66 KiB/sec. | ||
| 1875 | 2024.11.19 01:33:35.189518 [ 260 ] {e8995f7f-3a20-4e06-a8f3-46480d9c09f1} <Debug> TCPHandler: Processed in 0.002677128 sec. | ||
| 1876 | 2024.11.19 01:33:35.189666 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1877 | 2024.11.19 01:33:35.189787 [ 257 ] {37d73cd1-6bbd-4648-be98-4e69ca47209e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1878 | 2024.11.19 01:33:35.189836 [ 257 ] {37d73cd1-6bbd-4648-be98-4e69ca47209e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1879 | 2024.11.19 01:33:35.190435 [ 257 ] {37d73cd1-6bbd-4648-be98-4e69ca47209e} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1880 | 2024.11.19 01:33:35.190476 [ 257 ] {37d73cd1-6bbd-4648-be98-4e69ca47209e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1881 | 2024.11.19 01:33:35.190873 [ 257 ] {37d73cd1-6bbd-4648-be98-4e69ca47209e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1882 | 2024.11.19 01:33:35.191113 [ 257 ] {37d73cd1-6bbd-4648-be98-4e69ca47209e} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1883 | 2024.11.19 01:33:35.191457 [ 257 ] {37d73cd1-6bbd-4648-be98-4e69ca47209e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001671 sec., 7779.7725912627175 rows/sec., 485.07 KiB/sec. | ||
| 1884 | 2024.11.19 01:33:35.191562 [ 257 ] {37d73cd1-6bbd-4648-be98-4e69ca47209e} <Debug> TCPHandler: Processed in 0.001953445 sec. | ||
| 1885 | 2024.11.19 01:33:35.191731 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1886 | 2024.11.19 01:33:35.191867 [ 260 ] {0e5d7098-0531-46ed-8fee-8047284331c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1887 | 2024.11.19 01:33:35.191924 [ 260 ] {0e5d7098-0531-46ed-8fee-8047284331c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1888 | 2024.11.19 01:33:35.192675 [ 260 ] {0e5d7098-0531-46ed-8fee-8047284331c8} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1889 | 2024.11.19 01:33:35.192714 [ 260 ] {0e5d7098-0531-46ed-8fee-8047284331c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1890 | 2024.11.19 01:33:35.193118 [ 260 ] {0e5d7098-0531-46ed-8fee-8047284331c8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1891 | 2024.11.19 01:33:35.193366 [ 260 ] {0e5d7098-0531-46ed-8fee-8047284331c8} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1892 | 2024.11.19 01:33:35.193522 [ 56 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1893 | 2024.11.19 01:33:35.193581 [ 56 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1894 | 2024.11.19 01:33:35.193615 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1895 | 2024.11.19 01:33:35.193621 [ 260 ] {0e5d7098-0531-46ed-8fee-8047284331c8} <Debug> executeQuery: Read 382 rows, 27.68 KiB in 0.001772 sec., 215575.62076749437 rows/sec., 15.26 MiB/sec. | ||
| 1896 | 2024.11.19 01:33:35.193967 [ 260 ] {0e5d7098-0531-46ed-8fee-8047284331c8} <Debug> TCPHandler: Processed in 0.002295242 sec. | ||
| 1897 | 2024.11.19 01:33:35.194262 [ 186 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::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 | ||
| 1898 | 2024.11.19 01:33:35.194353 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1899 | 2024.11.19 01:33:35.194446 [ 186 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1900 | 2024.11.19 01:33:35.194522 [ 186 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 91 rows starting from the beginning of the part | ||
| 1901 | 2024.11.19 01:33:35.194586 [ 257 ] {8cbd8f88-0872-4156-bfbb-97ffac2e415b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1902 | 2024.11.19 01:33:35.194771 [ 257 ] {8cbd8f88-0872-4156-bfbb-97ffac2e415b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1903 | 2024.11.19 01:33:35.194815 [ 186 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part | ||
| 1904 | 2024.11.19 01:33:35.195207 [ 186 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 1905 | 2024.11.19 01:33:35.195567 [ 186 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 1906 | 2024.11.19 01:33:35.195876 [ 186 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 78 rows starting from the beginning of the part | ||
| 1907 | 2024.11.19 01:33:35.196143 [ 186 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 382 rows starting from the beginning of the part | ||
| 1908 | 2024.11.19 01:33:35.197050 [ 257 ] {8cbd8f88-0872-4156-bfbb-97ffac2e415b} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1909 | 2024.11.19 01:33:35.197125 [ 257 ] {8cbd8f88-0872-4156-bfbb-97ffac2e415b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1910 | 2024.11.19 01:33:35.198107 [ 257 ] {8cbd8f88-0872-4156-bfbb-97ffac2e415b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1911 | 2024.11.19 01:33:35.198565 [ 257 ] {8cbd8f88-0872-4156-bfbb-97ffac2e415b} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1912 | 2024.11.19 01:33:35.199325 [ 257 ] {8cbd8f88-0872-4156-bfbb-97ffac2e415b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004812 sec., 1246.8827930174564 rows/sec., 65.14 KiB/sec. | ||
| 1913 | 2024.11.19 01:33:35.199357 [ 186 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1175 rows, containing 5 columns (5 merged, 0 gathered) in 0.005647081 sec., 208072.0995501924 rows/sec., 16.17 MiB/sec. | ||
| 1914 | 2024.11.19 01:33:35.199459 [ 257 ] {8cbd8f88-0872-4156-bfbb-97ffac2e415b} <Debug> TCPHandler: Processed in 0.005342056 sec. | ||
| 1915 | 2024.11.19 01:33:35.199620 [ 186 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1916 | 2024.11.19 01:33:35.199667 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1917 | 2024.11.19 01:33:35.199883 [ 260 ] {33308117-d82e-40af-94d2-39a2d492a64a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1918 | 2024.11.19 01:33:35.199983 [ 260 ] {33308117-d82e-40af-94d2-39a2d492a64a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1919 | 2024.11.19 01:33:35.200088 [ 186 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_11_2} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1920 | 2024.11.19 01:33:35.200320 [ 186 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_11_2} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1921 | 2024.11.19 01:33:35.200521 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 1922 | 2024.11.19 01:33:35.200971 [ 260 ] {33308117-d82e-40af-94d2-39a2d492a64a} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1923 | 2024.11.19 01:33:35.201014 [ 260 ] {33308117-d82e-40af-94d2-39a2d492a64a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1924 | 2024.11.19 01:33:35.201418 [ 260 ] {33308117-d82e-40af-94d2-39a2d492a64a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1925 | 2024.11.19 01:33:35.201676 [ 260 ] {33308117-d82e-40af-94d2-39a2d492a64a} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1926 | 2024.11.19 01:33:35.201849 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1927 | 2024.11.19 01:33:35.201912 [ 260 ] {33308117-d82e-40af-94d2-39a2d492a64a} <Debug> executeQuery: Read 205 rows, 13.98 KiB in 0.002094 sec., 97898.75835721109 rows/sec., 6.52 MiB/sec. | ||
| 1928 | 2024.11.19 01:33:35.201918 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1929 | 2024.11.19 01:33:35.202005 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1930 | 2024.11.19 01:33:35.202044 [ 260 ] {33308117-d82e-40af-94d2-39a2d492a64a} <Debug> TCPHandler: Processed in 0.002476294 sec. | ||
| 1931 | 2024.11.19 01:33:35.202266 [ 192 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 1932 | 2024.11.19 01:33:35.202323 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1933 | 2024.11.19 01:33:35.202512 [ 192 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1934 | 2024.11.19 01:33:35.202543 [ 257 ] {bca5ed64-c61d-43de-a084-f19676274fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1935 | 2024.11.19 01:33:35.202564 [ 192 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 560 rows starting from the beginning of the part | ||
| 1936 | 2024.11.19 01:33:35.202652 [ 257 ] {bca5ed64-c61d-43de-a084-f19676274fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1937 | 2024.11.19 01:33:35.202846 [ 192 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1843 rows starting from the beginning of the part | ||
| 1938 | 2024.11.19 01:33:35.203210 [ 192 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 90 rows starting from the beginning of the part | ||
| 1939 | 2024.11.19 01:33:35.203510 [ 192 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 150 rows starting from the beginning of the part | ||
| 1940 | 2024.11.19 01:33:35.203854 [ 192 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 150 rows starting from the beginning of the part | ||
| 1941 | 2024.11.19 01:33:35.204158 [ 192 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 205 rows starting from the beginning of the part | ||
| 1942 | 2024.11.19 01:33:35.205335 [ 257 ] {bca5ed64-c61d-43de-a084-f19676274fa4} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1943 | 2024.11.19 01:33:35.205401 [ 257 ] {bca5ed64-c61d-43de-a084-f19676274fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1944 | 2024.11.19 01:33:35.206414 [ 257 ] {bca5ed64-c61d-43de-a084-f19676274fa4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1945 | 2024.11.19 01:33:35.206922 [ 257 ] {bca5ed64-c61d-43de-a084-f19676274fa4} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1946 | 2024.11.19 01:33:35.207286 [ 257 ] {bca5ed64-c61d-43de-a084-f19676274fa4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004803 sec., 208.20320632937748 rows/sec., 14.03 KiB/sec. | ||
| 1947 | 2024.11.19 01:33:35.207378 [ 257 ] {bca5ed64-c61d-43de-a084-f19676274fa4} <Debug> TCPHandler: Processed in 0.005222023 sec. | ||
| 1948 | 2024.11.19 01:33:35.207673 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1949 | 2024.11.19 01:33:35.207841 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2998 rows, containing 5 columns (5 merged, 0 gathered) in 0.005749823 sec., 521407.3546263946 rows/sec., 35.24 MiB/sec. | ||
| 1950 | 2024.11.19 01:33:35.207932 [ 260 ] {930f8029-ceb0-4578-b468-c027288d6de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1951 | 2024.11.19 01:33:35.207998 [ 260 ] {930f8029-ceb0-4578-b468-c027288d6de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1952 | 2024.11.19 01:33:35.208271 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1953 | 2024.11.19 01:33:35.208896 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1954 | 2024.11.19 01:33:35.209085 [ 260 ] {930f8029-ceb0-4578-b468-c027288d6de9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1955 | 2024.11.19 01:33:35.209115 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1956 | 2024.11.19 01:33:35.209140 [ 260 ] {930f8029-ceb0-4578-b468-c027288d6de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1957 | 2024.11.19 01:33:35.209267 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 1958 | 2024.11.19 01:33:35.209667 [ 260 ] {930f8029-ceb0-4578-b468-c027288d6de9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1959 | 2024.11.19 01:33:35.209920 [ 260 ] {930f8029-ceb0-4578-b468-c027288d6de9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1960 | 2024.11.19 01:33:35.210048 [ 55 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1961 | 2024.11.19 01:33:35.210094 [ 55 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1962 | 2024.11.19 01:33:35.210109 [ 260 ] {930f8029-ceb0-4578-b468-c027288d6de9} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.002239 sec., 31263.957123715943 rows/sec., 1.96 MiB/sec. | ||
| 1963 | 2024.11.19 01:33:35.210129 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 1964 | 2024.11.19 01:33:35.210177 [ 260 ] {930f8029-ceb0-4578-b468-c027288d6de9} <Debug> TCPHandler: Processed in 0.002692168 sec. | ||
| 1965 | 2024.11.19 01:33:35.210342 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::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 | ||
| 1966 | 2024.11.19 01:33:35.210457 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1967 | 2024.11.19 01:33:35.210487 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 196 rows starting from the beginning of the part | ||
| 1968 | 2024.11.19 01:33:35.210582 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part | ||
| 1969 | 2024.11.19 01:33:35.210785 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
| 1970 | 2024.11.19 01:33:35.211029 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 50 rows starting from the beginning of the part | ||
| 1971 | 2024.11.19 01:33:35.211120 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 50 rows starting from the beginning of the part | ||
| 1972 | 2024.11.19 01:33:35.211352 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 70 rows starting from the beginning of the part | ||
| 1973 | 2024.11.19 01:33:35.212445 [ 191 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 406 rows, containing 4 columns (4 merged, 0 gathered) in 0.00222418 sec., 182539.1829797948 rows/sec., 12.34 MiB/sec. | ||
| 1974 | 2024.11.19 01:33:35.212615 [ 191 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1975 | 2024.11.19 01:33:35.212916 [ 191 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_11_2} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1976 | 2024.11.19 01:33:35.213001 [ 191 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_11_2} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1977 | 2024.11.19 01:33:35.213084 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1978 | 2024.11.19 01:33:38.793826 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 298 | ||
| 1979 | 2024.11.19 01:33:38.797381 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1980 | 2024.11.19 01:33:38.797436 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1981 | 2024.11.19 01:33:38.799103 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1982 | 2024.11.19 01:33:38.799447 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1983 | 2024.11.19 01:33:38.799651 [ 53 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1984 | 2024.11.19 01:33:38.799764 [ 53 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1985 | 2024.11.19 01:33:38.799838 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 1986 | 2024.11.19 01:33:38.800447 [ 186 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 1987 | 2024.11.19 01:33:38.800904 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 298 | ||
| 1988 | 2024.11.19 01:33:38.801273 [ 186 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1989 | 2024.11.19 01:33:38.801399 [ 186 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 1990 | 2024.11.19 01:33:38.801835 [ 186 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
| 1991 | 2024.11.19 01:33:38.802355 [ 186 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
| 1992 | 2024.11.19 01:33:38.802862 [ 186 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 46 rows starting from the beginning of the part | ||
| 1993 | 2024.11.19 01:33:38.803419 [ 186 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 1994 | 2024.11.19 01:33:38.803945 [ 186 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 66 rows starting from the beginning of the part | ||
| 1995 | 2024.11.19 01:33:38.834741 [ 200 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 72 columns (72 merged, 0 gathered) in 0.034751002 sec., 8575.292303801773 rows/sec., 9.01 MiB/sec. | ||
| 1996 | 2024.11.19 01:33:38.835709 [ 200 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1997 | 2024.11.19 01:33:38.836573 [ 200 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_6_1} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1998 | 2024.11.19 01:33:38.836672 [ 200 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_6_1} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1999 | 2024.11.19 01:33:38.836982 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.65 MiB. | ||
| 2000 | 2024.11.19 01:33:39.000170 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.11 MiB, peak 153.65 MiB, free memory in arenas 0.00 B, will set to 150.71 MiB (RSS), difference: 1.60 MiB | ||
| 2001 | 2024.11.19 01:33:40.117552 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2002 | 2024.11.19 01:33:40.117738 [ 260 ] {e85da9b1-61c8-41db-a394-3bd9d3d16cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2003 | 2024.11.19 01:33:40.117812 [ 260 ] {e85da9b1-61c8-41db-a394-3bd9d3d16cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2004 | 2024.11.19 01:33:40.118588 [ 260 ] {e85da9b1-61c8-41db-a394-3bd9d3d16cdc} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2005 | 2024.11.19 01:33:40.118638 [ 260 ] {e85da9b1-61c8-41db-a394-3bd9d3d16cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2006 | 2024.11.19 01:33:40.119077 [ 260 ] {e85da9b1-61c8-41db-a394-3bd9d3d16cdc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2007 | 2024.11.19 01:33:40.119341 [ 260 ] {e85da9b1-61c8-41db-a394-3bd9d3d16cdc} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2008 | 2024.11.19 01:33:40.119565 [ 260 ] {e85da9b1-61c8-41db-a394-3bd9d3d16cdc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.29 MiB/sec. | ||
| 2009 | 2024.11.19 01:33:40.119628 [ 260 ] {e85da9b1-61c8-41db-a394-3bd9d3d16cdc} <Debug> TCPHandler: Processed in 0.002212139 sec. | ||
| 2010 | 2024.11.19 01:33:40.119940 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2011 | 2024.11.19 01:33:40.120242 [ 257 ] {d8d5d940-d000-4591-a13d-40858ae3cb11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2012 | 2024.11.19 01:33:40.120356 [ 257 ] {d8d5d940-d000-4591-a13d-40858ae3cb11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2013 | 2024.11.19 01:33:40.121167 [ 257 ] {d8d5d940-d000-4591-a13d-40858ae3cb11} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2014 | 2024.11.19 01:33:40.121211 [ 257 ] {d8d5d940-d000-4591-a13d-40858ae3cb11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2015 | 2024.11.19 01:33:40.121646 [ 257 ] {d8d5d940-d000-4591-a13d-40858ae3cb11} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2016 | 2024.11.19 01:33:40.121902 [ 257 ] {d8d5d940-d000-4591-a13d-40858ae3cb11} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2017 | 2024.11.19 01:33:40.122136 [ 257 ] {d8d5d940-d000-4591-a13d-40858ae3cb11} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001978 sec., 32355.91506572295 rows/sec., 2.53 MiB/sec. | ||
| 2018 | 2024.11.19 01:33:40.122198 [ 257 ] {d8d5d940-d000-4591-a13d-40858ae3cb11} <Debug> TCPHandler: Processed in 0.002447244 sec. | ||
| 2019 | 2024.11.19 01:33:40.122357 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2020 | 2024.11.19 01:33:40.122500 [ 260 ] {8496f213-8f08-4e7d-8ac3-73065b75a2e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2021 | 2024.11.19 01:33:40.122557 [ 260 ] {8496f213-8f08-4e7d-8ac3-73065b75a2e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2022 | 2024.11.19 01:33:40.123158 [ 260 ] {8496f213-8f08-4e7d-8ac3-73065b75a2e0} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2023 | 2024.11.19 01:33:40.123199 [ 260 ] {8496f213-8f08-4e7d-8ac3-73065b75a2e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2024 | 2024.11.19 01:33:40.123600 [ 260 ] {8496f213-8f08-4e7d-8ac3-73065b75a2e0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2025 | 2024.11.19 01:33:40.123849 [ 260 ] {8496f213-8f08-4e7d-8ac3-73065b75a2e0} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2026 | 2024.11.19 01:33:40.124055 [ 260 ] {8496f213-8f08-4e7d-8ac3-73065b75a2e0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001589 sec., 100692.25928256765 rows/sec., 7.01 MiB/sec. | ||
| 2027 | 2024.11.19 01:33:40.124107 [ 260 ] {8496f213-8f08-4e7d-8ac3-73065b75a2e0} <Debug> TCPHandler: Processed in 0.001820172 sec. | ||
| 2028 | 2024.11.19 01:33:40.124264 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2029 | 2024.11.19 01:33:40.124389 [ 257 ] {c7625416-55df-43b4-b005-e740cff9c8bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2030 | 2024.11.19 01:33:40.124445 [ 257 ] {c7625416-55df-43b4-b005-e740cff9c8bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2031 | 2024.11.19 01:33:40.125330 [ 257 ] {c7625416-55df-43b4-b005-e740cff9c8bc} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2032 | 2024.11.19 01:33:40.125405 [ 257 ] {c7625416-55df-43b4-b005-e740cff9c8bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2033 | 2024.11.19 01:33:40.125840 [ 257 ] {c7625416-55df-43b4-b005-e740cff9c8bc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2034 | 2024.11.19 01:33:40.126091 [ 257 ] {c7625416-55df-43b4-b005-e740cff9c8bc} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2035 | 2024.11.19 01:33:40.126298 [ 257 ] {c7625416-55df-43b4-b005-e740cff9c8bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001938 sec., 30959.752321981425 rows/sec., 2.09 MiB/sec. | ||
| 2036 | 2024.11.19 01:33:40.126348 [ 257 ] {c7625416-55df-43b4-b005-e740cff9c8bc} <Debug> TCPHandler: Processed in 0.002143138 sec. | ||
| 2037 | 2024.11.19 01:33:43.709709 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2038 | 2024.11.19 01:33:43.709830 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2039 | 2024.11.19 01:33:45.123382 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2040 | 2024.11.19 01:33:45.123570 [ 260 ] {2d5b7275-58e1-4c1c-b0bc-0e0a37aaa33d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2041 | 2024.11.19 01:33:45.123642 [ 260 ] {2d5b7275-58e1-4c1c-b0bc-0e0a37aaa33d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2042 | 2024.11.19 01:33:45.124372 [ 260 ] {2d5b7275-58e1-4c1c-b0bc-0e0a37aaa33d} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2043 | 2024.11.19 01:33:45.124421 [ 260 ] {2d5b7275-58e1-4c1c-b0bc-0e0a37aaa33d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2044 | 2024.11.19 01:33:45.124848 [ 260 ] {2d5b7275-58e1-4c1c-b0bc-0e0a37aaa33d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2045 | 2024.11.19 01:33:45.125115 [ 260 ] {2d5b7275-58e1-4c1c-b0bc-0e0a37aaa33d} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2046 | 2024.11.19 01:33:45.125392 [ 260 ] {2d5b7275-58e1-4c1c-b0bc-0e0a37aaa33d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00185 sec., 7567.5675675675675 rows/sec., 544.76 KiB/sec. | ||
| 2047 | 2024.11.19 01:33:45.125505 [ 260 ] {2d5b7275-58e1-4c1c-b0bc-0e0a37aaa33d} <Debug> TCPHandler: Processed in 0.00225589 sec. | ||
| 2048 | 2024.11.19 01:33:45.125738 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2049 | 2024.11.19 01:33:45.125926 [ 257 ] {53c6e4bc-932a-45fd-82b9-40b2e20c581a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2050 | 2024.11.19 01:33:45.125996 [ 257 ] {53c6e4bc-932a-45fd-82b9-40b2e20c581a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2051 | 2024.11.19 01:33:45.126874 [ 257 ] {53c6e4bc-932a-45fd-82b9-40b2e20c581a} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2052 | 2024.11.19 01:33:45.126916 [ 257 ] {53c6e4bc-932a-45fd-82b9-40b2e20c581a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2053 | 2024.11.19 01:33:45.127365 [ 257 ] {53c6e4bc-932a-45fd-82b9-40b2e20c581a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2054 | 2024.11.19 01:33:45.127614 [ 257 ] {53c6e4bc-932a-45fd-82b9-40b2e20c581a} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2055 | 2024.11.19 01:33:45.127866 [ 257 ] {53c6e4bc-932a-45fd-82b9-40b2e20c581a} <Debug> executeQuery: Read 247 rows, 22.11 KiB in 0.001984 sec., 124495.96774193548 rows/sec., 10.89 MiB/sec. | ||
| 2056 | 2024.11.19 01:33:45.128076 [ 257 ] {53c6e4bc-932a-45fd-82b9-40b2e20c581a} <Debug> TCPHandler: Processed in 0.002462154 sec. | ||
| 2057 | 2024.11.19 01:33:45.128251 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2058 | 2024.11.19 01:33:45.128386 [ 260 ] {23acf722-ab42-4b74-9004-b259245c2c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2059 | 2024.11.19 01:33:45.128444 [ 260 ] {23acf722-ab42-4b74-9004-b259245c2c04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2060 | 2024.11.19 01:33:45.129064 [ 260 ] {23acf722-ab42-4b74-9004-b259245c2c04} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2061 | 2024.11.19 01:33:45.129104 [ 260 ] {23acf722-ab42-4b74-9004-b259245c2c04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2062 | 2024.11.19 01:33:45.129462 [ 260 ] {23acf722-ab42-4b74-9004-b259245c2c04} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2063 | 2024.11.19 01:33:45.129705 [ 260 ] {23acf722-ab42-4b74-9004-b259245c2c04} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2064 | 2024.11.19 01:33:45.129881 [ 48 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2065 | 2024.11.19 01:33:45.129920 [ 260 ] {23acf722-ab42-4b74-9004-b259245c2c04} <Debug> executeQuery: Read 29 rows, 2.11 KiB in 0.001562 sec., 18565.94110115237 rows/sec., 1.32 MiB/sec. | ||
| 2066 | 2024.11.19 01:33:45.129950 [ 48 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2067 | 2024.11.19 01:33:45.130023 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2068 | 2024.11.19 01:33:45.130034 [ 260 ] {23acf722-ab42-4b74-9004-b259245c2c04} <Debug> TCPHandler: Processed in 0.001846213 sec. | ||
| 2069 | 2024.11.19 01:33:45.130297 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2070 | 2024.11.19 01:33:45.130430 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::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 | ||
| 2071 | 2024.11.19 01:33:45.130547 [ 257 ] {f1a6bb6b-082b-4a45-93ec-4c10fbd0ad58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2072 | 2024.11.19 01:33:45.130648 [ 257 ] {f1a6bb6b-082b-4a45-93ec-4c10fbd0ad58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2073 | 2024.11.19 01:33:45.130762 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2074 | 2024.11.19 01:33:45.130863 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 2075 | 2024.11.19 01:33:45.131118 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 2076 | 2024.11.19 01:33:45.131544 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
| 2077 | 2024.11.19 01:33:45.131965 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
| 2078 | 2024.11.19 01:33:45.132367 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::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 | ||
| 2079 | 2024.11.19 01:33:45.132655 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 29 rows starting from the beginning of the part | ||
| 2080 | 2024.11.19 01:33:45.133564 [ 257 ] {f1a6bb6b-082b-4a45-93ec-4c10fbd0ad58} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2081 | 2024.11.19 01:33:45.133631 [ 257 ] {f1a6bb6b-082b-4a45-93ec-4c10fbd0ad58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2082 | 2024.11.19 01:33:45.134581 [ 257 ] {f1a6bb6b-082b-4a45-93ec-4c10fbd0ad58} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2083 | 2024.11.19 01:33:45.135210 [ 257 ] {f1a6bb6b-082b-4a45-93ec-4c10fbd0ad58} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2084 | 2024.11.19 01:33:45.135284 [ 198 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 124 rows, containing 5 columns (5 merged, 0 gathered) in 0.005158172 sec., 24039.52407946071 rows/sec., 1.83 MiB/sec. | ||
| 2085 | 2024.11.19 01:33:45.135565 [ 257 ] {f1a6bb6b-082b-4a45-93ec-4c10fbd0ad58} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005089 sec., 2751.031636863824 rows/sec., 192.66 KiB/sec. | ||
| 2086 | 2024.11.19 01:33:45.135635 [ 198 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2087 | 2024.11.19 01:33:45.135699 [ 257 ] {f1a6bb6b-082b-4a45-93ec-4c10fbd0ad58} <Debug> TCPHandler: Processed in 0.005559759 sec. | ||
| 2088 | 2024.11.19 01:33:45.135899 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2089 | 2024.11.19 01:33:45.136101 [ 260 ] {b52b3a63-5013-4f9c-9040-c505561ef15d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2090 | 2024.11.19 01:33:45.136187 [ 198 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_6_1} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2091 | 2024.11.19 01:33:45.136202 [ 260 ] {b52b3a63-5013-4f9c-9040-c505561ef15d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2092 | 2024.11.19 01:33:45.136400 [ 198 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_6_1} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2093 | 2024.11.19 01:33:45.136576 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2094 | 2024.11.19 01:33:45.137072 [ 260 ] {b52b3a63-5013-4f9c-9040-c505561ef15d} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2095 | 2024.11.19 01:33:45.137116 [ 260 ] {b52b3a63-5013-4f9c-9040-c505561ef15d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2096 | 2024.11.19 01:33:45.137472 [ 260 ] {b52b3a63-5013-4f9c-9040-c505561ef15d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2097 | 2024.11.19 01:33:45.137711 [ 260 ] {b52b3a63-5013-4f9c-9040-c505561ef15d} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2098 | 2024.11.19 01:33:45.137915 [ 260 ] {b52b3a63-5013-4f9c-9040-c505561ef15d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001866 sec., 6966.773847802787 rows/sec., 434.38 KiB/sec. | ||
| 2099 | 2024.11.19 01:33:45.137969 [ 260 ] {b52b3a63-5013-4f9c-9040-c505561ef15d} <Debug> TCPHandler: Processed in 0.002147038 sec. | ||
| 2100 | 2024.11.19 01:33:45.138186 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2101 | 2024.11.19 01:33:45.138407 [ 257 ] {c17284bf-5a7a-4401-99d9-cdc0d39820fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2102 | 2024.11.19 01:33:45.138497 [ 257 ] {c17284bf-5a7a-4401-99d9-cdc0d39820fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2103 | 2024.11.19 01:33:45.139320 [ 257 ] {c17284bf-5a7a-4401-99d9-cdc0d39820fd} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2104 | 2024.11.19 01:33:45.139360 [ 257 ] {c17284bf-5a7a-4401-99d9-cdc0d39820fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2105 | 2024.11.19 01:33:45.139746 [ 257 ] {c17284bf-5a7a-4401-99d9-cdc0d39820fd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2106 | 2024.11.19 01:33:45.139987 [ 257 ] {c17284bf-5a7a-4401-99d9-cdc0d39820fd} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2107 | 2024.11.19 01:33:45.140204 [ 257 ] {c17284bf-5a7a-4401-99d9-cdc0d39820fd} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.001853 sec., 218024.82460874258 rows/sec., 15.52 MiB/sec. | ||
| 2108 | 2024.11.19 01:33:45.140256 [ 257 ] {c17284bf-5a7a-4401-99d9-cdc0d39820fd} <Debug> TCPHandler: Processed in 0.002187999 sec. | ||
| 2109 | 2024.11.19 01:33:45.140406 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2110 | 2024.11.19 01:33:45.140544 [ 260 ] {7a7ea452-8877-42cd-832b-b479b2bc4a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2111 | 2024.11.19 01:33:45.140605 [ 260 ] {7a7ea452-8877-42cd-832b-b479b2bc4a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2112 | 2024.11.19 01:33:45.141107 [ 260 ] {7a7ea452-8877-42cd-832b-b479b2bc4a4d} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2113 | 2024.11.19 01:33:45.141145 [ 260 ] {7a7ea452-8877-42cd-832b-b479b2bc4a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2114 | 2024.11.19 01:33:45.141519 [ 260 ] {7a7ea452-8877-42cd-832b-b479b2bc4a4d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2115 | 2024.11.19 01:33:45.141782 [ 260 ] {7a7ea452-8877-42cd-832b-b479b2bc4a4d} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2116 | 2024.11.19 01:33:45.142050 [ 260 ] {7a7ea452-8877-42cd-832b-b479b2bc4a4d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001518 sec., 3952.569169960474 rows/sec., 206.51 KiB/sec. | ||
| 2117 | 2024.11.19 01:33:45.142168 [ 260 ] {7a7ea452-8877-42cd-832b-b479b2bc4a4d} <Debug> TCPHandler: Processed in 0.001830903 sec. | ||
| 2118 | 2024.11.19 01:33:45.142312 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2119 | 2024.11.19 01:33:45.142430 [ 257 ] {b9ff8b4d-81ba-40f4-a9e0-5d6daf2930c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2120 | 2024.11.19 01:33:45.142484 [ 257 ] {b9ff8b4d-81ba-40f4-a9e0-5d6daf2930c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2121 | 2024.11.19 01:33:45.143067 [ 257 ] {b9ff8b4d-81ba-40f4-a9e0-5d6daf2930c4} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2122 | 2024.11.19 01:33:45.143106 [ 257 ] {b9ff8b4d-81ba-40f4-a9e0-5d6daf2930c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2123 | 2024.11.19 01:33:45.143557 [ 257 ] {b9ff8b4d-81ba-40f4-a9e0-5d6daf2930c4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2124 | 2024.11.19 01:33:45.143806 [ 257 ] {b9ff8b4d-81ba-40f4-a9e0-5d6daf2930c4} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2125 | 2024.11.19 01:33:45.144020 [ 257 ] {b9ff8b4d-81ba-40f4-a9e0-5d6daf2930c4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001616 sec., 146658.41584158415 rows/sec., 9.83 MiB/sec. | ||
| 2126 | 2024.11.19 01:33:45.144073 [ 257 ] {b9ff8b4d-81ba-40f4-a9e0-5d6daf2930c4} <Debug> TCPHandler: Processed in 0.001817372 sec. | ||
| 2127 | 2024.11.19 01:33:45.144217 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2128 | 2024.11.19 01:33:45.144355 [ 260 ] {acc250cd-5eb8-4cd8-a28c-991a8bd30a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2129 | 2024.11.19 01:33:45.144416 [ 260 ] {acc250cd-5eb8-4cd8-a28c-991a8bd30a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2130 | 2024.11.19 01:33:45.144923 [ 260 ] {acc250cd-5eb8-4cd8-a28c-991a8bd30a12} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2131 | 2024.11.19 01:33:45.144962 [ 260 ] {acc250cd-5eb8-4cd8-a28c-991a8bd30a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2132 | 2024.11.19 01:33:45.145323 [ 260 ] {acc250cd-5eb8-4cd8-a28c-991a8bd30a12} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2133 | 2024.11.19 01:33:45.145571 [ 260 ] {acc250cd-5eb8-4cd8-a28c-991a8bd30a12} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2134 | 2024.11.19 01:33:45.145823 [ 260 ] {acc250cd-5eb8-4cd8-a28c-991a8bd30a12} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001495 sec., 668.8963210702341 rows/sec., 45.07 KiB/sec. | ||
| 2135 | 2024.11.19 01:33:45.145987 [ 260 ] {acc250cd-5eb8-4cd8-a28c-991a8bd30a12} <Debug> TCPHandler: Processed in 0.001836023 sec. | ||
| 2136 | 2024.11.19 01:33:45.146200 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2137 | 2024.11.19 01:33:45.146421 [ 257 ] {05ead0dd-d284-4854-82c1-f59614154824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2138 | 2024.11.19 01:33:45.146556 [ 257 ] {05ead0dd-d284-4854-82c1-f59614154824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2139 | 2024.11.19 01:33:45.147695 [ 257 ] {05ead0dd-d284-4854-82c1-f59614154824} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2140 | 2024.11.19 01:33:45.147734 [ 257 ] {05ead0dd-d284-4854-82c1-f59614154824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2141 | 2024.11.19 01:33:45.148340 [ 257 ] {05ead0dd-d284-4854-82c1-f59614154824} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2142 | 2024.11.19 01:33:45.148598 [ 257 ] {05ead0dd-d284-4854-82c1-f59614154824} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2143 | 2024.11.19 01:33:45.148927 [ 257 ] {05ead0dd-d284-4854-82c1-f59614154824} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002544 sec., 8647.798742138366 rows/sec., 15.50 MiB/sec. | ||
| 2144 | 2024.11.19 01:33:45.149034 [ 257 ] {05ead0dd-d284-4854-82c1-f59614154824} <Debug> TCPHandler: Processed in 0.002945962 sec. | ||
| 2145 | 2024.11.19 01:33:45.149186 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2146 | 2024.11.19 01:33:45.149325 [ 260 ] {f41f2a5e-7405-42c5-b352-6cdc6edc42ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2147 | 2024.11.19 01:33:45.149386 [ 260 ] {f41f2a5e-7405-42c5-b352-6cdc6edc42ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2148 | 2024.11.19 01:33:45.149921 [ 260 ] {f41f2a5e-7405-42c5-b352-6cdc6edc42ae} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2149 | 2024.11.19 01:33:45.149960 [ 260 ] {f41f2a5e-7405-42c5-b352-6cdc6edc42ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. | ||
| 2150 | 2024.11.19 01:33:45.150335 [ 260 ] {f41f2a5e-7405-42c5-b352-6cdc6edc42ae} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2151 | 2024.11.19 01:33:45.150583 [ 260 ] {f41f2a5e-7405-42c5-b352-6cdc6edc42ae} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2152 | 2024.11.19 01:33:45.150835 [ 260 ] {f41f2a5e-7405-42c5-b352-6cdc6edc42ae} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00154 sec., 53246.75324675325 rows/sec., 3.38 MiB/sec. | ||
| 2153 | 2024.11.19 01:33:45.151011 [ 260 ] {f41f2a5e-7405-42c5-b352-6cdc6edc42ae} <Debug> TCPHandler: Processed in 0.001889673 sec. | ||
| 2154 | 2024.11.19 01:33:48.801352 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 328 | ||
| 2155 | 2024.11.19 01:33:48.804131 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2156 | 2024.11.19 01:33:48.804171 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2157 | 2024.11.19 01:33:48.805607 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2158 | 2024.11.19 01:33:48.805926 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2159 | 2024.11.19 01:33:48.806415 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 328 | ||
| 2160 | 2024.11.19 01:33:50.113261 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2161 | 2024.11.19 01:33:50.113538 [ 260 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2162 | 2024.11.19 01:33:50.113983 [ 260 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2163 | 2024.11.19 01:33:50.114040 [ 260 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2164 | 2024.11.19 01:33:50.114431 [ 260 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2165 | 2024.11.19 01:33:50.114525 [ 260 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2166 | 2024.11.19 01:33:50.114710 [ 260 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2167 | 2024.11.19 01:33:50.114816 [ 292 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2168 | 2024.11.19 01:33:50.114917 [ 294 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2169 | 2024.11.19 01:33:50.114921 [ 295 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2170 | 2024.11.19 01:33:50.115085 [ 260 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2171 | 2024.11.19 01:33:50.115117 [ 260 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2172 | 2024.11.19 01:33:50.115242 [ 260 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2173 | 2024.11.19 01:33:50.115271 [ 260 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Debug> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056) (SelectExecutor): Reading approx. 41 rows with 3 streams | ||
| 2174 | 2024.11.19 01:33:50.115319 [ 260 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2175 | 2024.11.19 01:33:50.115370 [ 260 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2176 | 2024.11.19 01:33:50.115416 [ 260 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2177 | 2024.11.19 01:33:50.117039 [ 260 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.003632 sec., 11288.546255506608 rows/sec., 430.20 KiB/sec. | ||
| 2178 | 2024.11.19 01:33:50.117248 [ 260 ] {d8b500e9-00d1-4c75-8cad-ad1d7b6e1903} <Debug> TCPHandler: Processed in 0.004124594 sec. | ||
| 2179 | 2024.11.19 01:33:50.123545 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2180 | 2024.11.19 01:33:50.123679 [ 260 ] {07966786-ca1f-4a8c-b908-bdb76e873490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2181 | 2024.11.19 01:33:50.123742 [ 260 ] {07966786-ca1f-4a8c-b908-bdb76e873490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2182 | 2024.11.19 01:33:50.124471 [ 260 ] {07966786-ca1f-4a8c-b908-bdb76e873490} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2183 | 2024.11.19 01:33:50.124521 [ 260 ] {07966786-ca1f-4a8c-b908-bdb76e873490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2184 | 2024.11.19 01:33:50.125045 [ 260 ] {07966786-ca1f-4a8c-b908-bdb76e873490} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2185 | 2024.11.19 01:33:50.125282 [ 260 ] {07966786-ca1f-4a8c-b908-bdb76e873490} <Trace> oximeter.timeseries_schema (dfa67fdc-5743-4747-a501-9678363ba056): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2186 | 2024.11.19 01:33:50.125597 [ 260 ] {07966786-ca1f-4a8c-b908-bdb76e873490} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001935 sec., 516.7958656330749 rows/sec., 117.09 KiB/sec. | ||
| 2187 | 2024.11.19 01:33:50.125692 [ 260 ] {07966786-ca1f-4a8c-b908-bdb76e873490} <Debug> TCPHandler: Processed in 0.002204449 sec. | ||
| 2188 | 2024.11.19 01:33:50.125934 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2189 | 2024.11.19 01:33:50.126092 [ 257 ] {29b2c502-cea0-4520-a05e-6d8fd3606789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2190 | 2024.11.19 01:33:50.126158 [ 257 ] {29b2c502-cea0-4520-a05e-6d8fd3606789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2191 | 2024.11.19 01:33:50.126836 [ 257 ] {29b2c502-cea0-4520-a05e-6d8fd3606789} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2192 | 2024.11.19 01:33:50.126875 [ 257 ] {29b2c502-cea0-4520-a05e-6d8fd3606789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2193 | 2024.11.19 01:33:50.127275 [ 257 ] {29b2c502-cea0-4520-a05e-6d8fd3606789} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2194 | 2024.11.19 01:33:50.127532 [ 257 ] {29b2c502-cea0-4520-a05e-6d8fd3606789} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2195 | 2024.11.19 01:33:50.127785 [ 257 ] {29b2c502-cea0-4520-a05e-6d8fd3606789} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001721 sec., 2324.230098779779 rows/sec., 189.52 KiB/sec. | ||
| 2196 | 2024.11.19 01:33:50.127870 [ 257 ] {29b2c502-cea0-4520-a05e-6d8fd3606789} <Debug> TCPHandler: Processed in 0.002057747 sec. | ||
| 2197 | 2024.11.19 01:33:50.128044 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2198 | 2024.11.19 01:33:50.128188 [ 260 ] {b79fd84a-2054-4abe-a149-495cd03d3ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2199 | 2024.11.19 01:33:50.128249 [ 260 ] {b79fd84a-2054-4abe-a149-495cd03d3ad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2200 | 2024.11.19 01:33:50.128987 [ 260 ] {b79fd84a-2054-4abe-a149-495cd03d3ad9} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2201 | 2024.11.19 01:33:50.129029 [ 260 ] {b79fd84a-2054-4abe-a149-495cd03d3ad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2202 | 2024.11.19 01:33:50.129453 [ 260 ] {b79fd84a-2054-4abe-a149-495cd03d3ad9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2203 | 2024.11.19 01:33:50.129709 [ 260 ] {b79fd84a-2054-4abe-a149-495cd03d3ad9} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2204 | 2024.11.19 01:33:50.129935 [ 260 ] {b79fd84a-2054-4abe-a149-495cd03d3ad9} <Debug> executeQuery: Read 94 rows, 8.03 KiB in 0.001785 sec., 52661.06442577031 rows/sec., 4.39 MiB/sec. | ||
| 2205 | 2024.11.19 01:33:50.129990 [ 260 ] {b79fd84a-2054-4abe-a149-495cd03d3ad9} <Debug> TCPHandler: Processed in 0.002013586 sec. | ||
| 2206 | 2024.11.19 01:33:50.130144 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2207 | 2024.11.19 01:33:50.130281 [ 257 ] {5186c2a6-19fa-40cc-83ce-35298262b8a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2208 | 2024.11.19 01:33:50.130338 [ 257 ] {5186c2a6-19fa-40cc-83ce-35298262b8a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2209 | 2024.11.19 01:33:50.130999 [ 257 ] {5186c2a6-19fa-40cc-83ce-35298262b8a6} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2210 | 2024.11.19 01:33:50.131037 [ 257 ] {5186c2a6-19fa-40cc-83ce-35298262b8a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2211 | 2024.11.19 01:33:50.131394 [ 257 ] {5186c2a6-19fa-40cc-83ce-35298262b8a6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2212 | 2024.11.19 01:33:50.131645 [ 257 ] {5186c2a6-19fa-40cc-83ce-35298262b8a6} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2213 | 2024.11.19 01:33:50.131844 [ 257 ] {5186c2a6-19fa-40cc-83ce-35298262b8a6} <Debug> executeQuery: Read 22 rows, 1.63 KiB in 0.001594 sec., 13801.756587202008 rows/sec., 1.00 MiB/sec. | ||
| 2214 | 2024.11.19 01:33:50.131894 [ 257 ] {5186c2a6-19fa-40cc-83ce-35298262b8a6} <Debug> TCPHandler: Processed in 0.001816182 sec. | ||
| 2215 | 2024.11.19 01:33:50.132037 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2216 | 2024.11.19 01:33:50.132156 [ 260 ] {b5cc39b1-0d57-417d-99c8-f46349c15a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2217 | 2024.11.19 01:33:50.132208 [ 260 ] {b5cc39b1-0d57-417d-99c8-f46349c15a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2218 | 2024.11.19 01:33:50.132937 [ 260 ] {b5cc39b1-0d57-417d-99c8-f46349c15a83} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2219 | 2024.11.19 01:33:50.132978 [ 260 ] {b5cc39b1-0d57-417d-99c8-f46349c15a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2220 | 2024.11.19 01:33:50.133366 [ 260 ] {b5cc39b1-0d57-417d-99c8-f46349c15a83} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2221 | 2024.11.19 01:33:50.133614 [ 260 ] {b5cc39b1-0d57-417d-99c8-f46349c15a83} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2222 | 2024.11.19 01:33:50.133829 [ 260 ] {b5cc39b1-0d57-417d-99c8-f46349c15a83} <Debug> executeQuery: Read 93 rows, 7.46 KiB in 0.0017 sec., 54705.88235294118 rows/sec., 4.28 MiB/sec. | ||
| 2223 | 2024.11.19 01:33:50.133885 [ 260 ] {b5cc39b1-0d57-417d-99c8-f46349c15a83} <Debug> TCPHandler: Processed in 0.001902704 sec. | ||
| 2224 | 2024.11.19 01:33:50.134031 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2225 | 2024.11.19 01:33:50.134167 [ 257 ] {f2121e65-48f8-4f4e-b2a7-fc653b6ca6d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2226 | 2024.11.19 01:33:50.134333 [ 257 ] {f2121e65-48f8-4f4e-b2a7-fc653b6ca6d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2227 | 2024.11.19 01:33:50.134982 [ 257 ] {f2121e65-48f8-4f4e-b2a7-fc653b6ca6d0} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2228 | 2024.11.19 01:33:50.135021 [ 257 ] {f2121e65-48f8-4f4e-b2a7-fc653b6ca6d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2229 | 2024.11.19 01:33:50.135433 [ 257 ] {f2121e65-48f8-4f4e-b2a7-fc653b6ca6d0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2230 | 2024.11.19 01:33:50.135696 [ 257 ] {f2121e65-48f8-4f4e-b2a7-fc653b6ca6d0} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2231 | 2024.11.19 01:33:50.135934 [ 257 ] {f2121e65-48f8-4f4e-b2a7-fc653b6ca6d0} <Debug> executeQuery: Read 160 rows, 11.40 KiB in 0.001792 sec., 89285.71428571429 rows/sec., 6.21 MiB/sec. | ||
| 2232 | 2024.11.19 01:33:50.136023 [ 257 ] {f2121e65-48f8-4f4e-b2a7-fc653b6ca6d0} <Debug> TCPHandler: Processed in 0.002057297 sec. | ||
| 2233 | 2024.11.19 01:33:50.136182 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2234 | 2024.11.19 01:33:50.136300 [ 260 ] {1380740f-e9cb-4bd9-b83d-cc7d8505c8b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2235 | 2024.11.19 01:33:50.136385 [ 260 ] {1380740f-e9cb-4bd9-b83d-cc7d8505c8b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2236 | 2024.11.19 01:33:50.137509 [ 260 ] {1380740f-e9cb-4bd9-b83d-cc7d8505c8b6} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2237 | 2024.11.19 01:33:50.137549 [ 260 ] {1380740f-e9cb-4bd9-b83d-cc7d8505c8b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2238 | 2024.11.19 01:33:50.138203 [ 260 ] {1380740f-e9cb-4bd9-b83d-cc7d8505c8b6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2239 | 2024.11.19 01:33:50.138475 [ 260 ] {1380740f-e9cb-4bd9-b83d-cc7d8505c8b6} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2240 | 2024.11.19 01:33:50.138661 [ 40 ] {} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2241 | 2024.11.19 01:33:50.138743 [ 40 ] {} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2242 | 2024.11.19 01:33:50.138759 [ 260 ] {1380740f-e9cb-4bd9-b83d-cc7d8505c8b6} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002471 sec., 7284.500202347228 rows/sec., 13.05 MiB/sec. | ||
| 2243 | 2024.11.19 01:33:50.138791 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2244 | 2024.11.19 01:33:50.139406 [ 199 ] {e68409c0-e644-41c5-8e95-5de2b671da17::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 | ||
| 2245 | 2024.11.19 01:33:50.139429 [ 260 ] {1380740f-e9cb-4bd9-b83d-cc7d8505c8b6} <Debug> TCPHandler: Processed in 0.003298599 sec. | ||
| 2246 | 2024.11.19 01:33:50.139666 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2247 | 2024.11.19 01:33:50.139938 [ 199 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2248 | 2024.11.19 01:33:50.139945 [ 257 ] {78edd9e5-864d-4e9c-a258-9a6a7caa94e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2249 | 2024.11.19 01:33:50.140084 [ 257 ] {78edd9e5-864d-4e9c-a258-9a6a7caa94e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2250 | 2024.11.19 01:33:50.140086 [ 199 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
| 2251 | 2024.11.19 01:33:50.141042 [ 199 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
| 2252 | 2024.11.19 01:33:50.141598 [ 199 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
| 2253 | 2024.11.19 01:33:50.142289 [ 199 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
| 2254 | 2024.11.19 01:33:50.142428 [ 257 ] {78edd9e5-864d-4e9c-a258-9a6a7caa94e2} <Trace> oximeter.measurements_i64 (46643c12-6d7c-4036-a398-9cf74dce34f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2255 | 2024.11.19 01:33:50.142522 [ 257 ] {78edd9e5-864d-4e9c-a258-9a6a7caa94e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2256 | 2024.11.19 01:33:50.142934 [ 199 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
| 2257 | 2024.11.19 01:33:50.143566 [ 199 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 18 rows starting from the beginning of the part | ||
| 2258 | 2024.11.19 01:33:50.144050 [ 257 ] {78edd9e5-864d-4e9c-a258-9a6a7caa94e2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2259 | 2024.11.19 01:33:50.144796 [ 257 ] {78edd9e5-864d-4e9c-a258-9a6a7caa94e2} <Trace> oximeter.measurements_i64 (46643c12-6d7c-4036-a398-9cf74dce34f2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2260 | 2024.11.19 01:33:50.145339 [ 257 ] {78edd9e5-864d-4e9c-a258-9a6a7caa94e2} <Debug> executeQuery: Read 9 rows, 680.00 B in 0.005461 sec., 1648.0498077275224 rows/sec., 121.60 KiB/sec. | ||
| 2261 | 2024.11.19 01:33:50.145484 [ 257 ] {78edd9e5-864d-4e9c-a258-9a6a7caa94e2} <Debug> TCPHandler: Processed in 0.005916796 sec. | ||
| 2262 | 2024.11.19 01:33:50.145686 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2263 | 2024.11.19 01:33:50.145834 [ 260 ] {d82fa183-5c3e-4bde-9ee1-fbb4125fb33f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2264 | 2024.11.19 01:33:50.145900 [ 260 ] {d82fa183-5c3e-4bde-9ee1-fbb4125fb33f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2265 | 2024.11.19 01:33:50.146826 [ 260 ] {d82fa183-5c3e-4bde-9ee1-fbb4125fb33f} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2266 | 2024.11.19 01:33:50.146878 [ 260 ] {d82fa183-5c3e-4bde-9ee1-fbb4125fb33f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2267 | 2024.11.19 01:33:50.147526 [ 260 ] {d82fa183-5c3e-4bde-9ee1-fbb4125fb33f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2268 | 2024.11.19 01:33:50.147972 [ 260 ] {d82fa183-5c3e-4bde-9ee1-fbb4125fb33f} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2269 | 2024.11.19 01:33:50.148479 [ 260 ] {d82fa183-5c3e-4bde-9ee1-fbb4125fb33f} <Debug> executeQuery: Read 58 rows, 4.01 KiB in 0.002676 sec., 21674.140508221226 rows/sec., 1.47 MiB/sec. | ||
| 2270 | 2024.11.19 01:33:50.148602 [ 260 ] {d82fa183-5c3e-4bde-9ee1-fbb4125fb33f} <Debug> TCPHandler: Processed in 0.003003304 sec. | ||
| 2271 | 2024.11.19 01:33:50.148907 [ 198 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 128 rows, containing 19 columns (19 merged, 0 gathered) in 0.009954578 sec., 12858.405449231499 rows/sec., 23.04 MiB/sec. | ||
| 2272 | 2024.11.19 01:33:50.149339 [ 200 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2273 | 2024.11.19 01:33:50.149922 [ 200 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2274 | 2024.11.19 01:33:50.150019 [ 200 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2275 | 2024.11.19 01:33:50.150178 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 2276 | 2024.11.19 01:33:55.118491 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2277 | 2024.11.19 01:33:55.118699 [ 260 ] {e4f5b131-4749-44cb-afba-8fb45ff27bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2278 | 2024.11.19 01:33:55.118773 [ 260 ] {e4f5b131-4749-44cb-afba-8fb45ff27bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2279 | 2024.11.19 01:33:55.119532 [ 260 ] {e4f5b131-4749-44cb-afba-8fb45ff27bcb} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2280 | 2024.11.19 01:33:55.119580 [ 260 ] {e4f5b131-4749-44cb-afba-8fb45ff27bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2281 | 2024.11.19 01:33:55.120016 [ 260 ] {e4f5b131-4749-44cb-afba-8fb45ff27bcb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2282 | 2024.11.19 01:33:55.120271 [ 260 ] {e4f5b131-4749-44cb-afba-8fb45ff27bcb} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2283 | 2024.11.19 01:33:55.120510 [ 260 ] {e4f5b131-4749-44cb-afba-8fb45ff27bcb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001866 sec., 30010.718113612005 rows/sec., 2.31 MiB/sec. | ||
| 2284 | 2024.11.19 01:33:55.120566 [ 260 ] {e4f5b131-4749-44cb-afba-8fb45ff27bcb} <Debug> TCPHandler: Processed in 0.002205629 sec. | ||
| 2285 | 2024.11.19 01:33:55.120813 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2286 | 2024.11.19 01:33:55.120999 [ 257 ] {ecd19a52-66d3-4f89-8190-109d2f0ea2b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2287 | 2024.11.19 01:33:55.121069 [ 257 ] {ecd19a52-66d3-4f89-8190-109d2f0ea2b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2288 | 2024.11.19 01:33:55.121830 [ 257 ] {ecd19a52-66d3-4f89-8190-109d2f0ea2b2} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2289 | 2024.11.19 01:33:55.121876 [ 257 ] {ecd19a52-66d3-4f89-8190-109d2f0ea2b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2290 | 2024.11.19 01:33:55.122308 [ 257 ] {ecd19a52-66d3-4f89-8190-109d2f0ea2b2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2291 | 2024.11.19 01:33:55.122623 [ 257 ] {ecd19a52-66d3-4f89-8190-109d2f0ea2b2} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2292 | 2024.11.19 01:33:55.123011 [ 257 ] {ecd19a52-66d3-4f89-8190-109d2f0ea2b2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00206 sec., 31067.961165048542 rows/sec., 2.42 MiB/sec. | ||
| 2293 | 2024.11.19 01:33:55.123214 [ 257 ] {ecd19a52-66d3-4f89-8190-109d2f0ea2b2} <Debug> TCPHandler: Processed in 0.002525576 sec. | ||
| 2294 | 2024.11.19 01:33:55.123399 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2295 | 2024.11.19 01:33:55.123519 [ 260 ] {523a7d7e-4e4e-46a0-aeca-fa20d0b39108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2296 | 2024.11.19 01:33:55.123573 [ 260 ] {523a7d7e-4e4e-46a0-aeca-fa20d0b39108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2297 | 2024.11.19 01:33:55.124152 [ 260 ] {523a7d7e-4e4e-46a0-aeca-fa20d0b39108} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2298 | 2024.11.19 01:33:55.124192 [ 260 ] {523a7d7e-4e4e-46a0-aeca-fa20d0b39108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2299 | 2024.11.19 01:33:55.124584 [ 260 ] {523a7d7e-4e4e-46a0-aeca-fa20d0b39108} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2300 | 2024.11.19 01:33:55.124831 [ 260 ] {523a7d7e-4e4e-46a0-aeca-fa20d0b39108} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2301 | 2024.11.19 01:33:55.125034 [ 260 ] {523a7d7e-4e4e-46a0-aeca-fa20d0b39108} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001543 sec., 103694.10239792611 rows/sec., 7.22 MiB/sec. | ||
| 2302 | 2024.11.19 01:33:55.125086 [ 260 ] {523a7d7e-4e4e-46a0-aeca-fa20d0b39108} <Debug> TCPHandler: Processed in 0.001745391 sec. | ||
| 2303 | 2024.11.19 01:33:55.125243 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2304 | 2024.11.19 01:33:55.125386 [ 257 ] {304fea24-0ed7-421b-ae79-ab458066fc0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2305 | 2024.11.19 01:33:55.125449 [ 257 ] {304fea24-0ed7-421b-ae79-ab458066fc0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2306 | 2024.11.19 01:33:55.126016 [ 257 ] {304fea24-0ed7-421b-ae79-ab458066fc0e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2307 | 2024.11.19 01:33:55.126063 [ 257 ] {304fea24-0ed7-421b-ae79-ab458066fc0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2308 | 2024.11.19 01:33:55.126451 [ 257 ] {304fea24-0ed7-421b-ae79-ab458066fc0e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2309 | 2024.11.19 01:33:55.126700 [ 257 ] {304fea24-0ed7-421b-ae79-ab458066fc0e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2310 | 2024.11.19 01:33:55.126915 [ 257 ] {304fea24-0ed7-421b-ae79-ab458066fc0e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001566 sec., 38314.17624521073 rows/sec., 2.58 MiB/sec. | ||
| 2311 | 2024.11.19 01:33:55.126970 [ 257 ] {304fea24-0ed7-421b-ae79-ab458066fc0e} <Debug> TCPHandler: Processed in 0.001792182 sec. | ||
| 2312 | 2024.11.19 01:33:57.308045 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51785, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2313 | 2024.11.19 01:33:57.391542 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58815, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2314 | 2024.11.19 01:33:57.586987 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60044, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2315 | 2024.11.19 01:33:57.588372 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2316 | 2024.11.19 01:33:57.692701 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41124, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2317 | 2024.11.19 01:33:57.707971 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49762, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2318 | 2024.11.19 01:33:57.727569 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56123, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2319 | 2024.11.19 01:33:57.775265 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2320 | 2024.11.19 01:33:57.776479 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2321 | 2024.11.19 01:33:57.782777 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56205, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2322 | 2024.11.19 01:33:57.821901 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50215, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2323 | 2024.11.19 01:33:57.892288 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2324 | 2024.11.19 01:33:57.909911 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2325 | 2024.11.19 01:33:57.996319 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32921, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2326 | 2024.11.19 01:33:58.040657 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63682, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2327 | 2024.11.19 01:33:58.199472 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64436, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2328 | 2024.11.19 01:33:58.710774 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2329 | 2024.11.19 01:33:58.710853 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2330 | 2024.11.19 01:33:58.806974 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 356 | ||
| 2331 | 2024.11.19 01:33:58.809862 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2332 | 2024.11.19 01:33:58.809918 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2333 | 2024.11.19 01:33:58.811517 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2334 | 2024.11.19 01:33:58.811836 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2335 | 2024.11.19 01:33:58.812551 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 356 | ||
| 2336 | 2024.11.19 01:34:00.123188 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2337 | 2024.11.19 01:34:00.123397 [ 260 ] {359765e8-e0ea-4404-b69f-1c01b6f86861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2338 | 2024.11.19 01:34:00.123469 [ 260 ] {359765e8-e0ea-4404-b69f-1c01b6f86861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2339 | 2024.11.19 01:34:00.124187 [ 260 ] {359765e8-e0ea-4404-b69f-1c01b6f86861} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2340 | 2024.11.19 01:34:00.124232 [ 260 ] {359765e8-e0ea-4404-b69f-1c01b6f86861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2341 | 2024.11.19 01:34:00.124649 [ 260 ] {359765e8-e0ea-4404-b69f-1c01b6f86861} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2342 | 2024.11.19 01:34:00.124896 [ 260 ] {359765e8-e0ea-4404-b69f-1c01b6f86861} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2343 | 2024.11.19 01:34:00.125119 [ 260 ] {359765e8-e0ea-4404-b69f-1c01b6f86861} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001783 sec., 7851.934941110488 rows/sec., 565.23 KiB/sec. | ||
| 2344 | 2024.11.19 01:34:00.125175 [ 260 ] {359765e8-e0ea-4404-b69f-1c01b6f86861} <Debug> TCPHandler: Processed in 0.002123998 sec. | ||
| 2345 | 2024.11.19 01:34:00.125429 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2346 | 2024.11.19 01:34:00.125638 [ 257 ] {1538c2f5-b4b3-4e35-86b5-b37665b8425b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2347 | 2024.11.19 01:34:00.125718 [ 257 ] {1538c2f5-b4b3-4e35-86b5-b37665b8425b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2348 | 2024.11.19 01:34:00.126684 [ 257 ] {1538c2f5-b4b3-4e35-86b5-b37665b8425b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2349 | 2024.11.19 01:34:00.126732 [ 257 ] {1538c2f5-b4b3-4e35-86b5-b37665b8425b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2350 | 2024.11.19 01:34:00.127201 [ 257 ] {1538c2f5-b4b3-4e35-86b5-b37665b8425b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2351 | 2024.11.19 01:34:00.127461 [ 257 ] {1538c2f5-b4b3-4e35-86b5-b37665b8425b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2352 | 2024.11.19 01:34:00.127638 [ 28 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2353 | 2024.11.19 01:34:00.127709 [ 257 ] {1538c2f5-b4b3-4e35-86b5-b37665b8425b} <Debug> executeQuery: Read 283 rows, 25.59 KiB in 0.002126 sec., 133113.82878645344 rows/sec., 11.75 MiB/sec. | ||
| 2354 | 2024.11.19 01:34:00.127726 [ 28 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2355 | 2024.11.19 01:34:00.127792 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2356 | 2024.11.19 01:34:00.127847 [ 257 ] {1538c2f5-b4b3-4e35-86b5-b37665b8425b} <Debug> TCPHandler: Processed in 0.002552205 sec. | ||
| 2357 | 2024.11.19 01:34:00.128044 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::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 | ||
| 2358 | 2024.11.19 01:34:00.128063 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2359 | 2024.11.19 01:34:00.128214 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2360 | 2024.11.19 01:34:00.128244 [ 260 ] {391c5fff-4b20-463d-900e-3809c015f4f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2361 | 2024.11.19 01:34:00.128259 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1388 rows starting from the beginning of the part | ||
| 2362 | 2024.11.19 01:34:00.128308 [ 260 ] {391c5fff-4b20-463d-900e-3809c015f4f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2363 | 2024.11.19 01:34:00.128543 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
| 2364 | 2024.11.19 01:34:00.128897 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 247 rows starting from the beginning of the part | ||
| 2365 | 2024.11.19 01:34:00.129223 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 94 rows starting from the beginning of the part | ||
| 2366 | 2024.11.19 01:34:00.129506 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2367 | 2024.11.19 01:34:00.129830 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 283 rows starting from the beginning of the part | ||
| 2368 | 2024.11.19 01:34:00.130660 [ 260 ] {391c5fff-4b20-463d-900e-3809c015f4f8} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2369 | 2024.11.19 01:34:00.130705 [ 260 ] {391c5fff-4b20-463d-900e-3809c015f4f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2370 | 2024.11.19 01:34:00.131285 [ 260 ] {391c5fff-4b20-463d-900e-3809c015f4f8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2371 | 2024.11.19 01:34:00.131606 [ 260 ] {391c5fff-4b20-463d-900e-3809c015f4f8} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2372 | 2024.11.19 01:34:00.131988 [ 260 ] {391c5fff-4b20-463d-900e-3809c015f4f8} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.003776 sec., 12447.033898305086 rows/sec., 917.34 KiB/sec. | ||
| 2373 | 2024.11.19 01:34:00.132306 [ 260 ] {391c5fff-4b20-463d-900e-3809c015f4f8} <Debug> TCPHandler: Processed in 0.004335448 sec. | ||
| 2374 | 2024.11.19 01:34:00.132397 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2124 rows, containing 5 columns (5 merged, 0 gathered) in 0.00447671 sec., 474455.5711672188 rows/sec., 41.79 MiB/sec. | ||
| 2375 | 2024.11.19 01:34:00.132512 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2376 | 2024.11.19 01:34:00.132682 [ 257 ] {a2f39d8b-6778-4e4e-a737-f7e4c93c49ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2377 | 2024.11.19 01:34:00.132692 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2378 | 2024.11.19 01:34:00.132789 [ 257 ] {a2f39d8b-6778-4e4e-a737-f7e4c93c49ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2379 | 2024.11.19 01:34:00.133320 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_16_3} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2380 | 2024.11.19 01:34:00.133556 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_16_3} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2381 | 2024.11.19 01:34:00.133699 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 2382 | 2024.11.19 01:34:00.133935 [ 257 ] {a2f39d8b-6778-4e4e-a737-f7e4c93c49ac} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2383 | 2024.11.19 01:34:00.133981 [ 257 ] {a2f39d8b-6778-4e4e-a737-f7e4c93c49ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2384 | 2024.11.19 01:34:00.134351 [ 257 ] {a2f39d8b-6778-4e4e-a737-f7e4c93c49ac} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2385 | 2024.11.19 01:34:00.134597 [ 257 ] {a2f39d8b-6778-4e4e-a737-f7e4c93c49ac} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2386 | 2024.11.19 01:34:00.134828 [ 257 ] {a2f39d8b-6778-4e4e-a737-f7e4c93c49ac} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002195 sec., 6378.132118451025 rows/sec., 446.68 KiB/sec. | ||
| 2387 | 2024.11.19 01:34:00.134988 [ 257 ] {a2f39d8b-6778-4e4e-a737-f7e4c93c49ac} <Debug> TCPHandler: Processed in 0.002552976 sec. | ||
| 2388 | 2024.11.19 01:34:00.135156 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2389 | 2024.11.19 01:34:00.135277 [ 260 ] {fe39747d-bc61-4f76-a81f-68c75e20f87b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2390 | 2024.11.19 01:34:00.135328 [ 260 ] {fe39747d-bc61-4f76-a81f-68c75e20f87b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2391 | 2024.11.19 01:34:00.135910 [ 260 ] {fe39747d-bc61-4f76-a81f-68c75e20f87b} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2392 | 2024.11.19 01:34:00.135952 [ 260 ] {fe39747d-bc61-4f76-a81f-68c75e20f87b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2393 | 2024.11.19 01:34:00.136309 [ 260 ] {fe39747d-bc61-4f76-a81f-68c75e20f87b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2394 | 2024.11.19 01:34:00.136555 [ 260 ] {fe39747d-bc61-4f76-a81f-68c75e20f87b} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2395 | 2024.11.19 01:34:00.136785 [ 260 ] {fe39747d-bc61-4f76-a81f-68c75e20f87b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001527 sec., 8513.425016371972 rows/sec., 530.81 KiB/sec. | ||
| 2396 | 2024.11.19 01:34:00.136854 [ 260 ] {fe39747d-bc61-4f76-a81f-68c75e20f87b} <Debug> TCPHandler: Processed in 0.001757591 sec. | ||
| 2397 | 2024.11.19 01:34:00.137015 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2398 | 2024.11.19 01:34:00.137135 [ 257 ] {1721ce78-fed2-4c97-bd24-50f0c14c3c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2399 | 2024.11.19 01:34:00.137185 [ 257 ] {1721ce78-fed2-4c97-bd24-50f0c14c3c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2400 | 2024.11.19 01:34:00.137954 [ 257 ] {1721ce78-fed2-4c97-bd24-50f0c14c3c84} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2401 | 2024.11.19 01:34:00.137994 [ 257 ] {1721ce78-fed2-4c97-bd24-50f0c14c3c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2402 | 2024.11.19 01:34:00.138391 [ 257 ] {1721ce78-fed2-4c97-bd24-50f0c14c3c84} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2403 | 2024.11.19 01:34:00.138647 [ 257 ] {1721ce78-fed2-4c97-bd24-50f0c14c3c84} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2404 | 2024.11.19 01:34:00.138826 [ 27 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2405 | 2024.11.19 01:34:00.138890 [ 27 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2406 | 2024.11.19 01:34:00.138898 [ 257 ] {1721ce78-fed2-4c97-bd24-50f0c14c3c84} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001776 sec., 237612.6126126126 rows/sec., 16.98 MiB/sec. | ||
| 2407 | 2024.11.19 01:34:00.138927 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2408 | 2024.11.19 01:34:00.139089 [ 257 ] {1721ce78-fed2-4c97-bd24-50f0c14c3c84} <Debug> TCPHandler: Processed in 0.002121978 sec. | ||
| 2409 | 2024.11.19 01:34:00.139244 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::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 | ||
| 2410 | 2024.11.19 01:34:00.139385 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2411 | 2024.11.19 01:34:00.139631 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2412 | 2024.11.19 01:34:00.139664 [ 260 ] {3937fe23-c808-4bd2-8f35-07609a7a4028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2413 | 2024.11.19 01:34:00.139695 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 873 rows starting from the beginning of the part | ||
| 2414 | 2024.11.19 01:34:00.139740 [ 260 ] {3937fe23-c808-4bd2-8f35-07609a7a4028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2415 | 2024.11.19 01:34:00.140086 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part | ||
| 2416 | 2024.11.19 01:34:00.140467 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 404 rows starting from the beginning of the part | ||
| 2417 | 2024.11.19 01:34:00.140823 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 93 rows starting from the beginning of the part | ||
| 2418 | 2024.11.19 01:34:00.141129 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2419 | 2024.11.19 01:34:00.141430 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 422 rows starting from the beginning of the part | ||
| 2420 | 2024.11.19 01:34:00.142217 [ 260 ] {3937fe23-c808-4bd2-8f35-07609a7a4028} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2421 | 2024.11.19 01:34:00.142286 [ 260 ] {3937fe23-c808-4bd2-8f35-07609a7a4028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2422 | 2024.11.19 01:34:00.143298 [ 260 ] {3937fe23-c808-4bd2-8f35-07609a7a4028} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2423 | 2024.11.19 01:34:00.143774 [ 260 ] {3937fe23-c808-4bd2-8f35-07609a7a4028} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2424 | 2024.11.19 01:34:00.144024 [ 260 ] {3937fe23-c808-4bd2-8f35-07609a7a4028} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004432 sec., 1353.7906137184116 rows/sec., 70.73 KiB/sec. | ||
| 2425 | 2024.11.19 01:34:00.144209 [ 260 ] {3937fe23-c808-4bd2-8f35-07609a7a4028} <Debug> TCPHandler: Processed in 0.004979969 sec. | ||
| 2426 | 2024.11.19 01:34:00.144541 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2427 | 2024.11.19 01:34:00.144571 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1920 rows, containing 5 columns (5 merged, 0 gathered) in 0.005508528 sec., 348550.4657505598 rows/sec., 26.65 MiB/sec. | ||
| 2428 | 2024.11.19 01:34:00.144814 [ 257 ] {1f25dfef-dafe-498f-b964-0d390fec85bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2429 | 2024.11.19 01:34:00.144830 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2430 | 2024.11.19 01:34:00.144968 [ 257 ] {1f25dfef-dafe-498f-b964-0d390fec85bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2431 | 2024.11.19 01:34:00.145490 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_16_3} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2432 | 2024.11.19 01:34:00.145716 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_16_3} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2433 | 2024.11.19 01:34:00.145827 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2434 | 2024.11.19 01:34:00.146135 [ 257 ] {1f25dfef-dafe-498f-b964-0d390fec85bb} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2435 | 2024.11.19 01:34:00.146179 [ 257 ] {1f25dfef-dafe-498f-b964-0d390fec85bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2436 | 2024.11.19 01:34:00.146590 [ 257 ] {1f25dfef-dafe-498f-b964-0d390fec85bb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2437 | 2024.11.19 01:34:00.146834 [ 257 ] {1f25dfef-dafe-498f-b964-0d390fec85bb} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2438 | 2024.11.19 01:34:00.147019 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2439 | 2024.11.19 01:34:00.147081 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2440 | 2024.11.19 01:34:00.147098 [ 257 ] {1f25dfef-dafe-498f-b964-0d390fec85bb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002344 sec., 101109.21501706484 rows/sec., 6.78 MiB/sec. | ||
| 2441 | 2024.11.19 01:34:00.147125 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2442 | 2024.11.19 01:34:00.147340 [ 257 ] {1f25dfef-dafe-498f-b964-0d390fec85bb} <Debug> TCPHandler: Processed in 0.003001464 sec. | ||
| 2443 | 2024.11.19 01:34:00.147378 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 2444 | 2024.11.19 01:34:00.147560 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2445 | 2024.11.19 01:34:00.147627 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2446 | 2024.11.19 01:34:00.147696 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2998 rows starting from the beginning of the part | ||
| 2447 | 2024.11.19 01:34:00.147791 [ 260 ] {0704ddd5-ddd2-46dd-8054-459fc295e69d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2448 | 2024.11.19 01:34:00.148004 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 2449 | 2024.11.19 01:34:00.148015 [ 260 ] {0704ddd5-ddd2-46dd-8054-459fc295e69d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2450 | 2024.11.19 01:34:00.148368 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 237 rows starting from the beginning of the part | ||
| 2451 | 2024.11.19 01:34:00.148687 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part | ||
| 2452 | 2024.11.19 01:34:00.148993 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 2453 | 2024.11.19 01:34:00.149331 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part | ||
| 2454 | 2024.11.19 01:34:00.150534 [ 260 ] {0704ddd5-ddd2-46dd-8054-459fc295e69d} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2455 | 2024.11.19 01:34:00.150610 [ 260 ] {0704ddd5-ddd2-46dd-8054-459fc295e69d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2456 | 2024.11.19 01:34:00.151376 [ 260 ] {0704ddd5-ddd2-46dd-8054-459fc295e69d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2457 | 2024.11.19 01:34:00.151967 [ 260 ] {0704ddd5-ddd2-46dd-8054-459fc295e69d} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2458 | 2024.11.19 01:34:00.152534 [ 260 ] {0704ddd5-ddd2-46dd-8054-459fc295e69d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00479 sec., 208.76826722338205 rows/sec., 14.07 KiB/sec. | ||
| 2459 | 2024.11.19 01:34:00.152674 [ 260 ] {0704ddd5-ddd2-46dd-8054-459fc295e69d} <Debug> TCPHandler: Processed in 0.005223913 sec. | ||
| 2460 | 2024.11.19 01:34:00.152871 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2461 | 2024.11.19 01:34:00.153219 [ 257 ] {0ddc3f2a-c1c6-49fb-ab51-4b0bf9c6a619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2462 | 2024.11.19 01:34:00.153292 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3952 rows, containing 5 columns (5 merged, 0 gathered) in 0.006032237 sec., 655146.6727849055 rows/sec., 44.40 MiB/sec. | ||
| 2463 | 2024.11.19 01:34:00.153329 [ 257 ] {0ddc3f2a-c1c6-49fb-ab51-4b0bf9c6a619} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2464 | 2024.11.19 01:34:00.153707 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2465 | 2024.11.19 01:34:00.154172 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2466 | 2024.11.19 01:34:00.154254 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2467 | 2024.11.19 01:34:00.154339 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
| 2468 | 2024.11.19 01:34:00.154906 [ 257 ] {0ddc3f2a-c1c6-49fb-ab51-4b0bf9c6a619} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2469 | 2024.11.19 01:34:00.154946 [ 257 ] {0ddc3f2a-c1c6-49fb-ab51-4b0bf9c6a619} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2470 | 2024.11.19 01:34:00.155631 [ 257 ] {0ddc3f2a-c1c6-49fb-ab51-4b0bf9c6a619} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2471 | 2024.11.19 01:34:00.155894 [ 257 ] {0ddc3f2a-c1c6-49fb-ab51-4b0bf9c6a619} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2472 | 2024.11.19 01:34:00.156127 [ 257 ] {0ddc3f2a-c1c6-49fb-ab51-4b0bf9c6a619} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003058 sec., 13080.444735120995 rows/sec., 23.44 MiB/sec. | ||
| 2473 | 2024.11.19 01:34:00.156223 [ 257 ] {0ddc3f2a-c1c6-49fb-ab51-4b0bf9c6a619} <Debug> TCPHandler: Processed in 0.003430302 sec. | ||
| 2474 | 2024.11.19 01:34:00.156375 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2475 | 2024.11.19 01:34:00.156512 [ 260 ] {4064aaa1-2108-406d-a773-b2ee4e4c350b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2476 | 2024.11.19 01:34:00.156573 [ 260 ] {4064aaa1-2108-406d-a773-b2ee4e4c350b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2477 | 2024.11.19 01:34:00.157147 [ 260 ] {4064aaa1-2108-406d-a773-b2ee4e4c350b} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2478 | 2024.11.19 01:34:00.157192 [ 260 ] {4064aaa1-2108-406d-a773-b2ee4e4c350b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2479 | 2024.11.19 01:34:00.157598 [ 260 ] {4064aaa1-2108-406d-a773-b2ee4e4c350b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2480 | 2024.11.19 01:34:00.157867 [ 260 ] {4064aaa1-2108-406d-a773-b2ee4e4c350b} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2481 | 2024.11.19 01:34:00.157992 [ 27 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2482 | 2024.11.19 01:34:00.158030 [ 27 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2483 | 2024.11.19 01:34:00.158050 [ 260 ] {4064aaa1-2108-406d-a773-b2ee4e4c350b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001566 sec., 52362.70753512133 rows/sec., 3.33 MiB/sec. | ||
| 2484 | 2024.11.19 01:34:00.158056 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2485 | 2024.11.19 01:34:00.158151 [ 260 ] {4064aaa1-2108-406d-a773-b2ee4e4c350b} <Debug> TCPHandler: Processed in 0.001839393 sec. | ||
| 2486 | 2024.11.19 01:34:00.158306 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::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 | ||
| 2487 | 2024.11.19 01:34:00.158430 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2488 | 2024.11.19 01:34:00.158458 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 406 rows starting from the beginning of the part | ||
| 2489 | 2024.11.19 01:34:00.158559 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 2490 | 2024.11.19 01:34:00.158740 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
| 2491 | 2024.11.19 01:34:00.158909 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 58 rows starting from the beginning of the part | ||
| 2492 | 2024.11.19 01:34:00.159024 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 2493 | 2024.11.19 01:34:00.159218 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
| 2494 | 2024.11.19 01:34:00.160314 [ 189 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 748 rows, containing 4 columns (4 merged, 0 gathered) in 0.002151669 sec., 347637.1133292342 rows/sec., 23.18 MiB/sec. | ||
| 2495 | 2024.11.19 01:34:00.160517 [ 198 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2496 | 2024.11.19 01:34:00.160886 [ 198 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_16_3} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2497 | 2024.11.19 01:34:00.160988 [ 198 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_16_3} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2498 | 2024.11.19 01:34:00.161092 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 2499 | 2024.11.19 01:34:02.094229 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63643, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2500 | 2024.11.19 01:34:02.351935 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61678, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2501 | 2024.11.19 01:34:02.388413 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43168, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2502 | 2024.11.19 01:34:02.390788 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55887, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2503 | 2024.11.19 01:34:02.653868 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50875, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2504 | 2024.11.19 01:34:02.658327 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50348, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2505 | 2024.11.19 01:34:02.691842 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51234, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2506 | 2024.11.19 01:34:02.763511 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65303, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2507 | 2024.11.19 01:34:03.294175 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39609, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2508 | 2024.11.19 01:34:03.720487 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46163, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2509 | 2024.11.19 01:34:03.814582 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63014, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2510 | 2024.11.19 01:34:03.906941 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44013, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2511 | 2024.11.19 01:34:03.946391 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63090, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2512 | 2024.11.19 01:34:03.974110 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50091, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2513 | 2024.11.19 01:34:03.986416 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64103, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2514 | 2024.11.19 01:34:04.028971 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43079, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2515 | 2024.11.19 01:34:05.115637 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2516 | 2024.11.19 01:34:05.115842 [ 260 ] {548ad63e-4055-4913-965f-1abeaa62aaf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2517 | 2024.11.19 01:34:05.115920 [ 260 ] {548ad63e-4055-4913-965f-1abeaa62aaf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2518 | 2024.11.19 01:34:05.116740 [ 260 ] {548ad63e-4055-4913-965f-1abeaa62aaf8} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2519 | 2024.11.19 01:34:05.116785 [ 260 ] {548ad63e-4055-4913-965f-1abeaa62aaf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2520 | 2024.11.19 01:34:05.117197 [ 260 ] {548ad63e-4055-4913-965f-1abeaa62aaf8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2521 | 2024.11.19 01:34:05.117451 [ 260 ] {548ad63e-4055-4913-965f-1abeaa62aaf8} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2522 | 2024.11.19 01:34:05.117695 [ 260 ] {548ad63e-4055-4913-965f-1abeaa62aaf8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001911 sec., 1046.5724751439038 rows/sec., 85.34 KiB/sec. | ||
| 2523 | 2024.11.19 01:34:05.117753 [ 260 ] {548ad63e-4055-4913-965f-1abeaa62aaf8} <Debug> TCPHandler: Processed in 0.00224879 sec. | ||
| 2524 | 2024.11.19 01:34:05.118010 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2525 | 2024.11.19 01:34:05.118213 [ 257 ] {a5a208fa-5126-4451-85bc-8757caf37e86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2526 | 2024.11.19 01:34:05.118289 [ 257 ] {a5a208fa-5126-4451-85bc-8757caf37e86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2527 | 2024.11.19 01:34:05.119089 [ 257 ] {a5a208fa-5126-4451-85bc-8757caf37e86} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2528 | 2024.11.19 01:34:05.119131 [ 257 ] {a5a208fa-5126-4451-85bc-8757caf37e86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2529 | 2024.11.19 01:34:05.119557 [ 257 ] {a5a208fa-5126-4451-85bc-8757caf37e86} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2530 | 2024.11.19 01:34:05.119815 [ 257 ] {a5a208fa-5126-4451-85bc-8757caf37e86} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2531 | 2024.11.19 01:34:05.120032 [ 257 ] {a5a208fa-5126-4451-85bc-8757caf37e86} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001877 sec., 30367.60788492275 rows/sec., 2.33 MiB/sec. | ||
| 2532 | 2024.11.19 01:34:05.120093 [ 257 ] {a5a208fa-5126-4451-85bc-8757caf37e86} <Debug> TCPHandler: Processed in 0.00221876 sec. | ||
| 2533 | 2024.11.19 01:34:05.120263 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2534 | 2024.11.19 01:34:05.120403 [ 260 ] {a15dde2a-5c6d-4bba-9a6e-97636e04a5d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2535 | 2024.11.19 01:34:05.120460 [ 260 ] {a15dde2a-5c6d-4bba-9a6e-97636e04a5d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2536 | 2024.11.19 01:34:05.121062 [ 260 ] {a15dde2a-5c6d-4bba-9a6e-97636e04a5d1} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2537 | 2024.11.19 01:34:05.121101 [ 260 ] {a15dde2a-5c6d-4bba-9a6e-97636e04a5d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2538 | 2024.11.19 01:34:05.121448 [ 260 ] {a15dde2a-5c6d-4bba-9a6e-97636e04a5d1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2539 | 2024.11.19 01:34:05.121696 [ 260 ] {a15dde2a-5c6d-4bba-9a6e-97636e04a5d1} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2540 | 2024.11.19 01:34:05.121950 [ 260 ] {a15dde2a-5c6d-4bba-9a6e-97636e04a5d1} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001569 sec., 1274.697259400892 rows/sec., 89.00 KiB/sec. | ||
| 2541 | 2024.11.19 01:34:05.122105 [ 260 ] {a15dde2a-5c6d-4bba-9a6e-97636e04a5d1} <Debug> TCPHandler: Processed in 0.001905714 sec. | ||
| 2542 | 2024.11.19 01:34:05.122276 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2543 | 2024.11.19 01:34:05.122414 [ 257 ] {17450658-039f-48e7-85bf-49def2a3c107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2544 | 2024.11.19 01:34:05.122473 [ 257 ] {17450658-039f-48e7-85bf-49def2a3c107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2545 | 2024.11.19 01:34:05.123112 [ 257 ] {17450658-039f-48e7-85bf-49def2a3c107} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2546 | 2024.11.19 01:34:05.123151 [ 257 ] {17450658-039f-48e7-85bf-49def2a3c107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2547 | 2024.11.19 01:34:05.123545 [ 257 ] {17450658-039f-48e7-85bf-49def2a3c107} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2548 | 2024.11.19 01:34:05.123788 [ 257 ] {17450658-039f-48e7-85bf-49def2a3c107} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2549 | 2024.11.19 01:34:05.124048 [ 257 ] {17450658-039f-48e7-85bf-49def2a3c107} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001657 sec., 39831.019915509954 rows/sec., 3.11 MiB/sec. | ||
| 2550 | 2024.11.19 01:34:05.124258 [ 257 ] {17450658-039f-48e7-85bf-49def2a3c107} <Debug> TCPHandler: Processed in 0.002041206 sec. | ||
| 2551 | 2024.11.19 01:34:05.124415 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2552 | 2024.11.19 01:34:05.124530 [ 260 ] {873aab0d-c6d5-4e8d-885d-316097018eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2553 | 2024.11.19 01:34:05.124582 [ 260 ] {873aab0d-c6d5-4e8d-885d-316097018eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2554 | 2024.11.19 01:34:05.125206 [ 260 ] {873aab0d-c6d5-4e8d-885d-316097018eb4} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2555 | 2024.11.19 01:34:05.125252 [ 260 ] {873aab0d-c6d5-4e8d-885d-316097018eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2556 | 2024.11.19 01:34:05.125700 [ 260 ] {873aab0d-c6d5-4e8d-885d-316097018eb4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2557 | 2024.11.19 01:34:05.125934 [ 260 ] {873aab0d-c6d5-4e8d-885d-316097018eb4} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2558 | 2024.11.19 01:34:05.126199 [ 260 ] {873aab0d-c6d5-4e8d-885d-316097018eb4} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001684 sec., 76603.32541567697 rows/sec., 5.33 MiB/sec. | ||
| 2559 | 2024.11.19 01:34:05.126393 [ 260 ] {873aab0d-c6d5-4e8d-885d-316097018eb4} <Debug> TCPHandler: Processed in 0.002027297 sec. | ||
| 2560 | 2024.11.19 01:34:05.126565 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2561 | 2024.11.19 01:34:05.126688 [ 257 ] {7e1d545b-72de-40a3-82a2-1b2d28e6f2f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2562 | 2024.11.19 01:34:05.126748 [ 257 ] {7e1d545b-72de-40a3-82a2-1b2d28e6f2f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2563 | 2024.11.19 01:34:05.127451 [ 257 ] {7e1d545b-72de-40a3-82a2-1b2d28e6f2f4} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2564 | 2024.11.19 01:34:05.127497 [ 257 ] {7e1d545b-72de-40a3-82a2-1b2d28e6f2f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2565 | 2024.11.19 01:34:05.127893 [ 257 ] {7e1d545b-72de-40a3-82a2-1b2d28e6f2f4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2566 | 2024.11.19 01:34:05.128136 [ 257 ] {7e1d545b-72de-40a3-82a2-1b2d28e6f2f4} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2567 | 2024.11.19 01:34:05.128346 [ 257 ] {7e1d545b-72de-40a3-82a2-1b2d28e6f2f4} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00169 sec., 28402.366863905325 rows/sec., 1.91 MiB/sec. | ||
| 2568 | 2024.11.19 01:34:05.128396 [ 257 ] {7e1d545b-72de-40a3-82a2-1b2d28e6f2f4} <Debug> TCPHandler: Processed in 0.001886463 sec. | ||
| 2569 | 2024.11.19 01:34:08.812767 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 390 | ||
| 2570 | 2024.11.19 01:34:08.816132 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2571 | 2024.11.19 01:34:08.816178 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2572 | 2024.11.19 01:34:08.817613 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2573 | 2024.11.19 01:34:08.817916 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2574 | 2024.11.19 01:34:08.818517 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 390 | ||
| 2575 | 2024.11.19 01:34:10.118305 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2576 | 2024.11.19 01:34:10.118658 [ 260 ] {3895becf-378f-40d1-8e7e-6e3106504f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2577 | 2024.11.19 01:34:10.118781 [ 260 ] {3895becf-378f-40d1-8e7e-6e3106504f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2578 | 2024.11.19 01:34:10.119684 [ 260 ] {3895becf-378f-40d1-8e7e-6e3106504f64} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2579 | 2024.11.19 01:34:10.119733 [ 260 ] {3895becf-378f-40d1-8e7e-6e3106504f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2580 | 2024.11.19 01:34:10.120170 [ 260 ] {3895becf-378f-40d1-8e7e-6e3106504f64} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2581 | 2024.11.19 01:34:10.120428 [ 260 ] {3895becf-378f-40d1-8e7e-6e3106504f64} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2582 | 2024.11.19 01:34:10.120667 [ 260 ] {3895becf-378f-40d1-8e7e-6e3106504f64} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002135 sec., 26229.50819672131 rows/sec., 2.01 MiB/sec. | ||
| 2583 | 2024.11.19 01:34:10.120724 [ 260 ] {3895becf-378f-40d1-8e7e-6e3106504f64} <Debug> TCPHandler: Processed in 0.002612216 sec. | ||
| 2584 | 2024.11.19 01:34:10.120971 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2585 | 2024.11.19 01:34:10.121159 [ 257 ] {7281f100-0c72-4ba8-9612-eee80dac7905} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2586 | 2024.11.19 01:34:10.121228 [ 257 ] {7281f100-0c72-4ba8-9612-eee80dac7905} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2587 | 2024.11.19 01:34:10.121987 [ 257 ] {7281f100-0c72-4ba8-9612-eee80dac7905} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2588 | 2024.11.19 01:34:10.122030 [ 257 ] {7281f100-0c72-4ba8-9612-eee80dac7905} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2589 | 2024.11.19 01:34:10.122467 [ 257 ] {7281f100-0c72-4ba8-9612-eee80dac7905} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2590 | 2024.11.19 01:34:10.122725 [ 257 ] {7281f100-0c72-4ba8-9612-eee80dac7905} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2591 | 2024.11.19 01:34:10.122964 [ 257 ] {7281f100-0c72-4ba8-9612-eee80dac7905} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001859 sec., 34427.11135018827 rows/sec., 2.69 MiB/sec. | ||
| 2592 | 2024.11.19 01:34:10.123021 [ 257 ] {7281f100-0c72-4ba8-9612-eee80dac7905} <Debug> TCPHandler: Processed in 0.002179439 sec. | ||
| 2593 | 2024.11.19 01:34:10.123183 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2594 | 2024.11.19 01:34:10.123325 [ 260 ] {c8d56fdb-5790-4d69-afb6-2143a0f4af89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2595 | 2024.11.19 01:34:10.123392 [ 260 ] {c8d56fdb-5790-4d69-afb6-2143a0f4af89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2596 | 2024.11.19 01:34:10.124033 [ 260 ] {c8d56fdb-5790-4d69-afb6-2143a0f4af89} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2597 | 2024.11.19 01:34:10.124073 [ 260 ] {c8d56fdb-5790-4d69-afb6-2143a0f4af89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2598 | 2024.11.19 01:34:10.124475 [ 260 ] {c8d56fdb-5790-4d69-afb6-2143a0f4af89} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2599 | 2024.11.19 01:34:10.124737 [ 260 ] {c8d56fdb-5790-4d69-afb6-2143a0f4af89} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2600 | 2024.11.19 01:34:10.124975 [ 260 ] {c8d56fdb-5790-4d69-afb6-2143a0f4af89} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001685 sec., 94955.48961424331 rows/sec., 6.61 MiB/sec. | ||
| 2601 | 2024.11.19 01:34:10.125088 [ 260 ] {c8d56fdb-5790-4d69-afb6-2143a0f4af89} <Debug> TCPHandler: Processed in 0.001970305 sec. | ||
| 2602 | 2024.11.19 01:34:10.125294 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2603 | 2024.11.19 01:34:10.125517 [ 257 ] {2ac5c169-273f-438c-a7a0-a067da13019f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2604 | 2024.11.19 01:34:10.125611 [ 257 ] {2ac5c169-273f-438c-a7a0-a067da13019f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2605 | 2024.11.19 01:34:10.126277 [ 257 ] {2ac5c169-273f-438c-a7a0-a067da13019f} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2606 | 2024.11.19 01:34:10.126317 [ 257 ] {2ac5c169-273f-438c-a7a0-a067da13019f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2607 | 2024.11.19 01:34:10.126704 [ 257 ] {2ac5c169-273f-438c-a7a0-a067da13019f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2608 | 2024.11.19 01:34:10.126950 [ 257 ] {2ac5c169-273f-438c-a7a0-a067da13019f} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2609 | 2024.11.19 01:34:10.127188 [ 257 ] {2ac5c169-273f-438c-a7a0-a067da13019f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001726 sec., 34762.456546929316 rows/sec., 2.34 MiB/sec. | ||
| 2610 | 2024.11.19 01:34:10.127303 [ 257 ] {2ac5c169-273f-438c-a7a0-a067da13019f} <Debug> TCPHandler: Processed in 0.002120958 sec. | ||
| 2611 | 2024.11.19 01:34:13.710900 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2612 | 2024.11.19 01:34:13.710967 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2613 | 2024.11.19 01:34:15.123566 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2614 | 2024.11.19 01:34:15.123759 [ 260 ] {95acd001-3ba8-4299-b3f8-810ac197dc9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2615 | 2024.11.19 01:34:15.123831 [ 260 ] {95acd001-3ba8-4299-b3f8-810ac197dc9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2616 | 2024.11.19 01:34:15.124568 [ 260 ] {95acd001-3ba8-4299-b3f8-810ac197dc9e} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2617 | 2024.11.19 01:34:15.124618 [ 260 ] {95acd001-3ba8-4299-b3f8-810ac197dc9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2618 | 2024.11.19 01:34:15.125047 [ 260 ] {95acd001-3ba8-4299-b3f8-810ac197dc9e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2619 | 2024.11.19 01:34:15.125296 [ 260 ] {95acd001-3ba8-4299-b3f8-810ac197dc9e} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2620 | 2024.11.19 01:34:15.125521 [ 260 ] {95acd001-3ba8-4299-b3f8-810ac197dc9e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001821 sec., 7688.083470620539 rows/sec., 553.44 KiB/sec. | ||
| 2621 | 2024.11.19 01:34:15.125576 [ 260 ] {95acd001-3ba8-4299-b3f8-810ac197dc9e} <Debug> TCPHandler: Processed in 0.002139039 sec. | ||
| 2622 | 2024.11.19 01:34:15.125832 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2623 | 2024.11.19 01:34:15.126036 [ 257 ] {3f3fef5d-0a5a-4871-a993-9d8087f743bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2624 | 2024.11.19 01:34:15.126112 [ 257 ] {3f3fef5d-0a5a-4871-a993-9d8087f743bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2625 | 2024.11.19 01:34:15.127203 [ 257 ] {3f3fef5d-0a5a-4871-a993-9d8087f743bb} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2626 | 2024.11.19 01:34:15.127247 [ 257 ] {3f3fef5d-0a5a-4871-a993-9d8087f743bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2627 | 2024.11.19 01:34:15.127705 [ 257 ] {3f3fef5d-0a5a-4871-a993-9d8087f743bb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2628 | 2024.11.19 01:34:15.128022 [ 257 ] {3f3fef5d-0a5a-4871-a993-9d8087f743bb} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2629 | 2024.11.19 01:34:15.128392 [ 257 ] {3f3fef5d-0a5a-4871-a993-9d8087f743bb} <Debug> executeQuery: Read 283 rows, 25.59 KiB in 0.002413 sec., 117281.39245752175 rows/sec., 10.36 MiB/sec. | ||
| 2630 | 2024.11.19 01:34:15.128446 [ 257 ] {3f3fef5d-0a5a-4871-a993-9d8087f743bb} <Debug> TCPHandler: Processed in 0.002751409 sec. | ||
| 2631 | 2024.11.19 01:34:15.128662 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2632 | 2024.11.19 01:34:15.128882 [ 260 ] {435bc3b4-7566-4274-b996-df300c24f28d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2633 | 2024.11.19 01:34:15.128971 [ 260 ] {435bc3b4-7566-4274-b996-df300c24f28d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2634 | 2024.11.19 01:34:15.129655 [ 260 ] {435bc3b4-7566-4274-b996-df300c24f28d} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2635 | 2024.11.19 01:34:15.129695 [ 260 ] {435bc3b4-7566-4274-b996-df300c24f28d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2636 | 2024.11.19 01:34:15.130047 [ 260 ] {435bc3b4-7566-4274-b996-df300c24f28d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2637 | 2024.11.19 01:34:15.130288 [ 260 ] {435bc3b4-7566-4274-b996-df300c24f28d} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2638 | 2024.11.19 01:34:15.130498 [ 260 ] {435bc3b4-7566-4274-b996-df300c24f28d} <Debug> executeQuery: Read 47 rows, 3.46 KiB in 0.001673 sec., 28093.245666467425 rows/sec., 2.02 MiB/sec. | ||
| 2639 | 2024.11.19 01:34:15.130549 [ 260 ] {435bc3b4-7566-4274-b996-df300c24f28d} <Debug> TCPHandler: Processed in 0.001992715 sec. | ||
| 2640 | 2024.11.19 01:34:15.130775 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2641 | 2024.11.19 01:34:15.130997 [ 257 ] {9a7bf2ff-1a3d-4d30-a4c0-6178eba4c28b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2642 | 2024.11.19 01:34:15.131089 [ 257 ] {9a7bf2ff-1a3d-4d30-a4c0-6178eba4c28b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2643 | 2024.11.19 01:34:15.131699 [ 257 ] {9a7bf2ff-1a3d-4d30-a4c0-6178eba4c28b} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2644 | 2024.11.19 01:34:15.131740 [ 257 ] {9a7bf2ff-1a3d-4d30-a4c0-6178eba4c28b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2645 | 2024.11.19 01:34:15.132111 [ 257 ] {9a7bf2ff-1a3d-4d30-a4c0-6178eba4c28b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2646 | 2024.11.19 01:34:15.132345 [ 257 ] {9a7bf2ff-1a3d-4d30-a4c0-6178eba4c28b} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2647 | 2024.11.19 01:34:15.132605 [ 257 ] {9a7bf2ff-1a3d-4d30-a4c0-6178eba4c28b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001655 sec., 8459.214501510574 rows/sec., 592.43 KiB/sec. | ||
| 2648 | 2024.11.19 01:34:15.132742 [ 257 ] {9a7bf2ff-1a3d-4d30-a4c0-6178eba4c28b} <Debug> TCPHandler: Processed in 0.002075577 sec. | ||
| 2649 | 2024.11.19 01:34:15.132878 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2650 | 2024.11.19 01:34:15.132993 [ 260 ] {f042b811-8ecd-4d7e-825b-9cb0797aa9d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2651 | 2024.11.19 01:34:15.133042 [ 260 ] {f042b811-8ecd-4d7e-825b-9cb0797aa9d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2652 | 2024.11.19 01:34:15.133708 [ 260 ] {f042b811-8ecd-4d7e-825b-9cb0797aa9d9} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2653 | 2024.11.19 01:34:15.133756 [ 260 ] {f042b811-8ecd-4d7e-825b-9cb0797aa9d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2654 | 2024.11.19 01:34:15.134161 [ 260 ] {f042b811-8ecd-4d7e-825b-9cb0797aa9d9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2655 | 2024.11.19 01:34:15.134398 [ 260 ] {f042b811-8ecd-4d7e-825b-9cb0797aa9d9} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2656 | 2024.11.19 01:34:15.134600 [ 260 ] {f042b811-8ecd-4d7e-825b-9cb0797aa9d9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00163 sec., 7975.460122699386 rows/sec., 497.27 KiB/sec. | ||
| 2657 | 2024.11.19 01:34:15.134650 [ 260 ] {f042b811-8ecd-4d7e-825b-9cb0797aa9d9} <Debug> TCPHandler: Processed in 0.001825473 sec. | ||
| 2658 | 2024.11.19 01:34:15.134791 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2659 | 2024.11.19 01:34:15.134907 [ 257 ] {79958a0c-5a01-4bc1-8e35-4b62c3cfc4e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2660 | 2024.11.19 01:34:15.134954 [ 257 ] {79958a0c-5a01-4bc1-8e35-4b62c3cfc4e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2661 | 2024.11.19 01:34:15.135691 [ 257 ] {79958a0c-5a01-4bc1-8e35-4b62c3cfc4e4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2662 | 2024.11.19 01:34:15.135730 [ 257 ] {79958a0c-5a01-4bc1-8e35-4b62c3cfc4e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2663 | 2024.11.19 01:34:15.136114 [ 257 ] {79958a0c-5a01-4bc1-8e35-4b62c3cfc4e4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2664 | 2024.11.19 01:34:15.136356 [ 257 ] {79958a0c-5a01-4bc1-8e35-4b62c3cfc4e4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2665 | 2024.11.19 01:34:15.136562 [ 257 ] {79958a0c-5a01-4bc1-8e35-4b62c3cfc4e4} <Debug> executeQuery: Read 422 rows, 30.88 KiB in 0.001679 sec., 251340.08338296606 rows/sec., 17.96 MiB/sec. | ||
| 2666 | 2024.11.19 01:34:15.136614 [ 257 ] {79958a0c-5a01-4bc1-8e35-4b62c3cfc4e4} <Debug> TCPHandler: Processed in 0.001879524 sec. | ||
| 2667 | 2024.11.19 01:34:15.136769 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2668 | 2024.11.19 01:34:15.136907 [ 260 ] {f52651de-3e03-4afa-acad-558ac5eb33e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2669 | 2024.11.19 01:34:15.136966 [ 260 ] {f52651de-3e03-4afa-acad-558ac5eb33e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2670 | 2024.11.19 01:34:15.137456 [ 260 ] {f52651de-3e03-4afa-acad-558ac5eb33e8} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2671 | 2024.11.19 01:34:15.137495 [ 260 ] {f52651de-3e03-4afa-acad-558ac5eb33e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2672 | 2024.11.19 01:34:15.137864 [ 260 ] {f52651de-3e03-4afa-acad-558ac5eb33e8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2673 | 2024.11.19 01:34:15.138101 [ 260 ] {f52651de-3e03-4afa-acad-558ac5eb33e8} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2674 | 2024.11.19 01:34:15.138308 [ 260 ] {f52651de-3e03-4afa-acad-558ac5eb33e8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001431 sec., 4192.8721174004195 rows/sec., 219.06 KiB/sec. | ||
| 2675 | 2024.11.19 01:34:15.138355 [ 260 ] {f52651de-3e03-4afa-acad-558ac5eb33e8} <Debug> TCPHandler: Processed in 0.00165206 sec. | ||
| 2676 | 2024.11.19 01:34:15.138552 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2677 | 2024.11.19 01:34:15.138773 [ 257 ] {aa447d4e-8596-4dbf-8fac-4b8f36486e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2678 | 2024.11.19 01:34:15.138869 [ 257 ] {aa447d4e-8596-4dbf-8fac-4b8f36486e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2679 | 2024.11.19 01:34:15.139589 [ 257 ] {aa447d4e-8596-4dbf-8fac-4b8f36486e2f} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2680 | 2024.11.19 01:34:15.139628 [ 257 ] {aa447d4e-8596-4dbf-8fac-4b8f36486e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2681 | 2024.11.19 01:34:15.140028 [ 257 ] {aa447d4e-8596-4dbf-8fac-4b8f36486e2f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2682 | 2024.11.19 01:34:15.140262 [ 257 ] {aa447d4e-8596-4dbf-8fac-4b8f36486e2f} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2683 | 2024.11.19 01:34:15.140472 [ 257 ] {aa447d4e-8596-4dbf-8fac-4b8f36486e2f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001756 sec., 134965.83143507972 rows/sec., 9.05 MiB/sec. | ||
| 2684 | 2024.11.19 01:34:15.140523 [ 257 ] {aa447d4e-8596-4dbf-8fac-4b8f36486e2f} <Debug> TCPHandler: Processed in 0.002080647 sec. | ||
| 2685 | 2024.11.19 01:34:15.140674 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2686 | 2024.11.19 01:34:15.140810 [ 260 ] {7aa48466-efeb-4183-86cf-f54eff56264f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2687 | 2024.11.19 01:34:15.140869 [ 260 ] {7aa48466-efeb-4183-86cf-f54eff56264f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2688 | 2024.11.19 01:34:15.141361 [ 260 ] {7aa48466-efeb-4183-86cf-f54eff56264f} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2689 | 2024.11.19 01:34:15.141399 [ 260 ] {7aa48466-efeb-4183-86cf-f54eff56264f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2690 | 2024.11.19 01:34:15.141754 [ 260 ] {7aa48466-efeb-4183-86cf-f54eff56264f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2691 | 2024.11.19 01:34:15.141994 [ 260 ] {7aa48466-efeb-4183-86cf-f54eff56264f} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2692 | 2024.11.19 01:34:15.142273 [ 260 ] {7aa48466-efeb-4183-86cf-f54eff56264f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001478 sec., 676.5899864682003 rows/sec., 45.59 KiB/sec. | ||
| 2693 | 2024.11.19 01:34:15.142370 [ 260 ] {7aa48466-efeb-4183-86cf-f54eff56264f} <Debug> TCPHandler: Processed in 0.001759192 sec. | ||
| 2694 | 2024.11.19 01:34:15.142568 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2695 | 2024.11.19 01:34:15.142787 [ 257 ] {7662b705-f455-450b-b526-250c0fee4fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2696 | 2024.11.19 01:34:15.142930 [ 257 ] {7662b705-f455-450b-b526-250c0fee4fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2697 | 2024.11.19 01:34:15.144167 [ 257 ] {7662b705-f455-450b-b526-250c0fee4fba} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2698 | 2024.11.19 01:34:15.144208 [ 257 ] {7662b705-f455-450b-b526-250c0fee4fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2699 | 2024.11.19 01:34:15.144852 [ 257 ] {7662b705-f455-450b-b526-250c0fee4fba} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2700 | 2024.11.19 01:34:15.145128 [ 257 ] {7662b705-f455-450b-b526-250c0fee4fba} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2701 | 2024.11.19 01:34:15.145387 [ 257 ] {7662b705-f455-450b-b526-250c0fee4fba} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002651 sec., 15088.645794039983 rows/sec., 27.04 MiB/sec. | ||
| 2702 | 2024.11.19 01:34:15.145515 [ 257 ] {7662b705-f455-450b-b526-250c0fee4fba} <Debug> TCPHandler: Processed in 0.003057905 sec. | ||
| 2703 | 2024.11.19 01:34:15.145669 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2704 | 2024.11.19 01:34:15.145805 [ 260 ] {7f3a3aaf-b6fe-42c9-ac39-349c4da81be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2705 | 2024.11.19 01:34:15.145864 [ 260 ] {7f3a3aaf-b6fe-42c9-ac39-349c4da81be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2706 | 2024.11.19 01:34:15.146429 [ 260 ] {7f3a3aaf-b6fe-42c9-ac39-349c4da81be0} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2707 | 2024.11.19 01:34:15.146471 [ 260 ] {7f3a3aaf-b6fe-42c9-ac39-349c4da81be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2708 | 2024.11.19 01:34:15.146876 [ 260 ] {7f3a3aaf-b6fe-42c9-ac39-349c4da81be0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2709 | 2024.11.19 01:34:15.147137 [ 260 ] {7f3a3aaf-b6fe-42c9-ac39-349c4da81be0} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2710 | 2024.11.19 01:34:15.147347 [ 260 ] {7f3a3aaf-b6fe-42c9-ac39-349c4da81be0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001573 sec., 52129.68849332486 rows/sec., 3.31 MiB/sec. | ||
| 2711 | 2024.11.19 01:34:15.147397 [ 260 ] {7f3a3aaf-b6fe-42c9-ac39-349c4da81be0} <Debug> TCPHandler: Processed in 0.001791162 sec. | ||
| 2712 | 2024.11.19 01:34:18.818878 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 420 | ||
| 2713 | 2024.11.19 01:34:18.821702 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2714 | 2024.11.19 01:34:18.821745 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2715 | 2024.11.19 01:34:18.823355 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2716 | 2024.11.19 01:34:18.823665 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2717 | 2024.11.19 01:34:18.824140 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 420 | ||
| 2718 | 2024.11.19 01:34:20.118377 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2719 | 2024.11.19 01:34:20.118695 [ 260 ] {33200d8c-217a-472d-9390-4550db78350b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2720 | 2024.11.19 01:34:20.118818 [ 260 ] {33200d8c-217a-472d-9390-4550db78350b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2721 | 2024.11.19 01:34:20.119814 [ 260 ] {33200d8c-217a-472d-9390-4550db78350b} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2722 | 2024.11.19 01:34:20.119868 [ 260 ] {33200d8c-217a-472d-9390-4550db78350b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2723 | 2024.11.19 01:34:20.120334 [ 260 ] {33200d8c-217a-472d-9390-4550db78350b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2724 | 2024.11.19 01:34:20.120618 [ 260 ] {33200d8c-217a-472d-9390-4550db78350b} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2725 | 2024.11.19 01:34:20.120858 [ 260 ] {33200d8c-217a-472d-9390-4550db78350b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002253 sec., 887.705281846427 rows/sec., 72.39 KiB/sec. | ||
| 2726 | 2024.11.19 01:34:20.120924 [ 260 ] {33200d8c-217a-472d-9390-4550db78350b} <Debug> TCPHandler: Processed in 0.002744159 sec. | ||
| 2727 | 2024.11.19 01:34:20.121242 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2728 | 2024.11.19 01:34:20.121496 [ 257 ] {0646fd00-4ce7-4b83-8158-9162d85b330d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2729 | 2024.11.19 01:34:20.121562 [ 257 ] {0646fd00-4ce7-4b83-8158-9162d85b330d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2730 | 2024.11.19 01:34:20.122290 [ 257 ] {0646fd00-4ce7-4b83-8158-9162d85b330d} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2731 | 2024.11.19 01:34:20.122331 [ 257 ] {0646fd00-4ce7-4b83-8158-9162d85b330d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2732 | 2024.11.19 01:34:20.122753 [ 257 ] {0646fd00-4ce7-4b83-8158-9162d85b330d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2733 | 2024.11.19 01:34:20.123011 [ 257 ] {0646fd00-4ce7-4b83-8158-9162d85b330d} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2734 | 2024.11.19 01:34:20.123278 [ 257 ] {0646fd00-4ce7-4b83-8158-9162d85b330d} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001818 sec., 31353.135313531355 rows/sec., 2.41 MiB/sec. | ||
| 2735 | 2024.11.19 01:34:20.123374 [ 257 ] {0646fd00-4ce7-4b83-8158-9162d85b330d} <Debug> TCPHandler: Processed in 0.002314692 sec. | ||
| 2736 | 2024.11.19 01:34:20.123601 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2737 | 2024.11.19 01:34:20.123747 [ 260 ] {7509059a-8ca5-453a-b22f-94fa4e5c5919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2738 | 2024.11.19 01:34:20.123809 [ 260 ] {7509059a-8ca5-453a-b22f-94fa4e5c5919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2739 | 2024.11.19 01:34:20.124481 [ 260 ] {7509059a-8ca5-453a-b22f-94fa4e5c5919} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2740 | 2024.11.19 01:34:20.124524 [ 260 ] {7509059a-8ca5-453a-b22f-94fa4e5c5919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2741 | 2024.11.19 01:34:20.124895 [ 260 ] {7509059a-8ca5-453a-b22f-94fa4e5c5919} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2742 | 2024.11.19 01:34:20.125152 [ 260 ] {7509059a-8ca5-453a-b22f-94fa4e5c5919} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2743 | 2024.11.19 01:34:20.125326 [ 72 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2744 | 2024.11.19 01:34:20.125399 [ 260 ] {7509059a-8ca5-453a-b22f-94fa4e5c5919} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001682 sec., 1189.0606420927468 rows/sec., 83.03 KiB/sec. | ||
| 2745 | 2024.11.19 01:34:20.125413 [ 72 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2746 | 2024.11.19 01:34:20.125490 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2747 | 2024.11.19 01:34:20.125530 [ 260 ] {7509059a-8ca5-453a-b22f-94fa4e5c5919} <Debug> TCPHandler: Processed in 0.002035597 sec. | ||
| 2748 | 2024.11.19 01:34:20.125847 [ 187 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2749 | 2024.11.19 01:34:20.125907 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2750 | 2024.11.19 01:34:20.126195 [ 187 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2751 | 2024.11.19 01:34:20.126232 [ 257 ] {2494843e-c266-413d-b57c-fec557036fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2752 | 2024.11.19 01:34:20.126257 [ 187 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 29 rows starting from the beginning of the part | ||
| 2753 | 2024.11.19 01:34:20.126328 [ 257 ] {2494843e-c266-413d-b57c-fec557036fec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2754 | 2024.11.19 01:34:20.126551 [ 187 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part | ||
| 2755 | 2024.11.19 01:34:20.126954 [ 187 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 47 rows starting from the beginning of the part | ||
| 2756 | 2024.11.19 01:34:20.127372 [ 187 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 2757 | 2024.11.19 01:34:20.127724 [ 187 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 47 rows starting from the beginning of the part | ||
| 2758 | 2024.11.19 01:34:20.128154 [ 187 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 2759 | 2024.11.19 01:34:20.129354 [ 257 ] {2494843e-c266-413d-b57c-fec557036fec} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2760 | 2024.11.19 01:34:20.129409 [ 257 ] {2494843e-c266-413d-b57c-fec557036fec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2761 | 2024.11.19 01:34:20.130420 [ 257 ] {2494843e-c266-413d-b57c-fec557036fec} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2762 | 2024.11.19 01:34:20.130853 [ 198 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 149 rows, containing 5 columns (5 merged, 0 gathered) in 0.005229574 sec., 28491.80449497416 rows/sec., 2.15 MiB/sec. | ||
| 2763 | 2024.11.19 01:34:20.130930 [ 257 ] {2494843e-c266-413d-b57c-fec557036fec} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2764 | 2024.11.19 01:34:20.131151 [ 198 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2765 | 2024.11.19 01:34:20.131525 [ 257 ] {2494843e-c266-413d-b57c-fec557036fec} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005341 sec., 12357.23647257068 rows/sec., 988.26 KiB/sec. | ||
| 2766 | 2024.11.19 01:34:20.131832 [ 257 ] {2494843e-c266-413d-b57c-fec557036fec} <Debug> TCPHandler: Processed in 0.0061633 sec. | ||
| 2767 | 2024.11.19 01:34:20.132055 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2768 | 2024.11.19 01:34:20.132085 [ 198 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_11_2} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2769 | 2024.11.19 01:34:20.132255 [ 198 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_11_2} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2770 | 2024.11.19 01:34:20.132286 [ 260 ] {f0403734-a566-4055-9059-06abf1037526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2771 | 2024.11.19 01:34:20.132419 [ 260 ] {f0403734-a566-4055-9059-06abf1037526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2772 | 2024.11.19 01:34:20.132420 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2773 | 2024.11.19 01:34:20.133054 [ 260 ] {f0403734-a566-4055-9059-06abf1037526} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2774 | 2024.11.19 01:34:20.133099 [ 260 ] {f0403734-a566-4055-9059-06abf1037526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2775 | 2024.11.19 01:34:20.133512 [ 260 ] {f0403734-a566-4055-9059-06abf1037526} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2776 | 2024.11.19 01:34:20.133772 [ 260 ] {f0403734-a566-4055-9059-06abf1037526} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2777 | 2024.11.19 01:34:20.134010 [ 260 ] {f0403734-a566-4055-9059-06abf1037526} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001782 sec., 90347.92368125702 rows/sec., 6.29 MiB/sec. | ||
| 2778 | 2024.11.19 01:34:20.134221 [ 260 ] {f0403734-a566-4055-9059-06abf1037526} <Debug> TCPHandler: Processed in 0.002264441 sec. | ||
| 2779 | 2024.11.19 01:34:20.134414 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2780 | 2024.11.19 01:34:20.134636 [ 257 ] {9f7f5044-5d43-447f-8687-b291ca1c3608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2781 | 2024.11.19 01:34:20.134729 [ 257 ] {9f7f5044-5d43-447f-8687-b291ca1c3608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2782 | 2024.11.19 01:34:20.135520 [ 257 ] {9f7f5044-5d43-447f-8687-b291ca1c3608} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2783 | 2024.11.19 01:34:20.135559 [ 257 ] {9f7f5044-5d43-447f-8687-b291ca1c3608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2784 | 2024.11.19 01:34:20.135934 [ 257 ] {9f7f5044-5d43-447f-8687-b291ca1c3608} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2785 | 2024.11.19 01:34:20.136188 [ 257 ] {9f7f5044-5d43-447f-8687-b291ca1c3608} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2786 | 2024.11.19 01:34:20.136400 [ 257 ] {9f7f5044-5d43-447f-8687-b291ca1c3608} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001819 sec., 32985.15667949423 rows/sec., 2.22 MiB/sec. | ||
| 2787 | 2024.11.19 01:34:20.136447 [ 257 ] {9f7f5044-5d43-447f-8687-b291ca1c3608} <Debug> TCPHandler: Processed in 0.002119338 sec. | ||
| 2788 | 2024.11.19 01:34:25.117830 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2789 | 2024.11.19 01:34:25.118049 [ 260 ] {49b9a983-22e1-4385-b6bf-dd0d41e96fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2790 | 2024.11.19 01:34:25.118130 [ 260 ] {49b9a983-22e1-4385-b6bf-dd0d41e96fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2791 | 2024.11.19 01:34:25.118991 [ 260 ] {49b9a983-22e1-4385-b6bf-dd0d41e96fcd} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2792 | 2024.11.19 01:34:25.119064 [ 260 ] {49b9a983-22e1-4385-b6bf-dd0d41e96fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2793 | 2024.11.19 01:34:25.119515 [ 260 ] {49b9a983-22e1-4385-b6bf-dd0d41e96fcd} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2794 | 2024.11.19 01:34:25.119810 [ 260 ] {49b9a983-22e1-4385-b6bf-dd0d41e96fcd} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2795 | 2024.11.19 01:34:25.119998 [ 24 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2796 | 2024.11.19 01:34:25.120079 [ 24 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2797 | 2024.11.19 01:34:25.120083 [ 260 ] {49b9a983-22e1-4385-b6bf-dd0d41e96fcd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002081 sec., 26910.13935607881 rows/sec., 2.07 MiB/sec. | ||
| 2798 | 2024.11.19 01:34:25.120115 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2799 | 2024.11.19 01:34:25.120262 [ 260 ] {49b9a983-22e1-4385-b6bf-dd0d41e96fcd} <Debug> TCPHandler: Processed in 0.002572226 sec. | ||
| 2800 | 2024.11.19 01:34:25.120316 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::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 | ||
| 2801 | 2024.11.19 01:34:25.120450 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2802 | 2024.11.19 01:34:25.120483 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1426 rows starting from the beginning of the part | ||
| 2803 | 2024.11.19 01:34:25.120592 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2804 | 2024.11.19 01:34:25.120611 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 57 rows starting from the beginning of the part | ||
| 2805 | 2024.11.19 01:34:25.120874 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 2806 | 2024.11.19 01:34:25.121166 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 283 rows starting from the beginning of the part | ||
| 2807 | 2024.11.19 01:34:25.121263 [ 257 ] {9f6d9564-6fe6-4303-a7ed-d2e44b63b70e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2808 | 2024.11.19 01:34:25.121466 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 57 rows starting from the beginning of the part | ||
| 2809 | 2024.11.19 01:34:25.121523 [ 257 ] {9f6d9564-6fe6-4303-a7ed-d2e44b63b70e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2810 | 2024.11.19 01:34:25.121729 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part | ||
| 2811 | 2024.11.19 01:34:25.124088 [ 257 ] {9f6d9564-6fe6-4303-a7ed-d2e44b63b70e} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2812 | 2024.11.19 01:34:25.124169 [ 257 ] {9f6d9564-6fe6-4303-a7ed-d2e44b63b70e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2813 | 2024.11.19 01:34:25.125075 [ 257 ] {9f6d9564-6fe6-4303-a7ed-d2e44b63b70e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2814 | 2024.11.19 01:34:25.125438 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1935 rows, containing 5 columns (5 merged, 0 gathered) in 0.005193863 sec., 372555.0712446593 rows/sec., 32.58 MiB/sec. | ||
| 2815 | 2024.11.19 01:34:25.125569 [ 257 ] {9f6d9564-6fe6-4303-a7ed-d2e44b63b70e} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2816 | 2024.11.19 01:34:25.125797 [ 24 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2817 | 2024.11.19 01:34:25.125886 [ 24 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2818 | 2024.11.19 01:34:25.125944 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2819 | 2024.11.19 01:34:25.125972 [ 257 ] {9f6d9564-6fe6-4303-a7ed-d2e44b63b70e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005097 sec., 12556.405728860114 rows/sec., 1003.58 KiB/sec. | ||
| 2820 | 2024.11.19 01:34:25.125992 [ 194 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2821 | 2024.11.19 01:34:25.126377 [ 257 ] {9f6d9564-6fe6-4303-a7ed-d2e44b63b70e} <Debug> TCPHandler: Processed in 0.005971697 sec. | ||
| 2822 | 2024.11.19 01:34:25.126390 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::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 | ||
| 2823 | 2024.11.19 01:34:25.126651 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2824 | 2024.11.19 01:34:25.126739 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2825 | 2024.11.19 01:34:25.126806 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 900 rows starting from the beginning of the part | ||
| 2826 | 2024.11.19 01:34:25.126964 [ 194 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_21_4} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2827 | 2024.11.19 01:34:25.127134 [ 260 ] {f97e996d-87a5-44a1-be50-2fa0a0d10320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2828 | 2024.11.19 01:34:25.127211 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 66 rows starting from the beginning of the part | ||
| 2829 | 2024.11.19 01:34:25.127450 [ 260 ] {f97e996d-87a5-44a1-be50-2fa0a0d10320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2830 | 2024.11.19 01:34:25.127519 [ 194 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_21_4} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2831 | 2024.11.19 01:34:25.127718 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 2832 | 2024.11.19 01:34:25.127992 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 2833 | 2024.11.19 01:34:25.128243 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 422 rows starting from the beginning of the part | ||
| 2834 | 2024.11.19 01:34:25.128611 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 66 rows starting from the beginning of the part | ||
| 2835 | 2024.11.19 01:34:25.128937 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part | ||
| 2836 | 2024.11.19 01:34:25.130464 [ 260 ] {f97e996d-87a5-44a1-be50-2fa0a0d10320} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2837 | 2024.11.19 01:34:25.130549 [ 260 ] {f97e996d-87a5-44a1-be50-2fa0a0d10320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2838 | 2024.11.19 01:34:25.131597 [ 260 ] {f97e996d-87a5-44a1-be50-2fa0a0d10320} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2839 | 2024.11.19 01:34:25.132068 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1582 rows, containing 5 columns (5 merged, 0 gathered) in 0.006014368 sec., 263036.78125448927 rows/sec., 20.26 MiB/sec. | ||
| 2840 | 2024.11.19 01:34:25.132082 [ 260 ] {f97e996d-87a5-44a1-be50-2fa0a0d10320} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2841 | 2024.11.19 01:34:25.132340 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2842 | 2024.11.19 01:34:25.132431 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2843 | 2024.11.19 01:34:25.132422 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2844 | 2024.11.19 01:34:25.132488 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2845 | 2024.11.19 01:34:25.132550 [ 260 ] {f97e996d-87a5-44a1-be50-2fa0a0d10320} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005645 sec., 28343.666961913197 rows/sec., 1.97 MiB/sec. | ||
| 2846 | 2024.11.19 01:34:25.133066 [ 260 ] {f97e996d-87a5-44a1-be50-2fa0a0d10320} <Debug> TCPHandler: Processed in 0.006548997 sec. | ||
| 2847 | 2024.11.19 01:34:25.133145 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 2848 | 2024.11.19 01:34:25.133752 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2849 | 2024.11.19 01:34:25.133763 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2850 | 2024.11.19 01:34:25.133848 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3952 rows starting from the beginning of the part | ||
| 2851 | 2024.11.19 01:34:25.133861 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_21_4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2852 | 2024.11.19 01:34:25.134181 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 129 rows starting from the beginning of the part | ||
| 2853 | 2024.11.19 01:34:25.134195 [ 257 ] {8a004394-9a72-4960-9e63-3bf358cba9d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2854 | 2024.11.19 01:34:25.134512 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 2855 | 2024.11.19 01:34:25.134629 [ 257 ] {8a004394-9a72-4960-9e63-3bf358cba9d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2856 | 2024.11.19 01:34:25.134859 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
| 2857 | 2024.11.19 01:34:25.134678 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_21_4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2858 | 2024.11.19 01:34:25.135182 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 161 rows starting from the beginning of the part | ||
| 2859 | 2024.11.19 01:34:25.135486 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 2860 | 2024.11.19 01:34:25.136212 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 2861 | 2024.11.19 01:34:25.137016 [ 257 ] {8a004394-9a72-4960-9e63-3bf358cba9d3} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2862 | 2024.11.19 01:34:25.137070 [ 257 ] {8a004394-9a72-4960-9e63-3bf358cba9d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2863 | 2024.11.19 01:34:25.137914 [ 257 ] {8a004394-9a72-4960-9e63-3bf358cba9d3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2864 | 2024.11.19 01:34:25.138423 [ 257 ] {8a004394-9a72-4960-9e63-3bf358cba9d3} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2865 | 2024.11.19 01:34:25.138618 [ 24 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2866 | 2024.11.19 01:34:25.138736 [ 24 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2867 | 2024.11.19 01:34:25.138766 [ 257 ] {8a004394-9a72-4960-9e63-3bf358cba9d3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004801 sec., 12497.396375755052 rows/sec., 862.45 KiB/sec. | ||
| 2868 | 2024.11.19 01:34:25.138776 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2869 | 2024.11.19 01:34:25.139229 [ 257 ] {8a004394-9a72-4960-9e63-3bf358cba9d3} <Debug> TCPHandler: Processed in 0.005873335 sec. | ||
| 2870 | 2024.11.19 01:34:25.139519 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::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 | ||
| 2871 | 2024.11.19 01:34:25.139908 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2872 | 2024.11.19 01:34:25.139928 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4799 rows, containing 5 columns (5 merged, 0 gathered) in 0.007261929 sec., 660843.6959380902 rows/sec., 44.92 MiB/sec. | ||
| 2873 | 2024.11.19 01:34:25.139947 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 748 rows starting from the beginning of the part | ||
| 2874 | 2024.11.19 01:34:25.140047 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part | ||
| 2875 | 2024.11.19 01:34:25.140128 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 2876 | 2024.11.19 01:34:25.140361 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 2877 | 2024.11.19 01:34:25.140656 [ 190 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2878 | 2024.11.19 01:34:25.140667 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 2879 | 2024.11.19 01:34:25.140994 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 2880 | 2024.11.19 01:34:25.141491 [ 190 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2881 | 2024.11.19 01:34:25.141662 [ 190 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2882 | 2024.11.19 01:34:25.141839 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 2883 | 2024.11.19 01:34:25.143070 [ 190 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1058 rows, containing 4 columns (4 merged, 0 gathered) in 0.003822079 sec., 276812.69801069 rows/sec., 18.43 MiB/sec. | ||
| 2884 | 2024.11.19 01:34:25.143302 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2885 | 2024.11.19 01:34:25.143595 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_21_4} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2886 | 2024.11.19 01:34:25.143674 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_21_4} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2887 | 2024.11.19 01:34:25.143754 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2888 | 2024.11.19 01:34:27.313616 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41025, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2889 | 2024.11.19 01:34:27.402067 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2890 | 2024.11.19 01:34:27.595531 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50091, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2891 | 2024.11.19 01:34:27.603979 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53541, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2892 | 2024.11.19 01:34:27.704374 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42992, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2893 | 2024.11.19 01:34:27.722698 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44728, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2894 | 2024.11.19 01:34:27.736728 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38125, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2895 | 2024.11.19 01:34:27.787996 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41644, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2896 | 2024.11.19 01:34:27.794215 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40465, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2897 | 2024.11.19 01:34:27.797449 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45320, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2898 | 2024.11.19 01:34:27.838054 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34163, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2899 | 2024.11.19 01:34:27.899427 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34224, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2900 | 2024.11.19 01:34:27.929154 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2901 | 2024.11.19 01:34:27.973559 [ 151 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2902 | 2024.11.19 01:34:27.973621 [ 151 ] {} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2903 | 2024.11.19 01:34:27.973643 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2904 | 2024.11.19 01:34:27.973845 [ 201 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 2905 | 2024.11.19 01:34:27.974041 [ 201 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2906 | 2024.11.19 01:34:27.974084 [ 201 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 228 rows starting from the beginning of the part | ||
| 2907 | 2024.11.19 01:34:27.974178 [ 201 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 2908 | 2024.11.19 01:34:27.974370 [ 201 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 2909 | 2024.11.19 01:34:27.974641 [ 201 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 2910 | 2024.11.19 01:34:27.974905 [ 201 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 2911 | 2024.11.19 01:34:27.976004 [ 187 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 5 columns (5 merged, 0 gathered) in 0.00227969 sec., 124578.34179208576 rows/sec., 8.93 MiB/sec. | ||
| 2912 | 2024.11.19 01:34:27.976203 [ 188 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2913 | 2024.11.19 01:34:27.976543 [ 188 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_5_1} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2914 | 2024.11.19 01:34:27.976633 [ 188 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_5_1} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2915 | 2024.11.19 01:34:27.976736 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2916 | 2024.11.19 01:34:28.009551 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44908, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2917 | 2024.11.19 01:34:28.057960 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63552, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2918 | 2024.11.19 01:34:28.211208 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44665, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2919 | 2024.11.19 01:34:28.712038 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2920 | 2024.11.19 01:34:28.712128 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2921 | 2024.11.19 01:34:28.824549 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 440 | ||
| 2922 | 2024.11.19 01:34:28.827387 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2923 | 2024.11.19 01:34:28.827442 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2924 | 2024.11.19 01:34:28.828842 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2925 | 2024.11.19 01:34:28.829155 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2926 | 2024.11.19 01:34:28.829408 [ 121 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2927 | 2024.11.19 01:34:28.829566 [ 121 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2928 | 2024.11.19 01:34:28.829667 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2929 | 2024.11.19 01:34:28.830161 [ 188 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 2930 | 2024.11.19 01:34:28.830706 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 440 | ||
| 2931 | 2024.11.19 01:34:28.831212 [ 188 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2932 | 2024.11.19 01:34:28.831384 [ 188 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 298 rows starting from the beginning of the part | ||
| 2933 | 2024.11.19 01:34:28.832084 [ 188 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
| 2934 | 2024.11.19 01:34:28.832777 [ 188 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
| 2935 | 2024.11.19 01:34:28.833332 [ 188 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part | ||
| 2936 | 2024.11.19 01:34:28.833862 [ 188 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
| 2937 | 2024.11.19 01:34:28.834448 [ 188 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 2938 | 2024.11.19 01:34:28.842330 [ 187 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 440 rows, containing 72 columns (72 merged, 0 gathered) in 0.012449193 sec., 35343.656412106386 rows/sec., 33.44 MiB/sec. | ||
| 2939 | 2024.11.19 01:34:28.843181 [ 196 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2940 | 2024.11.19 01:34:28.843876 [ 196 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_11_2} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2941 | 2024.11.19 01:34:28.843967 [ 196 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_11_2} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2942 | 2024.11.19 01:34:28.844160 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. | ||
| 2943 | 2024.11.19 01:34:29.001586 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001033859 sec. | ||
| 2944 | 2024.11.19 01:34:30.125155 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2945 | 2024.11.19 01:34:30.125460 [ 260 ] {7e4a80c8-293e-4db7-9d2a-eb5a8d16fe5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2946 | 2024.11.19 01:34:30.125576 [ 260 ] {7e4a80c8-293e-4db7-9d2a-eb5a8d16fe5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2947 | 2024.11.19 01:34:30.126454 [ 260 ] {7e4a80c8-293e-4db7-9d2a-eb5a8d16fe5e} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2948 | 2024.11.19 01:34:30.126498 [ 260 ] {7e4a80c8-293e-4db7-9d2a-eb5a8d16fe5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2949 | 2024.11.19 01:34:30.126931 [ 260 ] {7e4a80c8-293e-4db7-9d2a-eb5a8d16fe5e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2950 | 2024.11.19 01:34:30.127215 [ 260 ] {7e4a80c8-293e-4db7-9d2a-eb5a8d16fe5e} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2951 | 2024.11.19 01:34:30.127359 [ 103 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2952 | 2024.11.19 01:34:30.127406 [ 103 ] {} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2953 | 2024.11.19 01:34:30.127421 [ 260 ] {7e4a80c8-293e-4db7-9d2a-eb5a8d16fe5e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002046 sec., 6842.619745845552 rows/sec., 492.58 KiB/sec. | ||
| 2954 | 2024.11.19 01:34:30.127432 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2955 | 2024.11.19 01:34:30.127590 [ 260 ] {7e4a80c8-293e-4db7-9d2a-eb5a8d16fe5e} <Debug> TCPHandler: Processed in 0.002617076 sec. | ||
| 2956 | 2024.11.19 01:34:30.128038 [ 197 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 2957 | 2024.11.19 01:34:30.128067 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2958 | 2024.11.19 01:34:30.128207 [ 197 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2959 | 2024.11.19 01:34:30.128247 [ 197 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 2960 | 2024.11.19 01:34:30.128282 [ 257 ] {5e5a7e77-d8f0-47e3-b898-32e530e6e5cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2961 | 2024.11.19 01:34:30.128385 [ 257 ] {5e5a7e77-d8f0-47e3-b898-32e530e6e5cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2962 | 2024.11.19 01:34:30.128414 [ 197 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 2963 | 2024.11.19 01:34:30.128849 [ 197 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 2964 | 2024.11.19 01:34:30.129162 [ 197 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 2965 | 2024.11.19 01:34:30.129506 [ 197 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 2966 | 2024.11.19 01:34:30.130893 [ 257 ] {5e5a7e77-d8f0-47e3-b898-32e530e6e5cb} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2967 | 2024.11.19 01:34:30.130946 [ 257 ] {5e5a7e77-d8f0-47e3-b898-32e530e6e5cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2968 | 2024.11.19 01:34:30.131255 [ 187 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003691396 sec., 18963.01561793966 rows/sec., 1.41 MiB/sec. | ||
| 2969 | 2024.11.19 01:34:30.131483 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2970 | 2024.11.19 01:34:30.131749 [ 257 ] {5e5a7e77-d8f0-47e3-b898-32e530e6e5cb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 2971 | 2024.11.19 01:34:30.132030 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_5_1} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2972 | 2024.11.19 01:34:30.132189 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_5_1} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2973 | 2024.11.19 01:34:30.132202 [ 257 ] {5e5a7e77-d8f0-47e3-b898-32e530e6e5cb} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2974 | 2024.11.19 01:34:30.132352 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2975 | 2024.11.19 01:34:30.132597 [ 257 ] {5e5a7e77-d8f0-47e3-b898-32e530e6e5cb} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.004375 sec., 65142.85714285714 rows/sec., 5.76 MiB/sec. | ||
| 2976 | 2024.11.19 01:34:30.132814 [ 257 ] {5e5a7e77-d8f0-47e3-b898-32e530e6e5cb} <Debug> TCPHandler: Processed in 0.005070001 sec. | ||
| 2977 | 2024.11.19 01:34:30.133010 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2978 | 2024.11.19 01:34:30.133159 [ 260 ] {ada275f7-6204-4527-b5a2-af6a2c9d9184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2979 | 2024.11.19 01:34:30.133223 [ 260 ] {ada275f7-6204-4527-b5a2-af6a2c9d9184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2980 | 2024.11.19 01:34:30.133922 [ 260 ] {ada275f7-6204-4527-b5a2-af6a2c9d9184} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2981 | 2024.11.19 01:34:30.133961 [ 260 ] {ada275f7-6204-4527-b5a2-af6a2c9d9184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2982 | 2024.11.19 01:34:30.134323 [ 260 ] {ada275f7-6204-4527-b5a2-af6a2c9d9184} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2983 | 2024.11.19 01:34:30.134568 [ 260 ] {ada275f7-6204-4527-b5a2-af6a2c9d9184} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2984 | 2024.11.19 01:34:30.134869 [ 260 ] {ada275f7-6204-4527-b5a2-af6a2c9d9184} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001718 sec., 27939.464493597206 rows/sec., 2.01 MiB/sec. | ||
| 2985 | 2024.11.19 01:34:30.135196 [ 260 ] {ada275f7-6204-4527-b5a2-af6a2c9d9184} <Debug> TCPHandler: Processed in 0.002252851 sec. | ||
| 2986 | 2024.11.19 01:34:30.135491 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2987 | 2024.11.19 01:34:30.135725 [ 257 ] {b7c8a2ec-8b19-4cba-a7c6-851be12a05f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2988 | 2024.11.19 01:34:30.135815 [ 257 ] {b7c8a2ec-8b19-4cba-a7c6-851be12a05f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2989 | 2024.11.19 01:34:30.136426 [ 257 ] {b7c8a2ec-8b19-4cba-a7c6-851be12a05f9} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2990 | 2024.11.19 01:34:30.136464 [ 257 ] {b7c8a2ec-8b19-4cba-a7c6-851be12a05f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 2991 | 2024.11.19 01:34:30.136810 [ 257 ] {b7c8a2ec-8b19-4cba-a7c6-851be12a05f9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2992 | 2024.11.19 01:34:30.137052 [ 257 ] {b7c8a2ec-8b19-4cba-a7c6-851be12a05f9} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2993 | 2024.11.19 01:34:30.137341 [ 257 ] {b7c8a2ec-8b19-4cba-a7c6-851be12a05f9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001655 sec., 8459.214501510574 rows/sec., 592.43 KiB/sec. | ||
| 2994 | 2024.11.19 01:34:30.137474 [ 257 ] {b7c8a2ec-8b19-4cba-a7c6-851be12a05f9} <Debug> TCPHandler: Processed in 0.002157019 sec. | ||
| 2995 | 2024.11.19 01:34:30.137621 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2996 | 2024.11.19 01:34:30.137758 [ 260 ] {e7b68326-1538-4779-8ac2-65dd21177e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2997 | 2024.11.19 01:34:30.137817 [ 260 ] {e7b68326-1538-4779-8ac2-65dd21177e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2998 | 2024.11.19 01:34:30.138483 [ 260 ] {e7b68326-1538-4779-8ac2-65dd21177e2d} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2999 | 2024.11.19 01:34:30.138530 [ 260 ] {e7b68326-1538-4779-8ac2-65dd21177e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3000 | 2024.11.19 01:34:30.138940 [ 260 ] {e7b68326-1538-4779-8ac2-65dd21177e2d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3001 | 2024.11.19 01:34:30.139189 [ 260 ] {e7b68326-1538-4779-8ac2-65dd21177e2d} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3002 | 2024.11.19 01:34:30.139312 [ 103 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3003 | 2024.11.19 01:34:30.139353 [ 103 ] {} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3004 | 2024.11.19 01:34:30.139380 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3005 | 2024.11.19 01:34:30.139383 [ 260 ] {e7b68326-1538-4779-8ac2-65dd21177e2d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001651 sec., 7874.0157480314965 rows/sec., 490.94 KiB/sec. | ||
| 3006 | 2024.11.19 01:34:30.139759 [ 260 ] {e7b68326-1538-4779-8ac2-65dd21177e2d} <Debug> TCPHandler: Processed in 0.002200939 sec. | ||
| 3007 | 2024.11.19 01:34:30.139770 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 3008 | 2024.11.19 01:34:30.139973 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3009 | 2024.11.19 01:34:30.139989 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3010 | 2024.11.19 01:34:30.140022 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 3011 | 2024.11.19 01:34:30.140217 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 3012 | 2024.11.19 01:34:30.140240 [ 257 ] {650e5fb4-927f-429c-b71e-2cb200627d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3013 | 2024.11.19 01:34:30.140451 [ 257 ] {650e5fb4-927f-429c-b71e-2cb200627d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3014 | 2024.11.19 01:34:30.140634 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 3015 | 2024.11.19 01:34:30.141208 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 3016 | 2024.11.19 01:34:30.141547 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 3017 | 2024.11.19 01:34:30.142923 [ 257 ] {650e5fb4-927f-429c-b71e-2cb200627d7f} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3018 | 2024.11.19 01:34:30.142968 [ 257 ] {650e5fb4-927f-429c-b71e-2cb200627d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3019 | 2024.11.19 01:34:30.143250 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003771498 sec., 17234.531212796614 rows/sec., 1.12 MiB/sec. | ||
| 3020 | 2024.11.19 01:34:30.143524 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3021 | 2024.11.19 01:34:30.143582 [ 257 ] {650e5fb4-927f-429c-b71e-2cb200627d7f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3022 | 2024.11.19 01:34:30.144035 [ 257 ] {650e5fb4-927f-429c-b71e-2cb200627d7f} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3023 | 2024.11.19 01:34:30.144137 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_5_1} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3024 | 2024.11.19 01:34:30.144471 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_5_1} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3025 | 2024.11.19 01:34:30.144832 [ 257 ] {650e5fb4-927f-429c-b71e-2cb200627d7f} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004678 sec., 90423.2578024797 rows/sec., 6.46 MiB/sec. | ||
| 3026 | 2024.11.19 01:34:30.144989 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3027 | 2024.11.19 01:34:30.145332 [ 257 ] {650e5fb4-927f-429c-b71e-2cb200627d7f} <Debug> TCPHandler: Processed in 0.005459688 sec. | ||
| 3028 | 2024.11.19 01:34:30.145516 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3029 | 2024.11.19 01:34:30.145654 [ 260 ] {0315ed99-1675-40e0-8eb0-4fecae7eb5ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3030 | 2024.11.19 01:34:30.145714 [ 260 ] {0315ed99-1675-40e0-8eb0-4fecae7eb5ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3031 | 2024.11.19 01:34:30.146223 [ 260 ] {0315ed99-1675-40e0-8eb0-4fecae7eb5ac} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3032 | 2024.11.19 01:34:30.146262 [ 260 ] {0315ed99-1675-40e0-8eb0-4fecae7eb5ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3033 | 2024.11.19 01:34:30.146630 [ 260 ] {0315ed99-1675-40e0-8eb0-4fecae7eb5ac} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3034 | 2024.11.19 01:34:30.146892 [ 260 ] {0315ed99-1675-40e0-8eb0-4fecae7eb5ac} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3035 | 2024.11.19 01:34:30.147098 [ 260 ] {0315ed99-1675-40e0-8eb0-4fecae7eb5ac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001468 sec., 4087.1934604904636 rows/sec., 213.54 KiB/sec. | ||
| 3036 | 2024.11.19 01:34:30.147157 [ 260 ] {0315ed99-1675-40e0-8eb0-4fecae7eb5ac} <Debug> TCPHandler: Processed in 0.001716581 sec. | ||
| 3037 | 2024.11.19 01:34:30.147360 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3038 | 2024.11.19 01:34:30.147580 [ 257 ] {18bf9e91-42f6-474d-9a3c-e19fbece5493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3039 | 2024.11.19 01:34:30.147676 [ 257 ] {18bf9e91-42f6-474d-9a3c-e19fbece5493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3040 | 2024.11.19 01:34:30.148348 [ 257 ] {18bf9e91-42f6-474d-9a3c-e19fbece5493} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3041 | 2024.11.19 01:34:30.148387 [ 257 ] {18bf9e91-42f6-474d-9a3c-e19fbece5493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3042 | 2024.11.19 01:34:30.148779 [ 257 ] {18bf9e91-42f6-474d-9a3c-e19fbece5493} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3043 | 2024.11.19 01:34:30.149014 [ 257 ] {18bf9e91-42f6-474d-9a3c-e19fbece5493} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3044 | 2024.11.19 01:34:30.149199 [ 257 ] {18bf9e91-42f6-474d-9a3c-e19fbece5493} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001672 sec., 141746.41148325359 rows/sec., 9.50 MiB/sec. | ||
| 3045 | 2024.11.19 01:34:30.149408 [ 257 ] {18bf9e91-42f6-474d-9a3c-e19fbece5493} <Debug> TCPHandler: Processed in 0.002155479 sec. | ||
| 3046 | 2024.11.19 01:34:30.149585 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3047 | 2024.11.19 01:34:30.149722 [ 260 ] {429c7cc0-8b76-458e-ba23-bf786cfed689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3048 | 2024.11.19 01:34:30.149784 [ 260 ] {429c7cc0-8b76-458e-ba23-bf786cfed689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3049 | 2024.11.19 01:34:30.150261 [ 260 ] {429c7cc0-8b76-458e-ba23-bf786cfed689} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3050 | 2024.11.19 01:34:30.150301 [ 260 ] {429c7cc0-8b76-458e-ba23-bf786cfed689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3051 | 2024.11.19 01:34:30.150661 [ 260 ] {429c7cc0-8b76-458e-ba23-bf786cfed689} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3052 | 2024.11.19 01:34:30.150904 [ 260 ] {429c7cc0-8b76-458e-ba23-bf786cfed689} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3053 | 2024.11.19 01:34:30.151095 [ 125 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3054 | 2024.11.19 01:34:30.151165 [ 260 ] {429c7cc0-8b76-458e-ba23-bf786cfed689} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001468 sec., 681.1989100817439 rows/sec., 45.90 KiB/sec. | ||
| 3055 | 2024.11.19 01:34:30.151187 [ 125 ] {} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3056 | 2024.11.19 01:34:30.151291 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3057 | 2024.11.19 01:34:30.151293 [ 260 ] {429c7cc0-8b76-458e-ba23-bf786cfed689} <Debug> TCPHandler: Processed in 0.001772141 sec. | ||
| 3058 | 2024.11.19 01:34:30.151722 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3059 | 2024.11.19 01:34:30.151886 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::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 | ||
| 3060 | 2024.11.19 01:34:30.151990 [ 257 ] {d4a4820a-fa1c-4475-bc93-2075057bcd9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3061 | 2024.11.19 01:34:30.152039 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3062 | 2024.11.19 01:34:30.152083 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 3063 | 2024.11.19 01:34:30.152092 [ 257 ] {d4a4820a-fa1c-4475-bc93-2075057bcd9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3064 | 2024.11.19 01:34:30.152324 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 3065 | 2024.11.19 01:34:30.152787 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 3066 | 2024.11.19 01:34:30.152999 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 3067 | 2024.11.19 01:34:30.153173 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 3068 | 2024.11.19 01:34:30.154932 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.003498492 sec., 1429.1872040867893 rows/sec., 96.30 KiB/sec. | ||
| 3069 | 2024.11.19 01:34:30.155066 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3070 | 2024.11.19 01:34:30.155427 [ 257 ] {d4a4820a-fa1c-4475-bc93-2075057bcd9a} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3071 | 2024.11.19 01:34:30.155461 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_5_1} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3072 | 2024.11.19 01:34:30.155468 [ 257 ] {d4a4820a-fa1c-4475-bc93-2075057bcd9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3073 | 2024.11.19 01:34:30.155562 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_5_1} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3074 | 2024.11.19 01:34:30.155657 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3075 | 2024.11.19 01:34:30.156195 [ 257 ] {d4a4820a-fa1c-4475-bc93-2075057bcd9a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3076 | 2024.11.19 01:34:30.156446 [ 257 ] {d4a4820a-fa1c-4475-bc93-2075057bcd9a} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3077 | 2024.11.19 01:34:30.156826 [ 257 ] {d4a4820a-fa1c-4475-bc93-2075057bcd9a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00483 sec., 8488.612836438922 rows/sec., 15.21 MiB/sec. | ||
| 3078 | 2024.11.19 01:34:30.157114 [ 257 ] {d4a4820a-fa1c-4475-bc93-2075057bcd9a} <Debug> TCPHandler: Processed in 0.005695922 sec. | ||
| 3079 | 2024.11.19 01:34:30.157274 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3080 | 2024.11.19 01:34:30.157414 [ 260 ] {a3a15993-e883-44f6-aae0-ff77d92e25bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3081 | 2024.11.19 01:34:30.157475 [ 260 ] {a3a15993-e883-44f6-aae0-ff77d92e25bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3082 | 2024.11.19 01:34:30.157981 [ 260 ] {a3a15993-e883-44f6-aae0-ff77d92e25bf} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3083 | 2024.11.19 01:34:30.158018 [ 260 ] {a3a15993-e883-44f6-aae0-ff77d92e25bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3084 | 2024.11.19 01:34:30.158374 [ 260 ] {a3a15993-e883-44f6-aae0-ff77d92e25bf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3085 | 2024.11.19 01:34:30.158668 [ 260 ] {a3a15993-e883-44f6-aae0-ff77d92e25bf} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3086 | 2024.11.19 01:34:30.158900 [ 260 ] {a3a15993-e883-44f6-aae0-ff77d92e25bf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001514 sec., 54161.16248348745 rows/sec., 3.44 MiB/sec. | ||
| 3087 | 2024.11.19 01:34:30.159111 [ 260 ] {a3a15993-e883-44f6-aae0-ff77d92e25bf} <Debug> TCPHandler: Processed in 0.001903134 sec. | ||
| 3088 | 2024.11.19 01:34:32.106194 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64304, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3089 | 2024.11.19 01:34:32.372646 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63114, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3090 | 2024.11.19 01:34:32.404011 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3091 | 2024.11.19 01:34:32.404035 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3092 | 2024.11.19 01:34:32.409967 [ 284 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 3093 | |||
| 3094 | (version 23.8.7.1) | ||
| 3095 | 2024.11.19 01:34:32.664007 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41118, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3096 | 2024.11.19 01:34:32.673286 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3097 | 2024.11.19 01:34:32.713520 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3098 | 2024.11.19 01:34:32.780975 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3099 | 2024.11.19 01:34:33.298417 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59398, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3100 | 2024.11.19 01:34:33.732666 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36921, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3101 | 2024.11.19 01:34:33.831205 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:32816, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3102 | 2024.11.19 01:34:33.916186 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39954, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3103 | 2024.11.19 01:34:33.962257 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36006, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3104 | 2024.11.19 01:34:33.992997 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36755, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3105 | 2024.11.19 01:34:33.996255 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3106 | 2024.11.19 01:34:34.040769 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3107 | 2024.11.19 01:34:35.115795 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3108 | 2024.11.19 01:34:35.115985 [ 260 ] {d19bc509-a7e2-4648-ba98-ee8240bab93d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3109 | 2024.11.19 01:34:35.116060 [ 260 ] {d19bc509-a7e2-4648-ba98-ee8240bab93d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3110 | 2024.11.19 01:34:35.116786 [ 260 ] {d19bc509-a7e2-4648-ba98-ee8240bab93d} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3111 | 2024.11.19 01:34:35.116836 [ 260 ] {d19bc509-a7e2-4648-ba98-ee8240bab93d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3112 | 2024.11.19 01:34:35.117249 [ 260 ] {d19bc509-a7e2-4648-ba98-ee8240bab93d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3113 | 2024.11.19 01:34:35.117503 [ 260 ] {d19bc509-a7e2-4648-ba98-ee8240bab93d} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3114 | 2024.11.19 01:34:35.117777 [ 260 ] {d19bc509-a7e2-4648-ba98-ee8240bab93d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001841 sec., 2172.7322107550244 rows/sec., 177.17 KiB/sec. | ||
| 3115 | 2024.11.19 01:34:35.117942 [ 260 ] {d19bc509-a7e2-4648-ba98-ee8240bab93d} <Debug> TCPHandler: Processed in 0.002276491 sec. | ||
| 3116 | 2024.11.19 01:34:35.118198 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3117 | 2024.11.19 01:34:35.118383 [ 257 ] {4ab004f9-575f-4961-8ddc-326fe30e405b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3118 | 2024.11.19 01:34:35.118454 [ 257 ] {4ab004f9-575f-4961-8ddc-326fe30e405b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3119 | 2024.11.19 01:34:35.119217 [ 257 ] {4ab004f9-575f-4961-8ddc-326fe30e405b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3120 | 2024.11.19 01:34:35.119262 [ 257 ] {4ab004f9-575f-4961-8ddc-326fe30e405b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3121 | 2024.11.19 01:34:35.119690 [ 257 ] {4ab004f9-575f-4961-8ddc-326fe30e405b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3122 | 2024.11.19 01:34:35.119942 [ 257 ] {4ab004f9-575f-4961-8ddc-326fe30e405b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3123 | 2024.11.19 01:34:35.120162 [ 257 ] {4ab004f9-575f-4961-8ddc-326fe30e405b} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001831 sec., 31676.679410158384 rows/sec., 2.43 MiB/sec. | ||
| 3124 | 2024.11.19 01:34:35.120217 [ 257 ] {4ab004f9-575f-4961-8ddc-326fe30e405b} <Debug> TCPHandler: Processed in 0.002148068 sec. | ||
| 3125 | 2024.11.19 01:34:35.120378 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3126 | 2024.11.19 01:34:35.120527 [ 260 ] {38ed1662-b236-4d63-81c0-66f7f94ba452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3127 | 2024.11.19 01:34:35.120589 [ 260 ] {38ed1662-b236-4d63-81c0-66f7f94ba452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3128 | 2024.11.19 01:34:35.121244 [ 260 ] {38ed1662-b236-4d63-81c0-66f7f94ba452} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3129 | 2024.11.19 01:34:35.121286 [ 260 ] {38ed1662-b236-4d63-81c0-66f7f94ba452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3130 | 2024.11.19 01:34:35.121650 [ 260 ] {38ed1662-b236-4d63-81c0-66f7f94ba452} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3131 | 2024.11.19 01:34:35.121897 [ 260 ] {38ed1662-b236-4d63-81c0-66f7f94ba452} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3132 | 2024.11.19 01:34:35.122196 [ 260 ] {38ed1662-b236-4d63-81c0-66f7f94ba452} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001681 sec., 2379.535990481856 rows/sec., 166.15 KiB/sec. | ||
| 3133 | 2024.11.19 01:34:35.122369 [ 260 ] {38ed1662-b236-4d63-81c0-66f7f94ba452} <Debug> TCPHandler: Processed in 0.002058357 sec. | ||
| 3134 | 2024.11.19 01:34:35.122546 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3135 | 2024.11.19 01:34:35.122685 [ 257 ] {3e3858b3-a7ed-4b68-ab20-eafe3ba342f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3136 | 2024.11.19 01:34:35.122742 [ 257 ] {3e3858b3-a7ed-4b68-ab20-eafe3ba342f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3137 | 2024.11.19 01:34:35.123400 [ 257 ] {3e3858b3-a7ed-4b68-ab20-eafe3ba342f1} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3138 | 2024.11.19 01:34:35.123439 [ 257 ] {3e3858b3-a7ed-4b68-ab20-eafe3ba342f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3139 | 2024.11.19 01:34:35.123807 [ 257 ] {3e3858b3-a7ed-4b68-ab20-eafe3ba342f1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3140 | 2024.11.19 01:34:35.124045 [ 257 ] {3e3858b3-a7ed-4b68-ab20-eafe3ba342f1} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3141 | 2024.11.19 01:34:35.124287 [ 257 ] {3e3858b3-a7ed-4b68-ab20-eafe3ba342f1} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001632 sec., 41666.666666666664 rows/sec., 3.26 MiB/sec. | ||
| 3142 | 2024.11.19 01:34:35.124498 [ 257 ] {3e3858b3-a7ed-4b68-ab20-eafe3ba342f1} <Debug> TCPHandler: Processed in 0.002017046 sec. | ||
| 3143 | 2024.11.19 01:34:35.124685 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3144 | 2024.11.19 01:34:35.124827 [ 260 ] {0b33df42-6a8a-4adc-a03c-69e022035400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3145 | 2024.11.19 01:34:35.124892 [ 260 ] {0b33df42-6a8a-4adc-a03c-69e022035400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3146 | 2024.11.19 01:34:35.125487 [ 260 ] {0b33df42-6a8a-4adc-a03c-69e022035400} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3147 | 2024.11.19 01:34:35.125526 [ 260 ] {0b33df42-6a8a-4adc-a03c-69e022035400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3148 | 2024.11.19 01:34:35.125926 [ 260 ] {0b33df42-6a8a-4adc-a03c-69e022035400} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3149 | 2024.11.19 01:34:35.126169 [ 260 ] {0b33df42-6a8a-4adc-a03c-69e022035400} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3150 | 2024.11.19 01:34:35.126377 [ 260 ] {0b33df42-6a8a-4adc-a03c-69e022035400} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001584 sec., 82070.70707070708 rows/sec., 5.71 MiB/sec. | ||
| 3151 | 2024.11.19 01:34:35.126428 [ 260 ] {0b33df42-6a8a-4adc-a03c-69e022035400} <Debug> TCPHandler: Processed in 0.001842643 sec. | ||
| 3152 | 2024.11.19 01:34:35.126591 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3153 | 2024.11.19 01:34:35.126729 [ 257 ] {724aba6a-ede1-4209-adaa-ad28f82cf4e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3154 | 2024.11.19 01:34:35.126789 [ 257 ] {724aba6a-ede1-4209-adaa-ad28f82cf4e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3155 | 2024.11.19 01:34:35.127331 [ 257 ] {724aba6a-ede1-4209-adaa-ad28f82cf4e1} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3156 | 2024.11.19 01:34:35.127370 [ 257 ] {724aba6a-ede1-4209-adaa-ad28f82cf4e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. | ||
| 3157 | 2024.11.19 01:34:35.127770 [ 257 ] {724aba6a-ede1-4209-adaa-ad28f82cf4e1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3158 | 2024.11.19 01:34:35.128002 [ 257 ] {724aba6a-ede1-4209-adaa-ad28f82cf4e1} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3159 | 2024.11.19 01:34:35.128227 [ 257 ] {724aba6a-ede1-4209-adaa-ad28f82cf4e1} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001527 sec., 31434.18467583497 rows/sec., 2.12 MiB/sec. | ||
| 3160 | 2024.11.19 01:34:35.128346 [ 257 ] {724aba6a-ede1-4209-adaa-ad28f82cf4e1} <Debug> TCPHandler: Processed in 0.001821492 sec. | ||
| 3161 | 2024.11.19 01:34:38.831063 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 474 | ||
| 3162 | 2024.11.19 01:34:38.833921 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3163 | 2024.11.19 01:34:38.833970 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3164 | 2024.11.19 01:34:38.835394 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3165 | 2024.11.19 01:34:38.835703 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3166 | 2024.11.19 01:34:38.836584 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 474 | ||
| 3167 | 2024.11.19 01:34:40.117931 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3168 | 2024.11.19 01:34:40.118142 [ 260 ] {9a127bbe-67b3-4752-b5de-a32fba3bdd3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3169 | 2024.11.19 01:34:40.118224 [ 260 ] {9a127bbe-67b3-4752-b5de-a32fba3bdd3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3170 | 2024.11.19 01:34:40.119007 [ 260 ] {9a127bbe-67b3-4752-b5de-a32fba3bdd3f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3171 | 2024.11.19 01:34:40.119058 [ 260 ] {9a127bbe-67b3-4752-b5de-a32fba3bdd3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3172 | 2024.11.19 01:34:40.119492 [ 260 ] {9a127bbe-67b3-4752-b5de-a32fba3bdd3f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3173 | 2024.11.19 01:34:40.119753 [ 260 ] {9a127bbe-67b3-4752-b5de-a32fba3bdd3f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3174 | 2024.11.19 01:34:40.119980 [ 260 ] {9a127bbe-67b3-4752-b5de-a32fba3bdd3f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.26 MiB/sec. | ||
| 3175 | 2024.11.19 01:34:40.120035 [ 260 ] {9a127bbe-67b3-4752-b5de-a32fba3bdd3f} <Debug> TCPHandler: Processed in 0.00224542 sec. | ||
| 3176 | 2024.11.19 01:34:40.120289 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3177 | 2024.11.19 01:34:40.120495 [ 257 ] {27e0471c-acf6-4e5a-b848-5860dd0bdead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3178 | 2024.11.19 01:34:40.120574 [ 257 ] {27e0471c-acf6-4e5a-b848-5860dd0bdead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3179 | 2024.11.19 01:34:40.121424 [ 257 ] {27e0471c-acf6-4e5a-b848-5860dd0bdead} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3180 | 2024.11.19 01:34:40.121471 [ 257 ] {27e0471c-acf6-4e5a-b848-5860dd0bdead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3181 | 2024.11.19 01:34:40.121921 [ 257 ] {27e0471c-acf6-4e5a-b848-5860dd0bdead} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3182 | 2024.11.19 01:34:40.122208 [ 257 ] {27e0471c-acf6-4e5a-b848-5860dd0bdead} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3183 | 2024.11.19 01:34:40.122443 [ 257 ] {27e0471c-acf6-4e5a-b848-5860dd0bdead} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002004 sec., 31936.127744510977 rows/sec., 2.49 MiB/sec. | ||
| 3184 | 2024.11.19 01:34:40.122506 [ 257 ] {27e0471c-acf6-4e5a-b848-5860dd0bdead} <Debug> TCPHandler: Processed in 0.002355532 sec. | ||
| 3185 | 2024.11.19 01:34:40.122679 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3186 | 2024.11.19 01:34:40.122826 [ 260 ] {f3c42302-4bf7-443e-a8cc-fde7b97f9b09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3187 | 2024.11.19 01:34:40.122892 [ 260 ] {f3c42302-4bf7-443e-a8cc-fde7b97f9b09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3188 | 2024.11.19 01:34:40.123527 [ 260 ] {f3c42302-4bf7-443e-a8cc-fde7b97f9b09} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3189 | 2024.11.19 01:34:40.123568 [ 260 ] {f3c42302-4bf7-443e-a8cc-fde7b97f9b09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3190 | 2024.11.19 01:34:40.123984 [ 260 ] {f3c42302-4bf7-443e-a8cc-fde7b97f9b09} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3191 | 2024.11.19 01:34:40.124229 [ 260 ] {f3c42302-4bf7-443e-a8cc-fde7b97f9b09} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3192 | 2024.11.19 01:34:40.124452 [ 260 ] {f3c42302-4bf7-443e-a8cc-fde7b97f9b09} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001658 sec., 96501.80940892642 rows/sec., 6.72 MiB/sec. | ||
| 3193 | 2024.11.19 01:34:40.124508 [ 260 ] {f3c42302-4bf7-443e-a8cc-fde7b97f9b09} <Debug> TCPHandler: Processed in 0.001899174 sec. | ||
| 3194 | 2024.11.19 01:34:40.124715 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3195 | 2024.11.19 01:34:40.124944 [ 257 ] {30c1efa0-615a-4601-8dd1-57764355acff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3196 | 2024.11.19 01:34:40.125044 [ 257 ] {30c1efa0-615a-4601-8dd1-57764355acff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3197 | 2024.11.19 01:34:40.125705 [ 257 ] {30c1efa0-615a-4601-8dd1-57764355acff} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3198 | 2024.11.19 01:34:40.125744 [ 257 ] {30c1efa0-615a-4601-8dd1-57764355acff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3199 | 2024.11.19 01:34:40.126129 [ 257 ] {30c1efa0-615a-4601-8dd1-57764355acff} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3200 | 2024.11.19 01:34:40.126375 [ 257 ] {30c1efa0-615a-4601-8dd1-57764355acff} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3201 | 2024.11.19 01:34:40.126584 [ 257 ] {30c1efa0-615a-4601-8dd1-57764355acff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001701 sec., 35273.36860670194 rows/sec., 2.38 MiB/sec. | ||
| 3202 | 2024.11.19 01:34:40.126638 [ 257 ] {30c1efa0-615a-4601-8dd1-57764355acff} <Debug> TCPHandler: Processed in 0.002035086 sec. | ||
| 3203 | 2024.11.19 01:34:41.292478 [ 141 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3204 | 2024.11.19 01:34:41.292543 [ 141 ] {} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3205 | 2024.11.19 01:34:41.292568 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3206 | 2024.11.19 01:34:41.292776 [ 187 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::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 | ||
| 3207 | 2024.11.19 01:34:41.292962 [ 187 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3208 | 2024.11.19 01:34:41.293002 [ 187 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 3209 | 2024.11.19 01:34:41.293078 [ 187 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 3210 | 2024.11.19 01:34:41.293165 [ 187 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 3211 | 2024.11.19 01:34:41.293411 [ 187 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3212 | 2024.11.19 01:34:41.293541 [ 187 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3213 | 2024.11.19 01:34:41.294691 [ 197 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002040457 sec., 14702.588684789733 rows/sec., 768.15 KiB/sec. | ||
| 3214 | 2024.11.19 01:34:41.294835 [ 187 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3215 | 2024.11.19 01:34:41.295118 [ 187 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_5_1} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3216 | 2024.11.19 01:34:41.295195 [ 187 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_5_1} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3217 | 2024.11.19 01:34:41.295269 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3218 | 2024.11.19 01:34:43.712210 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3219 | 2024.11.19 01:34:43.712316 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3220 | 2024.11.19 01:34:45.125430 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3221 | 2024.11.19 01:34:45.125705 [ 260 ] {4c1c9b4d-3b94-411f-87c8-f54307e17ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3222 | 2024.11.19 01:34:45.125778 [ 260 ] {4c1c9b4d-3b94-411f-87c8-f54307e17ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3223 | 2024.11.19 01:34:45.126524 [ 260 ] {4c1c9b4d-3b94-411f-87c8-f54307e17ca7} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3224 | 2024.11.19 01:34:45.126568 [ 260 ] {4c1c9b4d-3b94-411f-87c8-f54307e17ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3225 | 2024.11.19 01:34:45.126999 [ 260 ] {4c1c9b4d-3b94-411f-87c8-f54307e17ca7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3226 | 2024.11.19 01:34:45.127254 [ 260 ] {4c1c9b4d-3b94-411f-87c8-f54307e17ca7} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3227 | 2024.11.19 01:34:45.127502 [ 260 ] {4c1c9b4d-3b94-411f-87c8-f54307e17ca7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001858 sec., 7534.983853606028 rows/sec., 542.42 KiB/sec. | ||
| 3228 | 2024.11.19 01:34:45.127563 [ 260 ] {4c1c9b4d-3b94-411f-87c8-f54307e17ca7} <Debug> TCPHandler: Processed in 0.002315921 sec. | ||
| 3229 | 2024.11.19 01:34:45.127809 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3230 | 2024.11.19 01:34:45.127996 [ 257 ] {8b15205a-bca8-4e23-9294-caa500bffa3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3231 | 2024.11.19 01:34:45.128064 [ 257 ] {8b15205a-bca8-4e23-9294-caa500bffa3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3232 | 2024.11.19 01:34:45.128925 [ 257 ] {8b15205a-bca8-4e23-9294-caa500bffa3b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3233 | 2024.11.19 01:34:45.128967 [ 257 ] {8b15205a-bca8-4e23-9294-caa500bffa3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3234 | 2024.11.19 01:34:45.129411 [ 257 ] {8b15205a-bca8-4e23-9294-caa500bffa3b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3235 | 2024.11.19 01:34:45.129656 [ 257 ] {8b15205a-bca8-4e23-9294-caa500bffa3b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3236 | 2024.11.19 01:34:45.129878 [ 257 ] {8b15205a-bca8-4e23-9294-caa500bffa3b} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.00192 sec., 148437.5 rows/sec., 13.12 MiB/sec. | ||
| 3237 | 2024.11.19 01:34:45.129980 [ 257 ] {8b15205a-bca8-4e23-9294-caa500bffa3b} <Debug> TCPHandler: Processed in 0.002295431 sec. | ||
| 3238 | 2024.11.19 01:34:45.130202 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3239 | 2024.11.19 01:34:45.130328 [ 260 ] {2410f40b-bf20-4e01-908e-6cdcfecc94e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3240 | 2024.11.19 01:34:45.130381 [ 260 ] {2410f40b-bf20-4e01-908e-6cdcfecc94e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3241 | 2024.11.19 01:34:45.131050 [ 260 ] {2410f40b-bf20-4e01-908e-6cdcfecc94e6} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3242 | 2024.11.19 01:34:45.131090 [ 260 ] {2410f40b-bf20-4e01-908e-6cdcfecc94e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3243 | 2024.11.19 01:34:45.131448 [ 260 ] {2410f40b-bf20-4e01-908e-6cdcfecc94e6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3244 | 2024.11.19 01:34:45.131704 [ 260 ] {2410f40b-bf20-4e01-908e-6cdcfecc94e6} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3245 | 2024.11.19 01:34:45.131991 [ 260 ] {2410f40b-bf20-4e01-908e-6cdcfecc94e6} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00167 sec., 28742.51497005988 rows/sec., 2.07 MiB/sec. | ||
| 3246 | 2024.11.19 01:34:45.132145 [ 260 ] {2410f40b-bf20-4e01-908e-6cdcfecc94e6} <Debug> TCPHandler: Processed in 0.002042856 sec. | ||
| 3247 | 2024.11.19 01:34:45.132313 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3248 | 2024.11.19 01:34:45.132450 [ 257 ] {fe117726-7270-4199-b428-d8fff8a3c94f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3249 | 2024.11.19 01:34:45.132508 [ 257 ] {fe117726-7270-4199-b428-d8fff8a3c94f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3250 | 2024.11.19 01:34:45.133110 [ 257 ] {fe117726-7270-4199-b428-d8fff8a3c94f} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3251 | 2024.11.19 01:34:45.133148 [ 257 ] {fe117726-7270-4199-b428-d8fff8a3c94f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3252 | 2024.11.19 01:34:45.133498 [ 257 ] {fe117726-7270-4199-b428-d8fff8a3c94f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3253 | 2024.11.19 01:34:45.133731 [ 257 ] {fe117726-7270-4199-b428-d8fff8a3c94f} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3254 | 2024.11.19 01:34:45.133988 [ 257 ] {fe117726-7270-4199-b428-d8fff8a3c94f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001543 sec., 9073.233959818535 rows/sec., 635.43 KiB/sec. | ||
| 3255 | 2024.11.19 01:34:45.134118 [ 257 ] {fe117726-7270-4199-b428-d8fff8a3c94f} <Debug> TCPHandler: Processed in 0.001870784 sec. | ||
| 3256 | 2024.11.19 01:34:45.134282 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3257 | 2024.11.19 01:34:45.134419 [ 260 ] {563a7fa4-892e-4dae-842e-5a797c4addbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3258 | 2024.11.19 01:34:45.134476 [ 260 ] {563a7fa4-892e-4dae-842e-5a797c4addbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3259 | 2024.11.19 01:34:45.135060 [ 260 ] {563a7fa4-892e-4dae-842e-5a797c4addbd} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3260 | 2024.11.19 01:34:45.135099 [ 260 ] {563a7fa4-892e-4dae-842e-5a797c4addbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3261 | 2024.11.19 01:34:45.135453 [ 260 ] {563a7fa4-892e-4dae-842e-5a797c4addbd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3262 | 2024.11.19 01:34:45.135714 [ 260 ] {563a7fa4-892e-4dae-842e-5a797c4addbd} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3263 | 2024.11.19 01:34:45.135919 [ 260 ] {563a7fa4-892e-4dae-842e-5a797c4addbd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001531 sec., 8491.182233834095 rows/sec., 529.42 KiB/sec. | ||
| 3264 | 2024.11.19 01:34:45.135974 [ 260 ] {563a7fa4-892e-4dae-842e-5a797c4addbd} <Debug> TCPHandler: Processed in 0.001761691 sec. | ||
| 3265 | 2024.11.19 01:34:45.136118 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3266 | 2024.11.19 01:34:45.136233 [ 257 ] {5ab8aa00-bb4e-42c7-a8fc-fe8c71527e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3267 | 2024.11.19 01:34:45.136282 [ 257 ] {5ab8aa00-bb4e-42c7-a8fc-fe8c71527e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3268 | 2024.11.19 01:34:45.137038 [ 257 ] {5ab8aa00-bb4e-42c7-a8fc-fe8c71527e84} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3269 | 2024.11.19 01:34:45.137077 [ 257 ] {5ab8aa00-bb4e-42c7-a8fc-fe8c71527e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3270 | 2024.11.19 01:34:45.137465 [ 257 ] {5ab8aa00-bb4e-42c7-a8fc-fe8c71527e84} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3271 | 2024.11.19 01:34:45.137803 [ 257 ] {5ab8aa00-bb4e-42c7-a8fc-fe8c71527e84} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3272 | 2024.11.19 01:34:45.137992 [ 257 ] {5ab8aa00-bb4e-42c7-a8fc-fe8c71527e84} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001783 sec., 237240.60572069546 rows/sec., 16.96 MiB/sec. | ||
| 3273 | 2024.11.19 01:34:45.138042 [ 257 ] {5ab8aa00-bb4e-42c7-a8fc-fe8c71527e84} <Debug> TCPHandler: Processed in 0.001978805 sec. | ||
| 3274 | 2024.11.19 01:34:45.138189 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3275 | 2024.11.19 01:34:45.138309 [ 260 ] {54c742ca-a785-404d-afd4-a847707f5653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3276 | 2024.11.19 01:34:45.138363 [ 260 ] {54c742ca-a785-404d-afd4-a847707f5653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3277 | 2024.11.19 01:34:45.138867 [ 260 ] {54c742ca-a785-404d-afd4-a847707f5653} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3278 | 2024.11.19 01:34:45.138908 [ 260 ] {54c742ca-a785-404d-afd4-a847707f5653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3279 | 2024.11.19 01:34:45.139274 [ 260 ] {54c742ca-a785-404d-afd4-a847707f5653} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3280 | 2024.11.19 01:34:45.139508 [ 260 ] {54c742ca-a785-404d-afd4-a847707f5653} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3281 | 2024.11.19 01:34:45.139709 [ 260 ] {54c742ca-a785-404d-afd4-a847707f5653} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001425 sec., 4210.526315789473 rows/sec., 219.98 KiB/sec. | ||
| 3282 | 2024.11.19 01:34:45.139758 [ 260 ] {54c742ca-a785-404d-afd4-a847707f5653} <Debug> TCPHandler: Processed in 0.00162704 sec. | ||
| 3283 | 2024.11.19 01:34:45.139920 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3284 | 2024.11.19 01:34:45.140058 [ 257 ] {01255ef1-3f89-4854-8248-47d54e3c4a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3285 | 2024.11.19 01:34:45.140120 [ 257 ] {01255ef1-3f89-4854-8248-47d54e3c4a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3286 | 2024.11.19 01:34:45.140761 [ 257 ] {01255ef1-3f89-4854-8248-47d54e3c4a4e} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3287 | 2024.11.19 01:34:45.140797 [ 257 ] {01255ef1-3f89-4854-8248-47d54e3c4a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3288 | 2024.11.19 01:34:45.141188 [ 257 ] {01255ef1-3f89-4854-8248-47d54e3c4a4e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3289 | 2024.11.19 01:34:45.141423 [ 257 ] {01255ef1-3f89-4854-8248-47d54e3c4a4e} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3290 | 2024.11.19 01:34:45.141636 [ 257 ] {01255ef1-3f89-4854-8248-47d54e3c4a4e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001606 sec., 147571.60647571608 rows/sec., 9.89 MiB/sec. | ||
| 3291 | 2024.11.19 01:34:45.141827 [ 257 ] {01255ef1-3f89-4854-8248-47d54e3c4a4e} <Debug> TCPHandler: Processed in 0.001968836 sec. | ||
| 3292 | 2024.11.19 01:34:45.142043 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3293 | 2024.11.19 01:34:45.142178 [ 260 ] {c0789e28-84f5-4921-a14a-5ef6bff25a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3294 | 2024.11.19 01:34:45.142239 [ 260 ] {c0789e28-84f5-4921-a14a-5ef6bff25a35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3295 | 2024.11.19 01:34:45.142736 [ 260 ] {c0789e28-84f5-4921-a14a-5ef6bff25a35} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3296 | 2024.11.19 01:34:45.142773 [ 260 ] {c0789e28-84f5-4921-a14a-5ef6bff25a35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3297 | 2024.11.19 01:34:45.143117 [ 260 ] {c0789e28-84f5-4921-a14a-5ef6bff25a35} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3298 | 2024.11.19 01:34:45.143353 [ 260 ] {c0789e28-84f5-4921-a14a-5ef6bff25a35} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3299 | 2024.11.19 01:34:45.143551 [ 260 ] {c0789e28-84f5-4921-a14a-5ef6bff25a35} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001403 sec., 712.7583749109052 rows/sec., 48.03 KiB/sec. | ||
| 3300 | 2024.11.19 01:34:45.143601 [ 260 ] {c0789e28-84f5-4921-a14a-5ef6bff25a35} <Debug> TCPHandler: Processed in 0.001652949 sec. | ||
| 3301 | 2024.11.19 01:34:45.143738 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3302 | 2024.11.19 01:34:45.143863 [ 257 ] {ab33cc8e-f991-4d27-a5d4-bee4f8be15cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3303 | 2024.11.19 01:34:45.143948 [ 257 ] {ab33cc8e-f991-4d27-a5d4-bee4f8be15cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3304 | 2024.11.19 01:34:45.145075 [ 257 ] {ab33cc8e-f991-4d27-a5d4-bee4f8be15cf} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3305 | 2024.11.19 01:34:45.145114 [ 257 ] {ab33cc8e-f991-4d27-a5d4-bee4f8be15cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3306 | 2024.11.19 01:34:45.145773 [ 257 ] {ab33cc8e-f991-4d27-a5d4-bee4f8be15cf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3307 | 2024.11.19 01:34:45.146036 [ 257 ] {ab33cc8e-f991-4d27-a5d4-bee4f8be15cf} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3308 | 2024.11.19 01:34:45.146233 [ 257 ] {ab33cc8e-f991-4d27-a5d4-bee4f8be15cf} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002397 sec., 17104.71422611598 rows/sec., 30.65 MiB/sec. | ||
| 3309 | 2024.11.19 01:34:45.146321 [ 257 ] {ab33cc8e-f991-4d27-a5d4-bee4f8be15cf} <Debug> TCPHandler: Processed in 0.002640427 sec. | ||
| 3310 | 2024.11.19 01:34:45.146484 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3311 | 2024.11.19 01:34:45.146620 [ 260 ] {37069911-287a-433f-9087-6dd05671e7be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3312 | 2024.11.19 01:34:45.146679 [ 260 ] {37069911-287a-433f-9087-6dd05671e7be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3313 | 2024.11.19 01:34:45.147251 [ 260 ] {37069911-287a-433f-9087-6dd05671e7be} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3314 | 2024.11.19 01:34:45.147298 [ 260 ] {37069911-287a-433f-9087-6dd05671e7be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3315 | 2024.11.19 01:34:45.147722 [ 260 ] {37069911-287a-433f-9087-6dd05671e7be} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3316 | 2024.11.19 01:34:45.147962 [ 260 ] {37069911-287a-433f-9087-6dd05671e7be} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3317 | 2024.11.19 01:34:45.148184 [ 260 ] {37069911-287a-433f-9087-6dd05671e7be} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001595 sec., 51410.658307210026 rows/sec., 3.27 MiB/sec. | ||
| 3318 | 2024.11.19 01:34:45.148232 [ 260 ] {37069911-287a-433f-9087-6dd05671e7be} <Debug> TCPHandler: Processed in 0.001814422 sec. | ||
| 3319 | 2024.11.19 01:34:48.837000 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 504 | ||
| 3320 | 2024.11.19 01:34:48.840166 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3321 | 2024.11.19 01:34:48.840220 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3322 | 2024.11.19 01:34:48.841661 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3323 | 2024.11.19 01:34:48.841965 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3324 | 2024.11.19 01:34:48.842543 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 504 | ||
| 3325 | 2024.11.19 01:34:50.117482 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3326 | 2024.11.19 01:34:50.117783 [ 260 ] {260bd5ae-a8d5-42da-92ad-1fd66d8075bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3327 | 2024.11.19 01:34:50.117896 [ 260 ] {260bd5ae-a8d5-42da-92ad-1fd66d8075bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3328 | 2024.11.19 01:34:50.118655 [ 260 ] {260bd5ae-a8d5-42da-92ad-1fd66d8075bd} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3329 | 2024.11.19 01:34:50.118700 [ 260 ] {260bd5ae-a8d5-42da-92ad-1fd66d8075bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3330 | 2024.11.19 01:34:50.119131 [ 260 ] {260bd5ae-a8d5-42da-92ad-1fd66d8075bd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3331 | 2024.11.19 01:34:50.119416 [ 260 ] {260bd5ae-a8d5-42da-92ad-1fd66d8075bd} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3332 | 2024.11.19 01:34:50.119630 [ 260 ] {260bd5ae-a8d5-42da-92ad-1fd66d8075bd} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001934 sec., 5170.63081695967 rows/sec., 421.63 KiB/sec. | ||
| 3333 | 2024.11.19 01:34:50.119695 [ 260 ] {260bd5ae-a8d5-42da-92ad-1fd66d8075bd} <Debug> TCPHandler: Processed in 0.002401913 sec. | ||
| 3334 | 2024.11.19 01:34:50.119981 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3335 | 2024.11.19 01:34:50.120172 [ 257 ] {6248756e-202d-4153-ad76-ec7595cf53a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3336 | 2024.11.19 01:34:50.120244 [ 257 ] {6248756e-202d-4153-ad76-ec7595cf53a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3337 | 2024.11.19 01:34:50.121015 [ 257 ] {6248756e-202d-4153-ad76-ec7595cf53a8} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3338 | 2024.11.19 01:34:50.121062 [ 257 ] {6248756e-202d-4153-ad76-ec7595cf53a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3339 | 2024.11.19 01:34:50.121512 [ 257 ] {6248756e-202d-4153-ad76-ec7595cf53a8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3340 | 2024.11.19 01:34:50.121772 [ 257 ] {6248756e-202d-4153-ad76-ec7595cf53a8} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3341 | 2024.11.19 01:34:50.121977 [ 131 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3342 | 2024.11.19 01:34:50.122055 [ 257 ] {6248756e-202d-4153-ad76-ec7595cf53a8} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001931 sec., 31589.849818746763 rows/sec., 2.41 MiB/sec. | ||
| 3343 | 2024.11.19 01:34:50.122078 [ 131 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3344 | 2024.11.19 01:34:50.122177 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3345 | 2024.11.19 01:34:50.122197 [ 257 ] {6248756e-202d-4153-ad76-ec7595cf53a8} <Debug> TCPHandler: Processed in 0.002363842 sec. | ||
| 3346 | 2024.11.19 01:34:50.122724 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3347 | 2024.11.19 01:34:50.123036 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::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 | ||
| 3348 | 2024.11.19 01:34:50.123547 [ 260 ] {00c7c95e-5fd0-42f6-b8a9-b22282e09a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3349 | 2024.11.19 01:34:50.123757 [ 260 ] {00c7c95e-5fd0-42f6-b8a9-b22282e09a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3350 | 2024.11.19 01:34:50.123790 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3351 | 2024.11.19 01:34:50.123849 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1428 rows starting from the beginning of the part | ||
| 3352 | 2024.11.19 01:34:50.123971 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 285 rows starting from the beginning of the part | ||
| 3353 | 2024.11.19 01:34:50.124329 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 58 rows starting from the beginning of the part | ||
| 3354 | 2024.11.19 01:34:50.124738 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part | ||
| 3355 | 2024.11.19 01:34:50.125150 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 285 rows starting from the beginning of the part | ||
| 3356 | 2024.11.19 01:34:50.125488 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 61 rows starting from the beginning of the part | ||
| 3357 | 2024.11.19 01:34:50.126331 [ 260 ] {00c7c95e-5fd0-42f6-b8a9-b22282e09a22} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3358 | 2024.11.19 01:34:50.126377 [ 260 ] {00c7c95e-5fd0-42f6-b8a9-b22282e09a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3359 | 2024.11.19 01:34:50.126972 [ 260 ] {00c7c95e-5fd0-42f6-b8a9-b22282e09a22} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3360 | 2024.11.19 01:34:50.127271 [ 260 ] {00c7c95e-5fd0-42f6-b8a9-b22282e09a22} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3361 | 2024.11.19 01:34:50.127511 [ 260 ] {00c7c95e-5fd0-42f6-b8a9-b22282e09a22} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.004239 sec., 2359.046945034206 rows/sec., 164.72 KiB/sec. | ||
| 3362 | 2024.11.19 01:34:50.127645 [ 260 ] {00c7c95e-5fd0-42f6-b8a9-b22282e09a22} <Debug> TCPHandler: Processed in 0.005316195 sec. | ||
| 3363 | 2024.11.19 01:34:50.127855 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2173 rows, containing 5 columns (5 merged, 0 gathered) in 0.005523289 sec., 393425.0045579726 rows/sec., 34.71 MiB/sec. | ||
| 3364 | 2024.11.19 01:34:50.127915 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3365 | 2024.11.19 01:34:50.128121 [ 257 ] {713eba72-942f-4869-b067-29b95a52d4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3366 | 2024.11.19 01:34:50.128150 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3367 | 2024.11.19 01:34:50.128216 [ 257 ] {713eba72-942f-4869-b067-29b95a52d4ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3368 | 2024.11.19 01:34:50.128788 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_26_5} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3369 | 2024.11.19 01:34:50.129006 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_26_5} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3370 | 2024.11.19 01:34:50.129089 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 3371 | 2024.11.19 01:34:50.129374 [ 257 ] {713eba72-942f-4869-b067-29b95a52d4ca} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3372 | 2024.11.19 01:34:50.129420 [ 257 ] {713eba72-942f-4869-b067-29b95a52d4ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3373 | 2024.11.19 01:34:50.129803 [ 257 ] {713eba72-942f-4869-b067-29b95a52d4ca} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3374 | 2024.11.19 01:34:50.130053 [ 257 ] {713eba72-942f-4869-b067-29b95a52d4ca} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3375 | 2024.11.19 01:34:50.130226 [ 131 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3376 | 2024.11.19 01:34:50.130285 [ 131 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3377 | 2024.11.19 01:34:50.130324 [ 257 ] {713eba72-942f-4869-b067-29b95a52d4ca} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.00225 sec., 32888.88888888889 rows/sec., 2.57 MiB/sec. | ||
| 3378 | 2024.11.19 01:34:50.130332 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3379 | 2024.11.19 01:34:50.130477 [ 257 ] {713eba72-942f-4869-b067-29b95a52d4ca} <Debug> TCPHandler: Processed in 0.002715368 sec. | ||
| 3380 | 2024.11.19 01:34:50.130532 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::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 | ||
| 3381 | 2024.11.19 01:34:50.130641 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3382 | 2024.11.19 01:34:50.130653 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3383 | 2024.11.19 01:34:50.130686 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 904 rows starting from the beginning of the part | ||
| 3384 | 2024.11.19 01:34:50.130912 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 423 rows starting from the beginning of the part | ||
| 3385 | 2024.11.19 01:34:50.131021 [ 260 ] {259cf32e-55e1-446c-9103-8adfa49151e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3386 | 2024.11.19 01:34:50.131280 [ 260 ] {259cf32e-55e1-446c-9103-8adfa49151e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3387 | 2024.11.19 01:34:50.131309 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 68 rows starting from the beginning of the part | ||
| 3388 | 2024.11.19 01:34:50.131746 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part | ||
| 3389 | 2024.11.19 01:34:50.132161 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 423 rows starting from the beginning of the part | ||
| 3390 | 2024.11.19 01:34:50.132533 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 74 rows starting from the beginning of the part | ||
| 3391 | 2024.11.19 01:34:50.133647 [ 260 ] {259cf32e-55e1-446c-9103-8adfa49151e8} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3392 | 2024.11.19 01:34:50.133729 [ 260 ] {259cf32e-55e1-446c-9103-8adfa49151e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3393 | 2024.11.19 01:34:50.134697 [ 260 ] {259cf32e-55e1-446c-9103-8adfa49151e8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3394 | 2024.11.19 01:34:50.135159 [ 260 ] {259cf32e-55e1-446c-9103-8adfa49151e8} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3395 | 2024.11.19 01:34:50.135358 [ 131 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3396 | 2024.11.19 01:34:50.135503 [ 131 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3397 | 2024.11.19 01:34:50.135597 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3398 | 2024.11.19 01:34:50.135801 [ 260 ] {259cf32e-55e1-446c-9103-8adfa49151e8} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.004906 sec., 27109.661638809623 rows/sec., 1.89 MiB/sec. | ||
| 3399 | 2024.11.19 01:34:50.136080 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 3400 | 2024.11.19 01:34:50.136105 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1956 rows, containing 5 columns (5 merged, 0 gathered) in 0.005632171 sec., 347290.59185170336 rows/sec., 26.59 MiB/sec. | ||
| 3401 | 2024.11.19 01:34:50.136108 [ 260 ] {259cf32e-55e1-446c-9103-8adfa49151e8} <Debug> TCPHandler: Processed in 0.005530989 sec. | ||
| 3402 | 2024.11.19 01:34:50.136440 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3403 | 2024.11.19 01:34:50.136453 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3404 | 2024.11.19 01:34:50.136481 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3405 | 2024.11.19 01:34:50.136508 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 4799 rows starting from the beginning of the part | ||
| 3406 | 2024.11.19 01:34:50.136891 [ 257 ] {67694896-b35f-4117-a188-d082bde43125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3407 | 2024.11.19 01:34:50.136920 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part | ||
| 3408 | 2024.11.19 01:34:50.137108 [ 257 ] {67694896-b35f-4117-a188-d082bde43125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3409 | 2024.11.19 01:34:50.137297 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 130 rows starting from the beginning of the part | ||
| 3410 | 2024.11.19 01:34:50.137672 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_26_5} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3411 | 2024.11.19 01:34:50.137930 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
| 3412 | 2024.11.19 01:34:50.138103 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_26_5} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3413 | 2024.11.19 01:34:50.138341 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 237 rows starting from the beginning of the part | ||
| 3414 | 2024.11.19 01:34:50.138484 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3415 | 2024.11.19 01:34:50.138761 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 133 rows starting from the beginning of the part | ||
| 3416 | 2024.11.19 01:34:50.139529 [ 257 ] {67694896-b35f-4117-a188-d082bde43125} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3417 | 2024.11.19 01:34:50.139574 [ 257 ] {67694896-b35f-4117-a188-d082bde43125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3418 | 2024.11.19 01:34:50.139995 [ 257 ] {67694896-b35f-4117-a188-d082bde43125} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3419 | 2024.11.19 01:34:50.140329 [ 257 ] {67694896-b35f-4117-a188-d082bde43125} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3420 | 2024.11.19 01:34:50.140544 [ 131 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3421 | 2024.11.19 01:34:50.140651 [ 131 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3422 | 2024.11.19 01:34:50.140699 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3423 | 2024.11.19 01:34:50.140770 [ 257 ] {67694896-b35f-4117-a188-d082bde43125} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004068 sec., 11799.410029498526 rows/sec., 814.28 KiB/sec. | ||
| 3424 | 2024.11.19 01:34:50.141192 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::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 | ||
| 3425 | 2024.11.19 01:34:50.141197 [ 257 ] {67694896-b35f-4117-a188-d082bde43125} <Debug> TCPHandler: Processed in 0.004894538 sec. | ||
| 3426 | 2024.11.19 01:34:50.141477 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3427 | 2024.11.19 01:34:50.141517 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1058 rows starting from the beginning of the part | ||
| 3428 | 2024.11.19 01:34:50.141666 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part | ||
| 3429 | 2024.11.19 01:34:50.141915 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 48 rows starting from the beginning of the part | ||
| 3430 | 2024.11.19 01:34:50.142119 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 3431 | 2024.11.19 01:34:50.142267 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
| 3432 | 2024.11.19 01:34:50.142436 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part | ||
| 3433 | 2024.11.19 01:34:50.144786 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5696 rows, containing 5 columns (5 merged, 0 gathered) in 0.009036062 sec., 630363.0940115285 rows/sec., 42.88 MiB/sec. | ||
| 3434 | 2024.11.19 01:34:50.145327 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3435 | 2024.11.19 01:34:50.145403 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1378 rows, containing 4 columns (4 merged, 0 gathered) in 0.004584142 sec., 300601.50841749663 rows/sec., 19.93 MiB/sec. | ||
| 3436 | 2024.11.19 01:34:50.145698 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3437 | 2024.11.19 01:34:50.145764 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3438 | 2024.11.19 01:34:50.145834 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3439 | 2024.11.19 01:34:50.145977 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
| 3440 | 2024.11.19 01:34:50.146229 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_26_5} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3441 | 2024.11.19 01:34:50.146325 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_26_5} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3442 | 2024.11.19 01:34:50.146431 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3443 | 2024.11.19 01:34:55.118309 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3444 | 2024.11.19 01:34:55.118518 [ 260 ] {2b0d20a1-474e-4b5e-852f-31c4c38ecc14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3445 | 2024.11.19 01:34:55.118598 [ 260 ] {2b0d20a1-474e-4b5e-852f-31c4c38ecc14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3446 | 2024.11.19 01:34:55.119407 [ 260 ] {2b0d20a1-474e-4b5e-852f-31c4c38ecc14} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3447 | 2024.11.19 01:34:55.119460 [ 260 ] {2b0d20a1-474e-4b5e-852f-31c4c38ecc14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3448 | 2024.11.19 01:34:55.119900 [ 260 ] {2b0d20a1-474e-4b5e-852f-31c4c38ecc14} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3449 | 2024.11.19 01:34:55.120168 [ 260 ] {2b0d20a1-474e-4b5e-852f-31c4c38ecc14} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3450 | 2024.11.19 01:34:55.120396 [ 260 ] {2b0d20a1-474e-4b5e-852f-31c4c38ecc14} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.23 MiB/sec. | ||
| 3451 | 2024.11.19 01:34:55.120460 [ 260 ] {2b0d20a1-474e-4b5e-852f-31c4c38ecc14} <Debug> TCPHandler: Processed in 0.002291131 sec. | ||
| 3452 | 2024.11.19 01:34:55.120726 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3453 | 2024.11.19 01:34:55.120926 [ 257 ] {7a3659ea-53d3-4ce6-b4f2-298836a9ebe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3454 | 2024.11.19 01:34:55.121002 [ 257 ] {7a3659ea-53d3-4ce6-b4f2-298836a9ebe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3455 | 2024.11.19 01:34:55.121763 [ 257 ] {7a3659ea-53d3-4ce6-b4f2-298836a9ebe6} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3456 | 2024.11.19 01:34:55.121812 [ 257 ] {7a3659ea-53d3-4ce6-b4f2-298836a9ebe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3457 | 2024.11.19 01:34:55.122256 [ 257 ] {7a3659ea-53d3-4ce6-b4f2-298836a9ebe6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3458 | 2024.11.19 01:34:55.122523 [ 257 ] {7a3659ea-53d3-4ce6-b4f2-298836a9ebe6} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3459 | 2024.11.19 01:34:55.122791 [ 257 ] {7a3659ea-53d3-4ce6-b4f2-298836a9ebe6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001914 sec., 33437.82654127482 rows/sec., 2.61 MiB/sec. | ||
| 3460 | 2024.11.19 01:34:55.123001 [ 257 ] {7a3659ea-53d3-4ce6-b4f2-298836a9ebe6} <Debug> TCPHandler: Processed in 0.002407833 sec. | ||
| 3461 | 2024.11.19 01:34:55.123236 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3462 | 2024.11.19 01:34:55.123362 [ 260 ] {e7e8a998-2c60-48f5-a1c5-1554656f8c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3463 | 2024.11.19 01:34:55.123421 [ 260 ] {e7e8a998-2c60-48f5-a1c5-1554656f8c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3464 | 2024.11.19 01:34:55.123995 [ 260 ] {e7e8a998-2c60-48f5-a1c5-1554656f8c7a} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3465 | 2024.11.19 01:34:55.124035 [ 260 ] {e7e8a998-2c60-48f5-a1c5-1554656f8c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3466 | 2024.11.19 01:34:55.124462 [ 260 ] {e7e8a998-2c60-48f5-a1c5-1554656f8c7a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3467 | 2024.11.19 01:34:55.124719 [ 260 ] {e7e8a998-2c60-48f5-a1c5-1554656f8c7a} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3468 | 2024.11.19 01:34:55.124931 [ 260 ] {e7e8a998-2c60-48f5-a1c5-1554656f8c7a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec. | ||
| 3469 | 2024.11.19 01:34:55.124986 [ 260 ] {e7e8a998-2c60-48f5-a1c5-1554656f8c7a} <Debug> TCPHandler: Processed in 0.001808292 sec. | ||
| 3470 | 2024.11.19 01:34:55.125146 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3471 | 2024.11.19 01:34:55.125286 [ 257 ] {d98df265-3c0f-4575-83d8-fc12be3c721f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3472 | 2024.11.19 01:34:55.125349 [ 257 ] {d98df265-3c0f-4575-83d8-fc12be3c721f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3473 | 2024.11.19 01:34:55.125963 [ 257 ] {d98df265-3c0f-4575-83d8-fc12be3c721f} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3474 | 2024.11.19 01:34:55.126012 [ 257 ] {d98df265-3c0f-4575-83d8-fc12be3c721f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3475 | 2024.11.19 01:34:55.126411 [ 257 ] {d98df265-3c0f-4575-83d8-fc12be3c721f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3476 | 2024.11.19 01:34:55.126653 [ 257 ] {d98df265-3c0f-4575-83d8-fc12be3c721f} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3477 | 2024.11.19 01:34:55.126899 [ 257 ] {d98df265-3c0f-4575-83d8-fc12be3c721f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001643 sec., 36518.56360316494 rows/sec., 2.46 MiB/sec. | ||
| 3478 | 2024.11.19 01:34:55.127015 [ 257 ] {d98df265-3c0f-4575-83d8-fc12be3c721f} <Debug> TCPHandler: Processed in 0.001934954 sec. | ||
| 3479 | 2024.11.19 01:34:57.317456 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61815, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3480 | 2024.11.19 01:34:57.419618 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49279, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3481 | 2024.11.19 01:34:57.600141 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63107, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3482 | 2024.11.19 01:34:57.618447 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3483 | 2024.11.19 01:34:57.725876 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38534, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3484 | 2024.11.19 01:34:57.741236 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63893, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3485 | 2024.11.19 01:34:57.746895 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3486 | 2024.11.19 01:34:57.790641 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33247, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3487 | 2024.11.19 01:34:57.799400 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38221, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3488 | 2024.11.19 01:34:57.801693 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42384, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3489 | 2024.11.19 01:34:57.855917 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46019, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3490 | 2024.11.19 01:34:57.907323 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3491 | 2024.11.19 01:34:57.934966 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47386, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3492 | 2024.11.19 01:34:58.013331 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47089, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3493 | 2024.11.19 01:34:58.071680 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58541, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3494 | 2024.11.19 01:34:58.220569 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37318, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3495 | 2024.11.19 01:34:58.712377 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3496 | 2024.11.19 01:34:58.712455 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3497 | 2024.11.19 01:34:58.842935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 524 | ||
| 3498 | 2024.11.19 01:34:58.845691 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3499 | 2024.11.19 01:34:58.845739 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3500 | 2024.11.19 01:34:58.847207 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3501 | 2024.11.19 01:34:58.847516 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3502 | 2024.11.19 01:34:58.848283 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 524 | ||
| 3503 | 2024.11.19 01:34:59.969408 [ 120 ] {} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 3504 | 2024.11.19 01:34:59.969482 [ 120 ] {} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3505 | 2024.11.19 01:34:59.969510 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3506 | 2024.11.19 01:34:59.969727 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 3507 | 2024.11.19 01:34:59.970060 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3508 | 2024.11.19 01:34:59.970129 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 128 rows starting from the beginning of the part | ||
| 3509 | 2024.11.19 01:34:59.970384 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part | ||
| 3510 | 2024.11.19 01:34:59.970770 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 3511 | 2024.11.19 01:34:59.971011 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 41 rows starting from the beginning of the part | ||
| 3512 | 2024.11.19 01:34:59.971361 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 41 rows starting from the beginning of the part | ||
| 3513 | 2024.11.19 01:34:59.974393 [ 200 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 19 columns (19 merged, 0 gathered) in 0.004800416 sec., 60411.431009312524 rows/sec., 108.25 MiB/sec. | ||
| 3514 | 2024.11.19 01:34:59.974935 [ 200 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3515 | 2024.11.19 01:34:59.975449 [ 200 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_10_2} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3516 | 2024.11.19 01:34:59.975539 [ 200 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_10_2} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 3517 | 2024.11.19 01:34:59.975689 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. | ||
| 3518 | 2024.11.19 01:35:00.125654 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3519 | 2024.11.19 01:35:00.125836 [ 260 ] {ef8aa7e1-6332-496c-88ed-a940865fafe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3520 | 2024.11.19 01:35:00.125907 [ 260 ] {ef8aa7e1-6332-496c-88ed-a940865fafe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3521 | 2024.11.19 01:35:00.126658 [ 260 ] {ef8aa7e1-6332-496c-88ed-a940865fafe2} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3522 | 2024.11.19 01:35:00.126698 [ 260 ] {ef8aa7e1-6332-496c-88ed-a940865fafe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3523 | 2024.11.19 01:35:00.127131 [ 260 ] {ef8aa7e1-6332-496c-88ed-a940865fafe2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3524 | 2024.11.19 01:35:00.127412 [ 260 ] {ef8aa7e1-6332-496c-88ed-a940865fafe2} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3525 | 2024.11.19 01:35:00.127661 [ 260 ] {ef8aa7e1-6332-496c-88ed-a940865fafe2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001873 sec., 7474.639615589962 rows/sec., 538.07 KiB/sec. | ||
| 3526 | 2024.11.19 01:35:00.127830 [ 260 ] {ef8aa7e1-6332-496c-88ed-a940865fafe2} <Debug> TCPHandler: Processed in 0.002301151 sec. | ||
| 3527 | 2024.11.19 01:35:00.128075 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3528 | 2024.11.19 01:35:00.128265 [ 257 ] {2a039843-527b-44f6-89de-2fa8bee87423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3529 | 2024.11.19 01:35:00.128340 [ 257 ] {2a039843-527b-44f6-89de-2fa8bee87423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3530 | 2024.11.19 01:35:00.129159 [ 257 ] {2a039843-527b-44f6-89de-2fa8bee87423} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3531 | 2024.11.19 01:35:00.129208 [ 257 ] {2a039843-527b-44f6-89de-2fa8bee87423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3532 | 2024.11.19 01:35:00.129627 [ 257 ] {2a039843-527b-44f6-89de-2fa8bee87423} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3533 | 2024.11.19 01:35:00.129884 [ 257 ] {2a039843-527b-44f6-89de-2fa8bee87423} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3534 | 2024.11.19 01:35:00.130118 [ 257 ] {2a039843-527b-44f6-89de-2fa8bee87423} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001907 sec., 149449.39695857366 rows/sec., 13.21 MiB/sec. | ||
| 3535 | 2024.11.19 01:35:00.130173 [ 257 ] {2a039843-527b-44f6-89de-2fa8bee87423} <Debug> TCPHandler: Processed in 0.00223112 sec. | ||
| 3536 | 2024.11.19 01:35:00.130322 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3537 | 2024.11.19 01:35:00.130460 [ 260 ] {e28326b2-2064-4344-afb3-35771de4dcde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3538 | 2024.11.19 01:35:00.130517 [ 260 ] {e28326b2-2064-4344-afb3-35771de4dcde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3539 | 2024.11.19 01:35:00.131208 [ 260 ] {e28326b2-2064-4344-afb3-35771de4dcde} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3540 | 2024.11.19 01:35:00.131254 [ 260 ] {e28326b2-2064-4344-afb3-35771de4dcde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3541 | 2024.11.19 01:35:00.131626 [ 260 ] {e28326b2-2064-4344-afb3-35771de4dcde} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3542 | 2024.11.19 01:35:00.131868 [ 260 ] {e28326b2-2064-4344-afb3-35771de4dcde} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3543 | 2024.11.19 01:35:00.131991 [ 119 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3544 | 2024.11.19 01:35:00.132034 [ 119 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3545 | 2024.11.19 01:35:00.132048 [ 260 ] {e28326b2-2064-4344-afb3-35771de4dcde} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001616 sec., 29702.970297029704 rows/sec., 2.14 MiB/sec. | ||
| 3546 | 2024.11.19 01:35:00.132058 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3547 | 2024.11.19 01:35:00.132155 [ 260 ] {e28326b2-2064-4344-afb3-35771de4dcde} <Debug> TCPHandler: Processed in 0.001886224 sec. | ||
| 3548 | 2024.11.19 01:35:00.132309 [ 197 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::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 | ||
| 3549 | 2024.11.19 01:35:00.132357 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3550 | 2024.11.19 01:35:00.132430 [ 197 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3551 | 2024.11.19 01:35:00.132472 [ 197 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 55 rows starting from the beginning of the part | ||
| 3552 | 2024.11.19 01:35:00.132509 [ 257 ] {1914013d-4238-43a7-bf0b-7037dea4ccd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3553 | 2024.11.19 01:35:00.132612 [ 197 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 48 rows starting from the beginning of the part | ||
| 3554 | 2024.11.19 01:35:00.132636 [ 257 ] {1914013d-4238-43a7-bf0b-7037dea4ccd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3555 | 2024.11.19 01:35:00.132934 [ 197 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
| 3556 | 2024.11.19 01:35:00.133239 [ 197 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part | ||
| 3557 | 2024.11.19 01:35:00.133499 [ 197 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part | ||
| 3558 | 2024.11.19 01:35:00.133706 [ 197 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 48 rows starting from the beginning of the part | ||
| 3559 | 2024.11.19 01:35:00.134770 [ 257 ] {1914013d-4238-43a7-bf0b-7037dea4ccd4} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3560 | 2024.11.19 01:35:00.134819 [ 257 ] {1914013d-4238-43a7-bf0b-7037dea4ccd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3561 | 2024.11.19 01:35:00.135423 [ 257 ] {1914013d-4238-43a7-bf0b-7037dea4ccd4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3562 | 2024.11.19 01:35:00.135428 [ 197 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 213 rows, containing 5 columns (5 merged, 0 gathered) in 0.003276499 sec., 65008.412943205534 rows/sec., 4.90 MiB/sec. | ||
| 3563 | 2024.11.19 01:35:00.135579 [ 189 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3564 | 2024.11.19 01:35:00.135787 [ 257 ] {1914013d-4238-43a7-bf0b-7037dea4ccd4} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3565 | 2024.11.19 01:35:00.136025 [ 189 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_16_3} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3566 | 2024.11.19 01:35:00.136284 [ 257 ] {1914013d-4238-43a7-bf0b-7037dea4ccd4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003791 sec., 3692.957003429174 rows/sec., 258.63 KiB/sec. | ||
| 3567 | 2024.11.19 01:35:00.136356 [ 189 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_16_3} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3568 | 2024.11.19 01:35:00.136432 [ 257 ] {1914013d-4238-43a7-bf0b-7037dea4ccd4} <Debug> TCPHandler: Processed in 0.004164055 sec. | ||
| 3569 | 2024.11.19 01:35:00.136482 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3570 | 2024.11.19 01:35:00.136610 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3571 | 2024.11.19 01:35:00.136748 [ 260 ] {3ca9deb1-c75d-4595-9e31-11da920d6195} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3572 | 2024.11.19 01:35:00.136806 [ 260 ] {3ca9deb1-c75d-4595-9e31-11da920d6195} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3573 | 2024.11.19 01:35:00.137457 [ 260 ] {3ca9deb1-c75d-4595-9e31-11da920d6195} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3574 | 2024.11.19 01:35:00.137495 [ 260 ] {3ca9deb1-c75d-4595-9e31-11da920d6195} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3575 | 2024.11.19 01:35:00.137854 [ 260 ] {3ca9deb1-c75d-4595-9e31-11da920d6195} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3576 | 2024.11.19 01:35:00.138095 [ 260 ] {3ca9deb1-c75d-4595-9e31-11da920d6195} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3577 | 2024.11.19 01:35:00.138337 [ 260 ] {3ca9deb1-c75d-4595-9e31-11da920d6195} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001595 sec., 8150.470219435736 rows/sec., 508.18 KiB/sec. | ||
| 3578 | 2024.11.19 01:35:00.138486 [ 260 ] {3ca9deb1-c75d-4595-9e31-11da920d6195} <Debug> TCPHandler: Processed in 0.001941984 sec. | ||
| 3579 | 2024.11.19 01:35:00.138705 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3580 | 2024.11.19 01:35:00.138929 [ 257 ] {5049129a-698e-4330-b83e-bd5de26661bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3581 | 2024.11.19 01:35:00.139021 [ 257 ] {5049129a-698e-4330-b83e-bd5de26661bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3582 | 2024.11.19 01:35:00.139900 [ 257 ] {5049129a-698e-4330-b83e-bd5de26661bb} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3583 | 2024.11.19 01:35:00.139941 [ 257 ] {5049129a-698e-4330-b83e-bd5de26661bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3584 | 2024.11.19 01:35:00.140323 [ 257 ] {5049129a-698e-4330-b83e-bd5de26661bb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3585 | 2024.11.19 01:35:00.140559 [ 257 ] {5049129a-698e-4330-b83e-bd5de26661bb} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3586 | 2024.11.19 01:35:00.140776 [ 257 ] {5049129a-698e-4330-b83e-bd5de26661bb} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001905 sec., 222047.24409448818 rows/sec., 15.87 MiB/sec. | ||
| 3587 | 2024.11.19 01:35:00.140829 [ 257 ] {5049129a-698e-4330-b83e-bd5de26661bb} <Debug> TCPHandler: Processed in 0.00223696 sec. | ||
| 3588 | 2024.11.19 01:35:00.140980 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3589 | 2024.11.19 01:35:00.141117 [ 260 ] {615d47f4-e208-4473-8990-a76120e8cd86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3590 | 2024.11.19 01:35:00.141177 [ 260 ] {615d47f4-e208-4473-8990-a76120e8cd86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3591 | 2024.11.19 01:35:00.141683 [ 260 ] {615d47f4-e208-4473-8990-a76120e8cd86} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3592 | 2024.11.19 01:35:00.141719 [ 260 ] {615d47f4-e208-4473-8990-a76120e8cd86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3593 | 2024.11.19 01:35:00.142086 [ 260 ] {615d47f4-e208-4473-8990-a76120e8cd86} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3594 | 2024.11.19 01:35:00.142337 [ 260 ] {615d47f4-e208-4473-8990-a76120e8cd86} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3595 | 2024.11.19 01:35:00.142569 [ 260 ] {615d47f4-e208-4473-8990-a76120e8cd86} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001481 sec., 4051.3166779203243 rows/sec., 211.67 KiB/sec. | ||
| 3596 | 2024.11.19 01:35:00.142713 [ 260 ] {615d47f4-e208-4473-8990-a76120e8cd86} <Debug> TCPHandler: Processed in 0.001796792 sec. | ||
| 3597 | 2024.11.19 01:35:00.142870 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3598 | 2024.11.19 01:35:00.143008 [ 257 ] {b89aa4d6-cf6c-4081-9881-4bb79e688f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3599 | 2024.11.19 01:35:00.143070 [ 257 ] {b89aa4d6-cf6c-4081-9881-4bb79e688f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3600 | 2024.11.19 01:35:00.143658 [ 257 ] {b89aa4d6-cf6c-4081-9881-4bb79e688f24} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3601 | 2024.11.19 01:35:00.143696 [ 257 ] {b89aa4d6-cf6c-4081-9881-4bb79e688f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3602 | 2024.11.19 01:35:00.144061 [ 257 ] {b89aa4d6-cf6c-4081-9881-4bb79e688f24} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3603 | 2024.11.19 01:35:00.144366 [ 257 ] {b89aa4d6-cf6c-4081-9881-4bb79e688f24} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3604 | 2024.11.19 01:35:00.144578 [ 257 ] {b89aa4d6-cf6c-4081-9881-4bb79e688f24} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001601 sec., 148032.4797001874 rows/sec., 9.92 MiB/sec. | ||
| 3605 | 2024.11.19 01:35:00.144630 [ 257 ] {b89aa4d6-cf6c-4081-9881-4bb79e688f24} <Debug> TCPHandler: Processed in 0.001824522 sec. | ||
| 3606 | 2024.11.19 01:35:00.144776 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3607 | 2024.11.19 01:35:00.144914 [ 260 ] {447820d3-9621-48c0-af12-1441af0e0ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3608 | 2024.11.19 01:35:00.144975 [ 260 ] {447820d3-9621-48c0-af12-1441af0e0ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3609 | 2024.11.19 01:35:00.145492 [ 260 ] {447820d3-9621-48c0-af12-1441af0e0ccc} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3610 | 2024.11.19 01:35:00.145528 [ 260 ] {447820d3-9621-48c0-af12-1441af0e0ccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3611 | 2024.11.19 01:35:00.145896 [ 260 ] {447820d3-9621-48c0-af12-1441af0e0ccc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3612 | 2024.11.19 01:35:00.146140 [ 260 ] {447820d3-9621-48c0-af12-1441af0e0ccc} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3613 | 2024.11.19 01:35:00.146359 [ 260 ] {447820d3-9621-48c0-af12-1441af0e0ccc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001468 sec., 681.1989100817439 rows/sec., 45.90 KiB/sec. | ||
| 3614 | 2024.11.19 01:35:00.146510 [ 260 ] {447820d3-9621-48c0-af12-1441af0e0ccc} <Debug> TCPHandler: Processed in 0.001799982 sec. | ||
| 3615 | 2024.11.19 01:35:00.146712 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3616 | 2024.11.19 01:35:00.146933 [ 257 ] {d8320634-23d3-4c3f-9d76-3fc5768d08b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3617 | 2024.11.19 01:35:00.147072 [ 257 ] {d8320634-23d3-4c3f-9d76-3fc5768d08b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3618 | 2024.11.19 01:35:00.148332 [ 257 ] {d8320634-23d3-4c3f-9d76-3fc5768d08b7} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3619 | 2024.11.19 01:35:00.148372 [ 257 ] {d8320634-23d3-4c3f-9d76-3fc5768d08b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3620 | 2024.11.19 01:35:00.149013 [ 257 ] {d8320634-23d3-4c3f-9d76-3fc5768d08b7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3621 | 2024.11.19 01:35:00.149285 [ 257 ] {d8320634-23d3-4c3f-9d76-3fc5768d08b7} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3622 | 2024.11.19 01:35:00.149550 [ 257 ] {d8320634-23d3-4c3f-9d76-3fc5768d08b7} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002671 sec., 15350.056158742043 rows/sec., 27.51 MiB/sec. | ||
| 3623 | 2024.11.19 01:35:00.149643 [ 257 ] {d8320634-23d3-4c3f-9d76-3fc5768d08b7} <Debug> TCPHandler: Processed in 0.003044414 sec. | ||
| 3624 | 2024.11.19 01:35:00.149797 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3625 | 2024.11.19 01:35:00.149935 [ 260 ] {a74299c9-2595-4496-be45-7e949f702880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3626 | 2024.11.19 01:35:00.149995 [ 260 ] {a74299c9-2595-4496-be45-7e949f702880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3627 | 2024.11.19 01:35:00.150516 [ 260 ] {a74299c9-2595-4496-be45-7e949f702880} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3628 | 2024.11.19 01:35:00.150552 [ 260 ] {a74299c9-2595-4496-be45-7e949f702880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3629 | 2024.11.19 01:35:00.150936 [ 260 ] {a74299c9-2595-4496-be45-7e949f702880} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3630 | 2024.11.19 01:35:00.151194 [ 260 ] {a74299c9-2595-4496-be45-7e949f702880} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3631 | 2024.11.19 01:35:00.151367 [ 260 ] {a74299c9-2595-4496-be45-7e949f702880} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001462 sec., 56087.551299589606 rows/sec., 3.56 MiB/sec. | ||
| 3632 | 2024.11.19 01:35:00.151414 [ 260 ] {a74299c9-2595-4496-be45-7e949f702880} <Debug> TCPHandler: Processed in 0.00168364 sec. | ||
| 3633 | 2024.11.19 01:35:02.109804 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46572, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3634 | 2024.11.19 01:35:02.385509 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49301, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3635 | 2024.11.19 01:35:02.415246 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61340, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3636 | 2024.11.19 01:35:02.419637 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36749, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3637 | 2024.11.19 01:35:02.436036 [ 118 ] {} <Debug> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3638 | 2024.11.19 01:35:02.436110 [ 118 ] {} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3639 | 2024.11.19 01:35:02.436152 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3640 | 2024.11.19 01:35:02.436412 [ 195 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 3641 | 2024.11.19 01:35:02.436644 [ 195 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3642 | 2024.11.19 01:35:02.436683 [ 195 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 3643 | 2024.11.19 01:35:02.436776 [ 195 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 3644 | 2024.11.19 01:35:02.437014 [ 195 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 3645 | 2024.11.19 01:35:02.437363 [ 195 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 3646 | 2024.11.19 01:35:02.437542 [ 195 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
| 3647 | 2024.11.19 01:35:02.438531 [ 195 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.002277181 sec., 9661.067785125557 rows/sec., 825.53 KiB/sec. | ||
| 3648 | 2024.11.19 01:35:02.438695 [ 194 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3649 | 2024.11.19 01:35:02.439023 [ 194 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_5_1} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3650 | 2024.11.19 01:35:02.439108 [ 194 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_5_1} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3651 | 2024.11.19 01:35:02.439204 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3652 | 2024.11.19 01:35:02.675564 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49390, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3653 | 2024.11.19 01:35:02.685913 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37331, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3654 | 2024.11.19 01:35:02.728500 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56483, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3655 | 2024.11.19 01:35:02.784814 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3656 | 2024.11.19 01:35:03.303771 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43671, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3657 | 2024.11.19 01:35:03.750957 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60494, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3658 | 2024.11.19 01:35:03.842472 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37651, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3659 | 2024.11.19 01:35:03.922179 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59105, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3660 | 2024.11.19 01:35:03.979974 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58253, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3661 | 2024.11.19 01:35:03.995990 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3662 | 2024.11.19 01:35:04.004580 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45911, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3663 | 2024.11.19 01:35:04.056769 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49282, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3664 | 2024.11.19 01:35:05.118363 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3665 | 2024.11.19 01:35:05.118580 [ 260 ] {efb28fc8-e7bd-4a66-8fba-caa51d9abad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3666 | 2024.11.19 01:35:05.118656 [ 260 ] {efb28fc8-e7bd-4a66-8fba-caa51d9abad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3667 | 2024.11.19 01:35:05.119391 [ 260 ] {efb28fc8-e7bd-4a66-8fba-caa51d9abad2} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3668 | 2024.11.19 01:35:05.119444 [ 260 ] {efb28fc8-e7bd-4a66-8fba-caa51d9abad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3669 | 2024.11.19 01:35:05.119874 [ 260 ] {efb28fc8-e7bd-4a66-8fba-caa51d9abad2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3670 | 2024.11.19 01:35:05.120139 [ 260 ] {efb28fc8-e7bd-4a66-8fba-caa51d9abad2} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3671 | 2024.11.19 01:35:05.120355 [ 260 ] {efb28fc8-e7bd-4a66-8fba-caa51d9abad2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001826 sec., 1095.290251916758 rows/sec., 89.31 KiB/sec. | ||
| 3672 | 2024.11.19 01:35:05.120525 [ 260 ] {efb28fc8-e7bd-4a66-8fba-caa51d9abad2} <Debug> TCPHandler: Processed in 0.002299931 sec. | ||
| 3673 | 2024.11.19 01:35:05.120771 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3674 | 2024.11.19 01:35:05.120959 [ 257 ] {10ff544c-f64c-4f4d-a74c-ee0c09223a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3675 | 2024.11.19 01:35:05.121032 [ 257 ] {10ff544c-f64c-4f4d-a74c-ee0c09223a45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3676 | 2024.11.19 01:35:05.121787 [ 257 ] {10ff544c-f64c-4f4d-a74c-ee0c09223a45} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3677 | 2024.11.19 01:35:05.121839 [ 257 ] {10ff544c-f64c-4f4d-a74c-ee0c09223a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3678 | 2024.11.19 01:35:05.122267 [ 257 ] {10ff544c-f64c-4f4d-a74c-ee0c09223a45} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3679 | 2024.11.19 01:35:05.122522 [ 257 ] {10ff544c-f64c-4f4d-a74c-ee0c09223a45} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3680 | 2024.11.19 01:35:05.122812 [ 257 ] {10ff544c-f64c-4f4d-a74c-ee0c09223a45} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001894 sec., 30095.036958817316 rows/sec., 2.31 MiB/sec. | ||
| 3681 | 2024.11.19 01:35:05.123030 [ 257 ] {10ff544c-f64c-4f4d-a74c-ee0c09223a45} <Debug> TCPHandler: Processed in 0.002381293 sec. | ||
| 3682 | 2024.11.19 01:35:05.123234 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3683 | 2024.11.19 01:35:05.123361 [ 260 ] {3ff543ea-f0ab-4566-baad-f145d7f3310f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3684 | 2024.11.19 01:35:05.123414 [ 260 ] {3ff543ea-f0ab-4566-baad-f145d7f3310f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3685 | 2024.11.19 01:35:05.123990 [ 260 ] {3ff543ea-f0ab-4566-baad-f145d7f3310f} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3686 | 2024.11.19 01:35:05.124029 [ 260 ] {3ff543ea-f0ab-4566-baad-f145d7f3310f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3687 | 2024.11.19 01:35:05.124400 [ 260 ] {3ff543ea-f0ab-4566-baad-f145d7f3310f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3688 | 2024.11.19 01:35:05.124641 [ 260 ] {3ff543ea-f0ab-4566-baad-f145d7f3310f} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3689 | 2024.11.19 01:35:05.124821 [ 260 ] {3ff543ea-f0ab-4566-baad-f145d7f3310f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00149 sec., 1342.2818791946308 rows/sec., 93.72 KiB/sec. | ||
| 3690 | 2024.11.19 01:35:05.124876 [ 260 ] {3ff543ea-f0ab-4566-baad-f145d7f3310f} <Debug> TCPHandler: Processed in 0.00170416 sec. | ||
| 3691 | 2024.11.19 01:35:05.125028 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3692 | 2024.11.19 01:35:05.125155 [ 257 ] {251b5dc6-fa85-44a3-adec-3390236dc6d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3693 | 2024.11.19 01:35:05.125207 [ 257 ] {251b5dc6-fa85-44a3-adec-3390236dc6d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3694 | 2024.11.19 01:35:05.125856 [ 257 ] {251b5dc6-fa85-44a3-adec-3390236dc6d6} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3695 | 2024.11.19 01:35:05.125898 [ 257 ] {251b5dc6-fa85-44a3-adec-3390236dc6d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3696 | 2024.11.19 01:35:05.126267 [ 257 ] {251b5dc6-fa85-44a3-adec-3390236dc6d6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3697 | 2024.11.19 01:35:05.126516 [ 257 ] {251b5dc6-fa85-44a3-adec-3390236dc6d6} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3698 | 2024.11.19 01:35:05.126728 [ 257 ] {251b5dc6-fa85-44a3-adec-3390236dc6d6} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001601 sec., 41224.23485321674 rows/sec., 3.22 MiB/sec. | ||
| 3699 | 2024.11.19 01:35:05.126784 [ 257 ] {251b5dc6-fa85-44a3-adec-3390236dc6d6} <Debug> TCPHandler: Processed in 0.001814102 sec. | ||
| 3700 | 2024.11.19 01:35:05.126955 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3701 | 2024.11.19 01:35:05.127094 [ 260 ] {d9310e2e-bd1b-4991-bbb2-7324c9c037a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3702 | 2024.11.19 01:35:05.127157 [ 260 ] {d9310e2e-bd1b-4991-bbb2-7324c9c037a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3703 | 2024.11.19 01:35:05.127795 [ 260 ] {d9310e2e-bd1b-4991-bbb2-7324c9c037a2} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3704 | 2024.11.19 01:35:05.127831 [ 260 ] {d9310e2e-bd1b-4991-bbb2-7324c9c037a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3705 | 2024.11.19 01:35:05.128227 [ 260 ] {d9310e2e-bd1b-4991-bbb2-7324c9c037a2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3706 | 2024.11.19 01:35:05.128468 [ 260 ] {d9310e2e-bd1b-4991-bbb2-7324c9c037a2} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3707 | 2024.11.19 01:35:05.128675 [ 260 ] {d9310e2e-bd1b-4991-bbb2-7324c9c037a2} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00161 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
| 3708 | 2024.11.19 01:35:05.128789 [ 260 ] {d9310e2e-bd1b-4991-bbb2-7324c9c037a2} <Debug> TCPHandler: Processed in 0.001895834 sec. | ||
| 3709 | 2024.11.19 01:35:05.129038 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3710 | 2024.11.19 01:35:05.129180 [ 257 ] {941b3a91-3cde-4b9e-9e86-d8fa0284809a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3711 | 2024.11.19 01:35:05.129241 [ 257 ] {941b3a91-3cde-4b9e-9e86-d8fa0284809a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3712 | 2024.11.19 01:35:05.129766 [ 257 ] {941b3a91-3cde-4b9e-9e86-d8fa0284809a} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3713 | 2024.11.19 01:35:05.129803 [ 257 ] {941b3a91-3cde-4b9e-9e86-d8fa0284809a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3714 | 2024.11.19 01:35:05.130163 [ 257 ] {941b3a91-3cde-4b9e-9e86-d8fa0284809a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3715 | 2024.11.19 01:35:05.130467 [ 257 ] {941b3a91-3cde-4b9e-9e86-d8fa0284809a} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3716 | 2024.11.19 01:35:05.130679 [ 257 ] {941b3a91-3cde-4b9e-9e86-d8fa0284809a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00153 sec., 39215.686274509804 rows/sec., 2.64 MiB/sec. | ||
| 3717 | 2024.11.19 01:35:05.130730 [ 257 ] {941b3a91-3cde-4b9e-9e86-d8fa0284809a} <Debug> TCPHandler: Processed in 0.001824453 sec. | ||
| 3718 | 2024.11.19 01:35:08.848615 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 558 | ||
| 3719 | 2024.11.19 01:35:08.851550 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3720 | 2024.11.19 01:35:08.851598 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3721 | 2024.11.19 01:35:08.853162 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3722 | 2024.11.19 01:35:08.853470 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3723 | 2024.11.19 01:35:08.854204 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 558 | ||
| 3724 | 2024.11.19 01:35:10.119039 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3725 | 2024.11.19 01:35:10.119329 [ 260 ] {9a96117f-aeab-4e81-b3df-a88c3c46680e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3726 | 2024.11.19 01:35:10.119441 [ 260 ] {9a96117f-aeab-4e81-b3df-a88c3c46680e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3727 | 2024.11.19 01:35:10.120376 [ 260 ] {9a96117f-aeab-4e81-b3df-a88c3c46680e} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3728 | 2024.11.19 01:35:10.120429 [ 260 ] {9a96117f-aeab-4e81-b3df-a88c3c46680e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3729 | 2024.11.19 01:35:10.120873 [ 260 ] {9a96117f-aeab-4e81-b3df-a88c3c46680e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3730 | 2024.11.19 01:35:10.121139 [ 260 ] {9a96117f-aeab-4e81-b3df-a88c3c46680e} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3731 | 2024.11.19 01:35:10.121395 [ 260 ] {9a96117f-aeab-4e81-b3df-a88c3c46680e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002141 sec., 26156.001868285846 rows/sec., 2.01 MiB/sec. | ||
| 3732 | 2024.11.19 01:35:10.121462 [ 260 ] {9a96117f-aeab-4e81-b3df-a88c3c46680e} <Debug> TCPHandler: Processed in 0.002597506 sec. | ||
| 3733 | 2024.11.19 01:35:10.121721 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3734 | 2024.11.19 01:35:10.121913 [ 257 ] {55334b1a-cd1d-4628-a292-ee2586eb39bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3735 | 2024.11.19 01:35:10.121988 [ 257 ] {55334b1a-cd1d-4628-a292-ee2586eb39bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3736 | 2024.11.19 01:35:10.122769 [ 257 ] {55334b1a-cd1d-4628-a292-ee2586eb39bd} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3737 | 2024.11.19 01:35:10.122820 [ 257 ] {55334b1a-cd1d-4628-a292-ee2586eb39bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3738 | 2024.11.19 01:35:10.123271 [ 257 ] {55334b1a-cd1d-4628-a292-ee2586eb39bd} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3739 | 2024.11.19 01:35:10.123534 [ 257 ] {55334b1a-cd1d-4628-a292-ee2586eb39bd} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3740 | 2024.11.19 01:35:10.123777 [ 257 ] {55334b1a-cd1d-4628-a292-ee2586eb39bd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001915 sec., 33420.36553524804 rows/sec., 2.61 MiB/sec. | ||
| 3741 | 2024.11.19 01:35:10.123842 [ 257 ] {55334b1a-cd1d-4628-a292-ee2586eb39bd} <Debug> TCPHandler: Processed in 0.00225583 sec. | ||
| 3742 | 2024.11.19 01:35:10.124021 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3743 | 2024.11.19 01:35:10.124171 [ 260 ] {9381d7ae-4241-4822-a937-d2e93a3a65f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3744 | 2024.11.19 01:35:10.124240 [ 260 ] {9381d7ae-4241-4822-a937-d2e93a3a65f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3745 | 2024.11.19 01:35:10.124933 [ 260 ] {9381d7ae-4241-4822-a937-d2e93a3a65f1} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3746 | 2024.11.19 01:35:10.124975 [ 260 ] {9381d7ae-4241-4822-a937-d2e93a3a65f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3747 | 2024.11.19 01:35:10.125387 [ 260 ] {9381d7ae-4241-4822-a937-d2e93a3a65f1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3748 | 2024.11.19 01:35:10.125634 [ 260 ] {9381d7ae-4241-4822-a937-d2e93a3a65f1} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3749 | 2024.11.19 01:35:10.125855 [ 260 ] {9381d7ae-4241-4822-a937-d2e93a3a65f1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00172 sec., 93023.2558139535 rows/sec., 6.48 MiB/sec. | ||
| 3750 | 2024.11.19 01:35:10.125911 [ 260 ] {9381d7ae-4241-4822-a937-d2e93a3a65f1} <Debug> TCPHandler: Processed in 0.001966045 sec. | ||
| 3751 | 2024.11.19 01:35:10.126095 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3752 | 2024.11.19 01:35:10.126246 [ 257 ] {6e207871-11cc-448e-87f1-d5a3da343a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3753 | 2024.11.19 01:35:10.126311 [ 257 ] {6e207871-11cc-448e-87f1-d5a3da343a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3754 | 2024.11.19 01:35:10.126908 [ 257 ] {6e207871-11cc-448e-87f1-d5a3da343a83} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3755 | 2024.11.19 01:35:10.126951 [ 257 ] {6e207871-11cc-448e-87f1-d5a3da343a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3756 | 2024.11.19 01:35:10.127338 [ 257 ] {6e207871-11cc-448e-87f1-d5a3da343a83} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3757 | 2024.11.19 01:35:10.127584 [ 257 ] {6e207871-11cc-448e-87f1-d5a3da343a83} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3758 | 2024.11.19 01:35:10.127806 [ 257 ] {6e207871-11cc-448e-87f1-d5a3da343a83} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001597 sec., 37570.44458359424 rows/sec., 2.53 MiB/sec. | ||
| 3759 | 2024.11.19 01:35:10.127861 [ 257 ] {6e207871-11cc-448e-87f1-d5a3da343a83} <Debug> TCPHandler: Processed in 0.001836453 sec. | ||
| 3760 | 2024.11.19 01:35:13.712530 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3761 | 2024.11.19 01:35:13.712632 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3762 | 2024.11.19 01:35:15.124651 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3763 | 2024.11.19 01:35:15.124964 [ 260 ] {ef76c3c0-fa49-4a23-9707-4f3177d71106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3764 | 2024.11.19 01:35:15.125076 [ 260 ] {ef76c3c0-fa49-4a23-9707-4f3177d71106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3765 | 2024.11.19 01:35:15.125857 [ 260 ] {ef76c3c0-fa49-4a23-9707-4f3177d71106} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3766 | 2024.11.19 01:35:15.125914 [ 260 ] {ef76c3c0-fa49-4a23-9707-4f3177d71106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3767 | 2024.11.19 01:35:15.126360 [ 260 ] {ef76c3c0-fa49-4a23-9707-4f3177d71106} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3768 | 2024.11.19 01:35:15.126616 [ 260 ] {ef76c3c0-fa49-4a23-9707-4f3177d71106} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3769 | 2024.11.19 01:35:15.126857 [ 260 ] {ef76c3c0-fa49-4a23-9707-4f3177d71106} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001979 sec., 7074.279939363315 rows/sec., 509.25 KiB/sec. | ||
| 3770 | 2024.11.19 01:35:15.126967 [ 260 ] {ef76c3c0-fa49-4a23-9707-4f3177d71106} <Debug> TCPHandler: Processed in 0.002506865 sec. | ||
| 3771 | 2024.11.19 01:35:15.127230 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3772 | 2024.11.19 01:35:15.127444 [ 257 ] {a5608465-b019-4f05-9907-25d48daf50af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3773 | 2024.11.19 01:35:15.127525 [ 257 ] {a5608465-b019-4f05-9907-25d48daf50af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3774 | 2024.11.19 01:35:15.128479 [ 257 ] {a5608465-b019-4f05-9907-25d48daf50af} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3775 | 2024.11.19 01:35:15.128528 [ 257 ] {a5608465-b019-4f05-9907-25d48daf50af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3776 | 2024.11.19 01:35:15.128984 [ 257 ] {a5608465-b019-4f05-9907-25d48daf50af} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3777 | 2024.11.19 01:35:15.129249 [ 257 ] {a5608465-b019-4f05-9907-25d48daf50af} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3778 | 2024.11.19 01:35:15.129442 [ 106 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3779 | 2024.11.19 01:35:15.129511 [ 257 ] {a5608465-b019-4f05-9907-25d48daf50af} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002121 sec., 134370.57991513435 rows/sec., 11.87 MiB/sec. | ||
| 3780 | 2024.11.19 01:35:15.129528 [ 106 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3781 | 2024.11.19 01:35:15.129596 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3782 | 2024.11.19 01:35:15.129654 [ 257 ] {a5608465-b019-4f05-9907-25d48daf50af} <Debug> TCPHandler: Processed in 0.002562456 sec. | ||
| 3783 | 2024.11.19 01:35:15.129882 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::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 | ||
| 3784 | 2024.11.19 01:35:15.129964 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3785 | 2024.11.19 01:35:15.130062 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3786 | 2024.11.19 01:35:15.130138 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1435 rows starting from the beginning of the part | ||
| 3787 | 2024.11.19 01:35:15.130233 [ 260 ] {64e69dd7-c2d8-4905-8129-ed497cd518e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3788 | 2024.11.19 01:35:15.130357 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
| 3789 | 2024.11.19 01:35:15.130408 [ 260 ] {64e69dd7-c2d8-4905-8129-ed497cd518e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3790 | 2024.11.19 01:35:15.130752 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 285 rows starting from the beginning of the part | ||
| 3791 | 2024.11.19 01:35:15.131178 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 57 rows starting from the beginning of the part | ||
| 3792 | 2024.11.19 01:35:15.131500 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
| 3793 | 2024.11.19 01:35:15.131868 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 285 rows starting from the beginning of the part | ||
| 3794 | 2024.11.19 01:35:15.133271 [ 260 ] {64e69dd7-c2d8-4905-8129-ed497cd518e4} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3795 | 2024.11.19 01:35:15.133340 [ 260 ] {64e69dd7-c2d8-4905-8129-ed497cd518e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3796 | 2024.11.19 01:35:15.134581 [ 260 ] {64e69dd7-c2d8-4905-8129-ed497cd518e4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3797 | 2024.11.19 01:35:15.135054 [ 260 ] {64e69dd7-c2d8-4905-8129-ed497cd518e4} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3798 | 2024.11.19 01:35:15.135770 [ 260 ] {64e69dd7-c2d8-4905-8129-ed497cd518e4} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005586 sec., 8592.910848549947 rows/sec., 633.56 KiB/sec. | ||
| 3799 | 2024.11.19 01:35:15.136095 [ 260 ] {64e69dd7-c2d8-4905-8129-ed497cd518e4} <Debug> TCPHandler: Processed in 0.006299793 sec. | ||
| 3800 | 2024.11.19 01:35:15.136103 [ 194 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.006395714 sec., 339915.13691825495 rows/sec., 30.00 MiB/sec. | ||
| 3801 | 2024.11.19 01:35:15.136280 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3802 | 2024.11.19 01:35:15.136413 [ 194 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3803 | 2024.11.19 01:35:15.136453 [ 257 ] {3c90a4f5-e23d-4006-b36c-5671fb207c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3804 | 2024.11.19 01:35:15.136539 [ 257 ] {3c90a4f5-e23d-4006-b36c-5671fb207c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3805 | 2024.11.19 01:35:15.136966 [ 194 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_31_6} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3806 | 2024.11.19 01:35:15.137208 [ 194 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_31_6} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3807 | 2024.11.19 01:35:15.137345 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 3808 | 2024.11.19 01:35:15.137617 [ 257 ] {3c90a4f5-e23d-4006-b36c-5671fb207c77} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3809 | 2024.11.19 01:35:15.137664 [ 257 ] {3c90a4f5-e23d-4006-b36c-5671fb207c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3810 | 2024.11.19 01:35:15.138050 [ 257 ] {3c90a4f5-e23d-4006-b36c-5671fb207c77} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3811 | 2024.11.19 01:35:15.138297 [ 257 ] {3c90a4f5-e23d-4006-b36c-5671fb207c77} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3812 | 2024.11.19 01:35:15.138516 [ 257 ] {3c90a4f5-e23d-4006-b36c-5671fb207c77} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002114 sec., 6622.516556291391 rows/sec., 463.80 KiB/sec. | ||
| 3813 | 2024.11.19 01:35:15.138577 [ 257 ] {3c90a4f5-e23d-4006-b36c-5671fb207c77} <Debug> TCPHandler: Processed in 0.002362652 sec. | ||
| 3814 | 2024.11.19 01:35:15.138737 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3815 | 2024.11.19 01:35:15.138880 [ 260 ] {afe08bac-7923-4353-82d0-51584e0c4338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3816 | 2024.11.19 01:35:15.138941 [ 260 ] {afe08bac-7923-4353-82d0-51584e0c4338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3817 | 2024.11.19 01:35:15.139541 [ 260 ] {afe08bac-7923-4353-82d0-51584e0c4338} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3818 | 2024.11.19 01:35:15.139581 [ 260 ] {afe08bac-7923-4353-82d0-51584e0c4338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3819 | 2024.11.19 01:35:15.139942 [ 260 ] {afe08bac-7923-4353-82d0-51584e0c4338} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3820 | 2024.11.19 01:35:15.140187 [ 260 ] {afe08bac-7923-4353-82d0-51584e0c4338} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3821 | 2024.11.19 01:35:15.140422 [ 260 ] {afe08bac-7923-4353-82d0-51584e0c4338} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001568 sec., 8290.816326530612 rows/sec., 516.93 KiB/sec. | ||
| 3822 | 2024.11.19 01:35:15.140514 [ 260 ] {afe08bac-7923-4353-82d0-51584e0c4338} <Debug> TCPHandler: Processed in 0.001843213 sec. | ||
| 3823 | 2024.11.19 01:35:15.140725 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3824 | 2024.11.19 01:35:15.140949 [ 257 ] {97134bc5-9237-4b35-8ebe-f3a272894c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3825 | 2024.11.19 01:35:15.141041 [ 257 ] {97134bc5-9237-4b35-8ebe-f3a272894c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3826 | 2024.11.19 01:35:15.141813 [ 257 ] {97134bc5-9237-4b35-8ebe-f3a272894c82} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3827 | 2024.11.19 01:35:15.141854 [ 257 ] {97134bc5-9237-4b35-8ebe-f3a272894c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3828 | 2024.11.19 01:35:15.142238 [ 257 ] {97134bc5-9237-4b35-8ebe-f3a272894c82} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3829 | 2024.11.19 01:35:15.142483 [ 257 ] {97134bc5-9237-4b35-8ebe-f3a272894c82} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3830 | 2024.11.19 01:35:15.142655 [ 106 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3831 | 2024.11.19 01:35:15.142709 [ 106 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3832 | 2024.11.19 01:35:15.142725 [ 257 ] {97134bc5-9237-4b35-8ebe-f3a272894c82} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001826 sec., 231653.8882803943 rows/sec., 16.56 MiB/sec. | ||
| 3833 | 2024.11.19 01:35:15.142755 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3834 | 2024.11.19 01:35:15.142888 [ 257 ] {97134bc5-9237-4b35-8ebe-f3a272894c82} <Debug> TCPHandler: Processed in 0.00226749 sec. | ||
| 3835 | 2024.11.19 01:35:15.143088 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::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 | ||
| 3836 | 2024.11.19 01:35:15.143148 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3837 | 2024.11.19 01:35:15.143288 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3838 | 2024.11.19 01:35:15.143309 [ 260 ] {05e26115-3949-456f-ba04-7c8f335ef390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3839 | 2024.11.19 01:35:15.143351 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 915 rows starting from the beginning of the part | ||
| 3840 | 2024.11.19 01:35:15.143388 [ 260 ] {05e26115-3949-456f-ba04-7c8f335ef390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3841 | 2024.11.19 01:35:15.143575 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
| 3842 | 2024.11.19 01:35:15.143890 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 423 rows starting from the beginning of the part | ||
| 3843 | 2024.11.19 01:35:15.144277 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 66 rows starting from the beginning of the part | ||
| 3844 | 2024.11.19 01:35:15.144525 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part | ||
| 3845 | 2024.11.19 01:35:15.144837 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 423 rows starting from the beginning of the part | ||
| 3846 | 2024.11.19 01:35:15.145396 [ 260 ] {05e26115-3949-456f-ba04-7c8f335ef390} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3847 | 2024.11.19 01:35:15.145443 [ 260 ] {05e26115-3949-456f-ba04-7c8f335ef390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3848 | 2024.11.19 01:35:15.146024 [ 260 ] {05e26115-3949-456f-ba04-7c8f335ef390} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3849 | 2024.11.19 01:35:15.146328 [ 260 ] {05e26115-3949-456f-ba04-7c8f335ef390} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3850 | 2024.11.19 01:35:15.146625 [ 260 ] {05e26115-3949-456f-ba04-7c8f335ef390} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003351 sec., 1790.510295434199 rows/sec., 93.55 KiB/sec. | ||
| 3851 | 2024.11.19 01:35:15.146808 [ 260 ] {05e26115-3949-456f-ba04-7c8f335ef390} <Debug> TCPHandler: Processed in 0.003726196 sec. | ||
| 3852 | 2024.11.19 01:35:15.146884 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.003980942 sec., 491089.7973394236 rows/sec., 37.59 MiB/sec. | ||
| 3853 | 2024.11.19 01:35:15.146986 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3854 | 2024.11.19 01:35:15.147116 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3855 | 2024.11.19 01:35:15.147159 [ 257 ] {d96faaff-da0d-4cc5-9aa2-0d1301c12ef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3856 | 2024.11.19 01:35:15.147259 [ 257 ] {d96faaff-da0d-4cc5-9aa2-0d1301c12ef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3857 | 2024.11.19 01:35:15.147711 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_31_6} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3858 | 2024.11.19 01:35:15.147899 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_31_6} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3859 | 2024.11.19 01:35:15.148002 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3860 | 2024.11.19 01:35:15.148300 [ 257 ] {d96faaff-da0d-4cc5-9aa2-0d1301c12ef5} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3861 | 2024.11.19 01:35:15.148345 [ 257 ] {d96faaff-da0d-4cc5-9aa2-0d1301c12ef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3862 | 2024.11.19 01:35:15.148754 [ 257 ] {d96faaff-da0d-4cc5-9aa2-0d1301c12ef5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3863 | 2024.11.19 01:35:15.148999 [ 257 ] {d96faaff-da0d-4cc5-9aa2-0d1301c12ef5} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3864 | 2024.11.19 01:35:15.149148 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3865 | 2024.11.19 01:35:15.149207 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3866 | 2024.11.19 01:35:15.149235 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3867 | 2024.11.19 01:35:15.149253 [ 257 ] {d96faaff-da0d-4cc5-9aa2-0d1301c12ef5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002134 sec., 111059.04404873477 rows/sec., 7.44 MiB/sec. | ||
| 3868 | 2024.11.19 01:35:15.149631 [ 257 ] {d96faaff-da0d-4cc5-9aa2-0d1301c12ef5} <Debug> TCPHandler: Processed in 0.002705169 sec. | ||
| 3869 | 2024.11.19 01:35:15.149638 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 3870 | 2024.11.19 01:35:15.149916 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3871 | 2024.11.19 01:35:15.150298 [ 260 ] {dda0b21f-cfd8-4bf1-b642-8b9d4277d736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3872 | 2024.11.19 01:35:15.150300 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3873 | 2024.11.19 01:35:15.150395 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 5696 rows starting from the beginning of the part | ||
| 3874 | 2024.11.19 01:35:15.150406 [ 260 ] {dda0b21f-cfd8-4bf1-b642-8b9d4277d736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3875 | 2024.11.19 01:35:15.150779 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 3876 | 2024.11.19 01:35:15.151168 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 237 rows starting from the beginning of the part | ||
| 3877 | 2024.11.19 01:35:15.151523 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 161 rows starting from the beginning of the part | ||
| 3878 | 2024.11.19 01:35:15.151850 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 3879 | 2024.11.19 01:35:15.152055 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 3880 | 2024.11.19 01:35:15.152902 [ 260 ] {dda0b21f-cfd8-4bf1-b642-8b9d4277d736} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3881 | 2024.11.19 01:35:15.152969 [ 260 ] {dda0b21f-cfd8-4bf1-b642-8b9d4277d736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3882 | 2024.11.19 01:35:15.153776 [ 260 ] {dda0b21f-cfd8-4bf1-b642-8b9d4277d736} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3883 | 2024.11.19 01:35:15.154322 [ 260 ] {dda0b21f-cfd8-4bf1-b642-8b9d4277d736} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3884 | 2024.11.19 01:35:15.155050 [ 260 ] {dda0b21f-cfd8-4bf1-b642-8b9d4277d736} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004831 sec., 206.99648105982197 rows/sec., 13.95 KiB/sec. | ||
| 3885 | 2024.11.19 01:35:15.155284 [ 260 ] {dda0b21f-cfd8-4bf1-b642-8b9d4277d736} <Debug> TCPHandler: Processed in 0.005516669 sec. | ||
| 3886 | 2024.11.19 01:35:15.155579 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3887 | 2024.11.19 01:35:15.155811 [ 257 ] {9447b974-dbfc-4ea0-850d-663da784280e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3888 | 2024.11.19 01:35:15.156098 [ 257 ] {9447b974-dbfc-4ea0-850d-663da784280e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3889 | 2024.11.19 01:35:15.157053 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6651 rows, containing 5 columns (5 merged, 0 gathered) in 0.007741129 sec., 859177.0011841941 rows/sec., 58.48 MiB/sec. | ||
| 3890 | 2024.11.19 01:35:15.157689 [ 257 ] {9447b974-dbfc-4ea0-850d-663da784280e} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3891 | 2024.11.19 01:35:15.157736 [ 257 ] {9447b974-dbfc-4ea0-850d-663da784280e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3892 | 2024.11.19 01:35:15.157971 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3893 | 2024.11.19 01:35:15.158600 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3894 | 2024.11.19 01:35:15.158808 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3895 | 2024.11.19 01:35:15.158963 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. | ||
| 3896 | 2024.11.19 01:35:15.159115 [ 257 ] {9447b974-dbfc-4ea0-850d-663da784280e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3897 | 2024.11.19 01:35:15.159409 [ 257 ] {9447b974-dbfc-4ea0-850d-663da784280e} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3898 | 2024.11.19 01:35:15.159770 [ 257 ] {9447b974-dbfc-4ea0-850d-663da784280e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003993 sec., 10267.968945654897 rows/sec., 18.40 MiB/sec. | ||
| 3899 | 2024.11.19 01:35:15.160022 [ 257 ] {9447b974-dbfc-4ea0-850d-663da784280e} <Debug> TCPHandler: Processed in 0.004622603 sec. | ||
| 3900 | 2024.11.19 01:35:15.160191 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3901 | 2024.11.19 01:35:15.160328 [ 260 ] {f108499a-bfac-40cb-bab3-e0fb6e7a91a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3902 | 2024.11.19 01:35:15.160389 [ 260 ] {f108499a-bfac-40cb-bab3-e0fb6e7a91a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3903 | 2024.11.19 01:35:15.160966 [ 260 ] {f108499a-bfac-40cb-bab3-e0fb6e7a91a4} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3904 | 2024.11.19 01:35:15.161012 [ 260 ] {f108499a-bfac-40cb-bab3-e0fb6e7a91a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3905 | 2024.11.19 01:35:15.161386 [ 260 ] {f108499a-bfac-40cb-bab3-e0fb6e7a91a4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3906 | 2024.11.19 01:35:15.161626 [ 260 ] {f108499a-bfac-40cb-bab3-e0fb6e7a91a4} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3907 | 2024.11.19 01:35:15.161789 [ 106 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3908 | 2024.11.19 01:35:15.161850 [ 106 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3909 | 2024.11.19 01:35:15.161876 [ 260 ] {f108499a-bfac-40cb-bab3-e0fb6e7a91a4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001566 sec., 52362.70753512133 rows/sec., 3.33 MiB/sec. | ||
| 3910 | 2024.11.19 01:35:15.161889 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3911 | 2024.11.19 01:35:15.162057 [ 260 ] {f108499a-bfac-40cb-bab3-e0fb6e7a91a4} <Debug> TCPHandler: Processed in 0.001924864 sec. | ||
| 3912 | 2024.11.19 01:35:15.162362 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::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 | ||
| 3913 | 2024.11.19 01:35:15.162595 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3914 | 2024.11.19 01:35:15.162629 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1378 rows starting from the beginning of the part | ||
| 3915 | 2024.11.19 01:35:15.162721 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 3916 | 2024.11.19 01:35:15.162919 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
| 3917 | 2024.11.19 01:35:15.163130 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 3918 | 2024.11.19 01:35:15.163297 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 3919 | 2024.11.19 01:35:15.163472 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 3920 | 2024.11.19 01:35:15.164760 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1722 rows, containing 4 columns (4 merged, 0 gathered) in 0.002730379 sec., 630681.6745953584 rows/sec., 41.72 MiB/sec. | ||
| 3921 | 2024.11.19 01:35:15.165012 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3922 | 2024.11.19 01:35:15.165364 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_31_6} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3923 | 2024.11.19 01:35:15.165466 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_31_6} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3924 | 2024.11.19 01:35:15.165567 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3925 | 2024.11.19 01:35:18.854588 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 588 | ||
| 3926 | 2024.11.19 01:35:18.857695 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3927 | 2024.11.19 01:35:18.857746 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3928 | 2024.11.19 01:35:18.859149 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3929 | 2024.11.19 01:35:18.859471 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3930 | 2024.11.19 01:35:18.859722 [ 101 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3931 | 2024.11.19 01:35:18.859890 [ 101 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3932 | 2024.11.19 01:35:18.860019 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3933 | 2024.11.19 01:35:18.860649 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 3934 | 2024.11.19 01:35:18.861169 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 588 | ||
| 3935 | 2024.11.19 01:35:18.861752 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3936 | 2024.11.19 01:35:18.861941 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 440 rows starting from the beginning of the part | ||
| 3937 | 2024.11.19 01:35:18.862561 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part | ||
| 3938 | 2024.11.19 01:35:18.863172 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 3939 | 2024.11.19 01:35:18.863699 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part | ||
| 3940 | 2024.11.19 01:35:18.864217 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 3941 | 2024.11.19 01:35:18.864684 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
| 3942 | 2024.11.19 01:35:18.873246 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 72 columns (72 merged, 0 gathered) in 0.013005493 sec., 45211.66556315858 rows/sec., 40.05 MiB/sec. | ||
| 3943 | 2024.11.19 01:35:18.874151 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3944 | 2024.11.19 01:35:18.874874 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_16_3} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3945 | 2024.11.19 01:35:18.874959 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_16_3} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3946 | 2024.11.19 01:35:18.875160 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.97 MiB. | ||
| 3947 | 2024.11.19 01:35:19.000247 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.01 MiB, peak 162.89 MiB, free memory in arenas 0.00 B, will set to 159.39 MiB (RSS), difference: 1.38 MiB | ||
| 3948 | 2024.11.19 01:35:20.117230 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3949 | 2024.11.19 01:35:20.117533 [ 260 ] {be2ba59a-ba48-4d74-b33c-2f1d8e46d57d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3950 | 2024.11.19 01:35:20.117648 [ 260 ] {be2ba59a-ba48-4d74-b33c-2f1d8e46d57d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3951 | 2024.11.19 01:35:20.118671 [ 260 ] {be2ba59a-ba48-4d74-b33c-2f1d8e46d57d} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3952 | 2024.11.19 01:35:20.118725 [ 260 ] {be2ba59a-ba48-4d74-b33c-2f1d8e46d57d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3953 | 2024.11.19 01:35:20.119157 [ 260 ] {be2ba59a-ba48-4d74-b33c-2f1d8e46d57d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3954 | 2024.11.19 01:35:20.119433 [ 260 ] {be2ba59a-ba48-4d74-b33c-2f1d8e46d57d} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3955 | 2024.11.19 01:35:20.119664 [ 260 ] {be2ba59a-ba48-4d74-b33c-2f1d8e46d57d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002216 sec., 902.5270758122743 rows/sec., 73.59 KiB/sec. | ||
| 3956 | 2024.11.19 01:35:20.119727 [ 260 ] {be2ba59a-ba48-4d74-b33c-2f1d8e46d57d} <Debug> TCPHandler: Processed in 0.002688848 sec. | ||
| 3957 | 2024.11.19 01:35:20.119992 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3958 | 2024.11.19 01:35:20.120181 [ 257 ] {70bfd412-16ed-4f86-be3d-cd8127ae2017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3959 | 2024.11.19 01:35:20.120251 [ 257 ] {70bfd412-16ed-4f86-be3d-cd8127ae2017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3960 | 2024.11.19 01:35:20.121017 [ 257 ] {70bfd412-16ed-4f86-be3d-cd8127ae2017} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3961 | 2024.11.19 01:35:20.121061 [ 257 ] {70bfd412-16ed-4f86-be3d-cd8127ae2017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3962 | 2024.11.19 01:35:20.121494 [ 257 ] {70bfd412-16ed-4f86-be3d-cd8127ae2017} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3963 | 2024.11.19 01:35:20.121759 [ 257 ] {70bfd412-16ed-4f86-be3d-cd8127ae2017} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3964 | 2024.11.19 01:35:20.122023 [ 257 ] {70bfd412-16ed-4f86-be3d-cd8127ae2017} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001887 sec., 30206.677265500795 rows/sec., 2.32 MiB/sec. | ||
| 3965 | 2024.11.19 01:35:20.122207 [ 257 ] {70bfd412-16ed-4f86-be3d-cd8127ae2017} <Debug> TCPHandler: Processed in 0.002340592 sec. | ||
| 3966 | 2024.11.19 01:35:20.122487 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3967 | 2024.11.19 01:35:20.122714 [ 260 ] {b6394150-5139-45e1-aa1e-85775aab8610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3968 | 2024.11.19 01:35:20.122811 [ 260 ] {b6394150-5139-45e1-aa1e-85775aab8610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3969 | 2024.11.19 01:35:20.123608 [ 260 ] {b6394150-5139-45e1-aa1e-85775aab8610} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3970 | 2024.11.19 01:35:20.123651 [ 260 ] {b6394150-5139-45e1-aa1e-85775aab8610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3971 | 2024.11.19 01:35:20.124016 [ 260 ] {b6394150-5139-45e1-aa1e-85775aab8610} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3972 | 2024.11.19 01:35:20.124258 [ 260 ] {b6394150-5139-45e1-aa1e-85775aab8610} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3973 | 2024.11.19 01:35:20.124525 [ 260 ] {b6394150-5139-45e1-aa1e-85775aab8610} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00187 sec., 1069.51871657754 rows/sec., 74.68 KiB/sec. | ||
| 3974 | 2024.11.19 01:35:20.124740 [ 260 ] {b6394150-5139-45e1-aa1e-85775aab8610} <Debug> TCPHandler: Processed in 0.002389353 sec. | ||
| 3975 | 2024.11.19 01:35:20.124967 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3976 | 2024.11.19 01:35:20.125192 [ 257 ] {45cae37d-a011-4a9a-aedd-83ce928761fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3977 | 2024.11.19 01:35:20.125283 [ 257 ] {45cae37d-a011-4a9a-aedd-83ce928761fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3978 | 2024.11.19 01:35:20.125904 [ 257 ] {45cae37d-a011-4a9a-aedd-83ce928761fb} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3979 | 2024.11.19 01:35:20.125944 [ 257 ] {45cae37d-a011-4a9a-aedd-83ce928761fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3980 | 2024.11.19 01:35:20.126310 [ 257 ] {45cae37d-a011-4a9a-aedd-83ce928761fb} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3981 | 2024.11.19 01:35:20.126569 [ 257 ] {45cae37d-a011-4a9a-aedd-83ce928761fb} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3982 | 2024.11.19 01:35:20.126783 [ 257 ] {45cae37d-a011-4a9a-aedd-83ce928761fb} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001647 sec., 40072.85974499089 rows/sec., 3.13 MiB/sec. | ||
| 3983 | 2024.11.19 01:35:20.126835 [ 257 ] {45cae37d-a011-4a9a-aedd-83ce928761fb} <Debug> TCPHandler: Processed in 0.001978515 sec. | ||
| 3984 | 2024.11.19 01:35:20.126985 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3985 | 2024.11.19 01:35:20.127125 [ 260 ] {7c7cae62-07a7-4e04-bda7-2740a9469d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3986 | 2024.11.19 01:35:20.127189 [ 260 ] {7c7cae62-07a7-4e04-bda7-2740a9469d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3987 | 2024.11.19 01:35:20.127758 [ 260 ] {7c7cae62-07a7-4e04-bda7-2740a9469d34} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3988 | 2024.11.19 01:35:20.127797 [ 260 ] {7c7cae62-07a7-4e04-bda7-2740a9469d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3989 | 2024.11.19 01:35:20.128205 [ 260 ] {7c7cae62-07a7-4e04-bda7-2740a9469d34} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3990 | 2024.11.19 01:35:20.128451 [ 260 ] {7c7cae62-07a7-4e04-bda7-2740a9469d34} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3991 | 2024.11.19 01:35:20.128676 [ 260 ] {7c7cae62-07a7-4e04-bda7-2740a9469d34} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001583 sec., 81490.84017687934 rows/sec., 5.68 MiB/sec. | ||
| 3992 | 2024.11.19 01:35:20.128731 [ 260 ] {7c7cae62-07a7-4e04-bda7-2740a9469d34} <Debug> TCPHandler: Processed in 0.001813552 sec. | ||
| 3993 | 2024.11.19 01:35:20.128891 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3994 | 2024.11.19 01:35:20.129010 [ 257 ] {193542cb-7ee8-4a9f-9382-0081e09eda58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3995 | 2024.11.19 01:35:20.129062 [ 257 ] {193542cb-7ee8-4a9f-9382-0081e09eda58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3996 | 2024.11.19 01:35:20.129564 [ 257 ] {193542cb-7ee8-4a9f-9382-0081e09eda58} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3997 | 2024.11.19 01:35:20.129603 [ 257 ] {193542cb-7ee8-4a9f-9382-0081e09eda58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 3998 | 2024.11.19 01:35:20.129993 [ 257 ] {193542cb-7ee8-4a9f-9382-0081e09eda58} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3999 | 2024.11.19 01:35:20.130255 [ 257 ] {193542cb-7ee8-4a9f-9382-0081e09eda58} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4000 | 2024.11.19 01:35:20.130475 [ 257 ] {193542cb-7ee8-4a9f-9382-0081e09eda58} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001489 sec., 32236.400268636666 rows/sec., 2.17 MiB/sec. | ||
| 4001 | 2024.11.19 01:35:20.130527 [ 257 ] {193542cb-7ee8-4a9f-9382-0081e09eda58} <Debug> TCPHandler: Processed in 0.001700861 sec. | ||
| 4002 | 2024.11.19 01:35:25.118935 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4003 | 2024.11.19 01:35:25.119165 [ 260 ] {df27f310-3269-499f-b69c-389fc6d71b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4004 | 2024.11.19 01:35:25.119248 [ 260 ] {df27f310-3269-499f-b69c-389fc6d71b63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4005 | 2024.11.19 01:35:25.120083 [ 260 ] {df27f310-3269-499f-b69c-389fc6d71b63} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4006 | 2024.11.19 01:35:25.120130 [ 260 ] {df27f310-3269-499f-b69c-389fc6d71b63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4007 | 2024.11.19 01:35:25.120575 [ 260 ] {df27f310-3269-499f-b69c-389fc6d71b63} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4008 | 2024.11.19 01:35:25.120838 [ 260 ] {df27f310-3269-499f-b69c-389fc6d71b63} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4009 | 2024.11.19 01:35:25.121060 [ 260 ] {df27f310-3269-499f-b69c-389fc6d71b63} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001953 sec., 28673.835125448026 rows/sec., 2.20 MiB/sec. | ||
| 4010 | 2024.11.19 01:35:25.121196 [ 260 ] {df27f310-3269-499f-b69c-389fc6d71b63} <Debug> TCPHandler: Processed in 0.002396843 sec. | ||
| 4011 | 2024.11.19 01:35:25.121462 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4012 | 2024.11.19 01:35:25.121727 [ 257 ] {d48916e0-2173-4782-85fd-128758a617bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4013 | 2024.11.19 01:35:25.121841 [ 257 ] {d48916e0-2173-4782-85fd-128758a617bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4014 | 2024.11.19 01:35:25.122886 [ 257 ] {d48916e0-2173-4782-85fd-128758a617bd} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4015 | 2024.11.19 01:35:25.122932 [ 257 ] {d48916e0-2173-4782-85fd-128758a617bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4016 | 2024.11.19 01:35:25.123367 [ 257 ] {d48916e0-2173-4782-85fd-128758a617bd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4017 | 2024.11.19 01:35:25.123627 [ 257 ] {d48916e0-2173-4782-85fd-128758a617bd} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4018 | 2024.11.19 01:35:25.123866 [ 257 ] {d48916e0-2173-4782-85fd-128758a617bd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002223 sec., 28789.92352676563 rows/sec., 2.25 MiB/sec. | ||
| 4019 | 2024.11.19 01:35:25.123928 [ 257 ] {d48916e0-2173-4782-85fd-128758a617bd} <Debug> TCPHandler: Processed in 0.002602847 sec. | ||
| 4020 | 2024.11.19 01:35:25.124084 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4021 | 2024.11.19 01:35:25.124209 [ 260 ] {56bfb2f7-e5a8-4e26-8a45-0ef101215edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4022 | 2024.11.19 01:35:25.124269 [ 260 ] {56bfb2f7-e5a8-4e26-8a45-0ef101215edf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4023 | 2024.11.19 01:35:25.124840 [ 260 ] {56bfb2f7-e5a8-4e26-8a45-0ef101215edf} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4024 | 2024.11.19 01:35:25.124877 [ 260 ] {56bfb2f7-e5a8-4e26-8a45-0ef101215edf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4025 | 2024.11.19 01:35:25.125286 [ 260 ] {56bfb2f7-e5a8-4e26-8a45-0ef101215edf} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4026 | 2024.11.19 01:35:25.125532 [ 260 ] {56bfb2f7-e5a8-4e26-8a45-0ef101215edf} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4027 | 2024.11.19 01:35:25.125762 [ 260 ] {56bfb2f7-e5a8-4e26-8a45-0ef101215edf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. | ||
| 4028 | 2024.11.19 01:35:25.125867 [ 260 ] {56bfb2f7-e5a8-4e26-8a45-0ef101215edf} <Debug> TCPHandler: Processed in 0.001839383 sec. | ||
| 4029 | 2024.11.19 01:35:25.126132 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4030 | 2024.11.19 01:35:25.126281 [ 257 ] {b6bf0b56-b9a5-4efe-bfb5-66d4e64535e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4031 | 2024.11.19 01:35:25.126343 [ 257 ] {b6bf0b56-b9a5-4efe-bfb5-66d4e64535e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4032 | 2024.11.19 01:35:25.126893 [ 257 ] {b6bf0b56-b9a5-4efe-bfb5-66d4e64535e2} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4033 | 2024.11.19 01:35:25.126933 [ 257 ] {b6bf0b56-b9a5-4efe-bfb5-66d4e64535e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4034 | 2024.11.19 01:35:25.127321 [ 257 ] {b6bf0b56-b9a5-4efe-bfb5-66d4e64535e2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4035 | 2024.11.19 01:35:25.127564 [ 257 ] {b6bf0b56-b9a5-4efe-bfb5-66d4e64535e2} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4036 | 2024.11.19 01:35:25.127833 [ 257 ] {b6bf0b56-b9a5-4efe-bfb5-66d4e64535e2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001568 sec., 38265.30612244898 rows/sec., 2.58 MiB/sec. | ||
| 4037 | 2024.11.19 01:35:25.127902 [ 257 ] {b6bf0b56-b9a5-4efe-bfb5-66d4e64535e2} <Debug> TCPHandler: Processed in 0.001920964 sec. | ||
| 4038 | 2024.11.19 01:35:27.331828 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4039 | 2024.11.19 01:35:27.439099 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48434, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4040 | 2024.11.19 01:35:27.615495 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46666, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4041 | 2024.11.19 01:35:27.626876 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58721, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4042 | 2024.11.19 01:35:27.746225 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38789, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4043 | 2024.11.19 01:35:27.747606 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64960, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4044 | 2024.11.19 01:35:27.753698 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4045 | 2024.11.19 01:35:27.802716 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60951, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4046 | 2024.11.19 01:35:27.811106 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46380, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4047 | 2024.11.19 01:35:27.820386 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4048 | 2024.11.19 01:35:27.865191 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58584, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4049 | 2024.11.19 01:35:27.909695 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61720, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4050 | 2024.11.19 01:35:27.955487 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41038, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4051 | 2024.11.19 01:35:28.023819 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40009, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4052 | 2024.11.19 01:35:28.078247 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36781, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4053 | 2024.11.19 01:35:28.225486 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46979, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4054 | 2024.11.19 01:35:28.343383 [ 93 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4055 | 2024.11.19 01:35:28.343485 [ 93 ] {} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4056 | 2024.11.19 01:35:28.343527 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4057 | 2024.11.19 01:35:28.343722 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 4058 | 2024.11.19 01:35:28.343888 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4059 | 2024.11.19 01:35:28.343930 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 242 rows starting from the beginning of the part | ||
| 4060 | 2024.11.19 01:35:28.344023 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 4061 | 2024.11.19 01:35:28.344123 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 4062 | 2024.11.19 01:35:28.344392 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 4063 | 2024.11.19 01:35:28.344563 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 4064 | 2024.11.19 01:35:28.345639 [ 191 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002002665 sec., 148801.721705827 rows/sec., 10.67 MiB/sec. | ||
| 4065 | 2024.11.19 01:35:28.345795 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4066 | 2024.11.19 01:35:28.346079 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_9_2} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4067 | 2024.11.19 01:35:28.346157 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_9_2} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4068 | 2024.11.19 01:35:28.346234 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4069 | 2024.11.19 01:35:28.713708 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4070 | 2024.11.19 01:35:28.713759 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4071 | 2024.11.19 01:35:28.861579 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 608 | ||
| 4072 | 2024.11.19 01:35:28.864870 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4073 | 2024.11.19 01:35:28.864927 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4074 | 2024.11.19 01:35:28.866396 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4075 | 2024.11.19 01:35:28.866721 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4076 | 2024.11.19 01:35:28.867320 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 608 | ||
| 4077 | 2024.11.19 01:35:30.125662 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4078 | 2024.11.19 01:35:30.125872 [ 260 ] {488f5825-aeb2-4ac9-bf8d-e0c407538a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4079 | 2024.11.19 01:35:30.125953 [ 260 ] {488f5825-aeb2-4ac9-bf8d-e0c407538a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4080 | 2024.11.19 01:35:30.126797 [ 260 ] {488f5825-aeb2-4ac9-bf8d-e0c407538a7e} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4081 | 2024.11.19 01:35:30.126840 [ 260 ] {488f5825-aeb2-4ac9-bf8d-e0c407538a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4082 | 2024.11.19 01:35:30.127272 [ 260 ] {488f5825-aeb2-4ac9-bf8d-e0c407538a7e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4083 | 2024.11.19 01:35:30.127534 [ 260 ] {488f5825-aeb2-4ac9-bf8d-e0c407538a7e} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4084 | 2024.11.19 01:35:30.127682 [ 91 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4085 | 2024.11.19 01:35:30.127726 [ 91 ] {} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4086 | 2024.11.19 01:35:30.127750 [ 260 ] {488f5825-aeb2-4ac9-bf8d-e0c407538a7e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001936 sec., 7231.4049586776855 rows/sec., 520.56 KiB/sec. | ||
| 4087 | 2024.11.19 01:35:30.127755 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4088 | 2024.11.19 01:35:30.127899 [ 260 ] {488f5825-aeb2-4ac9-bf8d-e0c407538a7e} <Debug> TCPHandler: Processed in 0.002371573 sec. | ||
| 4089 | 2024.11.19 01:35:30.128088 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 4090 | 2024.11.19 01:35:30.128324 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4091 | 2024.11.19 01:35:30.128380 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4092 | 2024.11.19 01:35:30.128396 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 4093 | 2024.11.19 01:35:30.128623 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 4094 | 2024.11.19 01:35:30.128964 [ 257 ] {69674bfd-4e6c-495f-a367-2885e32f1b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4095 | 2024.11.19 01:35:30.129021 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 4096 | 2024.11.19 01:35:30.129123 [ 257 ] {69674bfd-4e6c-495f-a367-2885e32f1b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4097 | 2024.11.19 01:35:30.129364 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 4098 | 2024.11.19 01:35:30.129743 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 4099 | 2024.11.19 01:35:30.131730 [ 257 ] {69674bfd-4e6c-495f-a367-2885e32f1b97} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4100 | 2024.11.19 01:35:30.131813 [ 257 ] {69674bfd-4e6c-495f-a367-2885e32f1b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4101 | 2024.11.19 01:35:30.132265 [ 192 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004381748 sec., 15975.359605344715 rows/sec., 1.18 MiB/sec. | ||
| 4102 | 2024.11.19 01:35:30.132517 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4103 | 2024.11.19 01:35:30.132761 [ 257 ] {69674bfd-4e6c-495f-a367-2885e32f1b97} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4104 | 2024.11.19 01:35:30.133009 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_9_2} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4105 | 2024.11.19 01:35:30.133142 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_9_2} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4106 | 2024.11.19 01:35:30.133238 [ 257 ] {69674bfd-4e6c-495f-a367-2885e32f1b97} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4107 | 2024.11.19 01:35:30.133304 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4108 | 2024.11.19 01:35:30.133563 [ 257 ] {69674bfd-4e6c-495f-a367-2885e32f1b97} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.004819 sec., 59140.9006017846 rows/sec., 5.23 MiB/sec. | ||
| 4109 | 2024.11.19 01:35:30.133635 [ 257 ] {69674bfd-4e6c-495f-a367-2885e32f1b97} <Debug> TCPHandler: Processed in 0.00556784 sec. | ||
| 4110 | 2024.11.19 01:35:30.133809 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4111 | 2024.11.19 01:35:30.133937 [ 260 ] {aa9f872a-3e22-43b6-b425-9ab1b6cdf6bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4112 | 2024.11.19 01:35:30.133990 [ 260 ] {aa9f872a-3e22-43b6-b425-9ab1b6cdf6bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4113 | 2024.11.19 01:35:30.134600 [ 260 ] {aa9f872a-3e22-43b6-b425-9ab1b6cdf6bc} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4114 | 2024.11.19 01:35:30.134637 [ 260 ] {aa9f872a-3e22-43b6-b425-9ab1b6cdf6bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4115 | 2024.11.19 01:35:30.135012 [ 260 ] {aa9f872a-3e22-43b6-b425-9ab1b6cdf6bc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4116 | 2024.11.19 01:35:30.135259 [ 260 ] {aa9f872a-3e22-43b6-b425-9ab1b6cdf6bc} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4117 | 2024.11.19 01:35:30.135479 [ 260 ] {aa9f872a-3e22-43b6-b425-9ab1b6cdf6bc} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001567 sec., 30631.78047223995 rows/sec., 2.21 MiB/sec. | ||
| 4118 | 2024.11.19 01:35:30.135696 [ 260 ] {aa9f872a-3e22-43b6-b425-9ab1b6cdf6bc} <Debug> TCPHandler: Processed in 0.001940994 sec. | ||
| 4119 | 2024.11.19 01:35:30.135899 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4120 | 2024.11.19 01:35:30.136043 [ 257 ] {a93f775a-2585-4f5c-adaa-e097c25693c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4121 | 2024.11.19 01:35:30.136101 [ 257 ] {a93f775a-2585-4f5c-adaa-e097c25693c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4122 | 2024.11.19 01:35:30.136787 [ 257 ] {a93f775a-2585-4f5c-adaa-e097c25693c2} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4123 | 2024.11.19 01:35:30.136828 [ 257 ] {a93f775a-2585-4f5c-adaa-e097c25693c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4124 | 2024.11.19 01:35:30.137189 [ 257 ] {a93f775a-2585-4f5c-adaa-e097c25693c2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4125 | 2024.11.19 01:35:30.137467 [ 257 ] {a93f775a-2585-4f5c-adaa-e097c25693c2} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4126 | 2024.11.19 01:35:30.137670 [ 257 ] {a93f775a-2585-4f5c-adaa-e097c25693c2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001664 sec., 8413.461538461539 rows/sec., 589.22 KiB/sec. | ||
| 4127 | 2024.11.19 01:35:30.137725 [ 257 ] {a93f775a-2585-4f5c-adaa-e097c25693c2} <Debug> TCPHandler: Processed in 0.001909584 sec. | ||
| 4128 | 2024.11.19 01:35:30.137889 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4129 | 2024.11.19 01:35:30.138013 [ 260 ] {3974141d-e0fa-4675-8d99-e5db5897fbf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4130 | 2024.11.19 01:35:30.138065 [ 260 ] {3974141d-e0fa-4675-8d99-e5db5897fbf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4131 | 2024.11.19 01:35:30.138660 [ 260 ] {3974141d-e0fa-4675-8d99-e5db5897fbf2} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4132 | 2024.11.19 01:35:30.138700 [ 260 ] {3974141d-e0fa-4675-8d99-e5db5897fbf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4133 | 2024.11.19 01:35:30.139068 [ 260 ] {3974141d-e0fa-4675-8d99-e5db5897fbf2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4134 | 2024.11.19 01:35:30.139324 [ 260 ] {3974141d-e0fa-4675-8d99-e5db5897fbf2} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4135 | 2024.11.19 01:35:30.139495 [ 90 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4136 | 2024.11.19 01:35:30.139563 [ 260 ] {3974141d-e0fa-4675-8d99-e5db5897fbf2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001571 sec., 8274.984086569064 rows/sec., 515.94 KiB/sec. | ||
| 4137 | 2024.11.19 01:35:30.139571 [ 90 ] {} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4138 | 2024.11.19 01:35:30.139646 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4139 | 2024.11.19 01:35:30.139697 [ 260 ] {3974141d-e0fa-4675-8d99-e5db5897fbf2} <Debug> TCPHandler: Processed in 0.001867873 sec. | ||
| 4140 | 2024.11.19 01:35:30.139892 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 4141 | 2024.11.19 01:35:30.139910 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4142 | 2024.11.19 01:35:30.140148 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4143 | 2024.11.19 01:35:30.140164 [ 257 ] {d7eb4a47-8ec7-4084-b5c6-f249db91a6e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4144 | 2024.11.19 01:35:30.140205 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 4145 | 2024.11.19 01:35:30.140262 [ 257 ] {d7eb4a47-8ec7-4084-b5c6-f249db91a6e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4146 | 2024.11.19 01:35:30.140496 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 4147 | 2024.11.19 01:35:30.140868 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 4148 | 2024.11.19 01:35:30.141215 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 4149 | 2024.11.19 01:35:30.141661 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 4150 | 2024.11.19 01:35:30.143284 [ 257 ] {d7eb4a47-8ec7-4084-b5c6-f249db91a6e0} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4151 | 2024.11.19 01:35:30.143362 [ 257 ] {d7eb4a47-8ec7-4084-b5c6-f249db91a6e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4152 | 2024.11.19 01:35:30.144247 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00448829 sec., 14482.130165385926 rows/sec., 959.53 KiB/sec. | ||
| 4153 | 2024.11.19 01:35:30.144389 [ 257 ] {d7eb4a47-8ec7-4084-b5c6-f249db91a6e0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4154 | 2024.11.19 01:35:30.144414 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4155 | 2024.11.19 01:35:30.144867 [ 257 ] {d7eb4a47-8ec7-4084-b5c6-f249db91a6e0} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4156 | 2024.11.19 01:35:30.144917 [ 188 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_9_2} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4157 | 2024.11.19 01:35:30.145133 [ 188 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_9_2} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4158 | 2024.11.19 01:35:30.145360 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4159 | 2024.11.19 01:35:30.145432 [ 257 ] {d7eb4a47-8ec7-4084-b5c6-f249db91a6e0} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005309 sec., 79676.0218496892 rows/sec., 5.70 MiB/sec. | ||
| 4160 | 2024.11.19 01:35:30.145667 [ 257 ] {d7eb4a47-8ec7-4084-b5c6-f249db91a6e0} <Debug> TCPHandler: Processed in 0.005867725 sec. | ||
| 4161 | 2024.11.19 01:35:30.145881 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4162 | 2024.11.19 01:35:30.146024 [ 260 ] {460d587e-bc0a-4e71-b8af-87c612b97542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4163 | 2024.11.19 01:35:30.146086 [ 260 ] {460d587e-bc0a-4e71-b8af-87c612b97542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4164 | 2024.11.19 01:35:30.146659 [ 260 ] {460d587e-bc0a-4e71-b8af-87c612b97542} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4165 | 2024.11.19 01:35:30.146705 [ 260 ] {460d587e-bc0a-4e71-b8af-87c612b97542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4166 | 2024.11.19 01:35:30.147097 [ 260 ] {460d587e-bc0a-4e71-b8af-87c612b97542} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4167 | 2024.11.19 01:35:30.147336 [ 260 ] {460d587e-bc0a-4e71-b8af-87c612b97542} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4168 | 2024.11.19 01:35:30.147591 [ 260 ] {460d587e-bc0a-4e71-b8af-87c612b97542} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001597 sec., 3757.044458359424 rows/sec., 196.29 KiB/sec. | ||
| 4169 | 2024.11.19 01:35:30.147760 [ 260 ] {460d587e-bc0a-4e71-b8af-87c612b97542} <Debug> TCPHandler: Processed in 0.001974975 sec. | ||
| 4170 | 2024.11.19 01:35:30.147933 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4171 | 2024.11.19 01:35:30.148071 [ 257 ] {62cf9de9-8d5d-426a-983f-767e8e2ade25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4172 | 2024.11.19 01:35:30.148134 [ 257 ] {62cf9de9-8d5d-426a-983f-767e8e2ade25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4173 | 2024.11.19 01:35:30.148812 [ 257 ] {62cf9de9-8d5d-426a-983f-767e8e2ade25} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4174 | 2024.11.19 01:35:30.148849 [ 257 ] {62cf9de9-8d5d-426a-983f-767e8e2ade25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4175 | 2024.11.19 01:35:30.149239 [ 257 ] {62cf9de9-8d5d-426a-983f-767e8e2ade25} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4176 | 2024.11.19 01:35:30.149478 [ 257 ] {62cf9de9-8d5d-426a-983f-767e8e2ade25} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4177 | 2024.11.19 01:35:30.149697 [ 257 ] {62cf9de9-8d5d-426a-983f-767e8e2ade25} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001655 sec., 143202.416918429 rows/sec., 9.60 MiB/sec. | ||
| 4178 | 2024.11.19 01:35:30.149747 [ 257 ] {62cf9de9-8d5d-426a-983f-767e8e2ade25} <Debug> TCPHandler: Processed in 0.001881464 sec. | ||
| 4179 | 2024.11.19 01:35:30.149906 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4180 | 2024.11.19 01:35:30.150044 [ 260 ] {c9792159-70a4-4eec-ae28-6b9d5dca22df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4181 | 2024.11.19 01:35:30.150105 [ 260 ] {c9792159-70a4-4eec-ae28-6b9d5dca22df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4182 | 2024.11.19 01:35:30.150655 [ 260 ] {c9792159-70a4-4eec-ae28-6b9d5dca22df} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4183 | 2024.11.19 01:35:30.150701 [ 260 ] {c9792159-70a4-4eec-ae28-6b9d5dca22df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4184 | 2024.11.19 01:35:30.151073 [ 260 ] {c9792159-70a4-4eec-ae28-6b9d5dca22df} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4185 | 2024.11.19 01:35:30.151310 [ 260 ] {c9792159-70a4-4eec-ae28-6b9d5dca22df} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4186 | 2024.11.19 01:35:30.151543 [ 260 ] {c9792159-70a4-4eec-ae28-6b9d5dca22df} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001529 sec., 654.0222367560497 rows/sec., 44.07 KiB/sec. | ||
| 4187 | 2024.11.19 01:35:30.151637 [ 260 ] {c9792159-70a4-4eec-ae28-6b9d5dca22df} <Debug> TCPHandler: Processed in 0.001799113 sec. | ||
| 4188 | 2024.11.19 01:35:30.151778 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4189 | 2024.11.19 01:35:30.151999 [ 257 ] {3ccb0072-78b0-4198-abec-36c3117d1be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4190 | 2024.11.19 01:35:30.152140 [ 257 ] {3ccb0072-78b0-4198-abec-36c3117d1be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4191 | 2024.11.19 01:35:30.153636 [ 257 ] {3ccb0072-78b0-4198-abec-36c3117d1be3} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4192 | 2024.11.19 01:35:30.153675 [ 257 ] {3ccb0072-78b0-4198-abec-36c3117d1be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4193 | 2024.11.19 01:35:30.154324 [ 257 ] {3ccb0072-78b0-4198-abec-36c3117d1be3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4194 | 2024.11.19 01:35:30.154580 [ 257 ] {3ccb0072-78b0-4198-abec-36c3117d1be3} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4195 | 2024.11.19 01:35:30.154849 [ 257 ] {3ccb0072-78b0-4198-abec-36c3117d1be3} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002898 sec., 14147.68806073154 rows/sec., 25.35 MiB/sec. | ||
| 4196 | 2024.11.19 01:35:30.154976 [ 257 ] {3ccb0072-78b0-4198-abec-36c3117d1be3} <Debug> TCPHandler: Processed in 0.003256148 sec. | ||
| 4197 | 2024.11.19 01:35:30.155202 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4198 | 2024.11.19 01:35:30.155424 [ 260 ] {8f48d4a7-fd48-480f-8c07-dbb0aee4291c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4199 | 2024.11.19 01:35:30.155516 [ 260 ] {8f48d4a7-fd48-480f-8c07-dbb0aee4291c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4200 | 2024.11.19 01:35:30.156147 [ 260 ] {8f48d4a7-fd48-480f-8c07-dbb0aee4291c} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4201 | 2024.11.19 01:35:30.156186 [ 260 ] {8f48d4a7-fd48-480f-8c07-dbb0aee4291c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. | ||
| 4202 | 2024.11.19 01:35:30.156553 [ 260 ] {8f48d4a7-fd48-480f-8c07-dbb0aee4291c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4203 | 2024.11.19 01:35:30.156799 [ 260 ] {8f48d4a7-fd48-480f-8c07-dbb0aee4291c} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4204 | 2024.11.19 01:35:30.157033 [ 260 ] {8f48d4a7-fd48-480f-8c07-dbb0aee4291c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001665 sec., 49249.249249249246 rows/sec., 3.13 MiB/sec. | ||
| 4205 | 2024.11.19 01:35:30.157151 [ 260 ] {8f48d4a7-fd48-480f-8c07-dbb0aee4291c} <Debug> TCPHandler: Processed in 0.002057837 sec. | ||
| 4206 | 2024.11.19 01:35:32.121850 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4207 | 2024.11.19 01:35:32.391395 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35349, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4208 | 2024.11.19 01:35:32.424712 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4209 | 2024.11.19 01:35:32.432014 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59526, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4210 | 2024.11.19 01:35:32.691152 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64369, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4211 | 2024.11.19 01:35:32.702440 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41429, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4212 | 2024.11.19 01:35:32.742105 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41954, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4213 | 2024.11.19 01:35:32.796387 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46173, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4214 | 2024.11.19 01:35:33.314217 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33736, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4215 | 2024.11.19 01:35:33.772064 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58716, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4216 | 2024.11.19 01:35:33.855616 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40681, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4217 | 2024.11.19 01:35:33.929345 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55397, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4218 | 2024.11.19 01:35:33.984076 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58763, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4219 | 2024.11.19 01:35:34.005805 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62597, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4220 | 2024.11.19 01:35:34.017157 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53353, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4221 | 2024.11.19 01:35:34.059676 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59225, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4222 | 2024.11.19 01:35:35.119245 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4223 | 2024.11.19 01:35:35.119433 [ 260 ] {1d0fb1bb-f5c7-4bbf-bb17-252f6aaa0a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4224 | 2024.11.19 01:35:35.119508 [ 260 ] {1d0fb1bb-f5c7-4bbf-bb17-252f6aaa0a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4225 | 2024.11.19 01:35:35.120322 [ 260 ] {1d0fb1bb-f5c7-4bbf-bb17-252f6aaa0a96} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4226 | 2024.11.19 01:35:35.120374 [ 260 ] {1d0fb1bb-f5c7-4bbf-bb17-252f6aaa0a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4227 | 2024.11.19 01:35:35.120791 [ 260 ] {1d0fb1bb-f5c7-4bbf-bb17-252f6aaa0a96} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4228 | 2024.11.19 01:35:35.121043 [ 260 ] {1d0fb1bb-f5c7-4bbf-bb17-252f6aaa0a96} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4229 | 2024.11.19 01:35:35.121284 [ 260 ] {1d0fb1bb-f5c7-4bbf-bb17-252f6aaa0a96} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001904 sec., 2100.8403361344535 rows/sec., 171.31 KiB/sec. | ||
| 4230 | 2024.11.19 01:35:35.121346 [ 260 ] {1d0fb1bb-f5c7-4bbf-bb17-252f6aaa0a96} <Debug> TCPHandler: Processed in 0.00223449 sec. | ||
| 4231 | 2024.11.19 01:35:35.121605 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4232 | 2024.11.19 01:35:35.121793 [ 257 ] {1c9e2862-0d9f-4f8d-b4a3-3cced423fd10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4233 | 2024.11.19 01:35:35.121864 [ 257 ] {1c9e2862-0d9f-4f8d-b4a3-3cced423fd10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4234 | 2024.11.19 01:35:35.122625 [ 257 ] {1c9e2862-0d9f-4f8d-b4a3-3cced423fd10} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4235 | 2024.11.19 01:35:35.122671 [ 257 ] {1c9e2862-0d9f-4f8d-b4a3-3cced423fd10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4236 | 2024.11.19 01:35:35.123127 [ 257 ] {1c9e2862-0d9f-4f8d-b4a3-3cced423fd10} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4237 | 2024.11.19 01:35:35.123389 [ 257 ] {1c9e2862-0d9f-4f8d-b4a3-3cced423fd10} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4238 | 2024.11.19 01:35:35.123644 [ 257 ] {1c9e2862-0d9f-4f8d-b4a3-3cced423fd10} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.0019 sec., 30526.315789473683 rows/sec., 2.34 MiB/sec. | ||
| 4239 | 2024.11.19 01:35:35.123779 [ 257 ] {1c9e2862-0d9f-4f8d-b4a3-3cced423fd10} <Debug> TCPHandler: Processed in 0.002302312 sec. | ||
| 4240 | 2024.11.19 01:35:35.123963 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4241 | 2024.11.19 01:35:35.124095 [ 260 ] {e55b980e-0eb8-4508-bd93-bd2b5347a872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4242 | 2024.11.19 01:35:35.124149 [ 260 ] {e55b980e-0eb8-4508-bd93-bd2b5347a872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4243 | 2024.11.19 01:35:35.124753 [ 260 ] {e55b980e-0eb8-4508-bd93-bd2b5347a872} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4244 | 2024.11.19 01:35:35.124795 [ 260 ] {e55b980e-0eb8-4508-bd93-bd2b5347a872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4245 | 2024.11.19 01:35:35.125158 [ 260 ] {e55b980e-0eb8-4508-bd93-bd2b5347a872} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4246 | 2024.11.19 01:35:35.125402 [ 260 ] {e55b980e-0eb8-4508-bd93-bd2b5347a872} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4247 | 2024.11.19 01:35:35.125578 [ 86 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4248 | 2024.11.19 01:35:35.125639 [ 260 ] {e55b980e-0eb8-4508-bd93-bd2b5347a872} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001569 sec., 2549.394518801784 rows/sec., 178.01 KiB/sec. | ||
| 4249 | 2024.11.19 01:35:35.125655 [ 86 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4250 | 2024.11.19 01:35:35.125719 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4251 | 2024.11.19 01:35:35.125773 [ 260 ] {e55b980e-0eb8-4508-bd93-bd2b5347a872} <Debug> TCPHandler: Processed in 0.001878443 sec. | ||
| 4252 | 2024.11.19 01:35:35.125976 [ 192 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::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 | ||
| 4253 | 2024.11.19 01:35:35.125990 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4254 | 2024.11.19 01:35:35.126257 [ 257 ] {fc663326-3e4f-4cd1-bfae-4a045eeb820d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4255 | 2024.11.19 01:35:35.126277 [ 192 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4256 | 2024.11.19 01:35:35.126357 [ 257 ] {fc663326-3e4f-4cd1-bfae-4a045eeb820d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4257 | 2024.11.19 01:35:35.126360 [ 192 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 66 rows starting from the beginning of the part | ||
| 4258 | 2024.11.19 01:35:35.126743 [ 192 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 4259 | 2024.11.19 01:35:35.127116 [ 192 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 48 rows starting from the beginning of the part | ||
| 4260 | 2024.11.19 01:35:35.127404 [ 192 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 4261 | 2024.11.19 01:35:35.127754 [ 192 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 48 rows starting from the beginning of the part | ||
| 4262 | 2024.11.19 01:35:35.128047 [ 192 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
| 4263 | 2024.11.19 01:35:35.129459 [ 257 ] {fc663326-3e4f-4cd1-bfae-4a045eeb820d} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4264 | 2024.11.19 01:35:35.129531 [ 257 ] {fc663326-3e4f-4cd1-bfae-4a045eeb820d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4265 | 2024.11.19 01:35:35.130564 [ 257 ] {fc663326-3e4f-4cd1-bfae-4a045eeb820d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4266 | 2024.11.19 01:35:35.130877 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.005020319 sec., 33862.39001943901 rows/sec., 2.55 MiB/sec. | ||
| 4267 | 2024.11.19 01:35:35.131048 [ 257 ] {fc663326-3e4f-4cd1-bfae-4a045eeb820d} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4268 | 2024.11.19 01:35:35.131095 [ 187 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4269 | 2024.11.19 01:35:35.131543 [ 257 ] {fc663326-3e4f-4cd1-bfae-4a045eeb820d} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.00537 sec., 12662.94227188082 rows/sec., 1013.30 KiB/sec. | ||
| 4270 | 2024.11.19 01:35:35.131873 [ 187 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_21_4} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4271 | 2024.11.19 01:35:35.132060 [ 257 ] {fc663326-3e4f-4cd1-bfae-4a045eeb820d} <Debug> TCPHandler: Processed in 0.006138149 sec. | ||
| 4272 | 2024.11.19 01:35:35.132218 [ 187 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_21_4} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4273 | 2024.11.19 01:35:35.132334 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4274 | 2024.11.19 01:35:35.132373 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4275 | 2024.11.19 01:35:35.132462 [ 260 ] {f417c509-3da6-463d-a95e-72c3d1bebdb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4276 | 2024.11.19 01:35:35.132516 [ 260 ] {f417c509-3da6-463d-a95e-72c3d1bebdb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4277 | 2024.11.19 01:35:35.133088 [ 260 ] {f417c509-3da6-463d-a95e-72c3d1bebdb3} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4278 | 2024.11.19 01:35:35.133128 [ 260 ] {f417c509-3da6-463d-a95e-72c3d1bebdb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4279 | 2024.11.19 01:35:35.133526 [ 260 ] {f417c509-3da6-463d-a95e-72c3d1bebdb3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4280 | 2024.11.19 01:35:35.133774 [ 260 ] {f417c509-3da6-463d-a95e-72c3d1bebdb3} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4281 | 2024.11.19 01:35:35.133994 [ 260 ] {f417c509-3da6-463d-a95e-72c3d1bebdb3} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001556 sec., 104113.11053984576 rows/sec., 7.25 MiB/sec. | ||
| 4282 | 2024.11.19 01:35:35.134050 [ 260 ] {f417c509-3da6-463d-a95e-72c3d1bebdb3} <Debug> TCPHandler: Processed in 0.001824402 sec. | ||
| 4283 | 2024.11.19 01:35:35.134217 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4284 | 2024.11.19 01:35:35.134358 [ 257 ] {219a9d98-1ba5-4e85-9995-759bc2b434af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4285 | 2024.11.19 01:35:35.134416 [ 257 ] {219a9d98-1ba5-4e85-9995-759bc2b434af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4286 | 2024.11.19 01:35:35.135009 [ 257 ] {219a9d98-1ba5-4e85-9995-759bc2b434af} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4287 | 2024.11.19 01:35:35.135048 [ 257 ] {219a9d98-1ba5-4e85-9995-759bc2b434af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4288 | 2024.11.19 01:35:35.135416 [ 257 ] {219a9d98-1ba5-4e85-9995-759bc2b434af} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4289 | 2024.11.19 01:35:35.135655 [ 257 ] {219a9d98-1ba5-4e85-9995-759bc2b434af} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4290 | 2024.11.19 01:35:35.135859 [ 257 ] {219a9d98-1ba5-4e85-9995-759bc2b434af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001534 sec., 39113.42894393742 rows/sec., 2.64 MiB/sec. | ||
| 4291 | 2024.11.19 01:35:35.135908 [ 257 ] {219a9d98-1ba5-4e85-9995-759bc2b434af} <Debug> TCPHandler: Processed in 0.001758312 sec. | ||
| 4292 | 2024.11.19 01:35:38.867640 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 642 | ||
| 4293 | 2024.11.19 01:35:38.870609 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4294 | 2024.11.19 01:35:38.870669 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4295 | 2024.11.19 01:35:38.872197 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4296 | 2024.11.19 01:35:38.872507 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4297 | 2024.11.19 01:35:38.873256 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 642 | ||
| 4298 | 2024.11.19 01:35:40.119260 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4299 | 2024.11.19 01:35:40.119571 [ 260 ] {9d75bc34-66c3-4d28-ad39-bd685413a2a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4300 | 2024.11.19 01:35:40.119688 [ 260 ] {9d75bc34-66c3-4d28-ad39-bd685413a2a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4301 | 2024.11.19 01:35:40.120715 [ 260 ] {9d75bc34-66c3-4d28-ad39-bd685413a2a1} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4302 | 2024.11.19 01:35:40.120766 [ 260 ] {9d75bc34-66c3-4d28-ad39-bd685413a2a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4303 | 2024.11.19 01:35:40.121213 [ 260 ] {9d75bc34-66c3-4d28-ad39-bd685413a2a1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4304 | 2024.11.19 01:35:40.121469 [ 260 ] {9d75bc34-66c3-4d28-ad39-bd685413a2a1} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4305 | 2024.11.19 01:35:40.121667 [ 82 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4306 | 2024.11.19 01:35:40.121732 [ 260 ] {9d75bc34-66c3-4d28-ad39-bd685413a2a1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00224 sec., 25000.000000000004 rows/sec., 1.92 MiB/sec. | ||
| 4307 | 2024.11.19 01:35:40.121764 [ 82 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4308 | 2024.11.19 01:35:40.121841 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4309 | 2024.11.19 01:35:40.121852 [ 260 ] {9d75bc34-66c3-4d28-ad39-bd685413a2a1} <Debug> TCPHandler: Processed in 0.002779749 sec. | ||
| 4310 | 2024.11.19 01:35:40.122090 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::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 | ||
| 4311 | 2024.11.19 01:35:40.122162 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4312 | 2024.11.19 01:35:40.122305 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4313 | 2024.11.19 01:35:40.122379 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1435 rows starting from the beginning of the part | ||
| 4314 | 2024.11.19 01:35:40.122480 [ 257 ] {5f1f4e02-a8f0-40d9-9a13-418bfe1e1706} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4315 | 2024.11.19 01:35:40.122598 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 57 rows starting from the beginning of the part | ||
| 4316 | 2024.11.19 01:35:40.122771 [ 257 ] {5f1f4e02-a8f0-40d9-9a13-418bfe1e1706} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4317 | 2024.11.19 01:35:40.122883 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part | ||
| 4318 | 2024.11.19 01:35:40.123180 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 285 rows starting from the beginning of the part | ||
| 4319 | 2024.11.19 01:35:40.123506 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 58 rows starting from the beginning of the part | ||
| 4320 | 2024.11.19 01:35:40.123791 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 4321 | 2024.11.19 01:35:40.125774 [ 257 ] {5f1f4e02-a8f0-40d9-9a13-418bfe1e1706} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4322 | 2024.11.19 01:35:40.125860 [ 257 ] {5f1f4e02-a8f0-40d9-9a13-418bfe1e1706} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4323 | 2024.11.19 01:35:40.126748 [ 257 ] {5f1f4e02-a8f0-40d9-9a13-418bfe1e1706} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4324 | 2024.11.19 01:35:40.127013 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.00504635 sec., 385823.4169251043 rows/sec., 33.73 MiB/sec. | ||
| 4325 | 2024.11.19 01:35:40.127231 [ 257 ] {5f1f4e02-a8f0-40d9-9a13-418bfe1e1706} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4326 | 2024.11.19 01:35:40.127302 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4327 | 2024.11.19 01:35:40.127637 [ 82 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4328 | 2024.11.19 01:35:40.127798 [ 257 ] {5f1f4e02-a8f0-40d9-9a13-418bfe1e1706} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005402 sec., 11847.463902258423 rows/sec., 946.91 KiB/sec. | ||
| 4329 | 2024.11.19 01:35:40.127807 [ 82 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4330 | 2024.11.19 01:35:40.128008 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4331 | 2024.11.19 01:35:40.128026 [ 193 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_36_7} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4332 | 2024.11.19 01:35:40.128066 [ 257 ] {5f1f4e02-a8f0-40d9-9a13-418bfe1e1706} <Debug> TCPHandler: Processed in 0.006060338 sec. | ||
| 4333 | 2024.11.19 01:35:40.128446 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4334 | 2024.11.19 01:35:40.128526 [ 193 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_36_7} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4335 | 2024.11.19 01:35:40.128538 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::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 | ||
| 4336 | 2024.11.19 01:35:40.128759 [ 260 ] {c9eb3999-6e7e-402e-a2ae-5d3f7f39c515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4337 | 2024.11.19 01:35:40.128802 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 4338 | 2024.11.19 01:35:40.128910 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4339 | 2024.11.19 01:35:40.128915 [ 260 ] {c9eb3999-6e7e-402e-a2ae-5d3f7f39c515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4340 | 2024.11.19 01:35:40.128956 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 915 rows starting from the beginning of the part | ||
| 4341 | 2024.11.19 01:35:40.129224 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 66 rows starting from the beginning of the part | ||
| 4342 | 2024.11.19 01:35:40.129658 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part | ||
| 4343 | 2024.11.19 01:35:40.130052 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 423 rows starting from the beginning of the part | ||
| 4344 | 2024.11.19 01:35:40.130423 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 68 rows starting from the beginning of the part | ||
| 4345 | 2024.11.19 01:35:40.130665 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 4346 | 2024.11.19 01:35:40.131527 [ 260 ] {c9eb3999-6e7e-402e-a2ae-5d3f7f39c515} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4347 | 2024.11.19 01:35:40.131574 [ 260 ] {c9eb3999-6e7e-402e-a2ae-5d3f7f39c515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4348 | 2024.11.19 01:35:40.132245 [ 260 ] {c9eb3999-6e7e-402e-a2ae-5d3f7f39c515} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4349 | 2024.11.19 01:35:40.133186 [ 260 ] {c9eb3999-6e7e-402e-a2ae-5d3f7f39c515} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4350 | 2024.11.19 01:35:40.133450 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4351 | 2024.11.19 01:35:40.133566 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4352 | 2024.11.19 01:35:40.133676 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4353 | 2024.11.19 01:35:40.133787 [ 260 ] {c9eb3999-6e7e-402e-a2ae-5d3f7f39c515} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005145 sec., 31098.153547133137 rows/sec., 2.17 MiB/sec. | ||
| 4354 | 2024.11.19 01:35:40.134142 [ 260 ] {c9eb3999-6e7e-402e-a2ae-5d3f7f39c515} <Debug> TCPHandler: Processed in 0.005908655 sec. | ||
| 4355 | 2024.11.19 01:35:40.134154 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 4356 | 2024.11.19 01:35:40.134164 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1600 rows, containing 5 columns (5 merged, 0 gathered) in 0.005978076 sec., 267644.64018189133 rows/sec., 20.64 MiB/sec. | ||
| 4357 | 2024.11.19 01:35:40.134365 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4358 | 2024.11.19 01:35:40.134391 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4359 | 2024.11.19 01:35:40.134407 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4360 | 2024.11.19 01:35:40.134442 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 6651 rows starting from the beginning of the part | ||
| 4361 | 2024.11.19 01:35:40.134836 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 129 rows starting from the beginning of the part | ||
| 4362 | 2024.11.19 01:35:40.134893 [ 257 ] {ea411fa9-cbc3-4173-bd2b-9b0df7786ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4363 | 2024.11.19 01:35:40.135317 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 4364 | 2024.11.19 01:35:40.135383 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_36_7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4365 | 2024.11.19 01:35:40.135406 [ 257 ] {ea411fa9-cbc3-4173-bd2b-9b0df7786ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4366 | 2024.11.19 01:35:40.135979 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
| 4367 | 2024.11.19 01:35:40.136046 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_36_7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4368 | 2024.11.19 01:35:40.136484 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 4369 | 2024.11.19 01:35:40.136639 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 162 rows starting from the beginning of the part | ||
| 4370 | 2024.11.19 01:35:40.137031 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 4371 | 2024.11.19 01:35:40.138163 [ 257 ] {ea411fa9-cbc3-4173-bd2b-9b0df7786ce0} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4372 | 2024.11.19 01:35:40.138226 [ 257 ] {ea411fa9-cbc3-4173-bd2b-9b0df7786ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4373 | 2024.11.19 01:35:40.138811 [ 257 ] {ea411fa9-cbc3-4173-bd2b-9b0df7786ce0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4374 | 2024.11.19 01:35:40.139356 [ 257 ] {ea411fa9-cbc3-4173-bd2b-9b0df7786ce0} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4375 | 2024.11.19 01:35:40.139658 [ 81 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4376 | 2024.11.19 01:35:40.139753 [ 81 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4377 | 2024.11.19 01:35:40.139825 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4378 | 2024.11.19 01:35:40.140060 [ 257 ] {ea411fa9-cbc3-4173-bd2b-9b0df7786ce0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005435 sec., 11039.558417663295 rows/sec., 761.84 KiB/sec. | ||
| 4379 | 2024.11.19 01:35:40.140319 [ 257 ] {ea411fa9-cbc3-4173-bd2b-9b0df7786ce0} <Debug> TCPHandler: Processed in 0.006069809 sec. | ||
| 4380 | 2024.11.19 01:35:40.140323 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::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 | ||
| 4381 | 2024.11.19 01:35:40.140490 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4382 | 2024.11.19 01:35:40.140526 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1722 rows starting from the beginning of the part | ||
| 4383 | 2024.11.19 01:35:40.140775 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part | ||
| 4384 | 2024.11.19 01:35:40.140862 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 4385 | 2024.11.19 01:35:40.141130 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
| 4386 | 2024.11.19 01:35:40.141497 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 4387 | 2024.11.19 01:35:40.141729 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 4388 | 2024.11.19 01:35:40.142364 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7499 rows, containing 5 columns (5 merged, 0 gathered) in 0.008492312 sec., 883033.972374072 rows/sec., 60.19 MiB/sec. | ||
| 4389 | 2024.11.19 01:35:40.142845 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4390 | 2024.11.19 01:35:40.143230 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4391 | 2024.11.19 01:35:40.143322 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4392 | 2024.11.19 01:35:40.143467 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
| 4393 | 2024.11.19 01:35:40.143634 [ 198 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2032 rows, containing 4 columns (4 merged, 0 gathered) in 0.003655566 sec., 555864.6732133958 rows/sec., 36.79 MiB/sec. | ||
| 4394 | 2024.11.19 01:35:40.144005 [ 198 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4395 | 2024.11.19 01:35:40.144376 [ 198 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_36_7} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4396 | 2024.11.19 01:35:40.144468 [ 198 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_36_7} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4397 | 2024.11.19 01:35:40.144569 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4398 | 2024.11.19 01:35:42.339448 [ 79 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4399 | 2024.11.19 01:35:42.339568 [ 79 ] {} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4400 | 2024.11.19 01:35:42.339612 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4401 | 2024.11.19 01:35:42.339928 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::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 | ||
| 4402 | 2024.11.19 01:35:42.340231 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4403 | 2024.11.19 01:35:42.340297 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part | ||
| 4404 | 2024.11.19 01:35:42.340483 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 4405 | 2024.11.19 01:35:42.340829 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 4406 | 2024.11.19 01:35:42.340956 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 4407 | 2024.11.19 01:35:42.341175 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 4408 | 2024.11.19 01:35:42.342309 [ 198 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.002564336 sec., 21058.08287213532 rows/sec., 1.07 MiB/sec. | ||
| 4409 | 2024.11.19 01:35:42.342533 [ 198 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4410 | 2024.11.19 01:35:42.342874 [ 198 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_9_2} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4411 | 2024.11.19 01:35:42.342966 [ 198 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_9_2} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4412 | 2024.11.19 01:35:42.343071 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4413 | 2024.11.19 01:35:43.713817 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4414 | 2024.11.19 01:35:43.713898 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4415 | 2024.11.19 01:35:43.999853 [ 78 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4416 | 2024.11.19 01:35:43.999923 [ 78 ] {} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4417 | 2024.11.19 01:35:43.999950 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4418 | 2024.11.19 01:35:44.000168 [ 189 ] {7a068b2a-d445-4769-83f0-40596558304b::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 | ||
| 4419 | 2024.11.19 01:35:44.000631 [ 189 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4420 | 2024.11.19 01:35:44.000679 [ 189 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 4421 | 2024.11.19 01:35:44.000833 [ 189 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 4422 | 2024.11.19 01:35:44.001013 [ 189 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 4423 | 2024.11.19 01:35:44.001151 [ 189 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 4424 | 2024.11.19 01:35:44.001412 [ 189 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 4425 | 2024.11.19 01:35:44.002578 [ 190 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002514545 sec., 3579.176351984156 rows/sec., 241.17 KiB/sec. | ||
| 4426 | 2024.11.19 01:35:44.002715 [ 189 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4427 | 2024.11.19 01:35:44.003015 [ 189 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_9_2} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4428 | 2024.11.19 01:35:44.003098 [ 189 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_9_2} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4429 | 2024.11.19 01:35:44.003180 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4430 | 2024.11.19 01:35:45.125990 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4431 | 2024.11.19 01:35:45.126307 [ 260 ] {b9b2c800-91d0-4e6a-b325-1479d13ed281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4432 | 2024.11.19 01:35:45.126429 [ 260 ] {b9b2c800-91d0-4e6a-b325-1479d13ed281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4433 | 2024.11.19 01:35:45.127240 [ 260 ] {b9b2c800-91d0-4e6a-b325-1479d13ed281} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4434 | 2024.11.19 01:35:45.127295 [ 260 ] {b9b2c800-91d0-4e6a-b325-1479d13ed281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4435 | 2024.11.19 01:35:45.127730 [ 260 ] {b9b2c800-91d0-4e6a-b325-1479d13ed281} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4436 | 2024.11.19 01:35:45.127985 [ 260 ] {b9b2c800-91d0-4e6a-b325-1479d13ed281} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4437 | 2024.11.19 01:35:45.128226 [ 260 ] {b9b2c800-91d0-4e6a-b325-1479d13ed281} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002008 sec., 6972.111553784861 rows/sec., 501.90 KiB/sec. | ||
| 4438 | 2024.11.19 01:35:45.128290 [ 260 ] {b9b2c800-91d0-4e6a-b325-1479d13ed281} <Debug> TCPHandler: Processed in 0.002491735 sec. | ||
| 4439 | 2024.11.19 01:35:45.128550 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4440 | 2024.11.19 01:35:45.128757 [ 257 ] {d3a82d82-5ddc-4853-90ec-e17adb5dc247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4441 | 2024.11.19 01:35:45.128834 [ 257 ] {d3a82d82-5ddc-4853-90ec-e17adb5dc247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4442 | 2024.11.19 01:35:45.129750 [ 257 ] {d3a82d82-5ddc-4853-90ec-e17adb5dc247} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4443 | 2024.11.19 01:35:45.129792 [ 257 ] {d3a82d82-5ddc-4853-90ec-e17adb5dc247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4444 | 2024.11.19 01:35:45.130252 [ 257 ] {d3a82d82-5ddc-4853-90ec-e17adb5dc247} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4445 | 2024.11.19 01:35:45.130508 [ 257 ] {d3a82d82-5ddc-4853-90ec-e17adb5dc247} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4446 | 2024.11.19 01:35:45.130740 [ 257 ] {d3a82d82-5ddc-4853-90ec-e17adb5dc247} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002031 sec., 140324.96307237816 rows/sec., 12.40 MiB/sec. | ||
| 4447 | 2024.11.19 01:35:45.130849 [ 257 ] {d3a82d82-5ddc-4853-90ec-e17adb5dc247} <Debug> TCPHandler: Processed in 0.002426944 sec. | ||
| 4448 | 2024.11.19 01:35:45.131096 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4449 | 2024.11.19 01:35:45.131251 [ 260 ] {464483d7-5e03-461e-9ee6-9db6a961e793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4450 | 2024.11.19 01:35:45.131314 [ 260 ] {464483d7-5e03-461e-9ee6-9db6a961e793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4451 | 2024.11.19 01:35:45.131948 [ 260 ] {464483d7-5e03-461e-9ee6-9db6a961e793} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4452 | 2024.11.19 01:35:45.131991 [ 260 ] {464483d7-5e03-461e-9ee6-9db6a961e793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4453 | 2024.11.19 01:35:45.132370 [ 260 ] {464483d7-5e03-461e-9ee6-9db6a961e793} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4454 | 2024.11.19 01:35:45.132615 [ 260 ] {464483d7-5e03-461e-9ee6-9db6a961e793} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4455 | 2024.11.19 01:35:45.132864 [ 260 ] {464483d7-5e03-461e-9ee6-9db6a961e793} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001646 sec., 29161.603888213853 rows/sec., 2.10 MiB/sec. | ||
| 4456 | 2024.11.19 01:35:45.133057 [ 260 ] {464483d7-5e03-461e-9ee6-9db6a961e793} <Debug> TCPHandler: Processed in 0.002093107 sec. | ||
| 4457 | 2024.11.19 01:35:45.133261 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4458 | 2024.11.19 01:35:45.133406 [ 257 ] {4805c9b8-beea-430f-8267-e2d3c2fa5bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4459 | 2024.11.19 01:35:45.133465 [ 257 ] {4805c9b8-beea-430f-8267-e2d3c2fa5bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4460 | 2024.11.19 01:35:45.134170 [ 257 ] {4805c9b8-beea-430f-8267-e2d3c2fa5bdd} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4461 | 2024.11.19 01:35:45.134216 [ 257 ] {4805c9b8-beea-430f-8267-e2d3c2fa5bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4462 | 2024.11.19 01:35:45.134616 [ 257 ] {4805c9b8-beea-430f-8267-e2d3c2fa5bdd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4463 | 2024.11.19 01:35:45.134853 [ 257 ] {4805c9b8-beea-430f-8267-e2d3c2fa5bdd} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4464 | 2024.11.19 01:35:45.135118 [ 257 ] {4805c9b8-beea-430f-8267-e2d3c2fa5bdd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001717 sec., 8153.756552125801 rows/sec., 571.04 KiB/sec. | ||
| 4465 | 2024.11.19 01:35:45.135279 [ 257 ] {4805c9b8-beea-430f-8267-e2d3c2fa5bdd} <Debug> TCPHandler: Processed in 0.002091567 sec. | ||
| 4466 | 2024.11.19 01:35:45.135416 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4467 | 2024.11.19 01:35:45.135576 [ 260 ] {46ba3891-4cad-4dc2-a8b4-5a13abab7097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4468 | 2024.11.19 01:35:45.135668 [ 260 ] {46ba3891-4cad-4dc2-a8b4-5a13abab7097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4469 | 2024.11.19 01:35:45.136648 [ 260 ] {46ba3891-4cad-4dc2-a8b4-5a13abab7097} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4470 | 2024.11.19 01:35:45.136688 [ 260 ] {46ba3891-4cad-4dc2-a8b4-5a13abab7097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4471 | 2024.11.19 01:35:45.137047 [ 260 ] {46ba3891-4cad-4dc2-a8b4-5a13abab7097} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4472 | 2024.11.19 01:35:45.137290 [ 260 ] {46ba3891-4cad-4dc2-a8b4-5a13abab7097} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4473 | 2024.11.19 01:35:45.137553 [ 260 ] {46ba3891-4cad-4dc2-a8b4-5a13abab7097} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002032 sec., 6397.637795275591 rows/sec., 398.89 KiB/sec. | ||
| 4474 | 2024.11.19 01:35:45.137743 [ 260 ] {46ba3891-4cad-4dc2-a8b4-5a13abab7097} <Debug> TCPHandler: Processed in 0.002378403 sec. | ||
| 4475 | 2024.11.19 01:35:45.137921 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4476 | 2024.11.19 01:35:45.138060 [ 257 ] {608a387e-254f-4ce4-8a3e-69958c79e509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4477 | 2024.11.19 01:35:45.138116 [ 257 ] {608a387e-254f-4ce4-8a3e-69958c79e509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4478 | 2024.11.19 01:35:45.139001 [ 257 ] {608a387e-254f-4ce4-8a3e-69958c79e509} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4479 | 2024.11.19 01:35:45.139040 [ 257 ] {608a387e-254f-4ce4-8a3e-69958c79e509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4480 | 2024.11.19 01:35:45.139416 [ 257 ] {608a387e-254f-4ce4-8a3e-69958c79e509} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4481 | 2024.11.19 01:35:45.139651 [ 257 ] {608a387e-254f-4ce4-8a3e-69958c79e509} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4482 | 2024.11.19 01:35:45.139830 [ 257 ] {608a387e-254f-4ce4-8a3e-69958c79e509} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001801 sec., 234869.51693503608 rows/sec., 16.79 MiB/sec. | ||
| 4483 | 2024.11.19 01:35:45.139880 [ 257 ] {608a387e-254f-4ce4-8a3e-69958c79e509} <Debug> TCPHandler: Processed in 0.002028416 sec. | ||
| 4484 | 2024.11.19 01:35:45.140037 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4485 | 2024.11.19 01:35:45.140175 [ 260 ] {07ab4c43-125d-436a-b470-831a874bee3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4486 | 2024.11.19 01:35:45.140235 [ 260 ] {07ab4c43-125d-436a-b470-831a874bee3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4487 | 2024.11.19 01:35:45.140758 [ 260 ] {07ab4c43-125d-436a-b470-831a874bee3f} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4488 | 2024.11.19 01:35:45.140798 [ 260 ] {07ab4c43-125d-436a-b470-831a874bee3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4489 | 2024.11.19 01:35:45.141160 [ 260 ] {07ab4c43-125d-436a-b470-831a874bee3f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4490 | 2024.11.19 01:35:45.141401 [ 260 ] {07ab4c43-125d-436a-b470-831a874bee3f} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4491 | 2024.11.19 01:35:45.141612 [ 260 ] {07ab4c43-125d-436a-b470-831a874bee3f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 213.69 KiB/sec. | ||
| 4492 | 2024.11.19 01:35:45.141662 [ 260 ] {07ab4c43-125d-436a-b470-831a874bee3f} <Debug> TCPHandler: Processed in 0.00169322 sec. | ||
| 4493 | 2024.11.19 01:35:45.141810 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4494 | 2024.11.19 01:35:45.141947 [ 257 ] {b6d6420f-6dbd-47cb-85a5-a629a85f2be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4495 | 2024.11.19 01:35:45.142009 [ 257 ] {b6d6420f-6dbd-47cb-85a5-a629a85f2be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4496 | 2024.11.19 01:35:45.142657 [ 257 ] {b6d6420f-6dbd-47cb-85a5-a629a85f2be6} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4497 | 2024.11.19 01:35:45.142694 [ 257 ] {b6d6420f-6dbd-47cb-85a5-a629a85f2be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4498 | 2024.11.19 01:35:45.143074 [ 257 ] {b6d6420f-6dbd-47cb-85a5-a629a85f2be6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4499 | 2024.11.19 01:35:45.143323 [ 257 ] {b6d6420f-6dbd-47cb-85a5-a629a85f2be6} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4500 | 2024.11.19 01:35:45.143512 [ 257 ] {b6d6420f-6dbd-47cb-85a5-a629a85f2be6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001595 sec., 148589.34169278995 rows/sec., 9.96 MiB/sec. | ||
| 4501 | 2024.11.19 01:35:45.143639 [ 257 ] {b6d6420f-6dbd-47cb-85a5-a629a85f2be6} <Debug> TCPHandler: Processed in 0.001898073 sec. | ||
| 4502 | 2024.11.19 01:35:45.143812 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4503 | 2024.11.19 01:35:45.143948 [ 260 ] {917107fd-aa28-4dae-9786-dd54774d97f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4504 | 2024.11.19 01:35:45.144009 [ 260 ] {917107fd-aa28-4dae-9786-dd54774d97f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4505 | 2024.11.19 01:35:45.144543 [ 260 ] {917107fd-aa28-4dae-9786-dd54774d97f0} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4506 | 2024.11.19 01:35:45.144582 [ 260 ] {917107fd-aa28-4dae-9786-dd54774d97f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4507 | 2024.11.19 01:35:45.144937 [ 260 ] {917107fd-aa28-4dae-9786-dd54774d97f0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4508 | 2024.11.19 01:35:45.145181 [ 260 ] {917107fd-aa28-4dae-9786-dd54774d97f0} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4509 | 2024.11.19 01:35:45.145392 [ 260 ] {917107fd-aa28-4dae-9786-dd54774d97f0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001474 sec., 678.4260515603798 rows/sec., 45.71 KiB/sec. | ||
| 4510 | 2024.11.19 01:35:45.145478 [ 260 ] {917107fd-aa28-4dae-9786-dd54774d97f0} <Debug> TCPHandler: Processed in 0.001748561 sec. | ||
| 4511 | 2024.11.19 01:35:45.145686 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4512 | 2024.11.19 01:35:45.145908 [ 257 ] {9849413e-11ad-4dad-bda8-9e19491ceffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4513 | 2024.11.19 01:35:45.146043 [ 257 ] {9849413e-11ad-4dad-bda8-9e19491ceffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4514 | 2024.11.19 01:35:45.147451 [ 257 ] {9849413e-11ad-4dad-bda8-9e19491ceffb} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4515 | 2024.11.19 01:35:45.147491 [ 257 ] {9849413e-11ad-4dad-bda8-9e19491ceffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4516 | 2024.11.19 01:35:45.148126 [ 257 ] {9849413e-11ad-4dad-bda8-9e19491ceffb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4517 | 2024.11.19 01:35:45.148391 [ 257 ] {9849413e-11ad-4dad-bda8-9e19491ceffb} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4518 | 2024.11.19 01:35:45.148651 [ 257 ] {9849413e-11ad-4dad-bda8-9e19491ceffb} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002791 sec., 14690.0752418488 rows/sec., 26.32 MiB/sec. | ||
| 4519 | 2024.11.19 01:35:45.148774 [ 257 ] {9849413e-11ad-4dad-bda8-9e19491ceffb} <Debug> TCPHandler: Processed in 0.003195177 sec. | ||
| 4520 | 2024.11.19 01:35:45.148946 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4521 | 2024.11.19 01:35:45.149082 [ 260 ] {63f1a2e6-61ff-4b7f-b085-cfb10376679f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4522 | 2024.11.19 01:35:45.149143 [ 260 ] {63f1a2e6-61ff-4b7f-b085-cfb10376679f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4523 | 2024.11.19 01:35:45.149677 [ 260 ] {63f1a2e6-61ff-4b7f-b085-cfb10376679f} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4524 | 2024.11.19 01:35:45.149715 [ 260 ] {63f1a2e6-61ff-4b7f-b085-cfb10376679f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4525 | 2024.11.19 01:35:45.150086 [ 260 ] {63f1a2e6-61ff-4b7f-b085-cfb10376679f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4526 | 2024.11.19 01:35:45.150328 [ 260 ] {63f1a2e6-61ff-4b7f-b085-cfb10376679f} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4527 | 2024.11.19 01:35:45.150532 [ 260 ] {63f1a2e6-61ff-4b7f-b085-cfb10376679f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001481 sec., 55367.99459824443 rows/sec., 3.52 MiB/sec. | ||
| 4528 | 2024.11.19 01:35:45.150581 [ 260 ] {63f1a2e6-61ff-4b7f-b085-cfb10376679f} <Debug> TCPHandler: Processed in 0.00170195 sec. | ||
| 4529 | 2024.11.19 01:35:48.873617 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 672 | ||
| 4530 | 2024.11.19 01:35:48.876604 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4531 | 2024.11.19 01:35:48.876652 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4532 | 2024.11.19 01:35:48.878243 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4533 | 2024.11.19 01:35:48.878553 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4534 | 2024.11.19 01:35:48.879618 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 672 | ||
| 4535 | 2024.11.19 01:35:50.118074 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4536 | 2024.11.19 01:35:50.118292 [ 260 ] {5bb09852-b692-4d88-81b2-129015a8ac4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4537 | 2024.11.19 01:35:50.118377 [ 260 ] {5bb09852-b692-4d88-81b2-129015a8ac4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4538 | 2024.11.19 01:35:50.119170 [ 260 ] {5bb09852-b692-4d88-81b2-129015a8ac4d} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4539 | 2024.11.19 01:35:50.119223 [ 260 ] {5bb09852-b692-4d88-81b2-129015a8ac4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4540 | 2024.11.19 01:35:50.119650 [ 260 ] {5bb09852-b692-4d88-81b2-129015a8ac4d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4541 | 2024.11.19 01:35:50.119913 [ 260 ] {5bb09852-b692-4d88-81b2-129015a8ac4d} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4542 | 2024.11.19 01:35:50.120150 [ 260 ] {5bb09852-b692-4d88-81b2-129015a8ac4d} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001921 sec., 5205.622071837584 rows/sec., 424.48 KiB/sec. | ||
| 4543 | 2024.11.19 01:35:50.120211 [ 260 ] {5bb09852-b692-4d88-81b2-129015a8ac4d} <Debug> TCPHandler: Processed in 0.002280501 sec. | ||
| 4544 | 2024.11.19 01:35:50.120464 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4545 | 2024.11.19 01:35:50.120646 [ 257 ] {65c35f23-6663-486b-af6d-90976fb8cd0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4546 | 2024.11.19 01:35:50.120716 [ 257 ] {65c35f23-6663-486b-af6d-90976fb8cd0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4547 | 2024.11.19 01:35:50.121473 [ 257 ] {65c35f23-6663-486b-af6d-90976fb8cd0f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4548 | 2024.11.19 01:35:50.121515 [ 257 ] {65c35f23-6663-486b-af6d-90976fb8cd0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4549 | 2024.11.19 01:35:50.121950 [ 257 ] {65c35f23-6663-486b-af6d-90976fb8cd0f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4550 | 2024.11.19 01:35:50.122206 [ 257 ] {65c35f23-6663-486b-af6d-90976fb8cd0f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4551 | 2024.11.19 01:35:50.122422 [ 257 ] {65c35f23-6663-486b-af6d-90976fb8cd0f} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001826 sec., 33406.35268346112 rows/sec., 2.55 MiB/sec. | ||
| 4552 | 2024.11.19 01:35:50.122540 [ 257 ] {65c35f23-6663-486b-af6d-90976fb8cd0f} <Debug> TCPHandler: Processed in 0.002202239 sec. | ||
| 4553 | 2024.11.19 01:35:50.122768 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4554 | 2024.11.19 01:35:50.122968 [ 260 ] {2910776f-5e33-4e47-83e6-a48c14d9ac8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4555 | 2024.11.19 01:35:50.123051 [ 260 ] {2910776f-5e33-4e47-83e6-a48c14d9ac8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4556 | 2024.11.19 01:35:50.123923 [ 260 ] {2910776f-5e33-4e47-83e6-a48c14d9ac8e} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4557 | 2024.11.19 01:35:50.123963 [ 260 ] {2910776f-5e33-4e47-83e6-a48c14d9ac8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4558 | 2024.11.19 01:35:50.124317 [ 260 ] {2910776f-5e33-4e47-83e6-a48c14d9ac8e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4559 | 2024.11.19 01:35:50.124575 [ 260 ] {2910776f-5e33-4e47-83e6-a48c14d9ac8e} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4560 | 2024.11.19 01:35:50.124778 [ 260 ] {2910776f-5e33-4e47-83e6-a48c14d9ac8e} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001849 sec., 5408.328826392645 rows/sec., 377.63 KiB/sec. | ||
| 4561 | 2024.11.19 01:35:50.124880 [ 260 ] {2910776f-5e33-4e47-83e6-a48c14d9ac8e} <Debug> TCPHandler: Processed in 0.00222799 sec. | ||
| 4562 | 2024.11.19 01:35:50.125129 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4563 | 2024.11.19 01:35:50.125282 [ 257 ] {616791ef-4ad7-4665-8c38-55464c6ead9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4564 | 2024.11.19 01:35:50.125343 [ 257 ] {616791ef-4ad7-4665-8c38-55464c6ead9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4565 | 2024.11.19 01:35:50.126050 [ 257 ] {616791ef-4ad7-4665-8c38-55464c6ead9a} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4566 | 2024.11.19 01:35:50.126090 [ 257 ] {616791ef-4ad7-4665-8c38-55464c6ead9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4567 | 2024.11.19 01:35:50.126471 [ 257 ] {616791ef-4ad7-4665-8c38-55464c6ead9a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4568 | 2024.11.19 01:35:50.126713 [ 257 ] {616791ef-4ad7-4665-8c38-55464c6ead9a} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4569 | 2024.11.19 01:35:50.126924 [ 257 ] {616791ef-4ad7-4665-8c38-55464c6ead9a} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001679 sec., 44073.853484216794 rows/sec., 3.45 MiB/sec. | ||
| 4570 | 2024.11.19 01:35:50.126978 [ 257 ] {616791ef-4ad7-4665-8c38-55464c6ead9a} <Debug> TCPHandler: Processed in 0.001984015 sec. | ||
| 4571 | 2024.11.19 01:35:50.127155 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4572 | 2024.11.19 01:35:50.127294 [ 260 ] {b1f3c6ed-d018-48b7-bd31-355faa3d5ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4573 | 2024.11.19 01:35:50.127358 [ 260 ] {b1f3c6ed-d018-48b7-bd31-355faa3d5ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4574 | 2024.11.19 01:35:50.127974 [ 260 ] {b1f3c6ed-d018-48b7-bd31-355faa3d5ac2} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4575 | 2024.11.19 01:35:50.128012 [ 260 ] {b1f3c6ed-d018-48b7-bd31-355faa3d5ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4576 | 2024.11.19 01:35:50.128413 [ 260 ] {b1f3c6ed-d018-48b7-bd31-355faa3d5ac2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4577 | 2024.11.19 01:35:50.128655 [ 260 ] {b1f3c6ed-d018-48b7-bd31-355faa3d5ac2} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4578 | 2024.11.19 01:35:50.128840 [ 260 ] {b1f3c6ed-d018-48b7-bd31-355faa3d5ac2} <Debug> executeQuery: Read 135 rows, 9.63 KiB in 0.001578 sec., 85551.33079847909 rows/sec., 5.96 MiB/sec. | ||
| 4579 | 2024.11.19 01:35:50.128888 [ 260 ] {b1f3c6ed-d018-48b7-bd31-355faa3d5ac2} <Debug> TCPHandler: Processed in 0.001800192 sec. | ||
| 4580 | 2024.11.19 01:35:50.129099 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4581 | 2024.11.19 01:35:50.129322 [ 257 ] {765a4d15-1133-4771-985e-722f433acfda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4582 | 2024.11.19 01:35:50.129416 [ 257 ] {765a4d15-1133-4771-985e-722f433acfda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4583 | 2024.11.19 01:35:50.130055 [ 257 ] {765a4d15-1133-4771-985e-722f433acfda} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4584 | 2024.11.19 01:35:50.130094 [ 257 ] {765a4d15-1133-4771-985e-722f433acfda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4585 | 2024.11.19 01:35:50.130493 [ 257 ] {765a4d15-1133-4771-985e-722f433acfda} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4586 | 2024.11.19 01:35:50.130739 [ 257 ] {765a4d15-1133-4771-985e-722f433acfda} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4587 | 2024.11.19 01:35:50.130968 [ 257 ] {765a4d15-1133-4771-985e-722f433acfda} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.001702 sec., 29377.20329024677 rows/sec., 1.97 MiB/sec. | ||
| 4588 | 2024.11.19 01:35:50.131016 [ 257 ] {765a4d15-1133-4771-985e-722f433acfda} <Debug> TCPHandler: Processed in 0.002027536 sec. | ||
| 4589 | 2024.11.19 01:35:55.119731 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4590 | 2024.11.19 01:35:55.120041 [ 260 ] {0494216c-8aac-496e-96ff-ed240030abaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4591 | 2024.11.19 01:35:55.120119 [ 260 ] {0494216c-8aac-496e-96ff-ed240030abaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4592 | 2024.11.19 01:35:55.120900 [ 260 ] {0494216c-8aac-496e-96ff-ed240030abaa} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4593 | 2024.11.19 01:35:55.120946 [ 260 ] {0494216c-8aac-496e-96ff-ed240030abaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4594 | 2024.11.19 01:35:55.121383 [ 260 ] {0494216c-8aac-496e-96ff-ed240030abaa} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4595 | 2024.11.19 01:35:55.121643 [ 260 ] {0494216c-8aac-496e-96ff-ed240030abaa} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4596 | 2024.11.19 01:35:55.121892 [ 260 ] {0494216c-8aac-496e-96ff-ed240030abaa} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001903 sec., 29427.220178665266 rows/sec., 2.26 MiB/sec. | ||
| 4597 | 2024.11.19 01:35:55.122051 [ 260 ] {0494216c-8aac-496e-96ff-ed240030abaa} <Debug> TCPHandler: Processed in 0.002501705 sec. | ||
| 4598 | 2024.11.19 01:35:55.122449 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4599 | 2024.11.19 01:35:55.122751 [ 257 ] {1f2106d7-9e65-4f49-a6af-83aee4047ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4600 | 2024.11.19 01:35:55.122860 [ 257 ] {1f2106d7-9e65-4f49-a6af-83aee4047ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4601 | 2024.11.19 01:35:55.123652 [ 257 ] {1f2106d7-9e65-4f49-a6af-83aee4047ea7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4602 | 2024.11.19 01:35:55.123696 [ 257 ] {1f2106d7-9e65-4f49-a6af-83aee4047ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4603 | 2024.11.19 01:35:55.124127 [ 257 ] {1f2106d7-9e65-4f49-a6af-83aee4047ea7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4604 | 2024.11.19 01:35:55.124379 [ 257 ] {1f2106d7-9e65-4f49-a6af-83aee4047ea7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4605 | 2024.11.19 01:35:55.124593 [ 257 ] {1f2106d7-9e65-4f49-a6af-83aee4047ea7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001951 sec., 32803.6904151717 rows/sec., 2.56 MiB/sec. | ||
| 4606 | 2024.11.19 01:35:55.124644 [ 257 ] {1f2106d7-9e65-4f49-a6af-83aee4047ea7} <Debug> TCPHandler: Processed in 0.002471674 sec. | ||
| 4607 | 2024.11.19 01:35:55.124799 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4608 | 2024.11.19 01:35:55.124937 [ 260 ] {bcfc40a0-a469-444b-be8b-53413bf49079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4609 | 2024.11.19 01:35:55.125000 [ 260 ] {bcfc40a0-a469-444b-be8b-53413bf49079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4610 | 2024.11.19 01:35:55.125722 [ 260 ] {bcfc40a0-a469-444b-be8b-53413bf49079} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4611 | 2024.11.19 01:35:55.125770 [ 260 ] {bcfc40a0-a469-444b-be8b-53413bf49079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4612 | 2024.11.19 01:35:55.126203 [ 260 ] {bcfc40a0-a469-444b-be8b-53413bf49079} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4613 | 2024.11.19 01:35:55.126460 [ 260 ] {bcfc40a0-a469-444b-be8b-53413bf49079} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4614 | 2024.11.19 01:35:55.126673 [ 260 ] {bcfc40a0-a469-444b-be8b-53413bf49079} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001728 sec., 92592.5925925926 rows/sec., 6.45 MiB/sec. | ||
| 4615 | 2024.11.19 01:35:55.126729 [ 260 ] {bcfc40a0-a469-444b-be8b-53413bf49079} <Debug> TCPHandler: Processed in 0.001964195 sec. | ||
| 4616 | 2024.11.19 01:35:55.126865 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4617 | 2024.11.19 01:35:55.127006 [ 257 ] {8403fc75-155d-4eab-b71f-59092bca99fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4618 | 2024.11.19 01:35:55.127103 [ 257 ] {8403fc75-155d-4eab-b71f-59092bca99fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4619 | 2024.11.19 01:35:55.127998 [ 257 ] {8403fc75-155d-4eab-b71f-59092bca99fc} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4620 | 2024.11.19 01:35:55.128040 [ 257 ] {8403fc75-155d-4eab-b71f-59092bca99fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4621 | 2024.11.19 01:35:55.128424 [ 257 ] {8403fc75-155d-4eab-b71f-59092bca99fc} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4622 | 2024.11.19 01:35:55.128663 [ 257 ] {8403fc75-155d-4eab-b71f-59092bca99fc} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4623 | 2024.11.19 01:35:55.128883 [ 257 ] {8403fc75-155d-4eab-b71f-59092bca99fc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001925 sec., 31168.83116883117 rows/sec., 2.10 MiB/sec. | ||
| 4624 | 2024.11.19 01:35:55.128988 [ 257 ] {8403fc75-155d-4eab-b71f-59092bca99fc} <Debug> TCPHandler: Processed in 0.002176949 sec. | ||
| 4625 | 2024.11.19 01:35:57.353475 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33840, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4626 | 2024.11.19 01:35:57.457600 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4627 | 2024.11.19 01:35:57.631152 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65225, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4628 | 2024.11.19 01:35:57.645586 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52800, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4629 | 2024.11.19 01:35:57.750956 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4630 | 2024.11.19 01:35:57.762362 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55905, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4631 | 2024.11.19 01:35:57.767767 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43268, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4632 | 2024.11.19 01:35:57.808784 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42761, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4633 | 2024.11.19 01:35:57.828031 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51780, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4634 | 2024.11.19 01:35:57.832302 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52456, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4635 | 2024.11.19 01:35:57.882213 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38402, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4636 | 2024.11.19 01:35:57.913597 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52129, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4637 | 2024.11.19 01:35:57.959146 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38613, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4638 | 2024.11.19 01:35:58.027549 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35268, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4639 | 2024.11.19 01:35:58.092936 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57535, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4640 | 2024.11.19 01:35:58.237307 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4641 | 2024.11.19 01:35:58.713953 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4642 | 2024.11.19 01:35:58.714033 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4643 | 2024.11.19 01:35:58.879960 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 692 | ||
| 4644 | 2024.11.19 01:35:58.882677 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4645 | 2024.11.19 01:35:58.882732 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4646 | 2024.11.19 01:35:58.884370 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4647 | 2024.11.19 01:35:58.884691 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4648 | 2024.11.19 01:35:58.885834 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 692 | ||
| 4649 | 2024.11.19 01:36:00.126000 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4650 | 2024.11.19 01:36:00.126283 [ 260 ] {9bc56c11-6714-455a-aee9-bc6b5b320bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4651 | 2024.11.19 01:36:00.126357 [ 260 ] {9bc56c11-6714-455a-aee9-bc6b5b320bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4652 | 2024.11.19 01:36:00.127092 [ 260 ] {9bc56c11-6714-455a-aee9-bc6b5b320bee} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4653 | 2024.11.19 01:36:00.127144 [ 260 ] {9bc56c11-6714-455a-aee9-bc6b5b320bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4654 | 2024.11.19 01:36:00.127593 [ 260 ] {9bc56c11-6714-455a-aee9-bc6b5b320bee} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4655 | 2024.11.19 01:36:00.127850 [ 260 ] {9bc56c11-6714-455a-aee9-bc6b5b320bee} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4656 | 2024.11.19 01:36:00.128091 [ 260 ] {9bc56c11-6714-455a-aee9-bc6b5b320bee} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001874 sec., 7470.651013874066 rows/sec., 537.79 KiB/sec. | ||
| 4657 | 2024.11.19 01:36:00.128147 [ 260 ] {9bc56c11-6714-455a-aee9-bc6b5b320bee} <Debug> TCPHandler: Processed in 0.002339711 sec. | ||
| 4658 | 2024.11.19 01:36:00.128455 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4659 | 2024.11.19 01:36:00.128755 [ 257 ] {f4fac9e6-309d-455e-8a33-42287972105f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4660 | 2024.11.19 01:36:00.128865 [ 257 ] {f4fac9e6-309d-455e-8a33-42287972105f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4661 | 2024.11.19 01:36:00.129893 [ 257 ] {f4fac9e6-309d-455e-8a33-42287972105f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4662 | 2024.11.19 01:36:00.129936 [ 257 ] {f4fac9e6-309d-455e-8a33-42287972105f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4663 | 2024.11.19 01:36:00.130416 [ 257 ] {f4fac9e6-309d-455e-8a33-42287972105f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4664 | 2024.11.19 01:36:00.130679 [ 257 ] {f4fac9e6-309d-455e-8a33-42287972105f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4665 | 2024.11.19 01:36:00.130956 [ 257 ] {f4fac9e6-309d-455e-8a33-42287972105f} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002283 sec., 124835.74244415243 rows/sec., 11.03 MiB/sec. | ||
| 4666 | 2024.11.19 01:36:00.131137 [ 257 ] {f4fac9e6-309d-455e-8a33-42287972105f} <Debug> TCPHandler: Processed in 0.002864321 sec. | ||
| 4667 | 2024.11.19 01:36:00.131458 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4668 | 2024.11.19 01:36:00.131682 [ 260 ] {5da6a2f8-0f6b-46e3-af04-23e3c847a25c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4669 | 2024.11.19 01:36:00.131772 [ 260 ] {5da6a2f8-0f6b-46e3-af04-23e3c847a25c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4670 | 2024.11.19 01:36:00.132593 [ 260 ] {5da6a2f8-0f6b-46e3-af04-23e3c847a25c} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4671 | 2024.11.19 01:36:00.132633 [ 260 ] {5da6a2f8-0f6b-46e3-af04-23e3c847a25c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4672 | 2024.11.19 01:36:00.132999 [ 260 ] {5da6a2f8-0f6b-46e3-af04-23e3c847a25c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4673 | 2024.11.19 01:36:00.133241 [ 260 ] {5da6a2f8-0f6b-46e3-af04-23e3c847a25c} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4674 | 2024.11.19 01:36:00.133442 [ 260 ] {5da6a2f8-0f6b-46e3-af04-23e3c847a25c} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001814 sec., 26460.859977949283 rows/sec., 1.91 MiB/sec. | ||
| 4675 | 2024.11.19 01:36:00.133492 [ 260 ] {5da6a2f8-0f6b-46e3-af04-23e3c847a25c} <Debug> TCPHandler: Processed in 0.00221408 sec. | ||
| 4676 | 2024.11.19 01:36:00.133701 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4677 | 2024.11.19 01:36:00.133926 [ 257 ] {77b82d5a-641f-4acd-bae3-680027cf94da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4678 | 2024.11.19 01:36:00.134015 [ 257 ] {77b82d5a-641f-4acd-bae3-680027cf94da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4679 | 2024.11.19 01:36:00.134687 [ 257 ] {77b82d5a-641f-4acd-bae3-680027cf94da} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4680 | 2024.11.19 01:36:00.134727 [ 257 ] {77b82d5a-641f-4acd-bae3-680027cf94da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4681 | 2024.11.19 01:36:00.135084 [ 257 ] {77b82d5a-641f-4acd-bae3-680027cf94da} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4682 | 2024.11.19 01:36:00.135339 [ 257 ] {77b82d5a-641f-4acd-bae3-680027cf94da} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4683 | 2024.11.19 01:36:00.135566 [ 257 ] {77b82d5a-641f-4acd-bae3-680027cf94da} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001695 sec., 8259.587020648969 rows/sec., 578.45 KiB/sec. | ||
| 4684 | 2024.11.19 01:36:00.135677 [ 257 ] {77b82d5a-641f-4acd-bae3-680027cf94da} <Debug> TCPHandler: Processed in 0.002086727 sec. | ||
| 4685 | 2024.11.19 01:36:00.135835 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4686 | 2024.11.19 01:36:00.135959 [ 260 ] {553f374a-9684-430b-b888-dc99a09e07d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4687 | 2024.11.19 01:36:00.136009 [ 260 ] {553f374a-9684-430b-b888-dc99a09e07d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4688 | 2024.11.19 01:36:00.136602 [ 260 ] {553f374a-9684-430b-b888-dc99a09e07d8} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4689 | 2024.11.19 01:36:00.136642 [ 260 ] {553f374a-9684-430b-b888-dc99a09e07d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4690 | 2024.11.19 01:36:00.137017 [ 260 ] {553f374a-9684-430b-b888-dc99a09e07d8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4691 | 2024.11.19 01:36:00.137261 [ 260 ] {553f374a-9684-430b-b888-dc99a09e07d8} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4692 | 2024.11.19 01:36:00.137480 [ 260 ] {553f374a-9684-430b-b888-dc99a09e07d8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001545 sec., 8414.239482200648 rows/sec., 524.63 KiB/sec. | ||
| 4693 | 2024.11.19 01:36:00.137532 [ 260 ] {553f374a-9684-430b-b888-dc99a09e07d8} <Debug> TCPHandler: Processed in 0.001759791 sec. | ||
| 4694 | 2024.11.19 01:36:00.137727 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4695 | 2024.11.19 01:36:00.137948 [ 257 ] {1acc40c1-7dac-4a49-aed6-b9e799cf6490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4696 | 2024.11.19 01:36:00.138040 [ 257 ] {1acc40c1-7dac-4a49-aed6-b9e799cf6490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4697 | 2024.11.19 01:36:00.138845 [ 257 ] {1acc40c1-7dac-4a49-aed6-b9e799cf6490} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4698 | 2024.11.19 01:36:00.138885 [ 257 ] {1acc40c1-7dac-4a49-aed6-b9e799cf6490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4699 | 2024.11.19 01:36:00.139276 [ 257 ] {1acc40c1-7dac-4a49-aed6-b9e799cf6490} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4700 | 2024.11.19 01:36:00.139520 [ 257 ] {1acc40c1-7dac-4a49-aed6-b9e799cf6490} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4701 | 2024.11.19 01:36:00.139731 [ 257 ] {1acc40c1-7dac-4a49-aed6-b9e799cf6490} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001838 sec., 230141.45810663764 rows/sec., 16.45 MiB/sec. | ||
| 4702 | 2024.11.19 01:36:00.139781 [ 257 ] {1acc40c1-7dac-4a49-aed6-b9e799cf6490} <Debug> TCPHandler: Processed in 0.002162918 sec. | ||
| 4703 | 2024.11.19 01:36:00.139925 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4704 | 2024.11.19 01:36:00.140043 [ 260 ] {881ca2b7-6e67-46d5-b053-041bcbcc29da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4705 | 2024.11.19 01:36:00.140095 [ 260 ] {881ca2b7-6e67-46d5-b053-041bcbcc29da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4706 | 2024.11.19 01:36:00.140583 [ 260 ] {881ca2b7-6e67-46d5-b053-041bcbcc29da} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4707 | 2024.11.19 01:36:00.140623 [ 260 ] {881ca2b7-6e67-46d5-b053-041bcbcc29da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4708 | 2024.11.19 01:36:00.140989 [ 260 ] {881ca2b7-6e67-46d5-b053-041bcbcc29da} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4709 | 2024.11.19 01:36:00.141238 [ 260 ] {881ca2b7-6e67-46d5-b053-041bcbcc29da} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4710 | 2024.11.19 01:36:00.141459 [ 260 ] {881ca2b7-6e67-46d5-b053-041bcbcc29da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001441 sec., 4163.775156141568 rows/sec., 217.54 KiB/sec. | ||
| 4711 | 2024.11.19 01:36:00.141508 [ 260 ] {881ca2b7-6e67-46d5-b053-041bcbcc29da} <Debug> TCPHandler: Processed in 0.001639049 sec. | ||
| 4712 | 2024.11.19 01:36:00.141638 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4713 | 2024.11.19 01:36:00.141755 [ 257 ] {0f2b3269-226e-47d9-9245-1d9ec0be4881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4714 | 2024.11.19 01:36:00.141807 [ 257 ] {0f2b3269-226e-47d9-9245-1d9ec0be4881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4715 | 2024.11.19 01:36:00.142401 [ 257 ] {0f2b3269-226e-47d9-9245-1d9ec0be4881} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4716 | 2024.11.19 01:36:00.142440 [ 257 ] {0f2b3269-226e-47d9-9245-1d9ec0be4881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4717 | 2024.11.19 01:36:00.142827 [ 257 ] {0f2b3269-226e-47d9-9245-1d9ec0be4881} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4718 | 2024.11.19 01:36:00.143076 [ 257 ] {0f2b3269-226e-47d9-9245-1d9ec0be4881} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4719 | 2024.11.19 01:36:00.143291 [ 257 ] {0f2b3269-226e-47d9-9245-1d9ec0be4881} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001561 sec., 151825.7527226137 rows/sec., 10.18 MiB/sec. | ||
| 4720 | 2024.11.19 01:36:00.143341 [ 257 ] {0f2b3269-226e-47d9-9245-1d9ec0be4881} <Debug> TCPHandler: Processed in 0.001756991 sec. | ||
| 4721 | 2024.11.19 01:36:00.143472 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4722 | 2024.11.19 01:36:00.143587 [ 260 ] {028c0a95-8109-4523-9d68-40adebbd7e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4723 | 2024.11.19 01:36:00.143638 [ 260 ] {028c0a95-8109-4523-9d68-40adebbd7e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4724 | 2024.11.19 01:36:00.144103 [ 260 ] {028c0a95-8109-4523-9d68-40adebbd7e28} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4725 | 2024.11.19 01:36:00.144142 [ 260 ] {028c0a95-8109-4523-9d68-40adebbd7e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4726 | 2024.11.19 01:36:00.144501 [ 260 ] {028c0a95-8109-4523-9d68-40adebbd7e28} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4727 | 2024.11.19 01:36:00.144752 [ 260 ] {028c0a95-8109-4523-9d68-40adebbd7e28} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4728 | 2024.11.19 01:36:00.145063 [ 260 ] {028c0a95-8109-4523-9d68-40adebbd7e28} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001477 sec., 677.0480704129993 rows/sec., 45.62 KiB/sec. | ||
| 4729 | 2024.11.19 01:36:00.145196 [ 260 ] {028c0a95-8109-4523-9d68-40adebbd7e28} <Debug> TCPHandler: Processed in 0.001777192 sec. | ||
| 4730 | 2024.11.19 01:36:00.145346 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4731 | 2024.11.19 01:36:00.145467 [ 257 ] {b541a0ee-e7cd-4151-84fe-57c93c03d597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4732 | 2024.11.19 01:36:00.145548 [ 257 ] {b541a0ee-e7cd-4151-84fe-57c93c03d597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4733 | 2024.11.19 01:36:00.146719 [ 257 ] {b541a0ee-e7cd-4151-84fe-57c93c03d597} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4734 | 2024.11.19 01:36:00.146758 [ 257 ] {b541a0ee-e7cd-4151-84fe-57c93c03d597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4735 | 2024.11.19 01:36:00.147407 [ 257 ] {b541a0ee-e7cd-4151-84fe-57c93c03d597} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4736 | 2024.11.19 01:36:00.147666 [ 257 ] {b541a0ee-e7cd-4151-84fe-57c93c03d597} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4737 | 2024.11.19 01:36:00.147847 [ 30 ] {} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 4738 | 2024.11.19 01:36:00.147921 [ 257 ] {b541a0ee-e7cd-4151-84fe-57c93c03d597} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002472 sec., 16585.760517799354 rows/sec., 29.72 MiB/sec. | ||
| 4739 | 2024.11.19 01:36:00.147936 [ 30 ] {} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4740 | 2024.11.19 01:36:00.148010 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4741 | 2024.11.19 01:36:00.148372 [ 257 ] {b541a0ee-e7cd-4151-84fe-57c93c03d597} <Debug> TCPHandler: Processed in 0.003073675 sec. | ||
| 4742 | 2024.11.19 01:36:00.148743 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::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 | ||
| 4743 | 2024.11.19 01:36:00.148763 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4744 | 2024.11.19 01:36:00.149053 [ 260 ] {8091801c-ae9d-4bd0-8b21-4fa5d4ee1061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4745 | 2024.11.19 01:36:00.149196 [ 260 ] {8091801c-ae9d-4bd0-8b21-4fa5d4ee1061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4746 | 2024.11.19 01:36:00.149839 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4747 | 2024.11.19 01:36:00.150063 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 290 rows starting from the beginning of the part | ||
| 4748 | 2024.11.19 01:36:00.150763 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part | ||
| 4749 | 2024.11.19 01:36:00.151253 [ 260 ] {8091801c-ae9d-4bd0-8b21-4fa5d4ee1061} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4750 | 2024.11.19 01:36:00.151360 [ 260 ] {8091801c-ae9d-4bd0-8b21-4fa5d4ee1061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4751 | 2024.11.19 01:36:00.151514 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part | ||
| 4752 | 2024.11.19 01:36:00.152219 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 41 rows starting from the beginning of the part | ||
| 4753 | 2024.11.19 01:36:00.152733 [ 260 ] {8091801c-ae9d-4bd0-8b21-4fa5d4ee1061} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4754 | 2024.11.19 01:36:00.152836 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 41 rows starting from the beginning of the part | ||
| 4755 | 2024.11.19 01:36:00.153345 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 41 rows starting from the beginning of the part | ||
| 4756 | 2024.11.19 01:36:00.153414 [ 260 ] {8091801c-ae9d-4bd0-8b21-4fa5d4ee1061} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4757 | 2024.11.19 01:36:00.154194 [ 260 ] {8091801c-ae9d-4bd0-8b21-4fa5d4ee1061} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005189 sec., 15802.659471959914 rows/sec., 1.00 MiB/sec. | ||
| 4758 | 2024.11.19 01:36:00.154421 [ 260 ] {8091801c-ae9d-4bd0-8b21-4fa5d4ee1061} <Debug> TCPHandler: Processed in 0.005920676 sec. | ||
| 4759 | 2024.11.19 01:36:00.158665 [ 189 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 495 rows, containing 19 columns (19 merged, 0 gathered) in 0.010492178 sec., 47178.00250815417 rows/sec., 84.54 MiB/sec. | ||
| 4760 | 2024.11.19 01:36:00.159591 [ 190 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4761 | 2024.11.19 01:36:00.160040 [ 190 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_15_3} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4762 | 2024.11.19 01:36:00.160124 [ 190 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_15_3} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 4763 | 2024.11.19 01:36:00.160279 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
| 4764 | 2024.11.19 01:36:01.000253 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.41 MiB, peak 166.81 MiB, free memory in arenas 0.00 B, will set to 162.59 MiB (RSS), difference: 1.18 MiB | ||
| 4765 | 2024.11.19 01:36:02.047733 [ 59 ] {} <Debug> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4766 | 2024.11.19 01:36:02.047817 [ 59 ] {} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4767 | 2024.11.19 01:36:02.047844 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4768 | 2024.11.19 01:36:02.047998 [ 189 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 4769 | 2024.11.19 01:36:02.048147 [ 189 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4770 | 2024.11.19 01:36:02.048182 [ 189 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 4771 | 2024.11.19 01:36:02.048262 [ 189 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 4772 | 2024.11.19 01:36:02.048473 [ 189 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 4773 | 2024.11.19 01:36:02.048754 [ 189 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 4774 | 2024.11.19 01:36:02.048861 [ 189 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part | ||
| 4775 | 2024.11.19 01:36:02.050038 [ 190 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002114628 sec., 17024.270935597186 rows/sec., 1.42 MiB/sec. | ||
| 4776 | 2024.11.19 01:36:02.050235 [ 195 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4777 | 2024.11.19 01:36:02.050570 [ 195 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_9_2} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4778 | 2024.11.19 01:36:02.050653 [ 195 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_9_2} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4779 | 2024.11.19 01:36:02.050755 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4780 | 2024.11.19 01:36:02.140148 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4781 | 2024.11.19 01:36:02.399648 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51219, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4782 | 2024.11.19 01:36:02.432984 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4783 | 2024.11.19 01:36:02.449310 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58822, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4784 | 2024.11.19 01:36:02.696168 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49564, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4785 | 2024.11.19 01:36:02.713431 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49256, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4786 | 2024.11.19 01:36:02.750941 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53447, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4787 | 2024.11.19 01:36:02.799302 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4788 | 2024.11.19 01:36:03.333965 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36675, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4789 | 2024.11.19 01:36:03.783534 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39623, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4790 | 2024.11.19 01:36:03.860382 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40332, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4791 | 2024.11.19 01:36:03.950089 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44402, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4792 | 2024.11.19 01:36:03.990644 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55597, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4793 | 2024.11.19 01:36:04.009992 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36366, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4794 | 2024.11.19 01:36:04.024522 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51115, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4795 | 2024.11.19 01:36:04.077977 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4796 | 2024.11.19 01:36:05.118464 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4797 | 2024.11.19 01:36:05.118676 [ 260 ] {9158d4de-9d10-4515-88be-38fcb701f29a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4798 | 2024.11.19 01:36:05.118760 [ 260 ] {9158d4de-9d10-4515-88be-38fcb701f29a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4799 | 2024.11.19 01:36:05.119553 [ 260 ] {9158d4de-9d10-4515-88be-38fcb701f29a} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4800 | 2024.11.19 01:36:05.119604 [ 260 ] {9158d4de-9d10-4515-88be-38fcb701f29a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4801 | 2024.11.19 01:36:05.120023 [ 260 ] {9158d4de-9d10-4515-88be-38fcb701f29a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4802 | 2024.11.19 01:36:05.120287 [ 260 ] {9158d4de-9d10-4515-88be-38fcb701f29a} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4803 | 2024.11.19 01:36:05.120526 [ 260 ] {9158d4de-9d10-4515-88be-38fcb701f29a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001906 sec., 1049.3179433368311 rows/sec., 85.56 KiB/sec. | ||
| 4804 | 2024.11.19 01:36:05.120739 [ 260 ] {9158d4de-9d10-4515-88be-38fcb701f29a} <Debug> TCPHandler: Processed in 0.002409943 sec. | ||
| 4805 | 2024.11.19 01:36:05.121037 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4806 | 2024.11.19 01:36:05.121334 [ 257 ] {ccb5bcbc-920a-46eb-b65a-0049619d262c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4807 | 2024.11.19 01:36:05.121442 [ 257 ] {ccb5bcbc-920a-46eb-b65a-0049619d262c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4808 | 2024.11.19 01:36:05.122180 [ 257 ] {ccb5bcbc-920a-46eb-b65a-0049619d262c} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4809 | 2024.11.19 01:36:05.122220 [ 257 ] {ccb5bcbc-920a-46eb-b65a-0049619d262c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4810 | 2024.11.19 01:36:05.122643 [ 257 ] {ccb5bcbc-920a-46eb-b65a-0049619d262c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4811 | 2024.11.19 01:36:05.122892 [ 257 ] {ccb5bcbc-920a-46eb-b65a-0049619d262c} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4812 | 2024.11.19 01:36:05.123080 [ 56 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4813 | 2024.11.19 01:36:05.123140 [ 257 ] {ccb5bcbc-920a-46eb-b65a-0049619d262c} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001886 sec., 30222.693531283137 rows/sec., 2.32 MiB/sec. | ||
| 4814 | 2024.11.19 01:36:05.123160 [ 56 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4815 | 2024.11.19 01:36:05.123233 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4816 | 2024.11.19 01:36:05.123258 [ 257 ] {ccb5bcbc-920a-46eb-b65a-0049619d262c} <Debug> TCPHandler: Processed in 0.002405543 sec. | ||
| 4817 | 2024.11.19 01:36:05.123443 [ 189 ] {dae3df59-2a3d-470e-ab24-e307583933ac::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 | ||
| 4818 | 2024.11.19 01:36:05.123463 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4819 | 2024.11.19 01:36:05.123679 [ 189 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4820 | 2024.11.19 01:36:05.123729 [ 260 ] {a08a8537-4077-4b26-84ee-063c06340e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4821 | 2024.11.19 01:36:05.123752 [ 189 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1435 rows starting from the beginning of the part | ||
| 4822 | 2024.11.19 01:36:05.123834 [ 260 ] {a08a8537-4077-4b26-84ee-063c06340e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4823 | 2024.11.19 01:36:05.123993 [ 189 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 285 rows starting from the beginning of the part | ||
| 4824 | 2024.11.19 01:36:05.124531 [ 189 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 61 rows starting from the beginning of the part | ||
| 4825 | 2024.11.19 01:36:05.124823 [ 189 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 4826 | 2024.11.19 01:36:05.125267 [ 189 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 285 rows starting from the beginning of the part | ||
| 4827 | 2024.11.19 01:36:05.125656 [ 189 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 57 rows starting from the beginning of the part | ||
| 4828 | 2024.11.19 01:36:05.126907 [ 260 ] {a08a8537-4077-4b26-84ee-063c06340e41} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4829 | 2024.11.19 01:36:05.126975 [ 260 ] {a08a8537-4077-4b26-84ee-063c06340e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4830 | 2024.11.19 01:36:05.127941 [ 260 ] {a08a8537-4077-4b26-84ee-063c06340e41} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4831 | 2024.11.19 01:36:05.128506 [ 260 ] {a08a8537-4077-4b26-84ee-063c06340e41} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4832 | 2024.11.19 01:36:05.128934 [ 260 ] {a08a8537-4077-4b26-84ee-063c06340e41} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00526 sec., 380.22813688212926 rows/sec., 26.55 KiB/sec. | ||
| 4833 | 2024.11.19 01:36:05.129324 [ 260 ] {a08a8537-4077-4b26-84ee-063c06340e41} <Debug> TCPHandler: Processed in 0.005974597 sec. | ||
| 4834 | 2024.11.19 01:36:05.129464 [ 190 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2179 rows, containing 5 columns (5 merged, 0 gathered) in 0.006127079 sec., 355634.3895680144 rows/sec., 31.37 MiB/sec. | ||
| 4835 | 2024.11.19 01:36:05.129529 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4836 | 2024.11.19 01:36:05.129694 [ 257 ] {5542d0a9-fb68-40f1-83e2-58a4743e1b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4837 | 2024.11.19 01:36:05.129763 [ 257 ] {5542d0a9-fb68-40f1-83e2-58a4743e1b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4838 | 2024.11.19 01:36:05.129776 [ 190 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4839 | 2024.11.19 01:36:05.130484 [ 190 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_41_8} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4840 | 2024.11.19 01:36:05.130617 [ 190 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_41_8} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4841 | 2024.11.19 01:36:05.130773 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 4842 | 2024.11.19 01:36:05.130972 [ 257 ] {5542d0a9-fb68-40f1-83e2-58a4743e1b77} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4843 | 2024.11.19 01:36:05.131017 [ 257 ] {5542d0a9-fb68-40f1-83e2-58a4743e1b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4844 | 2024.11.19 01:36:05.131388 [ 257 ] {5542d0a9-fb68-40f1-83e2-58a4743e1b77} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4845 | 2024.11.19 01:36:05.131635 [ 257 ] {5542d0a9-fb68-40f1-83e2-58a4743e1b77} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4846 | 2024.11.19 01:36:05.131789 [ 56 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4847 | 2024.11.19 01:36:05.131845 [ 56 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4848 | 2024.11.19 01:36:05.131882 [ 257 ] {5542d0a9-fb68-40f1-83e2-58a4743e1b77} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002232 sec., 29569.892473118278 rows/sec., 2.31 MiB/sec. | ||
| 4849 | 2024.11.19 01:36:05.131890 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4850 | 2024.11.19 01:36:05.132041 [ 257 ] {5542d0a9-fb68-40f1-83e2-58a4743e1b77} <Debug> TCPHandler: Processed in 0.002610447 sec. | ||
| 4851 | 2024.11.19 01:36:05.132145 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::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 | ||
| 4852 | 2024.11.19 01:36:05.132240 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4853 | 2024.11.19 01:36:05.132315 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4854 | 2024.11.19 01:36:05.132407 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 915 rows starting from the beginning of the part | ||
| 4855 | 2024.11.19 01:36:05.132467 [ 260 ] {b5495e65-b165-4f2d-a37e-3995e43f85e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4856 | 2024.11.19 01:36:05.132659 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 423 rows starting from the beginning of the part | ||
| 4857 | 2024.11.19 01:36:05.132691 [ 260 ] {b5495e65-b165-4f2d-a37e-3995e43f85e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4858 | 2024.11.19 01:36:05.133016 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 74 rows starting from the beginning of the part | ||
| 4859 | 2024.11.19 01:36:05.133376 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 4860 | 2024.11.19 01:36:05.133720 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 423 rows starting from the beginning of the part | ||
| 4861 | 2024.11.19 01:36:05.134057 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 66 rows starting from the beginning of the part | ||
| 4862 | 2024.11.19 01:36:05.135366 [ 260 ] {b5495e65-b165-4f2d-a37e-3995e43f85e4} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4863 | 2024.11.19 01:36:05.135434 [ 260 ] {b5495e65-b165-4f2d-a37e-3995e43f85e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4864 | 2024.11.19 01:36:05.136495 [ 260 ] {b5495e65-b165-4f2d-a37e-3995e43f85e4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4865 | 2024.11.19 01:36:05.136944 [ 260 ] {b5495e65-b165-4f2d-a37e-3995e43f85e4} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4866 | 2024.11.19 01:36:05.137246 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 5 columns (5 merged, 0 gathered) in 0.005179033 sec., 379414.4582589066 rows/sec., 29.06 MiB/sec. | ||
| 4867 | 2024.11.19 01:36:05.137294 [ 56 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4868 | 2024.11.19 01:36:05.137393 [ 56 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4869 | 2024.11.19 01:36:05.137437 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4870 | 2024.11.19 01:36:05.137505 [ 260 ] {b5495e65-b165-4f2d-a37e-3995e43f85e4} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.005089 sec., 25348.79151110238 rows/sec., 1.77 MiB/sec. | ||
| 4871 | 2024.11.19 01:36:05.137673 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4872 | 2024.11.19 01:36:05.137880 [ 260 ] {b5495e65-b165-4f2d-a37e-3995e43f85e4} <Debug> TCPHandler: Processed in 0.005715142 sec. | ||
| 4873 | 2024.11.19 01:36:05.138471 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4874 | 2024.11.19 01:36:05.138706 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 4875 | 2024.11.19 01:36:05.138808 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_41_8} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4876 | 2024.11.19 01:36:05.139023 [ 257 ] {c9b39c72-fed6-46e0-b1e4-bb614f37351e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4877 | 2024.11.19 01:36:05.139106 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_41_8} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4878 | 2024.11.19 01:36:05.139215 [ 257 ] {c9b39c72-fed6-46e0-b1e4-bb614f37351e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4879 | 2024.11.19 01:36:05.139334 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4880 | 2024.11.19 01:36:05.139368 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4881 | 2024.11.19 01:36:05.139504 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 7499 rows starting from the beginning of the part | ||
| 4882 | 2024.11.19 01:36:05.139879 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part | ||
| 4883 | 2024.11.19 01:36:05.140237 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 135 rows starting from the beginning of the part | ||
| 4884 | 2024.11.19 01:36:05.140483 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
| 4885 | 2024.11.19 01:36:05.140751 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
| 4886 | 2024.11.19 01:36:05.141066 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 129 rows starting from the beginning of the part | ||
| 4887 | 2024.11.19 01:36:05.141683 [ 257 ] {c9b39c72-fed6-46e0-b1e4-bb614f37351e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4888 | 2024.11.19 01:36:05.141738 [ 257 ] {c9b39c72-fed6-46e0-b1e4-bb614f37351e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4889 | 2024.11.19 01:36:05.142520 [ 257 ] {c9b39c72-fed6-46e0-b1e4-bb614f37351e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4890 | 2024.11.19 01:36:05.142961 [ 257 ] {c9b39c72-fed6-46e0-b1e4-bb614f37351e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4891 | 2024.11.19 01:36:05.143286 [ 56 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4892 | 2024.11.19 01:36:05.143412 [ 56 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4893 | 2024.11.19 01:36:05.143502 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4894 | 2024.11.19 01:36:05.143618 [ 257 ] {c9b39c72-fed6-46e0-b1e4-bb614f37351e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004682 sec., 10252.029047415634 rows/sec., 707.50 KiB/sec. | ||
| 4895 | 2024.11.19 01:36:05.143964 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::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 | ||
| 4896 | 2024.11.19 01:36:05.143997 [ 257 ] {c9b39c72-fed6-46e0-b1e4-bb614f37351e} <Debug> TCPHandler: Processed in 0.005988407 sec. | ||
| 4897 | 2024.11.19 01:36:05.144418 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4898 | 2024.11.19 01:36:05.144482 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2032 rows starting from the beginning of the part | ||
| 4899 | 2024.11.19 01:36:05.144630 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
| 4900 | 2024.11.19 01:36:05.144900 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 50 rows starting from the beginning of the part | ||
| 4901 | 2024.11.19 01:36:05.144991 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 4902 | 2024.11.19 01:36:05.145212 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 4903 | 2024.11.19 01:36:05.145574 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 48 rows starting from the beginning of the part | ||
| 4904 | 2024.11.19 01:36:05.146711 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8397 rows, containing 5 columns (5 merged, 0 gathered) in 0.009150394 sec., 917665.4032602313 rows/sec., 62.56 MiB/sec. | ||
| 4905 | 2024.11.19 01:36:05.146971 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4906 | 2024.11.19 01:36:05.147636 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4907 | 2024.11.19 01:36:05.147774 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4908 | 2024.11.19 01:36:05.147904 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
| 4909 | 2024.11.19 01:36:05.148163 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2354 rows, containing 4 columns (4 merged, 0 gathered) in 0.00450253 sec., 522817.1716790338 rows/sec., 34.55 MiB/sec. | ||
| 4910 | 2024.11.19 01:36:05.148475 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4911 | 2024.11.19 01:36:05.148760 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_41_8} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4912 | 2024.11.19 01:36:05.148837 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_41_8} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4913 | 2024.11.19 01:36:05.148922 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 4914 | 2024.11.19 01:36:08.886164 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 726 | ||
| 4915 | 2024.11.19 01:36:08.889130 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4916 | 2024.11.19 01:36:08.889190 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4917 | 2024.11.19 01:36:08.890604 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4918 | 2024.11.19 01:36:08.890916 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4919 | 2024.11.19 01:36:08.891148 [ 53 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4920 | 2024.11.19 01:36:08.891262 [ 53 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4921 | 2024.11.19 01:36:08.891335 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4922 | 2024.11.19 01:36:08.891857 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 4923 | 2024.11.19 01:36:08.892292 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 726 | ||
| 4924 | 2024.11.19 01:36:08.892902 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4925 | 2024.11.19 01:36:08.893098 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 588 rows starting from the beginning of the part | ||
| 4926 | 2024.11.19 01:36:08.893727 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part | ||
| 4927 | 2024.11.19 01:36:08.894298 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part | ||
| 4928 | 2024.11.19 01:36:08.894831 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 4929 | 2024.11.19 01:36:08.895336 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part | ||
| 4930 | 2024.11.19 01:36:08.895810 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 4931 | 2024.11.19 01:36:08.903551 [ 200 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 726 rows, containing 72 columns (72 merged, 0 gathered) in 0.012041895 sec., 60289.51423343253 rows/sec., 51.35 MiB/sec. | ||
| 4932 | 2024.11.19 01:36:08.904910 [ 200 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4933 | 2024.11.19 01:36:08.905759 [ 200 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_21_4} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4934 | 2024.11.19 01:36:08.905859 [ 200 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_21_4} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4935 | 2024.11.19 01:36:08.906155 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 4936 | 2024.11.19 01:36:10.120818 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4937 | 2024.11.19 01:36:10.121040 [ 260 ] {ce8724a4-4205-4f3a-b262-8f99d6d15a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4938 | 2024.11.19 01:36:10.121125 [ 260 ] {ce8724a4-4205-4f3a-b262-8f99d6d15a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4939 | 2024.11.19 01:36:10.121975 [ 260 ] {ce8724a4-4205-4f3a-b262-8f99d6d15a4b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4940 | 2024.11.19 01:36:10.122031 [ 260 ] {ce8724a4-4205-4f3a-b262-8f99d6d15a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4941 | 2024.11.19 01:36:10.122479 [ 260 ] {ce8724a4-4205-4f3a-b262-8f99d6d15a4b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4942 | 2024.11.19 01:36:10.122747 [ 260 ] {ce8724a4-4205-4f3a-b262-8f99d6d15a4b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4943 | 2024.11.19 01:36:10.123010 [ 260 ] {ce8724a4-4205-4f3a-b262-8f99d6d15a4b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00203 sec., 27586.20689655172 rows/sec., 2.12 MiB/sec. | ||
| 4944 | 2024.11.19 01:36:10.123076 [ 260 ] {ce8724a4-4205-4f3a-b262-8f99d6d15a4b} <Debug> TCPHandler: Processed in 0.002405983 sec. | ||
| 4945 | 2024.11.19 01:36:10.123419 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4946 | 2024.11.19 01:36:10.123717 [ 257 ] {8370d9cd-5fa1-45ea-a30a-e3cf8261bb7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4947 | 2024.11.19 01:36:10.123783 [ 257 ] {8370d9cd-5fa1-45ea-a30a-e3cf8261bb7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4948 | 2024.11.19 01:36:10.124528 [ 257 ] {8370d9cd-5fa1-45ea-a30a-e3cf8261bb7d} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4949 | 2024.11.19 01:36:10.124571 [ 257 ] {8370d9cd-5fa1-45ea-a30a-e3cf8261bb7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4950 | 2024.11.19 01:36:10.125007 [ 257 ] {8370d9cd-5fa1-45ea-a30a-e3cf8261bb7d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4951 | 2024.11.19 01:36:10.125265 [ 257 ] {8370d9cd-5fa1-45ea-a30a-e3cf8261bb7d} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4952 | 2024.11.19 01:36:10.125470 [ 257 ] {8370d9cd-5fa1-45ea-a30a-e3cf8261bb7d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001835 sec., 34877.38419618529 rows/sec., 2.72 MiB/sec. | ||
| 4953 | 2024.11.19 01:36:10.125529 [ 257 ] {8370d9cd-5fa1-45ea-a30a-e3cf8261bb7d} <Debug> TCPHandler: Processed in 0.002318772 sec. | ||
| 4954 | 2024.11.19 01:36:10.125709 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4955 | 2024.11.19 01:36:10.125942 [ 260 ] {2f83cf95-5ded-44a8-b9b6-97110d0804e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4956 | 2024.11.19 01:36:10.126047 [ 260 ] {2f83cf95-5ded-44a8-b9b6-97110d0804e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4957 | 2024.11.19 01:36:10.126926 [ 260 ] {2f83cf95-5ded-44a8-b9b6-97110d0804e5} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4958 | 2024.11.19 01:36:10.126969 [ 260 ] {2f83cf95-5ded-44a8-b9b6-97110d0804e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4959 | 2024.11.19 01:36:10.127380 [ 260 ] {2f83cf95-5ded-44a8-b9b6-97110d0804e5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4960 | 2024.11.19 01:36:10.127628 [ 260 ] {2f83cf95-5ded-44a8-b9b6-97110d0804e5} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4961 | 2024.11.19 01:36:10.127868 [ 260 ] {2f83cf95-5ded-44a8-b9b6-97110d0804e5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001989 sec., 80442.43338360985 rows/sec., 5.60 MiB/sec. | ||
| 4962 | 2024.11.19 01:36:10.127926 [ 260 ] {2f83cf95-5ded-44a8-b9b6-97110d0804e5} <Debug> TCPHandler: Processed in 0.002297241 sec. | ||
| 4963 | 2024.11.19 01:36:10.128132 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4964 | 2024.11.19 01:36:10.128360 [ 257 ] {4efde9f6-962f-457f-b6e2-be7f26486c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4965 | 2024.11.19 01:36:10.128455 [ 257 ] {4efde9f6-962f-457f-b6e2-be7f26486c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4966 | 2024.11.19 01:36:10.129077 [ 257 ] {4efde9f6-962f-457f-b6e2-be7f26486c80} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4967 | 2024.11.19 01:36:10.129115 [ 257 ] {4efde9f6-962f-457f-b6e2-be7f26486c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. | ||
| 4968 | 2024.11.19 01:36:10.129495 [ 257 ] {4efde9f6-962f-457f-b6e2-be7f26486c80} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4969 | 2024.11.19 01:36:10.129731 [ 257 ] {4efde9f6-962f-457f-b6e2-be7f26486c80} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4970 | 2024.11.19 01:36:10.129913 [ 257 ] {4efde9f6-962f-457f-b6e2-be7f26486c80} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001614 sec., 37174.72118959108 rows/sec., 2.51 MiB/sec. | ||
| 4971 | 2024.11.19 01:36:10.129962 [ 257 ] {4efde9f6-962f-457f-b6e2-be7f26486c80} <Debug> TCPHandler: Processed in 0.001942095 sec. | ||
| 4972 | 2024.11.19 01:36:13.714298 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4973 | 2024.11.19 01:36:13.714402 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4974 | 2024.11.19 01:36:15.126992 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4975 | 2024.11.19 01:36:15.127292 [ 260 ] {872936cb-9f45-48c2-b904-76d4341ade38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4976 | 2024.11.19 01:36:15.127409 [ 260 ] {872936cb-9f45-48c2-b904-76d4341ade38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4977 | 2024.11.19 01:36:15.128373 [ 260 ] {872936cb-9f45-48c2-b904-76d4341ade38} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4978 | 2024.11.19 01:36:15.128417 [ 260 ] {872936cb-9f45-48c2-b904-76d4341ade38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4979 | 2024.11.19 01:36:15.128848 [ 260 ] {872936cb-9f45-48c2-b904-76d4341ade38} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4980 | 2024.11.19 01:36:15.129117 [ 260 ] {872936cb-9f45-48c2-b904-76d4341ade38} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4981 | 2024.11.19 01:36:15.129350 [ 260 ] {872936cb-9f45-48c2-b904-76d4341ade38} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00213 sec., 6572.769953051643 rows/sec., 473.15 KiB/sec. | ||
| 4982 | 2024.11.19 01:36:15.129482 [ 260 ] {872936cb-9f45-48c2-b904-76d4341ade38} <Debug> TCPHandler: Processed in 0.002671997 sec. | ||
| 4983 | 2024.11.19 01:36:15.129850 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4984 | 2024.11.19 01:36:15.130092 [ 257 ] {58f35678-50b0-4f70-b4a4-25b85f65cbd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4985 | 2024.11.19 01:36:15.130167 [ 257 ] {58f35678-50b0-4f70-b4a4-25b85f65cbd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4986 | 2024.11.19 01:36:15.131116 [ 257 ] {58f35678-50b0-4f70-b4a4-25b85f65cbd5} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4987 | 2024.11.19 01:36:15.131159 [ 257 ] {58f35678-50b0-4f70-b4a4-25b85f65cbd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4988 | 2024.11.19 01:36:15.131602 [ 257 ] {58f35678-50b0-4f70-b4a4-25b85f65cbd5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 4989 | 2024.11.19 01:36:15.131851 [ 257 ] {58f35678-50b0-4f70-b4a4-25b85f65cbd5} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4990 | 2024.11.19 01:36:15.132048 [ 257 ] {58f35678-50b0-4f70-b4a4-25b85f65cbd5} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002012 sec., 141650.09940357853 rows/sec., 12.52 MiB/sec. | ||
| 4991 | 2024.11.19 01:36:15.132102 [ 257 ] {58f35678-50b0-4f70-b4a4-25b85f65cbd5} <Debug> TCPHandler: Processed in 0.002477474 sec. | ||
| 4992 | 2024.11.19 01:36:15.132262 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4993 | 2024.11.19 01:36:15.132409 [ 260 ] {abaccf36-dd57-41ca-83d5-3ea27f29f929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4994 | 2024.11.19 01:36:15.132471 [ 260 ] {abaccf36-dd57-41ca-83d5-3ea27f29f929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4995 | 2024.11.19 01:36:15.133140 [ 260 ] {abaccf36-dd57-41ca-83d5-3ea27f29f929} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4996 | 2024.11.19 01:36:15.133181 [ 260 ] {abaccf36-dd57-41ca-83d5-3ea27f29f929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 4997 | 2024.11.19 01:36:15.133544 [ 260 ] {abaccf36-dd57-41ca-83d5-3ea27f29f929} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4998 | 2024.11.19 01:36:15.133787 [ 260 ] {abaccf36-dd57-41ca-83d5-3ea27f29f929} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4999 | 2024.11.19 01:36:15.133981 [ 49 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5000 | 2024.11.19 01:36:15.134050 [ 260 ] {abaccf36-dd57-41ca-83d5-3ea27f29f929} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001669 sec., 28759.736369083286 rows/sec., 2.07 MiB/sec. | ||
| 5001 | 2024.11.19 01:36:15.134080 [ 49 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5002 | 2024.11.19 01:36:15.134169 [ 260 ] {abaccf36-dd57-41ca-83d5-3ea27f29f929} <Debug> TCPHandler: Processed in 0.001972345 sec. | ||
| 5003 | 2024.11.19 01:36:15.134177 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5004 | 2024.11.19 01:36:15.134412 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::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 | ||
| 5005 | 2024.11.19 01:36:15.134431 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5006 | 2024.11.19 01:36:15.134662 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5007 | 2024.11.19 01:36:15.134749 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 66 rows starting from the beginning of the part | ||
| 5008 | 2024.11.19 01:36:15.134784 [ 257 ] {378dc352-6f4a-428f-b4c7-2ac0c3d263e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5009 | 2024.11.19 01:36:15.134969 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
| 5010 | 2024.11.19 01:36:15.134994 [ 257 ] {378dc352-6f4a-428f-b4c7-2ac0c3d263e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5011 | 2024.11.19 01:36:15.135319 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 10 rows starting from the beginning of the part | ||
| 5012 | 2024.11.19 01:36:15.135678 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 48 rows starting from the beginning of the part | ||
| 5013 | 2024.11.19 01:36:15.135999 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
| 5014 | 2024.11.19 01:36:15.136410 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part | ||
| 5015 | 2024.11.19 01:36:15.138106 [ 257 ] {378dc352-6f4a-428f-b4c7-2ac0c3d263e7} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5016 | 2024.11.19 01:36:15.138193 [ 257 ] {378dc352-6f4a-428f-b4c7-2ac0c3d263e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5017 | 2024.11.19 01:36:15.139413 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 5 columns (5 merged, 0 gathered) in 0.005073951 sec., 43752.88606452841 rows/sec., 3.29 MiB/sec. | ||
| 5018 | 2024.11.19 01:36:15.139557 [ 257 ] {378dc352-6f4a-428f-b4c7-2ac0c3d263e7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5019 | 2024.11.19 01:36:15.139602 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5020 | 2024.11.19 01:36:15.140048 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_26_5} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5021 | 2024.11.19 01:36:15.140225 [ 257 ] {378dc352-6f4a-428f-b4c7-2ac0c3d263e7} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5022 | 2024.11.19 01:36:15.140254 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_26_5} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5023 | 2024.11.19 01:36:15.140430 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 5024 | 2024.11.19 01:36:15.140603 [ 257 ] {378dc352-6f4a-428f-b4c7-2ac0c3d263e7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005922 sec., 2364.0661938534276 rows/sec., 165.56 KiB/sec. | ||
| 5025 | 2024.11.19 01:36:15.140694 [ 257 ] {378dc352-6f4a-428f-b4c7-2ac0c3d263e7} <Debug> TCPHandler: Processed in 0.006419665 sec. | ||
| 5026 | 2024.11.19 01:36:15.140880 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5027 | 2024.11.19 01:36:15.141022 [ 260 ] {9ec9fa82-a6ce-4d72-8cff-59091a8afcf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5028 | 2024.11.19 01:36:15.141082 [ 260 ] {9ec9fa82-a6ce-4d72-8cff-59091a8afcf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5029 | 2024.11.19 01:36:15.141794 [ 260 ] {9ec9fa82-a6ce-4d72-8cff-59091a8afcf8} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5030 | 2024.11.19 01:36:15.141842 [ 260 ] {9ec9fa82-a6ce-4d72-8cff-59091a8afcf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5031 | 2024.11.19 01:36:15.142224 [ 260 ] {9ec9fa82-a6ce-4d72-8cff-59091a8afcf8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5032 | 2024.11.19 01:36:15.142465 [ 260 ] {9ec9fa82-a6ce-4d72-8cff-59091a8afcf8} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5033 | 2024.11.19 01:36:15.142716 [ 260 ] {9ec9fa82-a6ce-4d72-8cff-59091a8afcf8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001722 sec., 7549.361207897793 rows/sec., 470.70 KiB/sec. | ||
| 5034 | 2024.11.19 01:36:15.142805 [ 260 ] {9ec9fa82-a6ce-4d72-8cff-59091a8afcf8} <Debug> TCPHandler: Processed in 0.001996466 sec. | ||
| 5035 | 2024.11.19 01:36:15.142968 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5036 | 2024.11.19 01:36:15.143095 [ 257 ] {6986fb99-b557-437e-9c60-0a6b99a75baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5037 | 2024.11.19 01:36:15.143145 [ 257 ] {6986fb99-b557-437e-9c60-0a6b99a75baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5038 | 2024.11.19 01:36:15.143903 [ 257 ] {6986fb99-b557-437e-9c60-0a6b99a75baf} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5039 | 2024.11.19 01:36:15.143945 [ 257 ] {6986fb99-b557-437e-9c60-0a6b99a75baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5040 | 2024.11.19 01:36:15.144379 [ 257 ] {6986fb99-b557-437e-9c60-0a6b99a75baf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5041 | 2024.11.19 01:36:15.144653 [ 257 ] {6986fb99-b557-437e-9c60-0a6b99a75baf} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5042 | 2024.11.19 01:36:15.144853 [ 257 ] {6986fb99-b557-437e-9c60-0a6b99a75baf} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001783 sec., 237240.60572069546 rows/sec., 16.96 MiB/sec. | ||
| 5043 | 2024.11.19 01:36:15.144912 [ 257 ] {6986fb99-b557-437e-9c60-0a6b99a75baf} <Debug> TCPHandler: Processed in 0.002011225 sec. | ||
| 5044 | 2024.11.19 01:36:15.145065 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5045 | 2024.11.19 01:36:15.145187 [ 260 ] {a4f3e854-99dd-4010-8e60-dafa32794ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5046 | 2024.11.19 01:36:15.145240 [ 260 ] {a4f3e854-99dd-4010-8e60-dafa32794ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5047 | 2024.11.19 01:36:15.145732 [ 260 ] {a4f3e854-99dd-4010-8e60-dafa32794ffb} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5048 | 2024.11.19 01:36:15.145771 [ 260 ] {a4f3e854-99dd-4010-8e60-dafa32794ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5049 | 2024.11.19 01:36:15.146136 [ 260 ] {a4f3e854-99dd-4010-8e60-dafa32794ffb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5050 | 2024.11.19 01:36:15.146401 [ 260 ] {a4f3e854-99dd-4010-8e60-dafa32794ffb} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5051 | 2024.11.19 01:36:15.146615 [ 260 ] {a4f3e854-99dd-4010-8e60-dafa32794ffb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001453 sec., 4129.387474191328 rows/sec., 215.74 KiB/sec. | ||
| 5052 | 2024.11.19 01:36:15.146666 [ 260 ] {a4f3e854-99dd-4010-8e60-dafa32794ffb} <Debug> TCPHandler: Processed in 0.00166237 sec. | ||
| 5053 | 2024.11.19 01:36:15.146808 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5054 | 2024.11.19 01:36:15.146928 [ 257 ] {e8374bb1-b5e5-444b-81f4-065d745b09c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5055 | 2024.11.19 01:36:15.146992 [ 257 ] {e8374bb1-b5e5-444b-81f4-065d745b09c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5056 | 2024.11.19 01:36:15.147675 [ 257 ] {e8374bb1-b5e5-444b-81f4-065d745b09c4} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5057 | 2024.11.19 01:36:15.147730 [ 257 ] {e8374bb1-b5e5-444b-81f4-065d745b09c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5058 | 2024.11.19 01:36:15.148262 [ 257 ] {e8374bb1-b5e5-444b-81f4-065d745b09c4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5059 | 2024.11.19 01:36:15.148591 [ 257 ] {e8374bb1-b5e5-444b-81f4-065d745b09c4} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5060 | 2024.11.19 01:36:15.148822 [ 257 ] {e8374bb1-b5e5-444b-81f4-065d745b09c4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00192 sec., 123437.5 rows/sec., 8.27 MiB/sec. | ||
| 5061 | 2024.11.19 01:36:15.148970 [ 257 ] {e8374bb1-b5e5-444b-81f4-065d745b09c4} <Debug> TCPHandler: Processed in 0.00221784 sec. | ||
| 5062 | 2024.11.19 01:36:15.149130 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5063 | 2024.11.19 01:36:15.149245 [ 260 ] {e3c6fc3a-1307-476d-b7d8-37111efa765e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5064 | 2024.11.19 01:36:15.149297 [ 260 ] {e3c6fc3a-1307-476d-b7d8-37111efa765e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5065 | 2024.11.19 01:36:15.149758 [ 260 ] {e3c6fc3a-1307-476d-b7d8-37111efa765e} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5066 | 2024.11.19 01:36:15.149797 [ 260 ] {e3c6fc3a-1307-476d-b7d8-37111efa765e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5067 | 2024.11.19 01:36:15.150158 [ 260 ] {e3c6fc3a-1307-476d-b7d8-37111efa765e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5068 | 2024.11.19 01:36:15.150408 [ 260 ] {e3c6fc3a-1307-476d-b7d8-37111efa765e} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5069 | 2024.11.19 01:36:15.150645 [ 260 ] {e3c6fc3a-1307-476d-b7d8-37111efa765e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001417 sec., 705.7163020465772 rows/sec., 47.55 KiB/sec. | ||
| 5070 | 2024.11.19 01:36:15.150720 [ 260 ] {e3c6fc3a-1307-476d-b7d8-37111efa765e} <Debug> TCPHandler: Processed in 0.001647349 sec. | ||
| 5071 | 2024.11.19 01:36:15.150853 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5072 | 2024.11.19 01:36:15.150965 [ 257 ] {aab8328c-c658-41d0-9c05-25940f36210a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5073 | 2024.11.19 01:36:15.151041 [ 257 ] {aab8328c-c658-41d0-9c05-25940f36210a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5074 | 2024.11.19 01:36:15.152178 [ 257 ] {aab8328c-c658-41d0-9c05-25940f36210a} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5075 | 2024.11.19 01:36:15.152218 [ 257 ] {aab8328c-c658-41d0-9c05-25940f36210a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5076 | 2024.11.19 01:36:15.152854 [ 257 ] {aab8328c-c658-41d0-9c05-25940f36210a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5077 | 2024.11.19 01:36:15.153119 [ 257 ] {aab8328c-c658-41d0-9c05-25940f36210a} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5078 | 2024.11.19 01:36:15.153344 [ 257 ] {aab8328c-c658-41d0-9c05-25940f36210a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00238 sec., 17226.89075630252 rows/sec., 30.87 MiB/sec. | ||
| 5079 | 2024.11.19 01:36:15.153471 [ 257 ] {aab8328c-c658-41d0-9c05-25940f36210a} <Debug> TCPHandler: Processed in 0.002665357 sec. | ||
| 5080 | 2024.11.19 01:36:15.153624 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5081 | 2024.11.19 01:36:15.153762 [ 260 ] {1d50a9b1-232d-4416-92eb-fc9ee5c4118a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5082 | 2024.11.19 01:36:15.153821 [ 260 ] {1d50a9b1-232d-4416-92eb-fc9ee5c4118a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5083 | 2024.11.19 01:36:15.154310 [ 260 ] {1d50a9b1-232d-4416-92eb-fc9ee5c4118a} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5084 | 2024.11.19 01:36:15.154348 [ 260 ] {1d50a9b1-232d-4416-92eb-fc9ee5c4118a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5085 | 2024.11.19 01:36:15.154719 [ 260 ] {1d50a9b1-232d-4416-92eb-fc9ee5c4118a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5086 | 2024.11.19 01:36:15.154966 [ 260 ] {1d50a9b1-232d-4416-92eb-fc9ee5c4118a} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5087 | 2024.11.19 01:36:15.155183 [ 260 ] {1d50a9b1-232d-4416-92eb-fc9ee5c4118a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001451 sec., 56512.74982770503 rows/sec., 3.59 MiB/sec. | ||
| 5088 | 2024.11.19 01:36:15.155231 [ 260 ] {1d50a9b1-232d-4416-92eb-fc9ee5c4118a} <Debug> TCPHandler: Processed in 0.00167286 sec. | ||
| 5089 | 2024.11.19 01:36:18.892674 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 756 | ||
| 5090 | 2024.11.19 01:36:18.895487 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5091 | 2024.11.19 01:36:18.895537 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5092 | 2024.11.19 01:36:18.896959 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5093 | 2024.11.19 01:36:18.897272 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5094 | 2024.11.19 01:36:18.898419 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 756 | ||
| 5095 | 2024.11.19 01:36:20.118213 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5096 | 2024.11.19 01:36:20.118422 [ 260 ] {38821de3-1f41-4fdf-ad8c-96c82532f876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5097 | 2024.11.19 01:36:20.118503 [ 260 ] {38821de3-1f41-4fdf-ad8c-96c82532f876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5098 | 2024.11.19 01:36:20.119319 [ 260 ] {38821de3-1f41-4fdf-ad8c-96c82532f876} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5099 | 2024.11.19 01:36:20.119364 [ 260 ] {38821de3-1f41-4fdf-ad8c-96c82532f876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5100 | 2024.11.19 01:36:20.119786 [ 260 ] {38821de3-1f41-4fdf-ad8c-96c82532f876} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5101 | 2024.11.19 01:36:20.120046 [ 260 ] {38821de3-1f41-4fdf-ad8c-96c82532f876} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5102 | 2024.11.19 01:36:20.120299 [ 260 ] {38821de3-1f41-4fdf-ad8c-96c82532f876} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001928 sec., 1037.344398340249 rows/sec., 84.59 KiB/sec. | ||
| 5103 | 2024.11.19 01:36:20.120503 [ 260 ] {38821de3-1f41-4fdf-ad8c-96c82532f876} <Debug> TCPHandler: Processed in 0.002422533 sec. | ||
| 5104 | 2024.11.19 01:36:20.120840 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5105 | 2024.11.19 01:36:20.121141 [ 257 ] {5e3b1ae4-587c-41e9-a6fa-90b0fbadaee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5106 | 2024.11.19 01:36:20.121231 [ 257 ] {5e3b1ae4-587c-41e9-a6fa-90b0fbadaee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5107 | 2024.11.19 01:36:20.121965 [ 257 ] {5e3b1ae4-587c-41e9-a6fa-90b0fbadaee2} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5108 | 2024.11.19 01:36:20.122008 [ 257 ] {5e3b1ae4-587c-41e9-a6fa-90b0fbadaee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5109 | 2024.11.19 01:36:20.122452 [ 257 ] {5e3b1ae4-587c-41e9-a6fa-90b0fbadaee2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5110 | 2024.11.19 01:36:20.122700 [ 257 ] {5e3b1ae4-587c-41e9-a6fa-90b0fbadaee2} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5111 | 2024.11.19 01:36:20.122934 [ 257 ] {5e3b1ae4-587c-41e9-a6fa-90b0fbadaee2} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001875 sec., 30400 rows/sec., 2.33 MiB/sec. | ||
| 5112 | 2024.11.19 01:36:20.122988 [ 257 ] {5e3b1ae4-587c-41e9-a6fa-90b0fbadaee2} <Debug> TCPHandler: Processed in 0.002345582 sec. | ||
| 5113 | 2024.11.19 01:36:20.123203 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5114 | 2024.11.19 01:36:20.123424 [ 260 ] {5f2fd9ec-513d-4508-adee-bbaec5232a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5115 | 2024.11.19 01:36:20.123514 [ 260 ] {5f2fd9ec-513d-4508-adee-bbaec5232a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5116 | 2024.11.19 01:36:20.124396 [ 260 ] {5f2fd9ec-513d-4508-adee-bbaec5232a96} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5117 | 2024.11.19 01:36:20.124435 [ 260 ] {5f2fd9ec-513d-4508-adee-bbaec5232a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5118 | 2024.11.19 01:36:20.124790 [ 260 ] {5f2fd9ec-513d-4508-adee-bbaec5232a96} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5119 | 2024.11.19 01:36:20.125034 [ 260 ] {5f2fd9ec-513d-4508-adee-bbaec5232a96} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5120 | 2024.11.19 01:36:20.125256 [ 260 ] {5f2fd9ec-513d-4508-adee-bbaec5232a96} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001887 sec., 1059.8834128245892 rows/sec., 74.01 KiB/sec. | ||
| 5121 | 2024.11.19 01:36:20.125384 [ 260 ] {5f2fd9ec-513d-4508-adee-bbaec5232a96} <Debug> TCPHandler: Processed in 0.002291021 sec. | ||
| 5122 | 2024.11.19 01:36:20.125598 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5123 | 2024.11.19 01:36:20.125819 [ 257 ] {322e745b-d121-42f5-90bc-01ee26e421de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5124 | 2024.11.19 01:36:20.125906 [ 257 ] {322e745b-d121-42f5-90bc-01ee26e421de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5125 | 2024.11.19 01:36:20.126630 [ 257 ] {322e745b-d121-42f5-90bc-01ee26e421de} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5126 | 2024.11.19 01:36:20.126669 [ 257 ] {322e745b-d121-42f5-90bc-01ee26e421de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5127 | 2024.11.19 01:36:20.127032 [ 257 ] {322e745b-d121-42f5-90bc-01ee26e421de} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5128 | 2024.11.19 01:36:20.127270 [ 257 ] {322e745b-d121-42f5-90bc-01ee26e421de} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5129 | 2024.11.19 01:36:20.127482 [ 257 ] {322e745b-d121-42f5-90bc-01ee26e421de} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001718 sec., 38416.76367869616 rows/sec., 3.00 MiB/sec. | ||
| 5130 | 2024.11.19 01:36:20.127533 [ 257 ] {322e745b-d121-42f5-90bc-01ee26e421de} <Debug> TCPHandler: Processed in 0.002052487 sec. | ||
| 5131 | 2024.11.19 01:36:20.127685 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5132 | 2024.11.19 01:36:20.127824 [ 260 ] {c48e5203-8f0f-41bd-8224-e916b73988a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5133 | 2024.11.19 01:36:20.127887 [ 260 ] {c48e5203-8f0f-41bd-8224-e916b73988a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5134 | 2024.11.19 01:36:20.128470 [ 260 ] {c48e5203-8f0f-41bd-8224-e916b73988a6} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5135 | 2024.11.19 01:36:20.128508 [ 260 ] {c48e5203-8f0f-41bd-8224-e916b73988a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5136 | 2024.11.19 01:36:20.128899 [ 260 ] {c48e5203-8f0f-41bd-8224-e916b73988a6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5137 | 2024.11.19 01:36:20.129135 [ 260 ] {c48e5203-8f0f-41bd-8224-e916b73988a6} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5138 | 2024.11.19 01:36:20.129348 [ 260 ] {c48e5203-8f0f-41bd-8224-e916b73988a6} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001555 sec., 82958.19935691319 rows/sec., 5.78 MiB/sec. | ||
| 5139 | 2024.11.19 01:36:20.129400 [ 260 ] {c48e5203-8f0f-41bd-8224-e916b73988a6} <Debug> TCPHandler: Processed in 0.001779501 sec. | ||
| 5140 | 2024.11.19 01:36:20.129593 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5141 | 2024.11.19 01:36:20.129824 [ 257 ] {469661eb-5bec-421f-91a4-60e9ee62a12f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5142 | 2024.11.19 01:36:20.129916 [ 257 ] {469661eb-5bec-421f-91a4-60e9ee62a12f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5143 | 2024.11.19 01:36:20.130524 [ 257 ] {469661eb-5bec-421f-91a4-60e9ee62a12f} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5144 | 2024.11.19 01:36:20.130563 [ 257 ] {469661eb-5bec-421f-91a4-60e9ee62a12f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5145 | 2024.11.19 01:36:20.130925 [ 257 ] {469661eb-5bec-421f-91a4-60e9ee62a12f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5146 | 2024.11.19 01:36:20.131148 [ 257 ] {469661eb-5bec-421f-91a4-60e9ee62a12f} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5147 | 2024.11.19 01:36:20.131383 [ 257 ] {469661eb-5bec-421f-91a4-60e9ee62a12f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001662 sec., 28880.86642599278 rows/sec., 1.95 MiB/sec. | ||
| 5148 | 2024.11.19 01:36:20.131532 [ 257 ] {469661eb-5bec-421f-91a4-60e9ee62a12f} <Debug> TCPHandler: Processed in 0.002094167 sec. | ||
| 5149 | 2024.11.19 01:36:25.120577 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5150 | 2024.11.19 01:36:25.120904 [ 260 ] {b5acbc87-c68a-42c4-8938-a19cdbf5ba12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5151 | 2024.11.19 01:36:25.121021 [ 260 ] {b5acbc87-c68a-42c4-8938-a19cdbf5ba12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5152 | 2024.11.19 01:36:25.121949 [ 260 ] {b5acbc87-c68a-42c4-8938-a19cdbf5ba12} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5153 | 2024.11.19 01:36:25.121999 [ 260 ] {b5acbc87-c68a-42c4-8938-a19cdbf5ba12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5154 | 2024.11.19 01:36:25.122429 [ 260 ] {b5acbc87-c68a-42c4-8938-a19cdbf5ba12} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5155 | 2024.11.19 01:36:25.122681 [ 260 ] {b5acbc87-c68a-42c4-8938-a19cdbf5ba12} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5156 | 2024.11.19 01:36:25.122943 [ 260 ] {b5acbc87-c68a-42c4-8938-a19cdbf5ba12} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002114 sec., 26490.066225165563 rows/sec., 2.04 MiB/sec. | ||
| 5157 | 2024.11.19 01:36:25.123064 [ 260 ] {b5acbc87-c68a-42c4-8938-a19cdbf5ba12} <Debug> TCPHandler: Processed in 0.002671028 sec. | ||
| 5158 | 2024.11.19 01:36:25.123389 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5159 | 2024.11.19 01:36:25.123685 [ 257 ] {d2fc7251-8509-46ff-bccd-77316c319e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5160 | 2024.11.19 01:36:25.123800 [ 257 ] {d2fc7251-8509-46ff-bccd-77316c319e1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5161 | 2024.11.19 01:36:25.124820 [ 257 ] {d2fc7251-8509-46ff-bccd-77316c319e1c} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5162 | 2024.11.19 01:36:25.124865 [ 257 ] {d2fc7251-8509-46ff-bccd-77316c319e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5163 | 2024.11.19 01:36:25.125317 [ 257 ] {d2fc7251-8509-46ff-bccd-77316c319e1c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5164 | 2024.11.19 01:36:25.125579 [ 257 ] {d2fc7251-8509-46ff-bccd-77316c319e1c} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5165 | 2024.11.19 01:36:25.125824 [ 257 ] {d2fc7251-8509-46ff-bccd-77316c319e1c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002222 sec., 28802.880288028802 rows/sec., 2.25 MiB/sec. | ||
| 5166 | 2024.11.19 01:36:25.125889 [ 257 ] {d2fc7251-8509-46ff-bccd-77316c319e1c} <Debug> TCPHandler: Processed in 0.002686298 sec. | ||
| 5167 | 2024.11.19 01:36:25.126035 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5168 | 2024.11.19 01:36:25.126161 [ 260 ] {6bb88c25-5c5f-4c0d-bdf5-d4990c06e234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5169 | 2024.11.19 01:36:25.126215 [ 260 ] {6bb88c25-5c5f-4c0d-bdf5-d4990c06e234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5170 | 2024.11.19 01:36:25.126792 [ 260 ] {6bb88c25-5c5f-4c0d-bdf5-d4990c06e234} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5171 | 2024.11.19 01:36:25.126833 [ 260 ] {6bb88c25-5c5f-4c0d-bdf5-d4990c06e234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5172 | 2024.11.19 01:36:25.127246 [ 260 ] {6bb88c25-5c5f-4c0d-bdf5-d4990c06e234} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5173 | 2024.11.19 01:36:25.127492 [ 260 ] {6bb88c25-5c5f-4c0d-bdf5-d4990c06e234} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5174 | 2024.11.19 01:36:25.127718 [ 260 ] {6bb88c25-5c5f-4c0d-bdf5-d4990c06e234} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
| 5175 | 2024.11.19 01:36:25.127771 [ 260 ] {6bb88c25-5c5f-4c0d-bdf5-d4990c06e234} <Debug> TCPHandler: Processed in 0.001794222 sec. | ||
| 5176 | 2024.11.19 01:36:25.127912 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5177 | 2024.11.19 01:36:25.128058 [ 257 ] {b514b9c5-2282-49eb-bff0-b1314286e869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5178 | 2024.11.19 01:36:25.128122 [ 257 ] {b514b9c5-2282-49eb-bff0-b1314286e869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5179 | 2024.11.19 01:36:25.128674 [ 257 ] {b514b9c5-2282-49eb-bff0-b1314286e869} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5180 | 2024.11.19 01:36:25.128714 [ 257 ] {b514b9c5-2282-49eb-bff0-b1314286e869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5181 | 2024.11.19 01:36:25.129099 [ 257 ] {b514b9c5-2282-49eb-bff0-b1314286e869} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5182 | 2024.11.19 01:36:25.129337 [ 257 ] {b514b9c5-2282-49eb-bff0-b1314286e869} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5183 | 2024.11.19 01:36:25.129558 [ 257 ] {b514b9c5-2282-49eb-bff0-b1314286e869} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001537 sec., 39037.085230969424 rows/sec., 2.63 MiB/sec. | ||
| 5184 | 2024.11.19 01:36:25.129610 [ 257 ] {b514b9c5-2282-49eb-bff0-b1314286e869} <Debug> TCPHandler: Processed in 0.001766981 sec. | ||
| 5185 | 2024.11.19 01:36:27.371278 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54803, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5186 | 2024.11.19 01:36:27.463279 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43082, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5187 | 2024.11.19 01:36:27.646864 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5188 | 2024.11.19 01:36:27.657278 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40136, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5189 | 2024.11.19 01:36:27.759744 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63480, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5190 | 2024.11.19 01:36:27.768148 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47425, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5191 | 2024.11.19 01:36:27.772606 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5192 | 2024.11.19 01:36:27.830958 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40725, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5193 | 2024.11.19 01:36:27.834256 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34809, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5194 | 2024.11.19 01:36:27.846545 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58584, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5195 | 2024.11.19 01:36:27.885638 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46828, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5196 | 2024.11.19 01:36:27.933033 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62165, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5197 | 2024.11.19 01:36:27.962644 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47633, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5198 | 2024.11.19 01:36:28.036992 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56332, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5199 | 2024.11.19 01:36:28.099264 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39090, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5200 | 2024.11.19 01:36:28.250915 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51138, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5201 | 2024.11.19 01:36:28.447653 [ 36 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5202 | 2024.11.19 01:36:28.447743 [ 36 ] {} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5203 | 2024.11.19 01:36:28.447790 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5204 | 2024.11.19 01:36:28.448080 [ 191 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 5205 | 2024.11.19 01:36:28.448296 [ 191 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5206 | 2024.11.19 01:36:28.448339 [ 191 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 242 rows starting from the beginning of the part | ||
| 5207 | 2024.11.19 01:36:28.448429 [ 191 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 5208 | 2024.11.19 01:36:28.448653 [ 191 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 5209 | 2024.11.19 01:36:28.448834 [ 191 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 5210 | 2024.11.19 01:36:28.449066 [ 191 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 5211 | 2024.11.19 01:36:28.450039 [ 199 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002132778 sec., 139723.87187039625 rows/sec., 10.02 MiB/sec. | ||
| 5212 | 2024.11.19 01:36:28.450195 [ 199 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5213 | 2024.11.19 01:36:28.450523 [ 199 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_13_3} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5214 | 2024.11.19 01:36:28.450611 [ 199 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_13_3} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5215 | 2024.11.19 01:36:28.450686 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5216 | 2024.11.19 01:36:28.714656 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5217 | 2024.11.19 01:36:28.714703 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5218 | 2024.11.19 01:36:28.898774 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 776 | ||
| 5219 | 2024.11.19 01:36:28.901412 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5220 | 2024.11.19 01:36:28.901461 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5221 | 2024.11.19 01:36:28.903026 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5222 | 2024.11.19 01:36:28.903331 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5223 | 2024.11.19 01:36:28.904473 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 776 | ||
| 5224 | 2024.11.19 01:36:29.001517 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000900586 sec. | ||
| 5225 | 2024.11.19 01:36:30.127097 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5226 | 2024.11.19 01:36:30.127290 [ 260 ] {6d143c5e-989e-4dcf-b400-432798f606ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5227 | 2024.11.19 01:36:30.127367 [ 260 ] {6d143c5e-989e-4dcf-b400-432798f606ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5228 | 2024.11.19 01:36:30.128118 [ 260 ] {6d143c5e-989e-4dcf-b400-432798f606ec} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5229 | 2024.11.19 01:36:30.128174 [ 260 ] {6d143c5e-989e-4dcf-b400-432798f606ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5230 | 2024.11.19 01:36:30.128610 [ 260 ] {6d143c5e-989e-4dcf-b400-432798f606ec} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5231 | 2024.11.19 01:36:30.128876 [ 260 ] {6d143c5e-989e-4dcf-b400-432798f606ec} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5232 | 2024.11.19 01:36:30.129072 [ 33 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5233 | 2024.11.19 01:36:30.129144 [ 260 ] {6d143c5e-989e-4dcf-b400-432798f606ec} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001908 sec., 7337.526205450734 rows/sec., 528.20 KiB/sec. | ||
| 5234 | 2024.11.19 01:36:30.129173 [ 33 ] {} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5235 | 2024.11.19 01:36:30.129247 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5236 | 2024.11.19 01:36:30.129269 [ 260 ] {6d143c5e-989e-4dcf-b400-432798f606ec} <Debug> TCPHandler: Processed in 0.002301151 sec. | ||
| 5237 | 2024.11.19 01:36:30.129549 [ 187 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 5238 | 2024.11.19 01:36:30.129711 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5239 | 2024.11.19 01:36:30.129805 [ 187 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5240 | 2024.11.19 01:36:30.129861 [ 187 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 5241 | 2024.11.19 01:36:30.130061 [ 257 ] {c7ef25c2-776f-4879-89fa-9c387206c073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5242 | 2024.11.19 01:36:30.130093 [ 187 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 5243 | 2024.11.19 01:36:30.130242 [ 257 ] {c7ef25c2-776f-4879-89fa-9c387206c073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5244 | 2024.11.19 01:36:30.130405 [ 187 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 5245 | 2024.11.19 01:36:30.130766 [ 187 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 5246 | 2024.11.19 01:36:30.131017 [ 187 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 5247 | 2024.11.19 01:36:30.133251 [ 257 ] {c7ef25c2-776f-4879-89fa-9c387206c073} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5248 | 2024.11.19 01:36:30.133356 [ 257 ] {c7ef25c2-776f-4879-89fa-9c387206c073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5249 | 2024.11.19 01:36:30.133569 [ 187 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004218495 sec., 16593.595583258957 rows/sec., 1.23 MiB/sec. | ||
| 5250 | 2024.11.19 01:36:30.133770 [ 187 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5251 | 2024.11.19 01:36:30.134202 [ 257 ] {c7ef25c2-776f-4879-89fa-9c387206c073} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5252 | 2024.11.19 01:36:30.134205 [ 187 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_13_3} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5253 | 2024.11.19 01:36:30.134372 [ 187 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_13_3} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5254 | 2024.11.19 01:36:30.134524 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5255 | 2024.11.19 01:36:30.134648 [ 257 ] {c7ef25c2-776f-4879-89fa-9c387206c073} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5256 | 2024.11.19 01:36:30.134803 [ 33 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5257 | 2024.11.19 01:36:30.134843 [ 33 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5258 | 2024.11.19 01:36:30.134869 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5259 | 2024.11.19 01:36:30.134875 [ 257 ] {c7ef25c2-776f-4879-89fa-9c387206c073} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.00497 sec., 57344.064386317914 rows/sec., 5.07 MiB/sec. | ||
| 5260 | 2024.11.19 01:36:30.135067 [ 257 ] {c7ef25c2-776f-4879-89fa-9c387206c073} <Debug> TCPHandler: Processed in 0.005658871 sec. | ||
| 5261 | 2024.11.19 01:36:30.135141 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::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 | ||
| 5262 | 2024.11.19 01:36:30.135318 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5263 | 2024.11.19 01:36:30.135379 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5264 | 2024.11.19 01:36:30.135437 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1435 rows starting from the beginning of the part | ||
| 5265 | 2024.11.19 01:36:30.135543 [ 260 ] {990e0bb7-2a6d-4f24-b460-550079288e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5266 | 2024.11.19 01:36:30.135681 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part | ||
| 5267 | 2024.11.19 01:36:30.135708 [ 260 ] {990e0bb7-2a6d-4f24-b460-550079288e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5268 | 2024.11.19 01:36:30.136095 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 285 rows starting from the beginning of the part | ||
| 5269 | 2024.11.19 01:36:30.136633 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 57 rows starting from the beginning of the part | ||
| 5270 | 2024.11.19 01:36:30.137072 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part | ||
| 5271 | 2024.11.19 01:36:30.137485 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 285 rows starting from the beginning of the part | ||
| 5272 | 2024.11.19 01:36:30.139158 [ 260 ] {990e0bb7-2a6d-4f24-b460-550079288e41} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5273 | 2024.11.19 01:36:30.139263 [ 260 ] {990e0bb7-2a6d-4f24-b460-550079288e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5274 | 2024.11.19 01:36:30.140392 [ 260 ] {990e0bb7-2a6d-4f24-b460-550079288e41} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5275 | 2024.11.19 01:36:30.140783 [ 260 ] {990e0bb7-2a6d-4f24-b460-550079288e41} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5276 | 2024.11.19 01:36:30.141336 [ 197 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.006358674 sec., 341895.1812909421 rows/sec., 30.17 MiB/sec. | ||
| 5277 | 2024.11.19 01:36:30.141416 [ 260 ] {990e0bb7-2a6d-4f24-b460-550079288e41} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005925 sec., 8101.265822784811 rows/sec., 597.31 KiB/sec. | ||
| 5278 | 2024.11.19 01:36:30.141746 [ 260 ] {990e0bb7-2a6d-4f24-b460-550079288e41} <Debug> TCPHandler: Processed in 0.006520906 sec. | ||
| 5279 | 2024.11.19 01:36:30.141992 [ 197 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5280 | 2024.11.19 01:36:30.141993 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5281 | 2024.11.19 01:36:30.142154 [ 257 ] {792edab5-dee0-4fdb-900a-e274cc8603fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5282 | 2024.11.19 01:36:30.142224 [ 257 ] {792edab5-dee0-4fdb-900a-e274cc8603fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5283 | 2024.11.19 01:36:30.142493 [ 197 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_46_9} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5284 | 2024.11.19 01:36:30.142662 [ 197 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_46_9} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5285 | 2024.11.19 01:36:30.142786 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 5286 | 2024.11.19 01:36:30.143048 [ 257 ] {792edab5-dee0-4fdb-900a-e274cc8603fd} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5287 | 2024.11.19 01:36:30.143087 [ 257 ] {792edab5-dee0-4fdb-900a-e274cc8603fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5288 | 2024.11.19 01:36:30.143446 [ 257 ] {792edab5-dee0-4fdb-900a-e274cc8603fd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5289 | 2024.11.19 01:36:30.143688 [ 257 ] {792edab5-dee0-4fdb-900a-e274cc8603fd} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5290 | 2024.11.19 01:36:30.143871 [ 257 ] {792edab5-dee0-4fdb-900a-e274cc8603fd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001747 sec., 8013.737836290784 rows/sec., 561.23 KiB/sec. | ||
| 5291 | 2024.11.19 01:36:30.143928 [ 257 ] {792edab5-dee0-4fdb-900a-e274cc8603fd} <Debug> TCPHandler: Processed in 0.002048826 sec. | ||
| 5292 | 2024.11.19 01:36:30.144089 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5293 | 2024.11.19 01:36:30.144235 [ 260 ] {1460327b-06f3-4d37-8f80-4ee32cd373e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5294 | 2024.11.19 01:36:30.144299 [ 260 ] {1460327b-06f3-4d37-8f80-4ee32cd373e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5295 | 2024.11.19 01:36:30.144927 [ 260 ] {1460327b-06f3-4d37-8f80-4ee32cd373e1} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5296 | 2024.11.19 01:36:30.144967 [ 260 ] {1460327b-06f3-4d37-8f80-4ee32cd373e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5297 | 2024.11.19 01:36:30.145332 [ 260 ] {1460327b-06f3-4d37-8f80-4ee32cd373e1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5298 | 2024.11.19 01:36:30.145570 [ 260 ] {1460327b-06f3-4d37-8f80-4ee32cd373e1} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5299 | 2024.11.19 01:36:30.145732 [ 33 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5300 | 2024.11.19 01:36:30.145797 [ 33 ] {} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5301 | 2024.11.19 01:36:30.145824 [ 260 ] {1460327b-06f3-4d37-8f80-4ee32cd373e1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001621 sec., 8019.740900678593 rows/sec., 500.03 KiB/sec. | ||
| 5302 | 2024.11.19 01:36:30.145840 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5303 | 2024.11.19 01:36:30.146000 [ 260 ] {1460327b-06f3-4d37-8f80-4ee32cd373e1} <Debug> TCPHandler: Processed in 0.001970105 sec. | ||
| 5304 | 2024.11.19 01:36:30.146068 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 5305 | 2024.11.19 01:36:30.146191 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5306 | 2024.11.19 01:36:30.146218 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5307 | 2024.11.19 01:36:30.146252 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 5308 | 2024.11.19 01:36:30.146410 [ 257 ] {d2138dad-a350-45ac-86cd-261ba9c864ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5309 | 2024.11.19 01:36:30.146437 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 5310 | 2024.11.19 01:36:30.146547 [ 257 ] {d2138dad-a350-45ac-86cd-261ba9c864ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5311 | 2024.11.19 01:36:30.146808 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 5312 | 2024.11.19 01:36:30.147133 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 5313 | 2024.11.19 01:36:30.147421 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 5314 | 2024.11.19 01:36:30.148738 [ 257 ] {d2138dad-a350-45ac-86cd-261ba9c864ab} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5315 | 2024.11.19 01:36:30.148790 [ 257 ] {d2138dad-a350-45ac-86cd-261ba9c864ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5316 | 2024.11.19 01:36:30.149122 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003162566 sec., 20552.930753065706 rows/sec., 1.33 MiB/sec. | ||
| 5317 | 2024.11.19 01:36:30.149272 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5318 | 2024.11.19 01:36:30.149336 [ 257 ] {d2138dad-a350-45ac-86cd-261ba9c864ab} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5319 | 2024.11.19 01:36:30.149623 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_13_3} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5320 | 2024.11.19 01:36:30.149653 [ 257 ] {d2138dad-a350-45ac-86cd-261ba9c864ab} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5321 | 2024.11.19 01:36:30.149731 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_13_3} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5322 | 2024.11.19 01:36:30.149829 [ 33 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5323 | 2024.11.19 01:36:30.149872 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5324 | 2024.11.19 01:36:30.149892 [ 33 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5325 | 2024.11.19 01:36:30.149928 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5326 | 2024.11.19 01:36:30.149951 [ 257 ] {d2138dad-a350-45ac-86cd-261ba9c864ab} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.003642 sec., 116144.97528830313 rows/sec., 8.30 MiB/sec. | ||
| 5327 | 2024.11.19 01:36:30.150071 [ 257 ] {d2138dad-a350-45ac-86cd-261ba9c864ab} <Debug> TCPHandler: Processed in 0.003974291 sec. | ||
| 5328 | 2024.11.19 01:36:30.150083 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::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 | ||
| 5329 | 2024.11.19 01:36:30.150220 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5330 | 2024.11.19 01:36:30.150256 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 915 rows starting from the beginning of the part | ||
| 5331 | 2024.11.19 01:36:30.150267 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5332 | 2024.11.19 01:36:30.150383 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part | ||
| 5333 | 2024.11.19 01:36:30.150632 [ 260 ] {69fd1a91-0f84-4536-aa2d-9d659b7deea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5334 | 2024.11.19 01:36:30.150783 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 423 rows starting from the beginning of the part | ||
| 5335 | 2024.11.19 01:36:30.150828 [ 260 ] {69fd1a91-0f84-4536-aa2d-9d659b7deea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5336 | 2024.11.19 01:36:30.151198 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 66 rows starting from the beginning of the part | ||
| 5337 | 2024.11.19 01:36:30.151642 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part | ||
| 5338 | 2024.11.19 01:36:30.152007 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 423 rows starting from the beginning of the part | ||
| 5339 | 2024.11.19 01:36:30.153075 [ 260 ] {69fd1a91-0f84-4536-aa2d-9d659b7deea1} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5340 | 2024.11.19 01:36:30.153147 [ 260 ] {69fd1a91-0f84-4536-aa2d-9d659b7deea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5341 | 2024.11.19 01:36:30.154162 [ 260 ] {69fd1a91-0f84-4536-aa2d-9d659b7deea1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5342 | 2024.11.19 01:36:30.154629 [ 260 ] {69fd1a91-0f84-4536-aa2d-9d659b7deea1} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5343 | 2024.11.19 01:36:30.155016 [ 260 ] {69fd1a91-0f84-4536-aa2d-9d659b7deea1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004538 sec., 1322.1683561040104 rows/sec., 69.08 KiB/sec. | ||
| 5344 | 2024.11.19 01:36:30.155301 [ 260 ] {69fd1a91-0f84-4536-aa2d-9d659b7deea1} <Debug> TCPHandler: Processed in 0.005112692 sec. | ||
| 5345 | 2024.11.19 01:36:30.155560 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5346 | 2024.11.19 01:36:30.155593 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.00561196 sec., 348363.1387251513 rows/sec., 26.67 MiB/sec. | ||
| 5347 | 2024.11.19 01:36:30.155703 [ 257 ] {f55f9502-6b25-4937-a9f3-e4aa372b4742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5348 | 2024.11.19 01:36:30.155768 [ 257 ] {f55f9502-6b25-4937-a9f3-e4aa372b4742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5349 | 2024.11.19 01:36:30.155772 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5350 | 2024.11.19 01:36:30.156165 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_46_9} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5351 | 2024.11.19 01:36:30.156253 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_46_9} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5352 | 2024.11.19 01:36:30.156347 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5353 | 2024.11.19 01:36:30.156536 [ 257 ] {f55f9502-6b25-4937-a9f3-e4aa372b4742} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5354 | 2024.11.19 01:36:30.156579 [ 257 ] {f55f9502-6b25-4937-a9f3-e4aa372b4742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5355 | 2024.11.19 01:36:30.156971 [ 257 ] {f55f9502-6b25-4937-a9f3-e4aa372b4742} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5356 | 2024.11.19 01:36:30.157220 [ 257 ] {f55f9502-6b25-4937-a9f3-e4aa372b4742} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5357 | 2024.11.19 01:36:30.157347 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5358 | 2024.11.19 01:36:30.157383 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5359 | 2024.11.19 01:36:30.157407 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5360 | 2024.11.19 01:36:30.157410 [ 257 ] {f55f9502-6b25-4937-a9f3-e4aa372b4742} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001736 sec., 136520.73732718895 rows/sec., 9.15 MiB/sec. | ||
| 5361 | 2024.11.19 01:36:30.157596 [ 257 ] {f55f9502-6b25-4937-a9f3-e4aa372b4742} <Debug> TCPHandler: Processed in 0.002161689 sec. | ||
| 5362 | 2024.11.19 01:36:30.157670 [ 196 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 5363 | 2024.11.19 01:36:30.157784 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5364 | 2024.11.19 01:36:30.157860 [ 196 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5365 | 2024.11.19 01:36:30.157947 [ 196 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 8397 rows starting from the beginning of the part | ||
| 5366 | 2024.11.19 01:36:30.158015 [ 260 ] {41cfb5b4-b7a1-41ed-a8e7-d43d51f7dfbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5367 | 2024.11.19 01:36:30.158188 [ 260 ] {41cfb5b4-b7a1-41ed-a8e7-d43d51f7dfbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5368 | 2024.11.19 01:36:30.158202 [ 196 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
| 5369 | 2024.11.19 01:36:30.158583 [ 196 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part | ||
| 5370 | 2024.11.19 01:36:30.158964 [ 196 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 129 rows starting from the beginning of the part | ||
| 5371 | 2024.11.19 01:36:30.159259 [ 196 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 5372 | 2024.11.19 01:36:30.159549 [ 196 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part | ||
| 5373 | 2024.11.19 01:36:30.160633 [ 260 ] {41cfb5b4-b7a1-41ed-a8e7-d43d51f7dfbf} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5374 | 2024.11.19 01:36:30.160697 [ 260 ] {41cfb5b4-b7a1-41ed-a8e7-d43d51f7dfbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5375 | 2024.11.19 01:36:30.161306 [ 260 ] {41cfb5b4-b7a1-41ed-a8e7-d43d51f7dfbf} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5376 | 2024.11.19 01:36:30.161720 [ 260 ] {41cfb5b4-b7a1-41ed-a8e7-d43d51f7dfbf} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5377 | 2024.11.19 01:36:30.162224 [ 260 ] {41cfb5b4-b7a1-41ed-a8e7-d43d51f7dfbf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004257 sec., 234.9072116513977 rows/sec., 15.83 KiB/sec. | ||
| 5378 | 2024.11.19 01:36:30.162364 [ 260 ] {41cfb5b4-b7a1-41ed-a8e7-d43d51f7dfbf} <Debug> TCPHandler: Processed in 0.004653163 sec. | ||
| 5379 | 2024.11.19 01:36:30.162616 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5380 | 2024.11.19 01:36:30.162892 [ 257 ] {2bb43549-5610-48e6-99a3-28615c3eb00a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5381 | 2024.11.19 01:36:30.163120 [ 257 ] {2bb43549-5610-48e6-99a3-28615c3eb00a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5382 | 2024.11.19 01:36:30.164901 [ 257 ] {2bb43549-5610-48e6-99a3-28615c3eb00a} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5383 | 2024.11.19 01:36:30.164941 [ 257 ] {2bb43549-5610-48e6-99a3-28615c3eb00a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5384 | 2024.11.19 01:36:30.165820 [ 196 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9320 rows, containing 5 columns (5 merged, 0 gathered) in 0.008324059 sec., 1119646.076511471 rows/sec., 76.34 MiB/sec. | ||
| 5385 | 2024.11.19 01:36:30.166096 [ 196 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5386 | 2024.11.19 01:36:30.166371 [ 257 ] {2bb43549-5610-48e6-99a3-28615c3eb00a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5387 | 2024.11.19 01:36:30.166607 [ 196 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5388 | 2024.11.19 01:36:30.166773 [ 196 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5389 | 2024.11.19 01:36:30.166890 [ 257 ] {2bb43549-5610-48e6-99a3-28615c3eb00a} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5390 | 2024.11.19 01:36:30.166939 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.13 MiB. | ||
| 5391 | 2024.11.19 01:36:30.167229 [ 257 ] {2bb43549-5610-48e6-99a3-28615c3eb00a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004421 sec., 9273.919927618186 rows/sec., 16.62 MiB/sec. | ||
| 5392 | 2024.11.19 01:36:30.167585 [ 257 ] {2bb43549-5610-48e6-99a3-28615c3eb00a} <Debug> TCPHandler: Processed in 0.005105032 sec. | ||
| 5393 | 2024.11.19 01:36:30.167741 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5394 | 2024.11.19 01:36:30.167879 [ 260 ] {e463b25d-46df-431a-9744-b06bdbb5d7f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5395 | 2024.11.19 01:36:30.167938 [ 260 ] {e463b25d-46df-431a-9744-b06bdbb5d7f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5396 | 2024.11.19 01:36:30.168520 [ 260 ] {e463b25d-46df-431a-9744-b06bdbb5d7f6} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5397 | 2024.11.19 01:36:30.168567 [ 260 ] {e463b25d-46df-431a-9744-b06bdbb5d7f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5398 | 2024.11.19 01:36:30.168956 [ 260 ] {e463b25d-46df-431a-9744-b06bdbb5d7f6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5399 | 2024.11.19 01:36:30.169199 [ 260 ] {e463b25d-46df-431a-9744-b06bdbb5d7f6} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5400 | 2024.11.19 01:36:30.169376 [ 33 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5401 | 2024.11.19 01:36:30.169442 [ 33 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5402 | 2024.11.19 01:36:30.169448 [ 260 ] {e463b25d-46df-431a-9744-b06bdbb5d7f6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001591 sec., 51539.91200502829 rows/sec., 3.27 MiB/sec. | ||
| 5403 | 2024.11.19 01:36:30.169484 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5404 | 2024.11.19 01:36:30.169602 [ 260 ] {e463b25d-46df-431a-9744-b06bdbb5d7f6} <Debug> TCPHandler: Processed in 0.001926034 sec. | ||
| 5405 | 2024.11.19 01:36:30.169702 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::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 | ||
| 5406 | 2024.11.19 01:36:30.169811 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5407 | 2024.11.19 01:36:30.169845 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2354 rows starting from the beginning of the part | ||
| 5408 | 2024.11.19 01:36:30.169962 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 5409 | 2024.11.19 01:36:30.170177 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 5410 | 2024.11.19 01:36:30.170366 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 48 rows starting from the beginning of the part | ||
| 5411 | 2024.11.19 01:36:30.170488 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 5412 | 2024.11.19 01:36:30.170723 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
| 5413 | 2024.11.19 01:36:30.172239 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2686 rows, containing 4 columns (4 merged, 0 gathered) in 0.002623277 sec., 1023910.1703708759 rows/sec., 67.58 MiB/sec. | ||
| 5414 | 2024.11.19 01:36:30.172538 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5415 | 2024.11.19 01:36:30.172855 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_46_9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5416 | 2024.11.19 01:36:30.172938 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_46_9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5417 | 2024.11.19 01:36:30.173021 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 5418 | 2024.11.19 01:36:32.145038 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43734, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5419 | 2024.11.19 01:36:32.408474 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46210, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5420 | 2024.11.19 01:36:32.454884 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41091, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5421 | 2024.11.19 01:36:32.456167 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5422 | 2024.11.19 01:36:32.713282 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53565, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5423 | 2024.11.19 01:36:32.718594 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52620, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5424 | 2024.11.19 01:36:32.767319 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45544, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5425 | 2024.11.19 01:36:32.810744 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39241, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5426 | 2024.11.19 01:36:33.353055 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62580, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5427 | 2024.11.19 01:36:33.804221 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5428 | 2024.11.19 01:36:33.862688 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59789, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5429 | 2024.11.19 01:36:33.963452 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5430 | 2024.11.19 01:36:34.004125 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59758, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5431 | 2024.11.19 01:36:34.017544 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57443, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5432 | 2024.11.19 01:36:34.026912 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36933, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5433 | 2024.11.19 01:36:34.089804 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5434 | 2024.11.19 01:36:35.120750 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5435 | 2024.11.19 01:36:35.120943 [ 260 ] {9c320869-7c0c-4a41-9dbc-996e9581e3cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5436 | 2024.11.19 01:36:35.121017 [ 260 ] {9c320869-7c0c-4a41-9dbc-996e9581e3cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5437 | 2024.11.19 01:36:35.121753 [ 260 ] {9c320869-7c0c-4a41-9dbc-996e9581e3cf} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5438 | 2024.11.19 01:36:35.121794 [ 260 ] {9c320869-7c0c-4a41-9dbc-996e9581e3cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5439 | 2024.11.19 01:36:35.122205 [ 260 ] {9c320869-7c0c-4a41-9dbc-996e9581e3cf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5440 | 2024.11.19 01:36:35.122470 [ 260 ] {9c320869-7c0c-4a41-9dbc-996e9581e3cf} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5441 | 2024.11.19 01:36:35.122717 [ 260 ] {9c320869-7c0c-4a41-9dbc-996e9581e3cf} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001832 sec., 2183.406113537118 rows/sec., 178.04 KiB/sec. | ||
| 5442 | 2024.11.19 01:36:35.122774 [ 260 ] {9c320869-7c0c-4a41-9dbc-996e9581e3cf} <Debug> TCPHandler: Processed in 0.002147468 sec. | ||
| 5443 | 2024.11.19 01:36:35.123042 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5444 | 2024.11.19 01:36:35.123251 [ 257 ] {837483f4-a2b3-4f30-9807-aa96babc18b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5445 | 2024.11.19 01:36:35.123331 [ 257 ] {837483f4-a2b3-4f30-9807-aa96babc18b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5446 | 2024.11.19 01:36:35.124152 [ 257 ] {837483f4-a2b3-4f30-9807-aa96babc18b4} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5447 | 2024.11.19 01:36:35.124199 [ 257 ] {837483f4-a2b3-4f30-9807-aa96babc18b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5448 | 2024.11.19 01:36:35.124628 [ 257 ] {837483f4-a2b3-4f30-9807-aa96babc18b4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5449 | 2024.11.19 01:36:35.124888 [ 257 ] {837483f4-a2b3-4f30-9807-aa96babc18b4} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5450 | 2024.11.19 01:36:35.125124 [ 257 ] {837483f4-a2b3-4f30-9807-aa96babc18b4} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001929 sec., 30067.39243131156 rows/sec., 2.30 MiB/sec. | ||
| 5451 | 2024.11.19 01:36:35.125186 [ 257 ] {837483f4-a2b3-4f30-9807-aa96babc18b4} <Debug> TCPHandler: Processed in 0.00227989 sec. | ||
| 5452 | 2024.11.19 01:36:35.125338 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5453 | 2024.11.19 01:36:35.125477 [ 260 ] {c841d7df-b968-4f8a-86a4-a3496e02dda6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5454 | 2024.11.19 01:36:35.125534 [ 260 ] {c841d7df-b968-4f8a-86a4-a3496e02dda6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5455 | 2024.11.19 01:36:35.126153 [ 260 ] {c841d7df-b968-4f8a-86a4-a3496e02dda6} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5456 | 2024.11.19 01:36:35.126193 [ 260 ] {c841d7df-b968-4f8a-86a4-a3496e02dda6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5457 | 2024.11.19 01:36:35.126543 [ 260 ] {c841d7df-b968-4f8a-86a4-a3496e02dda6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5458 | 2024.11.19 01:36:35.126801 [ 260 ] {c841d7df-b968-4f8a-86a4-a3496e02dda6} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5459 | 2024.11.19 01:36:35.127019 [ 260 ] {c841d7df-b968-4f8a-86a4-a3496e02dda6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001573 sec., 2542.911633820725 rows/sec., 177.56 KiB/sec. | ||
| 5460 | 2024.11.19 01:36:35.127070 [ 260 ] {c841d7df-b968-4f8a-86a4-a3496e02dda6} <Debug> TCPHandler: Processed in 0.001796812 sec. | ||
| 5461 | 2024.11.19 01:36:35.127217 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5462 | 2024.11.19 01:36:35.127363 [ 257 ] {2007fee5-0680-4dc3-8b98-b0ba1de2c404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5463 | 2024.11.19 01:36:35.127423 [ 257 ] {2007fee5-0680-4dc3-8b98-b0ba1de2c404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5464 | 2024.11.19 01:36:35.128130 [ 257 ] {2007fee5-0680-4dc3-8b98-b0ba1de2c404} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5465 | 2024.11.19 01:36:35.128172 [ 257 ] {2007fee5-0680-4dc3-8b98-b0ba1de2c404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5466 | 2024.11.19 01:36:35.128546 [ 257 ] {2007fee5-0680-4dc3-8b98-b0ba1de2c404} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5467 | 2024.11.19 01:36:35.128801 [ 257 ] {2007fee5-0680-4dc3-8b98-b0ba1de2c404} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5468 | 2024.11.19 01:36:35.129014 [ 257 ] {2007fee5-0680-4dc3-8b98-b0ba1de2c404} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001687 sec., 40308.23947836396 rows/sec., 3.15 MiB/sec. | ||
| 5469 | 2024.11.19 01:36:35.129069 [ 257 ] {2007fee5-0680-4dc3-8b98-b0ba1de2c404} <Debug> TCPHandler: Processed in 0.001921355 sec. | ||
| 5470 | 2024.11.19 01:36:35.129246 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5471 | 2024.11.19 01:36:35.129386 [ 260 ] {f8944eed-f83e-4f96-abb0-e1618f73f46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5472 | 2024.11.19 01:36:35.129448 [ 260 ] {f8944eed-f83e-4f96-abb0-e1618f73f46c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5473 | 2024.11.19 01:36:35.130085 [ 260 ] {f8944eed-f83e-4f96-abb0-e1618f73f46c} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5474 | 2024.11.19 01:36:35.130125 [ 260 ] {f8944eed-f83e-4f96-abb0-e1618f73f46c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5475 | 2024.11.19 01:36:35.130514 [ 260 ] {f8944eed-f83e-4f96-abb0-e1618f73f46c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5476 | 2024.11.19 01:36:35.130753 [ 260 ] {f8944eed-f83e-4f96-abb0-e1618f73f46c} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5477 | 2024.11.19 01:36:35.130993 [ 260 ] {f8944eed-f83e-4f96-abb0-e1618f73f46c} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001633 sec., 99203.91916717698 rows/sec., 6.91 MiB/sec. | ||
| 5478 | 2024.11.19 01:36:35.131058 [ 260 ] {f8944eed-f83e-4f96-abb0-e1618f73f46c} <Debug> TCPHandler: Processed in 0.001878894 sec. | ||
| 5479 | 2024.11.19 01:36:35.131332 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5480 | 2024.11.19 01:36:35.131480 [ 257 ] {a25568cc-1188-4fea-942d-39af26333131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5481 | 2024.11.19 01:36:35.131541 [ 257 ] {a25568cc-1188-4fea-942d-39af26333131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5482 | 2024.11.19 01:36:35.132106 [ 257 ] {a25568cc-1188-4fea-942d-39af26333131} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5483 | 2024.11.19 01:36:35.132146 [ 257 ] {a25568cc-1188-4fea-942d-39af26333131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5484 | 2024.11.19 01:36:35.132516 [ 257 ] {a25568cc-1188-4fea-942d-39af26333131} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5485 | 2024.11.19 01:36:35.132757 [ 257 ] {a25568cc-1188-4fea-942d-39af26333131} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5486 | 2024.11.19 01:36:35.132954 [ 257 ] {a25568cc-1188-4fea-942d-39af26333131} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001505 sec., 39867.109634551496 rows/sec., 2.69 MiB/sec. | ||
| 5487 | 2024.11.19 01:36:35.133002 [ 257 ] {a25568cc-1188-4fea-942d-39af26333131} <Debug> TCPHandler: Processed in 0.001815002 sec. | ||
| 5488 | 2024.11.19 01:36:38.904843 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 810 | ||
| 5489 | 2024.11.19 01:36:38.907893 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5490 | 2024.11.19 01:36:38.907950 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5491 | 2024.11.19 01:36:38.909365 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5492 | 2024.11.19 01:36:38.909667 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5493 | 2024.11.19 01:36:38.911445 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 810 | ||
| 5494 | 2024.11.19 01:36:40.120118 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5495 | 2024.11.19 01:36:40.120321 [ 260 ] {93dd8570-dffa-4a31-9f18-0e80a93edd8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5496 | 2024.11.19 01:36:40.120394 [ 260 ] {93dd8570-dffa-4a31-9f18-0e80a93edd8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5497 | 2024.11.19 01:36:40.121178 [ 260 ] {93dd8570-dffa-4a31-9f18-0e80a93edd8a} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5498 | 2024.11.19 01:36:40.121230 [ 260 ] {93dd8570-dffa-4a31-9f18-0e80a93edd8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5499 | 2024.11.19 01:36:40.121657 [ 260 ] {93dd8570-dffa-4a31-9f18-0e80a93edd8a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5500 | 2024.11.19 01:36:40.121920 [ 260 ] {93dd8570-dffa-4a31-9f18-0e80a93edd8a} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5501 | 2024.11.19 01:36:40.122183 [ 260 ] {93dd8570-dffa-4a31-9f18-0e80a93edd8a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001912 sec., 29288.70292887029 rows/sec., 2.25 MiB/sec. | ||
| 5502 | 2024.11.19 01:36:40.122288 [ 260 ] {93dd8570-dffa-4a31-9f18-0e80a93edd8a} <Debug> TCPHandler: Processed in 0.002352562 sec. | ||
| 5503 | 2024.11.19 01:36:40.122561 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5504 | 2024.11.19 01:36:40.122750 [ 257 ] {ac36c34f-ff25-4ea3-9056-41bc50c5c28c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5505 | 2024.11.19 01:36:40.122823 [ 257 ] {ac36c34f-ff25-4ea3-9056-41bc50c5c28c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5506 | 2024.11.19 01:36:40.123592 [ 257 ] {ac36c34f-ff25-4ea3-9056-41bc50c5c28c} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5507 | 2024.11.19 01:36:40.123642 [ 257 ] {ac36c34f-ff25-4ea3-9056-41bc50c5c28c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5508 | 2024.11.19 01:36:40.124078 [ 257 ] {ac36c34f-ff25-4ea3-9056-41bc50c5c28c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5509 | 2024.11.19 01:36:40.124336 [ 257 ] {ac36c34f-ff25-4ea3-9056-41bc50c5c28c} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5510 | 2024.11.19 01:36:40.124568 [ 257 ] {ac36c34f-ff25-4ea3-9056-41bc50c5c28c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00187 sec., 34224.59893048128 rows/sec., 2.67 MiB/sec. | ||
| 5511 | 2024.11.19 01:36:40.124633 [ 257 ] {ac36c34f-ff25-4ea3-9056-41bc50c5c28c} <Debug> TCPHandler: Processed in 0.00221749 sec. | ||
| 5512 | 2024.11.19 01:36:40.124792 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5513 | 2024.11.19 01:36:40.124922 [ 260 ] {6b0cfa79-e388-4652-b0c9-08d17f08d957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5514 | 2024.11.19 01:36:40.124979 [ 260 ] {6b0cfa79-e388-4652-b0c9-08d17f08d957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5515 | 2024.11.19 01:36:40.125574 [ 260 ] {6b0cfa79-e388-4652-b0c9-08d17f08d957} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5516 | 2024.11.19 01:36:40.125614 [ 260 ] {6b0cfa79-e388-4652-b0c9-08d17f08d957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5517 | 2024.11.19 01:36:40.126021 [ 260 ] {6b0cfa79-e388-4652-b0c9-08d17f08d957} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5518 | 2024.11.19 01:36:40.126279 [ 260 ] {6b0cfa79-e388-4652-b0c9-08d17f08d957} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5519 | 2024.11.19 01:36:40.126504 [ 260 ] {6b0cfa79-e388-4652-b0c9-08d17f08d957} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00161 sec., 99378.88198757764 rows/sec., 6.92 MiB/sec. | ||
| 5520 | 2024.11.19 01:36:40.126570 [ 260 ] {6b0cfa79-e388-4652-b0c9-08d17f08d957} <Debug> TCPHandler: Processed in 0.001836613 sec. | ||
| 5521 | 2024.11.19 01:36:40.126780 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5522 | 2024.11.19 01:36:40.126927 [ 257 ] {52f903b8-6b73-4d47-bfe9-2d2229558363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5523 | 2024.11.19 01:36:40.126991 [ 257 ] {52f903b8-6b73-4d47-bfe9-2d2229558363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5524 | 2024.11.19 01:36:40.127533 [ 257 ] {52f903b8-6b73-4d47-bfe9-2d2229558363} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5525 | 2024.11.19 01:36:40.127576 [ 257 ] {52f903b8-6b73-4d47-bfe9-2d2229558363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.23 GiB. | ||
| 5526 | 2024.11.19 01:36:40.127956 [ 257 ] {52f903b8-6b73-4d47-bfe9-2d2229558363} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5527 | 2024.11.19 01:36:40.128205 [ 257 ] {52f903b8-6b73-4d47-bfe9-2d2229558363} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5528 | 2024.11.19 01:36:40.128414 [ 257 ] {52f903b8-6b73-4d47-bfe9-2d2229558363} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001523 sec., 39395.92908732764 rows/sec., 2.66 MiB/sec. | ||
| 5529 | 2024.11.19 01:36:40.128462 [ 257 ] {52f903b8-6b73-4d47-bfe9-2d2229558363} <Debug> TCPHandler: Processed in 0.001787312 sec. | ||
| 5530 | 2024.11.19 01:36:41.877026 [ 80 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5531 | 2024.11.19 01:36:41.877136 [ 80 ] {} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5532 | 2024.11.19 01:36:41.877174 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5533 | 2024.11.19 01:36:41.877443 [ 195 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::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 | ||
| 5534 | 2024.11.19 01:36:41.877699 [ 195 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5535 | 2024.11.19 01:36:41.877766 [ 195 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 54 rows starting from the beginning of the part | ||
| 5536 | 2024.11.19 01:36:41.877893 [ 195 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 5537 | 2024.11.19 01:36:41.878264 [ 195 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 5538 | 2024.11.19 01:36:41.878559 [ 195 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5539 | 2024.11.19 01:36:41.878751 [ 195 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5540 | 2024.11.19 01:36:41.880355 [ 186 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 4 columns (4 merged, 0 gathered) in 0.003063785 sec., 25458.705490104563 rows/sec., 1.30 MiB/sec. | ||
| 5541 | 2024.11.19 01:36:41.880556 [ 190 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5542 | 2024.11.19 01:36:41.880936 [ 190 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_13_3} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5543 | 2024.11.19 01:36:41.881044 [ 190 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_13_3} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5544 | 2024.11.19 01:36:41.881155 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5545 | 2024.11.19 01:36:43.334180 [ 97 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5546 | 2024.11.19 01:36:43.334288 [ 97 ] {} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5547 | 2024.11.19 01:36:43.334338 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5548 | 2024.11.19 01:36:43.334747 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::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 | ||
| 5549 | 2024.11.19 01:36:43.335062 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5550 | 2024.11.19 01:36:43.335127 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part | ||
| 5551 | 2024.11.19 01:36:43.335253 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 5552 | 2024.11.19 01:36:43.335473 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 5553 | 2024.11.19 01:36:43.335709 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5554 | 2024.11.19 01:36:43.335888 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5555 | 2024.11.19 01:36:43.337018 [ 193 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13 rows, containing 4 columns (4 merged, 0 gathered) in 0.002539306 sec., 5119.50903120774 rows/sec., 344.97 KiB/sec. | ||
| 5556 | 2024.11.19 01:36:43.337150 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5557 | 2024.11.19 01:36:43.337438 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_13_3} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5558 | 2024.11.19 01:36:43.337520 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_13_3} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5559 | 2024.11.19 01:36:43.337601 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 5560 | 2024.11.19 01:36:43.714758 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5561 | 2024.11.19 01:36:43.714879 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5562 | 2024.11.19 01:36:45.126700 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5563 | 2024.11.19 01:36:45.127004 [ 260 ] {40be70e9-73c3-46ff-9ae8-98171827c951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5564 | 2024.11.19 01:36:45.127118 [ 260 ] {40be70e9-73c3-46ff-9ae8-98171827c951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5565 | 2024.11.19 01:36:45.127945 [ 260 ] {40be70e9-73c3-46ff-9ae8-98171827c951} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5566 | 2024.11.19 01:36:45.127992 [ 260 ] {40be70e9-73c3-46ff-9ae8-98171827c951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5567 | 2024.11.19 01:36:45.128421 [ 260 ] {40be70e9-73c3-46ff-9ae8-98171827c951} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5568 | 2024.11.19 01:36:45.128682 [ 260 ] {40be70e9-73c3-46ff-9ae8-98171827c951} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5569 | 2024.11.19 01:36:45.128917 [ 260 ] {40be70e9-73c3-46ff-9ae8-98171827c951} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002002 sec., 6993.006993006993 rows/sec., 503.40 KiB/sec. | ||
| 5570 | 2024.11.19 01:36:45.128977 [ 260 ] {40be70e9-73c3-46ff-9ae8-98171827c951} <Debug> TCPHandler: Processed in 0.002463044 sec. | ||
| 5571 | 2024.11.19 01:36:45.129294 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5572 | 2024.11.19 01:36:45.129503 [ 257 ] {9ee57f7a-15c7-430b-8adb-19f6c0f3d5e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5573 | 2024.11.19 01:36:45.129582 [ 257 ] {9ee57f7a-15c7-430b-8adb-19f6c0f3d5e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5574 | 2024.11.19 01:36:45.130869 [ 257 ] {9ee57f7a-15c7-430b-8adb-19f6c0f3d5e0} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5575 | 2024.11.19 01:36:45.130913 [ 257 ] {9ee57f7a-15c7-430b-8adb-19f6c0f3d5e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5576 | 2024.11.19 01:36:45.131368 [ 257 ] {9ee57f7a-15c7-430b-8adb-19f6c0f3d5e0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5577 | 2024.11.19 01:36:45.131612 [ 257 ] {9ee57f7a-15c7-430b-8adb-19f6c0f3d5e0} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5578 | 2024.11.19 01:36:45.131878 [ 257 ] {9ee57f7a-15c7-430b-8adb-19f6c0f3d5e0} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002431 sec., 117235.70547099959 rows/sec., 10.36 MiB/sec. | ||
| 5579 | 2024.11.19 01:36:45.132076 [ 257 ] {9ee57f7a-15c7-430b-8adb-19f6c0f3d5e0} <Debug> TCPHandler: Processed in 0.002964083 sec. | ||
| 5580 | 2024.11.19 01:36:45.132310 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5581 | 2024.11.19 01:36:45.132447 [ 260 ] {5f69a1d2-6142-44d7-9f36-abf01085e7f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5582 | 2024.11.19 01:36:45.132506 [ 260 ] {5f69a1d2-6142-44d7-9f36-abf01085e7f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5583 | 2024.11.19 01:36:45.133226 [ 260 ] {5f69a1d2-6142-44d7-9f36-abf01085e7f9} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5584 | 2024.11.19 01:36:45.133271 [ 260 ] {5f69a1d2-6142-44d7-9f36-abf01085e7f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5585 | 2024.11.19 01:36:45.133635 [ 260 ] {5f69a1d2-6142-44d7-9f36-abf01085e7f9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5586 | 2024.11.19 01:36:45.133883 [ 260 ] {5f69a1d2-6142-44d7-9f36-abf01085e7f9} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5587 | 2024.11.19 01:36:45.134107 [ 260 ] {5f69a1d2-6142-44d7-9f36-abf01085e7f9} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001689 sec., 28419.18294849023 rows/sec., 2.05 MiB/sec. | ||
| 5588 | 2024.11.19 01:36:45.134215 [ 260 ] {5f69a1d2-6142-44d7-9f36-abf01085e7f9} <Debug> TCPHandler: Processed in 0.002026466 sec. | ||
| 5589 | 2024.11.19 01:36:45.134448 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5590 | 2024.11.19 01:36:45.134671 [ 257 ] {b849014d-bf75-4899-9f68-0b0086607cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5591 | 2024.11.19 01:36:45.134761 [ 257 ] {b849014d-bf75-4899-9f68-0b0086607cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5592 | 2024.11.19 01:36:45.135595 [ 257 ] {b849014d-bf75-4899-9f68-0b0086607cdd} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5593 | 2024.11.19 01:36:45.135635 [ 257 ] {b849014d-bf75-4899-9f68-0b0086607cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5594 | 2024.11.19 01:36:45.135991 [ 257 ] {b849014d-bf75-4899-9f68-0b0086607cdd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5595 | 2024.11.19 01:36:45.136235 [ 257 ] {b849014d-bf75-4899-9f68-0b0086607cdd} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5596 | 2024.11.19 01:36:45.136469 [ 257 ] {b849014d-bf75-4899-9f68-0b0086607cdd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001852 sec., 7559.3952483801295 rows/sec., 529.41 KiB/sec. | ||
| 5597 | 2024.11.19 01:36:45.136661 [ 257 ] {b849014d-bf75-4899-9f68-0b0086607cdd} <Debug> TCPHandler: Processed in 0.002319032 sec. | ||
| 5598 | 2024.11.19 01:36:45.136828 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5599 | 2024.11.19 01:36:45.136964 [ 260 ] {ebf37517-9595-4ffd-afeb-ec4d92b8be09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5600 | 2024.11.19 01:36:45.137023 [ 260 ] {ebf37517-9595-4ffd-afeb-ec4d92b8be09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5601 | 2024.11.19 01:36:45.137644 [ 260 ] {ebf37517-9595-4ffd-afeb-ec4d92b8be09} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5602 | 2024.11.19 01:36:45.137683 [ 260 ] {ebf37517-9595-4ffd-afeb-ec4d92b8be09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5603 | 2024.11.19 01:36:45.138039 [ 260 ] {ebf37517-9595-4ffd-afeb-ec4d92b8be09} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5604 | 2024.11.19 01:36:45.138281 [ 260 ] {ebf37517-9595-4ffd-afeb-ec4d92b8be09} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5605 | 2024.11.19 01:36:45.138490 [ 260 ] {ebf37517-9595-4ffd-afeb-ec4d92b8be09} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001556 sec., 8354.755784061696 rows/sec., 520.92 KiB/sec. | ||
| 5606 | 2024.11.19 01:36:45.138542 [ 260 ] {ebf37517-9595-4ffd-afeb-ec4d92b8be09} <Debug> TCPHandler: Processed in 0.001779482 sec. | ||
| 5607 | 2024.11.19 01:36:45.138743 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5608 | 2024.11.19 01:36:45.138966 [ 257 ] {0b33bf16-b886-4046-a3fe-b3fdd8976906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5609 | 2024.11.19 01:36:45.139054 [ 257 ] {0b33bf16-b886-4046-a3fe-b3fdd8976906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5610 | 2024.11.19 01:36:45.139902 [ 257 ] {0b33bf16-b886-4046-a3fe-b3fdd8976906} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5611 | 2024.11.19 01:36:45.139942 [ 257 ] {0b33bf16-b886-4046-a3fe-b3fdd8976906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5612 | 2024.11.19 01:36:45.140328 [ 257 ] {0b33bf16-b886-4046-a3fe-b3fdd8976906} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5613 | 2024.11.19 01:36:45.140561 [ 257 ] {0b33bf16-b886-4046-a3fe-b3fdd8976906} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5614 | 2024.11.19 01:36:45.140781 [ 257 ] {0b33bf16-b886-4046-a3fe-b3fdd8976906} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00187 sec., 226203.20855614974 rows/sec., 16.17 MiB/sec. | ||
| 5615 | 2024.11.19 01:36:45.140833 [ 257 ] {0b33bf16-b886-4046-a3fe-b3fdd8976906} <Debug> TCPHandler: Processed in 0.00219692 sec. | ||
| 5616 | 2024.11.19 01:36:45.140974 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5617 | 2024.11.19 01:36:45.141111 [ 260 ] {820d2baf-78cb-4119-8c6b-852fa53f38a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5618 | 2024.11.19 01:36:45.141170 [ 260 ] {820d2baf-78cb-4119-8c6b-852fa53f38a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5619 | 2024.11.19 01:36:45.141629 [ 260 ] {820d2baf-78cb-4119-8c6b-852fa53f38a4} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5620 | 2024.11.19 01:36:45.141666 [ 260 ] {820d2baf-78cb-4119-8c6b-852fa53f38a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5621 | 2024.11.19 01:36:45.142011 [ 260 ] {820d2baf-78cb-4119-8c6b-852fa53f38a4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5622 | 2024.11.19 01:36:45.142310 [ 260 ] {820d2baf-78cb-4119-8c6b-852fa53f38a4} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5623 | 2024.11.19 01:36:45.142520 [ 260 ] {820d2baf-78cb-4119-8c6b-852fa53f38a4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001439 sec., 4169.562195969424 rows/sec., 217.84 KiB/sec. | ||
| 5624 | 2024.11.19 01:36:45.142569 [ 260 ] {820d2baf-78cb-4119-8c6b-852fa53f38a4} <Debug> TCPHandler: Processed in 0.00165812 sec. | ||
| 5625 | 2024.11.19 01:36:45.142714 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5626 | 2024.11.19 01:36:45.142832 [ 257 ] {106e0a62-70df-4f0b-bbf8-5cbca8b10b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5627 | 2024.11.19 01:36:45.142884 [ 257 ] {106e0a62-70df-4f0b-bbf8-5cbca8b10b1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5628 | 2024.11.19 01:36:45.143479 [ 257 ] {106e0a62-70df-4f0b-bbf8-5cbca8b10b1b} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5629 | 2024.11.19 01:36:45.143517 [ 257 ] {106e0a62-70df-4f0b-bbf8-5cbca8b10b1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5630 | 2024.11.19 01:36:45.143909 [ 257 ] {106e0a62-70df-4f0b-bbf8-5cbca8b10b1b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5631 | 2024.11.19 01:36:45.144143 [ 257 ] {106e0a62-70df-4f0b-bbf8-5cbca8b10b1b} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5632 | 2024.11.19 01:36:45.144355 [ 257 ] {106e0a62-70df-4f0b-bbf8-5cbca8b10b1b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001547 sec., 153199.74143503557 rows/sec., 10.27 MiB/sec. | ||
| 5633 | 2024.11.19 01:36:45.144404 [ 257 ] {106e0a62-70df-4f0b-bbf8-5cbca8b10b1b} <Debug> TCPHandler: Processed in 0.001748971 sec. | ||
| 5634 | 2024.11.19 01:36:45.144616 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5635 | 2024.11.19 01:36:45.144753 [ 260 ] {c85fe60a-ef0d-4f6b-96a0-6412d52e0ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5636 | 2024.11.19 01:36:45.144813 [ 260 ] {c85fe60a-ef0d-4f6b-96a0-6412d52e0ba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5637 | 2024.11.19 01:36:45.145338 [ 260 ] {c85fe60a-ef0d-4f6b-96a0-6412d52e0ba3} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5638 | 2024.11.19 01:36:45.145377 [ 260 ] {c85fe60a-ef0d-4f6b-96a0-6412d52e0ba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5639 | 2024.11.19 01:36:45.145734 [ 260 ] {c85fe60a-ef0d-4f6b-96a0-6412d52e0ba3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5640 | 2024.11.19 01:36:45.145974 [ 260 ] {c85fe60a-ef0d-4f6b-96a0-6412d52e0ba3} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5641 | 2024.11.19 01:36:45.146230 [ 260 ] {c85fe60a-ef0d-4f6b-96a0-6412d52e0ba3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 44.95 KiB/sec. | ||
| 5642 | 2024.11.19 01:36:45.146435 [ 260 ] {c85fe60a-ef0d-4f6b-96a0-6412d52e0ba3} <Debug> TCPHandler: Processed in 0.001875124 sec. | ||
| 5643 | 2024.11.19 01:36:45.146635 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5644 | 2024.11.19 01:36:45.146857 [ 257 ] {7156e8e4-7155-432c-bd22-a1606ce7b081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5645 | 2024.11.19 01:36:45.146996 [ 257 ] {7156e8e4-7155-432c-bd22-a1606ce7b081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5646 | 2024.11.19 01:36:45.148258 [ 257 ] {7156e8e4-7155-432c-bd22-a1606ce7b081} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5647 | 2024.11.19 01:36:45.148298 [ 257 ] {7156e8e4-7155-432c-bd22-a1606ce7b081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5648 | 2024.11.19 01:36:45.148949 [ 257 ] {7156e8e4-7155-432c-bd22-a1606ce7b081} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5649 | 2024.11.19 01:36:45.149202 [ 257 ] {7156e8e4-7155-432c-bd22-a1606ce7b081} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5650 | 2024.11.19 01:36:45.149439 [ 257 ] {7156e8e4-7155-432c-bd22-a1606ce7b081} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002636 sec., 15553.869499241275 rows/sec., 27.87 MiB/sec. | ||
| 5651 | 2024.11.19 01:36:45.149529 [ 257 ] {7156e8e4-7155-432c-bd22-a1606ce7b081} <Debug> TCPHandler: Processed in 0.003004124 sec. | ||
| 5652 | 2024.11.19 01:36:45.149686 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5653 | 2024.11.19 01:36:45.149822 [ 260 ] {8b54b1ba-6247-49a3-a652-2bb80b775319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5654 | 2024.11.19 01:36:45.149881 [ 260 ] {8b54b1ba-6247-49a3-a652-2bb80b775319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5655 | 2024.11.19 01:36:45.150409 [ 260 ] {8b54b1ba-6247-49a3-a652-2bb80b775319} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5656 | 2024.11.19 01:36:45.150447 [ 260 ] {8b54b1ba-6247-49a3-a652-2bb80b775319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5657 | 2024.11.19 01:36:45.150816 [ 260 ] {8b54b1ba-6247-49a3-a652-2bb80b775319} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5658 | 2024.11.19 01:36:45.151057 [ 260 ] {8b54b1ba-6247-49a3-a652-2bb80b775319} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5659 | 2024.11.19 01:36:45.151279 [ 260 ] {8b54b1ba-6247-49a3-a652-2bb80b775319} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001487 sec., 55144.58641560188 rows/sec., 3.50 MiB/sec. | ||
| 5660 | 2024.11.19 01:36:45.151328 [ 260 ] {8b54b1ba-6247-49a3-a652-2bb80b775319} <Debug> TCPHandler: Processed in 0.00170592 sec. | ||
| 5661 | 2024.11.19 01:36:48.911699 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 840 | ||
| 5662 | 2024.11.19 01:36:48.914581 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5663 | 2024.11.19 01:36:48.914631 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5664 | 2024.11.19 01:36:48.916017 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5665 | 2024.11.19 01:36:48.916335 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5666 | 2024.11.19 01:36:48.916954 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 840 | ||
| 5667 | 2024.11.19 01:36:50.119276 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5668 | 2024.11.19 01:36:50.119471 [ 260 ] {3ac31a15-b636-4b8e-9e24-2f771d109edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5669 | 2024.11.19 01:36:50.119548 [ 260 ] {3ac31a15-b636-4b8e-9e24-2f771d109edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5670 | 2024.11.19 01:36:50.120313 [ 260 ] {3ac31a15-b636-4b8e-9e24-2f771d109edc} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5671 | 2024.11.19 01:36:50.120365 [ 260 ] {3ac31a15-b636-4b8e-9e24-2f771d109edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5672 | 2024.11.19 01:36:50.120811 [ 260 ] {3ac31a15-b636-4b8e-9e24-2f771d109edc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5673 | 2024.11.19 01:36:50.121095 [ 260 ] {3ac31a15-b636-4b8e-9e24-2f771d109edc} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5674 | 2024.11.19 01:36:50.121362 [ 260 ] {3ac31a15-b636-4b8e-9e24-2f771d109edc} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001943 sec., 5146.68039114771 rows/sec., 419.68 KiB/sec. | ||
| 5675 | 2024.11.19 01:36:50.121582 [ 260 ] {3ac31a15-b636-4b8e-9e24-2f771d109edc} <Debug> TCPHandler: Processed in 0.002439804 sec. | ||
| 5676 | 2024.11.19 01:36:50.121840 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5677 | 2024.11.19 01:36:50.122026 [ 257 ] {f8745cdc-b016-4e14-9236-28cd5eb46f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5678 | 2024.11.19 01:36:50.122096 [ 257 ] {f8745cdc-b016-4e14-9236-28cd5eb46f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5679 | 2024.11.19 01:36:50.122864 [ 257 ] {f8745cdc-b016-4e14-9236-28cd5eb46f8c} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5680 | 2024.11.19 01:36:50.122910 [ 257 ] {f8745cdc-b016-4e14-9236-28cd5eb46f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5681 | 2024.11.19 01:36:50.123343 [ 257 ] {f8745cdc-b016-4e14-9236-28cd5eb46f8c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5682 | 2024.11.19 01:36:50.123598 [ 257 ] {f8745cdc-b016-4e14-9236-28cd5eb46f8c} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5683 | 2024.11.19 01:36:50.123836 [ 257 ] {f8745cdc-b016-4e14-9236-28cd5eb46f8c} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001862 sec., 32760.472610096673 rows/sec., 2.50 MiB/sec. | ||
| 5684 | 2024.11.19 01:36:50.123900 [ 257 ] {f8745cdc-b016-4e14-9236-28cd5eb46f8c} <Debug> TCPHandler: Processed in 0.002193069 sec. | ||
| 5685 | 2024.11.19 01:36:50.124057 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5686 | 2024.11.19 01:36:50.124207 [ 260 ] {f201f05c-4c68-4fd1-a29f-94188039900a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5687 | 2024.11.19 01:36:50.124269 [ 260 ] {f201f05c-4c68-4fd1-a29f-94188039900a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5688 | 2024.11.19 01:36:50.124889 [ 260 ] {f201f05c-4c68-4fd1-a29f-94188039900a} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5689 | 2024.11.19 01:36:50.124931 [ 260 ] {f201f05c-4c68-4fd1-a29f-94188039900a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5690 | 2024.11.19 01:36:50.125295 [ 260 ] {f201f05c-4c68-4fd1-a29f-94188039900a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5691 | 2024.11.19 01:36:50.125546 [ 260 ] {f201f05c-4c68-4fd1-a29f-94188039900a} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5692 | 2024.11.19 01:36:50.125710 [ 128 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5693 | 2024.11.19 01:36:50.125770 [ 260 ] {f201f05c-4c68-4fd1-a29f-94188039900a} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.0016 sec., 6250 rows/sec., 436.40 KiB/sec. | ||
| 5694 | 2024.11.19 01:36:50.125789 [ 128 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5695 | 2024.11.19 01:36:50.125851 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5696 | 2024.11.19 01:36:50.125899 [ 260 ] {f201f05c-4c68-4fd1-a29f-94188039900a} <Debug> TCPHandler: Processed in 0.001907514 sec. | ||
| 5697 | 2024.11.19 01:36:50.126105 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::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 | ||
| 5698 | 2024.11.19 01:36:50.126118 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5699 | 2024.11.19 01:36:50.126360 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5700 | 2024.11.19 01:36:50.126386 [ 257 ] {35b7767d-5d60-4604-8337-3079e35a7dc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5701 | 2024.11.19 01:36:50.126424 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 66 rows starting from the beginning of the part | ||
| 5702 | 2024.11.19 01:36:50.126491 [ 257 ] {35b7767d-5d60-4604-8337-3079e35a7dc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5703 | 2024.11.19 01:36:50.126696 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 5704 | 2024.11.19 01:36:50.127040 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 48 rows starting from the beginning of the part | ||
| 5705 | 2024.11.19 01:36:50.127388 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
| 5706 | 2024.11.19 01:36:50.127749 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 48 rows starting from the beginning of the part | ||
| 5707 | 2024.11.19 01:36:50.128050 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 10 rows starting from the beginning of the part | ||
| 5708 | 2024.11.19 01:36:50.129515 [ 257 ] {35b7767d-5d60-4604-8337-3079e35a7dc4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5709 | 2024.11.19 01:36:50.129600 [ 257 ] {35b7767d-5d60-4604-8337-3079e35a7dc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5710 | 2024.11.19 01:36:50.130631 [ 257 ] {35b7767d-5d60-4604-8337-3079e35a7dc4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5711 | 2024.11.19 01:36:50.130802 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.004837636 sec., 36794.83119440983 rows/sec., 2.76 MiB/sec. | ||
| 5712 | 2024.11.19 01:36:50.130984 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5713 | 2024.11.19 01:36:50.130988 [ 257 ] {35b7767d-5d60-4604-8337-3079e35a7dc4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5714 | 2024.11.19 01:36:50.131334 [ 257 ] {35b7767d-5d60-4604-8337-3079e35a7dc4} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.005042 sec., 14676.715589051964 rows/sec., 1.15 MiB/sec. | ||
| 5715 | 2024.11.19 01:36:50.131432 [ 257 ] {35b7767d-5d60-4604-8337-3079e35a7dc4} <Debug> TCPHandler: Processed in 0.005434227 sec. | ||
| 5716 | 2024.11.19 01:36:50.131517 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_31_6} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5717 | 2024.11.19 01:36:50.131648 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_31_6} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5718 | 2024.11.19 01:36:50.131660 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5719 | 2024.11.19 01:36:50.131782 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5720 | 2024.11.19 01:36:50.131863 [ 260 ] {39cf138d-d26e-42b6-b727-265ac590df5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5721 | 2024.11.19 01:36:50.131931 [ 260 ] {39cf138d-d26e-42b6-b727-265ac590df5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5722 | 2024.11.19 01:36:50.132577 [ 260 ] {39cf138d-d26e-42b6-b727-265ac590df5e} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5723 | 2024.11.19 01:36:50.132618 [ 260 ] {39cf138d-d26e-42b6-b727-265ac590df5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5724 | 2024.11.19 01:36:50.133018 [ 260 ] {39cf138d-d26e-42b6-b727-265ac590df5e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5725 | 2024.11.19 01:36:50.133274 [ 260 ] {39cf138d-d26e-42b6-b727-265ac590df5e} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5726 | 2024.11.19 01:36:50.133487 [ 260 ] {39cf138d-d26e-42b6-b727-265ac590df5e} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001672 sec., 79545.45454545454 rows/sec., 5.54 MiB/sec. | ||
| 5727 | 2024.11.19 01:36:50.133540 [ 260 ] {39cf138d-d26e-42b6-b727-265ac590df5e} <Debug> TCPHandler: Processed in 0.001993575 sec. | ||
| 5728 | 2024.11.19 01:36:50.133732 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5729 | 2024.11.19 01:36:50.133957 [ 257 ] {d85e764f-3d99-4de5-8768-c8d5952916ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5730 | 2024.11.19 01:36:50.134053 [ 257 ] {d85e764f-3d99-4de5-8768-c8d5952916ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5731 | 2024.11.19 01:36:50.134755 [ 257 ] {d85e764f-3d99-4de5-8768-c8d5952916ae} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5732 | 2024.11.19 01:36:50.134795 [ 257 ] {d85e764f-3d99-4de5-8768-c8d5952916ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5733 | 2024.11.19 01:36:50.135173 [ 257 ] {d85e764f-3d99-4de5-8768-c8d5952916ae} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5734 | 2024.11.19 01:36:50.135421 [ 257 ] {d85e764f-3d99-4de5-8768-c8d5952916ae} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5735 | 2024.11.19 01:36:50.135671 [ 257 ] {d85e764f-3d99-4de5-8768-c8d5952916ae} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001764 sec., 27210.884353741498 rows/sec., 1.83 MiB/sec. | ||
| 5736 | 2024.11.19 01:36:50.135758 [ 257 ] {d85e764f-3d99-4de5-8768-c8d5952916ae} <Debug> TCPHandler: Processed in 0.002131548 sec. | ||
| 5737 | 2024.11.19 01:36:55.120228 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5738 | 2024.11.19 01:36:55.120555 [ 260 ] {9d52e796-2a41-4a9e-9c45-2bfef9f8632a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5739 | 2024.11.19 01:36:55.120677 [ 260 ] {9d52e796-2a41-4a9e-9c45-2bfef9f8632a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5740 | 2024.11.19 01:36:55.121471 [ 260 ] {9d52e796-2a41-4a9e-9c45-2bfef9f8632a} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5741 | 2024.11.19 01:36:55.121517 [ 260 ] {9d52e796-2a41-4a9e-9c45-2bfef9f8632a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5742 | 2024.11.19 01:36:55.121955 [ 260 ] {9d52e796-2a41-4a9e-9c45-2bfef9f8632a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5743 | 2024.11.19 01:36:55.122222 [ 260 ] {9d52e796-2a41-4a9e-9c45-2bfef9f8632a} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5744 | 2024.11.19 01:36:55.122388 [ 35 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5745 | 2024.11.19 01:36:55.122426 [ 260 ] {9d52e796-2a41-4a9e-9c45-2bfef9f8632a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001962 sec., 28542.303771661565 rows/sec., 2.19 MiB/sec. | ||
| 5746 | 2024.11.19 01:36:55.122435 [ 35 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5747 | 2024.11.19 01:36:55.122475 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5748 | 2024.11.19 01:36:55.122501 [ 260 ] {9d52e796-2a41-4a9e-9c45-2bfef9f8632a} <Debug> TCPHandler: Processed in 0.002469404 sec. | ||
| 5749 | 2024.11.19 01:36:55.122619 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::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 | ||
| 5750 | 2024.11.19 01:36:55.122752 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5751 | 2024.11.19 01:36:55.122766 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5752 | 2024.11.19 01:36:55.122804 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1435 rows starting from the beginning of the part | ||
| 5753 | 2024.11.19 01:36:55.122946 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 58 rows starting from the beginning of the part | ||
| 5754 | 2024.11.19 01:36:55.123420 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part | ||
| 5755 | 2024.11.19 01:36:55.123587 [ 257 ] {defd3205-42c3-4558-bc97-8f9e7ac32856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5756 | 2024.11.19 01:36:55.123903 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 285 rows starting from the beginning of the part | ||
| 5757 | 2024.11.19 01:36:55.123941 [ 257 ] {defd3205-42c3-4558-bc97-8f9e7ac32856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5758 | 2024.11.19 01:36:55.124152 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 61 rows starting from the beginning of the part | ||
| 5759 | 2024.11.19 01:36:55.124626 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part | ||
| 5760 | 2024.11.19 01:36:55.126572 [ 257 ] {defd3205-42c3-4558-bc97-8f9e7ac32856} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5761 | 2024.11.19 01:36:55.126652 [ 257 ] {defd3205-42c3-4558-bc97-8f9e7ac32856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5762 | 2024.11.19 01:36:55.127480 [ 257 ] {defd3205-42c3-4558-bc97-8f9e7ac32856} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5763 | 2024.11.19 01:36:55.127817 [ 193 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1951 rows, containing 5 columns (5 merged, 0 gathered) in 0.005259854 sec., 370922.8431055311 rows/sec., 32.42 MiB/sec. | ||
| 5764 | 2024.11.19 01:36:55.127936 [ 257 ] {defd3205-42c3-4558-bc97-8f9e7ac32856} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5765 | 2024.11.19 01:36:55.128111 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5766 | 2024.11.19 01:36:55.128213 [ 35 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5767 | 2024.11.19 01:36:55.128338 [ 35 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5768 | 2024.11.19 01:36:55.128418 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5769 | 2024.11.19 01:36:55.128538 [ 257 ] {defd3205-42c3-4558-bc97-8f9e7ac32856} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005271 sec., 12141.908556251186 rows/sec., 970.45 KiB/sec. | ||
| 5770 | 2024.11.19 01:36:55.128854 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::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 | ||
| 5771 | 2024.11.19 01:36:55.128897 [ 257 ] {defd3205-42c3-4558-bc97-8f9e7ac32856} <Debug> TCPHandler: Processed in 0.006273412 sec. | ||
| 5772 | 2024.11.19 01:36:55.129075 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_51_10} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5773 | 2024.11.19 01:36:55.129204 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5774 | 2024.11.19 01:36:55.129257 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5775 | 2024.11.19 01:36:55.129274 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_51_10} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5776 | 2024.11.19 01:36:55.129299 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 915 rows starting from the beginning of the part | ||
| 5777 | 2024.11.19 01:36:55.129424 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 5778 | 2024.11.19 01:36:55.129530 [ 260 ] {ec882c7d-d52a-49f4-bcd6-bb8393dba97b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5779 | 2024.11.19 01:36:55.129565 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 68 rows starting from the beginning of the part | ||
| 5780 | 2024.11.19 01:36:55.129663 [ 260 ] {ec882c7d-d52a-49f4-bcd6-bb8393dba97b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5781 | 2024.11.19 01:36:55.129784 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part | ||
| 5782 | 2024.11.19 01:36:55.130054 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 423 rows starting from the beginning of the part | ||
| 5783 | 2024.11.19 01:36:55.130483 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 74 rows starting from the beginning of the part | ||
| 5784 | 2024.11.19 01:36:55.130766 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part | ||
| 5785 | 2024.11.19 01:36:55.131669 [ 260 ] {ec882c7d-d52a-49f4-bcd6-bb8393dba97b} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5786 | 2024.11.19 01:36:55.131716 [ 260 ] {ec882c7d-d52a-49f4-bcd6-bb8393dba97b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5787 | 2024.11.19 01:36:55.132298 [ 260 ] {ec882c7d-d52a-49f4-bcd6-bb8393dba97b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5788 | 2024.11.19 01:36:55.132626 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 5 columns (5 merged, 0 gathered) in 0.004081133 sec., 394008.2325177837 rows/sec., 30.39 MiB/sec. | ||
| 5789 | 2024.11.19 01:36:55.132688 [ 260 ] {ec882c7d-d52a-49f4-bcd6-bb8393dba97b} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5790 | 2024.11.19 01:36:55.132903 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5791 | 2024.11.19 01:36:55.132975 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5792 | 2024.11.19 01:36:55.132978 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5793 | 2024.11.19 01:36:55.133024 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5794 | 2024.11.19 01:36:55.133082 [ 260 ] {ec882c7d-d52a-49f4-bcd6-bb8393dba97b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003692 sec., 43336.94474539545 rows/sec., 3.02 MiB/sec. | ||
| 5795 | 2024.11.19 01:36:55.133563 [ 260 ] {ec882c7d-d52a-49f4-bcd6-bb8393dba97b} <Debug> TCPHandler: Processed in 0.004496111 sec. | ||
| 5796 | 2024.11.19 01:36:55.133597 [ 191 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 5797 | 2024.11.19 01:36:55.133874 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5798 | 2024.11.19 01:36:55.134278 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_51_10} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5799 | 2024.11.19 01:36:55.134332 [ 191 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5800 | 2024.11.19 01:36:55.134447 [ 257 ] {19b3d589-4225-4196-8e96-33f03ebf024e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5801 | 2024.11.19 01:36:55.134555 [ 191 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 9320 rows starting from the beginning of the part | ||
| 5802 | 2024.11.19 01:36:55.134695 [ 257 ] {19b3d589-4225-4196-8e96-33f03ebf024e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5803 | 2024.11.19 01:36:55.134709 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_51_10} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5804 | 2024.11.19 01:36:55.135080 [ 191 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 162 rows starting from the beginning of the part | ||
| 5805 | 2024.11.19 01:36:55.135150 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 5806 | 2024.11.19 01:36:55.135555 [ 191 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 5807 | 2024.11.19 01:36:55.135912 [ 191 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part | ||
| 5808 | 2024.11.19 01:36:55.136351 [ 191 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 133 rows starting from the beginning of the part | ||
| 5809 | 2024.11.19 01:36:55.136776 [ 191 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
| 5810 | 2024.11.19 01:36:55.138190 [ 257 ] {19b3d589-4225-4196-8e96-33f03ebf024e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5811 | 2024.11.19 01:36:55.138234 [ 257 ] {19b3d589-4225-4196-8e96-33f03ebf024e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5812 | 2024.11.19 01:36:55.138755 [ 257 ] {19b3d589-4225-4196-8e96-33f03ebf024e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5813 | 2024.11.19 01:36:55.139345 [ 257 ] {19b3d589-4225-4196-8e96-33f03ebf024e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5814 | 2024.11.19 01:36:55.139654 [ 35 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5815 | 2024.11.19 01:36:55.139762 [ 35 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5816 | 2024.11.19 01:36:55.139861 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5817 | 2024.11.19 01:36:55.140063 [ 257 ] {19b3d589-4225-4196-8e96-33f03ebf024e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005804 sec., 10337.698139214335 rows/sec., 713.41 KiB/sec. | ||
| 5818 | 2024.11.19 01:36:55.140561 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::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 | ||
| 5819 | 2024.11.19 01:36:55.140623 [ 257 ] {19b3d589-4225-4196-8e96-33f03ebf024e} <Debug> TCPHandler: Processed in 0.006928623 sec. | ||
| 5820 | 2024.11.19 01:36:55.141658 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5821 | 2024.11.19 01:36:55.141783 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2686 rows starting from the beginning of the part | ||
| 5822 | 2024.11.19 01:36:55.141948 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 5823 | 2024.11.19 01:36:55.142147 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 5824 | 2024.11.19 01:36:55.142361 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
| 5825 | 2024.11.19 01:36:55.142557 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
| 5826 | 2024.11.19 01:36:55.142825 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 5827 | 2024.11.19 01:36:55.143500 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10172 rows, containing 5 columns (5 merged, 0 gathered) in 0.010275343 sec., 989942.6228399384 rows/sec., 67.56 MiB/sec. | ||
| 5828 | 2024.11.19 01:36:55.143972 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5829 | 2024.11.19 01:36:55.144684 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5830 | 2024.11.19 01:36:55.144918 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5831 | 2024.11.19 01:36:55.145054 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.97 MiB. | ||
| 5832 | 2024.11.19 01:36:55.145386 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2996 rows, containing 4 columns (4 merged, 0 gathered) in 0.005343796 sec., 560650.1445788725 rows/sec., 37.03 MiB/sec. | ||
| 5833 | 2024.11.19 01:36:55.145694 [ 189 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5834 | 2024.11.19 01:36:55.145982 [ 189 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_51_10} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5835 | 2024.11.19 01:36:55.146063 [ 189 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_51_10} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5836 | 2024.11.19 01:36:55.146138 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5837 | 2024.11.19 01:36:56.000246 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.73 MiB, peak 171.72 MiB, free memory in arenas 0.00 B, will set to 165.90 MiB (RSS), difference: 1.18 MiB | ||
| 5838 | 2024.11.19 01:36:57.376050 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39816, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5839 | 2024.11.19 01:36:57.484588 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58488, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5840 | 2024.11.19 01:36:57.649984 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63235, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5841 | 2024.11.19 01:36:57.673378 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34281, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5842 | 2024.11.19 01:36:57.769782 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5843 | 2024.11.19 01:36:57.778607 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5844 | 2024.11.19 01:36:57.786049 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63331, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5845 | 2024.11.19 01:36:57.840866 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48355, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5846 | 2024.11.19 01:36:57.852263 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35170, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5847 | 2024.11.19 01:36:57.862557 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5848 | 2024.11.19 01:36:57.892033 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51913, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5849 | 2024.11.19 01:36:57.944419 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5850 | 2024.11.19 01:36:57.982095 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40868, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5851 | 2024.11.19 01:36:58.039456 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46511, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5852 | 2024.11.19 01:36:58.110890 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43810, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5853 | 2024.11.19 01:36:58.259773 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5854 | 2024.11.19 01:36:58.714934 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5855 | 2024.11.19 01:36:58.714989 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5856 | 2024.11.19 01:36:58.917322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 860 | ||
| 5857 | 2024.11.19 01:36:58.920054 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5858 | 2024.11.19 01:36:58.920093 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5859 | 2024.11.19 01:36:58.921472 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5860 | 2024.11.19 01:36:58.921783 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5861 | 2024.11.19 01:36:58.922099 [ 61 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5862 | 2024.11.19 01:36:58.922299 [ 61 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5863 | 2024.11.19 01:36:58.922411 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5864 | 2024.11.19 01:36:58.923231 [ 189 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 5865 | 2024.11.19 01:36:58.923739 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 860 | ||
| 5866 | 2024.11.19 01:36:58.924297 [ 189 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5867 | 2024.11.19 01:36:58.924473 [ 189 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 726 rows starting from the beginning of the part | ||
| 5868 | 2024.11.19 01:36:58.925088 [ 189 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part | ||
| 5869 | 2024.11.19 01:36:58.925706 [ 189 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part | ||
| 5870 | 2024.11.19 01:36:58.926250 [ 189 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part | ||
| 5871 | 2024.11.19 01:36:58.926776 [ 189 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 5872 | 2024.11.19 01:36:58.927262 [ 189 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part | ||
| 5873 | 2024.11.19 01:36:58.935235 [ 188 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 860 rows, containing 72 columns (72 merged, 0 gathered) in 0.012636916 sec., 68054.57913940396 rows/sec., 56.43 MiB/sec. | ||
| 5874 | 2024.11.19 01:36:58.936481 [ 188 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5875 | 2024.11.19 01:36:58.937291 [ 188 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_26_5} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5876 | 2024.11.19 01:36:58.937386 [ 188 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_26_5} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5877 | 2024.11.19 01:36:58.937719 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB. | ||
| 5878 | 2024.11.19 01:37:00.128158 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5879 | 2024.11.19 01:37:00.128372 [ 260 ] {e7458bf5-0a45-4cf4-88f7-311cd40163f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5880 | 2024.11.19 01:37:00.128455 [ 260 ] {e7458bf5-0a45-4cf4-88f7-311cd40163f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5881 | 2024.11.19 01:37:00.129255 [ 260 ] {e7458bf5-0a45-4cf4-88f7-311cd40163f4} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5882 | 2024.11.19 01:37:00.129304 [ 260 ] {e7458bf5-0a45-4cf4-88f7-311cd40163f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5883 | 2024.11.19 01:37:00.129747 [ 260 ] {e7458bf5-0a45-4cf4-88f7-311cd40163f4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5884 | 2024.11.19 01:37:00.129997 [ 260 ] {e7458bf5-0a45-4cf4-88f7-311cd40163f4} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5885 | 2024.11.19 01:37:00.130248 [ 260 ] {e7458bf5-0a45-4cf4-88f7-311cd40163f4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001939 sec., 7220.216606498195 rows/sec., 519.76 KiB/sec. | ||
| 5886 | 2024.11.19 01:37:00.130305 [ 260 ] {e7458bf5-0a45-4cf4-88f7-311cd40163f4} <Debug> TCPHandler: Processed in 0.002286871 sec. | ||
| 5887 | 2024.11.19 01:37:00.130625 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5888 | 2024.11.19 01:37:00.130926 [ 257 ] {966d90f7-01e1-43d8-9063-6b4c9242b1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5889 | 2024.11.19 01:37:00.131025 [ 257 ] {966d90f7-01e1-43d8-9063-6b4c9242b1a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5890 | 2024.11.19 01:37:00.131896 [ 257 ] {966d90f7-01e1-43d8-9063-6b4c9242b1a1} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5891 | 2024.11.19 01:37:00.131937 [ 257 ] {966d90f7-01e1-43d8-9063-6b4c9242b1a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5892 | 2024.11.19 01:37:00.132385 [ 257 ] {966d90f7-01e1-43d8-9063-6b4c9242b1a1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5893 | 2024.11.19 01:37:00.132634 [ 257 ] {966d90f7-01e1-43d8-9063-6b4c9242b1a1} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5894 | 2024.11.19 01:37:00.132857 [ 257 ] {966d90f7-01e1-43d8-9063-6b4c9242b1a1} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002006 sec., 142073.778664008 rows/sec., 12.55 MiB/sec. | ||
| 5895 | 2024.11.19 01:37:00.132914 [ 257 ] {966d90f7-01e1-43d8-9063-6b4c9242b1a1} <Debug> TCPHandler: Processed in 0.002481834 sec. | ||
| 5896 | 2024.11.19 01:37:00.133209 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5897 | 2024.11.19 01:37:00.133442 [ 260 ] {8f1c93aa-3d3e-4680-bf99-09b76474b509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5898 | 2024.11.19 01:37:00.133537 [ 260 ] {8f1c93aa-3d3e-4680-bf99-09b76474b509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5899 | 2024.11.19 01:37:00.134355 [ 260 ] {8f1c93aa-3d3e-4680-bf99-09b76474b509} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5900 | 2024.11.19 01:37:00.134395 [ 260 ] {8f1c93aa-3d3e-4680-bf99-09b76474b509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5901 | 2024.11.19 01:37:00.134754 [ 260 ] {8f1c93aa-3d3e-4680-bf99-09b76474b509} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5902 | 2024.11.19 01:37:00.134990 [ 260 ] {8f1c93aa-3d3e-4680-bf99-09b76474b509} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5903 | 2024.11.19 01:37:00.135208 [ 260 ] {8f1c93aa-3d3e-4680-bf99-09b76474b509} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001817 sec., 26417.171161254813 rows/sec., 1.90 MiB/sec. | ||
| 5904 | 2024.11.19 01:37:00.135328 [ 260 ] {8f1c93aa-3d3e-4680-bf99-09b76474b509} <Debug> TCPHandler: Processed in 0.002298951 sec. | ||
| 5905 | 2024.11.19 01:37:00.135504 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5906 | 2024.11.19 01:37:00.135621 [ 257 ] {6d84de7a-9722-4f81-ac16-692656ba29c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5907 | 2024.11.19 01:37:00.135669 [ 257 ] {6d84de7a-9722-4f81-ac16-692656ba29c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5908 | 2024.11.19 01:37:00.136254 [ 257 ] {6d84de7a-9722-4f81-ac16-692656ba29c5} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5909 | 2024.11.19 01:37:00.136292 [ 257 ] {6d84de7a-9722-4f81-ac16-692656ba29c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5910 | 2024.11.19 01:37:00.136640 [ 257 ] {6d84de7a-9722-4f81-ac16-692656ba29c5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5911 | 2024.11.19 01:37:00.136875 [ 257 ] {6d84de7a-9722-4f81-ac16-692656ba29c5} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5912 | 2024.11.19 01:37:00.137053 [ 257 ] {6d84de7a-9722-4f81-ac16-692656ba29c5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001456 sec., 9615.384615384615 rows/sec., 673.40 KiB/sec. | ||
| 5913 | 2024.11.19 01:37:00.137102 [ 257 ] {6d84de7a-9722-4f81-ac16-692656ba29c5} <Debug> TCPHandler: Processed in 0.00165855 sec. | ||
| 5914 | 2024.11.19 01:37:00.137248 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5915 | 2024.11.19 01:37:00.137382 [ 260 ] {575175c2-b1a7-4ea7-b4f9-61e4550e06be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5916 | 2024.11.19 01:37:00.137439 [ 260 ] {575175c2-b1a7-4ea7-b4f9-61e4550e06be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5917 | 2024.11.19 01:37:00.138095 [ 260 ] {575175c2-b1a7-4ea7-b4f9-61e4550e06be} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5918 | 2024.11.19 01:37:00.138135 [ 260 ] {575175c2-b1a7-4ea7-b4f9-61e4550e06be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5919 | 2024.11.19 01:37:00.138488 [ 260 ] {575175c2-b1a7-4ea7-b4f9-61e4550e06be} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5920 | 2024.11.19 01:37:00.138724 [ 260 ] {575175c2-b1a7-4ea7-b4f9-61e4550e06be} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5921 | 2024.11.19 01:37:00.138960 [ 260 ] {575175c2-b1a7-4ea7-b4f9-61e4550e06be} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001602 sec., 8114.8564294631715 rows/sec., 505.96 KiB/sec. | ||
| 5922 | 2024.11.19 01:37:00.139044 [ 260 ] {575175c2-b1a7-4ea7-b4f9-61e4550e06be} <Debug> TCPHandler: Processed in 0.001861554 sec. | ||
| 5923 | 2024.11.19 01:37:00.139201 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5924 | 2024.11.19 01:37:00.139339 [ 257 ] {c04473f2-342d-443f-a9a9-d7285a6537a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5925 | 2024.11.19 01:37:00.139395 [ 257 ] {c04473f2-342d-443f-a9a9-d7285a6537a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5926 | 2024.11.19 01:37:00.140190 [ 257 ] {c04473f2-342d-443f-a9a9-d7285a6537a9} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5927 | 2024.11.19 01:37:00.140228 [ 257 ] {c04473f2-342d-443f-a9a9-d7285a6537a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5928 | 2024.11.19 01:37:00.140607 [ 257 ] {c04473f2-342d-443f-a9a9-d7285a6537a9} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5929 | 2024.11.19 01:37:00.140867 [ 257 ] {c04473f2-342d-443f-a9a9-d7285a6537a9} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5930 | 2024.11.19 01:37:00.141076 [ 257 ] {c04473f2-342d-443f-a9a9-d7285a6537a9} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001767 sec., 239388.79456706284 rows/sec., 17.11 MiB/sec. | ||
| 5931 | 2024.11.19 01:37:00.141126 [ 257 ] {c04473f2-342d-443f-a9a9-d7285a6537a9} <Debug> TCPHandler: Processed in 0.001994266 sec. | ||
| 5932 | 2024.11.19 01:37:00.141299 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5933 | 2024.11.19 01:37:00.141435 [ 260 ] {c3045230-db51-40f5-9b91-0232bd01da8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5934 | 2024.11.19 01:37:00.141501 [ 260 ] {c3045230-db51-40f5-9b91-0232bd01da8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5935 | 2024.11.19 01:37:00.142050 [ 260 ] {c3045230-db51-40f5-9b91-0232bd01da8b} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5936 | 2024.11.19 01:37:00.142090 [ 260 ] {c3045230-db51-40f5-9b91-0232bd01da8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5937 | 2024.11.19 01:37:00.142459 [ 260 ] {c3045230-db51-40f5-9b91-0232bd01da8b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5938 | 2024.11.19 01:37:00.142704 [ 260 ] {c3045230-db51-40f5-9b91-0232bd01da8b} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5939 | 2024.11.19 01:37:00.142924 [ 260 ] {c3045230-db51-40f5-9b91-0232bd01da8b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00152 sec., 3947.368421052631 rows/sec., 206.23 KiB/sec. | ||
| 5940 | 2024.11.19 01:37:00.142972 [ 260 ] {c3045230-db51-40f5-9b91-0232bd01da8b} <Debug> TCPHandler: Processed in 0.001739441 sec. | ||
| 5941 | 2024.11.19 01:37:00.143143 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5942 | 2024.11.19 01:37:00.143306 [ 257 ] {6e4dbba1-6aeb-4ca0-8415-91cb19e75b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5943 | 2024.11.19 01:37:00.143370 [ 257 ] {6e4dbba1-6aeb-4ca0-8415-91cb19e75b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5944 | 2024.11.19 01:37:00.144042 [ 257 ] {6e4dbba1-6aeb-4ca0-8415-91cb19e75b5e} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5945 | 2024.11.19 01:37:00.144081 [ 257 ] {6e4dbba1-6aeb-4ca0-8415-91cb19e75b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5946 | 2024.11.19 01:37:00.144470 [ 257 ] {6e4dbba1-6aeb-4ca0-8415-91cb19e75b5e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5947 | 2024.11.19 01:37:00.144705 [ 257 ] {6e4dbba1-6aeb-4ca0-8415-91cb19e75b5e} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5948 | 2024.11.19 01:37:00.144923 [ 257 ] {6e4dbba1-6aeb-4ca0-8415-91cb19e75b5e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001648 sec., 143810.6796116505 rows/sec., 9.64 MiB/sec. | ||
| 5949 | 2024.11.19 01:37:00.144996 [ 257 ] {6e4dbba1-6aeb-4ca0-8415-91cb19e75b5e} <Debug> TCPHandler: Processed in 0.001930034 sec. | ||
| 5950 | 2024.11.19 01:37:00.145184 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5951 | 2024.11.19 01:37:00.145314 [ 260 ] {31229111-8720-47b0-be19-890ce3a3a359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5952 | 2024.11.19 01:37:00.145364 [ 260 ] {31229111-8720-47b0-be19-890ce3a3a359} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5953 | 2024.11.19 01:37:00.145827 [ 260 ] {31229111-8720-47b0-be19-890ce3a3a359} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5954 | 2024.11.19 01:37:00.145865 [ 260 ] {31229111-8720-47b0-be19-890ce3a3a359} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5955 | 2024.11.19 01:37:00.146220 [ 260 ] {31229111-8720-47b0-be19-890ce3a3a359} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5956 | 2024.11.19 01:37:00.146461 [ 260 ] {31229111-8720-47b0-be19-890ce3a3a359} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5957 | 2024.11.19 01:37:00.146679 [ 260 ] {31229111-8720-47b0-be19-890ce3a3a359} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001386 sec., 721.5007215007215 rows/sec., 48.62 KiB/sec. | ||
| 5958 | 2024.11.19 01:37:00.146728 [ 260 ] {31229111-8720-47b0-be19-890ce3a3a359} <Debug> TCPHandler: Processed in 0.001638629 sec. | ||
| 5959 | 2024.11.19 01:37:00.146877 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5960 | 2024.11.19 01:37:00.146999 [ 257 ] {6cc31372-c88e-4ccd-8d0b-130cff0ccc17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5961 | 2024.11.19 01:37:00.147091 [ 257 ] {6cc31372-c88e-4ccd-8d0b-130cff0ccc17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5962 | 2024.11.19 01:37:00.148399 [ 257 ] {6cc31372-c88e-4ccd-8d0b-130cff0ccc17} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5963 | 2024.11.19 01:37:00.148439 [ 257 ] {6cc31372-c88e-4ccd-8d0b-130cff0ccc17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5964 | 2024.11.19 01:37:00.149063 [ 257 ] {6cc31372-c88e-4ccd-8d0b-130cff0ccc17} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5965 | 2024.11.19 01:37:00.149317 [ 257 ] {6cc31372-c88e-4ccd-8d0b-130cff0ccc17} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5966 | 2024.11.19 01:37:00.149615 [ 257 ] {6cc31372-c88e-4ccd-8d0b-130cff0ccc17} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002645 sec., 15500.94517958412 rows/sec., 27.78 MiB/sec. | ||
| 5967 | 2024.11.19 01:37:00.150020 [ 257 ] {6cc31372-c88e-4ccd-8d0b-130cff0ccc17} <Debug> TCPHandler: Processed in 0.003199407 sec. | ||
| 5968 | 2024.11.19 01:37:00.150200 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5969 | 2024.11.19 01:37:00.150344 [ 260 ] {73935f5e-00f4-431a-9ad9-0e1ab7443066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5970 | 2024.11.19 01:37:00.150405 [ 260 ] {73935f5e-00f4-431a-9ad9-0e1ab7443066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5971 | 2024.11.19 01:37:00.150965 [ 260 ] {73935f5e-00f4-431a-9ad9-0e1ab7443066} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5972 | 2024.11.19 01:37:00.151006 [ 260 ] {73935f5e-00f4-431a-9ad9-0e1ab7443066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5973 | 2024.11.19 01:37:00.151380 [ 260 ] {73935f5e-00f4-431a-9ad9-0e1ab7443066} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5974 | 2024.11.19 01:37:00.151635 [ 260 ] {73935f5e-00f4-431a-9ad9-0e1ab7443066} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5975 | 2024.11.19 01:37:00.151849 [ 260 ] {73935f5e-00f4-431a-9ad9-0e1ab7443066} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001537 sec., 53350.68314899154 rows/sec., 3.39 MiB/sec. | ||
| 5976 | 2024.11.19 01:37:00.151898 [ 260 ] {73935f5e-00f4-431a-9ad9-0e1ab7443066} <Debug> TCPHandler: Processed in 0.001778441 sec. | ||
| 5977 | 2024.11.19 01:37:02.147998 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43376, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5978 | 2024.11.19 01:37:02.412402 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5979 | 2024.11.19 01:37:02.465720 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65381, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5980 | 2024.11.19 01:37:02.471034 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47063, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5981 | 2024.11.19 01:37:02.730153 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45970, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5982 | 2024.11.19 01:37:02.731412 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61247, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5983 | 2024.11.19 01:37:02.780956 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57086, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5984 | 2024.11.19 01:37:02.814271 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52313, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5985 | 2024.11.19 01:37:02.815459 [ 151 ] {} <Debug> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5986 | 2024.11.19 01:37:02.815524 [ 151 ] {} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5987 | 2024.11.19 01:37:02.815548 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 5988 | 2024.11.19 01:37:02.815690 [ 196 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 5989 | 2024.11.19 01:37:02.815834 [ 196 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5990 | 2024.11.19 01:37:02.815871 [ 196 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 5991 | 2024.11.19 01:37:02.815950 [ 196 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 5992 | 2024.11.19 01:37:02.816184 [ 196 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 5993 | 2024.11.19 01:37:02.816414 [ 196 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 5994 | 2024.11.19 01:37:02.816553 [ 196 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
| 5995 | 2024.11.19 01:37:02.817682 [ 197 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002065737 sec., 17427.194265291273 rows/sec., 1.45 MiB/sec. | ||
| 5996 | 2024.11.19 01:37:02.817841 [ 196 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5997 | 2024.11.19 01:37:02.818123 [ 196 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_13_3} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5998 | 2024.11.19 01:37:02.818201 [ 196 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_13_3} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5999 | 2024.11.19 01:37:02.818282 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6000 | 2024.11.19 01:37:03.368288 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60041, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6001 | 2024.11.19 01:37:03.813521 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44960, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6002 | 2024.11.19 01:37:03.875971 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6003 | 2024.11.19 01:37:03.980645 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44261, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6004 | 2024.11.19 01:37:04.012143 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35770, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6005 | 2024.11.19 01:37:04.026499 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64172, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6006 | 2024.11.19 01:37:04.028795 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54753, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6007 | 2024.11.19 01:37:04.105578 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62929, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6008 | 2024.11.19 01:37:05.118944 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6009 | 2024.11.19 01:37:05.119130 [ 260 ] {051dee11-c375-4403-9b91-72ef40bd87e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6010 | 2024.11.19 01:37:05.119202 [ 260 ] {051dee11-c375-4403-9b91-72ef40bd87e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6011 | 2024.11.19 01:37:05.119902 [ 260 ] {051dee11-c375-4403-9b91-72ef40bd87e9} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6012 | 2024.11.19 01:37:05.119942 [ 260 ] {051dee11-c375-4403-9b91-72ef40bd87e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6013 | 2024.11.19 01:37:05.120356 [ 260 ] {051dee11-c375-4403-9b91-72ef40bd87e9} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6014 | 2024.11.19 01:37:05.120619 [ 260 ] {051dee11-c375-4403-9b91-72ef40bd87e9} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6015 | 2024.11.19 01:37:05.120815 [ 260 ] {051dee11-c375-4403-9b91-72ef40bd87e9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001738 sec., 1150.7479861910242 rows/sec., 93.84 KiB/sec. | ||
| 6016 | 2024.11.19 01:37:05.120869 [ 260 ] {051dee11-c375-4403-9b91-72ef40bd87e9} <Debug> TCPHandler: Processed in 0.002049197 sec. | ||
| 6017 | 2024.11.19 01:37:05.121160 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6018 | 2024.11.19 01:37:05.121465 [ 257 ] {8dbfb342-540c-49d8-8010-227e66103cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6019 | 2024.11.19 01:37:05.121579 [ 257 ] {8dbfb342-540c-49d8-8010-227e66103cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6020 | 2024.11.19 01:37:05.122605 [ 257 ] {8dbfb342-540c-49d8-8010-227e66103cb3} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6021 | 2024.11.19 01:37:05.122651 [ 257 ] {8dbfb342-540c-49d8-8010-227e66103cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6022 | 2024.11.19 01:37:05.123081 [ 257 ] {8dbfb342-540c-49d8-8010-227e66103cb3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6023 | 2024.11.19 01:37:05.123345 [ 257 ] {8dbfb342-540c-49d8-8010-227e66103cb3} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6024 | 2024.11.19 01:37:05.123627 [ 257 ] {8dbfb342-540c-49d8-8010-227e66103cb3} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.002238 sec., 25469.16890080429 rows/sec., 1.95 MiB/sec. | ||
| 6025 | 2024.11.19 01:37:05.123789 [ 257 ] {8dbfb342-540c-49d8-8010-227e66103cb3} <Debug> TCPHandler: Processed in 0.00281596 sec. | ||
| 6026 | 2024.11.19 01:37:05.123997 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6027 | 2024.11.19 01:37:05.124139 [ 260 ] {53e552ac-aa1e-4bef-bb94-524125ec3538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6028 | 2024.11.19 01:37:05.124197 [ 260 ] {53e552ac-aa1e-4bef-bb94-524125ec3538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6029 | 2024.11.19 01:37:05.124755 [ 260 ] {53e552ac-aa1e-4bef-bb94-524125ec3538} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6030 | 2024.11.19 01:37:05.124794 [ 260 ] {53e552ac-aa1e-4bef-bb94-524125ec3538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6031 | 2024.11.19 01:37:05.125141 [ 260 ] {53e552ac-aa1e-4bef-bb94-524125ec3538} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6032 | 2024.11.19 01:37:05.125379 [ 260 ] {53e552ac-aa1e-4bef-bb94-524125ec3538} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6033 | 2024.11.19 01:37:05.125556 [ 260 ] {53e552ac-aa1e-4bef-bb94-524125ec3538} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001447 sec., 1382.1700069108501 rows/sec., 96.51 KiB/sec. | ||
| 6034 | 2024.11.19 01:37:05.125609 [ 260 ] {53e552ac-aa1e-4bef-bb94-524125ec3538} <Debug> TCPHandler: Processed in 0.00173002 sec. | ||
| 6035 | 2024.11.19 01:37:05.125753 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6036 | 2024.11.19 01:37:05.125878 [ 257 ] {83f8c6c9-6c48-4464-bbf1-8304bd8adacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6037 | 2024.11.19 01:37:05.125930 [ 257 ] {83f8c6c9-6c48-4464-bbf1-8304bd8adacd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6038 | 2024.11.19 01:37:05.126574 [ 257 ] {83f8c6c9-6c48-4464-bbf1-8304bd8adacd} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6039 | 2024.11.19 01:37:05.126615 [ 257 ] {83f8c6c9-6c48-4464-bbf1-8304bd8adacd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6040 | 2024.11.19 01:37:05.126976 [ 257 ] {83f8c6c9-6c48-4464-bbf1-8304bd8adacd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6041 | 2024.11.19 01:37:05.127224 [ 257 ] {83f8c6c9-6c48-4464-bbf1-8304bd8adacd} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6042 | 2024.11.19 01:37:05.127439 [ 257 ] {83f8c6c9-6c48-4464-bbf1-8304bd8adacd} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00159 sec., 41509.43396226415 rows/sec., 3.24 MiB/sec. | ||
| 6043 | 2024.11.19 01:37:05.127493 [ 257 ] {83f8c6c9-6c48-4464-bbf1-8304bd8adacd} <Debug> TCPHandler: Processed in 0.001800662 sec. | ||
| 6044 | 2024.11.19 01:37:05.127666 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6045 | 2024.11.19 01:37:05.127804 [ 260 ] {03e9fcb6-8ca4-4ed4-8a1a-376094b07616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6046 | 2024.11.19 01:37:05.127867 [ 260 ] {03e9fcb6-8ca4-4ed4-8a1a-376094b07616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6047 | 2024.11.19 01:37:05.128467 [ 260 ] {03e9fcb6-8ca4-4ed4-8a1a-376094b07616} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6048 | 2024.11.19 01:37:05.128505 [ 260 ] {03e9fcb6-8ca4-4ed4-8a1a-376094b07616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6049 | 2024.11.19 01:37:05.128888 [ 260 ] {03e9fcb6-8ca4-4ed4-8a1a-376094b07616} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6050 | 2024.11.19 01:37:05.129123 [ 260 ] {03e9fcb6-8ca4-4ed4-8a1a-376094b07616} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6051 | 2024.11.19 01:37:05.129301 [ 260 ] {03e9fcb6-8ca4-4ed4-8a1a-376094b07616} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001529 sec., 84368.8685415304 rows/sec., 5.88 MiB/sec. | ||
| 6052 | 2024.11.19 01:37:05.129351 [ 260 ] {03e9fcb6-8ca4-4ed4-8a1a-376094b07616} <Debug> TCPHandler: Processed in 0.001751341 sec. | ||
| 6053 | 2024.11.19 01:37:05.129564 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6054 | 2024.11.19 01:37:05.129782 [ 257 ] {fb3cf09e-fba3-4673-b286-5d5ead1b52ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6055 | 2024.11.19 01:37:05.129871 [ 257 ] {fb3cf09e-fba3-4673-b286-5d5ead1b52ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6056 | 2024.11.19 01:37:05.130486 [ 257 ] {fb3cf09e-fba3-4673-b286-5d5ead1b52ba} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6057 | 2024.11.19 01:37:05.130591 [ 257 ] {fb3cf09e-fba3-4673-b286-5d5ead1b52ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6058 | 2024.11.19 01:37:05.130962 [ 257 ] {fb3cf09e-fba3-4673-b286-5d5ead1b52ba} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6059 | 2024.11.19 01:37:05.131202 [ 257 ] {fb3cf09e-fba3-4673-b286-5d5ead1b52ba} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6060 | 2024.11.19 01:37:05.131412 [ 257 ] {fb3cf09e-fba3-4673-b286-5d5ead1b52ba} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001673 sec., 28690.974297668858 rows/sec., 1.93 MiB/sec. | ||
| 6061 | 2024.11.19 01:37:05.131462 [ 257 ] {fb3cf09e-fba3-4673-b286-5d5ead1b52ba} <Debug> TCPHandler: Processed in 0.002007686 sec. | ||
| 6062 | 2024.11.19 01:37:08.924079 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 894 | ||
| 6063 | 2024.11.19 01:37:08.926973 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6064 | 2024.11.19 01:37:08.927026 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6065 | 2024.11.19 01:37:08.928491 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6066 | 2024.11.19 01:37:08.928817 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6067 | 2024.11.19 01:37:08.929415 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 894 | ||
| 6068 | 2024.11.19 01:37:10.120530 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6069 | 2024.11.19 01:37:10.120748 [ 260 ] {a08eba94-bef9-4101-8b15-1d6d4e4c6dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6070 | 2024.11.19 01:37:10.120832 [ 260 ] {a08eba94-bef9-4101-8b15-1d6d4e4c6dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6071 | 2024.11.19 01:37:10.121675 [ 260 ] {a08eba94-bef9-4101-8b15-1d6d4e4c6dd1} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6072 | 2024.11.19 01:37:10.121730 [ 260 ] {a08eba94-bef9-4101-8b15-1d6d4e4c6dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6073 | 2024.11.19 01:37:10.122167 [ 260 ] {a08eba94-bef9-4101-8b15-1d6d4e4c6dd1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6074 | 2024.11.19 01:37:10.122430 [ 260 ] {a08eba94-bef9-4101-8b15-1d6d4e4c6dd1} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6075 | 2024.11.19 01:37:10.122671 [ 260 ] {a08eba94-bef9-4101-8b15-1d6d4e4c6dd1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001982 sec., 28254.28859737639 rows/sec., 2.17 MiB/sec. | ||
| 6076 | 2024.11.19 01:37:10.122726 [ 260 ] {a08eba94-bef9-4101-8b15-1d6d4e4c6dd1} <Debug> TCPHandler: Processed in 0.002334211 sec. | ||
| 6077 | 2024.11.19 01:37:10.122993 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6078 | 2024.11.19 01:37:10.123205 [ 257 ] {099a2cb0-cb9f-4348-b745-58215c9a902e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6079 | 2024.11.19 01:37:10.123286 [ 257 ] {099a2cb0-cb9f-4348-b745-58215c9a902e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6080 | 2024.11.19 01:37:10.124078 [ 257 ] {099a2cb0-cb9f-4348-b745-58215c9a902e} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6081 | 2024.11.19 01:37:10.124127 [ 257 ] {099a2cb0-cb9f-4348-b745-58215c9a902e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6082 | 2024.11.19 01:37:10.124571 [ 257 ] {099a2cb0-cb9f-4348-b745-58215c9a902e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6083 | 2024.11.19 01:37:10.124825 [ 257 ] {099a2cb0-cb9f-4348-b745-58215c9a902e} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6084 | 2024.11.19 01:37:10.125070 [ 257 ] {099a2cb0-cb9f-4348-b745-58215c9a902e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001922 sec., 33298.64724245577 rows/sec., 2.60 MiB/sec. | ||
| 6085 | 2024.11.19 01:37:10.125133 [ 257 ] {099a2cb0-cb9f-4348-b745-58215c9a902e} <Debug> TCPHandler: Processed in 0.002284371 sec. | ||
| 6086 | 2024.11.19 01:37:10.125299 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6087 | 2024.11.19 01:37:10.125439 [ 260 ] {41fc6a24-f06c-4fe4-8b10-d82d1d9b142e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6088 | 2024.11.19 01:37:10.125493 [ 260 ] {41fc6a24-f06c-4fe4-8b10-d82d1d9b142e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6089 | 2024.11.19 01:37:10.126053 [ 260 ] {41fc6a24-f06c-4fe4-8b10-d82d1d9b142e} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6090 | 2024.11.19 01:37:10.126094 [ 260 ] {41fc6a24-f06c-4fe4-8b10-d82d1d9b142e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6091 | 2024.11.19 01:37:10.126495 [ 260 ] {41fc6a24-f06c-4fe4-8b10-d82d1d9b142e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6092 | 2024.11.19 01:37:10.126745 [ 260 ] {41fc6a24-f06c-4fe4-8b10-d82d1d9b142e} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6093 | 2024.11.19 01:37:10.126962 [ 260 ] {41fc6a24-f06c-4fe4-8b10-d82d1d9b142e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. | ||
| 6094 | 2024.11.19 01:37:10.127018 [ 260 ] {41fc6a24-f06c-4fe4-8b10-d82d1d9b142e} <Debug> TCPHandler: Processed in 0.001785842 sec. | ||
| 6095 | 2024.11.19 01:37:10.127211 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6096 | 2024.11.19 01:37:10.127342 [ 257 ] {108e9947-bfbc-4bd9-95f9-d6a3f50f820d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6097 | 2024.11.19 01:37:10.127398 [ 257 ] {108e9947-bfbc-4bd9-95f9-d6a3f50f820d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6098 | 2024.11.19 01:37:10.127927 [ 257 ] {108e9947-bfbc-4bd9-95f9-d6a3f50f820d} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6099 | 2024.11.19 01:37:10.127968 [ 257 ] {108e9947-bfbc-4bd9-95f9-d6a3f50f820d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6100 | 2024.11.19 01:37:10.128362 [ 257 ] {108e9947-bfbc-4bd9-95f9-d6a3f50f820d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6101 | 2024.11.19 01:37:10.128604 [ 257 ] {108e9947-bfbc-4bd9-95f9-d6a3f50f820d} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6102 | 2024.11.19 01:37:10.128851 [ 257 ] {108e9947-bfbc-4bd9-95f9-d6a3f50f820d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001535 sec., 39087.94788273616 rows/sec., 2.63 MiB/sec. | ||
| 6103 | 2024.11.19 01:37:10.128999 [ 257 ] {108e9947-bfbc-4bd9-95f9-d6a3f50f820d} <Debug> TCPHandler: Processed in 0.001875813 sec. | ||
| 6104 | 2024.11.19 01:37:13.715237 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6105 | 2024.11.19 01:37:13.715342 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6106 | 2024.11.19 01:37:15.127036 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6107 | 2024.11.19 01:37:15.127224 [ 260 ] {2f3c52e2-379d-4f76-88ec-99b199af6e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6108 | 2024.11.19 01:37:15.127297 [ 260 ] {2f3c52e2-379d-4f76-88ec-99b199af6e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6109 | 2024.11.19 01:37:15.128053 [ 260 ] {2f3c52e2-379d-4f76-88ec-99b199af6e20} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6110 | 2024.11.19 01:37:15.128105 [ 260 ] {2f3c52e2-379d-4f76-88ec-99b199af6e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6111 | 2024.11.19 01:37:15.128543 [ 260 ] {2f3c52e2-379d-4f76-88ec-99b199af6e20} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6112 | 2024.11.19 01:37:15.128945 [ 260 ] {2f3c52e2-379d-4f76-88ec-99b199af6e20} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6113 | 2024.11.19 01:37:15.129314 [ 260 ] {2f3c52e2-379d-4f76-88ec-99b199af6e20} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002139 sec., 6545.114539504441 rows/sec., 471.16 KiB/sec. | ||
| 6114 | 2024.11.19 01:37:15.129550 [ 260 ] {2f3c52e2-379d-4f76-88ec-99b199af6e20} <Debug> TCPHandler: Processed in 0.002642957 sec. | ||
| 6115 | 2024.11.19 01:37:15.129817 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6116 | 2024.11.19 01:37:15.130014 [ 257 ] {d2ec7d50-a5a3-4787-ad8a-cce738e60324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6117 | 2024.11.19 01:37:15.130085 [ 257 ] {d2ec7d50-a5a3-4787-ad8a-cce738e60324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6118 | 2024.11.19 01:37:15.130971 [ 257 ] {d2ec7d50-a5a3-4787-ad8a-cce738e60324} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6119 | 2024.11.19 01:37:15.131015 [ 257 ] {d2ec7d50-a5a3-4787-ad8a-cce738e60324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6120 | 2024.11.19 01:37:15.131457 [ 257 ] {d2ec7d50-a5a3-4787-ad8a-cce738e60324} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6121 | 2024.11.19 01:37:15.131712 [ 257 ] {d2ec7d50-a5a3-4787-ad8a-cce738e60324} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6122 | 2024.11.19 01:37:15.131919 [ 257 ] {d2ec7d50-a5a3-4787-ad8a-cce738e60324} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001962 sec., 145259.93883792046 rows/sec., 12.84 MiB/sec. | ||
| 6123 | 2024.11.19 01:37:15.131981 [ 257 ] {d2ec7d50-a5a3-4787-ad8a-cce738e60324} <Debug> TCPHandler: Processed in 0.002294561 sec. | ||
| 6124 | 2024.11.19 01:37:15.132152 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6125 | 2024.11.19 01:37:15.132293 [ 260 ] {c2b2d328-0a7a-47fb-9572-4846f9031138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6126 | 2024.11.19 01:37:15.132352 [ 260 ] {c2b2d328-0a7a-47fb-9572-4846f9031138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6127 | 2024.11.19 01:37:15.133013 [ 260 ] {c2b2d328-0a7a-47fb-9572-4846f9031138} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6128 | 2024.11.19 01:37:15.133054 [ 260 ] {c2b2d328-0a7a-47fb-9572-4846f9031138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6129 | 2024.11.19 01:37:15.133430 [ 260 ] {c2b2d328-0a7a-47fb-9572-4846f9031138} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6130 | 2024.11.19 01:37:15.133673 [ 260 ] {c2b2d328-0a7a-47fb-9572-4846f9031138} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6131 | 2024.11.19 01:37:15.133855 [ 260 ] {c2b2d328-0a7a-47fb-9572-4846f9031138} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00159 sec., 30188.67924528302 rows/sec., 2.17 MiB/sec. | ||
| 6132 | 2024.11.19 01:37:15.133925 [ 260 ] {c2b2d328-0a7a-47fb-9572-4846f9031138} <Debug> TCPHandler: Processed in 0.001840443 sec. | ||
| 6133 | 2024.11.19 01:37:15.134145 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6134 | 2024.11.19 01:37:15.134355 [ 257 ] {6d13d4eb-546f-4ed5-845f-770a48af8695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6135 | 2024.11.19 01:37:15.134442 [ 257 ] {6d13d4eb-546f-4ed5-845f-770a48af8695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6136 | 2024.11.19 01:37:15.135143 [ 257 ] {6d13d4eb-546f-4ed5-845f-770a48af8695} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6137 | 2024.11.19 01:37:15.135182 [ 257 ] {6d13d4eb-546f-4ed5-845f-770a48af8695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6138 | 2024.11.19 01:37:15.135530 [ 257 ] {6d13d4eb-546f-4ed5-845f-770a48af8695} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6139 | 2024.11.19 01:37:15.135763 [ 257 ] {6d13d4eb-546f-4ed5-845f-770a48af8695} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6140 | 2024.11.19 01:37:15.136000 [ 257 ] {6d13d4eb-546f-4ed5-845f-770a48af8695} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001684 sec., 8313.53919239905 rows/sec., 582.23 KiB/sec. | ||
| 6141 | 2024.11.19 01:37:15.136190 [ 257 ] {6d13d4eb-546f-4ed5-845f-770a48af8695} <Debug> TCPHandler: Processed in 0.002170199 sec. | ||
| 6142 | 2024.11.19 01:37:15.136328 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6143 | 2024.11.19 01:37:15.136444 [ 260 ] {6d62978c-2651-4691-8301-0f70e8e39c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6144 | 2024.11.19 01:37:15.136493 [ 260 ] {6d62978c-2651-4691-8301-0f70e8e39c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6145 | 2024.11.19 01:37:15.137075 [ 260 ] {6d62978c-2651-4691-8301-0f70e8e39c35} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6146 | 2024.11.19 01:37:15.137116 [ 260 ] {6d62978c-2651-4691-8301-0f70e8e39c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6147 | 2024.11.19 01:37:15.137468 [ 260 ] {6d62978c-2651-4691-8301-0f70e8e39c35} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6148 | 2024.11.19 01:37:15.137709 [ 260 ] {6d62978c-2651-4691-8301-0f70e8e39c35} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6149 | 2024.11.19 01:37:15.137939 [ 260 ] {6d62978c-2651-4691-8301-0f70e8e39c35} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001519 sec., 8558.262014483213 rows/sec., 533.61 KiB/sec. | ||
| 6150 | 2024.11.19 01:37:15.137991 [ 260 ] {6d62978c-2651-4691-8301-0f70e8e39c35} <Debug> TCPHandler: Processed in 0.001719221 sec. | ||
| 6151 | 2024.11.19 01:37:15.138200 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6152 | 2024.11.19 01:37:15.138421 [ 257 ] {5199d0fb-9671-4396-8198-1d5d7f8ac207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6153 | 2024.11.19 01:37:15.138510 [ 257 ] {5199d0fb-9671-4396-8198-1d5d7f8ac207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6154 | 2024.11.19 01:37:15.139330 [ 257 ] {5199d0fb-9671-4396-8198-1d5d7f8ac207} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6155 | 2024.11.19 01:37:15.139368 [ 257 ] {5199d0fb-9671-4396-8198-1d5d7f8ac207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6156 | 2024.11.19 01:37:15.139748 [ 257 ] {5199d0fb-9671-4396-8198-1d5d7f8ac207} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6157 | 2024.11.19 01:37:15.139989 [ 257 ] {5199d0fb-9671-4396-8198-1d5d7f8ac207} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6158 | 2024.11.19 01:37:15.140174 [ 257 ] {5199d0fb-9671-4396-8198-1d5d7f8ac207} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001807 sec., 234089.6513558384 rows/sec., 16.73 MiB/sec. | ||
| 6159 | 2024.11.19 01:37:15.140227 [ 257 ] {5199d0fb-9671-4396-8198-1d5d7f8ac207} <Debug> TCPHandler: Processed in 0.002138728 sec. | ||
| 6160 | 2024.11.19 01:37:15.140374 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6161 | 2024.11.19 01:37:15.140511 [ 260 ] {0fad3f5c-7e71-4b12-acea-36979bce16e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6162 | 2024.11.19 01:37:15.140570 [ 260 ] {0fad3f5c-7e71-4b12-acea-36979bce16e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6163 | 2024.11.19 01:37:15.141065 [ 260 ] {0fad3f5c-7e71-4b12-acea-36979bce16e0} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6164 | 2024.11.19 01:37:15.141105 [ 260 ] {0fad3f5c-7e71-4b12-acea-36979bce16e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6165 | 2024.11.19 01:37:15.141471 [ 260 ] {0fad3f5c-7e71-4b12-acea-36979bce16e0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6166 | 2024.11.19 01:37:15.141720 [ 260 ] {0fad3f5c-7e71-4b12-acea-36979bce16e0} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6167 | 2024.11.19 01:37:15.141944 [ 260 ] {0fad3f5c-7e71-4b12-acea-36979bce16e0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001464 sec., 4098.360655737705 rows/sec., 214.12 KiB/sec. | ||
| 6168 | 2024.11.19 01:37:15.141993 [ 260 ] {0fad3f5c-7e71-4b12-acea-36979bce16e0} <Debug> TCPHandler: Processed in 0.00168525 sec. | ||
| 6169 | 2024.11.19 01:37:15.142182 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6170 | 2024.11.19 01:37:15.142404 [ 257 ] {7e59303b-6546-4d87-8e7c-1f0c2194ca18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6171 | 2024.11.19 01:37:15.142503 [ 257 ] {7e59303b-6546-4d87-8e7c-1f0c2194ca18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6172 | 2024.11.19 01:37:15.143186 [ 257 ] {7e59303b-6546-4d87-8e7c-1f0c2194ca18} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6173 | 2024.11.19 01:37:15.143223 [ 257 ] {7e59303b-6546-4d87-8e7c-1f0c2194ca18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6174 | 2024.11.19 01:37:15.143611 [ 257 ] {7e59303b-6546-4d87-8e7c-1f0c2194ca18} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6175 | 2024.11.19 01:37:15.143842 [ 257 ] {7e59303b-6546-4d87-8e7c-1f0c2194ca18} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6176 | 2024.11.19 01:37:15.144022 [ 257 ] {7e59303b-6546-4d87-8e7c-1f0c2194ca18} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001676 sec., 141408.11455847256 rows/sec., 9.48 MiB/sec. | ||
| 6177 | 2024.11.19 01:37:15.144075 [ 257 ] {7e59303b-6546-4d87-8e7c-1f0c2194ca18} <Debug> TCPHandler: Processed in 0.002000386 sec. | ||
| 6178 | 2024.11.19 01:37:15.144201 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6179 | 2024.11.19 01:37:15.144314 [ 260 ] {6c5d15a7-8d6f-480b-a0a0-3b5fc6540149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6180 | 2024.11.19 01:37:15.144366 [ 260 ] {6c5d15a7-8d6f-480b-a0a0-3b5fc6540149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6181 | 2024.11.19 01:37:15.144848 [ 260 ] {6c5d15a7-8d6f-480b-a0a0-3b5fc6540149} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6182 | 2024.11.19 01:37:15.144888 [ 260 ] {6c5d15a7-8d6f-480b-a0a0-3b5fc6540149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6183 | 2024.11.19 01:37:15.145242 [ 260 ] {6c5d15a7-8d6f-480b-a0a0-3b5fc6540149} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6184 | 2024.11.19 01:37:15.145475 [ 260 ] {6c5d15a7-8d6f-480b-a0a0-3b5fc6540149} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6185 | 2024.11.19 01:37:15.145675 [ 260 ] {6c5d15a7-8d6f-480b-a0a0-3b5fc6540149} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001384 sec., 722.543352601156 rows/sec., 48.69 KiB/sec. | ||
| 6186 | 2024.11.19 01:37:15.145723 [ 260 ] {6c5d15a7-8d6f-480b-a0a0-3b5fc6540149} <Debug> TCPHandler: Processed in 0.001575458 sec. | ||
| 6187 | 2024.11.19 01:37:15.145864 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6188 | 2024.11.19 01:37:15.146001 [ 257 ] {ece26102-6aeb-4f8c-bc7b-29f2899c7367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6189 | 2024.11.19 01:37:15.146095 [ 257 ] {ece26102-6aeb-4f8c-bc7b-29f2899c7367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6190 | 2024.11.19 01:37:15.147418 [ 257 ] {ece26102-6aeb-4f8c-bc7b-29f2899c7367} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6191 | 2024.11.19 01:37:15.147457 [ 257 ] {ece26102-6aeb-4f8c-bc7b-29f2899c7367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6192 | 2024.11.19 01:37:15.148105 [ 257 ] {ece26102-6aeb-4f8c-bc7b-29f2899c7367} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6193 | 2024.11.19 01:37:15.148358 [ 257 ] {ece26102-6aeb-4f8c-bc7b-29f2899c7367} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6194 | 2024.11.19 01:37:15.148540 [ 143 ] {} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6195 | 2024.11.19 01:37:15.148605 [ 143 ] {} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6196 | 2024.11.19 01:37:15.148629 [ 257 ] {ece26102-6aeb-4f8c-bc7b-29f2899c7367} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002652 sec., 15460.03016591252 rows/sec., 27.70 MiB/sec. | ||
| 6197 | 2024.11.19 01:37:15.148644 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6198 | 2024.11.19 01:37:15.149134 [ 257 ] {ece26102-6aeb-4f8c-bc7b-29f2899c7367} <Debug> TCPHandler: Processed in 0.00333375 sec. | ||
| 6199 | 2024.11.19 01:37:15.149172 [ 187 ] {e68409c0-e644-41c5-8e95-5de2b671da17::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 | ||
| 6200 | 2024.11.19 01:37:15.149386 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6201 | 2024.11.19 01:37:15.149704 [ 260 ] {1cee76d9-212d-4b28-b6fa-edbbbf9d813e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6202 | 2024.11.19 01:37:15.149747 [ 187 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6203 | 2024.11.19 01:37:15.149790 [ 260 ] {1cee76d9-212d-4b28-b6fa-edbbbf9d813e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6204 | 2024.11.19 01:37:15.149867 [ 187 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 495 rows starting from the beginning of the part | ||
| 6205 | 2024.11.19 01:37:15.150537 [ 187 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part | ||
| 6206 | 2024.11.19 01:37:15.151072 [ 187 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 41 rows starting from the beginning of the part | ||
| 6207 | 2024.11.19 01:37:15.151481 [ 260 ] {1cee76d9-212d-4b28-b6fa-edbbbf9d813e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6208 | 2024.11.19 01:37:15.151542 [ 260 ] {1cee76d9-212d-4b28-b6fa-edbbbf9d813e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6209 | 2024.11.19 01:37:15.151570 [ 187 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part | ||
| 6210 | 2024.11.19 01:37:15.152127 [ 187 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 41 rows starting from the beginning of the part | ||
| 6211 | 2024.11.19 01:37:15.152453 [ 260 ] {1cee76d9-212d-4b28-b6fa-edbbbf9d813e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6212 | 2024.11.19 01:37:15.152456 [ 187 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part | ||
| 6213 | 2024.11.19 01:37:15.152846 [ 260 ] {1cee76d9-212d-4b28-b6fa-edbbbf9d813e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6214 | 2024.11.19 01:37:15.153113 [ 260 ] {1cee76d9-212d-4b28-b6fa-edbbbf9d813e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00352 sec., 23295.454545454544 rows/sec., 1.48 MiB/sec. | ||
| 6215 | 2024.11.19 01:37:15.153183 [ 260 ] {1cee76d9-212d-4b28-b6fa-edbbbf9d813e} <Debug> TCPHandler: Processed in 0.00391744 sec. | ||
| 6216 | 2024.11.19 01:37:15.168954 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 700 rows, containing 19 columns (19 merged, 0 gathered) in 0.020110429 sec., 34807.81041518309 rows/sec., 62.37 MiB/sec. | ||
| 6217 | 2024.11.19 01:37:15.170036 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6218 | 2024.11.19 01:37:15.170472 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_20_4} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6219 | 2024.11.19 01:37:15.170551 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_20_4} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6220 | 2024.11.19 01:37:15.170732 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. | ||
| 6221 | 2024.11.19 01:37:18.929806 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 924 | ||
| 6222 | 2024.11.19 01:37:18.933131 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6223 | 2024.11.19 01:37:18.933188 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6224 | 2024.11.19 01:37:18.934637 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6225 | 2024.11.19 01:37:18.934959 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6226 | 2024.11.19 01:37:18.935564 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 924 | ||
| 6227 | 2024.11.19 01:37:20.119547 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6228 | 2024.11.19 01:37:20.119764 [ 260 ] {50a5f233-f09b-49d5-8226-2499dfebead4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6229 | 2024.11.19 01:37:20.119846 [ 260 ] {50a5f233-f09b-49d5-8226-2499dfebead4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6230 | 2024.11.19 01:37:20.120611 [ 260 ] {50a5f233-f09b-49d5-8226-2499dfebead4} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6231 | 2024.11.19 01:37:20.120658 [ 260 ] {50a5f233-f09b-49d5-8226-2499dfebead4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6232 | 2024.11.19 01:37:20.121078 [ 260 ] {50a5f233-f09b-49d5-8226-2499dfebead4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6233 | 2024.11.19 01:37:20.121355 [ 260 ] {50a5f233-f09b-49d5-8226-2499dfebead4} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6234 | 2024.11.19 01:37:20.121590 [ 260 ] {50a5f233-f09b-49d5-8226-2499dfebead4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001887 sec., 1059.8834128245892 rows/sec., 86.43 KiB/sec. | ||
| 6235 | 2024.11.19 01:37:20.121645 [ 260 ] {50a5f233-f09b-49d5-8226-2499dfebead4} <Debug> TCPHandler: Processed in 0.00224076 sec. | ||
| 6236 | 2024.11.19 01:37:20.121953 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6237 | 2024.11.19 01:37:20.122164 [ 257 ] {e14d6f73-c303-4e5f-8549-77e6e7165ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6238 | 2024.11.19 01:37:20.122247 [ 257 ] {e14d6f73-c303-4e5f-8549-77e6e7165ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6239 | 2024.11.19 01:37:20.123094 [ 257 ] {e14d6f73-c303-4e5f-8549-77e6e7165ee8} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6240 | 2024.11.19 01:37:20.123141 [ 257 ] {e14d6f73-c303-4e5f-8549-77e6e7165ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6241 | 2024.11.19 01:37:20.123584 [ 257 ] {e14d6f73-c303-4e5f-8549-77e6e7165ee8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6242 | 2024.11.19 01:37:20.123901 [ 257 ] {e14d6f73-c303-4e5f-8549-77e6e7165ee8} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6243 | 2024.11.19 01:37:20.124117 [ 140 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6244 | 2024.11.19 01:37:20.124188 [ 257 ] {e14d6f73-c303-4e5f-8549-77e6e7165ee8} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.002076 sec., 27456.64739884393 rows/sec., 2.11 MiB/sec. | ||
| 6245 | 2024.11.19 01:37:20.124205 [ 140 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6246 | 2024.11.19 01:37:20.124274 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6247 | 2024.11.19 01:37:20.124331 [ 257 ] {e14d6f73-c303-4e5f-8549-77e6e7165ee8} <Debug> TCPHandler: Processed in 0.002553945 sec. | ||
| 6248 | 2024.11.19 01:37:20.124624 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6249 | 2024.11.19 01:37:20.124701 [ 196 ] {dae3df59-2a3d-470e-ab24-e307583933ac::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 | ||
| 6250 | 2024.11.19 01:37:20.124967 [ 260 ] {614aab26-f1b0-4379-adfe-09966a6aaaf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6251 | 2024.11.19 01:37:20.125144 [ 260 ] {614aab26-f1b0-4379-adfe-09966a6aaaf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6252 | 2024.11.19 01:37:20.125371 [ 196 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6253 | 2024.11.19 01:37:20.125538 [ 196 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1435 rows starting from the beginning of the part | ||
| 6254 | 2024.11.19 01:37:20.126007 [ 196 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 285 rows starting from the beginning of the part | ||
| 6255 | 2024.11.19 01:37:20.126404 [ 196 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 57 rows starting from the beginning of the part | ||
| 6256 | 2024.11.19 01:37:20.126801 [ 196 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part | ||
| 6257 | 2024.11.19 01:37:20.127157 [ 196 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 285 rows starting from the beginning of the part | ||
| 6258 | 2024.11.19 01:37:20.127375 [ 196 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 57 rows starting from the beginning of the part | ||
| 6259 | 2024.11.19 01:37:20.128200 [ 260 ] {614aab26-f1b0-4379-adfe-09966a6aaaf2} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6260 | 2024.11.19 01:37:20.128265 [ 260 ] {614aab26-f1b0-4379-adfe-09966a6aaaf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6261 | 2024.11.19 01:37:20.129137 [ 260 ] {614aab26-f1b0-4379-adfe-09966a6aaaf2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6262 | 2024.11.19 01:37:20.129653 [ 260 ] {614aab26-f1b0-4379-adfe-09966a6aaaf2} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6263 | 2024.11.19 01:37:20.129992 [ 260 ] {614aab26-f1b0-4379-adfe-09966a6aaaf2} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005145 sec., 388.7269193391642 rows/sec., 27.14 KiB/sec. | ||
| 6264 | 2024.11.19 01:37:20.130132 [ 260 ] {614aab26-f1b0-4379-adfe-09966a6aaaf2} <Debug> TCPHandler: Processed in 0.005681861 sec. | ||
| 6265 | 2024.11.19 01:37:20.130464 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6266 | 2024.11.19 01:37:20.130546 [ 197 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2175 rows, containing 5 columns (5 merged, 0 gathered) in 0.00615943 sec., 353117.09038011637 rows/sec., 31.16 MiB/sec. | ||
| 6267 | 2024.11.19 01:37:20.130727 [ 257 ] {f85b784c-600e-4871-bbfa-73ce8e560c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6268 | 2024.11.19 01:37:20.130830 [ 257 ] {f85b784c-600e-4871-bbfa-73ce8e560c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6269 | 2024.11.19 01:37:20.130973 [ 197 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6270 | 2024.11.19 01:37:20.131360 [ 197 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_56_11} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6271 | 2024.11.19 01:37:20.131477 [ 197 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_56_11} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6272 | 2024.11.19 01:37:20.131591 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 6273 | 2024.11.19 01:37:20.131706 [ 257 ] {f85b784c-600e-4871-bbfa-73ce8e560c3a} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6274 | 2024.11.19 01:37:20.131746 [ 257 ] {f85b784c-600e-4871-bbfa-73ce8e560c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6275 | 2024.11.19 01:37:20.132111 [ 257 ] {f85b784c-600e-4871-bbfa-73ce8e560c3a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6276 | 2024.11.19 01:37:20.132357 [ 257 ] {f85b784c-600e-4871-bbfa-73ce8e560c3a} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6277 | 2024.11.19 01:37:20.132525 [ 139 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6278 | 2024.11.19 01:37:20.132587 [ 139 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6279 | 2024.11.19 01:37:20.132617 [ 257 ] {f85b784c-600e-4871-bbfa-73ce8e560c3a} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001943 sec., 33968.090581574885 rows/sec., 2.65 MiB/sec. | ||
| 6280 | 2024.11.19 01:37:20.132626 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6281 | 2024.11.19 01:37:20.132770 [ 257 ] {f85b784c-600e-4871-bbfa-73ce8e560c3a} <Debug> TCPHandler: Processed in 0.002528996 sec. | ||
| 6282 | 2024.11.19 01:37:20.132949 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::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 | ||
| 6283 | 2024.11.19 01:37:20.132988 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6284 | 2024.11.19 01:37:20.133257 [ 260 ] {f45a6931-f0a1-4fd6-bf90-d806b38904ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6285 | 2024.11.19 01:37:20.133263 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6286 | 2024.11.19 01:37:20.133352 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 915 rows starting from the beginning of the part | ||
| 6287 | 2024.11.19 01:37:20.133378 [ 260 ] {f45a6931-f0a1-4fd6-bf90-d806b38904ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6288 | 2024.11.19 01:37:20.133692 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 423 rows starting from the beginning of the part | ||
| 6289 | 2024.11.19 01:37:20.134071 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 66 rows starting from the beginning of the part | ||
| 6290 | 2024.11.19 01:37:20.134469 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part | ||
| 6291 | 2024.11.19 01:37:20.134816 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 423 rows starting from the beginning of the part | ||
| 6292 | 2024.11.19 01:37:20.135162 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 66 rows starting from the beginning of the part | ||
| 6293 | 2024.11.19 01:37:20.136167 [ 260 ] {f45a6931-f0a1-4fd6-bf90-d806b38904ce} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6294 | 2024.11.19 01:37:20.136254 [ 260 ] {f45a6931-f0a1-4fd6-bf90-d806b38904ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6295 | 2024.11.19 01:37:20.137255 [ 260 ] {f45a6931-f0a1-4fd6-bf90-d806b38904ce} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6296 | 2024.11.19 01:37:20.137672 [ 260 ] {f45a6931-f0a1-4fd6-bf90-d806b38904ce} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6297 | 2024.11.19 01:37:20.137890 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6298 | 2024.11.19 01:37:20.137985 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6299 | 2024.11.19 01:37:20.138057 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6300 | 2024.11.19 01:37:20.138272 [ 260 ] {f45a6931-f0a1-4fd6-bf90-d806b38904ce} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.005055 sec., 25519.287833827897 rows/sec., 1.78 MiB/sec. | ||
| 6301 | 2024.11.19 01:37:20.138709 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 6302 | 2024.11.19 01:37:20.138746 [ 260 ] {f45a6931-f0a1-4fd6-bf90-d806b38904ce} <Debug> TCPHandler: Processed in 0.005854085 sec. | ||
| 6303 | 2024.11.19 01:37:20.138808 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.006013467 sec., 325436.22505952057 rows/sec., 24.91 MiB/sec. | ||
| 6304 | 2024.11.19 01:37:20.139055 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6305 | 2024.11.19 01:37:20.139063 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6306 | 2024.11.19 01:37:20.139117 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 10172 rows starting from the beginning of the part | ||
| 6307 | 2024.11.19 01:37:20.139190 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6308 | 2024.11.19 01:37:20.139475 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
| 6309 | 2024.11.19 01:37:20.139708 [ 257 ] {1a946a9e-f4c7-4df4-899d-638a32ef6bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6310 | 2024.11.19 01:37:20.139964 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 129 rows starting from the beginning of the part | ||
| 6311 | 2024.11.19 01:37:20.140011 [ 257 ] {1a946a9e-f4c7-4df4-899d-638a32ef6bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6312 | 2024.11.19 01:37:20.140487 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 6313 | 2024.11.19 01:37:20.140681 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_56_11} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6314 | 2024.11.19 01:37:20.141201 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
| 6315 | 2024.11.19 01:37:20.141347 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_56_11} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6316 | 2024.11.19 01:37:20.141786 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 6317 | 2024.11.19 01:37:20.141804 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 129 rows starting from the beginning of the part | ||
| 6318 | 2024.11.19 01:37:20.142895 [ 257 ] {1a946a9e-f4c7-4df4-899d-638a32ef6bf8} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6319 | 2024.11.19 01:37:20.142946 [ 257 ] {1a946a9e-f4c7-4df4-899d-638a32ef6bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6320 | 2024.11.19 01:37:20.143470 [ 257 ] {1a946a9e-f4c7-4df4-899d-638a32ef6bf8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6321 | 2024.11.19 01:37:20.144005 [ 257 ] {1a946a9e-f4c7-4df4-899d-638a32ef6bf8} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6322 | 2024.11.19 01:37:20.144335 [ 139 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6323 | 2024.11.19 01:37:20.144433 [ 139 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6324 | 2024.11.19 01:37:20.144548 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.22 GiB. | ||
| 6325 | 2024.11.19 01:37:20.144651 [ 257 ] {1a946a9e-f4c7-4df4-899d-638a32ef6bf8} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005257 sec., 9130.68289899182 rows/sec., 630.11 KiB/sec. | ||
| 6326 | 2024.11.19 01:37:20.144925 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::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 | ||
| 6327 | 2024.11.19 01:37:20.144936 [ 257 ] {1a946a9e-f4c7-4df4-899d-638a32ef6bf8} <Debug> TCPHandler: Processed in 0.005999067 sec. | ||
| 6328 | 2024.11.19 01:37:20.145155 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6329 | 2024.11.19 01:37:20.145278 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2996 rows starting from the beginning of the part | ||
| 6330 | 2024.11.19 01:37:20.145563 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
| 6331 | 2024.11.19 01:37:20.145700 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 48 rows starting from the beginning of the part | ||
| 6332 | 2024.11.19 01:37:20.145916 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 6333 | 2024.11.19 01:37:20.146120 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
| 6334 | 2024.11.19 01:37:20.146267 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 48 rows starting from the beginning of the part | ||
| 6335 | 2024.11.19 01:37:20.147052 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11064 rows, containing 5 columns (5 merged, 0 gathered) in 0.008814958 sec., 1255139.2757628567 rows/sec., 85.66 MiB/sec. | ||
| 6336 | 2024.11.19 01:37:20.147664 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6337 | 2024.11.19 01:37:20.148432 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6338 | 2024.11.19 01:37:20.148541 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6339 | 2024.11.19 01:37:20.148650 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.08 MiB. | ||
| 6340 | 2024.11.19 01:37:20.148934 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3316 rows, containing 4 columns (4 merged, 0 gathered) in 0.004290867 sec., 772804.1908546687 rows/sec., 50.99 MiB/sec. | ||
| 6341 | 2024.11.19 01:37:20.149293 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6342 | 2024.11.19 01:37:20.149580 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_56_11} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6343 | 2024.11.19 01:37:20.149658 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_56_11} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6344 | 2024.11.19 01:37:20.149741 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 6345 | 2024.11.19 01:37:25.121214 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6346 | 2024.11.19 01:37:25.121441 [ 260 ] {ee221ea1-543a-4228-8a3a-b5484adc5d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6347 | 2024.11.19 01:37:25.121524 [ 260 ] {ee221ea1-543a-4228-8a3a-b5484adc5d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6348 | 2024.11.19 01:37:25.122391 [ 260 ] {ee221ea1-543a-4228-8a3a-b5484adc5d2b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6349 | 2024.11.19 01:37:25.122442 [ 260 ] {ee221ea1-543a-4228-8a3a-b5484adc5d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6350 | 2024.11.19 01:37:25.122884 [ 260 ] {ee221ea1-543a-4228-8a3a-b5484adc5d2b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6351 | 2024.11.19 01:37:25.123150 [ 260 ] {ee221ea1-543a-4228-8a3a-b5484adc5d2b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6352 | 2024.11.19 01:37:25.123361 [ 260 ] {ee221ea1-543a-4228-8a3a-b5484adc5d2b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001978 sec., 28311.425682507583 rows/sec., 2.17 MiB/sec. | ||
| 6353 | 2024.11.19 01:37:25.123443 [ 260 ] {ee221ea1-543a-4228-8a3a-b5484adc5d2b} <Debug> TCPHandler: Processed in 0.002387613 sec. | ||
| 6354 | 2024.11.19 01:37:25.123729 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6355 | 2024.11.19 01:37:25.123941 [ 257 ] {9d860b53-fb0d-4783-91c6-5d4044540d75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6356 | 2024.11.19 01:37:25.124023 [ 257 ] {9d860b53-fb0d-4783-91c6-5d4044540d75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6357 | 2024.11.19 01:37:25.124800 [ 257 ] {9d860b53-fb0d-4783-91c6-5d4044540d75} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6358 | 2024.11.19 01:37:25.124851 [ 257 ] {9d860b53-fb0d-4783-91c6-5d4044540d75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6359 | 2024.11.19 01:37:25.125291 [ 257 ] {9d860b53-fb0d-4783-91c6-5d4044540d75} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6360 | 2024.11.19 01:37:25.125559 [ 257 ] {9d860b53-fb0d-4783-91c6-5d4044540d75} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6361 | 2024.11.19 01:37:25.125810 [ 257 ] {9d860b53-fb0d-4783-91c6-5d4044540d75} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001926 sec., 33229.491173416405 rows/sec., 2.59 MiB/sec. | ||
| 6362 | 2024.11.19 01:37:25.125893 [ 257 ] {9d860b53-fb0d-4783-91c6-5d4044540d75} <Debug> TCPHandler: Processed in 0.002319831 sec. | ||
| 6363 | 2024.11.19 01:37:25.126117 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6364 | 2024.11.19 01:37:25.126264 [ 260 ] {2ec340fb-c05c-4cc0-9060-30e258ea0928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6365 | 2024.11.19 01:37:25.126331 [ 260 ] {2ec340fb-c05c-4cc0-9060-30e258ea0928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6366 | 2024.11.19 01:37:25.127019 [ 260 ] {2ec340fb-c05c-4cc0-9060-30e258ea0928} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6367 | 2024.11.19 01:37:25.127066 [ 260 ] {2ec340fb-c05c-4cc0-9060-30e258ea0928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6368 | 2024.11.19 01:37:25.127485 [ 260 ] {2ec340fb-c05c-4cc0-9060-30e258ea0928} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6369 | 2024.11.19 01:37:25.127736 [ 260 ] {2ec340fb-c05c-4cc0-9060-30e258ea0928} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6370 | 2024.11.19 01:37:25.127927 [ 260 ] {2ec340fb-c05c-4cc0-9060-30e258ea0928} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001701 sec., 94062.31628453851 rows/sec., 6.55 MiB/sec. | ||
| 6371 | 2024.11.19 01:37:25.128055 [ 260 ] {2ec340fb-c05c-4cc0-9060-30e258ea0928} <Debug> TCPHandler: Processed in 0.002050446 sec. | ||
| 6372 | 2024.11.19 01:37:25.128258 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6373 | 2024.11.19 01:37:25.128404 [ 257 ] {de45f4d8-81df-4926-8207-04e446a28b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6374 | 2024.11.19 01:37:25.128468 [ 257 ] {de45f4d8-81df-4926-8207-04e446a28b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6375 | 2024.11.19 01:37:25.129072 [ 257 ] {de45f4d8-81df-4926-8207-04e446a28b84} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6376 | 2024.11.19 01:37:25.129117 [ 257 ] {de45f4d8-81df-4926-8207-04e446a28b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6377 | 2024.11.19 01:37:25.129500 [ 257 ] {de45f4d8-81df-4926-8207-04e446a28b84} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6378 | 2024.11.19 01:37:25.129740 [ 257 ] {de45f4d8-81df-4926-8207-04e446a28b84} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6379 | 2024.11.19 01:37:25.129951 [ 257 ] {de45f4d8-81df-4926-8207-04e446a28b84} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001583 sec., 37902.71636133923 rows/sec., 2.55 MiB/sec. | ||
| 6380 | 2024.11.19 01:37:25.130004 [ 257 ] {de45f4d8-81df-4926-8207-04e446a28b84} <Debug> TCPHandler: Processed in 0.001850413 sec. | ||
| 6381 | 2024.11.19 01:37:27.380557 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51569, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6382 | 2024.11.19 01:37:27.493023 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35902, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6383 | 2024.11.19 01:37:27.653425 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65260, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6384 | 2024.11.19 01:37:27.687806 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42146, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6385 | 2024.11.19 01:37:27.788134 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46577, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6386 | 2024.11.19 01:37:27.789178 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6387 | 2024.11.19 01:37:27.796554 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55868, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6388 | 2024.11.19 01:37:27.854529 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49817, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6389 | 2024.11.19 01:37:27.868941 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51174, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6390 | 2024.11.19 01:37:27.881277 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61824, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6391 | 2024.11.19 01:37:27.900525 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46952, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6392 | 2024.11.19 01:37:27.960988 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64883, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6393 | 2024.11.19 01:37:27.989779 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35479, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6394 | 2024.11.19 01:37:28.046183 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6395 | 2024.11.19 01:37:28.128851 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59331, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6396 | 2024.11.19 01:37:28.267812 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34844, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6397 | 2024.11.19 01:37:28.497308 [ 127 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6398 | 2024.11.19 01:37:28.497398 [ 127 ] {} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6399 | 2024.11.19 01:37:28.497441 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6400 | 2024.11.19 01:37:28.497679 [ 191 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 6401 | 2024.11.19 01:37:28.497923 [ 191 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6402 | 2024.11.19 01:37:28.497987 [ 191 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 242 rows starting from the beginning of the part | ||
| 6403 | 2024.11.19 01:37:28.498127 [ 191 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 6404 | 2024.11.19 01:37:28.498449 [ 191 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 6405 | 2024.11.19 01:37:28.498641 [ 191 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 6406 | 2024.11.19 01:37:28.498809 [ 191 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 6407 | 2024.11.19 01:37:28.499906 [ 201 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002368502 sec., 125817.92204524209 rows/sec., 9.02 MiB/sec. | ||
| 6408 | 2024.11.19 01:37:28.500096 [ 201 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6409 | 2024.11.19 01:37:28.500419 [ 201 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_17_4} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6410 | 2024.11.19 01:37:28.500513 [ 201 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_17_4} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6411 | 2024.11.19 01:37:28.500615 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 6412 | 2024.11.19 01:37:28.715596 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6413 | 2024.11.19 01:37:28.715652 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6414 | 2024.11.19 01:37:28.935861 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 944 | ||
| 6415 | 2024.11.19 01:37:28.938576 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6416 | 2024.11.19 01:37:28.938638 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6417 | 2024.11.19 01:37:28.940049 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6418 | 2024.11.19 01:37:28.940357 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6419 | 2024.11.19 01:37:28.941279 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 944 | ||
| 6420 | 2024.11.19 01:37:30.127768 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6421 | 2024.11.19 01:37:30.127958 [ 260 ] {73dca0a1-a1cf-4804-8e20-6de9a0a6fe9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6422 | 2024.11.19 01:37:30.128032 [ 260 ] {73dca0a1-a1cf-4804-8e20-6de9a0a6fe9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6423 | 2024.11.19 01:37:30.128781 [ 260 ] {73dca0a1-a1cf-4804-8e20-6de9a0a6fe9c} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6424 | 2024.11.19 01:37:30.128828 [ 260 ] {73dca0a1-a1cf-4804-8e20-6de9a0a6fe9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6425 | 2024.11.19 01:37:30.129267 [ 260 ] {73dca0a1-a1cf-4804-8e20-6de9a0a6fe9c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6426 | 2024.11.19 01:37:30.129535 [ 260 ] {73dca0a1-a1cf-4804-8e20-6de9a0a6fe9c} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6427 | 2024.11.19 01:37:30.129730 [ 130 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6428 | 2024.11.19 01:37:30.129798 [ 260 ] {73dca0a1-a1cf-4804-8e20-6de9a0a6fe9c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec. | ||
| 6429 | 2024.11.19 01:37:30.129828 [ 130 ] {} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6430 | 2024.11.19 01:37:30.129905 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6431 | 2024.11.19 01:37:30.129928 [ 260 ] {73dca0a1-a1cf-4804-8e20-6de9a0a6fe9c} <Debug> TCPHandler: Processed in 0.002281881 sec. | ||
| 6432 | 2024.11.19 01:37:30.130182 [ 201 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 6433 | 2024.11.19 01:37:30.130277 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6434 | 2024.11.19 01:37:30.130424 [ 201 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6435 | 2024.11.19 01:37:30.130466 [ 201 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 6436 | 2024.11.19 01:37:30.130512 [ 257 ] {5456e665-b5f3-422e-be7f-03b1fd4abbef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6437 | 2024.11.19 01:37:30.130591 [ 201 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 6438 | 2024.11.19 01:37:30.130649 [ 257 ] {5456e665-b5f3-422e-be7f-03b1fd4abbef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6439 | 2024.11.19 01:37:30.131007 [ 201 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 6440 | 2024.11.19 01:37:30.131309 [ 201 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 6441 | 2024.11.19 01:37:30.131602 [ 201 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 6442 | 2024.11.19 01:37:30.132849 [ 257 ] {5456e665-b5f3-422e-be7f-03b1fd4abbef} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6443 | 2024.11.19 01:37:30.132896 [ 257 ] {5456e665-b5f3-422e-be7f-03b1fd4abbef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6444 | 2024.11.19 01:37:30.133194 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003122946 sec., 22414.732755545563 rows/sec., 1.66 MiB/sec. | ||
| 6445 | 2024.11.19 01:37:30.133467 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6446 | 2024.11.19 01:37:30.133613 [ 257 ] {5456e665-b5f3-422e-be7f-03b1fd4abbef} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6447 | 2024.11.19 01:37:30.133981 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_17_4} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6448 | 2024.11.19 01:37:30.134111 [ 257 ] {5456e665-b5f3-422e-be7f-03b1fd4abbef} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6449 | 2024.11.19 01:37:30.134301 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_17_4} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6450 | 2024.11.19 01:37:30.134588 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6451 | 2024.11.19 01:37:30.134650 [ 257 ] {5456e665-b5f3-422e-be7f-03b1fd4abbef} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.004181 sec., 68165.51064338675 rows/sec., 6.02 MiB/sec. | ||
| 6452 | 2024.11.19 01:37:30.134899 [ 257 ] {5456e665-b5f3-422e-be7f-03b1fd4abbef} <Debug> TCPHandler: Processed in 0.004825787 sec. | ||
| 6453 | 2024.11.19 01:37:30.135136 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6454 | 2024.11.19 01:37:30.135282 [ 260 ] {f4faba93-812e-4717-be54-849af47f379e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6455 | 2024.11.19 01:37:30.135345 [ 260 ] {f4faba93-812e-4717-be54-849af47f379e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6456 | 2024.11.19 01:37:30.135963 [ 260 ] {f4faba93-812e-4717-be54-849af47f379e} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6457 | 2024.11.19 01:37:30.136005 [ 260 ] {f4faba93-812e-4717-be54-849af47f379e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6458 | 2024.11.19 01:37:30.136379 [ 260 ] {f4faba93-812e-4717-be54-849af47f379e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6459 | 2024.11.19 01:37:30.136642 [ 260 ] {f4faba93-812e-4717-be54-849af47f379e} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6460 | 2024.11.19 01:37:30.136830 [ 130 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6461 | 2024.11.19 01:37:30.136892 [ 130 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6462 | 2024.11.19 01:37:30.136907 [ 260 ] {f4faba93-812e-4717-be54-849af47f379e} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001648 sec., 29126.21359223301 rows/sec., 2.10 MiB/sec. | ||
| 6463 | 2024.11.19 01:37:30.136936 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6464 | 2024.11.19 01:37:30.137099 [ 260 ] {f4faba93-812e-4717-be54-849af47f379e} <Debug> TCPHandler: Processed in 0.002086867 sec. | ||
| 6465 | 2024.11.19 01:37:30.137156 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::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 | ||
| 6466 | 2024.11.19 01:37:30.137297 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6467 | 2024.11.19 01:37:30.137305 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6468 | 2024.11.19 01:37:30.137349 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 66 rows starting from the beginning of the part | ||
| 6469 | 2024.11.19 01:37:30.137655 [ 257 ] {c5f9c742-aa5d-431d-802d-2074fc3546ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6470 | 2024.11.19 01:37:30.137691 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part | ||
| 6471 | 2024.11.19 01:37:30.137816 [ 257 ] {c5f9c742-aa5d-431d-802d-2074fc3546ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6472 | 2024.11.19 01:37:30.138090 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
| 6473 | 2024.11.19 01:37:30.138404 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 48 rows starting from the beginning of the part | ||
| 6474 | 2024.11.19 01:37:30.138754 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part | ||
| 6475 | 2024.11.19 01:37:30.139153 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part | ||
| 6476 | 2024.11.19 01:37:30.140614 [ 257 ] {c5f9c742-aa5d-431d-802d-2074fc3546ad} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6477 | 2024.11.19 01:37:30.140693 [ 257 ] {c5f9c742-aa5d-431d-802d-2074fc3546ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6478 | 2024.11.19 01:37:30.141674 [ 257 ] {c5f9c742-aa5d-431d-802d-2074fc3546ad} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6479 | 2024.11.19 01:37:30.141986 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.004928258 sec., 43423.051309407914 rows/sec., 3.28 MiB/sec. | ||
| 6480 | 2024.11.19 01:37:30.142160 [ 257 ] {c5f9c742-aa5d-431d-802d-2074fc3546ad} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6481 | 2024.11.19 01:37:30.142172 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6482 | 2024.11.19 01:37:30.142601 [ 257 ] {c5f9c742-aa5d-431d-802d-2074fc3546ad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00508 sec., 2755.9055118110236 rows/sec., 193.01 KiB/sec. | ||
| 6483 | 2024.11.19 01:37:30.142763 [ 257 ] {c5f9c742-aa5d-431d-802d-2074fc3546ad} <Debug> TCPHandler: Processed in 0.005552529 sec. | ||
| 6484 | 2024.11.19 01:37:30.142800 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_36_7} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6485 | 2024.11.19 01:37:30.142926 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_36_7} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6486 | 2024.11.19 01:37:30.142960 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6487 | 2024.11.19 01:37:30.143027 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6488 | 2024.11.19 01:37:30.143122 [ 260 ] {d8cefd7c-ce57-4f96-be5f-01e85c107d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6489 | 2024.11.19 01:37:30.143181 [ 260 ] {d8cefd7c-ce57-4f96-be5f-01e85c107d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6490 | 2024.11.19 01:37:30.143771 [ 260 ] {d8cefd7c-ce57-4f96-be5f-01e85c107d78} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6491 | 2024.11.19 01:37:30.143809 [ 260 ] {d8cefd7c-ce57-4f96-be5f-01e85c107d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6492 | 2024.11.19 01:37:30.144163 [ 260 ] {d8cefd7c-ce57-4f96-be5f-01e85c107d78} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6493 | 2024.11.19 01:37:30.144406 [ 260 ] {d8cefd7c-ce57-4f96-be5f-01e85c107d78} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6494 | 2024.11.19 01:37:30.144574 [ 130 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6495 | 2024.11.19 01:37:30.144642 [ 130 ] {} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6496 | 2024.11.19 01:37:30.144677 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6497 | 2024.11.19 01:37:30.144682 [ 260 ] {d8cefd7c-ce57-4f96-be5f-01e85c107d78} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001584 sec., 8207.070707070707 rows/sec., 511.71 KiB/sec. | ||
| 6498 | 2024.11.19 01:37:30.145071 [ 260 ] {d8cefd7c-ce57-4f96-be5f-01e85c107d78} <Debug> TCPHandler: Processed in 0.002170568 sec. | ||
| 6499 | 2024.11.19 01:37:30.145109 [ 189 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 6500 | 2024.11.19 01:37:30.145336 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6501 | 2024.11.19 01:37:30.145378 [ 189 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6502 | 2024.11.19 01:37:30.145412 [ 189 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 6503 | 2024.11.19 01:37:30.145495 [ 257 ] {a608d6c9-d02a-4fc8-a5df-70aa2f40a5ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6504 | 2024.11.19 01:37:30.145564 [ 189 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 6505 | 2024.11.19 01:37:30.145595 [ 257 ] {a608d6c9-d02a-4fc8-a5df-70aa2f40a5ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6506 | 2024.11.19 01:37:30.145829 [ 189 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 6507 | 2024.11.19 01:37:30.146181 [ 189 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 6508 | 2024.11.19 01:37:30.146417 [ 189 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 6509 | 2024.11.19 01:37:30.147590 [ 257 ] {a608d6c9-d02a-4fc8-a5df-70aa2f40a5ec} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6510 | 2024.11.19 01:37:30.147642 [ 257 ] {a608d6c9-d02a-4fc8-a5df-70aa2f40a5ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6511 | 2024.11.19 01:37:30.147974 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003198387 sec., 20322.743933113787 rows/sec., 1.31 MiB/sec. | ||
| 6512 | 2024.11.19 01:37:30.148252 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6513 | 2024.11.19 01:37:30.148274 [ 257 ] {a608d6c9-d02a-4fc8-a5df-70aa2f40a5ec} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6514 | 2024.11.19 01:37:30.148803 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_17_4} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6515 | 2024.11.19 01:37:30.148812 [ 257 ] {a608d6c9-d02a-4fc8-a5df-70aa2f40a5ec} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6516 | 2024.11.19 01:37:30.148979 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_17_4} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6517 | 2024.11.19 01:37:30.149247 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6518 | 2024.11.19 01:37:30.149395 [ 257 ] {a608d6c9-d02a-4fc8-a5df-70aa2f40a5ec} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.003952 sec., 107034.4129554656 rows/sec., 7.65 MiB/sec. | ||
| 6519 | 2024.11.19 01:37:30.149630 [ 257 ] {a608d6c9-d02a-4fc8-a5df-70aa2f40a5ec} <Debug> TCPHandler: Processed in 0.004424379 sec. | ||
| 6520 | 2024.11.19 01:37:30.149859 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6521 | 2024.11.19 01:37:30.149986 [ 260 ] {32ccd5ce-e858-4123-a16c-499b245d9491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6522 | 2024.11.19 01:37:30.150039 [ 260 ] {32ccd5ce-e858-4123-a16c-499b245d9491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6523 | 2024.11.19 01:37:30.150526 [ 260 ] {32ccd5ce-e858-4123-a16c-499b245d9491} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6524 | 2024.11.19 01:37:30.150566 [ 260 ] {32ccd5ce-e858-4123-a16c-499b245d9491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6525 | 2024.11.19 01:37:30.150950 [ 260 ] {32ccd5ce-e858-4123-a16c-499b245d9491} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6526 | 2024.11.19 01:37:30.151196 [ 260 ] {32ccd5ce-e858-4123-a16c-499b245d9491} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6527 | 2024.11.19 01:37:30.151418 [ 260 ] {32ccd5ce-e858-4123-a16c-499b245d9491} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 215.15 KiB/sec. | ||
| 6528 | 2024.11.19 01:37:30.151470 [ 260 ] {32ccd5ce-e858-4123-a16c-499b245d9491} <Debug> TCPHandler: Processed in 0.001716391 sec. | ||
| 6529 | 2024.11.19 01:37:30.151625 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6530 | 2024.11.19 01:37:30.151767 [ 257 ] {6dfc91fd-832b-4a37-ad4b-827a68833202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6531 | 2024.11.19 01:37:30.151829 [ 257 ] {6dfc91fd-832b-4a37-ad4b-827a68833202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6532 | 2024.11.19 01:37:30.152461 [ 257 ] {6dfc91fd-832b-4a37-ad4b-827a68833202} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6533 | 2024.11.19 01:37:30.152499 [ 257 ] {6dfc91fd-832b-4a37-ad4b-827a68833202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6534 | 2024.11.19 01:37:30.152875 [ 257 ] {6dfc91fd-832b-4a37-ad4b-827a68833202} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6535 | 2024.11.19 01:37:30.153176 [ 257 ] {6dfc91fd-832b-4a37-ad4b-827a68833202} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6536 | 2024.11.19 01:37:30.153409 [ 257 ] {6dfc91fd-832b-4a37-ad4b-827a68833202} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001672 sec., 141746.41148325359 rows/sec., 9.50 MiB/sec. | ||
| 6537 | 2024.11.19 01:37:30.153467 [ 257 ] {6dfc91fd-832b-4a37-ad4b-827a68833202} <Debug> TCPHandler: Processed in 0.001908494 sec. | ||
| 6538 | 2024.11.19 01:37:30.153685 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6539 | 2024.11.19 01:37:30.153845 [ 260 ] {8558ecbf-0a0c-4d0e-aabf-7db640c3495a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6540 | 2024.11.19 01:37:30.153908 [ 260 ] {8558ecbf-0a0c-4d0e-aabf-7db640c3495a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6541 | 2024.11.19 01:37:30.154454 [ 260 ] {8558ecbf-0a0c-4d0e-aabf-7db640c3495a} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6542 | 2024.11.19 01:37:30.154495 [ 260 ] {8558ecbf-0a0c-4d0e-aabf-7db640c3495a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6543 | 2024.11.19 01:37:30.154868 [ 260 ] {8558ecbf-0a0c-4d0e-aabf-7db640c3495a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6544 | 2024.11.19 01:37:30.155111 [ 260 ] {8558ecbf-0a0c-4d0e-aabf-7db640c3495a} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6545 | 2024.11.19 01:37:30.155385 [ 260 ] {8558ecbf-0a0c-4d0e-aabf-7db640c3495a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001569 sec., 637.348629700446 rows/sec., 42.95 KiB/sec. | ||
| 6546 | 2024.11.19 01:37:30.155588 [ 260 ] {8558ecbf-0a0c-4d0e-aabf-7db640c3495a} <Debug> TCPHandler: Processed in 0.002028617 sec. | ||
| 6547 | 2024.11.19 01:37:30.155773 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6548 | 2024.11.19 01:37:30.155914 [ 257 ] {760fdabf-cfca-4a0b-a5ac-81acb68015c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6549 | 2024.11.19 01:37:30.156008 [ 257 ] {760fdabf-cfca-4a0b-a5ac-81acb68015c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6550 | 2024.11.19 01:37:30.157182 [ 257 ] {760fdabf-cfca-4a0b-a5ac-81acb68015c3} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6551 | 2024.11.19 01:37:30.157222 [ 257 ] {760fdabf-cfca-4a0b-a5ac-81acb68015c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6552 | 2024.11.19 01:37:30.157876 [ 257 ] {760fdabf-cfca-4a0b-a5ac-81acb68015c3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6553 | 2024.11.19 01:37:30.158136 [ 257 ] {760fdabf-cfca-4a0b-a5ac-81acb68015c3} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6554 | 2024.11.19 01:37:30.158355 [ 257 ] {760fdabf-cfca-4a0b-a5ac-81acb68015c3} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002467 sec., 16619.375760032428 rows/sec., 29.78 MiB/sec. | ||
| 6555 | 2024.11.19 01:37:30.158551 [ 257 ] {760fdabf-cfca-4a0b-a5ac-81acb68015c3} <Debug> TCPHandler: Processed in 0.002857981 sec. | ||
| 6556 | 2024.11.19 01:37:30.158763 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6557 | 2024.11.19 01:37:30.158988 [ 260 ] {2245072a-dcf3-4f3c-bb2e-84c0aa697054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6558 | 2024.11.19 01:37:30.159085 [ 260 ] {2245072a-dcf3-4f3c-bb2e-84c0aa697054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6559 | 2024.11.19 01:37:30.159724 [ 260 ] {2245072a-dcf3-4f3c-bb2e-84c0aa697054} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6560 | 2024.11.19 01:37:30.159764 [ 260 ] {2245072a-dcf3-4f3c-bb2e-84c0aa697054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6561 | 2024.11.19 01:37:30.160143 [ 260 ] {2245072a-dcf3-4f3c-bb2e-84c0aa697054} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6562 | 2024.11.19 01:37:30.160385 [ 260 ] {2245072a-dcf3-4f3c-bb2e-84c0aa697054} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6563 | 2024.11.19 01:37:30.160622 [ 260 ] {2245072a-dcf3-4f3c-bb2e-84c0aa697054} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001689 sec., 48549.437537004145 rows/sec., 3.08 MiB/sec. | ||
| 6564 | 2024.11.19 01:37:30.160674 [ 260 ] {2245072a-dcf3-4f3c-bb2e-84c0aa697054} <Debug> TCPHandler: Processed in 0.002020566 sec. | ||
| 6565 | 2024.11.19 01:37:32.157888 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6566 | 2024.11.19 01:37:32.415469 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37508, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6567 | 2024.11.19 01:37:32.482850 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64073, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6568 | 2024.11.19 01:37:32.491109 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44948, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6569 | 2024.11.19 01:37:32.733247 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59063, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6570 | 2024.11.19 01:37:32.744587 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:32898, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6571 | 2024.11.19 01:37:32.784938 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6572 | 2024.11.19 01:37:32.835428 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58239, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6573 | 2024.11.19 01:37:33.373915 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6574 | 2024.11.19 01:37:33.824363 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52607, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6575 | 2024.11.19 01:37:33.884866 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40737, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6576 | 2024.11.19 01:37:33.995174 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6577 | 2024.11.19 01:37:34.018606 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6578 | 2024.11.19 01:37:34.040502 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50828, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6579 | 2024.11.19 01:37:34.042814 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36813, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6580 | 2024.11.19 01:37:34.111641 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39940, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6581 | 2024.11.19 01:37:35.119540 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6582 | 2024.11.19 01:37:35.119779 [ 260 ] {795fa660-2680-4b65-81c5-4bb039733b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6583 | 2024.11.19 01:37:35.119875 [ 260 ] {795fa660-2680-4b65-81c5-4bb039733b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6584 | 2024.11.19 01:37:35.120798 [ 260 ] {795fa660-2680-4b65-81c5-4bb039733b05} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6585 | 2024.11.19 01:37:35.120842 [ 260 ] {795fa660-2680-4b65-81c5-4bb039733b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6586 | 2024.11.19 01:37:35.121287 [ 260 ] {795fa660-2680-4b65-81c5-4bb039733b05} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6587 | 2024.11.19 01:37:35.121547 [ 260 ] {795fa660-2680-4b65-81c5-4bb039733b05} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6588 | 2024.11.19 01:37:35.121759 [ 260 ] {795fa660-2680-4b65-81c5-4bb039733b05} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002049 sec., 1952.1717911176183 rows/sec., 159.19 KiB/sec. | ||
| 6589 | 2024.11.19 01:37:35.121826 [ 260 ] {795fa660-2680-4b65-81c5-4bb039733b05} <Debug> TCPHandler: Processed in 0.002416283 sec. | ||
| 6590 | 2024.11.19 01:37:35.122082 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6591 | 2024.11.19 01:37:35.122272 [ 257 ] {b572acec-c9ac-430e-8a41-23acdc0dda0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6592 | 2024.11.19 01:37:35.122340 [ 257 ] {b572acec-c9ac-430e-8a41-23acdc0dda0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6593 | 2024.11.19 01:37:35.123083 [ 257 ] {b572acec-c9ac-430e-8a41-23acdc0dda0b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6594 | 2024.11.19 01:37:35.123130 [ 257 ] {b572acec-c9ac-430e-8a41-23acdc0dda0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6595 | 2024.11.19 01:37:35.123549 [ 257 ] {b572acec-c9ac-430e-8a41-23acdc0dda0b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6596 | 2024.11.19 01:37:35.123811 [ 257 ] {b572acec-c9ac-430e-8a41-23acdc0dda0b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6597 | 2024.11.19 01:37:35.124049 [ 257 ] {b572acec-c9ac-430e-8a41-23acdc0dda0b} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001828 sec., 31728.66520787746 rows/sec., 2.43 MiB/sec. | ||
| 6598 | 2024.11.19 01:37:35.124111 [ 257 ] {b572acec-c9ac-430e-8a41-23acdc0dda0b} <Debug> TCPHandler: Processed in 0.002156988 sec. | ||
| 6599 | 2024.11.19 01:37:35.124268 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6600 | 2024.11.19 01:37:35.124397 [ 260 ] {4f786a30-5a2f-45ef-b419-bebda7cd4bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6601 | 2024.11.19 01:37:35.124449 [ 260 ] {4f786a30-5a2f-45ef-b419-bebda7cd4bcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6602 | 2024.11.19 01:37:35.125044 [ 260 ] {4f786a30-5a2f-45ef-b419-bebda7cd4bcf} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6603 | 2024.11.19 01:37:35.125082 [ 260 ] {4f786a30-5a2f-45ef-b419-bebda7cd4bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6604 | 2024.11.19 01:37:35.125443 [ 260 ] {4f786a30-5a2f-45ef-b419-bebda7cd4bcf} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6605 | 2024.11.19 01:37:35.125698 [ 260 ] {4f786a30-5a2f-45ef-b419-bebda7cd4bcf} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6606 | 2024.11.19 01:37:35.125924 [ 260 ] {4f786a30-5a2f-45ef-b419-bebda7cd4bcf} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001547 sec., 2585.649644473174 rows/sec., 180.54 KiB/sec. | ||
| 6607 | 2024.11.19 01:37:35.126101 [ 260 ] {4f786a30-5a2f-45ef-b419-bebda7cd4bcf} <Debug> TCPHandler: Processed in 0.001890014 sec. | ||
| 6608 | 2024.11.19 01:37:35.126330 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6609 | 2024.11.19 01:37:35.126452 [ 257 ] {e7c5081c-acc7-4a26-9e2e-6025b64af1bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6610 | 2024.11.19 01:37:35.126501 [ 257 ] {e7c5081c-acc7-4a26-9e2e-6025b64af1bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6611 | 2024.11.19 01:37:35.127107 [ 257 ] {e7c5081c-acc7-4a26-9e2e-6025b64af1bb} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6612 | 2024.11.19 01:37:35.127149 [ 257 ] {e7c5081c-acc7-4a26-9e2e-6025b64af1bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6613 | 2024.11.19 01:37:35.127513 [ 257 ] {e7c5081c-acc7-4a26-9e2e-6025b64af1bb} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6614 | 2024.11.19 01:37:35.127744 [ 257 ] {e7c5081c-acc7-4a26-9e2e-6025b64af1bb} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6615 | 2024.11.19 01:37:35.127950 [ 257 ] {e7c5081c-acc7-4a26-9e2e-6025b64af1bb} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001526 sec., 44560.94364351245 rows/sec., 3.48 MiB/sec. | ||
| 6616 | 2024.11.19 01:37:35.128002 [ 257 ] {e7c5081c-acc7-4a26-9e2e-6025b64af1bb} <Debug> TCPHandler: Processed in 0.001793252 sec. | ||
| 6617 | 2024.11.19 01:37:35.128160 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6618 | 2024.11.19 01:37:35.128281 [ 260 ] {8b0abc87-9942-4e92-a2ef-75e6c35623f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6619 | 2024.11.19 01:37:35.128334 [ 260 ] {8b0abc87-9942-4e92-a2ef-75e6c35623f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6620 | 2024.11.19 01:37:35.128901 [ 260 ] {8b0abc87-9942-4e92-a2ef-75e6c35623f3} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6621 | 2024.11.19 01:37:35.128937 [ 260 ] {8b0abc87-9942-4e92-a2ef-75e6c35623f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6622 | 2024.11.19 01:37:35.129320 [ 260 ] {8b0abc87-9942-4e92-a2ef-75e6c35623f3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6623 | 2024.11.19 01:37:35.129544 [ 260 ] {8b0abc87-9942-4e92-a2ef-75e6c35623f3} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6624 | 2024.11.19 01:37:35.129742 [ 260 ] {8b0abc87-9942-4e92-a2ef-75e6c35623f3} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001517 sec., 85695.45154911009 rows/sec., 5.97 MiB/sec. | ||
| 6625 | 2024.11.19 01:37:35.129812 [ 260 ] {8b0abc87-9942-4e92-a2ef-75e6c35623f3} <Debug> TCPHandler: Processed in 0.001754571 sec. | ||
| 6626 | 2024.11.19 01:37:35.130057 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6627 | 2024.11.19 01:37:35.130284 [ 257 ] {0883557e-1f23-4904-a82c-18d772163d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6628 | 2024.11.19 01:37:35.130344 [ 257 ] {0883557e-1f23-4904-a82c-18d772163d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6629 | 2024.11.19 01:37:35.130863 [ 257 ] {0883557e-1f23-4904-a82c-18d772163d3e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6630 | 2024.11.19 01:37:35.130902 [ 257 ] {0883557e-1f23-4904-a82c-18d772163d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6631 | 2024.11.19 01:37:35.131277 [ 257 ] {0883557e-1f23-4904-a82c-18d772163d3e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 6632 | 2024.11.19 01:37:35.131510 [ 257 ] {0883557e-1f23-4904-a82c-18d772163d3e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6633 | 2024.11.19 01:37:35.131716 [ 257 ] {0883557e-1f23-4904-a82c-18d772163d3e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001463 sec., 32809.2959671907 rows/sec., 2.21 MiB/sec. | ||
| 6634 | 2024.11.19 01:37:35.131767 [ 257 ] {0883557e-1f23-4904-a82c-18d772163d3e} <Debug> TCPHandler: Processed in 0.001818782 sec. | ||
| 6635 | 2024.11.19 01:37:38.941672 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 978 | ||
| 6636 | 2024.11.19 01:37:38.945080 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6637 | 2024.11.19 01:37:38.945132 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6638 | 2024.11.19 01:37:38.946527 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6639 | 2024.11.19 01:37:38.946843 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6640 | 2024.11.19 01:37:38.948398 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 978 | ||
| 6641 | 2024.11.19 01:37:40.122013 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6642 | 2024.11.19 01:37:40.122209 [ 260 ] {04a50073-58b8-4af8-945d-5387d330053b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6643 | 2024.11.19 01:37:40.122290 [ 260 ] {04a50073-58b8-4af8-945d-5387d330053b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6644 | 2024.11.19 01:37:40.123085 [ 260 ] {04a50073-58b8-4af8-945d-5387d330053b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6645 | 2024.11.19 01:37:40.123140 [ 260 ] {04a50073-58b8-4af8-945d-5387d330053b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6646 | 2024.11.19 01:37:40.124154 [ 260 ] {04a50073-58b8-4af8-945d-5387d330053b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6647 | 2024.11.19 01:37:40.124422 [ 260 ] {04a50073-58b8-4af8-945d-5387d330053b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6648 | 2024.11.19 01:37:40.124656 [ 260 ] {04a50073-58b8-4af8-945d-5387d330053b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002502 sec., 22382.09432454037 rows/sec., 1.72 MiB/sec. | ||
| 6649 | 2024.11.19 01:37:40.124725 [ 260 ] {04a50073-58b8-4af8-945d-5387d330053b} <Debug> TCPHandler: Processed in 0.002847881 sec. | ||
| 6650 | 2024.11.19 01:37:40.124980 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6651 | 2024.11.19 01:37:40.125186 [ 257 ] {f6119a82-f054-4b84-9929-3ab0ee0d8c75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6652 | 2024.11.19 01:37:40.125265 [ 257 ] {f6119a82-f054-4b84-9929-3ab0ee0d8c75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6653 | 2024.11.19 01:37:40.126083 [ 257 ] {f6119a82-f054-4b84-9929-3ab0ee0d8c75} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6654 | 2024.11.19 01:37:40.126131 [ 257 ] {f6119a82-f054-4b84-9929-3ab0ee0d8c75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6655 | 2024.11.19 01:37:40.126564 [ 257 ] {f6119a82-f054-4b84-9929-3ab0ee0d8c75} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6656 | 2024.11.19 01:37:40.126822 [ 257 ] {f6119a82-f054-4b84-9929-3ab0ee0d8c75} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6657 | 2024.11.19 01:37:40.127062 [ 257 ] {f6119a82-f054-4b84-9929-3ab0ee0d8c75} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001933 sec., 33109.156751163995 rows/sec., 2.58 MiB/sec. | ||
| 6658 | 2024.11.19 01:37:40.127125 [ 257 ] {f6119a82-f054-4b84-9929-3ab0ee0d8c75} <Debug> TCPHandler: Processed in 0.002281161 sec. | ||
| 6659 | 2024.11.19 01:37:40.127298 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6660 | 2024.11.19 01:37:40.127452 [ 260 ] {24dc5eeb-ce0e-4764-90a1-a13155438155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6661 | 2024.11.19 01:37:40.127520 [ 260 ] {24dc5eeb-ce0e-4764-90a1-a13155438155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6662 | 2024.11.19 01:37:40.128167 [ 260 ] {24dc5eeb-ce0e-4764-90a1-a13155438155} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6663 | 2024.11.19 01:37:40.128211 [ 260 ] {24dc5eeb-ce0e-4764-90a1-a13155438155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6664 | 2024.11.19 01:37:40.128625 [ 260 ] {24dc5eeb-ce0e-4764-90a1-a13155438155} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6665 | 2024.11.19 01:37:40.128884 [ 260 ] {24dc5eeb-ce0e-4764-90a1-a13155438155} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6666 | 2024.11.19 01:37:40.129124 [ 260 ] {24dc5eeb-ce0e-4764-90a1-a13155438155} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001706 sec., 93786.63540445486 rows/sec., 6.53 MiB/sec. | ||
| 6667 | 2024.11.19 01:37:40.129237 [ 260 ] {24dc5eeb-ce0e-4764-90a1-a13155438155} <Debug> TCPHandler: Processed in 0.002011106 sec. | ||
| 6668 | 2024.11.19 01:37:40.129482 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6669 | 2024.11.19 01:37:40.129659 [ 257 ] {cfcc6128-1d59-44de-be66-476a0a1181d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6670 | 2024.11.19 01:37:40.129721 [ 257 ] {cfcc6128-1d59-44de-be66-476a0a1181d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6671 | 2024.11.19 01:37:40.130272 [ 257 ] {cfcc6128-1d59-44de-be66-476a0a1181d0} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6672 | 2024.11.19 01:37:40.130314 [ 257 ] {cfcc6128-1d59-44de-be66-476a0a1181d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6673 | 2024.11.19 01:37:40.130695 [ 257 ] {cfcc6128-1d59-44de-be66-476a0a1181d0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 6674 | 2024.11.19 01:37:40.130939 [ 257 ] {cfcc6128-1d59-44de-be66-476a0a1181d0} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6675 | 2024.11.19 01:37:40.131155 [ 257 ] {cfcc6128-1d59-44de-be66-476a0a1181d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001534 sec., 39113.42894393742 rows/sec., 2.64 MiB/sec. | ||
| 6676 | 2024.11.19 01:37:40.131206 [ 257 ] {cfcc6128-1d59-44de-be66-476a0a1181d0} <Debug> TCPHandler: Processed in 0.001848003 sec. | ||
| 6677 | 2024.11.19 01:37:41.078296 [ 118 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6678 | 2024.11.19 01:37:41.078364 [ 118 ] {} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6679 | 2024.11.19 01:37:41.078386 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6680 | 2024.11.19 01:37:41.078601 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::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 | ||
| 6681 | 2024.11.19 01:37:41.078825 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6682 | 2024.11.19 01:37:41.078871 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 78 rows starting from the beginning of the part | ||
| 6683 | 2024.11.19 01:37:41.078950 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 6684 | 2024.11.19 01:37:41.079046 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 6685 | 2024.11.19 01:37:41.079195 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 6686 | 2024.11.19 01:37:41.079452 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 6687 | 2024.11.19 01:37:41.080610 [ 187 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 4 columns (4 merged, 0 gathered) in 0.002136198 sec., 47748.382874621166 rows/sec., 2.44 MiB/sec. | ||
| 6688 | 2024.11.19 01:37:41.080828 [ 194 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6689 | 2024.11.19 01:37:41.081229 [ 194 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_17_4} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6690 | 2024.11.19 01:37:41.081354 [ 194 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_17_4} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6691 | 2024.11.19 01:37:41.081462 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6692 | 2024.11.19 01:37:42.065207 [ 117 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6693 | 2024.11.19 01:37:42.065321 [ 117 ] {} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6694 | 2024.11.19 01:37:42.065363 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6695 | 2024.11.19 01:37:42.065706 [ 187 ] {7a068b2a-d445-4769-83f0-40596558304b::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 | ||
| 6696 | 2024.11.19 01:37:42.066015 [ 187 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6697 | 2024.11.19 01:37:42.066057 [ 187 ] {7a068b2a-d445-4769-83f0-40596558304b::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 | ||
| 6698 | 2024.11.19 01:37:42.066138 [ 187 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 6699 | 2024.11.19 01:37:42.066318 [ 187 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 6700 | 2024.11.19 01:37:42.066563 [ 187 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 6701 | 2024.11.19 01:37:42.066754 [ 187 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6702 | 2024.11.19 01:37:42.067870 [ 199 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.002388952 sec., 7116.091072570734 rows/sec., 479.50 KiB/sec. | ||
| 6703 | 2024.11.19 01:37:42.068067 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6704 | 2024.11.19 01:37:42.068477 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_17_4} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6705 | 2024.11.19 01:37:42.068594 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_17_4} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6706 | 2024.11.19 01:37:42.068712 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6707 | 2024.11.19 01:37:43.715930 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6708 | 2024.11.19 01:37:43.716011 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6709 | 2024.11.19 01:37:45.128281 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6710 | 2024.11.19 01:37:45.128494 [ 260 ] {ccf89097-a36a-4ac7-8dd6-4e5cbc3107c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6711 | 2024.11.19 01:37:45.128577 [ 260 ] {ccf89097-a36a-4ac7-8dd6-4e5cbc3107c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6712 | 2024.11.19 01:37:45.129400 [ 260 ] {ccf89097-a36a-4ac7-8dd6-4e5cbc3107c8} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6713 | 2024.11.19 01:37:45.129447 [ 260 ] {ccf89097-a36a-4ac7-8dd6-4e5cbc3107c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6714 | 2024.11.19 01:37:45.129873 [ 260 ] {ccf89097-a36a-4ac7-8dd6-4e5cbc3107c8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6715 | 2024.11.19 01:37:45.130124 [ 260 ] {ccf89097-a36a-4ac7-8dd6-4e5cbc3107c8} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6716 | 2024.11.19 01:37:45.130361 [ 260 ] {ccf89097-a36a-4ac7-8dd6-4e5cbc3107c8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001921 sec., 7287.870900572619 rows/sec., 524.63 KiB/sec. | ||
| 6717 | 2024.11.19 01:37:45.130594 [ 260 ] {ccf89097-a36a-4ac7-8dd6-4e5cbc3107c8} <Debug> TCPHandler: Processed in 0.002443503 sec. | ||
| 6718 | 2024.11.19 01:37:45.130875 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6719 | 2024.11.19 01:37:45.131064 [ 257 ] {c6147cb3-cb9d-4087-b077-7903819bc518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6720 | 2024.11.19 01:37:45.131142 [ 257 ] {c6147cb3-cb9d-4087-b077-7903819bc518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6721 | 2024.11.19 01:37:45.132049 [ 257 ] {c6147cb3-cb9d-4087-b077-7903819bc518} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6722 | 2024.11.19 01:37:45.132101 [ 257 ] {c6147cb3-cb9d-4087-b077-7903819bc518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6723 | 2024.11.19 01:37:45.132548 [ 257 ] {c6147cb3-cb9d-4087-b077-7903819bc518} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6724 | 2024.11.19 01:37:45.132803 [ 257 ] {c6147cb3-cb9d-4087-b077-7903819bc518} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6725 | 2024.11.19 01:37:45.133005 [ 115 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6726 | 2024.11.19 01:37:45.133075 [ 115 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6727 | 2024.11.19 01:37:45.133081 [ 257 ] {c6147cb3-cb9d-4087-b077-7903819bc518} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.00206 sec., 138349.5145631068 rows/sec., 12.23 MiB/sec. | ||
| 6728 | 2024.11.19 01:37:45.133111 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6729 | 2024.11.19 01:37:45.133250 [ 257 ] {c6147cb3-cb9d-4087-b077-7903819bc518} <Debug> TCPHandler: Processed in 0.002504825 sec. | ||
| 6730 | 2024.11.19 01:37:45.133434 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::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 | ||
| 6731 | 2024.11.19 01:37:45.133458 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6732 | 2024.11.19 01:37:45.133701 [ 260 ] {41913639-8f7e-4f91-8e19-7bf4b58294c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6733 | 2024.11.19 01:37:45.133736 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6734 | 2024.11.19 01:37:45.133791 [ 260 ] {41913639-8f7e-4f91-8e19-7bf4b58294c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6735 | 2024.11.19 01:37:45.133813 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1435 rows starting from the beginning of the part | ||
| 6736 | 2024.11.19 01:37:45.134139 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 6737 | 2024.11.19 01:37:45.134492 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 285 rows starting from the beginning of the part | ||
| 6738 | 2024.11.19 01:37:45.134842 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 58 rows starting from the beginning of the part | ||
| 6739 | 2024.11.19 01:37:45.135230 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 6740 | 2024.11.19 01:37:45.135658 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 285 rows starting from the beginning of the part | ||
| 6741 | 2024.11.19 01:37:45.136654 [ 260 ] {41913639-8f7e-4f91-8e19-7bf4b58294c2} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6742 | 2024.11.19 01:37:45.136721 [ 260 ] {41913639-8f7e-4f91-8e19-7bf4b58294c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6743 | 2024.11.19 01:37:45.137571 [ 260 ] {41913639-8f7e-4f91-8e19-7bf4b58294c2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6744 | 2024.11.19 01:37:45.138064 [ 260 ] {41913639-8f7e-4f91-8e19-7bf4b58294c2} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6745 | 2024.11.19 01:37:45.138357 [ 260 ] {41913639-8f7e-4f91-8e19-7bf4b58294c2} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004735 sec., 10137.27560718057 rows/sec., 747.43 KiB/sec. | ||
| 6746 | 2024.11.19 01:37:45.138744 [ 260 ] {41913639-8f7e-4f91-8e19-7bf4b58294c2} <Debug> TCPHandler: Processed in 0.005376116 sec. | ||
| 6747 | 2024.11.19 01:37:45.139078 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6748 | 2024.11.19 01:37:45.139424 [ 257 ] {9818cd64-fe87-4957-a7ae-f067e55bf4a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6749 | 2024.11.19 01:37:45.139428 [ 186 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2175 rows, containing 5 columns (5 merged, 0 gathered) in 0.0061641 sec., 352849.56441329635 rows/sec., 31.13 MiB/sec. | ||
| 6750 | 2024.11.19 01:37:45.139501 [ 257 ] {9818cd64-fe87-4957-a7ae-f067e55bf4a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6751 | 2024.11.19 01:37:45.139753 [ 186 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6752 | 2024.11.19 01:37:45.140405 [ 186 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_61_12} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6753 | 2024.11.19 01:37:45.140620 [ 186 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_61_12} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6754 | 2024.11.19 01:37:45.140835 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 6755 | 2024.11.19 01:37:45.140867 [ 257 ] {9818cd64-fe87-4957-a7ae-f067e55bf4a0} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6756 | 2024.11.19 01:37:45.140922 [ 257 ] {9818cd64-fe87-4957-a7ae-f067e55bf4a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6757 | 2024.11.19 01:37:45.141289 [ 257 ] {9818cd64-fe87-4957-a7ae-f067e55bf4a0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6758 | 2024.11.19 01:37:45.141551 [ 257 ] {9818cd64-fe87-4957-a7ae-f067e55bf4a0} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6759 | 2024.11.19 01:37:45.141773 [ 257 ] {9818cd64-fe87-4957-a7ae-f067e55bf4a0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002405 sec., 5821.205821205821 rows/sec., 407.68 KiB/sec. | ||
| 6760 | 2024.11.19 01:37:45.141833 [ 257 ] {9818cd64-fe87-4957-a7ae-f067e55bf4a0} <Debug> TCPHandler: Processed in 0.002966913 sec. | ||
| 6761 | 2024.11.19 01:37:45.141993 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6762 | 2024.11.19 01:37:45.142130 [ 260 ] {924c26d1-5631-484d-a3a2-db1ca22090c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6763 | 2024.11.19 01:37:45.142183 [ 260 ] {924c26d1-5631-484d-a3a2-db1ca22090c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6764 | 2024.11.19 01:37:45.142780 [ 260 ] {924c26d1-5631-484d-a3a2-db1ca22090c0} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6765 | 2024.11.19 01:37:45.142819 [ 260 ] {924c26d1-5631-484d-a3a2-db1ca22090c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6766 | 2024.11.19 01:37:45.143381 [ 260 ] {924c26d1-5631-484d-a3a2-db1ca22090c0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6767 | 2024.11.19 01:37:45.143640 [ 260 ] {924c26d1-5631-484d-a3a2-db1ca22090c0} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6768 | 2024.11.19 01:37:45.143847 [ 260 ] {924c26d1-5631-484d-a3a2-db1ca22090c0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001737 sec., 7484.168105929763 rows/sec., 466.64 KiB/sec. | ||
| 6769 | 2024.11.19 01:37:45.143944 [ 260 ] {924c26d1-5631-484d-a3a2-db1ca22090c0} <Debug> TCPHandler: Processed in 0.002018146 sec. | ||
| 6770 | 2024.11.19 01:37:45.144105 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6771 | 2024.11.19 01:37:45.144245 [ 257 ] {9890811b-fddc-4342-9058-a2507d50d2ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6772 | 2024.11.19 01:37:45.144306 [ 257 ] {9890811b-fddc-4342-9058-a2507d50d2ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6773 | 2024.11.19 01:37:45.145189 [ 257 ] {9890811b-fddc-4342-9058-a2507d50d2ad} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6774 | 2024.11.19 01:37:45.145230 [ 257 ] {9890811b-fddc-4342-9058-a2507d50d2ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6775 | 2024.11.19 01:37:45.145617 [ 257 ] {9890811b-fddc-4342-9058-a2507d50d2ad} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6776 | 2024.11.19 01:37:45.145863 [ 257 ] {9890811b-fddc-4342-9058-a2507d50d2ad} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6777 | 2024.11.19 01:37:45.146045 [ 115 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6778 | 2024.11.19 01:37:45.146102 [ 115 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6779 | 2024.11.19 01:37:45.146120 [ 257 ] {9890811b-fddc-4342-9058-a2507d50d2ad} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001899 sec., 222748.81516587676 rows/sec., 15.92 MiB/sec. | ||
| 6780 | 2024.11.19 01:37:45.146140 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6781 | 2024.11.19 01:37:45.146297 [ 257 ] {9890811b-fddc-4342-9058-a2507d50d2ad} <Debug> TCPHandler: Processed in 0.00225073 sec. | ||
| 6782 | 2024.11.19 01:37:45.146481 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::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 | ||
| 6783 | 2024.11.19 01:37:45.146588 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6784 | 2024.11.19 01:37:45.146930 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6785 | 2024.11.19 01:37:45.147057 [ 260 ] {7a5dd379-6e2b-4298-817c-d642ec49869d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6786 | 2024.11.19 01:37:45.147065 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 915 rows starting from the beginning of the part | ||
| 6787 | 2024.11.19 01:37:45.147214 [ 260 ] {7a5dd379-6e2b-4298-817c-d642ec49869d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6788 | 2024.11.19 01:37:45.147448 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 6789 | 2024.11.19 01:37:45.147748 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 423 rows starting from the beginning of the part | ||
| 6790 | 2024.11.19 01:37:45.148130 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 68 rows starting from the beginning of the part | ||
| 6791 | 2024.11.19 01:37:45.148444 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 6792 | 2024.11.19 01:37:45.148751 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 423 rows starting from the beginning of the part | ||
| 6793 | 2024.11.19 01:37:45.149654 [ 260 ] {7a5dd379-6e2b-4298-817c-d642ec49869d} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6794 | 2024.11.19 01:37:45.149730 [ 260 ] {7a5dd379-6e2b-4298-817c-d642ec49869d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6795 | 2024.11.19 01:37:45.150674 [ 260 ] {7a5dd379-6e2b-4298-817c-d642ec49869d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6796 | 2024.11.19 01:37:45.151109 [ 260 ] {7a5dd379-6e2b-4298-817c-d642ec49869d} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6797 | 2024.11.19 01:37:45.151487 [ 260 ] {7a5dd379-6e2b-4298-817c-d642ec49869d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004572 sec., 1312.3359580052495 rows/sec., 68.56 KiB/sec. | ||
| 6798 | 2024.11.19 01:37:45.151830 [ 260 ] {7a5dd379-6e2b-4298-817c-d642ec49869d} <Debug> TCPHandler: Processed in 0.005386167 sec. | ||
| 6799 | 2024.11.19 01:37:45.151927 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.005637531 sec., 347137.7807057735 rows/sec., 26.58 MiB/sec. | ||
| 6800 | 2024.11.19 01:37:45.152008 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6801 | 2024.11.19 01:37:45.152169 [ 257 ] {c4814362-86c5-44e0-b2c9-1866f94ecc5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6802 | 2024.11.19 01:37:45.152202 [ 196 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6803 | 2024.11.19 01:37:45.152269 [ 257 ] {c4814362-86c5-44e0-b2c9-1866f94ecc5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6804 | 2024.11.19 01:37:45.152925 [ 196 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_61_12} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6805 | 2024.11.19 01:37:45.153077 [ 196 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_61_12} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6806 | 2024.11.19 01:37:45.153252 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6807 | 2024.11.19 01:37:45.153448 [ 257 ] {c4814362-86c5-44e0-b2c9-1866f94ecc5c} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6808 | 2024.11.19 01:37:45.153494 [ 257 ] {c4814362-86c5-44e0-b2c9-1866f94ecc5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6809 | 2024.11.19 01:37:45.153906 [ 257 ] {c4814362-86c5-44e0-b2c9-1866f94ecc5c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6810 | 2024.11.19 01:37:45.154161 [ 257 ] {c4814362-86c5-44e0-b2c9-1866f94ecc5c} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6811 | 2024.11.19 01:37:45.154342 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6812 | 2024.11.19 01:37:45.154393 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6813 | 2024.11.19 01:37:45.154424 [ 257 ] {c4814362-86c5-44e0-b2c9-1866f94ecc5c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002297 sec., 103178.05833696126 rows/sec., 6.92 MiB/sec. | ||
| 6814 | 2024.11.19 01:37:45.154440 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6815 | 2024.11.19 01:37:45.154641 [ 257 ] {c4814362-86c5-44e0-b2c9-1866f94ecc5c} <Debug> TCPHandler: Processed in 0.002706978 sec. | ||
| 6816 | 2024.11.19 01:37:45.154761 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 6817 | 2024.11.19 01:37:45.154970 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6818 | 2024.11.19 01:37:45.155202 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6819 | 2024.11.19 01:37:45.155289 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 11064 rows starting from the beginning of the part | ||
| 6820 | 2024.11.19 01:37:45.155294 [ 260 ] {04c82a81-25dc-4586-bb39-9750d9f6dcf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6821 | 2024.11.19 01:37:45.155508 [ 260 ] {04c82a81-25dc-4586-bb39-9750d9f6dcf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6822 | 2024.11.19 01:37:45.155705 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
| 6823 | 2024.11.19 01:37:45.156070 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part | ||
| 6824 | 2024.11.19 01:37:45.156390 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 130 rows starting from the beginning of the part | ||
| 6825 | 2024.11.19 01:37:45.156704 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 6826 | 2024.11.19 01:37:45.156905 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
| 6827 | 2024.11.19 01:37:45.157427 [ 260 ] {04c82a81-25dc-4586-bb39-9750d9f6dcf1} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6828 | 2024.11.19 01:37:45.157473 [ 260 ] {04c82a81-25dc-4586-bb39-9750d9f6dcf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6829 | 2024.11.19 01:37:45.157876 [ 260 ] {04c82a81-25dc-4586-bb39-9750d9f6dcf1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6830 | 2024.11.19 01:37:45.158226 [ 260 ] {04c82a81-25dc-4586-bb39-9750d9f6dcf1} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6831 | 2024.11.19 01:37:45.158650 [ 260 ] {04c82a81-25dc-4586-bb39-9750d9f6dcf1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003437 sec., 290.9514111143439 rows/sec., 19.61 KiB/sec. | ||
| 6832 | 2024.11.19 01:37:45.159074 [ 260 ] {04c82a81-25dc-4586-bb39-9750d9f6dcf1} <Debug> TCPHandler: Processed in 0.004274356 sec. | ||
| 6833 | 2024.11.19 01:37:45.159386 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6834 | 2024.11.19 01:37:45.159712 [ 257 ] {9bf79bfd-3c31-4fe8-bd90-882f58240a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6835 | 2024.11.19 01:37:45.159973 [ 257 ] {9bf79bfd-3c31-4fe8-bd90-882f58240a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6836 | 2024.11.19 01:37:45.161577 [ 257 ] {9bf79bfd-3c31-4fe8-bd90-882f58240a96} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6837 | 2024.11.19 01:37:45.161617 [ 257 ] {9bf79bfd-3c31-4fe8-bd90-882f58240a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6838 | 2024.11.19 01:37:45.162701 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11988 rows, containing 5 columns (5 merged, 0 gathered) in 0.008124825 sec., 1475477.9333708726 rows/sec., 100.70 MiB/sec. | ||
| 6839 | 2024.11.19 01:37:45.163062 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6840 | 2024.11.19 01:37:45.163066 [ 257 ] {9bf79bfd-3c31-4fe8-bd90-882f58240a96} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6841 | 2024.11.19 01:37:45.163668 [ 257 ] {9bf79bfd-3c31-4fe8-bd90-882f58240a96} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6842 | 2024.11.19 01:37:45.163674 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6843 | 2024.11.19 01:37:45.163864 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6844 | 2024.11.19 01:37:45.164201 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. | ||
| 6845 | 2024.11.19 01:37:45.164412 [ 257 ] {9bf79bfd-3c31-4fe8-bd90-882f58240a96} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004787 sec., 8564.863171088366 rows/sec., 15.35 MiB/sec. | ||
| 6846 | 2024.11.19 01:37:45.164598 [ 257 ] {9bf79bfd-3c31-4fe8-bd90-882f58240a96} <Debug> TCPHandler: Processed in 0.005399276 sec. | ||
| 6847 | 2024.11.19 01:37:45.164768 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6848 | 2024.11.19 01:37:45.164908 [ 260 ] {8834b8e9-6e43-4b48-9bd3-d1d145b7f5e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6849 | 2024.11.19 01:37:45.164969 [ 260 ] {8834b8e9-6e43-4b48-9bd3-d1d145b7f5e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6850 | 2024.11.19 01:37:45.165483 [ 260 ] {8834b8e9-6e43-4b48-9bd3-d1d145b7f5e9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6851 | 2024.11.19 01:37:45.165519 [ 260 ] {8834b8e9-6e43-4b48-9bd3-d1d145b7f5e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6852 | 2024.11.19 01:37:45.165892 [ 260 ] {8834b8e9-6e43-4b48-9bd3-d1d145b7f5e9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6853 | 2024.11.19 01:37:45.166131 [ 260 ] {8834b8e9-6e43-4b48-9bd3-d1d145b7f5e9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6854 | 2024.11.19 01:37:45.166258 [ 115 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6855 | 2024.11.19 01:37:45.166297 [ 115 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6856 | 2024.11.19 01:37:45.166318 [ 260 ] {8834b8e9-6e43-4b48-9bd3-d1d145b7f5e9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001441 sec., 56904.92713393477 rows/sec., 3.61 MiB/sec. | ||
| 6857 | 2024.11.19 01:37:45.166324 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6858 | 2024.11.19 01:37:45.166422 [ 260 ] {8834b8e9-6e43-4b48-9bd3-d1d145b7f5e9} <Debug> TCPHandler: Processed in 0.001717431 sec. | ||
| 6859 | 2024.11.19 01:37:45.166636 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::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 | ||
| 6860 | 2024.11.19 01:37:45.166836 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6861 | 2024.11.19 01:37:45.166894 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3316 rows starting from the beginning of the part | ||
| 6862 | 2024.11.19 01:37:45.167102 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
| 6863 | 2024.11.19 01:37:45.167266 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part | ||
| 6864 | 2024.11.19 01:37:45.167429 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 48 rows starting from the beginning of the part | ||
| 6865 | 2024.11.19 01:37:45.167534 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 6866 | 2024.11.19 01:37:45.167801 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 6867 | 2024.11.19 01:37:45.169475 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3648 rows, containing 4 columns (4 merged, 0 gathered) in 0.003032434 sec., 1202994.030537845 rows/sec., 79.32 MiB/sec. | ||
| 6868 | 2024.11.19 01:37:45.169789 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6869 | 2024.11.19 01:37:45.170074 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_61_12} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6870 | 2024.11.19 01:37:45.170152 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_61_12} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6871 | 2024.11.19 01:37:45.170225 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 6872 | 2024.11.19 01:37:48.948761 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1008 | ||
| 6873 | 2024.11.19 01:37:48.951687 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6874 | 2024.11.19 01:37:48.951740 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6875 | 2024.11.19 01:37:48.953100 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6876 | 2024.11.19 01:37:48.953413 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6877 | 2024.11.19 01:37:48.953675 [ 109 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6878 | 2024.11.19 01:37:48.953891 [ 109 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6879 | 2024.11.19 01:37:48.954002 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6880 | 2024.11.19 01:37:48.954691 [ 193 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 6881 | 2024.11.19 01:37:48.955408 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1008 | ||
| 6882 | 2024.11.19 01:37:48.956128 [ 193 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6883 | 2024.11.19 01:37:48.956330 [ 193 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 860 rows starting from the beginning of the part | ||
| 6884 | 2024.11.19 01:37:48.956973 [ 193 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part | ||
| 6885 | 2024.11.19 01:37:48.957556 [ 193 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part | ||
| 6886 | 2024.11.19 01:37:48.958086 [ 193 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 6887 | 2024.11.19 01:37:48.958660 [ 193 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part | ||
| 6888 | 2024.11.19 01:37:48.959143 [ 193 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 6889 | 2024.11.19 01:37:48.966589 [ 188 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1008 rows, containing 72 columns (72 merged, 0 gathered) in 0.012342361 sec., 81669.9495339668 rows/sec., 66.25 MiB/sec. | ||
| 6890 | 2024.11.19 01:37:48.968060 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6891 | 2024.11.19 01:37:48.968899 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_31_6} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6892 | 2024.11.19 01:37:48.968998 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_31_6} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6893 | 2024.11.19 01:37:48.969330 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 6894 | 2024.11.19 01:37:50.120322 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6895 | 2024.11.19 01:37:50.120664 [ 260 ] {f9e0a158-9cad-47d2-af4c-8268674cb867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6896 | 2024.11.19 01:37:50.120781 [ 260 ] {f9e0a158-9cad-47d2-af4c-8268674cb867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6897 | 2024.11.19 01:37:50.121726 [ 260 ] {f9e0a158-9cad-47d2-af4c-8268674cb867} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6898 | 2024.11.19 01:37:50.121775 [ 260 ] {f9e0a158-9cad-47d2-af4c-8268674cb867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6899 | 2024.11.19 01:37:50.122194 [ 260 ] {f9e0a158-9cad-47d2-af4c-8268674cb867} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6900 | 2024.11.19 01:37:50.122443 [ 260 ] {f9e0a158-9cad-47d2-af4c-8268674cb867} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6901 | 2024.11.19 01:37:50.122702 [ 260 ] {f9e0a158-9cad-47d2-af4c-8268674cb867} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002117 sec., 4723.665564478035 rows/sec., 385.18 KiB/sec. | ||
| 6902 | 2024.11.19 01:37:50.122808 [ 260 ] {f9e0a158-9cad-47d2-af4c-8268674cb867} <Debug> TCPHandler: Processed in 0.002622727 sec. | ||
| 6903 | 2024.11.19 01:37:50.123087 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6904 | 2024.11.19 01:37:50.123287 [ 257 ] {b0a07ed9-14b5-410a-b54e-dac8281bb5f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6905 | 2024.11.19 01:37:50.123361 [ 257 ] {b0a07ed9-14b5-410a-b54e-dac8281bb5f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6906 | 2024.11.19 01:37:50.124100 [ 257 ] {b0a07ed9-14b5-410a-b54e-dac8281bb5f3} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6907 | 2024.11.19 01:37:50.124145 [ 257 ] {b0a07ed9-14b5-410a-b54e-dac8281bb5f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6908 | 2024.11.19 01:37:50.124598 [ 257 ] {b0a07ed9-14b5-410a-b54e-dac8281bb5f3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6909 | 2024.11.19 01:37:50.124861 [ 257 ] {b0a07ed9-14b5-410a-b54e-dac8281bb5f3} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6910 | 2024.11.19 01:37:50.125093 [ 257 ] {b0a07ed9-14b5-410a-b54e-dac8281bb5f3} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001861 sec., 32778.076303062866 rows/sec., 2.50 MiB/sec. | ||
| 6911 | 2024.11.19 01:37:50.125155 [ 257 ] {b0a07ed9-14b5-410a-b54e-dac8281bb5f3} <Debug> TCPHandler: Processed in 0.002210839 sec. | ||
| 6912 | 2024.11.19 01:37:50.125366 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6913 | 2024.11.19 01:37:50.125483 [ 260 ] {5571f88d-5336-41e0-a680-86f5ffd8e0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6914 | 2024.11.19 01:37:50.125531 [ 260 ] {5571f88d-5336-41e0-a680-86f5ffd8e0d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6915 | 2024.11.19 01:37:50.126153 [ 260 ] {5571f88d-5336-41e0-a680-86f5ffd8e0d1} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6916 | 2024.11.19 01:37:50.126203 [ 260 ] {5571f88d-5336-41e0-a680-86f5ffd8e0d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6917 | 2024.11.19 01:37:50.126756 [ 260 ] {5571f88d-5336-41e0-a680-86f5ffd8e0d1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6918 | 2024.11.19 01:37:50.126994 [ 260 ] {5571f88d-5336-41e0-a680-86f5ffd8e0d1} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6919 | 2024.11.19 01:37:50.127194 [ 260 ] {5571f88d-5336-41e0-a680-86f5ffd8e0d1} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001734 sec., 5767.012687427912 rows/sec., 402.68 KiB/sec. | ||
| 6920 | 2024.11.19 01:37:50.127248 [ 260 ] {5571f88d-5336-41e0-a680-86f5ffd8e0d1} <Debug> TCPHandler: Processed in 0.001986056 sec. | ||
| 6921 | 2024.11.19 01:37:50.127399 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6922 | 2024.11.19 01:37:50.127546 [ 257 ] {f95f0afc-af12-4035-af4b-006ca6aaa7f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6923 | 2024.11.19 01:37:50.127607 [ 257 ] {f95f0afc-af12-4035-af4b-006ca6aaa7f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6924 | 2024.11.19 01:37:50.128322 [ 257 ] {f95f0afc-af12-4035-af4b-006ca6aaa7f3} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6925 | 2024.11.19 01:37:50.128363 [ 257 ] {f95f0afc-af12-4035-af4b-006ca6aaa7f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6926 | 2024.11.19 01:37:50.128723 [ 257 ] {f95f0afc-af12-4035-af4b-006ca6aaa7f3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6927 | 2024.11.19 01:37:50.128957 [ 257 ] {f95f0afc-af12-4035-af4b-006ca6aaa7f3} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6928 | 2024.11.19 01:37:50.129174 [ 257 ] {f95f0afc-af12-4035-af4b-006ca6aaa7f3} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001664 sec., 44471.15384615385 rows/sec., 3.48 MiB/sec. | ||
| 6929 | 2024.11.19 01:37:50.129229 [ 257 ] {f95f0afc-af12-4035-af4b-006ca6aaa7f3} <Debug> TCPHandler: Processed in 0.001898704 sec. | ||
| 6930 | 2024.11.19 01:37:50.129462 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6931 | 2024.11.19 01:37:50.129622 [ 260 ] {a2c74330-a87c-4a0f-bc0a-8ae185c41260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6932 | 2024.11.19 01:37:50.129683 [ 260 ] {a2c74330-a87c-4a0f-bc0a-8ae185c41260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6933 | 2024.11.19 01:37:50.130325 [ 260 ] {a2c74330-a87c-4a0f-bc0a-8ae185c41260} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6934 | 2024.11.19 01:37:50.130364 [ 260 ] {a2c74330-a87c-4a0f-bc0a-8ae185c41260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6935 | 2024.11.19 01:37:50.130744 [ 260 ] {a2c74330-a87c-4a0f-bc0a-8ae185c41260} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6936 | 2024.11.19 01:37:50.130992 [ 260 ] {a2c74330-a87c-4a0f-bc0a-8ae185c41260} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6937 | 2024.11.19 01:37:50.131236 [ 260 ] {a2c74330-a87c-4a0f-bc0a-8ae185c41260} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001642 sec., 80998.78197320341 rows/sec., 5.64 MiB/sec. | ||
| 6938 | 2024.11.19 01:37:50.131292 [ 260 ] {a2c74330-a87c-4a0f-bc0a-8ae185c41260} <Debug> TCPHandler: Processed in 0.001968665 sec. | ||
| 6939 | 2024.11.19 01:37:50.131571 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6940 | 2024.11.19 01:37:50.131742 [ 257 ] {3dd88c8c-bfe8-4648-a038-4cb6cf2a9b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6941 | 2024.11.19 01:37:50.131802 [ 257 ] {3dd88c8c-bfe8-4648-a038-4cb6cf2a9b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6942 | 2024.11.19 01:37:50.132380 [ 257 ] {3dd88c8c-bfe8-4648-a038-4cb6cf2a9b15} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6943 | 2024.11.19 01:37:50.132419 [ 257 ] {3dd88c8c-bfe8-4648-a038-4cb6cf2a9b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 6944 | 2024.11.19 01:37:50.132790 [ 257 ] {3dd88c8c-bfe8-4648-a038-4cb6cf2a9b15} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6945 | 2024.11.19 01:37:50.133026 [ 257 ] {3dd88c8c-bfe8-4648-a038-4cb6cf2a9b15} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6946 | 2024.11.19 01:37:50.133231 [ 257 ] {3dd88c8c-bfe8-4648-a038-4cb6cf2a9b15} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001521 sec., 31558.185404339252 rows/sec., 2.13 MiB/sec. | ||
| 6947 | 2024.11.19 01:37:50.133279 [ 257 ] {3dd88c8c-bfe8-4648-a038-4cb6cf2a9b15} <Debug> TCPHandler: Processed in 0.001894034 sec. | ||
| 6948 | 2024.11.19 01:37:55.121920 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6949 | 2024.11.19 01:37:55.122136 [ 260 ] {e951b8c4-91b8-4c73-a508-1e3df37a17ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6950 | 2024.11.19 01:37:55.122212 [ 260 ] {e951b8c4-91b8-4c73-a508-1e3df37a17ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6951 | 2024.11.19 01:37:55.123050 [ 260 ] {e951b8c4-91b8-4c73-a508-1e3df37a17ee} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6952 | 2024.11.19 01:37:55.123101 [ 260 ] {e951b8c4-91b8-4c73-a508-1e3df37a17ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6953 | 2024.11.19 01:37:55.123527 [ 260 ] {e951b8c4-91b8-4c73-a508-1e3df37a17ee} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6954 | 2024.11.19 01:37:55.123774 [ 260 ] {e951b8c4-91b8-4c73-a508-1e3df37a17ee} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6955 | 2024.11.19 01:37:55.124006 [ 260 ] {e951b8c4-91b8-4c73-a508-1e3df37a17ee} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001889 sec., 29645.314981471678 rows/sec., 2.28 MiB/sec. | ||
| 6956 | 2024.11.19 01:37:55.124060 [ 260 ] {e951b8c4-91b8-4c73-a508-1e3df37a17ee} <Debug> TCPHandler: Processed in 0.00225407 sec. | ||
| 6957 | 2024.11.19 01:37:55.124303 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6958 | 2024.11.19 01:37:55.124510 [ 257 ] {5bd0db46-84c3-4f4c-bd92-a4b671ead9f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6959 | 2024.11.19 01:37:55.124583 [ 257 ] {5bd0db46-84c3-4f4c-bd92-a4b671ead9f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6960 | 2024.11.19 01:37:55.125333 [ 257 ] {5bd0db46-84c3-4f4c-bd92-a4b671ead9f0} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6961 | 2024.11.19 01:37:55.125377 [ 257 ] {5bd0db46-84c3-4f4c-bd92-a4b671ead9f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6962 | 2024.11.19 01:37:55.125819 [ 257 ] {5bd0db46-84c3-4f4c-bd92-a4b671ead9f0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6963 | 2024.11.19 01:37:55.126074 [ 257 ] {5bd0db46-84c3-4f4c-bd92-a4b671ead9f0} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6964 | 2024.11.19 01:37:55.126307 [ 257 ] {5bd0db46-84c3-4f4c-bd92-a4b671ead9f0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001852 sec., 34557.23542116631 rows/sec., 2.70 MiB/sec. | ||
| 6965 | 2024.11.19 01:37:55.126360 [ 257 ] {5bd0db46-84c3-4f4c-bd92-a4b671ead9f0} <Debug> TCPHandler: Processed in 0.002196469 sec. | ||
| 6966 | 2024.11.19 01:37:55.126540 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6967 | 2024.11.19 01:37:55.126658 [ 260 ] {55db2a14-bcf9-4a1f-97ee-0e1d31808aa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6968 | 2024.11.19 01:37:55.126711 [ 260 ] {55db2a14-bcf9-4a1f-97ee-0e1d31808aa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6969 | 2024.11.19 01:37:55.127281 [ 260 ] {55db2a14-bcf9-4a1f-97ee-0e1d31808aa7} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6970 | 2024.11.19 01:37:55.127320 [ 260 ] {55db2a14-bcf9-4a1f-97ee-0e1d31808aa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6971 | 2024.11.19 01:37:55.127716 [ 260 ] {55db2a14-bcf9-4a1f-97ee-0e1d31808aa7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6972 | 2024.11.19 01:37:55.127950 [ 260 ] {55db2a14-bcf9-4a1f-97ee-0e1d31808aa7} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6973 | 2024.11.19 01:37:55.128191 [ 260 ] {55db2a14-bcf9-4a1f-97ee-0e1d31808aa7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001549 sec., 103292.44673983214 rows/sec., 7.19 MiB/sec. | ||
| 6974 | 2024.11.19 01:37:55.128262 [ 260 ] {55db2a14-bcf9-4a1f-97ee-0e1d31808aa7} <Debug> TCPHandler: Processed in 0.001789072 sec. | ||
| 6975 | 2024.11.19 01:37:55.128445 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6976 | 2024.11.19 01:37:55.128608 [ 257 ] {6aeda184-42a6-4330-b8b2-76405b4a5424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6977 | 2024.11.19 01:37:55.128668 [ 257 ] {6aeda184-42a6-4330-b8b2-76405b4a5424} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6978 | 2024.11.19 01:37:55.129248 [ 257 ] {6aeda184-42a6-4330-b8b2-76405b4a5424} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6979 | 2024.11.19 01:37:55.129295 [ 257 ] {6aeda184-42a6-4330-b8b2-76405b4a5424} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 6980 | 2024.11.19 01:37:55.129712 [ 257 ] {6aeda184-42a6-4330-b8b2-76405b4a5424} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6981 | 2024.11.19 01:37:55.129954 [ 257 ] {6aeda184-42a6-4330-b8b2-76405b4a5424} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6982 | 2024.11.19 01:37:55.130156 [ 257 ] {6aeda184-42a6-4330-b8b2-76405b4a5424} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001588 sec., 37783.37531486146 rows/sec., 2.55 MiB/sec. | ||
| 6983 | 2024.11.19 01:37:55.130205 [ 257 ] {6aeda184-42a6-4330-b8b2-76405b4a5424} <Debug> TCPHandler: Processed in 0.001859634 sec. | ||
| 6984 | 2024.11.19 01:37:57.383233 [ 284 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59785, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6985 | 2024.11.19 01:37:57.503436 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46700, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6986 | 2024.11.19 01:37:57.670946 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56699, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6987 | 2024.11.19 01:37:57.696273 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54434, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6988 | 2024.11.19 01:37:57.806419 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6989 | 2024.11.19 01:37:57.807266 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64727, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6990 | 2024.11.19 01:37:57.813615 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35076, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6991 | 2024.11.19 01:37:57.867013 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62236, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6992 | 2024.11.19 01:37:57.877381 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6993 | 2024.11.19 01:37:57.896769 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6994 | 2024.11.19 01:37:57.918929 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49365, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6995 | 2024.11.19 01:37:57.969281 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38079, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6996 | 2024.11.19 01:37:57.996868 [ 298 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50967, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6997 | 2024.11.19 01:37:58.049280 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65453, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6998 | 2024.11.19 01:37:58.148673 [ 299 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6999 | 2024.11.19 01:37:58.283611 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58423, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7000 | 2024.11.19 01:37:58.716077 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7001 | 2024.11.19 01:37:58.716158 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7002 | 2024.11.19 01:37:58.955766 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1028 | ||
| 7003 | 2024.11.19 01:37:58.958378 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7004 | 2024.11.19 01:37:58.958441 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7005 | 2024.11.19 01:37:58.959872 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7006 | 2024.11.19 01:37:58.960195 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7007 | 2024.11.19 01:37:58.961483 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1028 | ||
| 7008 | 2024.11.19 01:38:00.128176 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7009 | 2024.11.19 01:38:00.128370 [ 260 ] {d60c0d7e-5e3f-4174-bbc1-51c8772ea1a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7010 | 2024.11.19 01:38:00.128442 [ 260 ] {d60c0d7e-5e3f-4174-bbc1-51c8772ea1a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7011 | 2024.11.19 01:38:00.129181 [ 260 ] {d60c0d7e-5e3f-4174-bbc1-51c8772ea1a6} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7012 | 2024.11.19 01:38:00.129231 [ 260 ] {d60c0d7e-5e3f-4174-bbc1-51c8772ea1a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7013 | 2024.11.19 01:38:00.129661 [ 260 ] {d60c0d7e-5e3f-4174-bbc1-51c8772ea1a6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7014 | 2024.11.19 01:38:00.129934 [ 260 ] {d60c0d7e-5e3f-4174-bbc1-51c8772ea1a6} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7015 | 2024.11.19 01:38:00.130150 [ 260 ] {d60c0d7e-5e3f-4174-bbc1-51c8772ea1a6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00183 sec., 7650.273224043715 rows/sec., 550.72 KiB/sec. | ||
| 7016 | 2024.11.19 01:38:00.130272 [ 260 ] {d60c0d7e-5e3f-4174-bbc1-51c8772ea1a6} <Debug> TCPHandler: Processed in 0.0022263 sec. | ||
| 7017 | 2024.11.19 01:38:00.130574 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7018 | 2024.11.19 01:38:00.130765 [ 257 ] {16beb929-757a-4a6e-998a-eb7efe7a24c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7019 | 2024.11.19 01:38:00.130843 [ 257 ] {16beb929-757a-4a6e-998a-eb7efe7a24c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7020 | 2024.11.19 01:38:00.131747 [ 257 ] {16beb929-757a-4a6e-998a-eb7efe7a24c7} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7021 | 2024.11.19 01:38:00.131797 [ 257 ] {16beb929-757a-4a6e-998a-eb7efe7a24c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7022 | 2024.11.19 01:38:00.132266 [ 257 ] {16beb929-757a-4a6e-998a-eb7efe7a24c7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7023 | 2024.11.19 01:38:00.132529 [ 257 ] {16beb929-757a-4a6e-998a-eb7efe7a24c7} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7024 | 2024.11.19 01:38:00.132777 [ 257 ] {16beb929-757a-4a6e-998a-eb7efe7a24c7} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002064 sec., 138081.39534883722 rows/sec., 12.20 MiB/sec. | ||
| 7025 | 2024.11.19 01:38:00.132848 [ 257 ] {16beb929-757a-4a6e-998a-eb7efe7a24c7} <Debug> TCPHandler: Processed in 0.002423463 sec. | ||
| 7026 | 2024.11.19 01:38:00.133024 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7027 | 2024.11.19 01:38:00.133170 [ 260 ] {f412c70b-efc5-47d1-bd8e-9e2a3b3a5a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7028 | 2024.11.19 01:38:00.133230 [ 260 ] {f412c70b-efc5-47d1-bd8e-9e2a3b3a5a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7029 | 2024.11.19 01:38:00.133915 [ 260 ] {f412c70b-efc5-47d1-bd8e-9e2a3b3a5a21} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7030 | 2024.11.19 01:38:00.133955 [ 260 ] {f412c70b-efc5-47d1-bd8e-9e2a3b3a5a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7031 | 2024.11.19 01:38:00.134326 [ 260 ] {f412c70b-efc5-47d1-bd8e-9e2a3b3a5a21} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7032 | 2024.11.19 01:38:00.134574 [ 260 ] {f412c70b-efc5-47d1-bd8e-9e2a3b3a5a21} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7033 | 2024.11.19 01:38:00.134814 [ 260 ] {f412c70b-efc5-47d1-bd8e-9e2a3b3a5a21} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001667 sec., 28794.241151769646 rows/sec., 2.07 MiB/sec. | ||
| 7034 | 2024.11.19 01:38:00.134889 [ 260 ] {f412c70b-efc5-47d1-bd8e-9e2a3b3a5a21} <Debug> TCPHandler: Processed in 0.001933605 sec. | ||
| 7035 | 2024.11.19 01:38:00.135144 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7036 | 2024.11.19 01:38:00.135305 [ 257 ] {03e8d72c-d2fa-4c4b-9719-8a7c64c59ab8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7037 | 2024.11.19 01:38:00.135369 [ 257 ] {03e8d72c-d2fa-4c4b-9719-8a7c64c59ab8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7038 | 2024.11.19 01:38:00.136022 [ 257 ] {03e8d72c-d2fa-4c4b-9719-8a7c64c59ab8} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7039 | 2024.11.19 01:38:00.136071 [ 257 ] {03e8d72c-d2fa-4c4b-9719-8a7c64c59ab8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7040 | 2024.11.19 01:38:00.136414 [ 257 ] {03e8d72c-d2fa-4c4b-9719-8a7c64c59ab8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7041 | 2024.11.19 01:38:00.136726 [ 257 ] {03e8d72c-d2fa-4c4b-9719-8a7c64c59ab8} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7042 | 2024.11.19 01:38:00.136977 [ 257 ] {03e8d72c-d2fa-4c4b-9719-8a7c64c59ab8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001707 sec., 8201.523140011717 rows/sec., 574.38 KiB/sec. | ||
| 7043 | 2024.11.19 01:38:00.137189 [ 257 ] {03e8d72c-d2fa-4c4b-9719-8a7c64c59ab8} <Debug> TCPHandler: Processed in 0.00219871 sec. | ||
| 7044 | 2024.11.19 01:38:00.137352 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7045 | 2024.11.19 01:38:00.137466 [ 260 ] {f0d8b29d-8177-419a-a7e4-e4fe936e1744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7046 | 2024.11.19 01:38:00.137515 [ 260 ] {f0d8b29d-8177-419a-a7e4-e4fe936e1744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7047 | 2024.11.19 01:38:00.138064 [ 260 ] {f0d8b29d-8177-419a-a7e4-e4fe936e1744} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7048 | 2024.11.19 01:38:00.138102 [ 260 ] {f0d8b29d-8177-419a-a7e4-e4fe936e1744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7049 | 2024.11.19 01:38:00.138458 [ 260 ] {f0d8b29d-8177-419a-a7e4-e4fe936e1744} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7050 | 2024.11.19 01:38:00.138712 [ 260 ] {f0d8b29d-8177-419a-a7e4-e4fe936e1744} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7051 | 2024.11.19 01:38:00.138963 [ 260 ] {f0d8b29d-8177-419a-a7e4-e4fe936e1744} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00152 sec., 8552.631578947368 rows/sec., 533.25 KiB/sec. | ||
| 7052 | 2024.11.19 01:38:00.139183 [ 260 ] {f0d8b29d-8177-419a-a7e4-e4fe936e1744} <Debug> TCPHandler: Processed in 0.001881573 sec. | ||
| 7053 | 2024.11.19 01:38:00.139343 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7054 | 2024.11.19 01:38:00.139463 [ 257 ] {808a1989-5ea7-4df2-9c5e-117990918ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7055 | 2024.11.19 01:38:00.139513 [ 257 ] {808a1989-5ea7-4df2-9c5e-117990918ba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7056 | 2024.11.19 01:38:00.140255 [ 257 ] {808a1989-5ea7-4df2-9c5e-117990918ba8} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7057 | 2024.11.19 01:38:00.140296 [ 257 ] {808a1989-5ea7-4df2-9c5e-117990918ba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7058 | 2024.11.19 01:38:00.140694 [ 257 ] {808a1989-5ea7-4df2-9c5e-117990918ba8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7059 | 2024.11.19 01:38:00.141018 [ 257 ] {808a1989-5ea7-4df2-9c5e-117990918ba8} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7060 | 2024.11.19 01:38:00.141254 [ 257 ] {808a1989-5ea7-4df2-9c5e-117990918ba8} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00181 sec., 233701.65745856354 rows/sec., 16.71 MiB/sec. | ||
| 7061 | 2024.11.19 01:38:00.141331 [ 257 ] {808a1989-5ea7-4df2-9c5e-117990918ba8} <Debug> TCPHandler: Processed in 0.002052357 sec. | ||
| 7062 | 2024.11.19 01:38:00.141531 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7063 | 2024.11.19 01:38:00.141660 [ 260 ] {35a6e5d4-14de-4005-a072-f3fbd2a7f992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7064 | 2024.11.19 01:38:00.141711 [ 260 ] {35a6e5d4-14de-4005-a072-f3fbd2a7f992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7065 | 2024.11.19 01:38:00.142198 [ 260 ] {35a6e5d4-14de-4005-a072-f3fbd2a7f992} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7066 | 2024.11.19 01:38:00.142236 [ 260 ] {35a6e5d4-14de-4005-a072-f3fbd2a7f992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7067 | 2024.11.19 01:38:00.142595 [ 260 ] {35a6e5d4-14de-4005-a072-f3fbd2a7f992} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7068 | 2024.11.19 01:38:00.142834 [ 260 ] {35a6e5d4-14de-4005-a072-f3fbd2a7f992} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7069 | 2024.11.19 01:38:00.143094 [ 260 ] {35a6e5d4-14de-4005-a072-f3fbd2a7f992} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec. | ||
| 7070 | 2024.11.19 01:38:00.143294 [ 260 ] {35a6e5d4-14de-4005-a072-f3fbd2a7f992} <Debug> TCPHandler: Processed in 0.001856153 sec. | ||
| 7071 | 2024.11.19 01:38:00.143452 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7072 | 2024.11.19 01:38:00.143571 [ 257 ] {2eb6b262-82a5-40da-93cc-77895b9ebfa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7073 | 2024.11.19 01:38:00.143630 [ 257 ] {2eb6b262-82a5-40da-93cc-77895b9ebfa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7074 | 2024.11.19 01:38:00.144223 [ 257 ] {2eb6b262-82a5-40da-93cc-77895b9ebfa6} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7075 | 2024.11.19 01:38:00.144261 [ 257 ] {2eb6b262-82a5-40da-93cc-77895b9ebfa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7076 | 2024.11.19 01:38:00.144652 [ 257 ] {2eb6b262-82a5-40da-93cc-77895b9ebfa6} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7077 | 2024.11.19 01:38:00.144891 [ 257 ] {2eb6b262-82a5-40da-93cc-77895b9ebfa6} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7078 | 2024.11.19 01:38:00.145144 [ 257 ] {2eb6b262-82a5-40da-93cc-77895b9ebfa6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001589 sec., 149150.40906230334 rows/sec., 10.00 MiB/sec. | ||
| 7079 | 2024.11.19 01:38:00.145215 [ 257 ] {2eb6b262-82a5-40da-93cc-77895b9ebfa6} <Debug> TCPHandler: Processed in 0.001813652 sec. | ||
| 7080 | 2024.11.19 01:38:00.145423 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7081 | 2024.11.19 01:38:00.145547 [ 260 ] {02c54edb-d441-466f-8ed2-242169171eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7082 | 2024.11.19 01:38:00.145597 [ 260 ] {02c54edb-d441-466f-8ed2-242169171eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7083 | 2024.11.19 01:38:00.146056 [ 260 ] {02c54edb-d441-466f-8ed2-242169171eed} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7084 | 2024.11.19 01:38:00.146093 [ 260 ] {02c54edb-d441-466f-8ed2-242169171eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7085 | 2024.11.19 01:38:00.146450 [ 260 ] {02c54edb-d441-466f-8ed2-242169171eed} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7086 | 2024.11.19 01:38:00.146693 [ 260 ] {02c54edb-d441-466f-8ed2-242169171eed} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7087 | 2024.11.19 01:38:00.146951 [ 260 ] {02c54edb-d441-466f-8ed2-242169171eed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00142 sec., 704.2253521126761 rows/sec., 47.45 KiB/sec. | ||
| 7088 | 2024.11.19 01:38:00.147156 [ 260 ] {02c54edb-d441-466f-8ed2-242169171eed} <Debug> TCPHandler: Processed in 0.001825072 sec. | ||
| 7089 | 2024.11.19 01:38:00.147331 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7090 | 2024.11.19 01:38:00.147468 [ 257 ] {81236d73-efbe-4146-8704-12e9f8ebe092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7091 | 2024.11.19 01:38:00.147559 [ 257 ] {81236d73-efbe-4146-8704-12e9f8ebe092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7092 | 2024.11.19 01:38:00.148764 [ 257 ] {81236d73-efbe-4146-8704-12e9f8ebe092} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7093 | 2024.11.19 01:38:00.148802 [ 257 ] {81236d73-efbe-4146-8704-12e9f8ebe092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7094 | 2024.11.19 01:38:00.149440 [ 257 ] {81236d73-efbe-4146-8704-12e9f8ebe092} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7095 | 2024.11.19 01:38:00.149698 [ 257 ] {81236d73-efbe-4146-8704-12e9f8ebe092} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7096 | 2024.11.19 01:38:00.150048 [ 257 ] {81236d73-efbe-4146-8704-12e9f8ebe092} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002587 sec., 15848.473134905296 rows/sec., 28.40 MiB/sec. | ||
| 7097 | 2024.11.19 01:38:00.150418 [ 257 ] {81236d73-efbe-4146-8704-12e9f8ebe092} <Debug> TCPHandler: Processed in 0.003156596 sec. | ||
| 7098 | 2024.11.19 01:38:00.150567 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7099 | 2024.11.19 01:38:00.150705 [ 260 ] {3d0c9a55-688d-4721-9f4a-fe1ecd63fcf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7100 | 2024.11.19 01:38:00.150773 [ 260 ] {3d0c9a55-688d-4721-9f4a-fe1ecd63fcf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7101 | 2024.11.19 01:38:00.151345 [ 260 ] {3d0c9a55-688d-4721-9f4a-fe1ecd63fcf8} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7102 | 2024.11.19 01:38:00.151391 [ 260 ] {3d0c9a55-688d-4721-9f4a-fe1ecd63fcf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7103 | 2024.11.19 01:38:00.151823 [ 260 ] {3d0c9a55-688d-4721-9f4a-fe1ecd63fcf8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7104 | 2024.11.19 01:38:00.152065 [ 260 ] {3d0c9a55-688d-4721-9f4a-fe1ecd63fcf8} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7105 | 2024.11.19 01:38:00.152279 [ 260 ] {3d0c9a55-688d-4721-9f4a-fe1ecd63fcf8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001605 sec., 51090.34267912772 rows/sec., 3.24 MiB/sec. | ||
| 7106 | 2024.11.19 01:38:00.152329 [ 260 ] {3d0c9a55-688d-4721-9f4a-fe1ecd63fcf8} <Debug> TCPHandler: Processed in 0.001828013 sec. | ||
| 7107 | 2024.11.19 01:38:01.302431 [ 99 ] {} <Debug> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 7108 | 2024.11.19 01:38:01.302530 [ 99 ] {} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7109 | 2024.11.19 01:38:01.302573 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7110 | 2024.11.19 01:38:01.302749 [ 188 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 7111 | 2024.11.19 01:38:01.302917 [ 188 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7112 | 2024.11.19 01:38:01.302959 [ 188 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
| 7113 | 2024.11.19 01:38:01.303052 [ 188 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 7114 | 2024.11.19 01:38:01.303247 [ 188 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 7115 | 2024.11.19 01:38:01.303513 [ 188 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 7116 | 2024.11.19 01:38:01.303709 [ 188 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part | ||
| 7117 | 2024.11.19 01:38:01.304763 [ 195 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002101087 sec., 17133.988264169926 rows/sec., 1.43 MiB/sec. | ||
| 7118 | 2024.11.19 01:38:01.304946 [ 191 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 7119 | 2024.11.19 01:38:01.305330 [ 191 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_17_4} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7120 | 2024.11.19 01:38:01.305437 [ 191 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_17_4} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 7121 | 2024.11.19 01:38:01.305547 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7122 | 2024.11.19 01:38:02.164622 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64463, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7123 | 2024.11.19 01:38:02.428262 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63274, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7124 | 2024.11.19 01:38:02.495767 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53620, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7125 | 2024.11.19 01:38:02.512170 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45272, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7126 | 2024.11.19 01:38:02.743158 [ 300 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35192, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7127 | 2024.11.19 01:38:02.759599 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7128 | 2024.11.19 01:38:02.789075 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7129 | 2024.11.19 01:38:02.857571 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49678, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7130 | 2024.11.19 01:38:03.385936 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62145, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7131 | 2024.11.19 01:38:03.834302 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39406, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7132 | 2024.11.19 01:38:03.896830 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41728, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7133 | 2024.11.19 01:38:04.010530 [ 301 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7134 | 2024.11.19 01:38:04.039713 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44390, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7135 | 2024.11.19 01:38:04.054668 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7136 | 2024.11.19 01:38:04.056073 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47682, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7137 | 2024.11.19 01:38:04.120543 [ 303 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60370, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7138 | 2024.11.19 01:38:05.119696 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7139 | 2024.11.19 01:38:05.119888 [ 260 ] {8dd7149f-ac43-40ea-b389-a9338bccca74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7140 | 2024.11.19 01:38:05.119962 [ 260 ] {8dd7149f-ac43-40ea-b389-a9338bccca74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7141 | 2024.11.19 01:38:05.120690 [ 260 ] {8dd7149f-ac43-40ea-b389-a9338bccca74} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7142 | 2024.11.19 01:38:05.120740 [ 260 ] {8dd7149f-ac43-40ea-b389-a9338bccca74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7143 | 2024.11.19 01:38:05.121162 [ 260 ] {8dd7149f-ac43-40ea-b389-a9338bccca74} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7144 | 2024.11.19 01:38:05.121411 [ 260 ] {8dd7149f-ac43-40ea-b389-a9338bccca74} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7145 | 2024.11.19 01:38:05.121631 [ 260 ] {8dd7149f-ac43-40ea-b389-a9338bccca74} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001791 sec., 1116.6945840312674 rows/sec., 91.06 KiB/sec. | ||
| 7146 | 2024.11.19 01:38:05.121754 [ 260 ] {8dd7149f-ac43-40ea-b389-a9338bccca74} <Debug> TCPHandler: Processed in 0.002184069 sec. | ||
| 7147 | 2024.11.19 01:38:05.122042 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7148 | 2024.11.19 01:38:05.122232 [ 257 ] {2c6ec5f7-159f-4007-9baf-012fad45b53b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7149 | 2024.11.19 01:38:05.122305 [ 257 ] {2c6ec5f7-159f-4007-9baf-012fad45b53b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7150 | 2024.11.19 01:38:05.123055 [ 257 ] {2c6ec5f7-159f-4007-9baf-012fad45b53b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7151 | 2024.11.19 01:38:05.123103 [ 257 ] {2c6ec5f7-159f-4007-9baf-012fad45b53b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7152 | 2024.11.19 01:38:05.123534 [ 257 ] {2c6ec5f7-159f-4007-9baf-012fad45b53b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7153 | 2024.11.19 01:38:05.123790 [ 257 ] {2c6ec5f7-159f-4007-9baf-012fad45b53b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7154 | 2024.11.19 01:38:05.124051 [ 257 ] {2c6ec5f7-159f-4007-9baf-012fad45b53b} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001869 sec., 30497.592295345105 rows/sec., 2.34 MiB/sec. | ||
| 7155 | 2024.11.19 01:38:05.124118 [ 257 ] {2c6ec5f7-159f-4007-9baf-012fad45b53b} <Debug> TCPHandler: Processed in 0.00221603 sec. | ||
| 7156 | 2024.11.19 01:38:05.124331 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7157 | 2024.11.19 01:38:05.124505 [ 260 ] {e35d1fea-a3dc-4f6f-a2e8-470387c94802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7158 | 2024.11.19 01:38:05.124562 [ 260 ] {e35d1fea-a3dc-4f6f-a2e8-470387c94802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7159 | 2024.11.19 01:38:05.125208 [ 260 ] {e35d1fea-a3dc-4f6f-a2e8-470387c94802} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7160 | 2024.11.19 01:38:05.125246 [ 260 ] {e35d1fea-a3dc-4f6f-a2e8-470387c94802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7161 | 2024.11.19 01:38:05.125589 [ 260 ] {e35d1fea-a3dc-4f6f-a2e8-470387c94802} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7162 | 2024.11.19 01:38:05.125829 [ 260 ] {e35d1fea-a3dc-4f6f-a2e8-470387c94802} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7163 | 2024.11.19 01:38:05.125957 [ 95 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7164 | 2024.11.19 01:38:05.125998 [ 95 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7165 | 2024.11.19 01:38:05.126018 [ 260 ] {e35d1fea-a3dc-4f6f-a2e8-470387c94802} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001541 sec., 1297.8585334198572 rows/sec., 90.62 KiB/sec. | ||
| 7166 | 2024.11.19 01:38:05.126030 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7167 | 2024.11.19 01:38:05.126093 [ 260 ] {e35d1fea-a3dc-4f6f-a2e8-470387c94802} <Debug> TCPHandler: Processed in 0.001881564 sec. | ||
| 7168 | 2024.11.19 01:38:05.126307 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::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 | ||
| 7169 | 2024.11.19 01:38:05.126331 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7170 | 2024.11.19 01:38:05.126593 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7171 | 2024.11.19 01:38:05.126603 [ 257 ] {62f81888-9891-4afe-bac4-ef17fb26d4a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7172 | 2024.11.19 01:38:05.126652 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 66 rows starting from the beginning of the part | ||
| 7173 | 2024.11.19 01:38:05.126705 [ 257 ] {62f81888-9891-4afe-bac4-ef17fb26d4a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7174 | 2024.11.19 01:38:05.127009 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 4 rows starting from the beginning of the part | ||
| 7175 | 2024.11.19 01:38:05.127311 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 48 rows starting from the beginning of the part | ||
| 7176 | 2024.11.19 01:38:05.127654 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 10 rows starting from the beginning of the part | ||
| 7177 | 2024.11.19 01:38:05.127987 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 48 rows starting from the beginning of the part | ||
| 7178 | 2024.11.19 01:38:05.128237 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 2 rows starting from the beginning of the part | ||
| 7179 | 2024.11.19 01:38:05.129752 [ 257 ] {62f81888-9891-4afe-bac4-ef17fb26d4a7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7180 | 2024.11.19 01:38:05.129835 [ 257 ] {62f81888-9891-4afe-bac4-ef17fb26d4a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7181 | 2024.11.19 01:38:05.130886 [ 257 ] {62f81888-9891-4afe-bac4-ef17fb26d4a7} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7182 | 2024.11.19 01:38:05.131048 [ 195 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.004922688 sec., 36159.10656941899 rows/sec., 2.72 MiB/sec. | ||
| 7183 | 2024.11.19 01:38:05.131247 [ 201 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7184 | 2024.11.19 01:38:05.131266 [ 257 ] {62f81888-9891-4afe-bac4-ef17fb26d4a7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7185 | 2024.11.19 01:38:05.131610 [ 257 ] {62f81888-9891-4afe-bac4-ef17fb26d4a7} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005091 sec., 12964.054213317619 rows/sec., 1.01 MiB/sec. | ||
| 7186 | 2024.11.19 01:38:05.131701 [ 257 ] {62f81888-9891-4afe-bac4-ef17fb26d4a7} <Debug> TCPHandler: Processed in 0.005485738 sec. | ||
| 7187 | 2024.11.19 01:38:05.131813 [ 201 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_41_8} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7188 | 2024.11.19 01:38:05.131887 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7189 | 2024.11.19 01:38:05.131947 [ 201 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_41_8} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7190 | 2024.11.19 01:38:05.132107 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7191 | 2024.11.19 01:38:05.132116 [ 260 ] {e5d3743e-9d58-407f-aff5-98971b8c80d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7192 | 2024.11.19 01:38:05.132193 [ 260 ] {e5d3743e-9d58-407f-aff5-98971b8c80d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7193 | 2024.11.19 01:38:05.132750 [ 260 ] {e5d3743e-9d58-407f-aff5-98971b8c80d3} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7194 | 2024.11.19 01:38:05.132789 [ 260 ] {e5d3743e-9d58-407f-aff5-98971b8c80d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7195 | 2024.11.19 01:38:05.133184 [ 260 ] {e5d3743e-9d58-407f-aff5-98971b8c80d3} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7196 | 2024.11.19 01:38:05.133426 [ 260 ] {e5d3743e-9d58-407f-aff5-98971b8c80d3} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7197 | 2024.11.19 01:38:05.133611 [ 260 ] {e5d3743e-9d58-407f-aff5-98971b8c80d3} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001582 sec., 81542.35145385588 rows/sec., 5.68 MiB/sec. | ||
| 7198 | 2024.11.19 01:38:05.133661 [ 260 ] {e5d3743e-9d58-407f-aff5-98971b8c80d3} <Debug> TCPHandler: Processed in 0.001864883 sec. | ||
| 7199 | 2024.11.19 01:38:05.133811 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7200 | 2024.11.19 01:38:05.133929 [ 257 ] {3c26d78f-5f09-4bca-96cd-ebbdfe109678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7201 | 2024.11.19 01:38:05.133981 [ 257 ] {3c26d78f-5f09-4bca-96cd-ebbdfe109678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7202 | 2024.11.19 01:38:05.134560 [ 257 ] {3c26d78f-5f09-4bca-96cd-ebbdfe109678} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7203 | 2024.11.19 01:38:05.134608 [ 257 ] {3c26d78f-5f09-4bca-96cd-ebbdfe109678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7204 | 2024.11.19 01:38:05.135051 [ 257 ] {3c26d78f-5f09-4bca-96cd-ebbdfe109678} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7205 | 2024.11.19 01:38:05.135282 [ 257 ] {3c26d78f-5f09-4bca-96cd-ebbdfe109678} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7206 | 2024.11.19 01:38:05.135528 [ 257 ] {3c26d78f-5f09-4bca-96cd-ebbdfe109678} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001618 sec., 29666.254635352285 rows/sec., 2.00 MiB/sec. | ||
| 7207 | 2024.11.19 01:38:05.135595 [ 257 ] {3c26d78f-5f09-4bca-96cd-ebbdfe109678} <Debug> TCPHandler: Processed in 0.001844653 sec. | ||
| 7208 | 2024.11.19 01:38:08.961824 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1062 | ||
| 7209 | 2024.11.19 01:38:08.965061 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7210 | 2024.11.19 01:38:08.965115 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7211 | 2024.11.19 01:38:08.966551 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7212 | 2024.11.19 01:38:08.966880 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7213 | 2024.11.19 01:38:08.967393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1062 | ||
| 7214 | 2024.11.19 01:38:10.121381 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7215 | 2024.11.19 01:38:10.121682 [ 260 ] {df26b7fc-f5c9-4fbd-aeb9-63bc820d73d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7216 | 2024.11.19 01:38:10.121799 [ 260 ] {df26b7fc-f5c9-4fbd-aeb9-63bc820d73d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7217 | 2024.11.19 01:38:10.122756 [ 260 ] {df26b7fc-f5c9-4fbd-aeb9-63bc820d73d7} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7218 | 2024.11.19 01:38:10.122805 [ 260 ] {df26b7fc-f5c9-4fbd-aeb9-63bc820d73d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7219 | 2024.11.19 01:38:10.123267 [ 260 ] {df26b7fc-f5c9-4fbd-aeb9-63bc820d73d7} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7220 | 2024.11.19 01:38:10.123543 [ 260 ] {df26b7fc-f5c9-4fbd-aeb9-63bc820d73d7} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7221 | 2024.11.19 01:38:10.123766 [ 260 ] {df26b7fc-f5c9-4fbd-aeb9-63bc820d73d7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002168 sec., 25830.258302583028 rows/sec., 1.98 MiB/sec. | ||
| 7222 | 2024.11.19 01:38:10.123767 [ 90 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7223 | 2024.11.19 01:38:10.123841 [ 260 ] {df26b7fc-f5c9-4fbd-aeb9-63bc820d73d7} <Debug> TCPHandler: Processed in 0.002637457 sec. | ||
| 7224 | 2024.11.19 01:38:10.123873 [ 90 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7225 | 2024.11.19 01:38:10.123933 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7226 | 2024.11.19 01:38:10.124071 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::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 | ||
| 7227 | 2024.11.19 01:38:10.124142 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7228 | 2024.11.19 01:38:10.124239 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7229 | 2024.11.19 01:38:10.124302 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1435 rows starting from the beginning of the part | ||
| 7230 | 2024.11.19 01:38:10.124489 [ 257 ] {4277ad25-d2ae-4d76-a5fc-0cfce19ac42a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7231 | 2024.11.19 01:38:10.124546 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 61 rows starting from the beginning of the part | ||
| 7232 | 2024.11.19 01:38:10.124720 [ 257 ] {4277ad25-d2ae-4d76-a5fc-0cfce19ac42a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7233 | 2024.11.19 01:38:10.124827 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part | ||
| 7234 | 2024.11.19 01:38:10.125265 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 285 rows starting from the beginning of the part | ||
| 7235 | 2024.11.19 01:38:10.125526 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 57 rows starting from the beginning of the part | ||
| 7236 | 2024.11.19 01:38:10.125834 [ 198 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part | ||
| 7237 | 2024.11.19 01:38:10.127480 [ 257 ] {4277ad25-d2ae-4d76-a5fc-0cfce19ac42a} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7238 | 2024.11.19 01:38:10.127571 [ 257 ] {4277ad25-d2ae-4d76-a5fc-0cfce19ac42a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7239 | 2024.11.19 01:38:10.128474 [ 257 ] {4277ad25-d2ae-4d76-a5fc-0cfce19ac42a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7240 | 2024.11.19 01:38:10.128943 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.004931238 sec., 395438.22464054666 rows/sec., 34.57 MiB/sec. | ||
| 7241 | 2024.11.19 01:38:10.128987 [ 257 ] {4277ad25-d2ae-4d76-a5fc-0cfce19ac42a} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7242 | 2024.11.19 01:38:10.129213 [ 90 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7243 | 2024.11.19 01:38:10.129239 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7244 | 2024.11.19 01:38:10.129315 [ 90 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7245 | 2024.11.19 01:38:10.129413 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7246 | 2024.11.19 01:38:10.129422 [ 257 ] {4277ad25-d2ae-4d76-a5fc-0cfce19ac42a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005055 sec., 12660.731948565777 rows/sec., 1011.92 KiB/sec. | ||
| 7247 | 2024.11.19 01:38:10.129799 [ 257 ] {4277ad25-d2ae-4d76-a5fc-0cfce19ac42a} <Debug> TCPHandler: Processed in 0.005815634 sec. | ||
| 7248 | 2024.11.19 01:38:10.129914 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::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 | ||
| 7249 | 2024.11.19 01:38:10.130108 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7250 | 2024.11.19 01:38:10.130165 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_66_13} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7251 | 2024.11.19 01:38:10.130331 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7252 | 2024.11.19 01:38:10.130476 [ 260 ] {2c0fef19-fe7c-4c6c-bcfa-4739577c1aa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7253 | 2024.11.19 01:38:10.130503 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_66_13} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7254 | 2024.11.19 01:38:10.130490 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 915 rows starting from the beginning of the part | ||
| 7255 | 2024.11.19 01:38:10.130635 [ 260 ] {2c0fef19-fe7c-4c6c-bcfa-4739577c1aa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7256 | 2024.11.19 01:38:10.130892 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 7257 | 2024.11.19 01:38:10.131115 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 74 rows starting from the beginning of the part | ||
| 7258 | 2024.11.19 01:38:10.131454 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part | ||
| 7259 | 2024.11.19 01:38:10.131833 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 423 rows starting from the beginning of the part | ||
| 7260 | 2024.11.19 01:38:10.132188 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 66 rows starting from the beginning of the part | ||
| 7261 | 2024.11.19 01:38:10.132516 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part | ||
| 7262 | 2024.11.19 01:38:10.133727 [ 260 ] {2c0fef19-fe7c-4c6c-bcfa-4739577c1aa5} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7263 | 2024.11.19 01:38:10.133790 [ 260 ] {2c0fef19-fe7c-4c6c-bcfa-4739577c1aa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7264 | 2024.11.19 01:38:10.134966 [ 260 ] {2c0fef19-fe7c-4c6c-bcfa-4739577c1aa5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7265 | 2024.11.19 01:38:10.135554 [ 260 ] {2c0fef19-fe7c-4c6c-bcfa-4739577c1aa5} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7266 | 2024.11.19 01:38:10.135624 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1606 rows, containing 5 columns (5 merged, 0 gathered) in 0.006086998 sec., 263841.05925449624 rows/sec., 20.35 MiB/sec. | ||
| 7267 | 2024.11.19 01:38:10.135896 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7268 | 2024.11.19 01:38:10.135993 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7269 | 2024.11.19 01:38:10.135997 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7270 | 2024.11.19 01:38:10.136017 [ 260 ] {2c0fef19-fe7c-4c6c-bcfa-4739577c1aa5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005646 sec., 28338.646829613885 rows/sec., 1.97 MiB/sec. | ||
| 7271 | 2024.11.19 01:38:10.136063 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7272 | 2024.11.19 01:38:10.136425 [ 260 ] {2c0fef19-fe7c-4c6c-bcfa-4739577c1aa5} <Debug> TCPHandler: Processed in 0.006479626 sec. | ||
| 7273 | 2024.11.19 01:38:10.136598 [ 187 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 7274 | 2024.11.19 01:38:10.136725 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7275 | 2024.11.19 01:38:10.137073 [ 187 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7276 | 2024.11.19 01:38:10.137096 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_66_13} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7277 | 2024.11.19 01:38:10.137112 [ 257 ] {98fac0b3-9e7d-428d-9329-4d9cd85c5b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7278 | 2024.11.19 01:38:10.137175 [ 187 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 11988 rows starting from the beginning of the part | ||
| 7279 | 2024.11.19 01:38:10.137283 [ 257 ] {98fac0b3-9e7d-428d-9329-4d9cd85c5b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7280 | 2024.11.19 01:38:10.137368 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_66_13} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7281 | 2024.11.19 01:38:10.137726 [ 187 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 133 rows starting from the beginning of the part | ||
| 7282 | 2024.11.19 01:38:10.137809 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 7283 | 2024.11.19 01:38:10.138192 [ 187 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
| 7284 | 2024.11.19 01:38:10.138514 [ 187 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 237 rows starting from the beginning of the part | ||
| 7285 | 2024.11.19 01:38:10.138893 [ 187 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 129 rows starting from the beginning of the part | ||
| 7286 | 2024.11.19 01:38:10.139272 [ 187 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
| 7287 | 2024.11.19 01:38:10.140248 [ 257 ] {98fac0b3-9e7d-428d-9329-4d9cd85c5b15} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7288 | 2024.11.19 01:38:10.140330 [ 257 ] {98fac0b3-9e7d-428d-9329-4d9cd85c5b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7289 | 2024.11.19 01:38:10.141460 [ 257 ] {98fac0b3-9e7d-428d-9329-4d9cd85c5b15} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7290 | 2024.11.19 01:38:10.141794 [ 257 ] {98fac0b3-9e7d-428d-9329-4d9cd85c5b15} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7291 | 2024.11.19 01:38:10.142018 [ 90 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7292 | 2024.11.19 01:38:10.142131 [ 90 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7293 | 2024.11.19 01:38:10.142213 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7294 | 2024.11.19 01:38:10.142246 [ 257 ] {98fac0b3-9e7d-428d-9329-4d9cd85c5b15} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005244 sec., 11441.647597254003 rows/sec., 789.59 KiB/sec. | ||
| 7295 | 2024.11.19 01:38:10.142597 [ 257 ] {98fac0b3-9e7d-428d-9329-4d9cd85c5b15} <Debug> TCPHandler: Processed in 0.006011817 sec. | ||
| 7296 | 2024.11.19 01:38:10.142900 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::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 | ||
| 7297 | 2024.11.19 01:38:10.143268 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7298 | 2024.11.19 01:38:10.143323 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3648 rows starting from the beginning of the part | ||
| 7299 | 2024.11.19 01:38:10.143490 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 48 rows starting from the beginning of the part | ||
| 7300 | 2024.11.19 01:38:10.143643 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 7301 | 2024.11.19 01:38:10.143956 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part | ||
| 7302 | 2024.11.19 01:38:10.144521 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 48 rows starting from the beginning of the part | ||
| 7303 | 2024.11.19 01:38:10.144768 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 7304 | 2024.11.19 01:38:10.146618 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12807 rows, containing 5 columns (5 merged, 0 gathered) in 0.010377325 sec., 1234133.0737931018 rows/sec., 84.28 MiB/sec. | ||
| 7305 | 2024.11.19 01:38:10.147124 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7306 | 2024.11.19 01:38:10.147362 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3946 rows, containing 4 columns (4 merged, 0 gathered) in 0.004959668 sec., 795617.771189523 rows/sec., 52.48 MiB/sec. | ||
| 7307 | 2024.11.19 01:38:10.147584 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7308 | 2024.11.19 01:38:10.147670 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7309 | 2024.11.19 01:38:10.147784 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. | ||
| 7310 | 2024.11.19 01:38:10.147872 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7311 | 2024.11.19 01:38:10.148200 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_66_13} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7312 | 2024.11.19 01:38:10.148289 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_66_13} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7313 | 2024.11.19 01:38:10.148382 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 7314 | 2024.11.19 01:38:11.000193 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.37 MiB, peak 177.90 MiB, free memory in arenas 0.00 B, will set to 170.70 MiB (RSS), difference: 1.33 MiB | ||
| 7315 | 2024.11.19 01:38:13.716208 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7316 | 2024.11.19 01:38:13.716280 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7317 | 2024.11.19 01:38:15.129004 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7318 | 2024.11.19 01:38:15.129293 [ 260 ] {acaea0d2-76a4-4753-8bd3-83e642eb530f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7319 | 2024.11.19 01:38:15.129403 [ 260 ] {acaea0d2-76a4-4753-8bd3-83e642eb530f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7320 | 2024.11.19 01:38:15.130225 [ 260 ] {acaea0d2-76a4-4753-8bd3-83e642eb530f} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7321 | 2024.11.19 01:38:15.130270 [ 260 ] {acaea0d2-76a4-4753-8bd3-83e642eb530f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7322 | 2024.11.19 01:38:15.130716 [ 260 ] {acaea0d2-76a4-4753-8bd3-83e642eb530f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7323 | 2024.11.19 01:38:15.130985 [ 260 ] {acaea0d2-76a4-4753-8bd3-83e642eb530f} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7324 | 2024.11.19 01:38:15.131218 [ 260 ] {acaea0d2-76a4-4753-8bd3-83e642eb530f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001976 sec., 7085.02024291498 rows/sec., 510.03 KiB/sec. | ||
| 7325 | 2024.11.19 01:38:15.131363 [ 260 ] {acaea0d2-76a4-4753-8bd3-83e642eb530f} <Debug> TCPHandler: Processed in 0.002541836 sec. | ||
| 7326 | 2024.11.19 01:38:15.131710 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7327 | 2024.11.19 01:38:15.132025 [ 257 ] {0f345516-f18c-4f8d-a9a7-58f6a4bdb384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7328 | 2024.11.19 01:38:15.132143 [ 257 ] {0f345516-f18c-4f8d-a9a7-58f6a4bdb384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7329 | 2024.11.19 01:38:15.133139 [ 257 ] {0f345516-f18c-4f8d-a9a7-58f6a4bdb384} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7330 | 2024.11.19 01:38:15.133189 [ 257 ] {0f345516-f18c-4f8d-a9a7-58f6a4bdb384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7331 | 2024.11.19 01:38:15.133650 [ 257 ] {0f345516-f18c-4f8d-a9a7-58f6a4bdb384} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7332 | 2024.11.19 01:38:15.133904 [ 257 ] {0f345516-f18c-4f8d-a9a7-58f6a4bdb384} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7333 | 2024.11.19 01:38:15.134168 [ 257 ] {0f345516-f18c-4f8d-a9a7-58f6a4bdb384} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002225 sec., 128089.88764044944 rows/sec., 11.32 MiB/sec. | ||
| 7334 | 2024.11.19 01:38:15.134252 [ 257 ] {0f345516-f18c-4f8d-a9a7-58f6a4bdb384} <Debug> TCPHandler: Processed in 0.002741089 sec. | ||
| 7335 | 2024.11.19 01:38:15.134494 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7336 | 2024.11.19 01:38:15.134668 [ 260 ] {e0e841d3-ef4d-4e9d-8582-b74385781f3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7337 | 2024.11.19 01:38:15.134731 [ 260 ] {e0e841d3-ef4d-4e9d-8582-b74385781f3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7338 | 2024.11.19 01:38:15.135449 [ 260 ] {e0e841d3-ef4d-4e9d-8582-b74385781f3f} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7339 | 2024.11.19 01:38:15.135494 [ 260 ] {e0e841d3-ef4d-4e9d-8582-b74385781f3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7340 | 2024.11.19 01:38:15.135868 [ 260 ] {e0e841d3-ef4d-4e9d-8582-b74385781f3f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7341 | 2024.11.19 01:38:15.136134 [ 260 ] {e0e841d3-ef4d-4e9d-8582-b74385781f3f} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7342 | 2024.11.19 01:38:15.136311 [ 260 ] {e0e841d3-ef4d-4e9d-8582-b74385781f3f} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001681 sec., 28554.431885782273 rows/sec., 2.06 MiB/sec. | ||
| 7343 | 2024.11.19 01:38:15.136363 [ 260 ] {e0e841d3-ef4d-4e9d-8582-b74385781f3f} <Debug> TCPHandler: Processed in 0.002006066 sec. | ||
| 7344 | 2024.11.19 01:38:15.136514 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7345 | 2024.11.19 01:38:15.136659 [ 257 ] {5eeb2042-15ee-45af-8a29-7b1398cd4952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7346 | 2024.11.19 01:38:15.136719 [ 257 ] {5eeb2042-15ee-45af-8a29-7b1398cd4952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7347 | 2024.11.19 01:38:15.137435 [ 257 ] {5eeb2042-15ee-45af-8a29-7b1398cd4952} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7348 | 2024.11.19 01:38:15.137482 [ 257 ] {5eeb2042-15ee-45af-8a29-7b1398cd4952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7349 | 2024.11.19 01:38:15.137850 [ 257 ] {5eeb2042-15ee-45af-8a29-7b1398cd4952} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7350 | 2024.11.19 01:38:15.138091 [ 257 ] {5eeb2042-15ee-45af-8a29-7b1398cd4952} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7351 | 2024.11.19 01:38:15.138356 [ 257 ] {5eeb2042-15ee-45af-8a29-7b1398cd4952} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001732 sec., 8083.140877598153 rows/sec., 566.09 KiB/sec. | ||
| 7352 | 2024.11.19 01:38:15.138567 [ 257 ] {5eeb2042-15ee-45af-8a29-7b1398cd4952} <Debug> TCPHandler: Processed in 0.002112007 sec. | ||
| 7353 | 2024.11.19 01:38:15.138739 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7354 | 2024.11.19 01:38:15.138878 [ 260 ] {d298216f-9bd1-4587-85c1-87c218b9a644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7355 | 2024.11.19 01:38:15.138938 [ 260 ] {d298216f-9bd1-4587-85c1-87c218b9a644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7356 | 2024.11.19 01:38:15.139596 [ 260 ] {d298216f-9bd1-4587-85c1-87c218b9a644} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7357 | 2024.11.19 01:38:15.139635 [ 260 ] {d298216f-9bd1-4587-85c1-87c218b9a644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7358 | 2024.11.19 01:38:15.139997 [ 260 ] {d298216f-9bd1-4587-85c1-87c218b9a644} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7359 | 2024.11.19 01:38:15.140244 [ 260 ] {d298216f-9bd1-4587-85c1-87c218b9a644} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7360 | 2024.11.19 01:38:15.140469 [ 260 ] {d298216f-9bd1-4587-85c1-87c218b9a644} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001621 sec., 8019.740900678593 rows/sec., 500.03 KiB/sec. | ||
| 7361 | 2024.11.19 01:38:15.140668 [ 260 ] {d298216f-9bd1-4587-85c1-87c218b9a644} <Debug> TCPHandler: Processed in 0.001994906 sec. | ||
| 7362 | 2024.11.19 01:38:15.140874 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7363 | 2024.11.19 01:38:15.141108 [ 257 ] {096a4d88-cd80-42e4-882f-4eb5701a790a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7364 | 2024.11.19 01:38:15.141202 [ 257 ] {096a4d88-cd80-42e4-882f-4eb5701a790a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7365 | 2024.11.19 01:38:15.142072 [ 257 ] {096a4d88-cd80-42e4-882f-4eb5701a790a} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7366 | 2024.11.19 01:38:15.142112 [ 257 ] {096a4d88-cd80-42e4-882f-4eb5701a790a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7367 | 2024.11.19 01:38:15.142495 [ 257 ] {096a4d88-cd80-42e4-882f-4eb5701a790a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7368 | 2024.11.19 01:38:15.142746 [ 257 ] {096a4d88-cd80-42e4-882f-4eb5701a790a} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7369 | 2024.11.19 01:38:15.142943 [ 257 ] {096a4d88-cd80-42e4-882f-4eb5701a790a} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00189 sec., 223809.52380952382 rows/sec., 16.00 MiB/sec. | ||
| 7370 | 2024.11.19 01:38:15.142995 [ 257 ] {096a4d88-cd80-42e4-882f-4eb5701a790a} <Debug> TCPHandler: Processed in 0.00223582 sec. | ||
| 7371 | 2024.11.19 01:38:15.143147 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7372 | 2024.11.19 01:38:15.143283 [ 260 ] {aeb28a53-0258-4d9c-afea-a5916a23591a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7373 | 2024.11.19 01:38:15.143343 [ 260 ] {aeb28a53-0258-4d9c-afea-a5916a23591a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7374 | 2024.11.19 01:38:15.143845 [ 260 ] {aeb28a53-0258-4d9c-afea-a5916a23591a} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7375 | 2024.11.19 01:38:15.143884 [ 260 ] {aeb28a53-0258-4d9c-afea-a5916a23591a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7376 | 2024.11.19 01:38:15.144255 [ 260 ] {aeb28a53-0258-4d9c-afea-a5916a23591a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7377 | 2024.11.19 01:38:15.144503 [ 260 ] {aeb28a53-0258-4d9c-afea-a5916a23591a} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7378 | 2024.11.19 01:38:15.144757 [ 260 ] {aeb28a53-0258-4d9c-afea-a5916a23591a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 208.57 KiB/sec. | ||
| 7379 | 2024.11.19 01:38:15.144910 [ 260 ] {aeb28a53-0258-4d9c-afea-a5916a23591a} <Debug> TCPHandler: Processed in 0.001822293 sec. | ||
| 7380 | 2024.11.19 01:38:15.145178 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7381 | 2024.11.19 01:38:15.145398 [ 257 ] {7efa4898-f3ff-4aa2-9a72-fd302cc8e362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7382 | 2024.11.19 01:38:15.145497 [ 257 ] {7efa4898-f3ff-4aa2-9a72-fd302cc8e362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7383 | 2024.11.19 01:38:15.146097 [ 257 ] {7efa4898-f3ff-4aa2-9a72-fd302cc8e362} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7384 | 2024.11.19 01:38:15.146137 [ 257 ] {7efa4898-f3ff-4aa2-9a72-fd302cc8e362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7385 | 2024.11.19 01:38:15.146530 [ 257 ] {7efa4898-f3ff-4aa2-9a72-fd302cc8e362} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7386 | 2024.11.19 01:38:15.146767 [ 257 ] {7efa4898-f3ff-4aa2-9a72-fd302cc8e362} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7387 | 2024.11.19 01:38:15.146980 [ 257 ] {7efa4898-f3ff-4aa2-9a72-fd302cc8e362} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001636 sec., 144865.52567237164 rows/sec., 9.71 MiB/sec. | ||
| 7388 | 2024.11.19 01:38:15.147033 [ 257 ] {7efa4898-f3ff-4aa2-9a72-fd302cc8e362} <Debug> TCPHandler: Processed in 0.002025386 sec. | ||
| 7389 | 2024.11.19 01:38:15.147188 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7390 | 2024.11.19 01:38:15.147324 [ 260 ] {1703bc88-ed5c-49d9-9606-afe08c068b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7391 | 2024.11.19 01:38:15.147386 [ 260 ] {1703bc88-ed5c-49d9-9606-afe08c068b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7392 | 2024.11.19 01:38:15.147862 [ 260 ] {1703bc88-ed5c-49d9-9606-afe08c068b96} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7393 | 2024.11.19 01:38:15.147903 [ 260 ] {1703bc88-ed5c-49d9-9606-afe08c068b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7394 | 2024.11.19 01:38:15.148271 [ 260 ] {1703bc88-ed5c-49d9-9606-afe08c068b96} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7395 | 2024.11.19 01:38:15.148530 [ 260 ] {1703bc88-ed5c-49d9-9606-afe08c068b96} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7396 | 2024.11.19 01:38:15.148794 [ 260 ] {1703bc88-ed5c-49d9-9606-afe08c068b96} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001497 sec., 668.002672010688 rows/sec., 45.01 KiB/sec. | ||
| 7397 | 2024.11.19 01:38:15.148998 [ 260 ] {1703bc88-ed5c-49d9-9606-afe08c068b96} <Debug> TCPHandler: Processed in 0.001872603 sec. | ||
| 7398 | 2024.11.19 01:38:15.149152 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7399 | 2024.11.19 01:38:15.149289 [ 257 ] {6f6c2d42-b146-4012-88ca-7cd22f4dab4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7400 | 2024.11.19 01:38:15.149382 [ 257 ] {6f6c2d42-b146-4012-88ca-7cd22f4dab4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7401 | 2024.11.19 01:38:15.150532 [ 257 ] {6f6c2d42-b146-4012-88ca-7cd22f4dab4e} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7402 | 2024.11.19 01:38:15.150571 [ 257 ] {6f6c2d42-b146-4012-88ca-7cd22f4dab4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7403 | 2024.11.19 01:38:15.151220 [ 257 ] {6f6c2d42-b146-4012-88ca-7cd22f4dab4e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7404 | 2024.11.19 01:38:15.151474 [ 257 ] {6f6c2d42-b146-4012-88ca-7cd22f4dab4e} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7405 | 2024.11.19 01:38:15.151782 [ 257 ] {6f6c2d42-b146-4012-88ca-7cd22f4dab4e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002507 sec., 16354.20821699242 rows/sec., 29.31 MiB/sec. | ||
| 7406 | 2024.11.19 01:38:15.152157 [ 257 ] {6f6c2d42-b146-4012-88ca-7cd22f4dab4e} <Debug> TCPHandler: Processed in 0.003074015 sec. | ||
| 7407 | 2024.11.19 01:38:15.152327 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7408 | 2024.11.19 01:38:15.152464 [ 260 ] {ee285a9d-0089-4b38-8579-bd4ac02b28a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7409 | 2024.11.19 01:38:15.152525 [ 260 ] {ee285a9d-0089-4b38-8579-bd4ac02b28a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7410 | 2024.11.19 01:38:15.153095 [ 260 ] {ee285a9d-0089-4b38-8579-bd4ac02b28a9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7411 | 2024.11.19 01:38:15.153143 [ 260 ] {ee285a9d-0089-4b38-8579-bd4ac02b28a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7412 | 2024.11.19 01:38:15.153579 [ 260 ] {ee285a9d-0089-4b38-8579-bd4ac02b28a9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7413 | 2024.11.19 01:38:15.153828 [ 260 ] {ee285a9d-0089-4b38-8579-bd4ac02b28a9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7414 | 2024.11.19 01:38:15.154051 [ 260 ] {ee285a9d-0089-4b38-8579-bd4ac02b28a9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001618 sec., 50679.85166872682 rows/sec., 3.22 MiB/sec. | ||
| 7415 | 2024.11.19 01:38:15.154123 [ 260 ] {ee285a9d-0089-4b38-8579-bd4ac02b28a9} <Debug> TCPHandler: Processed in 0.001864794 sec. | ||
| 7416 | 2024.11.19 01:38:18.967797 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1092 | ||
| 7417 | 2024.11.19 01:38:18.970998 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7418 | 2024.11.19 01:38:18.971043 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7419 | 2024.11.19 01:38:18.972450 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7420 | 2024.11.19 01:38:18.972760 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7421 | 2024.11.19 01:38:18.973286 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1092 | ||
| 7422 | 2024.11.19 01:38:20.121288 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7423 | 2024.11.19 01:38:20.121481 [ 260 ] {f06ef016-3eee-4010-9dd8-a5420eecd704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7424 | 2024.11.19 01:38:20.121557 [ 260 ] {f06ef016-3eee-4010-9dd8-a5420eecd704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7425 | 2024.11.19 01:38:20.122292 [ 260 ] {f06ef016-3eee-4010-9dd8-a5420eecd704} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7426 | 2024.11.19 01:38:20.122347 [ 260 ] {f06ef016-3eee-4010-9dd8-a5420eecd704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7427 | 2024.11.19 01:38:20.122779 [ 260 ] {f06ef016-3eee-4010-9dd8-a5420eecd704} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7428 | 2024.11.19 01:38:20.123045 [ 260 ] {f06ef016-3eee-4010-9dd8-a5420eecd704} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7429 | 2024.11.19 01:38:20.123244 [ 260 ] {f06ef016-3eee-4010-9dd8-a5420eecd704} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001819 sec., 1099.5052226498076 rows/sec., 89.66 KiB/sec. | ||
| 7430 | 2024.11.19 01:38:20.123300 [ 260 ] {f06ef016-3eee-4010-9dd8-a5420eecd704} <Debug> TCPHandler: Processed in 0.002146318 sec. | ||
| 7431 | 2024.11.19 01:38:20.123564 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7432 | 2024.11.19 01:38:20.123756 [ 257 ] {70f598cd-fd45-4784-a0ed-a6e7d0417d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7433 | 2024.11.19 01:38:20.123832 [ 257 ] {70f598cd-fd45-4784-a0ed-a6e7d0417d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7434 | 2024.11.19 01:38:20.124606 [ 257 ] {70f598cd-fd45-4784-a0ed-a6e7d0417d08} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7435 | 2024.11.19 01:38:20.124655 [ 257 ] {70f598cd-fd45-4784-a0ed-a6e7d0417d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7436 | 2024.11.19 01:38:20.125095 [ 257 ] {70f598cd-fd45-4784-a0ed-a6e7d0417d08} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7437 | 2024.11.19 01:38:20.125388 [ 257 ] {70f598cd-fd45-4784-a0ed-a6e7d0417d08} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7438 | 2024.11.19 01:38:20.125616 [ 257 ] {70f598cd-fd45-4784-a0ed-a6e7d0417d08} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001914 sec., 29780.564263322885 rows/sec., 2.29 MiB/sec. | ||
| 7439 | 2024.11.19 01:38:20.125674 [ 257 ] {70f598cd-fd45-4784-a0ed-a6e7d0417d08} <Debug> TCPHandler: Processed in 0.00224615 sec. | ||
| 7440 | 2024.11.19 01:38:20.125839 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7441 | 2024.11.19 01:38:20.125977 [ 260 ] {5a55a476-1e80-497b-ab2d-c81c7ac221ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7442 | 2024.11.19 01:38:20.126038 [ 260 ] {5a55a476-1e80-497b-ab2d-c81c7ac221ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7443 | 2024.11.19 01:38:20.126727 [ 260 ] {5a55a476-1e80-497b-ab2d-c81c7ac221ba} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7444 | 2024.11.19 01:38:20.126764 [ 260 ] {5a55a476-1e80-497b-ab2d-c81c7ac221ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7445 | 2024.11.19 01:38:20.127114 [ 260 ] {5a55a476-1e80-497b-ab2d-c81c7ac221ba} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7446 | 2024.11.19 01:38:20.127362 [ 260 ] {5a55a476-1e80-497b-ab2d-c81c7ac221ba} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7447 | 2024.11.19 01:38:20.127541 [ 260 ] {5a55a476-1e80-497b-ab2d-c81c7ac221ba} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001597 sec., 1252.3481527864747 rows/sec., 87.44 KiB/sec. | ||
| 7448 | 2024.11.19 01:38:20.127590 [ 260 ] {5a55a476-1e80-497b-ab2d-c81c7ac221ba} <Debug> TCPHandler: Processed in 0.001816072 sec. | ||
| 7449 | 2024.11.19 01:38:20.127764 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7450 | 2024.11.19 01:38:20.127902 [ 257 ] {2b047198-59e4-476b-b2c2-f424aaf07ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7451 | 2024.11.19 01:38:20.127961 [ 257 ] {2b047198-59e4-476b-b2c2-f424aaf07ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7452 | 2024.11.19 01:38:20.128688 [ 257 ] {2b047198-59e4-476b-b2c2-f424aaf07ea8} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7453 | 2024.11.19 01:38:20.128732 [ 257 ] {2b047198-59e4-476b-b2c2-f424aaf07ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7454 | 2024.11.19 01:38:20.129103 [ 257 ] {2b047198-59e4-476b-b2c2-f424aaf07ea8} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7455 | 2024.11.19 01:38:20.129348 [ 257 ] {2b047198-59e4-476b-b2c2-f424aaf07ea8} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7456 | 2024.11.19 01:38:20.129558 [ 257 ] {2b047198-59e4-476b-b2c2-f424aaf07ea8} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001687 sec., 39122.70302311796 rows/sec., 3.06 MiB/sec. | ||
| 7457 | 2024.11.19 01:38:20.129611 [ 257 ] {2b047198-59e4-476b-b2c2-f424aaf07ea8} <Debug> TCPHandler: Processed in 0.001918145 sec. | ||
| 7458 | 2024.11.19 01:38:20.129772 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7459 | 2024.11.19 01:38:20.129908 [ 260 ] {347f83ea-fb1d-4320-aea7-fcca2549dfe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7460 | 2024.11.19 01:38:20.129973 [ 260 ] {347f83ea-fb1d-4320-aea7-fcca2549dfe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7461 | 2024.11.19 01:38:20.130645 [ 260 ] {347f83ea-fb1d-4320-aea7-fcca2549dfe0} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7462 | 2024.11.19 01:38:20.130691 [ 260 ] {347f83ea-fb1d-4320-aea7-fcca2549dfe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7463 | 2024.11.19 01:38:20.131107 [ 260 ] {347f83ea-fb1d-4320-aea7-fcca2549dfe0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7464 | 2024.11.19 01:38:20.131354 [ 260 ] {347f83ea-fb1d-4320-aea7-fcca2549dfe0} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7465 | 2024.11.19 01:38:20.131550 [ 260 ] {347f83ea-fb1d-4320-aea7-fcca2549dfe0} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001674 sec., 77060.93189964158 rows/sec., 5.37 MiB/sec. | ||
| 7466 | 2024.11.19 01:38:20.131601 [ 260 ] {347f83ea-fb1d-4320-aea7-fcca2549dfe0} <Debug> TCPHandler: Processed in 0.001897884 sec. | ||
| 7467 | 2024.11.19 01:38:20.131764 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7468 | 2024.11.19 01:38:20.131904 [ 257 ] {1ccf05ef-a72d-49a9-a0a1-ccd5923c18dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7469 | 2024.11.19 01:38:20.131966 [ 257 ] {1ccf05ef-a72d-49a9-a0a1-ccd5923c18dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7470 | 2024.11.19 01:38:20.132565 [ 257 ] {1ccf05ef-a72d-49a9-a0a1-ccd5923c18dc} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7471 | 2024.11.19 01:38:20.132613 [ 257 ] {1ccf05ef-a72d-49a9-a0a1-ccd5923c18dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 7472 | 2024.11.19 01:38:20.133012 [ 257 ] {1ccf05ef-a72d-49a9-a0a1-ccd5923c18dc} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 7473 | 2024.11.19 01:38:20.133259 [ 257 ] {1ccf05ef-a72d-49a9-a0a1-ccd5923c18dc} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7474 | 2024.11.19 01:38:20.133479 [ 257 ] {1ccf05ef-a72d-49a9-a0a1-ccd5923c18dc} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001608 sec., 29850.746268656716 rows/sec., 2.01 MiB/sec. | ||
| 7475 | 2024.11.19 01:38:20.133529 [ 257 ] {1ccf05ef-a72d-49a9-a0a1-ccd5923c18dc} <Debug> TCPHandler: Processed in 0.001832483 sec. | ||
| 7476 | 2024.11.19 01:38:25.122668 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7477 | 2024.11.19 01:38:25.122900 [ 260 ] {b6e13443-e790-4258-86de-faae50883f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7478 | 2024.11.19 01:38:25.122984 [ 260 ] {b6e13443-e790-4258-86de-faae50883f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7479 | 2024.11.19 01:38:25.123767 [ 260 ] {b6e13443-e790-4258-86de-faae50883f4b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7480 | 2024.11.19 01:38:25.123819 [ 260 ] {b6e13443-e790-4258-86de-faae50883f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7481 | 2024.11.19 01:38:25.124257 [ 260 ] {b6e13443-e790-4258-86de-faae50883f4b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7482 | 2024.11.19 01:38:25.124516 [ 260 ] {b6e13443-e790-4258-86de-faae50883f4b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7483 | 2024.11.19 01:38:25.124765 [ 260 ] {b6e13443-e790-4258-86de-faae50883f4b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001928 sec., 29045.64315352697 rows/sec., 2.23 MiB/sec. | ||
| 7484 | 2024.11.19 01:38:25.124830 [ 260 ] {b6e13443-e790-4258-86de-faae50883f4b} <Debug> TCPHandler: Processed in 0.002307031 sec. | ||
| 7485 | 2024.11.19 01:38:25.125144 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7486 | 2024.11.19 01:38:25.125454 [ 257 ] {00d47287-6373-424b-b4f7-73b35647686b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7487 | 2024.11.19 01:38:25.125573 [ 257 ] {00d47287-6373-424b-b4f7-73b35647686b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7488 | 2024.11.19 01:38:25.126515 [ 257 ] {00d47287-6373-424b-b4f7-73b35647686b} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7489 | 2024.11.19 01:38:25.126562 [ 257 ] {00d47287-6373-424b-b4f7-73b35647686b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7490 | 2024.11.19 01:38:25.127017 [ 257 ] {00d47287-6373-424b-b4f7-73b35647686b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7491 | 2024.11.19 01:38:25.127281 [ 257 ] {00d47287-6373-424b-b4f7-73b35647686b} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7492 | 2024.11.19 01:38:25.127521 [ 257 ] {00d47287-6373-424b-b4f7-73b35647686b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002153 sec., 29725.963771481653 rows/sec., 2.32 MiB/sec. | ||
| 7493 | 2024.11.19 01:38:25.127589 [ 257 ] {00d47287-6373-424b-b4f7-73b35647686b} <Debug> TCPHandler: Processed in 0.002637027 sec. | ||
| 7494 | 2024.11.19 01:38:25.127742 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7495 | 2024.11.19 01:38:25.127870 [ 260 ] {21f49227-b93a-4b82-a4f2-3329431e00f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7496 | 2024.11.19 01:38:25.127927 [ 260 ] {21f49227-b93a-4b82-a4f2-3329431e00f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7497 | 2024.11.19 01:38:25.128516 [ 260 ] {21f49227-b93a-4b82-a4f2-3329431e00f2} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7498 | 2024.11.19 01:38:25.128557 [ 260 ] {21f49227-b93a-4b82-a4f2-3329431e00f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7499 | 2024.11.19 01:38:25.128977 [ 260 ] {21f49227-b93a-4b82-a4f2-3329431e00f2} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7500 | 2024.11.19 01:38:25.129226 [ 260 ] {21f49227-b93a-4b82-a4f2-3329431e00f2} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7501 | 2024.11.19 01:38:25.129444 [ 260 ] {21f49227-b93a-4b82-a4f2-3329431e00f2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec. | ||
| 7502 | 2024.11.19 01:38:25.129500 [ 260 ] {21f49227-b93a-4b82-a4f2-3329431e00f2} <Debug> TCPHandler: Processed in 0.001814232 sec. | ||
| 7503 | 2024.11.19 01:38:25.129642 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7504 | 2024.11.19 01:38:25.129773 [ 257 ] {72d21a79-3042-47da-8f82-51351aac6c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7505 | 2024.11.19 01:38:25.129830 [ 257 ] {72d21a79-3042-47da-8f82-51351aac6c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7506 | 2024.11.19 01:38:25.130358 [ 257 ] {72d21a79-3042-47da-8f82-51351aac6c5b} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7507 | 2024.11.19 01:38:25.130400 [ 257 ] {72d21a79-3042-47da-8f82-51351aac6c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7508 | 2024.11.19 01:38:25.130818 [ 257 ] {72d21a79-3042-47da-8f82-51351aac6c5b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 7509 | 2024.11.19 01:38:25.131071 [ 257 ] {72d21a79-3042-47da-8f82-51351aac6c5b} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7510 | 2024.11.19 01:38:25.131293 [ 257 ] {72d21a79-3042-47da-8f82-51351aac6c5b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001553 sec., 38634.9001931745 rows/sec., 2.60 MiB/sec. | ||
| 7511 | 2024.11.19 01:38:25.131347 [ 257 ] {72d21a79-3042-47da-8f82-51351aac6c5b} <Debug> TCPHandler: Processed in 0.001766621 sec. | ||
| 7512 | 2024.11.19 01:38:27.386346 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45685, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7513 | 2024.11.19 01:38:27.522232 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47220, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7514 | 2024.11.19 01:38:27.674581 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36058, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7515 | 2024.11.19 01:38:27.713859 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7516 | 2024.11.19 01:38:27.815954 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55014, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7517 | 2024.11.19 01:38:27.825761 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46671, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7518 | 2024.11.19 01:38:27.830615 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40569, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7519 | 2024.11.19 01:38:27.885977 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49766, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7520 | 2024.11.19 01:38:27.889323 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7521 | 2024.11.19 01:38:27.898634 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35216, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7522 | 2024.11.19 01:38:27.918452 [ 76 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7523 | 2024.11.19 01:38:27.918513 [ 76 ] {} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7524 | 2024.11.19 01:38:27.918550 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7525 | 2024.11.19 01:38:27.918797 [ 200 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 7526 | 2024.11.19 01:38:27.919252 [ 200 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7527 | 2024.11.19 01:38:27.919324 [ 200 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 242 rows starting from the beginning of the part | ||
| 7528 | 2024.11.19 01:38:27.919459 [ 200 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 7529 | 2024.11.19 01:38:27.919656 [ 200 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 7530 | 2024.11.19 01:38:27.920004 [ 200 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 7531 | 2024.11.19 01:38:27.920226 [ 200 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 7532 | 2024.11.19 01:38:27.921329 [ 186 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002690059 sec., 110778.23943638412 rows/sec., 7.94 MiB/sec. | ||
| 7533 | 2024.11.19 01:38:27.921555 [ 186 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7534 | 2024.11.19 01:38:27.921925 [ 186 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_21_5} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7535 | 2024.11.19 01:38:27.922035 [ 186 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_21_5} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7536 | 2024.11.19 01:38:27.922142 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 7537 | 2024.11.19 01:38:27.928131 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38450, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7538 | 2024.11.19 01:38:27.978501 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37653, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7539 | 2024.11.19 01:38:28.010078 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59379, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7540 | 2024.11.19 01:38:28.057452 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57638, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7541 | 2024.11.19 01:38:28.153903 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52160, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7542 | 2024.11.19 01:38:28.292751 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57024, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7543 | 2024.11.19 01:38:28.716326 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7544 | 2024.11.19 01:38:28.716405 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7545 | 2024.11.19 01:38:28.973605 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1112 | ||
| 7546 | 2024.11.19 01:38:28.976281 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7547 | 2024.11.19 01:38:28.976340 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7548 | 2024.11.19 01:38:28.977757 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7549 | 2024.11.19 01:38:28.978073 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7550 | 2024.11.19 01:38:28.979526 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1112 | ||
| 7551 | 2024.11.19 01:38:29.001753 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.0011149 sec. | ||
| 7552 | 2024.11.19 01:38:30.128964 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7553 | 2024.11.19 01:38:30.129291 [ 260 ] {375f0b5e-0cba-4552-8855-a63dd191c008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7554 | 2024.11.19 01:38:30.129362 [ 260 ] {375f0b5e-0cba-4552-8855-a63dd191c008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7555 | 2024.11.19 01:38:30.130089 [ 260 ] {375f0b5e-0cba-4552-8855-a63dd191c008} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7556 | 2024.11.19 01:38:30.130135 [ 260 ] {375f0b5e-0cba-4552-8855-a63dd191c008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7557 | 2024.11.19 01:38:30.130592 [ 260 ] {375f0b5e-0cba-4552-8855-a63dd191c008} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7558 | 2024.11.19 01:38:30.130848 [ 260 ] {375f0b5e-0cba-4552-8855-a63dd191c008} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7559 | 2024.11.19 01:38:30.131047 [ 74 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7560 | 2024.11.19 01:38:30.131104 [ 260 ] {375f0b5e-0cba-4552-8855-a63dd191c008} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001862 sec., 7518.796992481203 rows/sec., 541.25 KiB/sec. | ||
| 7561 | 2024.11.19 01:38:30.131134 [ 74 ] {} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7562 | 2024.11.19 01:38:30.131284 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7563 | 2024.11.19 01:38:30.131306 [ 260 ] {375f0b5e-0cba-4552-8855-a63dd191c008} <Debug> TCPHandler: Processed in 0.002522715 sec. | ||
| 7564 | 2024.11.19 01:38:30.131660 [ 192 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 7565 | 2024.11.19 01:38:30.131758 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7566 | 2024.11.19 01:38:30.131877 [ 192 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7567 | 2024.11.19 01:38:30.131931 [ 192 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 7568 | 2024.11.19 01:38:30.132221 [ 192 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 7569 | 2024.11.19 01:38:30.132310 [ 257 ] {a425f4d7-255b-4a22-a144-3fddaac3453a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7570 | 2024.11.19 01:38:30.132522 [ 192 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 7571 | 2024.11.19 01:38:30.132560 [ 257 ] {a425f4d7-255b-4a22-a144-3fddaac3453a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7572 | 2024.11.19 01:38:30.132904 [ 192 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 7573 | 2024.11.19 01:38:30.133231 [ 192 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 7574 | 2024.11.19 01:38:30.135483 [ 257 ] {a425f4d7-255b-4a22-a144-3fddaac3453a} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7575 | 2024.11.19 01:38:30.135584 [ 257 ] {a425f4d7-255b-4a22-a144-3fddaac3453a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7576 | 2024.11.19 01:38:30.135763 [ 192 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004341718 sec., 16122.650066171964 rows/sec., 1.19 MiB/sec. | ||
| 7577 | 2024.11.19 01:38:30.135933 [ 192 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7578 | 2024.11.19 01:38:30.136464 [ 257 ] {a425f4d7-255b-4a22-a144-3fddaac3453a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7579 | 2024.11.19 01:38:30.136477 [ 192 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_21_5} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7580 | 2024.11.19 01:38:30.136616 [ 192 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_21_5} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7581 | 2024.11.19 01:38:30.136762 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7582 | 2024.11.19 01:38:30.136882 [ 257 ] {a425f4d7-255b-4a22-a144-3fddaac3453a} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7583 | 2024.11.19 01:38:30.137141 [ 257 ] {a425f4d7-255b-4a22-a144-3fddaac3453a} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.005071 sec., 56201.93255768093 rows/sec., 4.97 MiB/sec. | ||
| 7584 | 2024.11.19 01:38:30.137219 [ 257 ] {a425f4d7-255b-4a22-a144-3fddaac3453a} <Debug> TCPHandler: Processed in 0.005762763 sec. | ||
| 7585 | 2024.11.19 01:38:30.137414 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7586 | 2024.11.19 01:38:30.137531 [ 260 ] {e4eec242-74ee-4e60-bb51-0dabf5d1aa16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7587 | 2024.11.19 01:38:30.137581 [ 260 ] {e4eec242-74ee-4e60-bb51-0dabf5d1aa16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7588 | 2024.11.19 01:38:30.138197 [ 260 ] {e4eec242-74ee-4e60-bb51-0dabf5d1aa16} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7589 | 2024.11.19 01:38:30.138238 [ 260 ] {e4eec242-74ee-4e60-bb51-0dabf5d1aa16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7590 | 2024.11.19 01:38:30.138604 [ 260 ] {e4eec242-74ee-4e60-bb51-0dabf5d1aa16} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7591 | 2024.11.19 01:38:30.138846 [ 260 ] {e4eec242-74ee-4e60-bb51-0dabf5d1aa16} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7592 | 2024.11.19 01:38:30.139063 [ 260 ] {e4eec242-74ee-4e60-bb51-0dabf5d1aa16} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001557 sec., 30828.516377649325 rows/sec., 2.22 MiB/sec. | ||
| 7593 | 2024.11.19 01:38:30.139115 [ 260 ] {e4eec242-74ee-4e60-bb51-0dabf5d1aa16} <Debug> TCPHandler: Processed in 0.001758112 sec. | ||
| 7594 | 2024.11.19 01:38:30.139285 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7595 | 2024.11.19 01:38:30.139432 [ 257 ] {503f9af6-5d74-43aa-8f12-4f2ccb2d8373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7596 | 2024.11.19 01:38:30.139494 [ 257 ] {503f9af6-5d74-43aa-8f12-4f2ccb2d8373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7597 | 2024.11.19 01:38:30.140200 [ 257 ] {503f9af6-5d74-43aa-8f12-4f2ccb2d8373} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7598 | 2024.11.19 01:38:30.140245 [ 257 ] {503f9af6-5d74-43aa-8f12-4f2ccb2d8373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7599 | 2024.11.19 01:38:30.140605 [ 257 ] {503f9af6-5d74-43aa-8f12-4f2ccb2d8373} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7600 | 2024.11.19 01:38:30.140852 [ 257 ] {503f9af6-5d74-43aa-8f12-4f2ccb2d8373} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7601 | 2024.11.19 01:38:30.141097 [ 257 ] {503f9af6-5d74-43aa-8f12-4f2ccb2d8373} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001693 sec., 8269.344359125811 rows/sec., 579.13 KiB/sec. | ||
| 7602 | 2024.11.19 01:38:30.141267 [ 257 ] {503f9af6-5d74-43aa-8f12-4f2ccb2d8373} <Debug> TCPHandler: Processed in 0.002049217 sec. | ||
| 7603 | 2024.11.19 01:38:30.141468 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7604 | 2024.11.19 01:38:30.141584 [ 260 ] {7dd70b30-9149-4475-b793-213e89a89672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7605 | 2024.11.19 01:38:30.141632 [ 260 ] {7dd70b30-9149-4475-b793-213e89a89672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7606 | 2024.11.19 01:38:30.142214 [ 260 ] {7dd70b30-9149-4475-b793-213e89a89672} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7607 | 2024.11.19 01:38:30.142254 [ 260 ] {7dd70b30-9149-4475-b793-213e89a89672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7608 | 2024.11.19 01:38:30.142618 [ 260 ] {7dd70b30-9149-4475-b793-213e89a89672} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7609 | 2024.11.19 01:38:30.142860 [ 260 ] {7dd70b30-9149-4475-b793-213e89a89672} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7610 | 2024.11.19 01:38:30.143021 [ 74 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7611 | 2024.11.19 01:38:30.143091 [ 74 ] {} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7612 | 2024.11.19 01:38:30.143106 [ 260 ] {7dd70b30-9149-4475-b793-213e89a89672} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001535 sec., 8469.055374592834 rows/sec., 528.04 KiB/sec. | ||
| 7613 | 2024.11.19 01:38:30.143129 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7614 | 2024.11.19 01:38:30.143268 [ 260 ] {7dd70b30-9149-4475-b793-213e89a89672} <Debug> TCPHandler: Processed in 0.001875814 sec. | ||
| 7615 | 2024.11.19 01:38:30.143596 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7616 | 2024.11.19 01:38:30.143656 [ 193 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 7617 | 2024.11.19 01:38:30.143921 [ 257 ] {f65addb4-80ee-4f73-830e-86d9ee4e0e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7618 | 2024.11.19 01:38:30.143952 [ 193 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7619 | 2024.11.19 01:38:30.143992 [ 257 ] {f65addb4-80ee-4f73-830e-86d9ee4e0e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7620 | 2024.11.19 01:38:30.144002 [ 193 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 7621 | 2024.11.19 01:38:30.144272 [ 193 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 7622 | 2024.11.19 01:38:30.144594 [ 193 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 7623 | 2024.11.19 01:38:30.144984 [ 193 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 7624 | 2024.11.19 01:38:30.145321 [ 193 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 7625 | 2024.11.19 01:38:30.146555 [ 257 ] {f65addb4-80ee-4f73-830e-86d9ee4e0e9a} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7626 | 2024.11.19 01:38:30.146607 [ 257 ] {f65addb4-80ee-4f73-830e-86d9ee4e0e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7627 | 2024.11.19 01:38:30.146994 [ 191 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003717016 sec., 17487.145602816883 rows/sec., 1.13 MiB/sec. | ||
| 7628 | 2024.11.19 01:38:30.147244 [ 191 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7629 | 2024.11.19 01:38:30.147289 [ 257 ] {f65addb4-80ee-4f73-830e-86d9ee4e0e9a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7630 | 2024.11.19 01:38:30.147753 [ 191 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_21_5} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7631 | 2024.11.19 01:38:30.147818 [ 257 ] {f65addb4-80ee-4f73-830e-86d9ee4e0e9a} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7632 | 2024.11.19 01:38:30.147933 [ 191 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_21_5} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7633 | 2024.11.19 01:38:30.148184 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7634 | 2024.11.19 01:38:30.148346 [ 257 ] {f65addb4-80ee-4f73-830e-86d9ee4e0e9a} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004508 sec., 93833.18544809228 rows/sec., 6.71 MiB/sec. | ||
| 7635 | 2024.11.19 01:38:30.148421 [ 257 ] {f65addb4-80ee-4f73-830e-86d9ee4e0e9a} <Debug> TCPHandler: Processed in 0.005007039 sec. | ||
| 7636 | 2024.11.19 01:38:30.148677 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7637 | 2024.11.19 01:38:30.148893 [ 260 ] {2bbf55ae-8f47-491d-9280-4904a9971161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7638 | 2024.11.19 01:38:30.148954 [ 260 ] {2bbf55ae-8f47-491d-9280-4904a9971161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7639 | 2024.11.19 01:38:30.149472 [ 260 ] {2bbf55ae-8f47-491d-9280-4904a9971161} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7640 | 2024.11.19 01:38:30.149513 [ 260 ] {2bbf55ae-8f47-491d-9280-4904a9971161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7641 | 2024.11.19 01:38:30.149908 [ 260 ] {2bbf55ae-8f47-491d-9280-4904a9971161} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7642 | 2024.11.19 01:38:30.150182 [ 260 ] {2bbf55ae-8f47-491d-9280-4904a9971161} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7643 | 2024.11.19 01:38:30.150407 [ 260 ] {2bbf55ae-8f47-491d-9280-4904a9971161} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 201.85 KiB/sec. | ||
| 7644 | 2024.11.19 01:38:30.150459 [ 260 ] {2bbf55ae-8f47-491d-9280-4904a9971161} <Debug> TCPHandler: Processed in 0.001912835 sec. | ||
| 7645 | 2024.11.19 01:38:30.150609 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7646 | 2024.11.19 01:38:30.150731 [ 257 ] {486c69e0-e64a-49ae-9e47-467e157d3fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7647 | 2024.11.19 01:38:30.150787 [ 257 ] {486c69e0-e64a-49ae-9e47-467e157d3fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7648 | 2024.11.19 01:38:30.151406 [ 257 ] {486c69e0-e64a-49ae-9e47-467e157d3fc9} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7649 | 2024.11.19 01:38:30.151446 [ 257 ] {486c69e0-e64a-49ae-9e47-467e157d3fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7650 | 2024.11.19 01:38:30.151851 [ 257 ] {486c69e0-e64a-49ae-9e47-467e157d3fc9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7651 | 2024.11.19 01:38:30.152106 [ 257 ] {486c69e0-e64a-49ae-9e47-467e157d3fc9} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7652 | 2024.11.19 01:38:30.152333 [ 257 ] {486c69e0-e64a-49ae-9e47-467e157d3fc9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001627 sec., 145666.87154271666 rows/sec., 9.76 MiB/sec. | ||
| 7653 | 2024.11.19 01:38:30.152388 [ 257 ] {486c69e0-e64a-49ae-9e47-467e157d3fc9} <Debug> TCPHandler: Processed in 0.001835663 sec. | ||
| 7654 | 2024.11.19 01:38:30.152545 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7655 | 2024.11.19 01:38:30.152662 [ 260 ] {858450eb-3adb-4630-b638-084a3af74637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7656 | 2024.11.19 01:38:30.152714 [ 260 ] {858450eb-3adb-4630-b638-084a3af74637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7657 | 2024.11.19 01:38:30.153188 [ 260 ] {858450eb-3adb-4630-b638-084a3af74637} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7658 | 2024.11.19 01:38:30.153227 [ 260 ] {858450eb-3adb-4630-b638-084a3af74637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7659 | 2024.11.19 01:38:30.153585 [ 260 ] {858450eb-3adb-4630-b638-084a3af74637} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7660 | 2024.11.19 01:38:30.153822 [ 260 ] {858450eb-3adb-4630-b638-084a3af74637} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7661 | 2024.11.19 01:38:30.154031 [ 260 ] {858450eb-3adb-4630-b638-084a3af74637} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001394 sec., 717.3601147776184 rows/sec., 48.34 KiB/sec. | ||
| 7662 | 2024.11.19 01:38:30.154080 [ 260 ] {858450eb-3adb-4630-b638-084a3af74637} <Debug> TCPHandler: Processed in 0.001592798 sec. | ||
| 7663 | 2024.11.19 01:38:30.154242 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7664 | 2024.11.19 01:38:30.154383 [ 257 ] {441b0e15-928e-47c3-8dfb-181fe6c35c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7665 | 2024.11.19 01:38:30.154478 [ 257 ] {441b0e15-928e-47c3-8dfb-181fe6c35c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7666 | 2024.11.19 01:38:30.155791 [ 257 ] {441b0e15-928e-47c3-8dfb-181fe6c35c11} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7667 | 2024.11.19 01:38:30.155831 [ 257 ] {441b0e15-928e-47c3-8dfb-181fe6c35c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7668 | 2024.11.19 01:38:30.156465 [ 257 ] {441b0e15-928e-47c3-8dfb-181fe6c35c11} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7669 | 2024.11.19 01:38:30.156709 [ 257 ] {441b0e15-928e-47c3-8dfb-181fe6c35c11} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7670 | 2024.11.19 01:38:30.156888 [ 74 ] {} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 7671 | 2024.11.19 01:38:30.156956 [ 74 ] {} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7672 | 2024.11.19 01:38:30.156971 [ 257 ] {441b0e15-928e-47c3-8dfb-181fe6c35c11} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00266 sec., 15413.533834586466 rows/sec., 27.62 MiB/sec. | ||
| 7673 | 2024.11.19 01:38:30.156993 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7674 | 2024.11.19 01:38:30.157531 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::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 | ||
| 7675 | 2024.11.19 01:38:30.157573 [ 257 ] {441b0e15-928e-47c3-8dfb-181fe6c35c11} <Debug> TCPHandler: Processed in 0.003394611 sec. | ||
| 7676 | 2024.11.19 01:38:30.158256 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7677 | 2024.11.19 01:38:30.158547 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7678 | 2024.11.19 01:38:30.158558 [ 260 ] {cf27bac9-161e-4c73-a49f-9184edf8fa24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7679 | 2024.11.19 01:38:30.158699 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 700 rows starting from the beginning of the part | ||
| 7680 | 2024.11.19 01:38:30.158709 [ 260 ] {cf27bac9-161e-4c73-a49f-9184edf8fa24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7681 | 2024.11.19 01:38:30.159638 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part | ||
| 7682 | 2024.11.19 01:38:30.160108 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 41 rows starting from the beginning of the part | ||
| 7683 | 2024.11.19 01:38:30.160961 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 41 rows starting from the beginning of the part | ||
| 7684 | 2024.11.19 01:38:30.161109 [ 260 ] {cf27bac9-161e-4c73-a49f-9184edf8fa24} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7685 | 2024.11.19 01:38:30.161218 [ 260 ] {cf27bac9-161e-4c73-a49f-9184edf8fa24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7686 | 2024.11.19 01:38:30.161617 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 41 rows starting from the beginning of the part | ||
| 7687 | 2024.11.19 01:38:30.162380 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 41 rows starting from the beginning of the part | ||
| 7688 | 2024.11.19 01:38:30.162664 [ 260 ] {cf27bac9-161e-4c73-a49f-9184edf8fa24} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 7689 | 2024.11.19 01:38:30.163399 [ 260 ] {cf27bac9-161e-4c73-a49f-9184edf8fa24} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7690 | 2024.11.19 01:38:30.163862 [ 260 ] {cf27bac9-161e-4c73-a49f-9184edf8fa24} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005404 sec., 15173.945225758698 rows/sec., 986.86 KiB/sec. | ||
| 7691 | 2024.11.19 01:38:30.164027 [ 260 ] {cf27bac9-161e-4c73-a49f-9184edf8fa24} <Debug> TCPHandler: Processed in 0.006300172 sec. | ||
| 7692 | 2024.11.19 01:38:30.178367 [ 195 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 905 rows, containing 19 columns (19 merged, 0 gathered) in 0.021174888 sec., 42739.30516185021 rows/sec., 76.59 MiB/sec. | ||
| 7693 | 2024.11.19 01:38:30.179172 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 7694 | 2024.11.19 01:38:30.179578 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_25_5} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7695 | 2024.11.19 01:38:30.179660 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_25_5} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 7696 | 2024.11.19 01:38:30.179776 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. | ||
| 7697 | 2024.11.19 01:38:31.000194 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.59 MiB, peak 179.32 MiB, free memory in arenas 0.00 B, will set to 174.43 MiB (RSS), difference: 2.84 MiB | ||
| 7698 | 2024.11.19 01:38:32.170182 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36704, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7699 | 2024.11.19 01:38:32.445780 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42514, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7700 | 2024.11.19 01:38:32.506257 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53792, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7701 | 2024.11.19 01:38:32.517535 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7702 | 2024.11.19 01:38:32.764565 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60653, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7703 | 2024.11.19 01:38:32.766851 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56749, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7704 | 2024.11.19 01:38:32.797161 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58105, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7705 | 2024.11.19 01:38:32.868759 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46749, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7706 | 2024.11.19 01:38:33.394210 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49314, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7707 | 2024.11.19 01:38:33.840152 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38506, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7708 | 2024.11.19 01:38:33.900619 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38215, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7709 | 2024.11.19 01:38:34.016414 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55655, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7710 | 2024.11.19 01:38:34.056725 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39243, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7711 | 2024.11.19 01:38:34.070370 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48765, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7712 | 2024.11.19 01:38:34.075717 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56285, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7713 | 2024.11.19 01:38:34.136896 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7714 | 2024.11.19 01:38:35.122578 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7715 | 2024.11.19 01:38:35.122790 [ 260 ] {da49874b-c48f-4997-b538-8d6a09a00267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7716 | 2024.11.19 01:38:35.122878 [ 260 ] {da49874b-c48f-4997-b538-8d6a09a00267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7717 | 2024.11.19 01:38:35.124199 [ 260 ] {da49874b-c48f-4997-b538-8d6a09a00267} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7718 | 2024.11.19 01:38:35.124294 [ 260 ] {da49874b-c48f-4997-b538-8d6a09a00267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7719 | 2024.11.19 01:38:35.124792 [ 260 ] {da49874b-c48f-4997-b538-8d6a09a00267} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7720 | 2024.11.19 01:38:35.125046 [ 260 ] {da49874b-c48f-4997-b538-8d6a09a00267} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7721 | 2024.11.19 01:38:35.125279 [ 260 ] {da49874b-c48f-4997-b538-8d6a09a00267} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00255 sec., 1568.627450980392 rows/sec., 127.91 KiB/sec. | ||
| 7722 | 2024.11.19 01:38:35.125345 [ 260 ] {da49874b-c48f-4997-b538-8d6a09a00267} <Debug> TCPHandler: Processed in 0.002912362 sec. | ||
| 7723 | 2024.11.19 01:38:35.125598 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7724 | 2024.11.19 01:38:35.125786 [ 257 ] {af24beed-e060-4428-a26e-e9a50fb27a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7725 | 2024.11.19 01:38:35.125858 [ 257 ] {af24beed-e060-4428-a26e-e9a50fb27a45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7726 | 2024.11.19 01:38:35.126636 [ 257 ] {af24beed-e060-4428-a26e-e9a50fb27a45} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7727 | 2024.11.19 01:38:35.126681 [ 257 ] {af24beed-e060-4428-a26e-e9a50fb27a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7728 | 2024.11.19 01:38:35.127103 [ 257 ] {af24beed-e060-4428-a26e-e9a50fb27a45} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7729 | 2024.11.19 01:38:35.127369 [ 257 ] {af24beed-e060-4428-a26e-e9a50fb27a45} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7730 | 2024.11.19 01:38:35.127548 [ 68 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7731 | 2024.11.19 01:38:35.127615 [ 257 ] {af24beed-e060-4428-a26e-e9a50fb27a45} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001877 sec., 30900.37293553543 rows/sec., 2.37 MiB/sec. | ||
| 7732 | 2024.11.19 01:38:35.127626 [ 68 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7733 | 2024.11.19 01:38:35.127699 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7734 | 2024.11.19 01:38:35.127754 [ 257 ] {af24beed-e060-4428-a26e-e9a50fb27a45} <Debug> TCPHandler: Processed in 0.002284431 sec. | ||
| 7735 | 2024.11.19 01:38:35.127973 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::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 | ||
| 7736 | 2024.11.19 01:38:35.127982 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7737 | 2024.11.19 01:38:35.128123 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7738 | 2024.11.19 01:38:35.128164 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1435 rows starting from the beginning of the part | ||
| 7739 | 2024.11.19 01:38:35.128169 [ 260 ] {1e151cac-5900-46f4-bdc3-130777e14e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7740 | 2024.11.19 01:38:35.128255 [ 260 ] {1e151cac-5900-46f4-bdc3-130777e14e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7741 | 2024.11.19 01:38:35.128265 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 285 rows starting from the beginning of the part | ||
| 7742 | 2024.11.19 01:38:35.128760 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 57 rows starting from the beginning of the part | ||
| 7743 | 2024.11.19 01:38:35.128969 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part | ||
| 7744 | 2024.11.19 01:38:35.129169 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 285 rows starting from the beginning of the part | ||
| 7745 | 2024.11.19 01:38:35.129395 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 58 rows starting from the beginning of the part | ||
| 7746 | 2024.11.19 01:38:35.130169 [ 260 ] {1e151cac-5900-46f4-bdc3-130777e14e69} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7747 | 2024.11.19 01:38:35.130212 [ 260 ] {1e151cac-5900-46f4-bdc3-130777e14e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7748 | 2024.11.19 01:38:35.130717 [ 260 ] {1e151cac-5900-46f4-bdc3-130777e14e69} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7749 | 2024.11.19 01:38:35.130993 [ 260 ] {1e151cac-5900-46f4-bdc3-130777e14e69} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7750 | 2024.11.19 01:38:35.131412 [ 260 ] {1e151cac-5900-46f4-bdc3-130777e14e69} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00328 sec., 1219.5121951219512 rows/sec., 85.15 KiB/sec. | ||
| 7751 | 2024.11.19 01:38:35.131501 [ 196 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 5 columns (5 merged, 0 gathered) in 0.003688156 sec., 589996.735496004 rows/sec., 52.06 MiB/sec. | ||
| 7752 | 2024.11.19 01:38:35.131534 [ 260 ] {1e151cac-5900-46f4-bdc3-130777e14e69} <Debug> TCPHandler: Processed in 0.003660936 sec. | ||
| 7753 | 2024.11.19 01:38:35.131725 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7754 | 2024.11.19 01:38:35.131850 [ 196 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7755 | 2024.11.19 01:38:35.131951 [ 257 ] {36f4b95b-8287-41fb-9bd8-5ab07fc16207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7756 | 2024.11.19 01:38:35.132043 [ 257 ] {36f4b95b-8287-41fb-9bd8-5ab07fc16207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7757 | 2024.11.19 01:38:35.132519 [ 196 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_71_14} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7758 | 2024.11.19 01:38:35.132780 [ 196 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_71_14} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7759 | 2024.11.19 01:38:35.132920 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 7760 | 2024.11.19 01:38:35.133170 [ 257 ] {36f4b95b-8287-41fb-9bd8-5ab07fc16207} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7761 | 2024.11.19 01:38:35.133215 [ 257 ] {36f4b95b-8287-41fb-9bd8-5ab07fc16207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7762 | 2024.11.19 01:38:35.133590 [ 257 ] {36f4b95b-8287-41fb-9bd8-5ab07fc16207} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7763 | 2024.11.19 01:38:35.133827 [ 257 ] {36f4b95b-8287-41fb-9bd8-5ab07fc16207} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7764 | 2024.11.19 01:38:35.134020 [ 67 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7765 | 2024.11.19 01:38:35.134080 [ 257 ] {36f4b95b-8287-41fb-9bd8-5ab07fc16207} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.002198 sec., 30937.21565059145 rows/sec., 2.42 MiB/sec. | ||
| 7766 | 2024.11.19 01:38:35.134088 [ 67 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7767 | 2024.11.19 01:38:35.134167 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7768 | 2024.11.19 01:38:35.134229 [ 257 ] {36f4b95b-8287-41fb-9bd8-5ab07fc16207} <Debug> TCPHandler: Processed in 0.002587166 sec. | ||
| 7769 | 2024.11.19 01:38:35.134435 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::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 | ||
| 7770 | 2024.11.19 01:38:35.134441 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7771 | 2024.11.19 01:38:35.134605 [ 260 ] {0083e31f-31c9-42cd-afe7-b4adb3b094ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7772 | 2024.11.19 01:38:35.134609 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7773 | 2024.11.19 01:38:35.134657 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 915 rows starting from the beginning of the part | ||
| 7774 | 2024.11.19 01:38:35.134668 [ 260 ] {0083e31f-31c9-42cd-afe7-b4adb3b094ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7775 | 2024.11.19 01:38:35.134889 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 423 rows starting from the beginning of the part | ||
| 7776 | 2024.11.19 01:38:35.135170 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 66 rows starting from the beginning of the part | ||
| 7777 | 2024.11.19 01:38:35.135393 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part | ||
| 7778 | 2024.11.19 01:38:35.135514 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 423 rows starting from the beginning of the part | ||
| 7779 | 2024.11.19 01:38:35.135611 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 68 rows starting from the beginning of the part | ||
| 7780 | 2024.11.19 01:38:35.136293 [ 260 ] {0083e31f-31c9-42cd-afe7-b4adb3b094ce} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7781 | 2024.11.19 01:38:35.136337 [ 260 ] {0083e31f-31c9-42cd-afe7-b4adb3b094ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7782 | 2024.11.19 01:38:35.136900 [ 260 ] {0083e31f-31c9-42cd-afe7-b4adb3b094ce} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7783 | 2024.11.19 01:38:35.137168 [ 260 ] {0083e31f-31c9-42cd-afe7-b4adb3b094ce} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7784 | 2024.11.19 01:38:35.137391 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7785 | 2024.11.19 01:38:35.137474 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7786 | 2024.11.19 01:38:35.137495 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1959 rows, containing 5 columns (5 merged, 0 gathered) in 0.003228647 sec., 606755.7091252157 rows/sec., 46.45 MiB/sec. | ||
| 7787 | 2024.11.19 01:38:35.137515 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7788 | 2024.11.19 01:38:35.137554 [ 260 ] {0083e31f-31c9-42cd-afe7-b4adb3b094ce} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.002981 sec., 54344.17980543442 rows/sec., 3.78 MiB/sec. | ||
| 7789 | 2024.11.19 01:38:35.137823 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7790 | 2024.11.19 01:38:35.137929 [ 260 ] {0083e31f-31c9-42cd-afe7-b4adb3b094ce} <Debug> TCPHandler: Processed in 0.003579604 sec. | ||
| 7791 | 2024.11.19 01:38:35.138024 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 7792 | 2024.11.19 01:38:35.138234 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7793 | 2024.11.19 01:38:35.138478 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7794 | 2024.11.19 01:38:35.138531 [ 257 ] {802ee18c-b718-4012-b179-59ad1f860492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7795 | 2024.11.19 01:38:35.138559 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 12807 rows starting from the beginning of the part | ||
| 7796 | 2024.11.19 01:38:35.138645 [ 257 ] {802ee18c-b718-4012-b179-59ad1f860492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7797 | 2024.11.19 01:38:35.138807 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_71_14} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7798 | 2024.11.19 01:38:35.139026 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part | ||
| 7799 | 2024.11.19 01:38:35.139299 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_71_14} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7800 | 2024.11.19 01:38:35.139621 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 129 rows starting from the beginning of the part | ||
| 7801 | 2024.11.19 01:38:35.139731 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 7802 | 2024.11.19 01:38:35.140057 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 7803 | 2024.11.19 01:38:35.140327 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 237 rows starting from the beginning of the part | ||
| 7804 | 2024.11.19 01:38:35.140682 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 162 rows starting from the beginning of the part | ||
| 7805 | 2024.11.19 01:38:35.141361 [ 257 ] {802ee18c-b718-4012-b179-59ad1f860492} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7806 | 2024.11.19 01:38:35.141405 [ 257 ] {802ee18c-b718-4012-b179-59ad1f860492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7807 | 2024.11.19 01:38:35.141845 [ 257 ] {802ee18c-b718-4012-b179-59ad1f860492} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 7808 | 2024.11.19 01:38:35.142129 [ 257 ] {802ee18c-b718-4012-b179-59ad1f860492} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7809 | 2024.11.19 01:38:35.142317 [ 67 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 7810 | 2024.11.19 01:38:35.142386 [ 67 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7811 | 2024.11.19 01:38:35.142399 [ 257 ] {802ee18c-b718-4012-b179-59ad1f860492} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003957 sec., 15163.002274450342 rows/sec., 1.02 MiB/sec. | ||
| 7812 | 2024.11.19 01:38:35.142443 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7813 | 2024.11.19 01:38:35.142662 [ 257 ] {802ee18c-b718-4012-b179-59ad1f860492} <Debug> TCPHandler: Processed in 0.004612173 sec. | ||
| 7814 | 2024.11.19 01:38:35.143006 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::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 | ||
| 7815 | 2024.11.19 01:38:35.143386 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7816 | 2024.11.19 01:38:35.143460 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3946 rows starting from the beginning of the part | ||
| 7817 | 2024.11.19 01:38:35.143791 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part | ||
| 7818 | 2024.11.19 01:38:35.144172 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 48 rows starting from the beginning of the part | ||
| 7819 | 2024.11.19 01:38:35.144329 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 7820 | 2024.11.19 01:38:35.144485 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part | ||
| 7821 | 2024.11.19 01:38:35.144801 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
| 7822 | 2024.11.19 01:38:35.146715 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13732 rows, containing 5 columns (5 merged, 0 gathered) in 0.009126753 sec., 1504587.6666104584 rows/sec., 102.75 MiB/sec. | ||
| 7823 | 2024.11.19 01:38:35.147270 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4278 rows, containing 4 columns (4 merged, 0 gathered) in 0.004587262 sec., 932582.4424242609 rows/sec., 61.48 MiB/sec. | ||
| 7824 | 2024.11.19 01:38:35.147343 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7825 | 2024.11.19 01:38:35.147694 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7826 | 2024.11.19 01:38:35.147759 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 7827 | 2024.11.19 01:38:35.147865 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7828 | 2024.11.19 01:38:35.148025 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 7829 | 2024.11.19 01:38:35.148216 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_71_14} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7830 | 2024.11.19 01:38:35.148309 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_71_14} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 7831 | 2024.11.19 01:38:35.148397 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 7832 | 2024.11.19 01:38:38.979822 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1146 | ||
| 7833 | 2024.11.19 01:38:38.982789 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7834 | 2024.11.19 01:38:38.982850 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7835 | 2024.11.19 01:38:38.984778 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7836 | 2024.11.19 01:38:38.985119 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7837 | 2024.11.19 01:38:38.985336 [ 64 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7838 | 2024.11.19 01:38:38.985464 [ 64 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7839 | 2024.11.19 01:38:38.985532 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7840 | 2024.11.19 01:38:38.986275 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 7841 | 2024.11.19 01:38:38.988092 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1146 | ||
| 7842 | 2024.11.19 01:38:38.988320 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7843 | 2024.11.19 01:38:38.988448 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1008 rows starting from the beginning of the part | ||
| 7844 | 2024.11.19 01:38:38.989027 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part | ||
| 7845 | 2024.11.19 01:38:38.989598 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part | ||
| 7846 | 2024.11.19 01:38:38.990111 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part | ||
| 7847 | 2024.11.19 01:38:38.990585 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part | ||
| 7848 | 2024.11.19 01:38:38.991045 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 34 rows starting from the beginning of the part | ||
| 7849 | 2024.11.19 01:38:38.998673 [ 200 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1146 rows, containing 72 columns (72 merged, 0 gathered) in 0.013015833 sec., 88046.61215306005 rows/sec., 70.32 MiB/sec. | ||
| 7850 | 2024.11.19 01:38:38.999891 [ 186 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7851 | 2024.11.19 01:38:39.000266 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.77 MiB, peak 183.97 MiB, free memory in arenas 0.00 B, will set to 174.80 MiB (RSS), difference: -4.97 MiB | ||
| 7852 | 2024.11.19 01:38:39.000903 [ 186 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_36_7} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7853 | 2024.11.19 01:38:39.000987 [ 186 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_36_7} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7854 | 2024.11.19 01:38:39.001183 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.77 MiB. | ||
| 7855 | 2024.11.19 01:38:40.000180 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.89 MiB, peak 183.97 MiB, free memory in arenas 0.00 B, will set to 174.80 MiB (RSS), difference: 4.90 MiB | ||
| 7856 | 2024.11.19 01:38:40.122970 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7857 | 2024.11.19 01:38:40.123200 [ 260 ] {6a789ff1-5b24-4dde-999a-0ed52a40d69f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7858 | 2024.11.19 01:38:40.123292 [ 260 ] {6a789ff1-5b24-4dde-999a-0ed52a40d69f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7859 | 2024.11.19 01:38:40.124127 [ 260 ] {6a789ff1-5b24-4dde-999a-0ed52a40d69f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7860 | 2024.11.19 01:38:40.124185 [ 260 ] {6a789ff1-5b24-4dde-999a-0ed52a40d69f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7861 | 2024.11.19 01:38:40.124642 [ 260 ] {6a789ff1-5b24-4dde-999a-0ed52a40d69f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 7862 | 2024.11.19 01:38:40.124914 [ 260 ] {6a789ff1-5b24-4dde-999a-0ed52a40d69f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7863 | 2024.11.19 01:38:40.125156 [ 260 ] {6a789ff1-5b24-4dde-999a-0ed52a40d69f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002019 sec., 27736.503219415554 rows/sec., 2.13 MiB/sec. | ||
| 7864 | 2024.11.19 01:38:40.125224 [ 260 ] {6a789ff1-5b24-4dde-999a-0ed52a40d69f} <Debug> TCPHandler: Processed in 0.002404443 sec. | ||
| 7865 | 2024.11.19 01:38:40.125482 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7866 | 2024.11.19 01:38:40.125727 [ 257 ] {115617cd-b4f2-4d3a-939f-430df648a7b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7867 | 2024.11.19 01:38:40.125845 [ 257 ] {115617cd-b4f2-4d3a-939f-430df648a7b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7868 | 2024.11.19 01:38:40.126899 [ 257 ] {115617cd-b4f2-4d3a-939f-430df648a7b7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7869 | 2024.11.19 01:38:40.126947 [ 257 ] {115617cd-b4f2-4d3a-939f-430df648a7b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7870 | 2024.11.19 01:38:40.127383 [ 257 ] {115617cd-b4f2-4d3a-939f-430df648a7b7} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 7871 | 2024.11.19 01:38:40.127650 [ 257 ] {115617cd-b4f2-4d3a-939f-430df648a7b7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7872 | 2024.11.19 01:38:40.127884 [ 257 ] {115617cd-b4f2-4d3a-939f-430df648a7b7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002242 sec., 28545.941123996432 rows/sec., 2.23 MiB/sec. | ||
| 7873 | 2024.11.19 01:38:40.127947 [ 257 ] {115617cd-b4f2-4d3a-939f-430df648a7b7} <Debug> TCPHandler: Processed in 0.002608777 sec. | ||
| 7874 | 2024.11.19 01:38:40.128102 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7875 | 2024.11.19 01:38:40.128257 [ 260 ] {c53a66ee-3d26-46a4-bcee-b037332c0697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7876 | 2024.11.19 01:38:40.128326 [ 260 ] {c53a66ee-3d26-46a4-bcee-b037332c0697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7877 | 2024.11.19 01:38:40.128953 [ 260 ] {c53a66ee-3d26-46a4-bcee-b037332c0697} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7878 | 2024.11.19 01:38:40.129000 [ 260 ] {c53a66ee-3d26-46a4-bcee-b037332c0697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7879 | 2024.11.19 01:38:40.129412 [ 260 ] {c53a66ee-3d26-46a4-bcee-b037332c0697} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 7880 | 2024.11.19 01:38:40.129663 [ 260 ] {c53a66ee-3d26-46a4-bcee-b037332c0697} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7881 | 2024.11.19 01:38:40.129876 [ 260 ] {c53a66ee-3d26-46a4-bcee-b037332c0697} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001659 sec., 96443.64074743821 rows/sec., 6.72 MiB/sec. | ||
| 7882 | 2024.11.19 01:38:40.129928 [ 260 ] {c53a66ee-3d26-46a4-bcee-b037332c0697} <Debug> TCPHandler: Processed in 0.001896374 sec. | ||
| 7883 | 2024.11.19 01:38:40.130131 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7884 | 2024.11.19 01:38:40.130364 [ 257 ] {30bda831-a9ac-45ba-94dc-453bb38efa91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7885 | 2024.11.19 01:38:40.130461 [ 257 ] {30bda831-a9ac-45ba-94dc-453bb38efa91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7886 | 2024.11.19 01:38:40.131044 [ 257 ] {30bda831-a9ac-45ba-94dc-453bb38efa91} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7887 | 2024.11.19 01:38:40.131085 [ 257 ] {30bda831-a9ac-45ba-94dc-453bb38efa91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7888 | 2024.11.19 01:38:40.131464 [ 257 ] {30bda831-a9ac-45ba-94dc-453bb38efa91} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 7889 | 2024.11.19 01:38:40.131710 [ 257 ] {30bda831-a9ac-45ba-94dc-453bb38efa91} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7890 | 2024.11.19 01:38:40.131919 [ 257 ] {30bda831-a9ac-45ba-94dc-453bb38efa91} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001618 sec., 37082.81829419036 rows/sec., 2.50 MiB/sec. | ||
| 7891 | 2024.11.19 01:38:40.131972 [ 257 ] {30bda831-a9ac-45ba-94dc-453bb38efa91} <Debug> TCPHandler: Processed in 0.001956685 sec. | ||
| 7892 | 2024.11.19 01:38:42.803741 [ 30 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7893 | 2024.11.19 01:38:42.803827 [ 30 ] {} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7894 | 2024.11.19 01:38:42.803851 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7895 | 2024.11.19 01:38:42.804044 [ 198 ] {7a068b2a-d445-4769-83f0-40596558304b::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 | ||
| 7896 | 2024.11.19 01:38:42.804306 [ 198 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7897 | 2024.11.19 01:38:42.804345 [ 198 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 17 rows starting from the beginning of the part | ||
| 7898 | 2024.11.19 01:38:42.804424 [ 198 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 7899 | 2024.11.19 01:38:42.804623 [ 198 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 7900 | 2024.11.19 01:38:42.804923 [ 198 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7901 | 2024.11.19 01:38:42.805065 [ 198 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7902 | 2024.11.19 01:38:42.806098 [ 193 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.002178608 sec., 9639.182450445423 rows/sec., 649.52 KiB/sec. | ||
| 7903 | 2024.11.19 01:38:42.806309 [ 191 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7904 | 2024.11.19 01:38:42.806689 [ 191 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_21_5} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7905 | 2024.11.19 01:38:42.806789 [ 191 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_21_5} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7906 | 2024.11.19 01:38:42.806898 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7907 | 2024.11.19 01:38:43.200525 [ 30 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 7908 | 2024.11.19 01:38:43.200590 [ 30 ] {} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7909 | 2024.11.19 01:38:43.200613 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7910 | 2024.11.19 01:38:43.200843 [ 192 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::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 | ||
| 7911 | 2024.11.19 01:38:43.201057 [ 192 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7912 | 2024.11.19 01:38:43.201104 [ 192 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 102 rows starting from the beginning of the part | ||
| 7913 | 2024.11.19 01:38:43.201193 [ 192 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 7914 | 2024.11.19 01:38:43.201418 [ 192 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 7915 | 2024.11.19 01:38:43.201556 [ 192 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 7916 | 2024.11.19 01:38:43.201676 [ 192 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7917 | 2024.11.19 01:38:43.202722 [ 193 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.002023956 sec., 62254.317781611855 rows/sec., 3.18 MiB/sec. | ||
| 7918 | 2024.11.19 01:38:43.202992 [ 193 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 7919 | 2024.11.19 01:38:43.203566 [ 193 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_21_5} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7920 | 2024.11.19 01:38:43.203724 [ 193 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_21_5} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 7921 | 2024.11.19 01:38:43.203840 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7922 | 2024.11.19 01:38:43.716456 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7923 | 2024.11.19 01:38:43.716513 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7924 | 2024.11.19 01:38:45.128654 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7925 | 2024.11.19 01:38:45.128858 [ 260 ] {912ec722-e8c4-438a-bf5f-dc963f73d279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7926 | 2024.11.19 01:38:45.128976 [ 260 ] {912ec722-e8c4-438a-bf5f-dc963f73d279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7927 | 2024.11.19 01:38:45.130062 [ 260 ] {912ec722-e8c4-438a-bf5f-dc963f73d279} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7928 | 2024.11.19 01:38:45.130109 [ 260 ] {912ec722-e8c4-438a-bf5f-dc963f73d279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7929 | 2024.11.19 01:38:45.130548 [ 260 ] {912ec722-e8c4-438a-bf5f-dc963f73d279} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7930 | 2024.11.19 01:38:45.130811 [ 260 ] {912ec722-e8c4-438a-bf5f-dc963f73d279} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7931 | 2024.11.19 01:38:45.131043 [ 260 ] {912ec722-e8c4-438a-bf5f-dc963f73d279} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002254 sec., 6211.180124223602 rows/sec., 447.12 KiB/sec. | ||
| 7932 | 2024.11.19 01:38:45.131108 [ 260 ] {912ec722-e8c4-438a-bf5f-dc963f73d279} <Debug> TCPHandler: Processed in 0.002582246 sec. | ||
| 7933 | 2024.11.19 01:38:45.131448 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7934 | 2024.11.19 01:38:45.131746 [ 257 ] {b616fc55-3a02-415e-a491-cfa9db8688a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7935 | 2024.11.19 01:38:45.131865 [ 257 ] {b616fc55-3a02-415e-a491-cfa9db8688a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7936 | 2024.11.19 01:38:45.132764 [ 257 ] {b616fc55-3a02-415e-a491-cfa9db8688a6} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7937 | 2024.11.19 01:38:45.132810 [ 257 ] {b616fc55-3a02-415e-a491-cfa9db8688a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7938 | 2024.11.19 01:38:45.133268 [ 257 ] {b616fc55-3a02-415e-a491-cfa9db8688a6} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 7939 | 2024.11.19 01:38:45.133523 [ 257 ] {b616fc55-3a02-415e-a491-cfa9db8688a6} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7940 | 2024.11.19 01:38:45.133760 [ 257 ] {b616fc55-3a02-415e-a491-cfa9db8688a6} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002099 sec., 135778.94235350165 rows/sec., 12.00 MiB/sec. | ||
| 7941 | 2024.11.19 01:38:45.133819 [ 257 ] {b616fc55-3a02-415e-a491-cfa9db8688a6} <Debug> TCPHandler: Processed in 0.002563595 sec. | ||
| 7942 | 2024.11.19 01:38:45.133960 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7943 | 2024.11.19 01:38:45.134086 [ 260 ] {8752fa88-dac2-42e1-967c-35d179be992a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7944 | 2024.11.19 01:38:45.134137 [ 260 ] {8752fa88-dac2-42e1-967c-35d179be992a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7945 | 2024.11.19 01:38:45.134757 [ 260 ] {8752fa88-dac2-42e1-967c-35d179be992a} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7946 | 2024.11.19 01:38:45.134799 [ 260 ] {8752fa88-dac2-42e1-967c-35d179be992a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7947 | 2024.11.19 01:38:45.135158 [ 260 ] {8752fa88-dac2-42e1-967c-35d179be992a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7948 | 2024.11.19 01:38:45.135395 [ 260 ] {8752fa88-dac2-42e1-967c-35d179be992a} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7949 | 2024.11.19 01:38:45.135560 [ 58 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7950 | 2024.11.19 01:38:45.135622 [ 260 ] {8752fa88-dac2-42e1-967c-35d179be992a} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001565 sec., 30670.926517571887 rows/sec., 2.21 MiB/sec. | ||
| 7951 | 2024.11.19 01:38:45.135640 [ 58 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7952 | 2024.11.19 01:38:45.135708 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7953 | 2024.11.19 01:38:45.135762 [ 260 ] {8752fa88-dac2-42e1-967c-35d179be992a} <Debug> TCPHandler: Processed in 0.001859773 sec. | ||
| 7954 | 2024.11.19 01:38:45.136051 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::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 | ||
| 7955 | 2024.11.19 01:38:45.136069 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7956 | 2024.11.19 01:38:45.136482 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7957 | 2024.11.19 01:38:45.136490 [ 257 ] {1fffa8a9-c487-4bfb-b082-267f6a031df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7958 | 2024.11.19 01:38:45.136542 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 66 rows starting from the beginning of the part | ||
| 7959 | 2024.11.19 01:38:45.136619 [ 257 ] {1fffa8a9-c487-4bfb-b082-267f6a031df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7960 | 2024.11.19 01:38:45.136772 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 48 rows starting from the beginning of the part | ||
| 7961 | 2024.11.19 01:38:45.137212 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 2 rows starting from the beginning of the part | ||
| 7962 | 2024.11.19 01:38:45.137562 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 48 rows starting from the beginning of the part | ||
| 7963 | 2024.11.19 01:38:45.137939 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 4 rows starting from the beginning of the part | ||
| 7964 | 2024.11.19 01:38:45.138289 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 48 rows starting from the beginning of the part | ||
| 7965 | 2024.11.19 01:38:45.139808 [ 257 ] {1fffa8a9-c487-4bfb-b082-267f6a031df4} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7966 | 2024.11.19 01:38:45.139896 [ 257 ] {1fffa8a9-c487-4bfb-b082-267f6a031df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7967 | 2024.11.19 01:38:45.140972 [ 257 ] {1fffa8a9-c487-4bfb-b082-267f6a031df4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7968 | 2024.11.19 01:38:45.141282 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 5 columns (5 merged, 0 gathered) in 0.005450748 sec., 39627.58872727193 rows/sec., 2.99 MiB/sec. | ||
| 7969 | 2024.11.19 01:38:45.141475 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7970 | 2024.11.19 01:38:45.141478 [ 257 ] {1fffa8a9-c487-4bfb-b082-267f6a031df4} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7971 | 2024.11.19 01:38:45.142057 [ 257 ] {1fffa8a9-c487-4bfb-b082-267f6a031df4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005696 sec., 2457.865168539326 rows/sec., 172.13 KiB/sec. | ||
| 7972 | 2024.11.19 01:38:45.142171 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_46_9} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7973 | 2024.11.19 01:38:45.142496 [ 188 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_46_9} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7974 | 2024.11.19 01:38:45.142671 [ 257 ] {1fffa8a9-c487-4bfb-b082-267f6a031df4} <Debug> TCPHandler: Processed in 0.006793272 sec. | ||
| 7975 | 2024.11.19 01:38:45.142743 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7976 | 2024.11.19 01:38:45.142892 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7977 | 2024.11.19 01:38:45.143032 [ 260 ] {5e8e0c2b-3fee-4592-bedc-b5a09dad5348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7978 | 2024.11.19 01:38:45.143091 [ 260 ] {5e8e0c2b-3fee-4592-bedc-b5a09dad5348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7979 | 2024.11.19 01:38:45.143781 [ 260 ] {5e8e0c2b-3fee-4592-bedc-b5a09dad5348} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7980 | 2024.11.19 01:38:45.143829 [ 260 ] {5e8e0c2b-3fee-4592-bedc-b5a09dad5348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7981 | 2024.11.19 01:38:45.144188 [ 260 ] {5e8e0c2b-3fee-4592-bedc-b5a09dad5348} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7982 | 2024.11.19 01:38:45.144426 [ 260 ] {5e8e0c2b-3fee-4592-bedc-b5a09dad5348} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7983 | 2024.11.19 01:38:45.144682 [ 260 ] {5e8e0c2b-3fee-4592-bedc-b5a09dad5348} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001683 sec., 7724.301841948901 rows/sec., 481.61 KiB/sec. | ||
| 7984 | 2024.11.19 01:38:45.144902 [ 260 ] {5e8e0c2b-3fee-4592-bedc-b5a09dad5348} <Debug> TCPHandler: Processed in 0.002098598 sec. | ||
| 7985 | 2024.11.19 01:38:45.145139 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7986 | 2024.11.19 01:38:45.145358 [ 257 ] {03f4b3af-13e6-458a-9202-98ff88fb9770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7987 | 2024.11.19 01:38:45.145457 [ 257 ] {03f4b3af-13e6-458a-9202-98ff88fb9770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7988 | 2024.11.19 01:38:45.146408 [ 257 ] {03f4b3af-13e6-458a-9202-98ff88fb9770} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7989 | 2024.11.19 01:38:45.146448 [ 257 ] {03f4b3af-13e6-458a-9202-98ff88fb9770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7990 | 2024.11.19 01:38:45.146837 [ 257 ] {03f4b3af-13e6-458a-9202-98ff88fb9770} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 7991 | 2024.11.19 01:38:45.147077 [ 257 ] {03f4b3af-13e6-458a-9202-98ff88fb9770} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7992 | 2024.11.19 01:38:45.147316 [ 257 ] {03f4b3af-13e6-458a-9202-98ff88fb9770} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00201 sec., 210447.76119402985 rows/sec., 15.04 MiB/sec. | ||
| 7993 | 2024.11.19 01:38:45.147378 [ 257 ] {03f4b3af-13e6-458a-9202-98ff88fb9770} <Debug> TCPHandler: Processed in 0.002347162 sec. | ||
| 7994 | 2024.11.19 01:38:45.147585 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7995 | 2024.11.19 01:38:45.147736 [ 260 ] {f53b5e4b-6a36-4169-8a34-fc7557b89640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7996 | 2024.11.19 01:38:45.147795 [ 260 ] {f53b5e4b-6a36-4169-8a34-fc7557b89640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7997 | 2024.11.19 01:38:45.148277 [ 260 ] {f53b5e4b-6a36-4169-8a34-fc7557b89640} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7998 | 2024.11.19 01:38:45.148317 [ 260 ] {f53b5e4b-6a36-4169-8a34-fc7557b89640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 7999 | 2024.11.19 01:38:45.148676 [ 260 ] {f53b5e4b-6a36-4169-8a34-fc7557b89640} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 8000 | 2024.11.19 01:38:45.148920 [ 260 ] {f53b5e4b-6a36-4169-8a34-fc7557b89640} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8001 | 2024.11.19 01:38:45.149128 [ 260 ] {f53b5e4b-6a36-4169-8a34-fc7557b89640} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001422 sec., 4219.4092827004215 rows/sec., 220.45 KiB/sec. | ||
| 8002 | 2024.11.19 01:38:45.149179 [ 260 ] {f53b5e4b-6a36-4169-8a34-fc7557b89640} <Debug> TCPHandler: Processed in 0.001710061 sec. | ||
| 8003 | 2024.11.19 01:38:45.149314 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8004 | 2024.11.19 01:38:45.149428 [ 257 ] {06969781-6756-4c6c-bb65-dc3ac8c6d216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8005 | 2024.11.19 01:38:45.149480 [ 257 ] {06969781-6756-4c6c-bb65-dc3ac8c6d216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8006 | 2024.11.19 01:38:45.150077 [ 257 ] {06969781-6756-4c6c-bb65-dc3ac8c6d216} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8007 | 2024.11.19 01:38:45.150115 [ 257 ] {06969781-6756-4c6c-bb65-dc3ac8c6d216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 8008 | 2024.11.19 01:38:45.150512 [ 257 ] {06969781-6756-4c6c-bb65-dc3ac8c6d216} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8009 | 2024.11.19 01:38:45.150763 [ 257 ] {06969781-6756-4c6c-bb65-dc3ac8c6d216} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8010 | 2024.11.19 01:38:45.150971 [ 257 ] {06969781-6756-4c6c-bb65-dc3ac8c6d216} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001568 sec., 151147.95918367346 rows/sec., 10.13 MiB/sec. | ||
| 8011 | 2024.11.19 01:38:45.151023 [ 257 ] {06969781-6756-4c6c-bb65-dc3ac8c6d216} <Debug> TCPHandler: Processed in 0.001762891 sec. | ||
| 8012 | 2024.11.19 01:38:45.151177 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8013 | 2024.11.19 01:38:45.151297 [ 260 ] {03e0d3ac-6fd7-4c87-92d1-b383ed7f97c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8014 | 2024.11.19 01:38:45.151351 [ 260 ] {03e0d3ac-6fd7-4c87-92d1-b383ed7f97c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8015 | 2024.11.19 01:38:45.151837 [ 260 ] {03e0d3ac-6fd7-4c87-92d1-b383ed7f97c5} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8016 | 2024.11.19 01:38:45.151876 [ 260 ] {03e0d3ac-6fd7-4c87-92d1-b383ed7f97c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 8017 | 2024.11.19 01:38:45.152253 [ 260 ] {03e0d3ac-6fd7-4c87-92d1-b383ed7f97c5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 8018 | 2024.11.19 01:38:45.152503 [ 260 ] {03e0d3ac-6fd7-4c87-92d1-b383ed7f97c5} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8019 | 2024.11.19 01:38:45.152715 [ 260 ] {03e0d3ac-6fd7-4c87-92d1-b383ed7f97c5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001444 sec., 692.5207756232687 rows/sec., 46.66 KiB/sec. | ||
| 8020 | 2024.11.19 01:38:45.152768 [ 260 ] {03e0d3ac-6fd7-4c87-92d1-b383ed7f97c5} <Debug> TCPHandler: Processed in 0.001646289 sec. | ||
| 8021 | 2024.11.19 01:38:45.152914 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8022 | 2024.11.19 01:38:45.153049 [ 257 ] {0160ed8d-4e16-497f-950a-75d877dda20a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8023 | 2024.11.19 01:38:45.153142 [ 257 ] {0160ed8d-4e16-497f-950a-75d877dda20a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8024 | 2024.11.19 01:38:45.154431 [ 257 ] {0160ed8d-4e16-497f-950a-75d877dda20a} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8025 | 2024.11.19 01:38:45.154470 [ 257 ] {0160ed8d-4e16-497f-950a-75d877dda20a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 8026 | 2024.11.19 01:38:45.155109 [ 257 ] {0160ed8d-4e16-497f-950a-75d877dda20a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8027 | 2024.11.19 01:38:45.155378 [ 257 ] {0160ed8d-4e16-497f-950a-75d877dda20a} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8028 | 2024.11.19 01:38:45.155669 [ 257 ] {0160ed8d-4e16-497f-950a-75d877dda20a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00265 sec., 15471.698113207547 rows/sec., 27.72 MiB/sec. | ||
| 8029 | 2024.11.19 01:38:45.156125 [ 257 ] {0160ed8d-4e16-497f-950a-75d877dda20a} <Debug> TCPHandler: Processed in 0.003277178 sec. | ||
| 8030 | 2024.11.19 01:38:45.156278 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8031 | 2024.11.19 01:38:45.156397 [ 260 ] {6a7f51aa-a628-4697-8b4d-431851c5dd77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8032 | 2024.11.19 01:38:45.156455 [ 260 ] {6a7f51aa-a628-4697-8b4d-431851c5dd77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8033 | 2024.11.19 01:38:45.156944 [ 260 ] {6a7f51aa-a628-4697-8b4d-431851c5dd77} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8034 | 2024.11.19 01:38:45.156984 [ 260 ] {6a7f51aa-a628-4697-8b4d-431851c5dd77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 8035 | 2024.11.19 01:38:45.157360 [ 260 ] {6a7f51aa-a628-4697-8b4d-431851c5dd77} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8036 | 2024.11.19 01:38:45.157605 [ 260 ] {6a7f51aa-a628-4697-8b4d-431851c5dd77} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8037 | 2024.11.19 01:38:45.157815 [ 260 ] {6a7f51aa-a628-4697-8b4d-431851c5dd77} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001444 sec., 56786.703601108034 rows/sec., 3.61 MiB/sec. | ||
| 8038 | 2024.11.19 01:38:45.157867 [ 260 ] {6a7f51aa-a628-4697-8b4d-431851c5dd77} <Debug> TCPHandler: Processed in 0.001646109 sec. | ||
| 8039 | 2024.11.19 01:38:48.988421 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1176 | ||
| 8040 | 2024.11.19 01:38:48.991237 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8041 | 2024.11.19 01:38:48.991295 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 8042 | 2024.11.19 01:38:48.992740 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8043 | 2024.11.19 01:38:48.993063 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8044 | 2024.11.19 01:38:48.994420 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1176 | ||
| 8045 | 2024.11.19 01:38:50.121033 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8046 | 2024.11.19 01:38:50.121340 [ 260 ] {452a7074-ab7d-445e-8452-a7327b9489d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8047 | 2024.11.19 01:38:50.121461 [ 260 ] {452a7074-ab7d-445e-8452-a7327b9489d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8048 | 2024.11.19 01:38:50.122483 [ 260 ] {452a7074-ab7d-445e-8452-a7327b9489d3} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8049 | 2024.11.19 01:38:50.122538 [ 260 ] {452a7074-ab7d-445e-8452-a7327b9489d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 8050 | 2024.11.19 01:38:50.122965 [ 260 ] {452a7074-ab7d-445e-8452-a7327b9489d3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8051 | 2024.11.19 01:38:50.123236 [ 260 ] {452a7074-ab7d-445e-8452-a7327b9489d3} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8052 | 2024.11.19 01:38:50.123501 [ 260 ] {452a7074-ab7d-445e-8452-a7327b9489d3} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002237 sec., 4470.272686633885 rows/sec., 364.52 KiB/sec. | ||
| 8053 | 2024.11.19 01:38:50.123617 [ 260 ] {452a7074-ab7d-445e-8452-a7327b9489d3} <Debug> TCPHandler: Processed in 0.00276957 sec. | ||
| 8054 | 2024.11.19 01:38:50.123931 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8055 | 2024.11.19 01:38:50.124131 [ 257 ] {9754e8f8-fb55-4e2f-a328-c6723e9fd209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8056 | 2024.11.19 01:38:50.124206 [ 257 ] {9754e8f8-fb55-4e2f-a328-c6723e9fd209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8057 | 2024.11.19 01:38:50.125052 [ 257 ] {9754e8f8-fb55-4e2f-a328-c6723e9fd209} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8058 | 2024.11.19 01:38:50.125097 [ 257 ] {9754e8f8-fb55-4e2f-a328-c6723e9fd209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 8059 | 2024.11.19 01:38:50.125529 [ 257 ] {9754e8f8-fb55-4e2f-a328-c6723e9fd209} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8060 | 2024.11.19 01:38:50.125786 [ 257 ] {9754e8f8-fb55-4e2f-a328-c6723e9fd209} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8061 | 2024.11.19 01:38:50.126015 [ 257 ] {9754e8f8-fb55-4e2f-a328-c6723e9fd209} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.00194 sec., 31443.298969072162 rows/sec., 2.40 MiB/sec. | ||
| 8062 | 2024.11.19 01:38:50.126081 [ 257 ] {9754e8f8-fb55-4e2f-a328-c6723e9fd209} <Debug> TCPHandler: Processed in 0.002321762 sec. | ||
| 8063 | 2024.11.19 01:38:50.126297 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8064 | 2024.11.19 01:38:50.126524 [ 260 ] {0953bc47-678b-4424-bef3-426d4034f5e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8065 | 2024.11.19 01:38:50.126618 [ 260 ] {0953bc47-678b-4424-bef3-426d4034f5e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8066 | 2024.11.19 01:38:50.127417 [ 260 ] {0953bc47-678b-4424-bef3-426d4034f5e2} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8067 | 2024.11.19 01:38:50.127458 [ 260 ] {0953bc47-678b-4424-bef3-426d4034f5e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 8068 | 2024.11.19 01:38:50.127814 [ 260 ] {0953bc47-678b-4424-bef3-426d4034f5e2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8069 | 2024.11.19 01:38:50.128058 [ 260 ] {0953bc47-678b-4424-bef3-426d4034f5e2} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8070 | 2024.11.19 01:38:50.128298 [ 260 ] {0953bc47-678b-4424-bef3-426d4034f5e2} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001829 sec., 5467.468562055768 rows/sec., 381.76 KiB/sec. | ||
| 8071 | 2024.11.19 01:38:50.128399 [ 260 ] {0953bc47-678b-4424-bef3-426d4034f5e2} <Debug> TCPHandler: Processed in 0.002212929 sec. | ||
| 8072 | 2024.11.19 01:38:50.128633 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8073 | 2024.11.19 01:38:50.128868 [ 257 ] {562c8046-cc32-4b12-b88b-f92ab6021912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8074 | 2024.11.19 01:38:50.128960 [ 257 ] {562c8046-cc32-4b12-b88b-f92ab6021912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8075 | 2024.11.19 01:38:50.129618 [ 257 ] {562c8046-cc32-4b12-b88b-f92ab6021912} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8076 | 2024.11.19 01:38:50.129656 [ 257 ] {562c8046-cc32-4b12-b88b-f92ab6021912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 8077 | 2024.11.19 01:38:50.130032 [ 257 ] {562c8046-cc32-4b12-b88b-f92ab6021912} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8078 | 2024.11.19 01:38:50.130278 [ 257 ] {562c8046-cc32-4b12-b88b-f92ab6021912} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8079 | 2024.11.19 01:38:50.130517 [ 257 ] {562c8046-cc32-4b12-b88b-f92ab6021912} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001704 sec., 43427.23004694836 rows/sec., 3.40 MiB/sec. | ||
| 8080 | 2024.11.19 01:38:50.130587 [ 257 ] {562c8046-cc32-4b12-b88b-f92ab6021912} <Debug> TCPHandler: Processed in 0.002092137 sec. | ||
| 8081 | 2024.11.19 01:38:50.130800 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8082 | 2024.11.19 01:38:50.130983 [ 260 ] {f2aab820-4598-44f8-815f-b9fe967277c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8083 | 2024.11.19 01:38:50.131040 [ 260 ] {f2aab820-4598-44f8-815f-b9fe967277c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8084 | 2024.11.19 01:38:50.131650 [ 260 ] {f2aab820-4598-44f8-815f-b9fe967277c7} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8085 | 2024.11.19 01:38:50.131691 [ 260 ] {f2aab820-4598-44f8-815f-b9fe967277c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 8086 | 2024.11.19 01:38:50.132105 [ 260 ] {f2aab820-4598-44f8-815f-b9fe967277c7} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8087 | 2024.11.19 01:38:50.132344 [ 260 ] {f2aab820-4598-44f8-815f-b9fe967277c7} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8088 | 2024.11.19 01:38:50.132561 [ 260 ] {f2aab820-4598-44f8-815f-b9fe967277c7} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001605 sec., 82866.04361370717 rows/sec., 5.77 MiB/sec. | ||
| 8089 | 2024.11.19 01:38:50.132613 [ 260 ] {f2aab820-4598-44f8-815f-b9fe967277c7} <Debug> TCPHandler: Processed in 0.001947745 sec. | ||
| 8090 | 2024.11.19 01:38:50.132783 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8091 | 2024.11.19 01:38:50.132902 [ 257 ] {ec3ff28a-84aa-47aa-bfc1-5af61f4a9f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8092 | 2024.11.19 01:38:50.132956 [ 257 ] {ec3ff28a-84aa-47aa-bfc1-5af61f4a9f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8093 | 2024.11.19 01:38:50.133453 [ 257 ] {ec3ff28a-84aa-47aa-bfc1-5af61f4a9f47} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8094 | 2024.11.19 01:38:50.133495 [ 257 ] {ec3ff28a-84aa-47aa-bfc1-5af61f4a9f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 8095 | 2024.11.19 01:38:50.133877 [ 257 ] {ec3ff28a-84aa-47aa-bfc1-5af61f4a9f47} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8096 | 2024.11.19 01:38:50.134126 [ 257 ] {ec3ff28a-84aa-47aa-bfc1-5af61f4a9f47} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8097 | 2024.11.19 01:38:50.134307 [ 257 ] {ec3ff28a-84aa-47aa-bfc1-5af61f4a9f47} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001434 sec., 33472.803347280336 rows/sec., 2.26 MiB/sec. | ||
| 8098 | 2024.11.19 01:38:50.134356 [ 257 ] {ec3ff28a-84aa-47aa-bfc1-5af61f4a9f47} <Debug> TCPHandler: Processed in 0.00163254 sec. | ||
| 8099 | 2024.11.19 01:38:55.122900 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8100 | 2024.11.19 01:38:55.123222 [ 260 ] {1a76098c-60c9-4985-91ec-a5d1f1690bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8101 | 2024.11.19 01:38:55.123334 [ 260 ] {1a76098c-60c9-4985-91ec-a5d1f1690bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8102 | 2024.11.19 01:38:55.124112 [ 260 ] {1a76098c-60c9-4985-91ec-a5d1f1690bbd} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8103 | 2024.11.19 01:38:55.124159 [ 260 ] {1a76098c-60c9-4985-91ec-a5d1f1690bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 8104 | 2024.11.19 01:38:55.124598 [ 260 ] {1a76098c-60c9-4985-91ec-a5d1f1690bbd} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8105 | 2024.11.19 01:38:55.124860 [ 260 ] {1a76098c-60c9-4985-91ec-a5d1f1690bbd} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8106 | 2024.11.19 01:38:55.125085 [ 260 ] {1a76098c-60c9-4985-91ec-a5d1f1690bbd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001942 sec., 28836.25128733265 rows/sec., 2.22 MiB/sec. | ||
| 8107 | 2024.11.19 01:38:55.125205 [ 260 ] {1a76098c-60c9-4985-91ec-a5d1f1690bbd} <Debug> TCPHandler: Processed in 0.002491995 sec. | ||
| 8108 | 2024.11.19 01:38:55.125552 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8109 | 2024.11.19 01:38:55.125852 [ 257 ] {cb75ff21-9326-4eb7-87d9-5cbe9c0e001c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8110 | 2024.11.19 01:38:55.125970 [ 257 ] {cb75ff21-9326-4eb7-87d9-5cbe9c0e001c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8111 | 2024.11.19 01:38:55.126868 [ 257 ] {cb75ff21-9326-4eb7-87d9-5cbe9c0e001c} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8112 | 2024.11.19 01:38:55.126916 [ 257 ] {cb75ff21-9326-4eb7-87d9-5cbe9c0e001c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 8113 | 2024.11.19 01:38:55.127351 [ 257 ] {cb75ff21-9326-4eb7-87d9-5cbe9c0e001c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8114 | 2024.11.19 01:38:55.127612 [ 257 ] {cb75ff21-9326-4eb7-87d9-5cbe9c0e001c} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8115 | 2024.11.19 01:38:55.127846 [ 257 ] {cb75ff21-9326-4eb7-87d9-5cbe9c0e001c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002079 sec., 30784.030784030783 rows/sec., 2.40 MiB/sec. | ||
| 8116 | 2024.11.19 01:38:55.127900 [ 257 ] {cb75ff21-9326-4eb7-87d9-5cbe9c0e001c} <Debug> TCPHandler: Processed in 0.002562036 sec. | ||
| 8117 | 2024.11.19 01:38:55.128075 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8118 | 2024.11.19 01:38:55.128221 [ 260 ] {6ff2d494-5f12-4c7a-8466-da830fcc622c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8119 | 2024.11.19 01:38:55.128288 [ 260 ] {6ff2d494-5f12-4c7a-8466-da830fcc622c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8120 | 2024.11.19 01:38:55.128957 [ 260 ] {6ff2d494-5f12-4c7a-8466-da830fcc622c} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8121 | 2024.11.19 01:38:55.129003 [ 260 ] {6ff2d494-5f12-4c7a-8466-da830fcc622c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 8122 | 2024.11.19 01:38:55.129443 [ 260 ] {6ff2d494-5f12-4c7a-8466-da830fcc622c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8123 | 2024.11.19 01:38:55.129681 [ 260 ] {6ff2d494-5f12-4c7a-8466-da830fcc622c} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8124 | 2024.11.19 01:38:55.129877 [ 260 ] {6ff2d494-5f12-4c7a-8466-da830fcc622c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001692 sec., 94562.64775413711 rows/sec., 6.59 MiB/sec. | ||
| 8125 | 2024.11.19 01:38:55.129967 [ 260 ] {6ff2d494-5f12-4c7a-8466-da830fcc622c} <Debug> TCPHandler: Processed in 0.001964615 sec. | ||
| 8126 | 2024.11.19 01:38:55.130148 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8127 | 2024.11.19 01:38:55.130303 [ 257 ] {8dcdea57-520f-4b35-8c2e-49feb789dc03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8128 | 2024.11.19 01:38:55.130363 [ 257 ] {8dcdea57-520f-4b35-8c2e-49feb789dc03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8129 | 2024.11.19 01:38:55.130935 [ 257 ] {8dcdea57-520f-4b35-8c2e-49feb789dc03} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8130 | 2024.11.19 01:38:55.130980 [ 257 ] {8dcdea57-520f-4b35-8c2e-49feb789dc03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 8131 | 2024.11.19 01:38:55.131404 [ 257 ] {8dcdea57-520f-4b35-8c2e-49feb789dc03} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8132 | 2024.11.19 01:38:55.131663 [ 257 ] {8dcdea57-520f-4b35-8c2e-49feb789dc03} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8133 | 2024.11.19 01:38:55.131881 [ 257 ] {8dcdea57-520f-4b35-8c2e-49feb789dc03} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001619 sec., 37059.91352686844 rows/sec., 2.50 MiB/sec. | ||
| 8134 | 2024.11.19 01:38:55.131929 [ 257 ] {8dcdea57-520f-4b35-8c2e-49feb789dc03} <Debug> TCPHandler: Processed in 0.001874623 sec. | ||
| 8135 | 2024.11.19 01:38:57.401821 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60096, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8136 | 2024.11.19 01:38:57.531108 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8137 | 2024.11.19 01:38:57.685604 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33548, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8138 | 2024.11.19 01:38:57.720002 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41049, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8139 | 2024.11.19 01:38:57.836709 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62113, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8140 | 2024.11.19 01:38:57.845092 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40065, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8141 | 2024.11.19 01:38:57.846004 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64430, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8142 | 2024.11.19 01:38:57.890260 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60371, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8143 | 2024.11.19 01:38:57.901528 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8144 | 2024.11.19 01:38:57.906823 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45160, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8145 | 2024.11.19 01:38:57.933463 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37623, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8146 | 2024.11.19 01:38:57.999760 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37254, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8147 | 2024.11.19 01:38:58.021260 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34003, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8148 | 2024.11.19 01:38:58.066723 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61761, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8149 | 2024.11.19 01:38:58.161089 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37131, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8150 | 2024.11.19 01:38:58.294641 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46896, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8151 | 2024.11.19 01:38:58.716569 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8152 | 2024.11.19 01:38:58.716626 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8153 | 2024.11.19 01:38:58.994790 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1196 | ||
| 8154 | 2024.11.19 01:38:58.997675 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8155 | 2024.11.19 01:38:58.997736 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8156 | 2024.11.19 01:38:58.999201 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8157 | 2024.11.19 01:38:58.999534 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8158 | 2024.11.19 01:38:59.000149 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1196 | ||
| 8159 | 2024.11.19 01:39:00.128775 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8160 | 2024.11.19 01:39:00.128958 [ 260 ] {f8cf12b3-ab38-4f6a-a0bd-bf250725b310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8161 | 2024.11.19 01:39:00.129032 [ 260 ] {f8cf12b3-ab38-4f6a-a0bd-bf250725b310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8162 | 2024.11.19 01:39:00.129767 [ 260 ] {f8cf12b3-ab38-4f6a-a0bd-bf250725b310} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8163 | 2024.11.19 01:39:00.129812 [ 260 ] {f8cf12b3-ab38-4f6a-a0bd-bf250725b310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8164 | 2024.11.19 01:39:00.130238 [ 260 ] {f8cf12b3-ab38-4f6a-a0bd-bf250725b310} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8165 | 2024.11.19 01:39:00.130497 [ 260 ] {f8cf12b3-ab38-4f6a-a0bd-bf250725b310} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8166 | 2024.11.19 01:39:00.130724 [ 260 ] {f8cf12b3-ab38-4f6a-a0bd-bf250725b310} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001819 sec., 7696.5365585486525 rows/sec., 554.05 KiB/sec. | ||
| 8167 | 2024.11.19 01:39:00.130779 [ 260 ] {f8cf12b3-ab38-4f6a-a0bd-bf250725b310} <Debug> TCPHandler: Processed in 0.002131289 sec. | ||
| 8168 | 2024.11.19 01:39:00.131036 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8169 | 2024.11.19 01:39:00.131241 [ 257 ] {a20c578f-0f8a-4598-b22f-9adc735635c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8170 | 2024.11.19 01:39:00.131318 [ 257 ] {a20c578f-0f8a-4598-b22f-9adc735635c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8171 | 2024.11.19 01:39:00.132207 [ 257 ] {a20c578f-0f8a-4598-b22f-9adc735635c0} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8172 | 2024.11.19 01:39:00.132254 [ 257 ] {a20c578f-0f8a-4598-b22f-9adc735635c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8173 | 2024.11.19 01:39:00.132711 [ 257 ] {a20c578f-0f8a-4598-b22f-9adc735635c0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8174 | 2024.11.19 01:39:00.132989 [ 257 ] {a20c578f-0f8a-4598-b22f-9adc735635c0} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8175 | 2024.11.19 01:39:00.133175 [ 48 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8176 | 2024.11.19 01:39:00.133243 [ 257 ] {a20c578f-0f8a-4598-b22f-9adc735635c0} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002052 sec., 138888.88888888888 rows/sec., 12.27 MiB/sec. | ||
| 8177 | 2024.11.19 01:39:00.133255 [ 48 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8178 | 2024.11.19 01:39:00.133331 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8179 | 2024.11.19 01:39:00.133388 [ 257 ] {a20c578f-0f8a-4598-b22f-9adc735635c0} <Debug> TCPHandler: Processed in 0.002488634 sec. | ||
| 8180 | 2024.11.19 01:39:00.133642 [ 189 ] {dae3df59-2a3d-470e-ab24-e307583933ac::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 | ||
| 8181 | 2024.11.19 01:39:00.133759 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8182 | 2024.11.19 01:39:00.134110 [ 189 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8183 | 2024.11.19 01:39:00.134267 [ 189 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1435 rows starting from the beginning of the part | ||
| 8184 | 2024.11.19 01:39:00.134562 [ 260 ] {3099d756-40da-48eb-b68e-7a5635103e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8185 | 2024.11.19 01:39:00.134756 [ 189 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
| 8186 | 2024.11.19 01:39:00.134806 [ 260 ] {3099d756-40da-48eb-b68e-7a5635103e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8187 | 2024.11.19 01:39:00.135479 [ 189 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 285 rows starting from the beginning of the part | ||
| 8188 | 2024.11.19 01:39:00.135947 [ 189 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 61 rows starting from the beginning of the part | ||
| 8189 | 2024.11.19 01:39:00.136487 [ 189 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part | ||
| 8190 | 2024.11.19 01:39:00.136797 [ 189 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 285 rows starting from the beginning of the part | ||
| 8191 | 2024.11.19 01:39:00.137940 [ 260 ] {3099d756-40da-48eb-b68e-7a5635103e9d} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8192 | 2024.11.19 01:39:00.138020 [ 260 ] {3099d756-40da-48eb-b68e-7a5635103e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8193 | 2024.11.19 01:39:00.138930 [ 260 ] {3099d756-40da-48eb-b68e-7a5635103e9d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8194 | 2024.11.19 01:39:00.139368 [ 260 ] {3099d756-40da-48eb-b68e-7a5635103e9d} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8195 | 2024.11.19 01:39:00.139851 [ 260 ] {3099d756-40da-48eb-b68e-7a5635103e9d} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005593 sec., 8582.156266762024 rows/sec., 632.77 KiB/sec. | ||
| 8196 | 2024.11.19 01:39:00.140046 [ 260 ] {3099d756-40da-48eb-b68e-7a5635103e9d} <Debug> TCPHandler: Processed in 0.006545387 sec. | ||
| 8197 | 2024.11.19 01:39:00.140055 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 5 columns (5 merged, 0 gathered) in 0.006606689 sec., 329665.8886168246 rows/sec., 29.08 MiB/sec. | ||
| 8198 | 2024.11.19 01:39:00.140220 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8199 | 2024.11.19 01:39:00.140321 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8200 | 2024.11.19 01:39:00.140392 [ 257 ] {49f67c6c-9b51-44f4-9be9-383372b5bd4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8201 | 2024.11.19 01:39:00.140463 [ 257 ] {49f67c6c-9b51-44f4-9be9-383372b5bd4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8202 | 2024.11.19 01:39:00.140719 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_76_15} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8203 | 2024.11.19 01:39:00.140852 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_76_15} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8204 | 2024.11.19 01:39:00.140941 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 8205 | 2024.11.19 01:39:00.141207 [ 257 ] {49f67c6c-9b51-44f4-9be9-383372b5bd4c} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8206 | 2024.11.19 01:39:00.141247 [ 257 ] {49f67c6c-9b51-44f4-9be9-383372b5bd4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8207 | 2024.11.19 01:39:00.141607 [ 257 ] {49f67c6c-9b51-44f4-9be9-383372b5bd4c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8208 | 2024.11.19 01:39:00.141850 [ 257 ] {49f67c6c-9b51-44f4-9be9-383372b5bd4c} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8209 | 2024.11.19 01:39:00.142072 [ 257 ] {49f67c6c-9b51-44f4-9be9-383372b5bd4c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001729 sec., 8097.165991902833 rows/sec., 567.07 KiB/sec. | ||
| 8210 | 2024.11.19 01:39:00.142127 [ 257 ] {49f67c6c-9b51-44f4-9be9-383372b5bd4c} <Debug> TCPHandler: Processed in 0.001979516 sec. | ||
| 8211 | 2024.11.19 01:39:00.142260 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8212 | 2024.11.19 01:39:00.142374 [ 260 ] {f8db31d1-2664-42e0-b1d4-8bc094b1fb3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8213 | 2024.11.19 01:39:00.142423 [ 260 ] {f8db31d1-2664-42e0-b1d4-8bc094b1fb3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8214 | 2024.11.19 01:39:00.143098 [ 260 ] {f8db31d1-2664-42e0-b1d4-8bc094b1fb3c} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8215 | 2024.11.19 01:39:00.143144 [ 260 ] {f8db31d1-2664-42e0-b1d4-8bc094b1fb3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8216 | 2024.11.19 01:39:00.143562 [ 260 ] {f8db31d1-2664-42e0-b1d4-8bc094b1fb3c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8217 | 2024.11.19 01:39:00.143811 [ 260 ] {f8db31d1-2664-42e0-b1d4-8bc094b1fb3c} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8218 | 2024.11.19 01:39:00.143992 [ 260 ] {f8db31d1-2664-42e0-b1d4-8bc094b1fb3c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001642 sec., 7917.174177831912 rows/sec., 493.63 KiB/sec. | ||
| 8219 | 2024.11.19 01:39:00.144115 [ 260 ] {f8db31d1-2664-42e0-b1d4-8bc094b1fb3c} <Debug> TCPHandler: Processed in 0.001909794 sec. | ||
| 8220 | 2024.11.19 01:39:00.144288 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8221 | 2024.11.19 01:39:00.144405 [ 257 ] {828a7dbe-9858-4080-809d-cc5eb16a5dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8222 | 2024.11.19 01:39:00.144454 [ 257 ] {828a7dbe-9858-4080-809d-cc5eb16a5dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8223 | 2024.11.19 01:39:00.145347 [ 257 ] {828a7dbe-9858-4080-809d-cc5eb16a5dcf} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8224 | 2024.11.19 01:39:00.145396 [ 257 ] {828a7dbe-9858-4080-809d-cc5eb16a5dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8225 | 2024.11.19 01:39:00.145791 [ 257 ] {828a7dbe-9858-4080-809d-cc5eb16a5dcf} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8226 | 2024.11.19 01:39:00.146027 [ 257 ] {828a7dbe-9858-4080-809d-cc5eb16a5dcf} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8227 | 2024.11.19 01:39:00.146202 [ 47 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8228 | 2024.11.19 01:39:00.146253 [ 257 ] {828a7dbe-9858-4080-809d-cc5eb16a5dcf} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001873 sec., 225840.89695675386 rows/sec., 16.14 MiB/sec. | ||
| 8229 | 2024.11.19 01:39:00.146282 [ 47 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8230 | 2024.11.19 01:39:00.146344 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8231 | 2024.11.19 01:39:00.146375 [ 257 ] {828a7dbe-9858-4080-809d-cc5eb16a5dcf} <Debug> TCPHandler: Processed in 0.002139498 sec. | ||
| 8232 | 2024.11.19 01:39:00.146591 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::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 | ||
| 8233 | 2024.11.19 01:39:00.146605 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8234 | 2024.11.19 01:39:00.146878 [ 260 ] {9375b06a-38c7-4272-8aa8-41f423608b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8235 | 2024.11.19 01:39:00.146906 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8236 | 2024.11.19 01:39:00.146985 [ 260 ] {9375b06a-38c7-4272-8aa8-41f423608b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8237 | 2024.11.19 01:39:00.146992 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 915 rows starting from the beginning of the part | ||
| 8238 | 2024.11.19 01:39:00.147387 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part | ||
| 8239 | 2024.11.19 01:39:00.147783 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 423 rows starting from the beginning of the part | ||
| 8240 | 2024.11.19 01:39:00.148121 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 74 rows starting from the beginning of the part | ||
| 8241 | 2024.11.19 01:39:00.148400 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part | ||
| 8242 | 2024.11.19 01:39:00.148739 [ 194 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 423 rows starting from the beginning of the part | ||
| 8243 | 2024.11.19 01:39:00.149452 [ 260 ] {9375b06a-38c7-4272-8aa8-41f423608b49} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8244 | 2024.11.19 01:39:00.149509 [ 260 ] {9375b06a-38c7-4272-8aa8-41f423608b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8245 | 2024.11.19 01:39:00.150404 [ 260 ] {9375b06a-38c7-4272-8aa8-41f423608b49} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8246 | 2024.11.19 01:39:00.150937 [ 260 ] {9375b06a-38c7-4272-8aa8-41f423608b49} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8247 | 2024.11.19 01:39:00.151382 [ 260 ] {9375b06a-38c7-4272-8aa8-41f423608b49} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004588 sec., 1307.7593722755014 rows/sec., 68.33 KiB/sec. | ||
| 8248 | 2024.11.19 01:39:00.151692 [ 260 ] {9375b06a-38c7-4272-8aa8-41f423608b49} <Debug> TCPHandler: Processed in 0.005182262 sec. | ||
| 8249 | 2024.11.19 01:39:00.152143 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8250 | 2024.11.19 01:39:00.152702 [ 257 ] {0ed828ce-87f2-464f-9782-845e4415c3db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8251 | 2024.11.19 01:39:00.152740 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1963 rows, containing 5 columns (5 merged, 0 gathered) in 0.006290682 sec., 312048.8366762141 rows/sec., 23.90 MiB/sec. | ||
| 8252 | 2024.11.19 01:39:00.152790 [ 257 ] {0ed828ce-87f2-464f-9782-845e4415c3db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8253 | 2024.11.19 01:39:00.153014 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8254 | 2024.11.19 01:39:00.153457 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_76_15} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8255 | 2024.11.19 01:39:00.153499 [ 257 ] {0ed828ce-87f2-464f-9782-845e4415c3db} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8256 | 2024.11.19 01:39:00.153544 [ 257 ] {0ed828ce-87f2-464f-9782-845e4415c3db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8257 | 2024.11.19 01:39:00.153564 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_76_15} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8258 | 2024.11.19 01:39:00.153677 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8259 | 2024.11.19 01:39:00.153983 [ 257 ] {0ed828ce-87f2-464f-9782-845e4415c3db} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8260 | 2024.11.19 01:39:00.154234 [ 257 ] {0ed828ce-87f2-464f-9782-845e4415c3db} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8261 | 2024.11.19 01:39:00.154418 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8262 | 2024.11.19 01:39:00.154469 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8263 | 2024.11.19 01:39:00.154486 [ 257 ] {0ed828ce-87f2-464f-9782-845e4415c3db} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001875 sec., 126400 rows/sec., 8.47 MiB/sec. | ||
| 8264 | 2024.11.19 01:39:00.154513 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8265 | 2024.11.19 01:39:00.154697 [ 257 ] {0ed828ce-87f2-464f-9782-845e4415c3db} <Debug> TCPHandler: Processed in 0.002846421 sec. | ||
| 8266 | 2024.11.19 01:39:00.154879 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 8267 | 2024.11.19 01:39:00.154961 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8268 | 2024.11.19 01:39:00.155221 [ 260 ] {0420981d-0dd3-446c-98b5-9160580de9ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8269 | 2024.11.19 01:39:00.155251 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8270 | 2024.11.19 01:39:00.155334 [ 260 ] {0420981d-0dd3-446c-98b5-9160580de9ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8271 | 2024.11.19 01:39:00.155338 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 13732 rows starting from the beginning of the part | ||
| 8272 | 2024.11.19 01:39:00.155772 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 8273 | 2024.11.19 01:39:00.156023 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 8274 | 2024.11.19 01:39:00.156244 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 133 rows starting from the beginning of the part | ||
| 8275 | 2024.11.19 01:39:00.156430 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
| 8276 | 2024.11.19 01:39:00.156568 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part | ||
| 8277 | 2024.11.19 01:39:00.157043 [ 260 ] {0420981d-0dd3-446c-98b5-9160580de9ef} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8278 | 2024.11.19 01:39:00.157091 [ 260 ] {0420981d-0dd3-446c-98b5-9160580de9ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8279 | 2024.11.19 01:39:00.157578 [ 260 ] {0420981d-0dd3-446c-98b5-9160580de9ef} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8280 | 2024.11.19 01:39:00.158012 [ 260 ] {0420981d-0dd3-446c-98b5-9160580de9ef} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8281 | 2024.11.19 01:39:00.158260 [ 260 ] {0420981d-0dd3-446c-98b5-9160580de9ef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003123 sec., 320.2049311559398 rows/sec., 21.58 KiB/sec. | ||
| 8282 | 2024.11.19 01:39:00.158340 [ 260 ] {0420981d-0dd3-446c-98b5-9160580de9ef} <Debug> TCPHandler: Processed in 0.003522832 sec. | ||
| 8283 | 2024.11.19 01:39:00.158575 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8284 | 2024.11.19 01:39:00.158987 [ 257 ] {2b3f764c-6fef-49d7-bfda-f5680a6ecbe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8285 | 2024.11.19 01:39:00.159202 [ 257 ] {2b3f764c-6fef-49d7-bfda-f5680a6ecbe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8286 | 2024.11.19 01:39:00.160965 [ 257 ] {2b3f764c-6fef-49d7-bfda-f5680a6ecbe1} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8287 | 2024.11.19 01:39:00.161005 [ 257 ] {2b3f764c-6fef-49d7-bfda-f5680a6ecbe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8288 | 2024.11.19 01:39:00.162122 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14659 rows, containing 5 columns (5 merged, 0 gathered) in 0.007477514 sec., 1960410.9066194994 rows/sec., 133.88 MiB/sec. | ||
| 8289 | 2024.11.19 01:39:00.162492 [ 257 ] {2b3f764c-6fef-49d7-bfda-f5680a6ecbe1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8290 | 2024.11.19 01:39:00.162544 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8291 | 2024.11.19 01:39:00.163032 [ 257 ] {2b3f764c-6fef-49d7-bfda-f5680a6ecbe1} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8292 | 2024.11.19 01:39:00.163122 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8293 | 2024.11.19 01:39:00.163293 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8294 | 2024.11.19 01:39:00.163484 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.98 MiB. | ||
| 8295 | 2024.11.19 01:39:00.163538 [ 257 ] {2b3f764c-6fef-49d7-bfda-f5680a6ecbe1} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004694 sec., 8734.554750745632 rows/sec., 15.65 MiB/sec. | ||
| 8296 | 2024.11.19 01:39:00.163662 [ 257 ] {2b3f764c-6fef-49d7-bfda-f5680a6ecbe1} <Debug> TCPHandler: Processed in 0.005243464 sec. | ||
| 8297 | 2024.11.19 01:39:00.163823 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8298 | 2024.11.19 01:39:00.163959 [ 260 ] {75748299-83b8-4655-8632-4a75fcf93091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8299 | 2024.11.19 01:39:00.164019 [ 260 ] {75748299-83b8-4655-8632-4a75fcf93091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8300 | 2024.11.19 01:39:00.164585 [ 260 ] {75748299-83b8-4655-8632-4a75fcf93091} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8301 | 2024.11.19 01:39:00.164622 [ 260 ] {75748299-83b8-4655-8632-4a75fcf93091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8302 | 2024.11.19 01:39:00.164994 [ 260 ] {75748299-83b8-4655-8632-4a75fcf93091} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8303 | 2024.11.19 01:39:00.165231 [ 260 ] {75748299-83b8-4655-8632-4a75fcf93091} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8304 | 2024.11.19 01:39:00.165358 [ 47 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8305 | 2024.11.19 01:39:00.165399 [ 47 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8306 | 2024.11.19 01:39:00.165417 [ 260 ] {75748299-83b8-4655-8632-4a75fcf93091} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001487 sec., 55144.58641560188 rows/sec., 3.50 MiB/sec. | ||
| 8307 | 2024.11.19 01:39:00.165422 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8308 | 2024.11.19 01:39:00.165499 [ 260 ] {75748299-83b8-4655-8632-4a75fcf93091} <Debug> TCPHandler: Processed in 0.001742882 sec. | ||
| 8309 | 2024.11.19 01:39:00.165551 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::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 | ||
| 8310 | 2024.11.19 01:39:00.165647 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8311 | 2024.11.19 01:39:00.165676 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4278 rows starting from the beginning of the part | ||
| 8312 | 2024.11.19 01:39:00.165740 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 8313 | 2024.11.19 01:39:00.165817 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 8314 | 2024.11.19 01:39:00.166014 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 48 rows starting from the beginning of the part | ||
| 8315 | 2024.11.19 01:39:00.166133 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 8316 | 2024.11.19 01:39:00.166293 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part | ||
| 8317 | 2024.11.19 01:39:00.167953 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4610 rows, containing 4 columns (4 merged, 0 gathered) in 0.002450824 sec., 1881000.022849458 rows/sec., 123.94 MiB/sec. | ||
| 8318 | 2024.11.19 01:39:00.168436 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8319 | 2024.11.19 01:39:00.168798 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_76_15} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8320 | 2024.11.19 01:39:00.168895 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_76_15} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8321 | 2024.11.19 01:39:00.168996 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 8322 | 2024.11.19 01:39:01.257222 [ 42 ] {} <Debug> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 8323 | 2024.11.19 01:39:01.257290 [ 42 ] {} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8324 | 2024.11.19 01:39:01.257313 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8325 | 2024.11.19 01:39:01.257561 [ 191 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 8326 | 2024.11.19 01:39:01.257772 [ 191 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8327 | 2024.11.19 01:39:01.257814 [ 191 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part | ||
| 8328 | 2024.11.19 01:39:01.257917 [ 191 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 8329 | 2024.11.19 01:39:01.258141 [ 191 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 8330 | 2024.11.19 01:39:01.258294 [ 191 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 8331 | 2024.11.19 01:39:01.258410 [ 191 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part | ||
| 8332 | 2024.11.19 01:39:01.259447 [ 200 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002042296 sec., 17627.21956072969 rows/sec., 1.47 MiB/sec. | ||
| 8333 | 2024.11.19 01:39:01.259671 [ 186 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 8334 | 2024.11.19 01:39:01.260062 [ 186 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_21_5} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8335 | 2024.11.19 01:39:01.260171 [ 186 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_21_5} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 8336 | 2024.11.19 01:39:01.260288 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8337 | 2024.11.19 01:39:02.175817 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8338 | 2024.11.19 01:39:02.458546 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51226, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8339 | 2024.11.19 01:39:02.517976 [ 302 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57999, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8340 | 2024.11.19 01:39:02.523250 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42584, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8341 | 2024.11.19 01:39:02.773180 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45812, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8342 | 2024.11.19 01:39:02.784590 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63447, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8343 | 2024.11.19 01:39:02.800878 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33521, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8344 | 2024.11.19 01:39:02.887429 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52720, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8345 | 2024.11.19 01:39:03.402508 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61622, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8346 | 2024.11.19 01:39:03.842394 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8347 | 2024.11.19 01:39:03.916844 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43362, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8348 | 2024.11.19 01:39:04.020702 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45298, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8349 | 2024.11.19 01:39:04.073314 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60913, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8350 | 2024.11.19 01:39:04.085855 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35309, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8351 | 2024.11.19 01:39:04.090153 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42193, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8352 | 2024.11.19 01:39:04.142688 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8353 | 2024.11.19 01:39:05.123823 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8354 | 2024.11.19 01:39:05.124017 [ 260 ] {7bfebfb8-ed4e-4aaa-a7ec-2a699665cf4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8355 | 2024.11.19 01:39:05.124092 [ 260 ] {7bfebfb8-ed4e-4aaa-a7ec-2a699665cf4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8356 | 2024.11.19 01:39:05.124830 [ 260 ] {7bfebfb8-ed4e-4aaa-a7ec-2a699665cf4d} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8357 | 2024.11.19 01:39:05.124879 [ 260 ] {7bfebfb8-ed4e-4aaa-a7ec-2a699665cf4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8358 | 2024.11.19 01:39:05.125292 [ 260 ] {7bfebfb8-ed4e-4aaa-a7ec-2a699665cf4d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 8359 | 2024.11.19 01:39:05.125554 [ 260 ] {7bfebfb8-ed4e-4aaa-a7ec-2a699665cf4d} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8360 | 2024.11.19 01:39:05.125781 [ 260 ] {7bfebfb8-ed4e-4aaa-a7ec-2a699665cf4d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001821 sec., 1098.297638660077 rows/sec., 89.56 KiB/sec. | ||
| 8361 | 2024.11.19 01:39:05.125838 [ 260 ] {7bfebfb8-ed4e-4aaa-a7ec-2a699665cf4d} <Debug> TCPHandler: Processed in 0.002147368 sec. | ||
| 8362 | 2024.11.19 01:39:05.126110 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8363 | 2024.11.19 01:39:05.126303 [ 257 ] {cb3a6823-444d-405b-936c-c4cbd5287a5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8364 | 2024.11.19 01:39:05.126379 [ 257 ] {cb3a6823-444d-405b-936c-c4cbd5287a5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8365 | 2024.11.19 01:39:05.127158 [ 257 ] {cb3a6823-444d-405b-936c-c4cbd5287a5f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8366 | 2024.11.19 01:39:05.127211 [ 257 ] {cb3a6823-444d-405b-936c-c4cbd5287a5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8367 | 2024.11.19 01:39:05.127658 [ 257 ] {cb3a6823-444d-405b-936c-c4cbd5287a5f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8368 | 2024.11.19 01:39:05.127936 [ 257 ] {cb3a6823-444d-405b-936c-c4cbd5287a5f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8369 | 2024.11.19 01:39:05.128179 [ 257 ] {cb3a6823-444d-405b-936c-c4cbd5287a5f} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001928 sec., 29564.315352697096 rows/sec., 2.27 MiB/sec. | ||
| 8370 | 2024.11.19 01:39:05.128245 [ 257 ] {cb3a6823-444d-405b-936c-c4cbd5287a5f} <Debug> TCPHandler: Processed in 0.002269401 sec. | ||
| 8371 | 2024.11.19 01:39:05.128425 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8372 | 2024.11.19 01:39:05.128548 [ 260 ] {bcc58d4b-318a-4473-a352-8f564dfb472a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8373 | 2024.11.19 01:39:05.128600 [ 260 ] {bcc58d4b-318a-4473-a352-8f564dfb472a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8374 | 2024.11.19 01:39:05.129208 [ 260 ] {bcc58d4b-318a-4473-a352-8f564dfb472a} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8375 | 2024.11.19 01:39:05.129249 [ 260 ] {bcc58d4b-318a-4473-a352-8f564dfb472a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8376 | 2024.11.19 01:39:05.129604 [ 260 ] {bcc58d4b-318a-4473-a352-8f564dfb472a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8377 | 2024.11.19 01:39:05.129864 [ 260 ] {bcc58d4b-318a-4473-a352-8f564dfb472a} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8378 | 2024.11.19 01:39:05.130091 [ 260 ] {bcc58d4b-318a-4473-a352-8f564dfb472a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001571 sec., 1273.0744748567793 rows/sec., 88.89 KiB/sec. | ||
| 8379 | 2024.11.19 01:39:05.130145 [ 260 ] {bcc58d4b-318a-4473-a352-8f564dfb472a} <Debug> TCPHandler: Processed in 0.001783052 sec. | ||
| 8380 | 2024.11.19 01:39:05.130320 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8381 | 2024.11.19 01:39:05.130443 [ 257 ] {e0deb4d9-d158-4e36-a302-30991102d6fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8382 | 2024.11.19 01:39:05.130497 [ 257 ] {e0deb4d9-d158-4e36-a302-30991102d6fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8383 | 2024.11.19 01:39:05.131141 [ 257 ] {e0deb4d9-d158-4e36-a302-30991102d6fa} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8384 | 2024.11.19 01:39:05.131183 [ 257 ] {e0deb4d9-d158-4e36-a302-30991102d6fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8385 | 2024.11.19 01:39:05.131559 [ 257 ] {e0deb4d9-d158-4e36-a302-30991102d6fa} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8386 | 2024.11.19 01:39:05.131807 [ 257 ] {e0deb4d9-d158-4e36-a302-30991102d6fa} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8387 | 2024.11.19 01:39:05.132033 [ 257 ] {e0deb4d9-d158-4e36-a302-30991102d6fa} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001619 sec., 40765.90487955528 rows/sec., 3.18 MiB/sec. | ||
| 8388 | 2024.11.19 01:39:05.132089 [ 257 ] {e0deb4d9-d158-4e36-a302-30991102d6fa} <Debug> TCPHandler: Processed in 0.001825563 sec. | ||
| 8389 | 2024.11.19 01:39:05.132251 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8390 | 2024.11.19 01:39:05.132366 [ 260 ] {86628999-be71-4fa2-9d56-210db8a9ea27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8391 | 2024.11.19 01:39:05.132419 [ 260 ] {86628999-be71-4fa2-9d56-210db8a9ea27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8392 | 2024.11.19 01:39:05.133022 [ 260 ] {86628999-be71-4fa2-9d56-210db8a9ea27} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8393 | 2024.11.19 01:39:05.133061 [ 260 ] {86628999-be71-4fa2-9d56-210db8a9ea27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8394 | 2024.11.19 01:39:05.133456 [ 260 ] {86628999-be71-4fa2-9d56-210db8a9ea27} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8395 | 2024.11.19 01:39:05.133694 [ 260 ] {86628999-be71-4fa2-9d56-210db8a9ea27} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8396 | 2024.11.19 01:39:05.133911 [ 260 ] {86628999-be71-4fa2-9d56-210db8a9ea27} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001571 sec., 102482.49522597072 rows/sec., 7.14 MiB/sec. | ||
| 8397 | 2024.11.19 01:39:05.133962 [ 260 ] {86628999-be71-4fa2-9d56-210db8a9ea27} <Debug> TCPHandler: Processed in 0.001765931 sec. | ||
| 8398 | 2024.11.19 01:39:05.134126 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8399 | 2024.11.19 01:39:05.134269 [ 257 ] {d1864350-4771-46ec-b905-06ef5e8b31e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8400 | 2024.11.19 01:39:05.134331 [ 257 ] {d1864350-4771-46ec-b905-06ef5e8b31e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8401 | 2024.11.19 01:39:05.134894 [ 257 ] {d1864350-4771-46ec-b905-06ef5e8b31e1} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8402 | 2024.11.19 01:39:05.134934 [ 257 ] {d1864350-4771-46ec-b905-06ef5e8b31e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8403 | 2024.11.19 01:39:05.135335 [ 257 ] {d1864350-4771-46ec-b905-06ef5e8b31e1} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 8404 | 2024.11.19 01:39:05.135593 [ 257 ] {d1864350-4771-46ec-b905-06ef5e8b31e1} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8405 | 2024.11.19 01:39:05.135807 [ 257 ] {d1864350-4771-46ec-b905-06ef5e8b31e1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001574 sec., 38119.44091486658 rows/sec., 2.57 MiB/sec. | ||
| 8406 | 2024.11.19 01:39:05.135864 [ 257 ] {d1864350-4771-46ec-b905-06ef5e8b31e1} <Debug> TCPHandler: Processed in 0.001805392 sec. | ||
| 8407 | 2024.11.19 01:39:09.000682 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1230 | ||
| 8408 | 2024.11.19 01:39:09.003818 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8409 | 2024.11.19 01:39:09.003875 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8410 | 2024.11.19 01:39:09.005353 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8411 | 2024.11.19 01:39:09.005680 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8412 | 2024.11.19 01:39:09.006284 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1230 | ||
| 8413 | 2024.11.19 01:39:10.122858 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8414 | 2024.11.19 01:39:10.123057 [ 260 ] {c22b3a15-1102-4199-a00a-a7ad835e622b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8415 | 2024.11.19 01:39:10.123133 [ 260 ] {c22b3a15-1102-4199-a00a-a7ad835e622b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8416 | 2024.11.19 01:39:10.123945 [ 260 ] {c22b3a15-1102-4199-a00a-a7ad835e622b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8417 | 2024.11.19 01:39:10.123999 [ 260 ] {c22b3a15-1102-4199-a00a-a7ad835e622b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8418 | 2024.11.19 01:39:10.124469 [ 260 ] {c22b3a15-1102-4199-a00a-a7ad835e622b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8419 | 2024.11.19 01:39:10.124744 [ 260 ] {c22b3a15-1102-4199-a00a-a7ad835e622b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8420 | 2024.11.19 01:39:10.124988 [ 260 ] {c22b3a15-1102-4199-a00a-a7ad835e622b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001986 sec., 28197.381671701914 rows/sec., 2.17 MiB/sec. | ||
| 8421 | 2024.11.19 01:39:10.125051 [ 260 ] {c22b3a15-1102-4199-a00a-a7ad835e622b} <Debug> TCPHandler: Processed in 0.002335352 sec. | ||
| 8422 | 2024.11.19 01:39:10.125315 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8423 | 2024.11.19 01:39:10.125528 [ 257 ] {7d45b6bc-85b3-49b1-95bf-f8cdab21385f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8424 | 2024.11.19 01:39:10.125608 [ 257 ] {7d45b6bc-85b3-49b1-95bf-f8cdab21385f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8425 | 2024.11.19 01:39:10.126406 [ 257 ] {7d45b6bc-85b3-49b1-95bf-f8cdab21385f} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8426 | 2024.11.19 01:39:10.126454 [ 257 ] {7d45b6bc-85b3-49b1-95bf-f8cdab21385f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8427 | 2024.11.19 01:39:10.126898 [ 257 ] {7d45b6bc-85b3-49b1-95bf-f8cdab21385f} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8428 | 2024.11.19 01:39:10.127160 [ 257 ] {7d45b6bc-85b3-49b1-95bf-f8cdab21385f} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8429 | 2024.11.19 01:39:10.127435 [ 257 ] {7d45b6bc-85b3-49b1-95bf-f8cdab21385f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001955 sec., 32736.572890025574 rows/sec., 2.56 MiB/sec. | ||
| 8430 | 2024.11.19 01:39:10.127509 [ 257 ] {7d45b6bc-85b3-49b1-95bf-f8cdab21385f} <Debug> TCPHandler: Processed in 0.002335772 sec. | ||
| 8431 | 2024.11.19 01:39:10.127746 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8432 | 2024.11.19 01:39:10.127995 [ 260 ] {1e13709b-999b-46e9-b46a-56ac46d2c02a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8433 | 2024.11.19 01:39:10.128054 [ 260 ] {1e13709b-999b-46e9-b46a-56ac46d2c02a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8434 | 2024.11.19 01:39:10.128675 [ 260 ] {1e13709b-999b-46e9-b46a-56ac46d2c02a} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8435 | 2024.11.19 01:39:10.128718 [ 260 ] {1e13709b-999b-46e9-b46a-56ac46d2c02a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8436 | 2024.11.19 01:39:10.129133 [ 260 ] {1e13709b-999b-46e9-b46a-56ac46d2c02a} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8437 | 2024.11.19 01:39:10.129382 [ 260 ] {1e13709b-999b-46e9-b46a-56ac46d2c02a} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8438 | 2024.11.19 01:39:10.129628 [ 260 ] {1e13709b-999b-46e9-b46a-56ac46d2c02a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001689 sec., 94730.60982830077 rows/sec., 6.60 MiB/sec. | ||
| 8439 | 2024.11.19 01:39:10.129706 [ 260 ] {1e13709b-999b-46e9-b46a-56ac46d2c02a} <Debug> TCPHandler: Processed in 0.002100478 sec. | ||
| 8440 | 2024.11.19 01:39:10.129914 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8441 | 2024.11.19 01:39:10.130084 [ 257 ] {562aa414-669a-47fd-acae-e17d7cc4eecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8442 | 2024.11.19 01:39:10.130146 [ 257 ] {562aa414-669a-47fd-acae-e17d7cc4eecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8443 | 2024.11.19 01:39:10.130735 [ 257 ] {562aa414-669a-47fd-acae-e17d7cc4eecb} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8444 | 2024.11.19 01:39:10.130782 [ 257 ] {562aa414-669a-47fd-acae-e17d7cc4eecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8445 | 2024.11.19 01:39:10.131198 [ 257 ] {562aa414-669a-47fd-acae-e17d7cc4eecb} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 8446 | 2024.11.19 01:39:10.131442 [ 257 ] {562aa414-669a-47fd-acae-e17d7cc4eecb} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8447 | 2024.11.19 01:39:10.131655 [ 257 ] {562aa414-669a-47fd-acae-e17d7cc4eecb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00161 sec., 37267.08074534161 rows/sec., 2.51 MiB/sec. | ||
| 8448 | 2024.11.19 01:39:10.131707 [ 257 ] {562aa414-669a-47fd-acae-e17d7cc4eecb} <Debug> TCPHandler: Processed in 0.001894644 sec. | ||
| 8449 | 2024.11.19 01:39:13.716666 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8450 | 2024.11.19 01:39:13.716731 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8451 | 2024.11.19 01:39:15.131818 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8452 | 2024.11.19 01:39:15.132025 [ 260 ] {92fdc522-b0b4-40b4-a4e0-d370257867d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8453 | 2024.11.19 01:39:15.132104 [ 260 ] {92fdc522-b0b4-40b4-a4e0-d370257867d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8454 | 2024.11.19 01:39:15.132864 [ 260 ] {92fdc522-b0b4-40b4-a4e0-d370257867d5} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8455 | 2024.11.19 01:39:15.132917 [ 260 ] {92fdc522-b0b4-40b4-a4e0-d370257867d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8456 | 2024.11.19 01:39:15.133374 [ 260 ] {92fdc522-b0b4-40b4-a4e0-d370257867d5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8457 | 2024.11.19 01:39:15.133626 [ 260 ] {92fdc522-b0b4-40b4-a4e0-d370257867d5} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8458 | 2024.11.19 01:39:15.133828 [ 260 ] {92fdc522-b0b4-40b4-a4e0-d370257867d5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001864 sec., 7510.729613733905 rows/sec., 540.67 KiB/sec. | ||
| 8459 | 2024.11.19 01:39:15.133882 [ 260 ] {92fdc522-b0b4-40b4-a4e0-d370257867d5} <Debug> TCPHandler: Processed in 0.002213249 sec. | ||
| 8460 | 2024.11.19 01:39:15.134168 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8461 | 2024.11.19 01:39:15.134373 [ 257 ] {d65dd0ea-63ad-4ddb-8b3b-6bd16fe3abc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8462 | 2024.11.19 01:39:15.134455 [ 257 ] {d65dd0ea-63ad-4ddb-8b3b-6bd16fe3abc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8463 | 2024.11.19 01:39:15.135384 [ 257 ] {d65dd0ea-63ad-4ddb-8b3b-6bd16fe3abc3} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8464 | 2024.11.19 01:39:15.135438 [ 257 ] {d65dd0ea-63ad-4ddb-8b3b-6bd16fe3abc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8465 | 2024.11.19 01:39:15.135900 [ 257 ] {d65dd0ea-63ad-4ddb-8b3b-6bd16fe3abc3} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8466 | 2024.11.19 01:39:15.136164 [ 257 ] {d65dd0ea-63ad-4ddb-8b3b-6bd16fe3abc3} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8467 | 2024.11.19 01:39:15.136427 [ 257 ] {d65dd0ea-63ad-4ddb-8b3b-6bd16fe3abc3} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002108 sec., 135199.24098671725 rows/sec., 11.95 MiB/sec. | ||
| 8468 | 2024.11.19 01:39:15.136540 [ 257 ] {d65dd0ea-63ad-4ddb-8b3b-6bd16fe3abc3} <Debug> TCPHandler: Processed in 0.002521555 sec. | ||
| 8469 | 2024.11.19 01:39:15.136750 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8470 | 2024.11.19 01:39:15.136920 [ 260 ] {9deaf717-def6-434f-a2f1-d2c789021ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8471 | 2024.11.19 01:39:15.136974 [ 260 ] {9deaf717-def6-434f-a2f1-d2c789021ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8472 | 2024.11.19 01:39:15.137603 [ 260 ] {9deaf717-def6-434f-a2f1-d2c789021ef4} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8473 | 2024.11.19 01:39:15.137643 [ 260 ] {9deaf717-def6-434f-a2f1-d2c789021ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8474 | 2024.11.19 01:39:15.138045 [ 260 ] {9deaf717-def6-434f-a2f1-d2c789021ef4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8475 | 2024.11.19 01:39:15.138309 [ 260 ] {9deaf717-def6-434f-a2f1-d2c789021ef4} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8476 | 2024.11.19 01:39:15.138507 [ 260 ] {9deaf717-def6-434f-a2f1-d2c789021ef4} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001617 sec., 29684.601113172543 rows/sec., 2.14 MiB/sec. | ||
| 8477 | 2024.11.19 01:39:15.138585 [ 260 ] {9deaf717-def6-434f-a2f1-d2c789021ef4} <Debug> TCPHandler: Processed in 0.001941014 sec. | ||
| 8478 | 2024.11.19 01:39:15.138782 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8479 | 2024.11.19 01:39:15.138918 [ 257 ] {6165ac55-7a31-44f7-94a0-f2eb0b34b3eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8480 | 2024.11.19 01:39:15.138971 [ 257 ] {6165ac55-7a31-44f7-94a0-f2eb0b34b3eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8481 | 2024.11.19 01:39:15.139559 [ 257 ] {6165ac55-7a31-44f7-94a0-f2eb0b34b3eb} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8482 | 2024.11.19 01:39:15.139599 [ 257 ] {6165ac55-7a31-44f7-94a0-f2eb0b34b3eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8483 | 2024.11.19 01:39:15.139959 [ 257 ] {6165ac55-7a31-44f7-94a0-f2eb0b34b3eb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8484 | 2024.11.19 01:39:15.140211 [ 257 ] {6165ac55-7a31-44f7-94a0-f2eb0b34b3eb} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8485 | 2024.11.19 01:39:15.140440 [ 257 ] {6165ac55-7a31-44f7-94a0-f2eb0b34b3eb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001549 sec., 9038.089089735313 rows/sec., 632.97 KiB/sec. | ||
| 8486 | 2024.11.19 01:39:15.140492 [ 257 ] {6165ac55-7a31-44f7-94a0-f2eb0b34b3eb} <Debug> TCPHandler: Processed in 0.001806363 sec. | ||
| 8487 | 2024.11.19 01:39:15.140640 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8488 | 2024.11.19 01:39:15.140761 [ 260 ] {51f84ab2-f5a1-441a-825f-f287cf232677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8489 | 2024.11.19 01:39:15.140815 [ 260 ] {51f84ab2-f5a1-441a-825f-f287cf232677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8490 | 2024.11.19 01:39:15.141568 [ 260 ] {51f84ab2-f5a1-441a-825f-f287cf232677} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8491 | 2024.11.19 01:39:15.141612 [ 260 ] {51f84ab2-f5a1-441a-825f-f287cf232677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8492 | 2024.11.19 01:39:15.141992 [ 260 ] {51f84ab2-f5a1-441a-825f-f287cf232677} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8493 | 2024.11.19 01:39:15.142255 [ 260 ] {51f84ab2-f5a1-441a-825f-f287cf232677} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8494 | 2024.11.19 01:39:15.142448 [ 260 ] {51f84ab2-f5a1-441a-825f-f287cf232677} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001713 sec., 7589.025102159953 rows/sec., 473.17 KiB/sec. | ||
| 8495 | 2024.11.19 01:39:15.142501 [ 260 ] {51f84ab2-f5a1-441a-825f-f287cf232677} <Debug> TCPHandler: Processed in 0.001922284 sec. | ||
| 8496 | 2024.11.19 01:39:15.142691 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8497 | 2024.11.19 01:39:15.142816 [ 257 ] {1c9233d5-0901-4b80-872f-f98d4316d1f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8498 | 2024.11.19 01:39:15.142867 [ 257 ] {1c9233d5-0901-4b80-872f-f98d4316d1f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8499 | 2024.11.19 01:39:15.143684 [ 257 ] {1c9233d5-0901-4b80-872f-f98d4316d1f4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8500 | 2024.11.19 01:39:15.143726 [ 257 ] {1c9233d5-0901-4b80-872f-f98d4316d1f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8501 | 2024.11.19 01:39:15.144114 [ 257 ] {1c9233d5-0901-4b80-872f-f98d4316d1f4} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8502 | 2024.11.19 01:39:15.144355 [ 257 ] {1c9233d5-0901-4b80-872f-f98d4316d1f4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8503 | 2024.11.19 01:39:15.144586 [ 257 ] {1c9233d5-0901-4b80-872f-f98d4316d1f4} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001783 sec., 237240.60572069546 rows/sec., 16.96 MiB/sec. | ||
| 8504 | 2024.11.19 01:39:15.144690 [ 257 ] {1c9233d5-0901-4b80-872f-f98d4316d1f4} <Debug> TCPHandler: Processed in 0.002058947 sec. | ||
| 8505 | 2024.11.19 01:39:15.144902 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8506 | 2024.11.19 01:39:15.145032 [ 260 ] {1cbe5d5b-9706-4f8a-b299-1a9ce81255bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8507 | 2024.11.19 01:39:15.145086 [ 260 ] {1cbe5d5b-9706-4f8a-b299-1a9ce81255bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8508 | 2024.11.19 01:39:15.145591 [ 260 ] {1cbe5d5b-9706-4f8a-b299-1a9ce81255bf} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8509 | 2024.11.19 01:39:15.145629 [ 260 ] {1cbe5d5b-9706-4f8a-b299-1a9ce81255bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8510 | 2024.11.19 01:39:15.146025 [ 260 ] {1cbe5d5b-9706-4f8a-b299-1a9ce81255bf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8511 | 2024.11.19 01:39:15.146273 [ 260 ] {1cbe5d5b-9706-4f8a-b299-1a9ce81255bf} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8512 | 2024.11.19 01:39:15.146521 [ 260 ] {1cbe5d5b-9706-4f8a-b299-1a9ce81255bf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 207.88 KiB/sec. | ||
| 8513 | 2024.11.19 01:39:15.146693 [ 260 ] {1cbe5d5b-9706-4f8a-b299-1a9ce81255bf} <Debug> TCPHandler: Processed in 0.001881393 sec. | ||
| 8514 | 2024.11.19 01:39:15.146897 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8515 | 2024.11.19 01:39:15.147028 [ 257 ] {19c9774a-6bdb-4db6-bbab-f204306bc2bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8516 | 2024.11.19 01:39:15.147083 [ 257 ] {19c9774a-6bdb-4db6-bbab-f204306bc2bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8517 | 2024.11.19 01:39:15.147764 [ 257 ] {19c9774a-6bdb-4db6-bbab-f204306bc2bf} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8518 | 2024.11.19 01:39:15.147807 [ 257 ] {19c9774a-6bdb-4db6-bbab-f204306bc2bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8519 | 2024.11.19 01:39:15.148220 [ 257 ] {19c9774a-6bdb-4db6-bbab-f204306bc2bf} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8520 | 2024.11.19 01:39:15.148465 [ 257 ] {19c9774a-6bdb-4db6-bbab-f204306bc2bf} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8521 | 2024.11.19 01:39:15.148673 [ 257 ] {19c9774a-6bdb-4db6-bbab-f204306bc2bf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001675 sec., 141492.53731343284 rows/sec., 9.48 MiB/sec. | ||
| 8522 | 2024.11.19 01:39:15.148726 [ 257 ] {19c9774a-6bdb-4db6-bbab-f204306bc2bf} <Debug> TCPHandler: Processed in 0.001918265 sec. | ||
| 8523 | 2024.11.19 01:39:15.148884 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8524 | 2024.11.19 01:39:15.149007 [ 260 ] {638d59c9-0979-409b-b8bd-0660c90cf780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8525 | 2024.11.19 01:39:15.149061 [ 260 ] {638d59c9-0979-409b-b8bd-0660c90cf780} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8526 | 2024.11.19 01:39:15.149573 [ 260 ] {638d59c9-0979-409b-b8bd-0660c90cf780} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8527 | 2024.11.19 01:39:15.149625 [ 260 ] {638d59c9-0979-409b-b8bd-0660c90cf780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8528 | 2024.11.19 01:39:15.150028 [ 260 ] {638d59c9-0979-409b-b8bd-0660c90cf780} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8529 | 2024.11.19 01:39:15.150293 [ 260 ] {638d59c9-0979-409b-b8bd-0660c90cf780} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8530 | 2024.11.19 01:39:15.150509 [ 260 ] {638d59c9-0979-409b-b8bd-0660c90cf780} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001527 sec., 654.8788474132285 rows/sec., 44.13 KiB/sec. | ||
| 8531 | 2024.11.19 01:39:15.150561 [ 260 ] {638d59c9-0979-409b-b8bd-0660c90cf780} <Debug> TCPHandler: Processed in 0.001738241 sec. | ||
| 8532 | 2024.11.19 01:39:15.150730 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8533 | 2024.11.19 01:39:15.150857 [ 257 ] {8deabf05-9ef8-40e3-a3aa-1c12efc709a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8534 | 2024.11.19 01:39:15.150948 [ 257 ] {8deabf05-9ef8-40e3-a3aa-1c12efc709a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8535 | 2024.11.19 01:39:15.152190 [ 257 ] {8deabf05-9ef8-40e3-a3aa-1c12efc709a4} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8536 | 2024.11.19 01:39:15.152232 [ 257 ] {8deabf05-9ef8-40e3-a3aa-1c12efc709a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8537 | 2024.11.19 01:39:15.152901 [ 257 ] {8deabf05-9ef8-40e3-a3aa-1c12efc709a4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8538 | 2024.11.19 01:39:15.153160 [ 257 ] {8deabf05-9ef8-40e3-a3aa-1c12efc709a4} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8539 | 2024.11.19 01:39:15.153407 [ 257 ] {8deabf05-9ef8-40e3-a3aa-1c12efc709a4} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002577 sec., 15909.972836631743 rows/sec., 28.51 MiB/sec. | ||
| 8540 | 2024.11.19 01:39:15.153500 [ 257 ] {8deabf05-9ef8-40e3-a3aa-1c12efc709a4} <Debug> TCPHandler: Processed in 0.002831271 sec. | ||
| 8541 | 2024.11.19 01:39:15.153672 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8542 | 2024.11.19 01:39:15.153797 [ 260 ] {c10e5289-6c0d-4523-b828-d4d23d393d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8543 | 2024.11.19 01:39:15.153849 [ 260 ] {c10e5289-6c0d-4523-b828-d4d23d393d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8544 | 2024.11.19 01:39:15.154353 [ 260 ] {c10e5289-6c0d-4523-b828-d4d23d393d3d} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8545 | 2024.11.19 01:39:15.154393 [ 260 ] {c10e5289-6c0d-4523-b828-d4d23d393d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8546 | 2024.11.19 01:39:15.154790 [ 260 ] {c10e5289-6c0d-4523-b828-d4d23d393d3d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 8547 | 2024.11.19 01:39:15.155035 [ 260 ] {c10e5289-6c0d-4523-b828-d4d23d393d3d} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8548 | 2024.11.19 01:39:15.155244 [ 260 ] {c10e5289-6c0d-4523-b828-d4d23d393d3d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001469 sec., 55820.28590878148 rows/sec., 3.55 MiB/sec. | ||
| 8549 | 2024.11.19 01:39:15.155332 [ 260 ] {c10e5289-6c0d-4523-b828-d4d23d393d3d} <Debug> TCPHandler: Processed in 0.001725741 sec. | ||
| 8550 | 2024.11.19 01:39:19.006604 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1260 | ||
| 8551 | 2024.11.19 01:39:19.009491 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8552 | 2024.11.19 01:39:19.009533 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8553 | 2024.11.19 01:39:19.011234 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8554 | 2024.11.19 01:39:19.011611 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8555 | 2024.11.19 01:39:19.012984 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1260 | ||
| 8556 | 2024.11.19 01:39:20.122408 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8557 | 2024.11.19 01:39:20.122621 [ 260 ] {980d1efe-81d2-45b1-a1cc-d74e71c31cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8558 | 2024.11.19 01:39:20.122704 [ 260 ] {980d1efe-81d2-45b1-a1cc-d74e71c31cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8559 | 2024.11.19 01:39:20.123517 [ 260 ] {980d1efe-81d2-45b1-a1cc-d74e71c31cf1} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8560 | 2024.11.19 01:39:20.123569 [ 260 ] {980d1efe-81d2-45b1-a1cc-d74e71c31cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8561 | 2024.11.19 01:39:20.124000 [ 260 ] {980d1efe-81d2-45b1-a1cc-d74e71c31cf1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8562 | 2024.11.19 01:39:20.124272 [ 260 ] {980d1efe-81d2-45b1-a1cc-d74e71c31cf1} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8563 | 2024.11.19 01:39:20.124545 [ 260 ] {980d1efe-81d2-45b1-a1cc-d74e71c31cf1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001982 sec., 1009.0817356205854 rows/sec., 82.28 KiB/sec. | ||
| 8564 | 2024.11.19 01:39:20.124680 [ 260 ] {980d1efe-81d2-45b1-a1cc-d74e71c31cf1} <Debug> TCPHandler: Processed in 0.002411263 sec. | ||
| 8565 | 2024.11.19 01:39:20.124968 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8566 | 2024.11.19 01:39:20.125186 [ 257 ] {ba01c1e5-2088-4e98-8636-4594d3d06717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8567 | 2024.11.19 01:39:20.125266 [ 257 ] {ba01c1e5-2088-4e98-8636-4594d3d06717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8568 | 2024.11.19 01:39:20.126033 [ 257 ] {ba01c1e5-2088-4e98-8636-4594d3d06717} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8569 | 2024.11.19 01:39:20.126077 [ 257 ] {ba01c1e5-2088-4e98-8636-4594d3d06717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8570 | 2024.11.19 01:39:20.126518 [ 257 ] {ba01c1e5-2088-4e98-8636-4594d3d06717} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8571 | 2024.11.19 01:39:20.126788 [ 257 ] {ba01c1e5-2088-4e98-8636-4594d3d06717} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8572 | 2024.11.19 01:39:20.126991 [ 257 ] {ba01c1e5-2088-4e98-8636-4594d3d06717} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001868 sec., 30513.91862955032 rows/sec., 2.34 MiB/sec. | ||
| 8573 | 2024.11.19 01:39:20.127050 [ 257 ] {ba01c1e5-2088-4e98-8636-4594d3d06717} <Debug> TCPHandler: Processed in 0.00223628 sec. | ||
| 8574 | 2024.11.19 01:39:20.127263 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8575 | 2024.11.19 01:39:20.127425 [ 260 ] {6aa1448e-13cd-4b0d-b67c-60369741c2ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8576 | 2024.11.19 01:39:20.127479 [ 260 ] {6aa1448e-13cd-4b0d-b67c-60369741c2ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8577 | 2024.11.19 01:39:20.128197 [ 260 ] {6aa1448e-13cd-4b0d-b67c-60369741c2ee} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8578 | 2024.11.19 01:39:20.128245 [ 260 ] {6aa1448e-13cd-4b0d-b67c-60369741c2ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8579 | 2024.11.19 01:39:20.128619 [ 260 ] {6aa1448e-13cd-4b0d-b67c-60369741c2ee} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8580 | 2024.11.19 01:39:20.128872 [ 260 ] {6aa1448e-13cd-4b0d-b67c-60369741c2ee} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8581 | 2024.11.19 01:39:20.129052 [ 25 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8582 | 2024.11.19 01:39:20.129111 [ 260 ] {6aa1448e-13cd-4b0d-b67c-60369741c2ee} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001679 sec., 1191.1852293031566 rows/sec., 83.17 KiB/sec. | ||
| 8583 | 2024.11.19 01:39:20.129119 [ 25 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8584 | 2024.11.19 01:39:20.129200 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8585 | 2024.11.19 01:39:20.129229 [ 260 ] {6aa1448e-13cd-4b0d-b67c-60369741c2ee} <Debug> TCPHandler: Processed in 0.002056367 sec. | ||
| 8586 | 2024.11.19 01:39:20.129464 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8587 | 2024.11.19 01:39:20.129466 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::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 | ||
| 8588 | 2024.11.19 01:39:20.129682 [ 257 ] {e2f99e05-f8e8-4250-83c5-6bbfe33cedad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8589 | 2024.11.19 01:39:20.129754 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8590 | 2024.11.19 01:39:20.129783 [ 257 ] {e2f99e05-f8e8-4250-83c5-6bbfe33cedad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8591 | 2024.11.19 01:39:20.129826 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 66 rows starting from the beginning of the part | ||
| 8592 | 2024.11.19 01:39:20.130132 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 10 rows starting from the beginning of the part | ||
| 8593 | 2024.11.19 01:39:20.130456 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 48 rows starting from the beginning of the part | ||
| 8594 | 2024.11.19 01:39:20.130874 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 2 rows starting from the beginning of the part | ||
| 8595 | 2024.11.19 01:39:20.131295 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
| 8596 | 2024.11.19 01:39:20.131660 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 2 rows starting from the beginning of the part | ||
| 8597 | 2024.11.19 01:39:20.132620 [ 257 ] {e2f99e05-f8e8-4250-83c5-6bbfe33cedad} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8598 | 2024.11.19 01:39:20.132703 [ 257 ] {e2f99e05-f8e8-4250-83c5-6bbfe33cedad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8599 | 2024.11.19 01:39:20.133694 [ 257 ] {e2f99e05-f8e8-4250-83c5-6bbfe33cedad} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8600 | 2024.11.19 01:39:20.134272 [ 257 ] {e2f99e05-f8e8-4250-83c5-6bbfe33cedad} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8601 | 2024.11.19 01:39:20.134280 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.004960039 sec., 35483.59196369222 rows/sec., 2.67 MiB/sec. | ||
| 8602 | 2024.11.19 01:39:20.134572 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8603 | 2024.11.19 01:39:20.134597 [ 257 ] {e2f99e05-f8e8-4250-83c5-6bbfe33cedad} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005 sec., 13200 rows/sec., 1.03 MiB/sec. | ||
| 8604 | 2024.11.19 01:39:20.134801 [ 257 ] {e2f99e05-f8e8-4250-83c5-6bbfe33cedad} <Debug> TCPHandler: Processed in 0.005455827 sec. | ||
| 8605 | 2024.11.19 01:39:20.134993 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8606 | 2024.11.19 01:39:20.135177 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_51_10} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8607 | 2024.11.19 01:39:20.135213 [ 260 ] {bdd1f9b1-6483-456b-b3c1-2ce8d8a3702b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8608 | 2024.11.19 01:39:20.135337 [ 260 ] {bdd1f9b1-6483-456b-b3c1-2ce8d8a3702b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8609 | 2024.11.19 01:39:20.135371 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_51_10} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8610 | 2024.11.19 01:39:20.135597 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8611 | 2024.11.19 01:39:20.136097 [ 260 ] {bdd1f9b1-6483-456b-b3c1-2ce8d8a3702b} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8612 | 2024.11.19 01:39:20.136141 [ 260 ] {bdd1f9b1-6483-456b-b3c1-2ce8d8a3702b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8613 | 2024.11.19 01:39:20.136557 [ 260 ] {bdd1f9b1-6483-456b-b3c1-2ce8d8a3702b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8614 | 2024.11.19 01:39:20.136802 [ 260 ] {bdd1f9b1-6483-456b-b3c1-2ce8d8a3702b} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8615 | 2024.11.19 01:39:20.136989 [ 260 ] {bdd1f9b1-6483-456b-b3c1-2ce8d8a3702b} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001845 sec., 69918.69918699187 rows/sec., 4.87 MiB/sec. | ||
| 8616 | 2024.11.19 01:39:20.137039 [ 260 ] {bdd1f9b1-6483-456b-b3c1-2ce8d8a3702b} <Debug> TCPHandler: Processed in 0.002135288 sec. | ||
| 8617 | 2024.11.19 01:39:20.137195 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8618 | 2024.11.19 01:39:20.137319 [ 257 ] {40f88af8-4e15-4566-80f8-017b94addcf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8619 | 2024.11.19 01:39:20.137374 [ 257 ] {40f88af8-4e15-4566-80f8-017b94addcf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8620 | 2024.11.19 01:39:20.137981 [ 257 ] {40f88af8-4e15-4566-80f8-017b94addcf7} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8621 | 2024.11.19 01:39:20.138028 [ 257 ] {40f88af8-4e15-4566-80f8-017b94addcf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 8622 | 2024.11.19 01:39:20.138467 [ 257 ] {40f88af8-4e15-4566-80f8-017b94addcf7} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 8623 | 2024.11.19 01:39:20.138726 [ 257 ] {40f88af8-4e15-4566-80f8-017b94addcf7} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8624 | 2024.11.19 01:39:20.138948 [ 257 ] {40f88af8-4e15-4566-80f8-017b94addcf7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001657 sec., 28968.014484007243 rows/sec., 1.95 MiB/sec. | ||
| 8625 | 2024.11.19 01:39:20.139007 [ 257 ] {40f88af8-4e15-4566-80f8-017b94addcf7} <Debug> TCPHandler: Processed in 0.001869833 sec. | ||
| 8626 | 2024.11.19 01:39:25.123651 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8627 | 2024.11.19 01:39:25.123992 [ 260 ] {7f27e49c-34b9-4d08-ae4a-995d4a05c106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8628 | 2024.11.19 01:39:25.124113 [ 260 ] {7f27e49c-34b9-4d08-ae4a-995d4a05c106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8629 | 2024.11.19 01:39:25.124977 [ 260 ] {7f27e49c-34b9-4d08-ae4a-995d4a05c106} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8630 | 2024.11.19 01:39:25.125030 [ 260 ] {7f27e49c-34b9-4d08-ae4a-995d4a05c106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8631 | 2024.11.19 01:39:25.125478 [ 260 ] {7f27e49c-34b9-4d08-ae4a-995d4a05c106} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8632 | 2024.11.19 01:39:25.125739 [ 260 ] {7f27e49c-34b9-4d08-ae4a-995d4a05c106} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8633 | 2024.11.19 01:39:25.125947 [ 97 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8634 | 2024.11.19 01:39:25.126012 [ 260 ] {7f27e49c-34b9-4d08-ae4a-995d4a05c106} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002105 sec., 26603.325415676958 rows/sec., 2.04 MiB/sec. | ||
| 8635 | 2024.11.19 01:39:25.126039 [ 97 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8636 | 2024.11.19 01:39:25.126106 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8637 | 2024.11.19 01:39:25.126141 [ 260 ] {7f27e49c-34b9-4d08-ae4a-995d4a05c106} <Debug> TCPHandler: Processed in 0.002678228 sec. | ||
| 8638 | 2024.11.19 01:39:25.126437 [ 193 ] {dae3df59-2a3d-470e-ab24-e307583933ac::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 | ||
| 8639 | 2024.11.19 01:39:25.126443 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8640 | 2024.11.19 01:39:25.126882 [ 257 ] {ed4a8f47-f660-4ef5-b968-26077ac01390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8641 | 2024.11.19 01:39:25.126977 [ 193 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8642 | 2024.11.19 01:39:25.127073 [ 257 ] {ed4a8f47-f660-4ef5-b968-26077ac01390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8643 | 2024.11.19 01:39:25.127128 [ 193 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1435 rows starting from the beginning of the part | ||
| 8644 | 2024.11.19 01:39:25.127560 [ 193 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 57 rows starting from the beginning of the part | ||
| 8645 | 2024.11.19 01:39:25.128118 [ 193 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 8646 | 2024.11.19 01:39:25.128511 [ 193 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 285 rows starting from the beginning of the part | ||
| 8647 | 2024.11.19 01:39:25.128865 [ 193 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 57 rows starting from the beginning of the part | ||
| 8648 | 2024.11.19 01:39:25.129329 [ 193 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 8649 | 2024.11.19 01:39:25.130449 [ 257 ] {ed4a8f47-f660-4ef5-b968-26077ac01390} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8650 | 2024.11.19 01:39:25.130495 [ 257 ] {ed4a8f47-f660-4ef5-b968-26077ac01390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8651 | 2024.11.19 01:39:25.131134 [ 257 ] {ed4a8f47-f660-4ef5-b968-26077ac01390} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8652 | 2024.11.19 01:39:25.131570 [ 257 ] {ed4a8f47-f660-4ef5-b968-26077ac01390} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8653 | 2024.11.19 01:39:25.131665 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1946 rows, containing 5 columns (5 merged, 0 gathered) in 0.005433507 sec., 358148.0616478455 rows/sec., 31.32 MiB/sec. | ||
| 8654 | 2024.11.19 01:39:25.131810 [ 97 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8655 | 2024.11.19 01:39:25.131874 [ 97 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8656 | 2024.11.19 01:39:25.131908 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8657 | 2024.11.19 01:39:25.131921 [ 257 ] {ed4a8f47-f660-4ef5-b968-26077ac01390} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00518 sec., 12355.212355212356 rows/sec., 987.50 KiB/sec. | ||
| 8658 | 2024.11.19 01:39:25.132219 [ 257 ] {ed4a8f47-f660-4ef5-b968-26077ac01390} <Debug> TCPHandler: Processed in 0.005935006 sec. | ||
| 8659 | 2024.11.19 01:39:25.132234 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8660 | 2024.11.19 01:39:25.132310 [ 188 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::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 | ||
| 8661 | 2024.11.19 01:39:25.132555 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8662 | 2024.11.19 01:39:25.132671 [ 188 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8663 | 2024.11.19 01:39:25.132792 [ 188 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 915 rows starting from the beginning of the part | ||
| 8664 | 2024.11.19 01:39:25.132940 [ 260 ] {d2686228-68ad-4f00-9b19-033ae365e07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8665 | 2024.11.19 01:39:25.133261 [ 188 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 66 rows starting from the beginning of the part | ||
| 8666 | 2024.11.19 01:39:25.133266 [ 260 ] {d2686228-68ad-4f00-9b19-033ae365e07c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8667 | 2024.11.19 01:39:25.133356 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_81_16} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8668 | 2024.11.19 01:39:25.133818 [ 188 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 8669 | 2024.11.19 01:39:25.133934 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_81_16} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8670 | 2024.11.19 01:39:25.134359 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 8671 | 2024.11.19 01:39:25.134450 [ 188 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 423 rows starting from the beginning of the part | ||
| 8672 | 2024.11.19 01:39:25.134840 [ 188 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 66 rows starting from the beginning of the part | ||
| 8673 | 2024.11.19 01:39:25.135196 [ 188 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 8674 | 2024.11.19 01:39:25.136234 [ 260 ] {d2686228-68ad-4f00-9b19-033ae365e07c} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8675 | 2024.11.19 01:39:25.136306 [ 260 ] {d2686228-68ad-4f00-9b19-033ae365e07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8676 | 2024.11.19 01:39:25.137243 [ 260 ] {d2686228-68ad-4f00-9b19-033ae365e07c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8677 | 2024.11.19 01:39:25.137677 [ 260 ] {d2686228-68ad-4f00-9b19-033ae365e07c} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8678 | 2024.11.19 01:39:25.138189 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8679 | 2024.11.19 01:39:25.138301 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8680 | 2024.11.19 01:39:25.138320 [ 260 ] {d2686228-68ad-4f00-9b19-033ae365e07c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005512 sec., 29027.576197387516 rows/sec., 2.02 MiB/sec. | ||
| 8681 | 2024.11.19 01:39:25.138335 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1598 rows, containing 5 columns (5 merged, 0 gathered) in 0.006311503 sec., 253188.5035941518 rows/sec., 19.52 MiB/sec. | ||
| 8682 | 2024.11.19 01:39:25.138362 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8683 | 2024.11.19 01:39:25.138487 [ 260 ] {d2686228-68ad-4f00-9b19-033ae365e07c} <Debug> TCPHandler: Processed in 0.0061383 sec. | ||
| 8684 | 2024.11.19 01:39:25.138802 [ 196 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8685 | 2024.11.19 01:39:25.138825 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8686 | 2024.11.19 01:39:25.138839 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::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 | ||
| 8687 | 2024.11.19 01:39:25.139207 [ 257 ] {df6abd1a-5ec4-4189-818e-1848f1ec0c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8688 | 2024.11.19 01:39:25.139374 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8689 | 2024.11.19 01:39:25.139387 [ 257 ] {df6abd1a-5ec4-4189-818e-1848f1ec0c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8690 | 2024.11.19 01:39:25.139473 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 14659 rows starting from the beginning of the part | ||
| 8691 | 2024.11.19 01:39:25.139653 [ 196 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_81_16} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8692 | 2024.11.19 01:39:25.139976 [ 196 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_81_16} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8693 | 2024.11.19 01:39:25.140280 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 8694 | 2024.11.19 01:39:25.140392 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 161 rows starting from the beginning of the part | ||
| 8695 | 2024.11.19 01:39:25.140650 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
| 8696 | 2024.11.19 01:39:25.140808 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part | ||
| 8697 | 2024.11.19 01:39:25.141168 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 129 rows starting from the beginning of the part | ||
| 8698 | 2024.11.19 01:39:25.141519 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 8699 | 2024.11.19 01:39:25.142147 [ 257 ] {df6abd1a-5ec4-4189-818e-1848f1ec0c95} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8700 | 2024.11.19 01:39:25.142207 [ 257 ] {df6abd1a-5ec4-4189-818e-1848f1ec0c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8701 | 2024.11.19 01:39:25.142936 [ 257 ] {df6abd1a-5ec4-4189-818e-1848f1ec0c95} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 8702 | 2024.11.19 01:39:25.143335 [ 257 ] {df6abd1a-5ec4-4189-818e-1848f1ec0c95} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8703 | 2024.11.19 01:39:25.143544 [ 97 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 8704 | 2024.11.19 01:39:25.143591 [ 97 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8705 | 2024.11.19 01:39:25.143629 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8706 | 2024.11.19 01:39:25.143632 [ 257 ] {df6abd1a-5ec4-4189-818e-1848f1ec0c95} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004548 sec., 13192.612137203167 rows/sec., 910.43 KiB/sec. | ||
| 8707 | 2024.11.19 01:39:25.144008 [ 257 ] {df6abd1a-5ec4-4189-818e-1848f1ec0c95} <Debug> TCPHandler: Processed in 0.005389107 sec. | ||
| 8708 | 2024.11.19 01:39:25.144035 [ 190 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::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 | ||
| 8709 | 2024.11.19 01:39:25.144341 [ 190 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8710 | 2024.11.19 01:39:25.144386 [ 190 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4610 rows starting from the beginning of the part | ||
| 8711 | 2024.11.19 01:39:25.144495 [ 190 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
| 8712 | 2024.11.19 01:39:25.144908 [ 190 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
| 8713 | 2024.11.19 01:39:25.145435 [ 190 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part | ||
| 8714 | 2024.11.19 01:39:25.145666 [ 190 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 48 rows starting from the beginning of the part | ||
| 8715 | 2024.11.19 01:39:25.145940 [ 190 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 8716 | 2024.11.19 01:39:25.148858 [ 190 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4920 rows, containing 4 columns (4 merged, 0 gathered) in 0.005131092 sec., 958860.2192281876 rows/sec., 63.21 MiB/sec. | ||
| 8717 | 2024.11.19 01:39:25.149278 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15506 rows, containing 5 columns (5 merged, 0 gathered) in 0.010721142 sec., 1446301.1496349922 rows/sec., 98.82 MiB/sec. | ||
| 8718 | 2024.11.19 01:39:25.149531 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8719 | 2024.11.19 01:39:25.149944 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 8720 | 2024.11.19 01:39:25.149949 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_81_16} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8721 | 2024.11.19 01:39:25.150162 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_81_16} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8722 | 2024.11.19 01:39:25.150325 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
| 8723 | 2024.11.19 01:39:25.150474 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8724 | 2024.11.19 01:39:25.150561 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 8725 | 2024.11.19 01:39:25.150654 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.06 MiB. | ||
| 8726 | 2024.11.19 01:39:26.001102 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.77 MiB, peak 185.46 MiB, free memory in arenas 0.00 B, will set to 177.52 MiB (RSS), difference: 1.75 MiB | ||
| 8727 | 2024.11.19 01:39:27.421476 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40192, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8728 | 2024.11.19 01:39:27.435719 [ 134 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8729 | 2024.11.19 01:39:27.435796 [ 134 ] {} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8730 | 2024.11.19 01:39:27.435823 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8731 | 2024.11.19 01:39:27.436029 [ 190 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 8732 | 2024.11.19 01:39:27.436451 [ 190 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8733 | 2024.11.19 01:39:27.436531 [ 190 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 242 rows starting from the beginning of the part | ||
| 8734 | 2024.11.19 01:39:27.436635 [ 190 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 8735 | 2024.11.19 01:39:27.436866 [ 190 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 8736 | 2024.11.19 01:39:27.437021 [ 190 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 8737 | 2024.11.19 01:39:27.437283 [ 190 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 8738 | 2024.11.19 01:39:27.438336 [ 187 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002441654 sec., 122048.41472215146 rows/sec., 8.75 MiB/sec. | ||
| 8739 | 2024.11.19 01:39:27.438565 [ 199 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8740 | 2024.11.19 01:39:27.438960 [ 199 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_25_6} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8741 | 2024.11.19 01:39:27.439071 [ 199 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_25_6} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8742 | 2024.11.19 01:39:27.439188 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 8743 | 2024.11.19 01:39:27.533828 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62874, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8744 | 2024.11.19 01:39:27.700311 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37240, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8745 | 2024.11.19 01:39:27.721749 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8746 | 2024.11.19 01:39:27.846846 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48350, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8747 | 2024.11.19 01:39:27.847545 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61895, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8748 | 2024.11.19 01:39:27.850817 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49923, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8749 | 2024.11.19 01:39:27.909198 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8750 | 2024.11.19 01:39:27.910559 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61248, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8751 | 2024.11.19 01:39:27.917850 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56161, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8752 | 2024.11.19 01:39:27.948284 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47083, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8753 | 2024.11.19 01:39:28.006549 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50864, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8754 | 2024.11.19 01:39:28.029876 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47811, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8755 | 2024.11.19 01:39:28.072620 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8756 | 2024.11.19 01:39:28.181097 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58875, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8757 | 2024.11.19 01:39:28.303756 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64643, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8758 | 2024.11.19 01:39:28.716769 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8759 | 2024.11.19 01:39:28.716817 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8760 | 2024.11.19 01:39:29.013643 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1280 | ||
| 8761 | 2024.11.19 01:39:29.016344 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8762 | 2024.11.19 01:39:29.016393 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8763 | 2024.11.19 01:39:29.017837 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8764 | 2024.11.19 01:39:29.018135 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8765 | 2024.11.19 01:39:29.018379 [ 136 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8766 | 2024.11.19 01:39:29.018508 [ 136 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8767 | 2024.11.19 01:39:29.018598 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8768 | 2024.11.19 01:39:29.019006 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 8769 | 2024.11.19 01:39:29.019847 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1280 | ||
| 8770 | 2024.11.19 01:39:29.020150 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8771 | 2024.11.19 01:39:29.020272 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1146 rows starting from the beginning of the part | ||
| 8772 | 2024.11.19 01:39:29.020703 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 8773 | 2024.11.19 01:39:29.021119 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part | ||
| 8774 | 2024.11.19 01:39:29.021512 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part | ||
| 8775 | 2024.11.19 01:39:29.022053 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 30 rows starting from the beginning of the part | ||
| 8776 | 2024.11.19 01:39:29.022521 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part | ||
| 8777 | 2024.11.19 01:39:29.030076 [ 187 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1280 rows, containing 72 columns (72 merged, 0 gathered) in 0.011327023 sec., 113004.09648678209 rows/sec., 89.17 MiB/sec. | ||
| 8778 | 2024.11.19 01:39:29.031590 [ 187 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8779 | 2024.11.19 01:39:29.032416 [ 187 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_41_8} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8780 | 2024.11.19 01:39:29.032521 [ 187 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_41_8} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8781 | 2024.11.19 01:39:29.032853 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 8782 | 2024.11.19 01:39:30.129851 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8783 | 2024.11.19 01:39:30.130041 [ 260 ] {d84eda5b-9de6-4b87-a788-ac9e6c63ad3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8784 | 2024.11.19 01:39:30.130115 [ 260 ] {d84eda5b-9de6-4b87-a788-ac9e6c63ad3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8785 | 2024.11.19 01:39:30.130859 [ 260 ] {d84eda5b-9de6-4b87-a788-ac9e6c63ad3b} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8786 | 2024.11.19 01:39:30.130907 [ 260 ] {d84eda5b-9de6-4b87-a788-ac9e6c63ad3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8787 | 2024.11.19 01:39:30.131346 [ 260 ] {d84eda5b-9de6-4b87-a788-ac9e6c63ad3b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8788 | 2024.11.19 01:39:30.131621 [ 260 ] {d84eda5b-9de6-4b87-a788-ac9e6c63ad3b} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8789 | 2024.11.19 01:39:30.131824 [ 152 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8790 | 2024.11.19 01:39:30.131878 [ 260 ] {d84eda5b-9de6-4b87-a788-ac9e6c63ad3b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec. | ||
| 8791 | 2024.11.19 01:39:30.131904 [ 152 ] {} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8792 | 2024.11.19 01:39:30.131976 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8793 | 2024.11.19 01:39:30.131998 [ 260 ] {d84eda5b-9de6-4b87-a788-ac9e6c63ad3b} <Debug> TCPHandler: Processed in 0.002276731 sec. | ||
| 8794 | 2024.11.19 01:39:30.132296 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 8795 | 2024.11.19 01:39:30.132604 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8796 | 2024.11.19 01:39:30.132784 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8797 | 2024.11.19 01:39:30.132833 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 8798 | 2024.11.19 01:39:30.133127 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 8799 | 2024.11.19 01:39:30.133153 [ 257 ] {a455d895-767a-4146-a779-afc1bd55c564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8800 | 2024.11.19 01:39:30.133330 [ 257 ] {a455d895-767a-4146-a779-afc1bd55c564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8801 | 2024.11.19 01:39:30.133430 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 8802 | 2024.11.19 01:39:30.133764 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 8803 | 2024.11.19 01:39:30.134053 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 8804 | 2024.11.19 01:39:30.137331 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005253204 sec., 13325.201153429412 rows/sec., 1011.29 KiB/sec. | ||
| 8805 | 2024.11.19 01:39:30.137534 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8806 | 2024.11.19 01:39:30.137630 [ 257 ] {a455d895-767a-4146-a779-afc1bd55c564} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8807 | 2024.11.19 01:39:30.137711 [ 257 ] {a455d895-767a-4146-a779-afc1bd55c564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8808 | 2024.11.19 01:39:30.138058 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_25_6} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8809 | 2024.11.19 01:39:30.138234 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_25_6} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8810 | 2024.11.19 01:39:30.138388 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8811 | 2024.11.19 01:39:30.138574 [ 257 ] {a455d895-767a-4146-a779-afc1bd55c564} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 8812 | 2024.11.19 01:39:30.138847 [ 257 ] {a455d895-767a-4146-a779-afc1bd55c564} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8813 | 2024.11.19 01:39:30.139091 [ 257 ] {a455d895-767a-4146-a779-afc1bd55c564} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.006107 sec., 46667.75831013591 rows/sec., 4.12 MiB/sec. | ||
| 8814 | 2024.11.19 01:39:30.139165 [ 257 ] {a455d895-767a-4146-a779-afc1bd55c564} <Debug> TCPHandler: Processed in 0.007029706 sec. | ||
| 8815 | 2024.11.19 01:39:30.139335 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8816 | 2024.11.19 01:39:30.139477 [ 260 ] {189aad9b-458b-4acc-b260-cb030418a234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8817 | 2024.11.19 01:39:30.139536 [ 260 ] {189aad9b-458b-4acc-b260-cb030418a234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8818 | 2024.11.19 01:39:30.140200 [ 260 ] {189aad9b-458b-4acc-b260-cb030418a234} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8819 | 2024.11.19 01:39:30.140241 [ 260 ] {189aad9b-458b-4acc-b260-cb030418a234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8820 | 2024.11.19 01:39:30.140613 [ 260 ] {189aad9b-458b-4acc-b260-cb030418a234} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8821 | 2024.11.19 01:39:30.140863 [ 260 ] {189aad9b-458b-4acc-b260-cb030418a234} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8822 | 2024.11.19 01:39:30.141064 [ 260 ] {189aad9b-458b-4acc-b260-cb030418a234} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001619 sec., 29647.93082149475 rows/sec., 2.13 MiB/sec. | ||
| 8823 | 2024.11.19 01:39:30.141115 [ 260 ] {189aad9b-458b-4acc-b260-cb030418a234} <Debug> TCPHandler: Processed in 0.001847933 sec. | ||
| 8824 | 2024.11.19 01:39:30.141335 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8825 | 2024.11.19 01:39:30.141575 [ 257 ] {86cf6034-3ce7-406a-bac2-9ead56505f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8826 | 2024.11.19 01:39:30.141673 [ 257 ] {86cf6034-3ce7-406a-bac2-9ead56505f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8827 | 2024.11.19 01:39:30.142452 [ 257 ] {86cf6034-3ce7-406a-bac2-9ead56505f79} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8828 | 2024.11.19 01:39:30.142494 [ 257 ] {86cf6034-3ce7-406a-bac2-9ead56505f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8829 | 2024.11.19 01:39:30.142863 [ 257 ] {86cf6034-3ce7-406a-bac2-9ead56505f79} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8830 | 2024.11.19 01:39:30.143108 [ 257 ] {86cf6034-3ce7-406a-bac2-9ead56505f79} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8831 | 2024.11.19 01:39:30.143360 [ 257 ] {86cf6034-3ce7-406a-bac2-9ead56505f79} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001844 sec., 7592.190889370933 rows/sec., 531.71 KiB/sec. | ||
| 8832 | 2024.11.19 01:39:30.143562 [ 257 ] {86cf6034-3ce7-406a-bac2-9ead56505f79} <Debug> TCPHandler: Processed in 0.002336202 sec. | ||
| 8833 | 2024.11.19 01:39:30.143764 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8834 | 2024.11.19 01:39:30.143900 [ 260 ] {d576ca5f-11c0-414c-babb-b8c951f4a852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8835 | 2024.11.19 01:39:30.143957 [ 260 ] {d576ca5f-11c0-414c-babb-b8c951f4a852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8836 | 2024.11.19 01:39:30.144551 [ 260 ] {d576ca5f-11c0-414c-babb-b8c951f4a852} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8837 | 2024.11.19 01:39:30.144591 [ 260 ] {d576ca5f-11c0-414c-babb-b8c951f4a852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8838 | 2024.11.19 01:39:30.144959 [ 260 ] {d576ca5f-11c0-414c-babb-b8c951f4a852} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8839 | 2024.11.19 01:39:30.145210 [ 260 ] {d576ca5f-11c0-414c-babb-b8c951f4a852} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8840 | 2024.11.19 01:39:30.145371 [ 152 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 8841 | 2024.11.19 01:39:30.145432 [ 152 ] {} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8842 | 2024.11.19 01:39:30.145469 [ 260 ] {d576ca5f-11c0-414c-babb-b8c951f4a852} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001588 sec., 8186.39798488665 rows/sec., 510.42 KiB/sec. | ||
| 8843 | 2024.11.19 01:39:30.145479 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8844 | 2024.11.19 01:39:30.145616 [ 260 ] {d576ca5f-11c0-414c-babb-b8c951f4a852} <Debug> TCPHandler: Processed in 0.001957406 sec. | ||
| 8845 | 2024.11.19 01:39:30.145678 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 8846 | 2024.11.19 01:39:30.145800 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8847 | 2024.11.19 01:39:30.145866 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8848 | 2024.11.19 01:39:30.145924 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 8849 | 2024.11.19 01:39:30.146018 [ 257 ] {7a91cfc9-f109-49ef-ab10-a4e2067899c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8850 | 2024.11.19 01:39:30.146096 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 8851 | 2024.11.19 01:39:30.146414 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 8852 | 2024.11.19 01:39:30.146457 [ 257 ] {7a91cfc9-f109-49ef-ab10-a4e2067899c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8853 | 2024.11.19 01:39:30.146696 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 8854 | 2024.11.19 01:39:30.147022 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 8855 | 2024.11.19 01:39:30.149256 [ 257 ] {7a91cfc9-f109-49ef-ab10-a4e2067899c7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8856 | 2024.11.19 01:39:30.149344 [ 257 ] {7a91cfc9-f109-49ef-ab10-a4e2067899c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8857 | 2024.11.19 01:39:30.149652 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004042362 sec., 16079.707853972504 rows/sec., 1.04 MiB/sec. | ||
| 8858 | 2024.11.19 01:39:30.149839 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 8859 | 2024.11.19 01:39:30.150292 [ 257 ] {7a91cfc9-f109-49ef-ab10-a4e2067899c7} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 8860 | 2024.11.19 01:39:30.150417 [ 186 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_25_6} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8861 | 2024.11.19 01:39:30.150605 [ 186 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_25_6} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 8862 | 2024.11.19 01:39:30.150688 [ 257 ] {7a91cfc9-f109-49ef-ab10-a4e2067899c7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8863 | 2024.11.19 01:39:30.150801 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8864 | 2024.11.19 01:39:30.151001 [ 257 ] {7a91cfc9-f109-49ef-ab10-a4e2067899c7} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005046 sec., 83828.77526753864 rows/sec., 5.99 MiB/sec. | ||
| 8865 | 2024.11.19 01:39:30.151077 [ 257 ] {7a91cfc9-f109-49ef-ab10-a4e2067899c7} <Debug> TCPHandler: Processed in 0.005365006 sec. | ||
| 8866 | 2024.11.19 01:39:30.151232 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8867 | 2024.11.19 01:39:30.151359 [ 260 ] {3163fd51-e5fd-4ad4-8173-4741aa869104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8868 | 2024.11.19 01:39:30.151412 [ 260 ] {3163fd51-e5fd-4ad4-8173-4741aa869104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8869 | 2024.11.19 01:39:30.151932 [ 260 ] {3163fd51-e5fd-4ad4-8173-4741aa869104} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8870 | 2024.11.19 01:39:30.151972 [ 260 ] {3163fd51-e5fd-4ad4-8173-4741aa869104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8871 | 2024.11.19 01:39:30.152358 [ 260 ] {3163fd51-e5fd-4ad4-8173-4741aa869104} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8872 | 2024.11.19 01:39:30.152610 [ 260 ] {3163fd51-e5fd-4ad4-8173-4741aa869104} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8873 | 2024.11.19 01:39:30.152827 [ 260 ] {3163fd51-e5fd-4ad4-8173-4741aa869104} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 209.26 KiB/sec. | ||
| 8874 | 2024.11.19 01:39:30.152883 [ 260 ] {3163fd51-e5fd-4ad4-8173-4741aa869104} <Debug> TCPHandler: Processed in 0.001712261 sec. | ||
| 8875 | 2024.11.19 01:39:30.153038 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8876 | 2024.11.19 01:39:30.153178 [ 257 ] {ecfcffee-39f7-42e1-b92e-fa1f8fbe7eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8877 | 2024.11.19 01:39:30.153242 [ 257 ] {ecfcffee-39f7-42e1-b92e-fa1f8fbe7eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8878 | 2024.11.19 01:39:30.153935 [ 257 ] {ecfcffee-39f7-42e1-b92e-fa1f8fbe7eb1} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8879 | 2024.11.19 01:39:30.153983 [ 257 ] {ecfcffee-39f7-42e1-b92e-fa1f8fbe7eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8880 | 2024.11.19 01:39:30.154395 [ 257 ] {ecfcffee-39f7-42e1-b92e-fa1f8fbe7eb1} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 8881 | 2024.11.19 01:39:30.154642 [ 257 ] {ecfcffee-39f7-42e1-b92e-fa1f8fbe7eb1} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8882 | 2024.11.19 01:39:30.154851 [ 257 ] {ecfcffee-39f7-42e1-b92e-fa1f8fbe7eb1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001705 sec., 139002.93255131965 rows/sec., 9.32 MiB/sec. | ||
| 8883 | 2024.11.19 01:39:30.154905 [ 257 ] {ecfcffee-39f7-42e1-b92e-fa1f8fbe7eb1} <Debug> TCPHandler: Processed in 0.001928465 sec. | ||
| 8884 | 2024.11.19 01:39:30.155054 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8885 | 2024.11.19 01:39:30.155193 [ 260 ] {33b8c6a0-bf55-4a45-8d09-f8bce4667b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8886 | 2024.11.19 01:39:30.155287 [ 260 ] {33b8c6a0-bf55-4a45-8d09-f8bce4667b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8887 | 2024.11.19 01:39:30.155834 [ 260 ] {33b8c6a0-bf55-4a45-8d09-f8bce4667b2f} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8888 | 2024.11.19 01:39:30.155882 [ 260 ] {33b8c6a0-bf55-4a45-8d09-f8bce4667b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8889 | 2024.11.19 01:39:30.156290 [ 260 ] {33b8c6a0-bf55-4a45-8d09-f8bce4667b2f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8890 | 2024.11.19 01:39:30.156545 [ 260 ] {33b8c6a0-bf55-4a45-8d09-f8bce4667b2f} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8891 | 2024.11.19 01:39:30.156757 [ 260 ] {33b8c6a0-bf55-4a45-8d09-f8bce4667b2f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001597 sec., 626.1740763932373 rows/sec., 42.19 KiB/sec. | ||
| 8892 | 2024.11.19 01:39:30.156807 [ 260 ] {33b8c6a0-bf55-4a45-8d09-f8bce4667b2f} <Debug> TCPHandler: Processed in 0.001815673 sec. | ||
| 8893 | 2024.11.19 01:39:30.156943 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8894 | 2024.11.19 01:39:30.157093 [ 257 ] {b7fd6a65-7369-4cad-b714-66324ef6f534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8895 | 2024.11.19 01:39:30.157176 [ 257 ] {b7fd6a65-7369-4cad-b714-66324ef6f534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8896 | 2024.11.19 01:39:30.158416 [ 257 ] {b7fd6a65-7369-4cad-b714-66324ef6f534} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8897 | 2024.11.19 01:39:30.158457 [ 257 ] {b7fd6a65-7369-4cad-b714-66324ef6f534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8898 | 2024.11.19 01:39:30.159097 [ 257 ] {b7fd6a65-7369-4cad-b714-66324ef6f534} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8899 | 2024.11.19 01:39:30.159354 [ 257 ] {b7fd6a65-7369-4cad-b714-66324ef6f534} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8900 | 2024.11.19 01:39:30.159660 [ 257 ] {b7fd6a65-7369-4cad-b714-66324ef6f534} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002589 sec., 15836.230204712243 rows/sec., 28.38 MiB/sec. | ||
| 8901 | 2024.11.19 01:39:30.160130 [ 257 ] {b7fd6a65-7369-4cad-b714-66324ef6f534} <Debug> TCPHandler: Processed in 0.003239958 sec. | ||
| 8902 | 2024.11.19 01:39:30.160345 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8903 | 2024.11.19 01:39:30.160577 [ 260 ] {2449308c-bfb7-471a-a869-23e85c2ffac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8904 | 2024.11.19 01:39:30.160672 [ 260 ] {2449308c-bfb7-471a-a869-23e85c2ffac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8905 | 2024.11.19 01:39:30.161321 [ 260 ] {2449308c-bfb7-471a-a869-23e85c2ffac2} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8906 | 2024.11.19 01:39:30.161362 [ 260 ] {2449308c-bfb7-471a-a869-23e85c2ffac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8907 | 2024.11.19 01:39:30.161738 [ 260 ] {2449308c-bfb7-471a-a869-23e85c2ffac2} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 8908 | 2024.11.19 01:39:30.161984 [ 260 ] {2449308c-bfb7-471a-a869-23e85c2ffac2} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8909 | 2024.11.19 01:39:30.162190 [ 260 ] {2449308c-bfb7-471a-a869-23e85c2ffac2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001669 sec., 49131.21629718394 rows/sec., 3.12 MiB/sec. | ||
| 8910 | 2024.11.19 01:39:30.162239 [ 260 ] {2449308c-bfb7-471a-a869-23e85c2ffac2} <Debug> TCPHandler: Processed in 0.002005266 sec. | ||
| 8911 | 2024.11.19 01:39:32.179803 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33997, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8912 | 2024.11.19 01:39:32.463325 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61907, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8913 | 2024.11.19 01:39:32.526609 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46095, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8914 | 2024.11.19 01:39:32.539965 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54769, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8915 | 2024.11.19 01:39:32.781141 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48365, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8916 | 2024.11.19 01:39:32.791468 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57263, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8917 | 2024.11.19 01:39:32.814747 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42629, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8918 | 2024.11.19 01:39:32.894286 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50588, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8919 | 2024.11.19 01:39:33.404460 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48796, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8920 | 2024.11.19 01:39:33.844316 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61847, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8921 | 2024.11.19 01:39:33.930800 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8922 | 2024.11.19 01:39:34.039616 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59211, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8923 | 2024.11.19 01:39:34.091552 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53792, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8924 | 2024.11.19 01:39:34.094865 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8925 | 2024.11.19 01:39:34.105204 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45015, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8926 | 2024.11.19 01:39:34.143696 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63930, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8927 | 2024.11.19 01:39:35.120636 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8928 | 2024.11.19 01:39:35.120854 [ 260 ] {21ced9ad-c0ba-4813-8750-cabeb4a13622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8929 | 2024.11.19 01:39:35.120941 [ 260 ] {21ced9ad-c0ba-4813-8750-cabeb4a13622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8930 | 2024.11.19 01:39:35.121787 [ 260 ] {21ced9ad-c0ba-4813-8750-cabeb4a13622} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8931 | 2024.11.19 01:39:35.121841 [ 260 ] {21ced9ad-c0ba-4813-8750-cabeb4a13622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8932 | 2024.11.19 01:39:35.122269 [ 260 ] {21ced9ad-c0ba-4813-8750-cabeb4a13622} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8933 | 2024.11.19 01:39:35.122531 [ 260 ] {21ced9ad-c0ba-4813-8750-cabeb4a13622} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8934 | 2024.11.19 01:39:35.122795 [ 260 ] {21ced9ad-c0ba-4813-8750-cabeb4a13622} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002 sec., 2000 rows/sec., 163.09 KiB/sec. | ||
| 8935 | 2024.11.19 01:39:35.122906 [ 260 ] {21ced9ad-c0ba-4813-8750-cabeb4a13622} <Debug> TCPHandler: Processed in 0.002410863 sec. | ||
| 8936 | 2024.11.19 01:39:35.123169 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8937 | 2024.11.19 01:39:35.123363 [ 257 ] {46cb5d19-ff8e-4fd3-95fe-4f37aacc7e60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8938 | 2024.11.19 01:39:35.123435 [ 257 ] {46cb5d19-ff8e-4fd3-95fe-4f37aacc7e60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8939 | 2024.11.19 01:39:35.124189 [ 257 ] {46cb5d19-ff8e-4fd3-95fe-4f37aacc7e60} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8940 | 2024.11.19 01:39:35.124239 [ 257 ] {46cb5d19-ff8e-4fd3-95fe-4f37aacc7e60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8941 | 2024.11.19 01:39:35.124669 [ 257 ] {46cb5d19-ff8e-4fd3-95fe-4f37aacc7e60} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 8942 | 2024.11.19 01:39:35.124924 [ 257 ] {46cb5d19-ff8e-4fd3-95fe-4f37aacc7e60} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8943 | 2024.11.19 01:39:35.125179 [ 257 ] {46cb5d19-ff8e-4fd3-95fe-4f37aacc7e60} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001864 sec., 31115.879828326182 rows/sec., 2.38 MiB/sec. | ||
| 8944 | 2024.11.19 01:39:35.125281 [ 257 ] {46cb5d19-ff8e-4fd3-95fe-4f37aacc7e60} <Debug> TCPHandler: Processed in 0.002248471 sec. | ||
| 8945 | 2024.11.19 01:39:35.125496 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8946 | 2024.11.19 01:39:35.125655 [ 260 ] {c4a97536-ba71-4ceb-b9a8-f9c9685aefb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8947 | 2024.11.19 01:39:35.125710 [ 260 ] {c4a97536-ba71-4ceb-b9a8-f9c9685aefb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8948 | 2024.11.19 01:39:35.126307 [ 260 ] {c4a97536-ba71-4ceb-b9a8-f9c9685aefb6} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8949 | 2024.11.19 01:39:35.126348 [ 260 ] {c4a97536-ba71-4ceb-b9a8-f9c9685aefb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8950 | 2024.11.19 01:39:35.126722 [ 260 ] {c4a97536-ba71-4ceb-b9a8-f9c9685aefb6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8951 | 2024.11.19 01:39:35.126966 [ 260 ] {c4a97536-ba71-4ceb-b9a8-f9c9685aefb6} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8952 | 2024.11.19 01:39:35.127174 [ 260 ] {c4a97536-ba71-4ceb-b9a8-f9c9685aefb6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001551 sec., 2578.9813023855577 rows/sec., 180.08 KiB/sec. | ||
| 8953 | 2024.11.19 01:39:35.127226 [ 260 ] {c4a97536-ba71-4ceb-b9a8-f9c9685aefb6} <Debug> TCPHandler: Processed in 0.001840083 sec. | ||
| 8954 | 2024.11.19 01:39:35.127391 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8955 | 2024.11.19 01:39:35.127531 [ 257 ] {f32c68f5-fe78-4176-a813-aec47b9a52ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8956 | 2024.11.19 01:39:35.127589 [ 257 ] {f32c68f5-fe78-4176-a813-aec47b9a52ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8957 | 2024.11.19 01:39:35.128238 [ 257 ] {f32c68f5-fe78-4176-a813-aec47b9a52ac} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8958 | 2024.11.19 01:39:35.128279 [ 257 ] {f32c68f5-fe78-4176-a813-aec47b9a52ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8959 | 2024.11.19 01:39:35.128659 [ 257 ] {f32c68f5-fe78-4176-a813-aec47b9a52ac} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 8960 | 2024.11.19 01:39:35.128898 [ 257 ] {f32c68f5-fe78-4176-a813-aec47b9a52ac} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8961 | 2024.11.19 01:39:35.129102 [ 257 ] {f32c68f5-fe78-4176-a813-aec47b9a52ac} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001601 sec., 42473.454091193 rows/sec., 3.32 MiB/sec. | ||
| 8962 | 2024.11.19 01:39:35.129153 [ 257 ] {f32c68f5-fe78-4176-a813-aec47b9a52ac} <Debug> TCPHandler: Processed in 0.001832033 sec. | ||
| 8963 | 2024.11.19 01:39:35.129320 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8964 | 2024.11.19 01:39:35.129464 [ 260 ] {576b68b3-5349-4c9c-8909-98923247e182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8965 | 2024.11.19 01:39:35.129531 [ 260 ] {576b68b3-5349-4c9c-8909-98923247e182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8966 | 2024.11.19 01:39:35.130205 [ 260 ] {576b68b3-5349-4c9c-8909-98923247e182} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8967 | 2024.11.19 01:39:35.130248 [ 260 ] {576b68b3-5349-4c9c-8909-98923247e182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8968 | 2024.11.19 01:39:35.130708 [ 260 ] {576b68b3-5349-4c9c-8909-98923247e182} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 8969 | 2024.11.19 01:39:35.130993 [ 260 ] {576b68b3-5349-4c9c-8909-98923247e182} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8970 | 2024.11.19 01:39:35.131229 [ 260 ] {576b68b3-5349-4c9c-8909-98923247e182} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001797 sec., 72342.79354479688 rows/sec., 5.04 MiB/sec. | ||
| 8971 | 2024.11.19 01:39:35.131291 [ 260 ] {576b68b3-5349-4c9c-8909-98923247e182} <Debug> TCPHandler: Processed in 0.002038686 sec. | ||
| 8972 | 2024.11.19 01:39:35.131436 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8973 | 2024.11.19 01:39:35.131553 [ 257 ] {e653f731-04b5-4db7-8fb6-5a5fb183ba4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8974 | 2024.11.19 01:39:35.131603 [ 257 ] {e653f731-04b5-4db7-8fb6-5a5fb183ba4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8975 | 2024.11.19 01:39:35.132097 [ 257 ] {e653f731-04b5-4db7-8fb6-5a5fb183ba4a} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8976 | 2024.11.19 01:39:35.132136 [ 257 ] {e653f731-04b5-4db7-8fb6-5a5fb183ba4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8977 | 2024.11.19 01:39:35.132514 [ 257 ] {e653f731-04b5-4db7-8fb6-5a5fb183ba4a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 8978 | 2024.11.19 01:39:35.132773 [ 257 ] {e653f731-04b5-4db7-8fb6-5a5fb183ba4a} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8979 | 2024.11.19 01:39:35.132995 [ 257 ] {e653f731-04b5-4db7-8fb6-5a5fb183ba4a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001467 sec., 32719.836400817996 rows/sec., 2.21 MiB/sec. | ||
| 8980 | 2024.11.19 01:39:35.133090 [ 257 ] {e653f731-04b5-4db7-8fb6-5a5fb183ba4a} <Debug> TCPHandler: Processed in 0.00171046 sec. | ||
| 8981 | 2024.11.19 01:39:39.020283 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1314 | ||
| 8982 | 2024.11.19 01:39:39.023638 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8983 | 2024.11.19 01:39:39.023690 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8984 | 2024.11.19 01:39:39.025119 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8985 | 2024.11.19 01:39:39.025423 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8986 | 2024.11.19 01:39:39.026790 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1314 | ||
| 8987 | 2024.11.19 01:39:40.122949 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8988 | 2024.11.19 01:39:40.123163 [ 260 ] {3da27439-4d9b-4ff9-b19a-76ba02a7d9c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8989 | 2024.11.19 01:39:40.123247 [ 260 ] {3da27439-4d9b-4ff9-b19a-76ba02a7d9c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8990 | 2024.11.19 01:39:40.124082 [ 260 ] {3da27439-4d9b-4ff9-b19a-76ba02a7d9c6} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8991 | 2024.11.19 01:39:40.124139 [ 260 ] {3da27439-4d9b-4ff9-b19a-76ba02a7d9c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 8992 | 2024.11.19 01:39:40.124598 [ 260 ] {3da27439-4d9b-4ff9-b19a-76ba02a7d9c6} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 8993 | 2024.11.19 01:39:40.124855 [ 260 ] {3da27439-4d9b-4ff9-b19a-76ba02a7d9c6} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8994 | 2024.11.19 01:39:40.125099 [ 260 ] {3da27439-4d9b-4ff9-b19a-76ba02a7d9c6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001998 sec., 28028.028028028024 rows/sec., 2.15 MiB/sec. | ||
| 8995 | 2024.11.19 01:39:40.125164 [ 260 ] {3da27439-4d9b-4ff9-b19a-76ba02a7d9c6} <Debug> TCPHandler: Processed in 0.002356232 sec. | ||
| 8996 | 2024.11.19 01:39:40.125488 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8997 | 2024.11.19 01:39:40.125774 [ 257 ] {1de0b4ab-3226-4cdd-8e9f-41794e575d15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8998 | 2024.11.19 01:39:40.125849 [ 257 ] {1de0b4ab-3226-4cdd-8e9f-41794e575d15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8999 | 2024.11.19 01:39:40.126615 [ 257 ] {1de0b4ab-3226-4cdd-8e9f-41794e575d15} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9000 | 2024.11.19 01:39:40.126663 [ 257 ] {1de0b4ab-3226-4cdd-8e9f-41794e575d15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 9001 | 2024.11.19 01:39:40.127110 [ 257 ] {1de0b4ab-3226-4cdd-8e9f-41794e575d15} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9002 | 2024.11.19 01:39:40.127365 [ 257 ] {1de0b4ab-3226-4cdd-8e9f-41794e575d15} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9003 | 2024.11.19 01:39:40.127601 [ 257 ] {1de0b4ab-3226-4cdd-8e9f-41794e575d15} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001896 sec., 33755.27426160338 rows/sec., 2.63 MiB/sec. | ||
| 9004 | 2024.11.19 01:39:40.127665 [ 257 ] {1de0b4ab-3226-4cdd-8e9f-41794e575d15} <Debug> TCPHandler: Processed in 0.002367122 sec. | ||
| 9005 | 2024.11.19 01:39:40.127844 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9006 | 2024.11.19 01:39:40.127994 [ 260 ] {2bb09669-b240-49be-a822-c24cc1db6786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9007 | 2024.11.19 01:39:40.128062 [ 260 ] {2bb09669-b240-49be-a822-c24cc1db6786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9008 | 2024.11.19 01:39:40.128744 [ 260 ] {2bb09669-b240-49be-a822-c24cc1db6786} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9009 | 2024.11.19 01:39:40.128785 [ 260 ] {2bb09669-b240-49be-a822-c24cc1db6786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 9010 | 2024.11.19 01:39:40.129200 [ 260 ] {2bb09669-b240-49be-a822-c24cc1db6786} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9011 | 2024.11.19 01:39:40.129446 [ 260 ] {2bb09669-b240-49be-a822-c24cc1db6786} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9012 | 2024.11.19 01:39:40.129672 [ 260 ] {2bb09669-b240-49be-a822-c24cc1db6786} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001713 sec., 93403.3858727379 rows/sec., 6.51 MiB/sec. | ||
| 9013 | 2024.11.19 01:39:40.129785 [ 260 ] {2bb09669-b240-49be-a822-c24cc1db6786} <Debug> TCPHandler: Processed in 0.002016046 sec. | ||
| 9014 | 2024.11.19 01:39:40.130033 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9015 | 2024.11.19 01:39:40.130300 [ 257 ] {08ef71d3-202a-4bf5-b971-54f1303f01f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9016 | 2024.11.19 01:39:40.130399 [ 257 ] {08ef71d3-202a-4bf5-b971-54f1303f01f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9017 | 2024.11.19 01:39:40.131064 [ 257 ] {08ef71d3-202a-4bf5-b971-54f1303f01f8} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9018 | 2024.11.19 01:39:40.131103 [ 257 ] {08ef71d3-202a-4bf5-b971-54f1303f01f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 9019 | 2024.11.19 01:39:40.131489 [ 257 ] {08ef71d3-202a-4bf5-b971-54f1303f01f8} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9020 | 2024.11.19 01:39:40.131737 [ 257 ] {08ef71d3-202a-4bf5-b971-54f1303f01f8} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9021 | 2024.11.19 01:39:40.131951 [ 257 ] {08ef71d3-202a-4bf5-b971-54f1303f01f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001712 sec., 35046.72897196262 rows/sec., 2.36 MiB/sec. | ||
| 9022 | 2024.11.19 01:39:40.132002 [ 257 ] {08ef71d3-202a-4bf5-b971-54f1303f01f8} <Debug> TCPHandler: Processed in 0.002120638 sec. | ||
| 9023 | 2024.11.19 01:39:41.412864 [ 61 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 9024 | 2024.11.19 01:39:41.412928 [ 61 ] {} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9025 | 2024.11.19 01:39:41.412952 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 9026 | 2024.11.19 01:39:41.413128 [ 195 ] {7a068b2a-d445-4769-83f0-40596558304b::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 | ||
| 9027 | 2024.11.19 01:39:41.413316 [ 195 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9028 | 2024.11.19 01:39:41.413364 [ 195 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 21 rows starting from the beginning of the part | ||
| 9029 | 2024.11.19 01:39:41.413453 [ 195 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 9030 | 2024.11.19 01:39:41.413687 [ 195 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 9031 | 2024.11.19 01:39:41.413901 [ 195 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 9032 | 2024.11.19 01:39:41.414064 [ 195 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 9033 | 2024.11.19 01:39:41.415097 [ 186 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.002062627 sec., 12120.465794348664 rows/sec., 816.71 KiB/sec. | ||
| 9034 | 2024.11.19 01:39:41.415322 [ 201 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 9035 | 2024.11.19 01:39:41.415716 [ 201 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_25_6} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9036 | 2024.11.19 01:39:41.415814 [ 201 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_25_6} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 9037 | 2024.11.19 01:39:41.415915 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9038 | 2024.11.19 01:39:43.091595 [ 24 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 9039 | 2024.11.19 01:39:43.091684 [ 24 ] {} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9040 | 2024.11.19 01:39:43.091708 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 9041 | 2024.11.19 01:39:43.091864 [ 195 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::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 | ||
| 9042 | 2024.11.19 01:39:43.092041 [ 195 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9043 | 2024.11.19 01:39:43.092081 [ 195 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 126 rows starting from the beginning of the part | ||
| 9044 | 2024.11.19 01:39:43.092157 [ 195 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 9045 | 2024.11.19 01:39:43.092232 [ 195 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 9046 | 2024.11.19 01:39:43.092455 [ 195 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 9047 | 2024.11.19 01:39:43.092572 [ 195 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 9048 | 2024.11.19 01:39:43.093720 [ 201 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.001930044 sec., 77718.43543463259 rows/sec., 3.97 MiB/sec. | ||
| 9049 | 2024.11.19 01:39:43.093937 [ 201 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 9050 | 2024.11.19 01:39:43.094276 [ 201 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_25_6} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9051 | 2024.11.19 01:39:43.094372 [ 201 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_25_6} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 9052 | 2024.11.19 01:39:43.094474 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9053 | 2024.11.19 01:39:43.717065 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9054 | 2024.11.19 01:39:43.717119 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9055 | 2024.11.19 01:39:45.128478 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9056 | 2024.11.19 01:39:45.128699 [ 260 ] {d1d9a415-f9f0-4d3f-a833-011e757a13d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9057 | 2024.11.19 01:39:45.128783 [ 260 ] {d1d9a415-f9f0-4d3f-a833-011e757a13d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9058 | 2024.11.19 01:39:45.129561 [ 260 ] {d1d9a415-f9f0-4d3f-a833-011e757a13d0} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9059 | 2024.11.19 01:39:45.129618 [ 260 ] {d1d9a415-f9f0-4d3f-a833-011e757a13d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 9060 | 2024.11.19 01:39:45.130059 [ 260 ] {d1d9a415-f9f0-4d3f-a833-011e757a13d0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 9061 | 2024.11.19 01:39:45.130318 [ 260 ] {d1d9a415-f9f0-4d3f-a833-011e757a13d0} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9062 | 2024.11.19 01:39:45.130579 [ 260 ] {d1d9a415-f9f0-4d3f-a833-011e757a13d0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001933 sec., 7242.628039317124 rows/sec., 521.37 KiB/sec. | ||
| 9063 | 2024.11.19 01:39:45.130682 [ 260 ] {d1d9a415-f9f0-4d3f-a833-011e757a13d0} <Debug> TCPHandler: Processed in 0.002343032 sec. | ||
| 9064 | 2024.11.19 01:39:45.131029 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9065 | 2024.11.19 01:39:45.131236 [ 257 ] {14b06778-0597-4bdf-abe5-125705e6b7b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9066 | 2024.11.19 01:39:45.131313 [ 257 ] {14b06778-0597-4bdf-abe5-125705e6b7b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9067 | 2024.11.19 01:39:45.132268 [ 257 ] {14b06778-0597-4bdf-abe5-125705e6b7b9} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9068 | 2024.11.19 01:39:45.132310 [ 257 ] {14b06778-0597-4bdf-abe5-125705e6b7b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 9069 | 2024.11.19 01:39:45.132759 [ 257 ] {14b06778-0597-4bdf-abe5-125705e6b7b9} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9070 | 2024.11.19 01:39:45.133028 [ 257 ] {14b06778-0597-4bdf-abe5-125705e6b7b9} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9071 | 2024.11.19 01:39:45.133235 [ 257 ] {14b06778-0597-4bdf-abe5-125705e6b7b9} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002057 sec., 138551.28828390862 rows/sec., 12.24 MiB/sec. | ||
| 9072 | 2024.11.19 01:39:45.133291 [ 257 ] {14b06778-0597-4bdf-abe5-125705e6b7b9} <Debug> TCPHandler: Processed in 0.002455904 sec. | ||
| 9073 | 2024.11.19 01:39:45.133466 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9074 | 2024.11.19 01:39:45.133613 [ 260 ] {1116d89b-5d4b-4148-8d31-edd8bb18ff67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9075 | 2024.11.19 01:39:45.133675 [ 260 ] {1116d89b-5d4b-4148-8d31-edd8bb18ff67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9076 | 2024.11.19 01:39:45.134326 [ 260 ] {1116d89b-5d4b-4148-8d31-edd8bb18ff67} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9077 | 2024.11.19 01:39:45.134368 [ 260 ] {1116d89b-5d4b-4148-8d31-edd8bb18ff67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 9078 | 2024.11.19 01:39:45.134738 [ 260 ] {1116d89b-5d4b-4148-8d31-edd8bb18ff67} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9079 | 2024.11.19 01:39:45.135014 [ 260 ] {1116d89b-5d4b-4148-8d31-edd8bb18ff67} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9080 | 2024.11.19 01:39:45.135234 [ 260 ] {1116d89b-5d4b-4148-8d31-edd8bb18ff67} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001656 sec., 28985.507246376812 rows/sec., 2.09 MiB/sec. | ||
| 9081 | 2024.11.19 01:39:45.135291 [ 260 ] {1116d89b-5d4b-4148-8d31-edd8bb18ff67} <Debug> TCPHandler: Processed in 0.001895543 sec. | ||
| 9082 | 2024.11.19 01:39:45.135500 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9083 | 2024.11.19 01:39:45.135725 [ 257 ] {c7dd3868-839c-4d42-9bfe-df1183bce3ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9084 | 2024.11.19 01:39:45.135826 [ 257 ] {c7dd3868-839c-4d42-9bfe-df1183bce3ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9085 | 2024.11.19 01:39:45.136454 [ 257 ] {c7dd3868-839c-4d42-9bfe-df1183bce3ca} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9086 | 2024.11.19 01:39:45.136493 [ 257 ] {c7dd3868-839c-4d42-9bfe-df1183bce3ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 9087 | 2024.11.19 01:39:45.136843 [ 257 ] {c7dd3868-839c-4d42-9bfe-df1183bce3ca} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9088 | 2024.11.19 01:39:45.137084 [ 257 ] {c7dd3868-839c-4d42-9bfe-df1183bce3ca} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9089 | 2024.11.19 01:39:45.137276 [ 257 ] {c7dd3868-839c-4d42-9bfe-df1183bce3ca} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001605 sec., 8722.741433021807 rows/sec., 610.88 KiB/sec. | ||
| 9090 | 2024.11.19 01:39:45.137414 [ 257 ] {c7dd3868-839c-4d42-9bfe-df1183bce3ca} <Debug> TCPHandler: Processed in 0.002026527 sec. | ||
| 9091 | 2024.11.19 01:39:45.137566 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9092 | 2024.11.19 01:39:45.137707 [ 260 ] {c235baa4-b6ab-4406-9730-7b789a360e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9093 | 2024.11.19 01:39:45.137768 [ 260 ] {c235baa4-b6ab-4406-9730-7b789a360e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9094 | 2024.11.19 01:39:45.138358 [ 260 ] {c235baa4-b6ab-4406-9730-7b789a360e1a} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9095 | 2024.11.19 01:39:45.138399 [ 260 ] {c235baa4-b6ab-4406-9730-7b789a360e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 9096 | 2024.11.19 01:39:45.138756 [ 260 ] {c235baa4-b6ab-4406-9730-7b789a360e1a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 9097 | 2024.11.19 01:39:45.138995 [ 260 ] {c235baa4-b6ab-4406-9730-7b789a360e1a} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9098 | 2024.11.19 01:39:45.139234 [ 260 ] {c235baa4-b6ab-4406-9730-7b789a360e1a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001554 sec., 8365.508365508365 rows/sec., 521.59 KiB/sec. | ||
| 9099 | 2024.11.19 01:39:45.139454 [ 260 ] {c235baa4-b6ab-4406-9730-7b789a360e1a} <Debug> TCPHandler: Processed in 0.001947775 sec. | ||
| 9100 | 2024.11.19 01:39:45.139634 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9101 | 2024.11.19 01:39:45.139773 [ 257 ] {d937cfa8-7d6a-4db8-9319-9666c9543c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9102 | 2024.11.19 01:39:45.139831 [ 257 ] {d937cfa8-7d6a-4db8-9319-9666c9543c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9103 | 2024.11.19 01:39:45.140583 [ 257 ] {d937cfa8-7d6a-4db8-9319-9666c9543c40} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9104 | 2024.11.19 01:39:45.140622 [ 257 ] {d937cfa8-7d6a-4db8-9319-9666c9543c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 9105 | 2024.11.19 01:39:45.140987 [ 257 ] {d937cfa8-7d6a-4db8-9319-9666c9543c40} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9106 | 2024.11.19 01:39:45.141210 [ 257 ] {d937cfa8-7d6a-4db8-9319-9666c9543c40} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9107 | 2024.11.19 01:39:45.141394 [ 257 ] {d937cfa8-7d6a-4db8-9319-9666c9543c40} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00169 sec., 250295.85798816566 rows/sec., 17.89 MiB/sec. | ||
| 9108 | 2024.11.19 01:39:45.141442 [ 257 ] {d937cfa8-7d6a-4db8-9319-9666c9543c40} <Debug> TCPHandler: Processed in 0.001928614 sec. | ||
| 9109 | 2024.11.19 01:39:45.141585 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9110 | 2024.11.19 01:39:45.141693 [ 260 ] {fa10fd18-0b74-4b8c-b92e-542a428bc77a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9111 | 2024.11.19 01:39:45.141806 [ 260 ] {fa10fd18-0b74-4b8c-b92e-542a428bc77a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9112 | 2024.11.19 01:39:45.142364 [ 260 ] {fa10fd18-0b74-4b8c-b92e-542a428bc77a} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9113 | 2024.11.19 01:39:45.142410 [ 260 ] {fa10fd18-0b74-4b8c-b92e-542a428bc77a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 9114 | 2024.11.19 01:39:45.142836 [ 260 ] {fa10fd18-0b74-4b8c-b92e-542a428bc77a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 9115 | 2024.11.19 01:39:45.143084 [ 260 ] {fa10fd18-0b74-4b8c-b92e-542a428bc77a} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9116 | 2024.11.19 01:39:45.143378 [ 260 ] {fa10fd18-0b74-4b8c-b92e-542a428bc77a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001624 sec., 3694.5812807881775 rows/sec., 193.03 KiB/sec. | ||
| 9117 | 2024.11.19 01:39:45.143602 [ 260 ] {fa10fd18-0b74-4b8c-b92e-542a428bc77a} <Debug> TCPHandler: Processed in 0.002017036 sec. | ||
| 9118 | 2024.11.19 01:39:45.143767 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9119 | 2024.11.19 01:39:45.143884 [ 257 ] {56fcd4d6-fbf8-4756-90e1-f96c74352ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9120 | 2024.11.19 01:39:45.143945 [ 257 ] {56fcd4d6-fbf8-4756-90e1-f96c74352ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9121 | 2024.11.19 01:39:45.144628 [ 257 ] {56fcd4d6-fbf8-4756-90e1-f96c74352ce9} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9122 | 2024.11.19 01:39:45.144674 [ 257 ] {56fcd4d6-fbf8-4756-90e1-f96c74352ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 9123 | 2024.11.19 01:39:45.145108 [ 257 ] {56fcd4d6-fbf8-4756-90e1-f96c74352ce9} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9124 | 2024.11.19 01:39:45.145369 [ 257 ] {56fcd4d6-fbf8-4756-90e1-f96c74352ce9} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9125 | 2024.11.19 01:39:45.145556 [ 257 ] {56fcd4d6-fbf8-4756-90e1-f96c74352ce9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001697 sec., 139658.22038892162 rows/sec., 9.36 MiB/sec. | ||
| 9126 | 2024.11.19 01:39:45.145607 [ 257 ] {56fcd4d6-fbf8-4756-90e1-f96c74352ce9} <Debug> TCPHandler: Processed in 0.001907924 sec. | ||
| 9127 | 2024.11.19 01:39:45.145750 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9128 | 2024.11.19 01:39:45.145869 [ 260 ] {fb3acad0-0e89-489c-8ed9-fb84744559e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9129 | 2024.11.19 01:39:45.145929 [ 260 ] {fb3acad0-0e89-489c-8ed9-fb84744559e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9130 | 2024.11.19 01:39:45.146477 [ 260 ] {fb3acad0-0e89-489c-8ed9-fb84744559e5} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9131 | 2024.11.19 01:39:45.146525 [ 260 ] {fb3acad0-0e89-489c-8ed9-fb84744559e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 9132 | 2024.11.19 01:39:45.146937 [ 260 ] {fb3acad0-0e89-489c-8ed9-fb84744559e5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 9133 | 2024.11.19 01:39:45.147173 [ 260 ] {fb3acad0-0e89-489c-8ed9-fb84744559e5} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9134 | 2024.11.19 01:39:45.147351 [ 260 ] {fb3acad0-0e89-489c-8ed9-fb84744559e5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001507 sec., 663.5700066357 rows/sec., 44.71 KiB/sec. | ||
| 9135 | 2024.11.19 01:39:45.147401 [ 260 ] {fb3acad0-0e89-489c-8ed9-fb84744559e5} <Debug> TCPHandler: Processed in 0.00170571 sec. | ||
| 9136 | 2024.11.19 01:39:45.147536 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9137 | 2024.11.19 01:39:45.147652 [ 257 ] {77ff44d0-c5de-46cb-b3b2-937035171ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9138 | 2024.11.19 01:39:45.147734 [ 257 ] {77ff44d0-c5de-46cb-b3b2-937035171ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9139 | 2024.11.19 01:39:45.148855 [ 257 ] {77ff44d0-c5de-46cb-b3b2-937035171ba4} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9140 | 2024.11.19 01:39:45.148896 [ 257 ] {77ff44d0-c5de-46cb-b3b2-937035171ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 9141 | 2024.11.19 01:39:45.149544 [ 257 ] {77ff44d0-c5de-46cb-b3b2-937035171ba4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9142 | 2024.11.19 01:39:45.149804 [ 257 ] {77ff44d0-c5de-46cb-b3b2-937035171ba4} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9143 | 2024.11.19 01:39:45.149995 [ 151 ] {} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 9144 | 2024.11.19 01:39:45.150060 [ 151 ] {} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9145 | 2024.11.19 01:39:45.150077 [ 257 ] {77ff44d0-c5de-46cb-b3b2-937035171ba4} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002441 sec., 16796.394920114708 rows/sec., 30.10 MiB/sec. | ||
| 9146 | 2024.11.19 01:39:45.150103 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 9147 | 2024.11.19 01:39:45.150718 [ 257 ] {77ff44d0-c5de-46cb-b3b2-937035171ba4} <Debug> TCPHandler: Processed in 0.003232247 sec. | ||
| 9148 | 2024.11.19 01:39:45.151117 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9149 | 2024.11.19 01:39:45.151119 [ 198 ] {e68409c0-e644-41c5-8e95-5de2b671da17::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 | ||
| 9150 | 2024.11.19 01:39:45.151393 [ 260 ] {5f156812-a862-4ea1-bbf9-137cad6324e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9151 | 2024.11.19 01:39:45.151537 [ 260 ] {5f156812-a862-4ea1-bbf9-137cad6324e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9152 | 2024.11.19 01:39:45.152230 [ 198 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9153 | 2024.11.19 01:39:45.152456 [ 198 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 905 rows starting from the beginning of the part | ||
| 9154 | 2024.11.19 01:39:45.153176 [ 198 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part | ||
| 9155 | 2024.11.19 01:39:45.154029 [ 198 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 41 rows starting from the beginning of the part | ||
| 9156 | 2024.11.19 01:39:45.154032 [ 260 ] {5f156812-a862-4ea1-bbf9-137cad6324e9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9157 | 2024.11.19 01:39:45.154120 [ 260 ] {5f156812-a862-4ea1-bbf9-137cad6324e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9158 | 2024.11.19 01:39:45.154671 [ 198 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part | ||
| 9159 | 2024.11.19 01:39:45.155351 [ 198 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 41 rows starting from the beginning of the part | ||
| 9160 | 2024.11.19 01:39:45.155729 [ 260 ] {5f156812-a862-4ea1-bbf9-137cad6324e9} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9161 | 2024.11.19 01:39:45.156007 [ 198 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 41 rows starting from the beginning of the part | ||
| 9162 | 2024.11.19 01:39:45.156563 [ 260 ] {5f156812-a862-4ea1-bbf9-137cad6324e9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9163 | 2024.11.19 01:39:45.157201 [ 260 ] {5f156812-a862-4ea1-bbf9-137cad6324e9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005897 sec., 13905.375614719347 rows/sec., 904.36 KiB/sec. | ||
| 9164 | 2024.11.19 01:39:45.157327 [ 260 ] {5f156812-a862-4ea1-bbf9-137cad6324e9} <Debug> TCPHandler: Processed in 0.006460466 sec. | ||
| 9165 | 2024.11.19 01:39:45.164133 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1110 rows, containing 19 columns (19 merged, 0 gathered) in 0.013769536 sec., 80612.73814891075 rows/sec., 144.45 MiB/sec. | ||
| 9166 | 2024.11.19 01:39:45.165366 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 9167 | 2024.11.19 01:39:45.165860 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_30_6} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9168 | 2024.11.19 01:39:45.165962 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_30_6} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 9169 | 2024.11.19 01:39:45.166145 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.59 MiB. | ||
| 9170 | 2024.11.19 01:39:46.000175 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.49 MiB, peak 187.01 MiB, free memory in arenas 0.00 B, will set to 180.90 MiB (RSS), difference: 2.41 MiB | ||
| 9171 | 2024.11.19 01:39:49.027123 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1344 | ||
| 9172 | 2024.11.19 01:39:49.030606 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9173 | 2024.11.19 01:39:49.030656 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9174 | 2024.11.19 01:39:49.032115 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9175 | 2024.11.19 01:39:49.032421 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9176 | 2024.11.19 01:39:49.033888 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1344 | ||
| 9177 | 2024.11.19 01:39:50.123008 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9178 | 2024.11.19 01:39:50.123208 [ 260 ] {96a6d743-876b-4fac-9442-5dee918dc810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9179 | 2024.11.19 01:39:50.123285 [ 260 ] {96a6d743-876b-4fac-9442-5dee918dc810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9180 | 2024.11.19 01:39:50.124036 [ 260 ] {96a6d743-876b-4fac-9442-5dee918dc810} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9181 | 2024.11.19 01:39:50.124091 [ 260 ] {96a6d743-876b-4fac-9442-5dee918dc810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9182 | 2024.11.19 01:39:50.124519 [ 260 ] {96a6d743-876b-4fac-9442-5dee918dc810} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 9183 | 2024.11.19 01:39:50.124779 [ 260 ] {96a6d743-876b-4fac-9442-5dee918dc810} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9184 | 2024.11.19 01:39:50.125025 [ 260 ] {96a6d743-876b-4fac-9442-5dee918dc810} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001883 sec., 5310.674455655869 rows/sec., 433.05 KiB/sec. | ||
| 9185 | 2024.11.19 01:39:50.125157 [ 260 ] {96a6d743-876b-4fac-9442-5dee918dc810} <Debug> TCPHandler: Processed in 0.002303661 sec. | ||
| 9186 | 2024.11.19 01:39:50.125470 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9187 | 2024.11.19 01:39:50.125757 [ 257 ] {299e3162-d462-43b3-92c6-917936f0866a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9188 | 2024.11.19 01:39:50.125935 [ 257 ] {299e3162-d462-43b3-92c6-917936f0866a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9189 | 2024.11.19 01:39:50.126780 [ 257 ] {299e3162-d462-43b3-92c6-917936f0866a} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9190 | 2024.11.19 01:39:50.126825 [ 257 ] {299e3162-d462-43b3-92c6-917936f0866a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9191 | 2024.11.19 01:39:50.127279 [ 257 ] {299e3162-d462-43b3-92c6-917936f0866a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9192 | 2024.11.19 01:39:50.127541 [ 257 ] {299e3162-d462-43b3-92c6-917936f0866a} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9193 | 2024.11.19 01:39:50.127679 [ 125 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9194 | 2024.11.19 01:39:50.127722 [ 125 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9195 | 2024.11.19 01:39:50.127746 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9196 | 2024.11.19 01:39:50.127752 [ 257 ] {299e3162-d462-43b3-92c6-917936f0866a} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.002019 sec., 30212.976721149083 rows/sec., 2.31 MiB/sec. | ||
| 9197 | 2024.11.19 01:39:50.127907 [ 257 ] {299e3162-d462-43b3-92c6-917936f0866a} <Debug> TCPHandler: Processed in 0.002582636 sec. | ||
| 9198 | 2024.11.19 01:39:50.128000 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9199 | 2024.11.19 01:39:50.128099 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9200 | 2024.11.19 01:39:50.128218 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9201 | 2024.11.19 01:39:50.128281 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1435 rows starting from the beginning of the part | ||
| 9202 | 2024.11.19 01:39:50.128558 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 285 rows starting from the beginning of the part | ||
| 9203 | 2024.11.19 01:39:50.128564 [ 260 ] {78cece67-3d4f-4be8-86be-43b02f73c064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9204 | 2024.11.19 01:39:50.128946 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 58 rows starting from the beginning of the part | ||
| 9205 | 2024.11.19 01:39:50.128980 [ 260 ] {78cece67-3d4f-4be8-86be-43b02f73c064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9206 | 2024.11.19 01:39:50.129341 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part | ||
| 9207 | 2024.11.19 01:39:50.129607 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 285 rows starting from the beginning of the part | ||
| 9208 | 2024.11.19 01:39:50.130005 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 61 rows starting from the beginning of the part | ||
| 9209 | 2024.11.19 01:39:50.131507 [ 260 ] {78cece67-3d4f-4be8-86be-43b02f73c064} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9210 | 2024.11.19 01:39:50.131587 [ 260 ] {78cece67-3d4f-4be8-86be-43b02f73c064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9211 | 2024.11.19 01:39:50.132634 [ 260 ] {78cece67-3d4f-4be8-86be-43b02f73c064} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9212 | 2024.11.19 01:39:50.132976 [ 260 ] {78cece67-3d4f-4be8-86be-43b02f73c064} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9213 | 2024.11.19 01:39:50.133584 [ 260 ] {78cece67-3d4f-4be8-86be-43b02f73c064} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.0052 sec., 1923.076923076923 rows/sec., 134.28 KiB/sec. | ||
| 9214 | 2024.11.19 01:39:50.133787 [ 197 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2180 rows, containing 5 columns (5 merged, 0 gathered) in 0.005924196 sec., 367982.4232689128 rows/sec., 32.46 MiB/sec. | ||
| 9215 | 2024.11.19 01:39:50.133877 [ 260 ] {78cece67-3d4f-4be8-86be-43b02f73c064} <Debug> TCPHandler: Processed in 0.005845534 sec. | ||
| 9216 | 2024.11.19 01:39:50.134204 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9217 | 2024.11.19 01:39:50.134278 [ 197 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9218 | 2024.11.19 01:39:50.134415 [ 257 ] {7b37b312-4502-4b70-a9b1-7e5efff9b3b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9219 | 2024.11.19 01:39:50.134487 [ 257 ] {7b37b312-4502-4b70-a9b1-7e5efff9b3b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9220 | 2024.11.19 01:39:50.134699 [ 197 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_86_17} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9221 | 2024.11.19 01:39:50.134844 [ 197 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_86_17} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9222 | 2024.11.19 01:39:50.134959 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 9223 | 2024.11.19 01:39:50.135340 [ 257 ] {7b37b312-4502-4b70-a9b1-7e5efff9b3b9} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9224 | 2024.11.19 01:39:50.135379 [ 257 ] {7b37b312-4502-4b70-a9b1-7e5efff9b3b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9225 | 2024.11.19 01:39:50.135755 [ 257 ] {7b37b312-4502-4b70-a9b1-7e5efff9b3b9} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9226 | 2024.11.19 01:39:50.136002 [ 257 ] {7b37b312-4502-4b70-a9b1-7e5efff9b3b9} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9227 | 2024.11.19 01:39:50.136194 [ 150 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9228 | 2024.11.19 01:39:50.136255 [ 257 ] {7b37b312-4502-4b70-a9b1-7e5efff9b3b9} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001873 sec., 39508.8093966898 rows/sec., 3.09 MiB/sec. | ||
| 9229 | 2024.11.19 01:39:50.136288 [ 150 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9230 | 2024.11.19 01:39:50.136364 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9231 | 2024.11.19 01:39:50.136384 [ 257 ] {7b37b312-4502-4b70-a9b1-7e5efff9b3b9} <Debug> TCPHandler: Processed in 0.002341442 sec. | ||
| 9232 | 2024.11.19 01:39:50.136571 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9233 | 2024.11.19 01:39:50.136604 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9234 | 2024.11.19 01:39:50.136779 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9235 | 2024.11.19 01:39:50.136838 [ 260 ] {39c8e8fc-f8fd-4844-9d9c-e5ddef40a51e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9236 | 2024.11.19 01:39:50.136857 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 915 rows starting from the beginning of the part | ||
| 9237 | 2024.11.19 01:39:50.136951 [ 260 ] {39c8e8fc-f8fd-4844-9d9c-e5ddef40a51e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9238 | 2024.11.19 01:39:50.137166 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 423 rows starting from the beginning of the part | ||
| 9239 | 2024.11.19 01:39:50.137601 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 68 rows starting from the beginning of the part | ||
| 9240 | 2024.11.19 01:39:50.137947 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part | ||
| 9241 | 2024.11.19 01:39:50.138356 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 423 rows starting from the beginning of the part | ||
| 9242 | 2024.11.19 01:39:50.138642 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 74 rows starting from the beginning of the part | ||
| 9243 | 2024.11.19 01:39:50.139927 [ 260 ] {39c8e8fc-f8fd-4844-9d9c-e5ddef40a51e} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9244 | 2024.11.19 01:39:50.139988 [ 260 ] {39c8e8fc-f8fd-4844-9d9c-e5ddef40a51e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9245 | 2024.11.19 01:39:50.141062 [ 260 ] {39c8e8fc-f8fd-4844-9d9c-e5ddef40a51e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9246 | 2024.11.19 01:39:50.141464 [ 260 ] {39c8e8fc-f8fd-4844-9d9c-e5ddef40a51e} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9247 | 2024.11.19 01:39:50.141936 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9248 | 2024.11.19 01:39:50.141958 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1967 rows, containing 5 columns (5 merged, 0 gathered) in 0.005497279 sec., 357813.3836758149 rows/sec., 27.41 MiB/sec. | ||
| 9249 | 2024.11.19 01:39:50.142052 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9250 | 2024.11.19 01:39:50.142113 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9251 | 2024.11.19 01:39:50.142162 [ 260 ] {39c8e8fc-f8fd-4844-9d9c-e5ddef40a51e} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.005379 sec., 30674.84662576687 rows/sec., 2.14 MiB/sec. | ||
| 9252 | 2024.11.19 01:39:50.142379 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9253 | 2024.11.19 01:39:50.142597 [ 260 ] {39c8e8fc-f8fd-4844-9d9c-e5ddef40a51e} <Debug> TCPHandler: Processed in 0.006101559 sec. | ||
| 9254 | 2024.11.19 01:39:50.142734 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9255 | 2024.11.19 01:39:50.142875 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9256 | 2024.11.19 01:39:50.143251 [ 257 ] {0ecd52e0-2618-45c8-843d-29fb1da3d006} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9257 | 2024.11.19 01:39:50.143289 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9258 | 2024.11.19 01:39:50.143340 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_86_17} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9259 | 2024.11.19 01:39:50.143412 [ 257 ] {0ecd52e0-2618-45c8-843d-29fb1da3d006} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9260 | 2024.11.19 01:39:50.143421 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 15506 rows starting from the beginning of the part | ||
| 9261 | 2024.11.19 01:39:50.143592 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_86_17} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9262 | 2024.11.19 01:39:50.143910 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
| 9263 | 2024.11.19 01:39:50.143981 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9264 | 2024.11.19 01:39:50.144413 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 130 rows starting from the beginning of the part | ||
| 9265 | 2024.11.19 01:39:50.144832 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
| 9266 | 2024.11.19 01:39:50.145208 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 237 rows starting from the beginning of the part | ||
| 9267 | 2024.11.19 01:39:50.145344 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 165 rows starting from the beginning of the part | ||
| 9268 | 2024.11.19 01:39:50.146231 [ 257 ] {0ecd52e0-2618-45c8-843d-29fb1da3d006} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9269 | 2024.11.19 01:39:50.146298 [ 257 ] {0ecd52e0-2618-45c8-843d-29fb1da3d006} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9270 | 2024.11.19 01:39:50.146914 [ 257 ] {0ecd52e0-2618-45c8-843d-29fb1da3d006} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9271 | 2024.11.19 01:39:50.147225 [ 257 ] {0ecd52e0-2618-45c8-843d-29fb1da3d006} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9272 | 2024.11.19 01:39:50.147538 [ 150 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9273 | 2024.11.19 01:39:50.147637 [ 150 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9274 | 2024.11.19 01:39:50.147692 [ 257 ] {0ecd52e0-2618-45c8-843d-29fb1da3d006} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00453 sec., 13245.033112582782 rows/sec., 914.05 KiB/sec. | ||
| 9275 | 2024.11.19 01:39:50.147744 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9276 | 2024.11.19 01:39:50.147950 [ 257 ] {0ecd52e0-2618-45c8-843d-29fb1da3d006} <Debug> TCPHandler: Processed in 0.005213283 sec. | ||
| 9277 | 2024.11.19 01:39:50.148344 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 9278 | 2024.11.19 01:39:50.148550 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9279 | 2024.11.19 01:39:50.148601 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4920 rows starting from the beginning of the part | ||
| 9280 | 2024.11.19 01:39:50.148759 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
| 9281 | 2024.11.19 01:39:50.148844 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 48 rows starting from the beginning of the part | ||
| 9282 | 2024.11.19 01:39:50.149063 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
| 9283 | 2024.11.19 01:39:50.149342 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 82 rows starting from the beginning of the part | ||
| 9284 | 2024.11.19 01:39:50.149846 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 9285 | 2024.11.19 01:39:50.151906 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16435 rows, containing 5 columns (5 merged, 0 gathered) in 0.009655902 sec., 1702067.8130328995 rows/sec., 116.29 MiB/sec. | ||
| 9286 | 2024.11.19 01:39:50.152185 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9287 | 2024.11.19 01:39:50.152361 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5252 rows, containing 4 columns (4 merged, 0 gathered) in 0.004315268 sec., 1217073.8874155674 rows/sec., 80.20 MiB/sec. | ||
| 9288 | 2024.11.19 01:39:50.152734 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9289 | 2024.11.19 01:39:50.152885 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9290 | 2024.11.19 01:39:50.152917 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9291 | 2024.11.19 01:39:50.153100 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.62 MiB. | ||
| 9292 | 2024.11.19 01:39:50.153395 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_86_17} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9293 | 2024.11.19 01:39:50.153489 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_86_17} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9294 | 2024.11.19 01:39:50.153594 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 9295 | 2024.11.19 01:39:55.121813 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9296 | 2024.11.19 01:39:55.122017 [ 260 ] {8442ebc5-16ca-4ca0-b696-53b0aa08b2eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9297 | 2024.11.19 01:39:55.122089 [ 260 ] {8442ebc5-16ca-4ca0-b696-53b0aa08b2eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9298 | 2024.11.19 01:39:55.122842 [ 260 ] {8442ebc5-16ca-4ca0-b696-53b0aa08b2eb} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9299 | 2024.11.19 01:39:55.122888 [ 260 ] {8442ebc5-16ca-4ca0-b696-53b0aa08b2eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9300 | 2024.11.19 01:39:55.123347 [ 260 ] {8442ebc5-16ca-4ca0-b696-53b0aa08b2eb} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9301 | 2024.11.19 01:39:55.123607 [ 260 ] {8442ebc5-16ca-4ca0-b696-53b0aa08b2eb} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9302 | 2024.11.19 01:39:55.123803 [ 260 ] {8442ebc5-16ca-4ca0-b696-53b0aa08b2eb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001841 sec., 30418.250950570342 rows/sec., 2.34 MiB/sec. | ||
| 9303 | 2024.11.19 01:39:55.123858 [ 260 ] {8442ebc5-16ca-4ca0-b696-53b0aa08b2eb} <Debug> TCPHandler: Processed in 0.002170149 sec. | ||
| 9304 | 2024.11.19 01:39:55.124089 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9305 | 2024.11.19 01:39:55.124278 [ 257 ] {24772529-6942-470f-99b4-ad23427f03e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9306 | 2024.11.19 01:39:55.124345 [ 257 ] {24772529-6942-470f-99b4-ad23427f03e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9307 | 2024.11.19 01:39:55.125109 [ 257 ] {24772529-6942-470f-99b4-ad23427f03e1} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9308 | 2024.11.19 01:39:55.125152 [ 257 ] {24772529-6942-470f-99b4-ad23427f03e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9309 | 2024.11.19 01:39:55.125588 [ 257 ] {24772529-6942-470f-99b4-ad23427f03e1} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9310 | 2024.11.19 01:39:55.125844 [ 257 ] {24772529-6942-470f-99b4-ad23427f03e1} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9311 | 2024.11.19 01:39:55.126080 [ 257 ] {24772529-6942-470f-99b4-ad23427f03e1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001852 sec., 34557.23542116631 rows/sec., 2.70 MiB/sec. | ||
| 9312 | 2024.11.19 01:39:55.126135 [ 257 ] {24772529-6942-470f-99b4-ad23427f03e1} <Debug> TCPHandler: Processed in 0.002173949 sec. | ||
| 9313 | 2024.11.19 01:39:55.126305 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9314 | 2024.11.19 01:39:55.126426 [ 260 ] {53410960-c8d6-4e3a-90a9-339902598c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9315 | 2024.11.19 01:39:55.126481 [ 260 ] {53410960-c8d6-4e3a-90a9-339902598c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9316 | 2024.11.19 01:39:55.127074 [ 260 ] {53410960-c8d6-4e3a-90a9-339902598c48} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9317 | 2024.11.19 01:39:55.127112 [ 260 ] {53410960-c8d6-4e3a-90a9-339902598c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9318 | 2024.11.19 01:39:55.127514 [ 260 ] {53410960-c8d6-4e3a-90a9-339902598c48} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9319 | 2024.11.19 01:39:55.127751 [ 260 ] {53410960-c8d6-4e3a-90a9-339902598c48} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9320 | 2024.11.19 01:39:55.127951 [ 260 ] {53410960-c8d6-4e3a-90a9-339902598c48} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00155 sec., 103225.80645161291 rows/sec., 7.19 MiB/sec. | ||
| 9321 | 2024.11.19 01:39:55.128049 [ 260 ] {53410960-c8d6-4e3a-90a9-339902598c48} <Debug> TCPHandler: Processed in 0.001809922 sec. | ||
| 9322 | 2024.11.19 01:39:55.128227 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9323 | 2024.11.19 01:39:55.128397 [ 257 ] {2113e1b6-d565-4913-89e8-7a872d561b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9324 | 2024.11.19 01:39:55.128459 [ 257 ] {2113e1b6-d565-4913-89e8-7a872d561b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9325 | 2024.11.19 01:39:55.129068 [ 257 ] {2113e1b6-d565-4913-89e8-7a872d561b69} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9326 | 2024.11.19 01:39:55.129115 [ 257 ] {2113e1b6-d565-4913-89e8-7a872d561b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9327 | 2024.11.19 01:39:55.129539 [ 257 ] {2113e1b6-d565-4913-89e8-7a872d561b69} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 9328 | 2024.11.19 01:39:55.129797 [ 257 ] {2113e1b6-d565-4913-89e8-7a872d561b69} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9329 | 2024.11.19 01:39:55.130011 [ 257 ] {2113e1b6-d565-4913-89e8-7a872d561b69} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001652 sec., 36319.61259079903 rows/sec., 2.45 MiB/sec. | ||
| 9330 | 2024.11.19 01:39:55.130060 [ 257 ] {2113e1b6-d565-4913-89e8-7a872d561b69} <Debug> TCPHandler: Processed in 0.001913104 sec. | ||
| 9331 | 2024.11.19 01:39:57.433963 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33983, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9332 | 2024.11.19 01:39:57.545262 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61735, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9333 | 2024.11.19 01:39:57.720755 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59244, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9334 | 2024.11.19 01:39:57.730191 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58367, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9335 | 2024.11.19 01:39:57.858338 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62968, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9336 | 2024.11.19 01:39:57.860930 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9337 | 2024.11.19 01:39:57.869272 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62116, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9338 | 2024.11.19 01:39:57.917686 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53572, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9339 | 2024.11.19 01:39:57.923001 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58327, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9340 | 2024.11.19 01:39:57.934328 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9341 | 2024.11.19 01:39:57.966005 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53740, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9342 | 2024.11.19 01:39:58.019491 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33644, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9343 | 2024.11.19 01:39:58.033906 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61701, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9344 | 2024.11.19 01:39:58.086562 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9345 | 2024.11.19 01:39:58.191955 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9346 | 2024.11.19 01:39:58.322578 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62299, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9347 | 2024.11.19 01:39:58.717372 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9348 | 2024.11.19 01:39:58.717436 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9349 | 2024.11.19 01:39:59.034147 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1364 | ||
| 9350 | 2024.11.19 01:39:59.036857 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9351 | 2024.11.19 01:39:59.036921 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9352 | 2024.11.19 01:39:59.038366 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9353 | 2024.11.19 01:39:59.038678 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9354 | 2024.11.19 01:39:59.040114 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1364 | ||
| 9355 | 2024.11.19 01:40:00.128825 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9356 | 2024.11.19 01:40:00.129040 [ 260 ] {65695363-d136-4031-812e-55c43c3c7a4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9357 | 2024.11.19 01:40:00.129123 [ 260 ] {65695363-d136-4031-812e-55c43c3c7a4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9358 | 2024.11.19 01:40:00.129914 [ 260 ] {65695363-d136-4031-812e-55c43c3c7a4c} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9359 | 2024.11.19 01:40:00.129963 [ 260 ] {65695363-d136-4031-812e-55c43c3c7a4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9360 | 2024.11.19 01:40:00.130400 [ 260 ] {65695363-d136-4031-812e-55c43c3c7a4c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9361 | 2024.11.19 01:40:00.130657 [ 260 ] {65695363-d136-4031-812e-55c43c3c7a4c} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9362 | 2024.11.19 01:40:00.130903 [ 260 ] {65695363-d136-4031-812e-55c43c3c7a4c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001914 sec., 7314.524555903867 rows/sec., 526.55 KiB/sec. | ||
| 9363 | 2024.11.19 01:40:00.131008 [ 260 ] {65695363-d136-4031-812e-55c43c3c7a4c} <Debug> TCPHandler: Processed in 0.002317721 sec. | ||
| 9364 | 2024.11.19 01:40:00.131305 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9365 | 2024.11.19 01:40:00.131508 [ 257 ] {b9882d5c-3ffb-442d-a288-eed3587537b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9366 | 2024.11.19 01:40:00.131578 [ 257 ] {b9882d5c-3ffb-442d-a288-eed3587537b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9367 | 2024.11.19 01:40:00.132441 [ 257 ] {b9882d5c-3ffb-442d-a288-eed3587537b7} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9368 | 2024.11.19 01:40:00.132485 [ 257 ] {b9882d5c-3ffb-442d-a288-eed3587537b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9369 | 2024.11.19 01:40:00.132943 [ 257 ] {b9882d5c-3ffb-442d-a288-eed3587537b7} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9370 | 2024.11.19 01:40:00.133201 [ 257 ] {b9882d5c-3ffb-442d-a288-eed3587537b7} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9371 | 2024.11.19 01:40:00.133431 [ 257 ] {b9882d5c-3ffb-442d-a288-eed3587537b7} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001977 sec., 144157.8148710167 rows/sec., 12.74 MiB/sec. | ||
| 9372 | 2024.11.19 01:40:00.133487 [ 257 ] {b9882d5c-3ffb-442d-a288-eed3587537b7} <Debug> TCPHandler: Processed in 0.002337732 sec. | ||
| 9373 | 2024.11.19 01:40:00.133704 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9374 | 2024.11.19 01:40:00.133931 [ 260 ] {956a91c4-2562-4f6d-b95a-560d4e8cc095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9375 | 2024.11.19 01:40:00.134033 [ 260 ] {956a91c4-2562-4f6d-b95a-560d4e8cc095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9376 | 2024.11.19 01:40:00.134843 [ 260 ] {956a91c4-2562-4f6d-b95a-560d4e8cc095} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9377 | 2024.11.19 01:40:00.134883 [ 260 ] {956a91c4-2562-4f6d-b95a-560d4e8cc095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9378 | 2024.11.19 01:40:00.135280 [ 260 ] {956a91c4-2562-4f6d-b95a-560d4e8cc095} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9379 | 2024.11.19 01:40:00.135531 [ 260 ] {956a91c4-2562-4f6d-b95a-560d4e8cc095} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9380 | 2024.11.19 01:40:00.135704 [ 144 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9381 | 2024.11.19 01:40:00.135766 [ 260 ] {956a91c4-2562-4f6d-b95a-560d4e8cc095} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001881 sec., 25518.34130781499 rows/sec., 1.84 MiB/sec. | ||
| 9382 | 2024.11.19 01:40:00.135793 [ 144 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9383 | 2024.11.19 01:40:00.135872 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9384 | 2024.11.19 01:40:00.135880 [ 260 ] {956a91c4-2562-4f6d-b95a-560d4e8cc095} <Debug> TCPHandler: Processed in 0.002282561 sec. | ||
| 9385 | 2024.11.19 01:40:00.136167 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9386 | 2024.11.19 01:40:00.136171 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::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 | ||
| 9387 | 2024.11.19 01:40:00.136637 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9388 | 2024.11.19 01:40:00.136631 [ 257 ] {5cb45d6b-e2eb-4a1e-8a38-a078a707ac55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9389 | 2024.11.19 01:40:00.136754 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 66 rows starting from the beginning of the part | ||
| 9390 | 2024.11.19 01:40:00.136847 [ 257 ] {5cb45d6b-e2eb-4a1e-8a38-a078a707ac55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9391 | 2024.11.19 01:40:00.137210 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 48 rows starting from the beginning of the part | ||
| 9392 | 2024.11.19 01:40:00.137626 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 4 rows starting from the beginning of the part | ||
| 9393 | 2024.11.19 01:40:00.138075 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 48 rows starting from the beginning of the part | ||
| 9394 | 2024.11.19 01:40:00.138539 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 10 rows starting from the beginning of the part | ||
| 9395 | 2024.11.19 01:40:00.138954 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 48 rows starting from the beginning of the part | ||
| 9396 | 2024.11.19 01:40:00.141559 [ 257 ] {5cb45d6b-e2eb-4a1e-8a38-a078a707ac55} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9397 | 2024.11.19 01:40:00.141697 [ 257 ] {5cb45d6b-e2eb-4a1e-8a38-a078a707ac55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9398 | 2024.11.19 01:40:00.142791 [ 257 ] {5cb45d6b-e2eb-4a1e-8a38-a078a707ac55} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9399 | 2024.11.19 01:40:00.142949 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 224 rows, containing 5 columns (5 merged, 0 gathered) in 0.006975975 sec., 32110.20681696824 rows/sec., 2.42 MiB/sec. | ||
| 9400 | 2024.11.19 01:40:00.143226 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9401 | 2024.11.19 01:40:00.143238 [ 257 ] {5cb45d6b-e2eb-4a1e-8a38-a078a707ac55} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9402 | 2024.11.19 01:40:00.143922 [ 257 ] {5cb45d6b-e2eb-4a1e-8a38-a078a707ac55} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007468 sec., 1874.6652383502947 rows/sec., 131.29 KiB/sec. | ||
| 9403 | 2024.11.19 01:40:00.144014 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_56_11} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9404 | 2024.11.19 01:40:00.144328 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_56_11} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9405 | 2024.11.19 01:40:00.144434 [ 257 ] {5cb45d6b-e2eb-4a1e-8a38-a078a707ac55} <Debug> TCPHandler: Processed in 0.008447751 sec. | ||
| 9406 | 2024.11.19 01:40:00.144550 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 9407 | 2024.11.19 01:40:00.144695 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9408 | 2024.11.19 01:40:00.144824 [ 260 ] {19d93d64-5805-4e0b-ac95-a8493850fbaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9409 | 2024.11.19 01:40:00.144873 [ 260 ] {19d93d64-5805-4e0b-ac95-a8493850fbaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9410 | 2024.11.19 01:40:00.145488 [ 260 ] {19d93d64-5805-4e0b-ac95-a8493850fbaf} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9411 | 2024.11.19 01:40:00.145535 [ 260 ] {19d93d64-5805-4e0b-ac95-a8493850fbaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9412 | 2024.11.19 01:40:00.145943 [ 260 ] {19d93d64-5805-4e0b-ac95-a8493850fbaf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9413 | 2024.11.19 01:40:00.146205 [ 260 ] {19d93d64-5805-4e0b-ac95-a8493850fbaf} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9414 | 2024.11.19 01:40:00.146439 [ 260 ] {19d93d64-5805-4e0b-ac95-a8493850fbaf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001638 sec., 7936.507936507937 rows/sec., 494.84 KiB/sec. | ||
| 9415 | 2024.11.19 01:40:00.146569 [ 260 ] {19d93d64-5805-4e0b-ac95-a8493850fbaf} <Debug> TCPHandler: Processed in 0.001984045 sec. | ||
| 9416 | 2024.11.19 01:40:00.146738 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9417 | 2024.11.19 01:40:00.146855 [ 257 ] {4ad5d88b-b662-4430-8679-def18438d194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9418 | 2024.11.19 01:40:00.146902 [ 257 ] {4ad5d88b-b662-4430-8679-def18438d194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9419 | 2024.11.19 01:40:00.147657 [ 257 ] {4ad5d88b-b662-4430-8679-def18438d194} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9420 | 2024.11.19 01:40:00.147698 [ 257 ] {4ad5d88b-b662-4430-8679-def18438d194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9421 | 2024.11.19 01:40:00.148088 [ 257 ] {4ad5d88b-b662-4430-8679-def18438d194} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9422 | 2024.11.19 01:40:00.148328 [ 257 ] {4ad5d88b-b662-4430-8679-def18438d194} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9423 | 2024.11.19 01:40:00.148530 [ 257 ] {4ad5d88b-b662-4430-8679-def18438d194} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001698 sec., 249116.60777385157 rows/sec., 17.81 MiB/sec. | ||
| 9424 | 2024.11.19 01:40:00.148579 [ 257 ] {4ad5d88b-b662-4430-8679-def18438d194} <Debug> TCPHandler: Processed in 0.001899434 sec. | ||
| 9425 | 2024.11.19 01:40:00.148777 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9426 | 2024.11.19 01:40:00.148918 [ 260 ] {e172c045-f74b-4003-8988-36d9cde921ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9427 | 2024.11.19 01:40:00.148979 [ 260 ] {e172c045-f74b-4003-8988-36d9cde921ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9428 | 2024.11.19 01:40:00.149539 [ 260 ] {e172c045-f74b-4003-8988-36d9cde921ef} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9429 | 2024.11.19 01:40:00.149578 [ 260 ] {e172c045-f74b-4003-8988-36d9cde921ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9430 | 2024.11.19 01:40:00.149978 [ 260 ] {e172c045-f74b-4003-8988-36d9cde921ef} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9431 | 2024.11.19 01:40:00.150233 [ 260 ] {e172c045-f74b-4003-8988-36d9cde921ef} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9432 | 2024.11.19 01:40:00.150462 [ 260 ] {e172c045-f74b-4003-8988-36d9cde921ef} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001572 sec., 3816.793893129771 rows/sec., 199.41 KiB/sec. | ||
| 9433 | 2024.11.19 01:40:00.150651 [ 260 ] {e172c045-f74b-4003-8988-36d9cde921ef} <Debug> TCPHandler: Processed in 0.001966105 sec. | ||
| 9434 | 2024.11.19 01:40:00.150853 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9435 | 2024.11.19 01:40:00.150994 [ 257 ] {4784873f-9458-4a8b-b064-9b16a3ffdc34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9436 | 2024.11.19 01:40:00.151056 [ 257 ] {4784873f-9458-4a8b-b064-9b16a3ffdc34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9437 | 2024.11.19 01:40:00.151695 [ 257 ] {4784873f-9458-4a8b-b064-9b16a3ffdc34} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9438 | 2024.11.19 01:40:00.151733 [ 257 ] {4784873f-9458-4a8b-b064-9b16a3ffdc34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9439 | 2024.11.19 01:40:00.152128 [ 257 ] {4784873f-9458-4a8b-b064-9b16a3ffdc34} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9440 | 2024.11.19 01:40:00.152363 [ 257 ] {4784873f-9458-4a8b-b064-9b16a3ffdc34} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9441 | 2024.11.19 01:40:00.152571 [ 257 ] {4784873f-9458-4a8b-b064-9b16a3ffdc34} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001608 sec., 147388.05970149254 rows/sec., 9.88 MiB/sec. | ||
| 9442 | 2024.11.19 01:40:00.152620 [ 257 ] {4784873f-9458-4a8b-b064-9b16a3ffdc34} <Debug> TCPHandler: Processed in 0.001836913 sec. | ||
| 9443 | 2024.11.19 01:40:00.152765 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9444 | 2024.11.19 01:40:00.152884 [ 260 ] {a065dfc4-d4f0-439b-bad2-7a87ba93c07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9445 | 2024.11.19 01:40:00.152937 [ 260 ] {a065dfc4-d4f0-439b-bad2-7a87ba93c07c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9446 | 2024.11.19 01:40:00.153407 [ 260 ] {a065dfc4-d4f0-439b-bad2-7a87ba93c07c} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9447 | 2024.11.19 01:40:00.153446 [ 260 ] {a065dfc4-d4f0-439b-bad2-7a87ba93c07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9448 | 2024.11.19 01:40:00.153807 [ 260 ] {a065dfc4-d4f0-439b-bad2-7a87ba93c07c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9449 | 2024.11.19 01:40:00.154047 [ 260 ] {a065dfc4-d4f0-439b-bad2-7a87ba93c07c} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9450 | 2024.11.19 01:40:00.154311 [ 260 ] {a065dfc4-d4f0-439b-bad2-7a87ba93c07c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001436 sec., 696.3788300835655 rows/sec., 46.92 KiB/sec. | ||
| 9451 | 2024.11.19 01:40:00.154516 [ 260 ] {a065dfc4-d4f0-439b-bad2-7a87ba93c07c} <Debug> TCPHandler: Processed in 0.001800973 sec. | ||
| 9452 | 2024.11.19 01:40:00.154690 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9453 | 2024.11.19 01:40:00.154828 [ 257 ] {0c517f88-fd69-46d1-b27d-7090c1c58946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9454 | 2024.11.19 01:40:00.154922 [ 257 ] {0c517f88-fd69-46d1-b27d-7090c1c58946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9455 | 2024.11.19 01:40:00.156186 [ 257 ] {0c517f88-fd69-46d1-b27d-7090c1c58946} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9456 | 2024.11.19 01:40:00.156224 [ 257 ] {0c517f88-fd69-46d1-b27d-7090c1c58946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9457 | 2024.11.19 01:40:00.156868 [ 257 ] {0c517f88-fd69-46d1-b27d-7090c1c58946} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9458 | 2024.11.19 01:40:00.157133 [ 257 ] {0c517f88-fd69-46d1-b27d-7090c1c58946} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9459 | 2024.11.19 01:40:00.157366 [ 257 ] {0c517f88-fd69-46d1-b27d-7090c1c58946} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002568 sec., 15965.732087227414 rows/sec., 28.61 MiB/sec. | ||
| 9460 | 2024.11.19 01:40:00.157454 [ 257 ] {0c517f88-fd69-46d1-b27d-7090c1c58946} <Debug> TCPHandler: Processed in 0.002831621 sec. | ||
| 9461 | 2024.11.19 01:40:00.157662 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9462 | 2024.11.19 01:40:00.157890 [ 260 ] {a6bc1017-2db7-4709-84e8-35376d48de5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9463 | 2024.11.19 01:40:00.157986 [ 260 ] {a6bc1017-2db7-4709-84e8-35376d48de5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9464 | 2024.11.19 01:40:00.158725 [ 260 ] {a6bc1017-2db7-4709-84e8-35376d48de5c} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9465 | 2024.11.19 01:40:00.158766 [ 260 ] {a6bc1017-2db7-4709-84e8-35376d48de5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9466 | 2024.11.19 01:40:00.159160 [ 260 ] {a6bc1017-2db7-4709-84e8-35376d48de5c} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 9467 | 2024.11.19 01:40:00.159399 [ 260 ] {a6bc1017-2db7-4709-84e8-35376d48de5c} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9468 | 2024.11.19 01:40:00.159618 [ 260 ] {a6bc1017-2db7-4709-84e8-35376d48de5c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001784 sec., 45964.125560538116 rows/sec., 2.92 MiB/sec. | ||
| 9469 | 2024.11.19 01:40:00.159718 [ 260 ] {a6bc1017-2db7-4709-84e8-35376d48de5c} <Debug> TCPHandler: Processed in 0.002163699 sec. | ||
| 9470 | 2024.11.19 01:40:01.908203 [ 140 ] {} <Debug> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 9471 | 2024.11.19 01:40:01.908287 [ 140 ] {} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9472 | 2024.11.19 01:40:01.908315 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9473 | 2024.11.19 01:40:01.908549 [ 187 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 9474 | 2024.11.19 01:40:01.908837 [ 187 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9475 | 2024.11.19 01:40:01.908903 [ 187 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part | ||
| 9476 | 2024.11.19 01:40:01.909067 [ 187 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
| 9477 | 2024.11.19 01:40:01.909295 [ 187 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 9478 | 2024.11.19 01:40:01.909541 [ 187 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 9479 | 2024.11.19 01:40:01.909672 [ 187 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part | ||
| 9480 | 2024.11.19 01:40:01.910743 [ 186 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002327992 sec., 15463.970666565863 rows/sec., 1.29 MiB/sec. | ||
| 9481 | 2024.11.19 01:40:01.911006 [ 186 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 9482 | 2024.11.19 01:40:01.911520 [ 186 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_25_6} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9483 | 2024.11.19 01:40:01.911642 [ 186 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_25_6} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 9484 | 2024.11.19 01:40:01.911749 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9485 | 2024.11.19 01:40:02.190839 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34864, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9486 | 2024.11.19 01:40:02.474270 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35739, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9487 | 2024.11.19 01:40:02.530776 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9488 | 2024.11.19 01:40:02.548224 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37473, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9489 | 2024.11.19 01:40:02.791222 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58995, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9490 | 2024.11.19 01:40:02.808663 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55040, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9491 | 2024.11.19 01:40:02.834997 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9492 | 2024.11.19 01:40:02.902706 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9493 | 2024.11.19 01:40:03.421531 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39616, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9494 | 2024.11.19 01:40:03.856084 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9495 | 2024.11.19 01:40:03.945505 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51957, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9496 | 2024.11.19 01:40:04.052265 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40592, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9497 | 2024.11.19 01:40:04.107477 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:51953, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9498 | 2024.11.19 01:40:04.109725 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65437, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9499 | 2024.11.19 01:40:04.113966 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61133, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9500 | 2024.11.19 01:40:04.155422 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49220, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9501 | 2024.11.19 01:40:05.120559 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9502 | 2024.11.19 01:40:05.120776 [ 260 ] {7612592f-6cea-48fb-a08c-32eb647b8dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9503 | 2024.11.19 01:40:05.120858 [ 260 ] {7612592f-6cea-48fb-a08c-32eb647b8dad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9504 | 2024.11.19 01:40:05.121694 [ 260 ] {7612592f-6cea-48fb-a08c-32eb647b8dad} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9505 | 2024.11.19 01:40:05.121744 [ 260 ] {7612592f-6cea-48fb-a08c-32eb647b8dad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9506 | 2024.11.19 01:40:05.122150 [ 260 ] {7612592f-6cea-48fb-a08c-32eb647b8dad} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 9507 | 2024.11.19 01:40:05.122408 [ 260 ] {7612592f-6cea-48fb-a08c-32eb647b8dad} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9508 | 2024.11.19 01:40:05.122660 [ 260 ] {7612592f-6cea-48fb-a08c-32eb647b8dad} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001936 sec., 1033.0578512396694 rows/sec., 84.24 KiB/sec. | ||
| 9509 | 2024.11.19 01:40:05.122751 [ 260 ] {7612592f-6cea-48fb-a08c-32eb647b8dad} <Debug> TCPHandler: Processed in 0.002332232 sec. | ||
| 9510 | 2024.11.19 01:40:05.123042 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9511 | 2024.11.19 01:40:05.123250 [ 257 ] {ff786f7e-0089-41ae-883c-163b495af08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9512 | 2024.11.19 01:40:05.123329 [ 257 ] {ff786f7e-0089-41ae-883c-163b495af08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9513 | 2024.11.19 01:40:05.124109 [ 257 ] {ff786f7e-0089-41ae-883c-163b495af08d} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9514 | 2024.11.19 01:40:05.124151 [ 257 ] {ff786f7e-0089-41ae-883c-163b495af08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9515 | 2024.11.19 01:40:05.124579 [ 257 ] {ff786f7e-0089-41ae-883c-163b495af08d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9516 | 2024.11.19 01:40:05.124837 [ 257 ] {ff786f7e-0089-41ae-883c-163b495af08d} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9517 | 2024.11.19 01:40:05.125074 [ 257 ] {ff786f7e-0089-41ae-883c-163b495af08d} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.00188 sec., 30319.148936170215 rows/sec., 2.33 MiB/sec. | ||
| 9518 | 2024.11.19 01:40:05.125132 [ 257 ] {ff786f7e-0089-41ae-883c-163b495af08d} <Debug> TCPHandler: Processed in 0.00225495 sec. | ||
| 9519 | 2024.11.19 01:40:05.125287 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9520 | 2024.11.19 01:40:05.125424 [ 260 ] {824898ab-31a0-4b8b-ab0c-84d290599bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9521 | 2024.11.19 01:40:05.125480 [ 260 ] {824898ab-31a0-4b8b-ab0c-84d290599bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9522 | 2024.11.19 01:40:05.126076 [ 260 ] {824898ab-31a0-4b8b-ab0c-84d290599bb8} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9523 | 2024.11.19 01:40:05.126115 [ 260 ] {824898ab-31a0-4b8b-ab0c-84d290599bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9524 | 2024.11.19 01:40:05.126456 [ 260 ] {824898ab-31a0-4b8b-ab0c-84d290599bb8} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9525 | 2024.11.19 01:40:05.126688 [ 260 ] {824898ab-31a0-4b8b-ab0c-84d290599bb8} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9526 | 2024.11.19 01:40:05.126884 [ 260 ] {824898ab-31a0-4b8b-ab0c-84d290599bb8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001492 sec., 1340.4825737265414 rows/sec., 93.60 KiB/sec. | ||
| 9527 | 2024.11.19 01:40:05.126935 [ 260 ] {824898ab-31a0-4b8b-ab0c-84d290599bb8} <Debug> TCPHandler: Processed in 0.001716881 sec. | ||
| 9528 | 2024.11.19 01:40:05.127096 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9529 | 2024.11.19 01:40:05.127220 [ 257 ] {b3da7c08-e30b-4ace-9cbe-6dd8f297442c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9530 | 2024.11.19 01:40:05.127271 [ 257 ] {b3da7c08-e30b-4ace-9cbe-6dd8f297442c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9531 | 2024.11.19 01:40:05.127877 [ 257 ] {b3da7c08-e30b-4ace-9cbe-6dd8f297442c} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9532 | 2024.11.19 01:40:05.127917 [ 257 ] {b3da7c08-e30b-4ace-9cbe-6dd8f297442c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9533 | 2024.11.19 01:40:05.128293 [ 257 ] {b3da7c08-e30b-4ace-9cbe-6dd8f297442c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9534 | 2024.11.19 01:40:05.128531 [ 257 ] {b3da7c08-e30b-4ace-9cbe-6dd8f297442c} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9535 | 2024.11.19 01:40:05.128738 [ 257 ] {b3da7c08-e30b-4ace-9cbe-6dd8f297442c} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001547 sec., 42663.21913380737 rows/sec., 3.33 MiB/sec. | ||
| 9536 | 2024.11.19 01:40:05.128789 [ 257 ] {b3da7c08-e30b-4ace-9cbe-6dd8f297442c} <Debug> TCPHandler: Processed in 0.001753032 sec. | ||
| 9537 | 2024.11.19 01:40:05.128932 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9538 | 2024.11.19 01:40:05.129070 [ 260 ] {25fbdb43-7e8f-4659-a7e4-f23c20d693de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9539 | 2024.11.19 01:40:05.129133 [ 260 ] {25fbdb43-7e8f-4659-a7e4-f23c20d693de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9540 | 2024.11.19 01:40:05.129762 [ 260 ] {25fbdb43-7e8f-4659-a7e4-f23c20d693de} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9541 | 2024.11.19 01:40:05.129801 [ 260 ] {25fbdb43-7e8f-4659-a7e4-f23c20d693de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9542 | 2024.11.19 01:40:05.130178 [ 260 ] {25fbdb43-7e8f-4659-a7e4-f23c20d693de} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9543 | 2024.11.19 01:40:05.130410 [ 260 ] {25fbdb43-7e8f-4659-a7e4-f23c20d693de} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9544 | 2024.11.19 01:40:05.130612 [ 260 ] {25fbdb43-7e8f-4659-a7e4-f23c20d693de} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001574 sec., 81956.79796696315 rows/sec., 5.71 MiB/sec. | ||
| 9545 | 2024.11.19 01:40:05.130660 [ 260 ] {25fbdb43-7e8f-4659-a7e4-f23c20d693de} <Debug> TCPHandler: Processed in 0.001792252 sec. | ||
| 9546 | 2024.11.19 01:40:05.130814 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9547 | 2024.11.19 01:40:05.131043 [ 257 ] {2c19c04c-fd0c-4598-8af7-c9c19a6c1bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9548 | 2024.11.19 01:40:05.131104 [ 257 ] {2c19c04c-fd0c-4598-8af7-c9c19a6c1bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9549 | 2024.11.19 01:40:05.131679 [ 257 ] {2c19c04c-fd0c-4598-8af7-c9c19a6c1bbf} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9550 | 2024.11.19 01:40:05.131717 [ 257 ] {2c19c04c-fd0c-4598-8af7-c9c19a6c1bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9551 | 2024.11.19 01:40:05.132088 [ 257 ] {2c19c04c-fd0c-4598-8af7-c9c19a6c1bbf} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 9552 | 2024.11.19 01:40:05.132329 [ 257 ] {2c19c04c-fd0c-4598-8af7-c9c19a6c1bbf} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9553 | 2024.11.19 01:40:05.132527 [ 257 ] {2c19c04c-fd0c-4598-8af7-c9c19a6c1bbf} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001516 sec., 31662.2691292876 rows/sec., 2.13 MiB/sec. | ||
| 9554 | 2024.11.19 01:40:05.132575 [ 257 ] {2c19c04c-fd0c-4598-8af7-c9c19a6c1bbf} <Debug> TCPHandler: Processed in 0.001828473 sec. | ||
| 9555 | 2024.11.19 01:40:09.040390 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1398 | ||
| 9556 | 2024.11.19 01:40:09.043568 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9557 | 2024.11.19 01:40:09.043629 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9558 | 2024.11.19 01:40:09.045047 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9559 | 2024.11.19 01:40:09.045370 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9560 | 2024.11.19 01:40:09.046020 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1398 | ||
| 9561 | 2024.11.19 01:40:10.122072 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9562 | 2024.11.19 01:40:10.122285 [ 260 ] {57ded913-706a-4160-8ab1-75bbd9b9ddf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9563 | 2024.11.19 01:40:10.122366 [ 260 ] {57ded913-706a-4160-8ab1-75bbd9b9ddf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9564 | 2024.11.19 01:40:10.123180 [ 260 ] {57ded913-706a-4160-8ab1-75bbd9b9ddf9} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9565 | 2024.11.19 01:40:10.123221 [ 260 ] {57ded913-706a-4160-8ab1-75bbd9b9ddf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9566 | 2024.11.19 01:40:10.123692 [ 260 ] {57ded913-706a-4160-8ab1-75bbd9b9ddf9} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9567 | 2024.11.19 01:40:10.123958 [ 260 ] {57ded913-706a-4160-8ab1-75bbd9b9ddf9} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9568 | 2024.11.19 01:40:10.124155 [ 260 ] {57ded913-706a-4160-8ab1-75bbd9b9ddf9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.23 MiB/sec. | ||
| 9569 | 2024.11.19 01:40:10.124210 [ 260 ] {57ded913-706a-4160-8ab1-75bbd9b9ddf9} <Debug> TCPHandler: Processed in 0.002291111 sec. | ||
| 9570 | 2024.11.19 01:40:10.124442 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9571 | 2024.11.19 01:40:10.124627 [ 257 ] {98e9a013-02c6-4ee8-9e81-2b77a757d8da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9572 | 2024.11.19 01:40:10.124695 [ 257 ] {98e9a013-02c6-4ee8-9e81-2b77a757d8da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9573 | 2024.11.19 01:40:10.125461 [ 257 ] {98e9a013-02c6-4ee8-9e81-2b77a757d8da} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9574 | 2024.11.19 01:40:10.125506 [ 257 ] {98e9a013-02c6-4ee8-9e81-2b77a757d8da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9575 | 2024.11.19 01:40:10.125963 [ 257 ] {98e9a013-02c6-4ee8-9e81-2b77a757d8da} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9576 | 2024.11.19 01:40:10.126228 [ 257 ] {98e9a013-02c6-4ee8-9e81-2b77a757d8da} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9577 | 2024.11.19 01:40:10.126466 [ 257 ] {98e9a013-02c6-4ee8-9e81-2b77a757d8da} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001891 sec., 33844.52670544685 rows/sec., 2.64 MiB/sec. | ||
| 9578 | 2024.11.19 01:40:10.126523 [ 257 ] {98e9a013-02c6-4ee8-9e81-2b77a757d8da} <Debug> TCPHandler: Processed in 0.00221153 sec. | ||
| 9579 | 2024.11.19 01:40:10.126754 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9580 | 2024.11.19 01:40:10.126895 [ 260 ] {60859435-77c3-420c-af70-a84f3e9865ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9581 | 2024.11.19 01:40:10.126958 [ 260 ] {60859435-77c3-420c-af70-a84f3e9865ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9582 | 2024.11.19 01:40:10.127636 [ 260 ] {60859435-77c3-420c-af70-a84f3e9865ca} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9583 | 2024.11.19 01:40:10.127681 [ 260 ] {60859435-77c3-420c-af70-a84f3e9865ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9584 | 2024.11.19 01:40:10.128118 [ 260 ] {60859435-77c3-420c-af70-a84f3e9865ca} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9585 | 2024.11.19 01:40:10.128362 [ 260 ] {60859435-77c3-420c-af70-a84f3e9865ca} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9586 | 2024.11.19 01:40:10.128541 [ 260 ] {60859435-77c3-420c-af70-a84f3e9865ca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001679 sec., 95294.81834425253 rows/sec., 6.64 MiB/sec. | ||
| 9587 | 2024.11.19 01:40:10.128590 [ 260 ] {60859435-77c3-420c-af70-a84f3e9865ca} <Debug> TCPHandler: Processed in 0.001902374 sec. | ||
| 9588 | 2024.11.19 01:40:10.128745 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9589 | 2024.11.19 01:40:10.128865 [ 257 ] {42db2f9f-c40d-4b14-a766-00095641eddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9590 | 2024.11.19 01:40:10.128958 [ 257 ] {42db2f9f-c40d-4b14-a766-00095641eddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9591 | 2024.11.19 01:40:10.129855 [ 257 ] {42db2f9f-c40d-4b14-a766-00095641eddc} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9592 | 2024.11.19 01:40:10.129927 [ 257 ] {42db2f9f-c40d-4b14-a766-00095641eddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 9593 | 2024.11.19 01:40:10.130309 [ 257 ] {42db2f9f-c40d-4b14-a766-00095641eddc} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 9594 | 2024.11.19 01:40:10.130555 [ 257 ] {42db2f9f-c40d-4b14-a766-00095641eddc} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9595 | 2024.11.19 01:40:10.130772 [ 257 ] {42db2f9f-c40d-4b14-a766-00095641eddc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001934 sec., 31023.784901758016 rows/sec., 2.09 MiB/sec. | ||
| 9596 | 2024.11.19 01:40:10.130820 [ 257 ] {42db2f9f-c40d-4b14-a766-00095641eddc} <Debug> TCPHandler: Processed in 0.002135649 sec. | ||
| 9597 | 2024.11.19 01:40:13.717707 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9598 | 2024.11.19 01:40:13.717791 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9599 | 2024.11.19 01:40:15.128419 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9600 | 2024.11.19 01:40:15.128602 [ 260 ] {9096ac8e-7445-4fb4-ba48-f026424d59af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9601 | 2024.11.19 01:40:15.128674 [ 260 ] {9096ac8e-7445-4fb4-ba48-f026424d59af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9602 | 2024.11.19 01:40:15.129475 [ 260 ] {9096ac8e-7445-4fb4-ba48-f026424d59af} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9603 | 2024.11.19 01:40:15.129530 [ 260 ] {9096ac8e-7445-4fb4-ba48-f026424d59af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9604 | 2024.11.19 01:40:15.129977 [ 260 ] {9096ac8e-7445-4fb4-ba48-f026424d59af} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9605 | 2024.11.19 01:40:15.130235 [ 260 ] {9096ac8e-7445-4fb4-ba48-f026424d59af} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9606 | 2024.11.19 01:40:15.130483 [ 260 ] {9096ac8e-7445-4fb4-ba48-f026424d59af} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001904 sec., 7352.941176470588 rows/sec., 529.31 KiB/sec. | ||
| 9607 | 2024.11.19 01:40:15.130550 [ 260 ] {9096ac8e-7445-4fb4-ba48-f026424d59af} <Debug> TCPHandler: Processed in 0.00224227 sec. | ||
| 9608 | 2024.11.19 01:40:15.130809 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9609 | 2024.11.19 01:40:15.131020 [ 257 ] {2c93fb14-5cf3-49ea-aff2-9fce0e98c7df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9610 | 2024.11.19 01:40:15.131096 [ 257 ] {2c93fb14-5cf3-49ea-aff2-9fce0e98c7df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9611 | 2024.11.19 01:40:15.131986 [ 257 ] {2c93fb14-5cf3-49ea-aff2-9fce0e98c7df} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9612 | 2024.11.19 01:40:15.132027 [ 257 ] {2c93fb14-5cf3-49ea-aff2-9fce0e98c7df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9613 | 2024.11.19 01:40:15.132477 [ 257 ] {2c93fb14-5cf3-49ea-aff2-9fce0e98c7df} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9614 | 2024.11.19 01:40:15.132727 [ 257 ] {2c93fb14-5cf3-49ea-aff2-9fce0e98c7df} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9615 | 2024.11.19 01:40:15.132873 [ 129 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9616 | 2024.11.19 01:40:15.132924 [ 129 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9617 | 2024.11.19 01:40:15.132930 [ 257 ] {2c93fb14-5cf3-49ea-aff2-9fce0e98c7df} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001968 sec., 144817.0731707317 rows/sec., 12.80 MiB/sec. | ||
| 9618 | 2024.11.19 01:40:15.132953 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9619 | 2024.11.19 01:40:15.133007 [ 257 ] {2c93fb14-5cf3-49ea-aff2-9fce0e98c7df} <Debug> TCPHandler: Processed in 0.002333982 sec. | ||
| 9620 | 2024.11.19 01:40:15.133224 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 9621 | 2024.11.19 01:40:15.133237 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9622 | 2024.11.19 01:40:15.133527 [ 260 ] {a239b366-4fc1-442f-85a8-ec2353779541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9623 | 2024.11.19 01:40:15.133543 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9624 | 2024.11.19 01:40:15.133634 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1435 rows starting from the beginning of the part | ||
| 9625 | 2024.11.19 01:40:15.133640 [ 260 ] {a239b366-4fc1-442f-85a8-ec2353779541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9626 | 2024.11.19 01:40:15.133993 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part | ||
| 9627 | 2024.11.19 01:40:15.134295 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 285 rows starting from the beginning of the part | ||
| 9628 | 2024.11.19 01:40:15.134706 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 57 rows starting from the beginning of the part | ||
| 9629 | 2024.11.19 01:40:15.135055 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part | ||
| 9630 | 2024.11.19 01:40:15.135461 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 285 rows starting from the beginning of the part | ||
| 9631 | 2024.11.19 01:40:15.136411 [ 260 ] {a239b366-4fc1-442f-85a8-ec2353779541} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9632 | 2024.11.19 01:40:15.136487 [ 260 ] {a239b366-4fc1-442f-85a8-ec2353779541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9633 | 2024.11.19 01:40:15.137403 [ 260 ] {a239b366-4fc1-442f-85a8-ec2353779541} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9634 | 2024.11.19 01:40:15.137830 [ 260 ] {a239b366-4fc1-442f-85a8-ec2353779541} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9635 | 2024.11.19 01:40:15.138316 [ 260 ] {a239b366-4fc1-442f-85a8-ec2353779541} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.004871 sec., 9854.239375898173 rows/sec., 726.56 KiB/sec. | ||
| 9636 | 2024.11.19 01:40:15.138728 [ 260 ] {a239b366-4fc1-442f-85a8-ec2353779541} <Debug> TCPHandler: Processed in 0.00560226 sec. | ||
| 9637 | 2024.11.19 01:40:15.139131 [ 186 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.006068198 sec., 358261.21692139906 rows/sec., 31.61 MiB/sec. | ||
| 9638 | 2024.11.19 01:40:15.139213 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9639 | 2024.11.19 01:40:15.139427 [ 257 ] {2f085851-b467-4898-8a73-d21a0b677e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9640 | 2024.11.19 01:40:15.139492 [ 257 ] {2f085851-b467-4898-8a73-d21a0b677e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9641 | 2024.11.19 01:40:15.139537 [ 186 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9642 | 2024.11.19 01:40:15.140249 [ 186 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_91_18} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9643 | 2024.11.19 01:40:15.140472 [ 186 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_91_18} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9644 | 2024.11.19 01:40:15.140657 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 9645 | 2024.11.19 01:40:15.140773 [ 257 ] {2f085851-b467-4898-8a73-d21a0b677e5e} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9646 | 2024.11.19 01:40:15.140816 [ 257 ] {2f085851-b467-4898-8a73-d21a0b677e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9647 | 2024.11.19 01:40:15.141182 [ 257 ] {2f085851-b467-4898-8a73-d21a0b677e5e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9648 | 2024.11.19 01:40:15.141423 [ 257 ] {2f085851-b467-4898-8a73-d21a0b677e5e} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9649 | 2024.11.19 01:40:15.141613 [ 257 ] {2f085851-b467-4898-8a73-d21a0b677e5e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002233 sec., 6269.592476489028 rows/sec., 439.08 KiB/sec. | ||
| 9650 | 2024.11.19 01:40:15.141734 [ 257 ] {2f085851-b467-4898-8a73-d21a0b677e5e} <Debug> TCPHandler: Processed in 0.002752719 sec. | ||
| 9651 | 2024.11.19 01:40:15.141911 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9652 | 2024.11.19 01:40:15.142051 [ 260 ] {d3b390da-3710-4817-b1c2-fa7a41917793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9653 | 2024.11.19 01:40:15.142110 [ 260 ] {d3b390da-3710-4817-b1c2-fa7a41917793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9654 | 2024.11.19 01:40:15.142812 [ 260 ] {d3b390da-3710-4817-b1c2-fa7a41917793} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9655 | 2024.11.19 01:40:15.142860 [ 260 ] {d3b390da-3710-4817-b1c2-fa7a41917793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9656 | 2024.11.19 01:40:15.143262 [ 260 ] {d3b390da-3710-4817-b1c2-fa7a41917793} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9657 | 2024.11.19 01:40:15.143501 [ 260 ] {d3b390da-3710-4817-b1c2-fa7a41917793} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9658 | 2024.11.19 01:40:15.143731 [ 260 ] {d3b390da-3710-4817-b1c2-fa7a41917793} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001705 sec., 7624.633431085044 rows/sec., 475.39 KiB/sec. | ||
| 9659 | 2024.11.19 01:40:15.143844 [ 260 ] {d3b390da-3710-4817-b1c2-fa7a41917793} <Debug> TCPHandler: Processed in 0.002018806 sec. | ||
| 9660 | 2024.11.19 01:40:15.144063 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9661 | 2024.11.19 01:40:15.144292 [ 257 ] {3aa712aa-3406-45cd-9653-b514d112eb9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9662 | 2024.11.19 01:40:15.144381 [ 257 ] {3aa712aa-3406-45cd-9653-b514d112eb9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9663 | 2024.11.19 01:40:15.145421 [ 257 ] {3aa712aa-3406-45cd-9653-b514d112eb9b} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9664 | 2024.11.19 01:40:15.145460 [ 257 ] {3aa712aa-3406-45cd-9653-b514d112eb9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9665 | 2024.11.19 01:40:15.145840 [ 257 ] {3aa712aa-3406-45cd-9653-b514d112eb9b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9666 | 2024.11.19 01:40:15.146077 [ 257 ] {3aa712aa-3406-45cd-9653-b514d112eb9b} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9667 | 2024.11.19 01:40:15.146248 [ 126 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9668 | 2024.11.19 01:40:15.146315 [ 126 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9669 | 2024.11.19 01:40:15.146319 [ 257 ] {3aa712aa-3406-45cd-9653-b514d112eb9b} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002068 sec., 204545.45454545456 rows/sec., 14.62 MiB/sec. | ||
| 9670 | 2024.11.19 01:40:15.146356 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9671 | 2024.11.19 01:40:15.146462 [ 257 ] {3aa712aa-3406-45cd-9653-b514d112eb9b} <Debug> TCPHandler: Processed in 0.002504645 sec. | ||
| 9672 | 2024.11.19 01:40:15.146583 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 9673 | 2024.11.19 01:40:15.146693 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9674 | 2024.11.19 01:40:15.146729 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9675 | 2024.11.19 01:40:15.146763 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 915 rows starting from the beginning of the part | ||
| 9676 | 2024.11.19 01:40:15.146891 [ 260 ] {77d6e0e4-72c3-4ef2-a02c-e37ac2644743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9677 | 2024.11.19 01:40:15.146916 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part | ||
| 9678 | 2024.11.19 01:40:15.147021 [ 260 ] {77d6e0e4-72c3-4ef2-a02c-e37ac2644743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9679 | 2024.11.19 01:40:15.147186 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 423 rows starting from the beginning of the part | ||
| 9680 | 2024.11.19 01:40:15.147566 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 66 rows starting from the beginning of the part | ||
| 9681 | 2024.11.19 01:40:15.147798 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
| 9682 | 2024.11.19 01:40:15.148025 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 423 rows starting from the beginning of the part | ||
| 9683 | 2024.11.19 01:40:15.148633 [ 260 ] {77d6e0e4-72c3-4ef2-a02c-e37ac2644743} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9684 | 2024.11.19 01:40:15.148673 [ 260 ] {77d6e0e4-72c3-4ef2-a02c-e37ac2644743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9685 | 2024.11.19 01:40:15.149168 [ 260 ] {77d6e0e4-72c3-4ef2-a02c-e37ac2644743} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9686 | 2024.11.19 01:40:15.149456 [ 260 ] {77d6e0e4-72c3-4ef2-a02c-e37ac2644743} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9687 | 2024.11.19 01:40:15.149885 [ 260 ] {77d6e0e4-72c3-4ef2-a02c-e37ac2644743} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003057 sec., 1962.7085377821395 rows/sec., 102.54 KiB/sec. | ||
| 9688 | 2024.11.19 01:40:15.150352 [ 260 ] {77d6e0e4-72c3-4ef2-a02c-e37ac2644743} <Debug> TCPHandler: Processed in 0.003712106 sec. | ||
| 9689 | 2024.11.19 01:40:15.150686 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9690 | 2024.11.19 01:40:15.150669 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.004182775 sec., 467393.0584360861 rows/sec., 35.78 MiB/sec. | ||
| 9691 | 2024.11.19 01:40:15.150893 [ 257 ] {52b5dfcc-2082-4e9e-8bc5-172071dbcaae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9692 | 2024.11.19 01:40:15.150975 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9693 | 2024.11.19 01:40:15.150988 [ 257 ] {52b5dfcc-2082-4e9e-8bc5-172071dbcaae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9694 | 2024.11.19 01:40:15.151620 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_91_18} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9695 | 2024.11.19 01:40:15.151785 [ 195 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_91_18} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9696 | 2024.11.19 01:40:15.151958 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9697 | 2024.11.19 01:40:15.152124 [ 257 ] {52b5dfcc-2082-4e9e-8bc5-172071dbcaae} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9698 | 2024.11.19 01:40:15.152168 [ 257 ] {52b5dfcc-2082-4e9e-8bc5-172071dbcaae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9699 | 2024.11.19 01:40:15.152563 [ 257 ] {52b5dfcc-2082-4e9e-8bc5-172071dbcaae} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9700 | 2024.11.19 01:40:15.152804 [ 257 ] {52b5dfcc-2082-4e9e-8bc5-172071dbcaae} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9701 | 2024.11.19 01:40:15.152983 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9702 | 2024.11.19 01:40:15.153034 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9703 | 2024.11.19 01:40:15.153058 [ 257 ] {52b5dfcc-2082-4e9e-8bc5-172071dbcaae} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002218 sec., 106853.02073940488 rows/sec., 7.16 MiB/sec. | ||
| 9704 | 2024.11.19 01:40:15.153073 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9705 | 2024.11.19 01:40:15.153240 [ 257 ] {52b5dfcc-2082-4e9e-8bc5-172071dbcaae} <Debug> TCPHandler: Processed in 0.00275185 sec. | ||
| 9706 | 2024.11.19 01:40:15.153327 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 9707 | 2024.11.19 01:40:15.153447 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9708 | 2024.11.19 01:40:15.153517 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9709 | 2024.11.19 01:40:15.153578 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 16435 rows starting from the beginning of the part | ||
| 9710 | 2024.11.19 01:40:15.153730 [ 260 ] {a32a5e58-d862-4f08-9817-4be33b436f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9711 | 2024.11.19 01:40:15.153832 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
| 9712 | 2024.11.19 01:40:15.153913 [ 260 ] {a32a5e58-d862-4f08-9817-4be33b436f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9713 | 2024.11.19 01:40:15.154059 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 237 rows starting from the beginning of the part | ||
| 9714 | 2024.11.19 01:40:15.154448 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 129 rows starting from the beginning of the part | ||
| 9715 | 2024.11.19 01:40:15.154815 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 9716 | 2024.11.19 01:40:15.155127 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 237 rows starting from the beginning of the part | ||
| 9717 | 2024.11.19 01:40:15.156183 [ 260 ] {a32a5e58-d862-4f08-9817-4be33b436f2b} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9718 | 2024.11.19 01:40:15.156252 [ 260 ] {a32a5e58-d862-4f08-9817-4be33b436f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9719 | 2024.11.19 01:40:15.156708 [ 260 ] {a32a5e58-d862-4f08-9817-4be33b436f2b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9720 | 2024.11.19 01:40:15.157004 [ 260 ] {a32a5e58-d862-4f08-9817-4be33b436f2b} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9721 | 2024.11.19 01:40:15.157297 [ 260 ] {a32a5e58-d862-4f08-9817-4be33b436f2b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00368 sec., 271.7391304347826 rows/sec., 18.31 KiB/sec. | ||
| 9722 | 2024.11.19 01:40:15.157368 [ 260 ] {a32a5e58-d862-4f08-9817-4be33b436f2b} <Debug> TCPHandler: Processed in 0.004009172 sec. | ||
| 9723 | 2024.11.19 01:40:15.157548 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9724 | 2024.11.19 01:40:15.157829 [ 257 ] {0cc781c1-acd1-4b69-953d-46bafe182836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9725 | 2024.11.19 01:40:15.158086 [ 257 ] {0cc781c1-acd1-4b69-953d-46bafe182836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9726 | 2024.11.19 01:40:15.160399 [ 257 ] {0cc781c1-acd1-4b69-953d-46bafe182836} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9727 | 2024.11.19 01:40:15.160440 [ 257 ] {0cc781c1-acd1-4b69-953d-46bafe182836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9728 | 2024.11.19 01:40:15.162594 [ 257 ] {0cc781c1-acd1-4b69-953d-46bafe182836} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9729 | 2024.11.19 01:40:15.162917 [ 257 ] {0cc781c1-acd1-4b69-953d-46bafe182836} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9730 | 2024.11.19 01:40:15.163210 [ 257 ] {0cc781c1-acd1-4b69-953d-46bafe182836} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.005476 sec., 7487.216946676406 rows/sec., 13.42 MiB/sec. | ||
| 9731 | 2024.11.19 01:40:15.163343 [ 257 ] {0cc781c1-acd1-4b69-953d-46bafe182836} <Debug> TCPHandler: Processed in 0.005898025 sec. | ||
| 9732 | 2024.11.19 01:40:15.163521 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9733 | 2024.11.19 01:40:15.163666 [ 260 ] {496f0866-3219-49d9-b895-99502e6b9b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9734 | 2024.11.19 01:40:15.163725 [ 260 ] {496f0866-3219-49d9-b895-99502e6b9b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9735 | 2024.11.19 01:40:15.164458 [ 260 ] {496f0866-3219-49d9-b895-99502e6b9b9d} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9736 | 2024.11.19 01:40:15.164498 [ 260 ] {496f0866-3219-49d9-b895-99502e6b9b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9737 | 2024.11.19 01:40:15.165200 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17358 rows, containing 5 columns (5 merged, 0 gathered) in 0.012008005 sec., 1445535.707221974 rows/sec., 98.76 MiB/sec. | ||
| 9738 | 2024.11.19 01:40:15.165264 [ 260 ] {496f0866-3219-49d9-b895-99502e6b9b9d} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 9739 | 2024.11.19 01:40:15.165492 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9740 | 2024.11.19 01:40:15.165678 [ 260 ] {496f0866-3219-49d9-b895-99502e6b9b9d} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9741 | 2024.11.19 01:40:15.165939 [ 126 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 9742 | 2024.11.19 01:40:15.166041 [ 126 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9743 | 2024.11.19 01:40:15.166109 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9744 | 2024.11.19 01:40:15.166172 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9745 | 2024.11.19 01:40:15.166244 [ 260 ] {496f0866-3219-49d9-b895-99502e6b9b9d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00256 sec., 32031.249999999996 rows/sec., 2.03 MiB/sec. | ||
| 9746 | 2024.11.19 01:40:15.166584 [ 260 ] {496f0866-3219-49d9-b895-99502e6b9b9d} <Debug> TCPHandler: Processed in 0.003137596 sec. | ||
| 9747 | 2024.11.19 01:40:15.166597 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 9748 | 2024.11.19 01:40:15.166934 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9749 | 2024.11.19 01:40:15.167255 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 9750 | 2024.11.19 01:40:15.167405 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9751 | 2024.11.19 01:40:15.167543 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5252 rows starting from the beginning of the part | ||
| 9752 | 2024.11.19 01:40:15.167948 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
| 9753 | 2024.11.19 01:40:15.168091 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part | ||
| 9754 | 2024.11.19 01:40:15.168209 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 48 rows starting from the beginning of the part | ||
| 9755 | 2024.11.19 01:40:15.168421 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 9756 | 2024.11.19 01:40:15.168682 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part | ||
| 9757 | 2024.11.19 01:40:15.171099 [ 189 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5584 rows, containing 4 columns (4 merged, 0 gathered) in 0.004847927 sec., 1151832.5255310156 rows/sec., 75.87 MiB/sec. | ||
| 9758 | 2024.11.19 01:40:15.171927 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 9759 | 2024.11.19 01:40:15.172339 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_91_18} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9760 | 2024.11.19 01:40:15.172434 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_91_18} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 9761 | 2024.11.19 01:40:15.172522 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 9762 | 2024.11.19 01:40:19.046297 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1428 | ||
| 9763 | 2024.11.19 01:40:19.049366 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9764 | 2024.11.19 01:40:19.049419 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9765 | 2024.11.19 01:40:19.050807 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9766 | 2024.11.19 01:40:19.051127 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9767 | 2024.11.19 01:40:19.051314 [ 122 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9768 | 2024.11.19 01:40:19.051382 [ 122 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9769 | 2024.11.19 01:40:19.051427 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9770 | 2024.11.19 01:40:19.051652 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 9771 | 2024.11.19 01:40:19.052026 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1428 | ||
| 9772 | 2024.11.19 01:40:19.052402 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9773 | 2024.11.19 01:40:19.052524 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1280 rows starting from the beginning of the part | ||
| 9774 | 2024.11.19 01:40:19.053083 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part | ||
| 9775 | 2024.11.19 01:40:19.053601 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 9776 | 2024.11.19 01:40:19.054089 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 20 rows starting from the beginning of the part | ||
| 9777 | 2024.11.19 01:40:19.054553 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part | ||
| 9778 | 2024.11.19 01:40:19.055019 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part | ||
| 9779 | 2024.11.19 01:40:19.062733 [ 190 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1428 rows, containing 72 columns (72 merged, 0 gathered) in 0.011214391 sec., 127336.38411573129 rows/sec., 99.39 MiB/sec. | ||
| 9780 | 2024.11.19 01:40:19.064342 [ 197 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9781 | 2024.11.19 01:40:19.065188 [ 197 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_46_9} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9782 | 2024.11.19 01:40:19.065289 [ 197 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_46_9} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9783 | 2024.11.19 01:40:19.065609 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 9784 | 2024.11.19 01:40:20.120812 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9785 | 2024.11.19 01:40:20.121033 [ 260 ] {e709ca19-8532-44da-b11c-01f321815ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9786 | 2024.11.19 01:40:20.121117 [ 260 ] {e709ca19-8532-44da-b11c-01f321815ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9787 | 2024.11.19 01:40:20.121864 [ 260 ] {e709ca19-8532-44da-b11c-01f321815ffb} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9788 | 2024.11.19 01:40:20.121917 [ 260 ] {e709ca19-8532-44da-b11c-01f321815ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9789 | 2024.11.19 01:40:20.122368 [ 260 ] {e709ca19-8532-44da-b11c-01f321815ffb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9790 | 2024.11.19 01:40:20.122632 [ 260 ] {e709ca19-8532-44da-b11c-01f321815ffb} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9791 | 2024.11.19 01:40:20.122867 [ 260 ] {e709ca19-8532-44da-b11c-01f321815ffb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001895 sec., 1055.4089709762534 rows/sec., 86.06 KiB/sec. | ||
| 9792 | 2024.11.19 01:40:20.122925 [ 260 ] {e709ca19-8532-44da-b11c-01f321815ffb} <Debug> TCPHandler: Processed in 0.002256701 sec. | ||
| 9793 | 2024.11.19 01:40:20.123197 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9794 | 2024.11.19 01:40:20.123395 [ 257 ] {0908ab73-4eeb-46ab-8127-693078ccefe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9795 | 2024.11.19 01:40:20.123469 [ 257 ] {0908ab73-4eeb-46ab-8127-693078ccefe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9796 | 2024.11.19 01:40:20.124245 [ 257 ] {0908ab73-4eeb-46ab-8127-693078ccefe8} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9797 | 2024.11.19 01:40:20.124294 [ 257 ] {0908ab73-4eeb-46ab-8127-693078ccefe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9798 | 2024.11.19 01:40:20.124748 [ 257 ] {0908ab73-4eeb-46ab-8127-693078ccefe8} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 9799 | 2024.11.19 01:40:20.125006 [ 257 ] {0908ab73-4eeb-46ab-8127-693078ccefe8} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9800 | 2024.11.19 01:40:20.125242 [ 257 ] {0908ab73-4eeb-46ab-8127-693078ccefe8} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001898 sec., 30031.612223393047 rows/sec., 2.30 MiB/sec. | ||
| 9801 | 2024.11.19 01:40:20.125305 [ 257 ] {0908ab73-4eeb-46ab-8127-693078ccefe8} <Debug> TCPHandler: Processed in 0.00225471 sec. | ||
| 9802 | 2024.11.19 01:40:20.125464 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9803 | 2024.11.19 01:40:20.125600 [ 260 ] {01293218-0faa-43b6-85f3-4da060622ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9804 | 2024.11.19 01:40:20.125657 [ 260 ] {01293218-0faa-43b6-85f3-4da060622ad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9805 | 2024.11.19 01:40:20.126303 [ 260 ] {01293218-0faa-43b6-85f3-4da060622ad9} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9806 | 2024.11.19 01:40:20.126342 [ 260 ] {01293218-0faa-43b6-85f3-4da060622ad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9807 | 2024.11.19 01:40:20.126693 [ 260 ] {01293218-0faa-43b6-85f3-4da060622ad9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9808 | 2024.11.19 01:40:20.126952 [ 260 ] {01293218-0faa-43b6-85f3-4da060622ad9} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9809 | 2024.11.19 01:40:20.127162 [ 260 ] {01293218-0faa-43b6-85f3-4da060622ad9} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001593 sec., 1255.4927809165097 rows/sec., 87.66 KiB/sec. | ||
| 9810 | 2024.11.19 01:40:20.127213 [ 260 ] {01293218-0faa-43b6-85f3-4da060622ad9} <Debug> TCPHandler: Processed in 0.001817952 sec. | ||
| 9811 | 2024.11.19 01:40:20.127408 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9812 | 2024.11.19 01:40:20.127636 [ 257 ] {f09d0344-f90e-42e4-82e0-a5218e1212b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9813 | 2024.11.19 01:40:20.127730 [ 257 ] {f09d0344-f90e-42e4-82e0-a5218e1212b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9814 | 2024.11.19 01:40:20.128603 [ 257 ] {f09d0344-f90e-42e4-82e0-a5218e1212b0} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9815 | 2024.11.19 01:40:20.128644 [ 257 ] {f09d0344-f90e-42e4-82e0-a5218e1212b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9816 | 2024.11.19 01:40:20.129009 [ 257 ] {f09d0344-f90e-42e4-82e0-a5218e1212b0} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 9817 | 2024.11.19 01:40:20.129259 [ 257 ] {f09d0344-f90e-42e4-82e0-a5218e1212b0} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9818 | 2024.11.19 01:40:20.129492 [ 257 ] {f09d0344-f90e-42e4-82e0-a5218e1212b0} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001912 sec., 34518.828451882844 rows/sec., 2.70 MiB/sec. | ||
| 9819 | 2024.11.19 01:40:20.129597 [ 257 ] {f09d0344-f90e-42e4-82e0-a5218e1212b0} <Debug> TCPHandler: Processed in 0.002297261 sec. | ||
| 9820 | 2024.11.19 01:40:20.129812 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9821 | 2024.11.19 01:40:20.129961 [ 260 ] {67738af3-3a97-4dc2-a8ee-bccc7aa43c7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9822 | 2024.11.19 01:40:20.130021 [ 260 ] {67738af3-3a97-4dc2-a8ee-bccc7aa43c7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9823 | 2024.11.19 01:40:20.130594 [ 260 ] {67738af3-3a97-4dc2-a8ee-bccc7aa43c7c} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9824 | 2024.11.19 01:40:20.130631 [ 260 ] {67738af3-3a97-4dc2-a8ee-bccc7aa43c7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9825 | 2024.11.19 01:40:20.131050 [ 260 ] {67738af3-3a97-4dc2-a8ee-bccc7aa43c7c} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 9826 | 2024.11.19 01:40:20.131391 [ 260 ] {67738af3-3a97-4dc2-a8ee-bccc7aa43c7c} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9827 | 2024.11.19 01:40:20.131593 [ 260 ] {67738af3-3a97-4dc2-a8ee-bccc7aa43c7c} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001661 sec., 77664.05779650813 rows/sec., 5.41 MiB/sec. | ||
| 9828 | 2024.11.19 01:40:20.131642 [ 260 ] {67738af3-3a97-4dc2-a8ee-bccc7aa43c7c} <Debug> TCPHandler: Processed in 0.001933654 sec. | ||
| 9829 | 2024.11.19 01:40:20.131847 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9830 | 2024.11.19 01:40:20.132076 [ 257 ] {71a79486-9617-4956-bc2c-bd771c39a3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9831 | 2024.11.19 01:40:20.132173 [ 257 ] {71a79486-9617-4956-bc2c-bd771c39a3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9832 | 2024.11.19 01:40:20.132716 [ 257 ] {71a79486-9617-4956-bc2c-bd771c39a3c3} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9833 | 2024.11.19 01:40:20.132755 [ 257 ] {71a79486-9617-4956-bc2c-bd771c39a3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9834 | 2024.11.19 01:40:20.133143 [ 257 ] {71a79486-9617-4956-bc2c-bd771c39a3c3} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 9835 | 2024.11.19 01:40:20.133399 [ 257 ] {71a79486-9617-4956-bc2c-bd771c39a3c3} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9836 | 2024.11.19 01:40:20.133630 [ 257 ] {71a79486-9617-4956-bc2c-bd771c39a3c3} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001607 sec., 29869.321717486 rows/sec., 2.01 MiB/sec. | ||
| 9837 | 2024.11.19 01:40:20.133722 [ 257 ] {71a79486-9617-4956-bc2c-bd771c39a3c3} <Debug> TCPHandler: Processed in 0.001985306 sec. | ||
| 9838 | 2024.11.19 01:40:25.122553 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9839 | 2024.11.19 01:40:25.122766 [ 260 ] {1c1352b6-1340-4f9e-b130-371e26f09f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9840 | 2024.11.19 01:40:25.122843 [ 260 ] {1c1352b6-1340-4f9e-b130-371e26f09f4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9841 | 2024.11.19 01:40:25.123653 [ 260 ] {1c1352b6-1340-4f9e-b130-371e26f09f4c} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9842 | 2024.11.19 01:40:25.123707 [ 260 ] {1c1352b6-1340-4f9e-b130-371e26f09f4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9843 | 2024.11.19 01:40:25.124153 [ 260 ] {1c1352b6-1340-4f9e-b130-371e26f09f4c} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 9844 | 2024.11.19 01:40:25.124413 [ 260 ] {1c1352b6-1340-4f9e-b130-371e26f09f4c} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9845 | 2024.11.19 01:40:25.124661 [ 260 ] {1c1352b6-1340-4f9e-b130-371e26f09f4c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.21 MiB/sec. | ||
| 9846 | 2024.11.19 01:40:25.124727 [ 260 ] {1c1352b6-1340-4f9e-b130-371e26f09f4c} <Debug> TCPHandler: Processed in 0.002308731 sec. | ||
| 9847 | 2024.11.19 01:40:25.124984 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9848 | 2024.11.19 01:40:25.125196 [ 257 ] {0fc17210-0827-4447-995c-828ea21cffa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9849 | 2024.11.19 01:40:25.125272 [ 257 ] {0fc17210-0827-4447-995c-828ea21cffa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9850 | 2024.11.19 01:40:25.126037 [ 257 ] {0fc17210-0827-4447-995c-828ea21cffa5} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9851 | 2024.11.19 01:40:25.126077 [ 257 ] {0fc17210-0827-4447-995c-828ea21cffa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9852 | 2024.11.19 01:40:25.126531 [ 257 ] {0fc17210-0827-4447-995c-828ea21cffa5} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 9853 | 2024.11.19 01:40:25.126796 [ 257 ] {0fc17210-0827-4447-995c-828ea21cffa5} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9854 | 2024.11.19 01:40:25.127002 [ 257 ] {0fc17210-0827-4447-995c-828ea21cffa5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001865 sec., 34316.35388739946 rows/sec., 2.68 MiB/sec. | ||
| 9855 | 2024.11.19 01:40:25.127058 [ 257 ] {0fc17210-0827-4447-995c-828ea21cffa5} <Debug> TCPHandler: Processed in 0.00221412 sec. | ||
| 9856 | 2024.11.19 01:40:25.127284 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9857 | 2024.11.19 01:40:25.127499 [ 260 ] {66a7f1f8-ff28-4d55-945e-fc9d3f5354e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9858 | 2024.11.19 01:40:25.127564 [ 260 ] {66a7f1f8-ff28-4d55-945e-fc9d3f5354e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9859 | 2024.11.19 01:40:25.128228 [ 260 ] {66a7f1f8-ff28-4d55-945e-fc9d3f5354e8} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9860 | 2024.11.19 01:40:25.128275 [ 260 ] {66a7f1f8-ff28-4d55-945e-fc9d3f5354e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9861 | 2024.11.19 01:40:25.128699 [ 260 ] {66a7f1f8-ff28-4d55-945e-fc9d3f5354e8} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 9862 | 2024.11.19 01:40:25.128947 [ 260 ] {66a7f1f8-ff28-4d55-945e-fc9d3f5354e8} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9863 | 2024.11.19 01:40:25.129159 [ 260 ] {66a7f1f8-ff28-4d55-945e-fc9d3f5354e8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0017 sec., 94117.64705882354 rows/sec., 6.56 MiB/sec. | ||
| 9864 | 2024.11.19 01:40:25.129214 [ 260 ] {66a7f1f8-ff28-4d55-945e-fc9d3f5354e8} <Debug> TCPHandler: Processed in 0.002065607 sec. | ||
| 9865 | 2024.11.19 01:40:25.129365 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9866 | 2024.11.19 01:40:25.129491 [ 257 ] {b2c80b2e-2805-4cf1-8a5c-e08089190320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9867 | 2024.11.19 01:40:25.129552 [ 257 ] {b2c80b2e-2805-4cf1-8a5c-e08089190320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9868 | 2024.11.19 01:40:25.130156 [ 257 ] {b2c80b2e-2805-4cf1-8a5c-e08089190320} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9869 | 2024.11.19 01:40:25.130202 [ 257 ] {b2c80b2e-2805-4cf1-8a5c-e08089190320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9870 | 2024.11.19 01:40:25.130630 [ 257 ] {b2c80b2e-2805-4cf1-8a5c-e08089190320} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 9871 | 2024.11.19 01:40:25.130875 [ 257 ] {b2c80b2e-2805-4cf1-8a5c-e08089190320} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9872 | 2024.11.19 01:40:25.131052 [ 257 ] {b2c80b2e-2805-4cf1-8a5c-e08089190320} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001593 sec., 37664.78342749529 rows/sec., 2.54 MiB/sec. | ||
| 9873 | 2024.11.19 01:40:25.131099 [ 257 ] {b2c80b2e-2805-4cf1-8a5c-e08089190320} <Debug> TCPHandler: Processed in 0.001797012 sec. | ||
| 9874 | 2024.11.19 01:40:27.453480 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35675, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9875 | 2024.11.19 01:40:27.566900 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9876 | 2024.11.19 01:40:27.674461 [ 113 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9877 | 2024.11.19 01:40:27.674534 [ 113 ] {} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9878 | 2024.11.19 01:40:27.674563 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9879 | 2024.11.19 01:40:27.674724 [ 193 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 9880 | 2024.11.19 01:40:27.675067 [ 193 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9881 | 2024.11.19 01:40:27.675141 [ 193 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 242 rows starting from the beginning of the part | ||
| 9882 | 2024.11.19 01:40:27.675235 [ 193 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 9883 | 2024.11.19 01:40:27.675431 [ 193 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 9884 | 2024.11.19 01:40:27.675691 [ 193 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 9885 | 2024.11.19 01:40:27.675922 [ 193 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 9886 | 2024.11.19 01:40:27.677109 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002477735 sec., 120271.13472586859 rows/sec., 8.62 MiB/sec. | ||
| 9887 | 2024.11.19 01:40:27.677272 [ 193 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9888 | 2024.11.19 01:40:27.677560 [ 193 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_29_7} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9889 | 2024.11.19 01:40:27.677642 [ 193 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_29_7} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9890 | 2024.11.19 01:40:27.677721 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 9891 | 2024.11.19 01:40:27.722388 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40744, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9892 | 2024.11.19 01:40:27.740855 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46098, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9893 | 2024.11.19 01:40:27.871088 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9894 | 2024.11.19 01:40:27.874725 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35833, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9895 | 2024.11.19 01:40:27.880429 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9896 | 2024.11.19 01:40:27.929791 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59897, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9897 | 2024.11.19 01:40:27.939156 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46527, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9898 | 2024.11.19 01:40:27.951524 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62239, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9899 | 2024.11.19 01:40:27.980120 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9900 | 2024.11.19 01:40:28.031578 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55711, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9901 | 2024.11.19 01:40:28.041119 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50289, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9902 | 2024.11.19 01:40:28.099708 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49294, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9903 | 2024.11.19 01:40:28.212112 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34848, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9904 | 2024.11.19 01:40:28.335014 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54014, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9905 | 2024.11.19 01:40:28.717861 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9906 | 2024.11.19 01:40:28.717956 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9907 | 2024.11.19 01:40:29.001445 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001051219 sec. | ||
| 9908 | 2024.11.19 01:40:29.052283 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1448 | ||
| 9909 | 2024.11.19 01:40:29.054913 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9910 | 2024.11.19 01:40:29.054968 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9911 | 2024.11.19 01:40:29.056385 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9912 | 2024.11.19 01:40:29.056709 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9913 | 2024.11.19 01:40:29.057323 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1448 | ||
| 9914 | 2024.11.19 01:40:30.128957 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9915 | 2024.11.19 01:40:30.129178 [ 260 ] {61c92750-e235-48c6-9de0-e119912cf790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9916 | 2024.11.19 01:40:30.129262 [ 260 ] {61c92750-e235-48c6-9de0-e119912cf790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9917 | 2024.11.19 01:40:30.130060 [ 260 ] {61c92750-e235-48c6-9de0-e119912cf790} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9918 | 2024.11.19 01:40:30.130114 [ 260 ] {61c92750-e235-48c6-9de0-e119912cf790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9919 | 2024.11.19 01:40:30.130559 [ 260 ] {61c92750-e235-48c6-9de0-e119912cf790} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9920 | 2024.11.19 01:40:30.130820 [ 260 ] {61c92750-e235-48c6-9de0-e119912cf790} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9921 | 2024.11.19 01:40:30.131014 [ 112 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9922 | 2024.11.19 01:40:30.131093 [ 260 ] {61c92750-e235-48c6-9de0-e119912cf790} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00197 sec., 7106.598984771574 rows/sec., 511.58 KiB/sec. | ||
| 9923 | 2024.11.19 01:40:30.131100 [ 112 ] {} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9924 | 2024.11.19 01:40:30.131184 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9925 | 2024.11.19 01:40:30.131240 [ 260 ] {61c92750-e235-48c6-9de0-e119912cf790} <Debug> TCPHandler: Processed in 0.002422184 sec. | ||
| 9926 | 2024.11.19 01:40:30.131631 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 9927 | 2024.11.19 01:40:30.131739 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9928 | 2024.11.19 01:40:30.132037 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9929 | 2024.11.19 01:40:30.132118 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 9930 | 2024.11.19 01:40:30.132148 [ 257 ] {5b4710af-521c-4c78-9ea4-01a5ac3d8297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9931 | 2024.11.19 01:40:30.132300 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 9932 | 2024.11.19 01:40:30.132323 [ 257 ] {5b4710af-521c-4c78-9ea4-01a5ac3d8297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9933 | 2024.11.19 01:40:30.132601 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 9934 | 2024.11.19 01:40:30.132934 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 9935 | 2024.11.19 01:40:30.133299 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 9936 | 2024.11.19 01:40:30.135401 [ 257 ] {5b4710af-521c-4c78-9ea4-01a5ac3d8297} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9937 | 2024.11.19 01:40:30.135499 [ 257 ] {5b4710af-521c-4c78-9ea4-01a5ac3d8297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9938 | 2024.11.19 01:40:30.135868 [ 193 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004576032 sec., 15297.095824504724 rows/sec., 1.13 MiB/sec. | ||
| 9939 | 2024.11.19 01:40:30.136062 [ 193 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9940 | 2024.11.19 01:40:30.136311 [ 257 ] {5b4710af-521c-4c78-9ea4-01a5ac3d8297} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 9941 | 2024.11.19 01:40:30.136552 [ 193 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_29_7} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9942 | 2024.11.19 01:40:30.136661 [ 257 ] {5b4710af-521c-4c78-9ea4-01a5ac3d8297} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9943 | 2024.11.19 01:40:30.136691 [ 193 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_29_7} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9944 | 2024.11.19 01:40:30.136828 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9945 | 2024.11.19 01:40:30.137028 [ 257 ] {5b4710af-521c-4c78-9ea4-01a5ac3d8297} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.005004 sec., 56954.436450839334 rows/sec., 5.03 MiB/sec. | ||
| 9946 | 2024.11.19 01:40:30.137179 [ 257 ] {5b4710af-521c-4c78-9ea4-01a5ac3d8297} <Debug> TCPHandler: Processed in 0.005758033 sec. | ||
| 9947 | 2024.11.19 01:40:30.137424 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9948 | 2024.11.19 01:40:30.137715 [ 260 ] {5a7479be-ddc0-43e0-acfc-1f4b46ad6597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9949 | 2024.11.19 01:40:30.137771 [ 260 ] {5a7479be-ddc0-43e0-acfc-1f4b46ad6597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9950 | 2024.11.19 01:40:30.138370 [ 260 ] {5a7479be-ddc0-43e0-acfc-1f4b46ad6597} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9951 | 2024.11.19 01:40:30.138413 [ 260 ] {5a7479be-ddc0-43e0-acfc-1f4b46ad6597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9952 | 2024.11.19 01:40:30.138791 [ 260 ] {5a7479be-ddc0-43e0-acfc-1f4b46ad6597} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9953 | 2024.11.19 01:40:30.139038 [ 260 ] {5a7479be-ddc0-43e0-acfc-1f4b46ad6597} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9954 | 2024.11.19 01:40:30.139256 [ 260 ] {5a7479be-ddc0-43e0-acfc-1f4b46ad6597} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00163 sec., 29447.852760736198 rows/sec., 2.12 MiB/sec. | ||
| 9955 | 2024.11.19 01:40:30.139320 [ 260 ] {5a7479be-ddc0-43e0-acfc-1f4b46ad6597} <Debug> TCPHandler: Processed in 0.002037866 sec. | ||
| 9956 | 2024.11.19 01:40:30.139460 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9957 | 2024.11.19 01:40:30.139590 [ 257 ] {744c41fe-10a3-4115-a682-120fe23c7864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9958 | 2024.11.19 01:40:30.139652 [ 257 ] {744c41fe-10a3-4115-a682-120fe23c7864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9959 | 2024.11.19 01:40:30.140377 [ 257 ] {744c41fe-10a3-4115-a682-120fe23c7864} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9960 | 2024.11.19 01:40:30.140428 [ 257 ] {744c41fe-10a3-4115-a682-120fe23c7864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9961 | 2024.11.19 01:40:30.140830 [ 257 ] {744c41fe-10a3-4115-a682-120fe23c7864} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9962 | 2024.11.19 01:40:30.141080 [ 257 ] {744c41fe-10a3-4115-a682-120fe23c7864} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9963 | 2024.11.19 01:40:30.141353 [ 257 ] {744c41fe-10a3-4115-a682-120fe23c7864} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00179 sec., 7821.22905027933 rows/sec., 547.75 KiB/sec. | ||
| 9964 | 2024.11.19 01:40:30.141549 [ 257 ] {744c41fe-10a3-4115-a682-120fe23c7864} <Debug> TCPHandler: Processed in 0.002140098 sec. | ||
| 9965 | 2024.11.19 01:40:30.141790 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9966 | 2024.11.19 01:40:30.142006 [ 260 ] {f492d80c-0f84-4c75-b280-103183b9b4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9967 | 2024.11.19 01:40:30.142099 [ 260 ] {f492d80c-0f84-4c75-b280-103183b9b4a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9968 | 2024.11.19 01:40:30.142931 [ 260 ] {f492d80c-0f84-4c75-b280-103183b9b4a1} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9969 | 2024.11.19 01:40:30.142971 [ 260 ] {f492d80c-0f84-4c75-b280-103183b9b4a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9970 | 2024.11.19 01:40:30.143330 [ 260 ] {f492d80c-0f84-4c75-b280-103183b9b4a1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9971 | 2024.11.19 01:40:30.143579 [ 260 ] {f492d80c-0f84-4c75-b280-103183b9b4a1} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9972 | 2024.11.19 01:40:30.143745 [ 112 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 9973 | 2024.11.19 01:40:30.143803 [ 112 ] {} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9974 | 2024.11.19 01:40:30.143832 [ 260 ] {f492d80c-0f84-4c75-b280-103183b9b4a1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001867 sec., 6963.042313872523 rows/sec., 434.14 KiB/sec. | ||
| 9975 | 2024.11.19 01:40:30.143843 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9976 | 2024.11.19 01:40:30.143998 [ 260 ] {f492d80c-0f84-4c75-b280-103183b9b4a1} <Debug> TCPHandler: Processed in 0.002312201 sec. | ||
| 9977 | 2024.11.19 01:40:30.144328 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 9978 | 2024.11.19 01:40:30.144377 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9979 | 2024.11.19 01:40:30.144864 [ 257 ] {f3f3e47d-1866-428e-b554-6516cc75ad94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9980 | 2024.11.19 01:40:30.144950 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9981 | 2024.11.19 01:40:30.144984 [ 257 ] {f3f3e47d-1866-428e-b554-6516cc75ad94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9982 | 2024.11.19 01:40:30.145024 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 9983 | 2024.11.19 01:40:30.145322 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 9984 | 2024.11.19 01:40:30.145679 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 9985 | 2024.11.19 01:40:30.146038 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 9986 | 2024.11.19 01:40:30.146390 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 9987 | 2024.11.19 01:40:30.148063 [ 257 ] {f3f3e47d-1866-428e-b554-6516cc75ad94} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9988 | 2024.11.19 01:40:30.148132 [ 257 ] {f3f3e47d-1866-428e-b554-6516cc75ad94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 9989 | 2024.11.19 01:40:30.149099 [ 191 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005120451 sec., 12694.194319992517 rows/sec., 841.07 KiB/sec. | ||
| 9990 | 2024.11.19 01:40:30.149163 [ 257 ] {f3f3e47d-1866-428e-b554-6516cc75ad94} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 9991 | 2024.11.19 01:40:30.149281 [ 191 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 9992 | 2024.11.19 01:40:30.149672 [ 257 ] {f3f3e47d-1866-428e-b554-6516cc75ad94} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9993 | 2024.11.19 01:40:30.149839 [ 191 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_29_7} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9994 | 2024.11.19 01:40:30.150094 [ 191 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_29_7} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 9995 | 2024.11.19 01:40:30.150139 [ 257 ] {f3f3e47d-1866-428e-b554-6516cc75ad94} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005395 sec., 78405.93141797962 rows/sec., 5.61 MiB/sec. | ||
| 9996 | 2024.11.19 01:40:30.150241 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9997 | 2024.11.19 01:40:30.150343 [ 257 ] {f3f3e47d-1866-428e-b554-6516cc75ad94} <Debug> TCPHandler: Processed in 0.006205622 sec. | ||
| 9998 | 2024.11.19 01:40:30.150507 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9999 | 2024.11.19 01:40:30.150643 [ 260 ] {ca32d822-4260-4731-a8ae-a42de3794251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10000 | 2024.11.19 01:40:30.150704 [ 260 ] {ca32d822-4260-4731-a8ae-a42de3794251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10001 | 2024.11.19 01:40:30.151255 [ 260 ] {ca32d822-4260-4731-a8ae-a42de3794251} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10002 | 2024.11.19 01:40:30.151305 [ 260 ] {ca32d822-4260-4731-a8ae-a42de3794251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10003 | 2024.11.19 01:40:30.151730 [ 260 ] {ca32d822-4260-4731-a8ae-a42de3794251} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 10004 | 2024.11.19 01:40:30.151980 [ 260 ] {ca32d822-4260-4731-a8ae-a42de3794251} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10005 | 2024.11.19 01:40:30.152201 [ 260 ] {ca32d822-4260-4731-a8ae-a42de3794251} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001589 sec., 3775.9597230962872 rows/sec., 197.28 KiB/sec. | ||
| 10006 | 2024.11.19 01:40:30.152253 [ 260 ] {ca32d822-4260-4731-a8ae-a42de3794251} <Debug> TCPHandler: Processed in 0.001810533 sec. | ||
| 10007 | 2024.11.19 01:40:30.152394 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10008 | 2024.11.19 01:40:30.152513 [ 257 ] {b4de4331-889c-4186-ae14-36e5cfedf61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10009 | 2024.11.19 01:40:30.152565 [ 257 ] {b4de4331-889c-4186-ae14-36e5cfedf61d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10010 | 2024.11.19 01:40:30.153551 [ 257 ] {b4de4331-889c-4186-ae14-36e5cfedf61d} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10011 | 2024.11.19 01:40:30.153627 [ 257 ] {b4de4331-889c-4186-ae14-36e5cfedf61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10012 | 2024.11.19 01:40:30.154034 [ 257 ] {b4de4331-889c-4186-ae14-36e5cfedf61d} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10013 | 2024.11.19 01:40:30.154277 [ 257 ] {b4de4331-889c-4186-ae14-36e5cfedf61d} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10014 | 2024.11.19 01:40:30.154498 [ 257 ] {b4de4331-889c-4186-ae14-36e5cfedf61d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002011 sec., 117851.81501740427 rows/sec., 7.90 MiB/sec. | ||
| 10015 | 2024.11.19 01:40:30.154551 [ 257 ] {b4de4331-889c-4186-ae14-36e5cfedf61d} <Debug> TCPHandler: Processed in 0.0022138 sec. | ||
| 10016 | 2024.11.19 01:40:30.154784 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10017 | 2024.11.19 01:40:30.155013 [ 260 ] {3f10f9b7-6230-4331-9a21-7747417fdaa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10018 | 2024.11.19 01:40:30.155108 [ 260 ] {3f10f9b7-6230-4331-9a21-7747417fdaa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10019 | 2024.11.19 01:40:30.155891 [ 260 ] {3f10f9b7-6230-4331-9a21-7747417fdaa0} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10020 | 2024.11.19 01:40:30.155930 [ 260 ] {3f10f9b7-6230-4331-9a21-7747417fdaa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10021 | 2024.11.19 01:40:30.156298 [ 260 ] {3f10f9b7-6230-4331-9a21-7747417fdaa0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 10022 | 2024.11.19 01:40:30.156545 [ 260 ] {3f10f9b7-6230-4331-9a21-7747417fdaa0} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10023 | 2024.11.19 01:40:30.156756 [ 260 ] {3f10f9b7-6230-4331-9a21-7747417fdaa0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0018 sec., 555.5555555555555 rows/sec., 37.43 KiB/sec. | ||
| 10024 | 2024.11.19 01:40:30.156806 [ 260 ] {3f10f9b7-6230-4331-9a21-7747417fdaa0} <Debug> TCPHandler: Processed in 0.002155279 sec. | ||
| 10025 | 2024.11.19 01:40:30.156945 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10026 | 2024.11.19 01:40:30.157082 [ 257 ] {a21ba38c-11fc-45ab-a60d-6fcab2ee57bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10027 | 2024.11.19 01:40:30.157173 [ 257 ] {a21ba38c-11fc-45ab-a60d-6fcab2ee57bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10028 | 2024.11.19 01:40:30.158368 [ 257 ] {a21ba38c-11fc-45ab-a60d-6fcab2ee57bd} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10029 | 2024.11.19 01:40:30.158407 [ 257 ] {a21ba38c-11fc-45ab-a60d-6fcab2ee57bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10030 | 2024.11.19 01:40:30.159061 [ 257 ] {a21ba38c-11fc-45ab-a60d-6fcab2ee57bd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10031 | 2024.11.19 01:40:30.159313 [ 257 ] {a21ba38c-11fc-45ab-a60d-6fcab2ee57bd} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10032 | 2024.11.19 01:40:30.159552 [ 257 ] {a21ba38c-11fc-45ab-a60d-6fcab2ee57bd} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002502 sec., 16386.89048760991 rows/sec., 29.36 MiB/sec. | ||
| 10033 | 2024.11.19 01:40:30.159652 [ 257 ] {a21ba38c-11fc-45ab-a60d-6fcab2ee57bd} <Debug> TCPHandler: Processed in 0.00277274 sec. | ||
| 10034 | 2024.11.19 01:40:30.159805 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10035 | 2024.11.19 01:40:30.159923 [ 260 ] {dbdd946f-4f88-404c-a398-4f088ff1e3f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10036 | 2024.11.19 01:40:30.159975 [ 260 ] {dbdd946f-4f88-404c-a398-4f088ff1e3f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10037 | 2024.11.19 01:40:30.160453 [ 260 ] {dbdd946f-4f88-404c-a398-4f088ff1e3f0} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10038 | 2024.11.19 01:40:30.160491 [ 260 ] {dbdd946f-4f88-404c-a398-4f088ff1e3f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10039 | 2024.11.19 01:40:30.160862 [ 260 ] {dbdd946f-4f88-404c-a398-4f088ff1e3f0} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10040 | 2024.11.19 01:40:30.161094 [ 260 ] {dbdd946f-4f88-404c-a398-4f088ff1e3f0} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10041 | 2024.11.19 01:40:30.161306 [ 260 ] {dbdd946f-4f88-404c-a398-4f088ff1e3f0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001407 sec., 58280.02842928216 rows/sec., 3.70 MiB/sec. | ||
| 10042 | 2024.11.19 01:40:30.161358 [ 260 ] {dbdd946f-4f88-404c-a398-4f088ff1e3f0} <Debug> TCPHandler: Processed in 0.001613519 sec. | ||
| 10043 | 2024.11.19 01:40:32.200320 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62465, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10044 | 2024.11.19 01:40:32.494887 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35545, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10045 | 2024.11.19 01:40:32.538319 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47058, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10046 | 2024.11.19 01:40:32.554656 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42149, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10047 | 2024.11.19 01:40:32.802692 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49424, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10048 | 2024.11.19 01:40:32.813098 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34371, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10049 | 2024.11.19 01:40:32.843445 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35516, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10050 | 2024.11.19 01:40:32.913888 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10051 | 2024.11.19 01:40:33.432934 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42616, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10052 | 2024.11.19 01:40:33.869650 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48083, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10053 | 2024.11.19 01:40:33.964233 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53273, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10054 | 2024.11.19 01:40:34.060796 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62544, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10055 | 2024.11.19 01:40:34.124631 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55952, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10056 | 2024.11.19 01:40:34.126956 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10057 | 2024.11.19 01:40:34.131252 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44800, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10058 | 2024.11.19 01:40:34.160713 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37317, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10059 | 2024.11.19 01:40:35.122471 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10060 | 2024.11.19 01:40:35.122681 [ 260 ] {e03c1be7-ed8f-455e-b8b7-52b912265e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10061 | 2024.11.19 01:40:35.122764 [ 260 ] {e03c1be7-ed8f-455e-b8b7-52b912265e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10062 | 2024.11.19 01:40:35.123500 [ 260 ] {e03c1be7-ed8f-455e-b8b7-52b912265e9c} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10063 | 2024.11.19 01:40:35.123542 [ 260 ] {e03c1be7-ed8f-455e-b8b7-52b912265e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10064 | 2024.11.19 01:40:35.123954 [ 260 ] {e03c1be7-ed8f-455e-b8b7-52b912265e9c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 10065 | 2024.11.19 01:40:35.124205 [ 260 ] {e03c1be7-ed8f-455e-b8b7-52b912265e9c} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10066 | 2024.11.19 01:40:35.124400 [ 260 ] {e03c1be7-ed8f-455e-b8b7-52b912265e9c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00178 sec., 2247.191011235955 rows/sec., 183.24 KiB/sec. | ||
| 10067 | 2024.11.19 01:40:35.124455 [ 260 ] {e03c1be7-ed8f-455e-b8b7-52b912265e9c} <Debug> TCPHandler: Processed in 0.002122918 sec. | ||
| 10068 | 2024.11.19 01:40:35.124713 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10069 | 2024.11.19 01:40:35.124913 [ 257 ] {9521fe52-6514-45ba-a431-eb14cf100f0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10070 | 2024.11.19 01:40:35.124994 [ 257 ] {9521fe52-6514-45ba-a431-eb14cf100f0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10071 | 2024.11.19 01:40:35.125863 [ 257 ] {9521fe52-6514-45ba-a431-eb14cf100f0a} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10072 | 2024.11.19 01:40:35.125911 [ 257 ] {9521fe52-6514-45ba-a431-eb14cf100f0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10073 | 2024.11.19 01:40:35.126353 [ 257 ] {9521fe52-6514-45ba-a431-eb14cf100f0a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10074 | 2024.11.19 01:40:35.126611 [ 257 ] {9521fe52-6514-45ba-a431-eb14cf100f0a} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10075 | 2024.11.19 01:40:35.126856 [ 257 ] {9521fe52-6514-45ba-a431-eb14cf100f0a} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.002 sec., 29000 rows/sec., 2.22 MiB/sec. | ||
| 10076 | 2024.11.19 01:40:35.126917 [ 257 ] {9521fe52-6514-45ba-a431-eb14cf100f0a} <Debug> TCPHandler: Processed in 0.002335962 sec. | ||
| 10077 | 2024.11.19 01:40:35.127075 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10078 | 2024.11.19 01:40:35.127213 [ 260 ] {ee387d22-2b69-4b79-bc9f-acb820690efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10079 | 2024.11.19 01:40:35.127273 [ 260 ] {ee387d22-2b69-4b79-bc9f-acb820690efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10080 | 2024.11.19 01:40:35.127914 [ 260 ] {ee387d22-2b69-4b79-bc9f-acb820690efb} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10081 | 2024.11.19 01:40:35.127952 [ 260 ] {ee387d22-2b69-4b79-bc9f-acb820690efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10082 | 2024.11.19 01:40:35.128300 [ 260 ] {ee387d22-2b69-4b79-bc9f-acb820690efb} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10083 | 2024.11.19 01:40:35.128542 [ 260 ] {ee387d22-2b69-4b79-bc9f-acb820690efb} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10084 | 2024.11.19 01:40:35.128668 [ 107 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10085 | 2024.11.19 01:40:35.128710 [ 107 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10086 | 2024.11.19 01:40:35.128720 [ 260 ] {ee387d22-2b69-4b79-bc9f-acb820690efb} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001538 sec., 2600.780234070221 rows/sec., 181.60 KiB/sec. | ||
| 10087 | 2024.11.19 01:40:35.128735 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10088 | 2024.11.19 01:40:35.128813 [ 260 ] {ee387d22-2b69-4b79-bc9f-acb820690efb} <Debug> TCPHandler: Processed in 0.001797252 sec. | ||
| 10089 | 2024.11.19 01:40:35.129196 [ 196 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::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 | ||
| 10090 | 2024.11.19 01:40:35.129262 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10091 | 2024.11.19 01:40:35.129822 [ 257 ] {1a748131-26d1-4c45-84e2-3eaefd611600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10092 | 2024.11.19 01:40:35.130056 [ 257 ] {1a748131-26d1-4c45-84e2-3eaefd611600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10093 | 2024.11.19 01:40:35.130260 [ 196 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10094 | 2024.11.19 01:40:35.130577 [ 196 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 66 rows starting from the beginning of the part | ||
| 10095 | 2024.11.19 01:40:35.131311 [ 196 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 2 rows starting from the beginning of the part | ||
| 10096 | 2024.11.19 01:40:35.131833 [ 196 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 48 rows starting from the beginning of the part | ||
| 10097 | 2024.11.19 01:40:35.132270 [ 196 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 2 rows starting from the beginning of the part | ||
| 10098 | 2024.11.19 01:40:35.132734 [ 196 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 48 rows starting from the beginning of the part | ||
| 10099 | 2024.11.19 01:40:35.133085 [ 196 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 4 rows starting from the beginning of the part | ||
| 10100 | 2024.11.19 01:40:35.134369 [ 257 ] {1a748131-26d1-4c45-84e2-3eaefd611600} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10101 | 2024.11.19 01:40:35.134458 [ 257 ] {1a748131-26d1-4c45-84e2-3eaefd611600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10102 | 2024.11.19 01:40:35.135541 [ 257 ] {1a748131-26d1-4c45-84e2-3eaefd611600} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10103 | 2024.11.19 01:40:35.135941 [ 196 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 5 columns (5 merged, 0 gathered) in 0.007102177 sec., 23936.322623330845 rows/sec., 1.80 MiB/sec. | ||
| 10104 | 2024.11.19 01:40:35.136083 [ 257 ] {1a748131-26d1-4c45-84e2-3eaefd611600} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10105 | 2024.11.19 01:40:35.136180 [ 196 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10106 | 2024.11.19 01:40:35.136563 [ 257 ] {1a748131-26d1-4c45-84e2-3eaefd611600} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.006925 sec., 9819.494584837545 rows/sec., 785.76 KiB/sec. | ||
| 10107 | 2024.11.19 01:40:35.136798 [ 257 ] {1a748131-26d1-4c45-84e2-3eaefd611600} <Debug> TCPHandler: Processed in 0.007892781 sec. | ||
| 10108 | 2024.11.19 01:40:35.136932 [ 196 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_61_12} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10109 | 2024.11.19 01:40:35.137069 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10110 | 2024.11.19 01:40:35.137256 [ 196 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_61_12} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10111 | 2024.11.19 01:40:35.137559 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10112 | 2024.11.19 01:40:35.137575 [ 260 ] {e983ef95-ae6d-411e-9881-5ae8e24ca58b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10113 | 2024.11.19 01:40:35.137773 [ 260 ] {e983ef95-ae6d-411e-9881-5ae8e24ca58b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10114 | 2024.11.19 01:40:35.138783 [ 260 ] {e983ef95-ae6d-411e-9881-5ae8e24ca58b} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10115 | 2024.11.19 01:40:35.138823 [ 260 ] {e983ef95-ae6d-411e-9881-5ae8e24ca58b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10116 | 2024.11.19 01:40:35.139215 [ 260 ] {e983ef95-ae6d-411e-9881-5ae8e24ca58b} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10117 | 2024.11.19 01:40:35.139454 [ 260 ] {e983ef95-ae6d-411e-9881-5ae8e24ca58b} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10118 | 2024.11.19 01:40:35.139631 [ 260 ] {e983ef95-ae6d-411e-9881-5ae8e24ca58b} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.002282 sec., 70990.35933391762 rows/sec., 4.94 MiB/sec. | ||
| 10119 | 2024.11.19 01:40:35.139681 [ 260 ] {e983ef95-ae6d-411e-9881-5ae8e24ca58b} <Debug> TCPHandler: Processed in 0.00279297 sec. | ||
| 10120 | 2024.11.19 01:40:35.139833 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10121 | 2024.11.19 01:40:35.139974 [ 257 ] {28fe4c02-523f-45fb-a0c8-4ccbe291e378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10122 | 2024.11.19 01:40:35.140034 [ 257 ] {28fe4c02-523f-45fb-a0c8-4ccbe291e378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10123 | 2024.11.19 01:40:35.140618 [ 257 ] {28fe4c02-523f-45fb-a0c8-4ccbe291e378} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10124 | 2024.11.19 01:40:35.140663 [ 257 ] {28fe4c02-523f-45fb-a0c8-4ccbe291e378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10125 | 2024.11.19 01:40:35.141072 [ 257 ] {28fe4c02-523f-45fb-a0c8-4ccbe291e378} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10126 | 2024.11.19 01:40:35.141312 [ 257 ] {28fe4c02-523f-45fb-a0c8-4ccbe291e378} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10127 | 2024.11.19 01:40:35.141522 [ 257 ] {28fe4c02-523f-45fb-a0c8-4ccbe291e378} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001582 sec., 37926.67509481669 rows/sec., 2.56 MiB/sec. | ||
| 10128 | 2024.11.19 01:40:35.141571 [ 257 ] {28fe4c02-523f-45fb-a0c8-4ccbe291e378} <Debug> TCPHandler: Processed in 0.001807642 sec. | ||
| 10129 | 2024.11.19 01:40:39.057591 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1482 | ||
| 10130 | 2024.11.19 01:40:39.060681 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10131 | 2024.11.19 01:40:39.060731 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10132 | 2024.11.19 01:40:39.062176 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10133 | 2024.11.19 01:40:39.062489 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10134 | 2024.11.19 01:40:39.063992 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1482 | ||
| 10135 | 2024.11.19 01:40:40.122457 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10136 | 2024.11.19 01:40:40.122670 [ 260 ] {97a91224-4bae-4780-8c0f-b1dff2e23018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10137 | 2024.11.19 01:40:40.122754 [ 260 ] {97a91224-4bae-4780-8c0f-b1dff2e23018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10138 | 2024.11.19 01:40:40.123558 [ 260 ] {97a91224-4bae-4780-8c0f-b1dff2e23018} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10139 | 2024.11.19 01:40:40.123608 [ 260 ] {97a91224-4bae-4780-8c0f-b1dff2e23018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10140 | 2024.11.19 01:40:40.124048 [ 260 ] {97a91224-4bae-4780-8c0f-b1dff2e23018} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10141 | 2024.11.19 01:40:40.124303 [ 260 ] {97a91224-4bae-4780-8c0f-b1dff2e23018} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10142 | 2024.11.19 01:40:40.124480 [ 104 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10143 | 2024.11.19 01:40:40.124553 [ 260 ] {97a91224-4bae-4780-8c0f-b1dff2e23018} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001938 sec., 28895.768833849328 rows/sec., 2.22 MiB/sec. | ||
| 10144 | 2024.11.19 01:40:40.124559 [ 104 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10145 | 2024.11.19 01:40:40.124632 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10146 | 2024.11.19 01:40:40.124684 [ 260 ] {97a91224-4bae-4780-8c0f-b1dff2e23018} <Debug> TCPHandler: Processed in 0.002364152 sec. | ||
| 10147 | 2024.11.19 01:40:40.124893 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10148 | 2024.11.19 01:40:40.125003 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10149 | 2024.11.19 01:40:40.125048 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10150 | 2024.11.19 01:40:40.125118 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1435 rows starting from the beginning of the part | ||
| 10151 | 2024.11.19 01:40:40.125294 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 57 rows starting from the beginning of the part | ||
| 10152 | 2024.11.19 01:40:40.125655 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part | ||
| 10153 | 2024.11.19 01:40:40.125707 [ 257 ] {4167a5e1-79a7-4af2-89ae-93306d57213f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10154 | 2024.11.19 01:40:40.125898 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 285 rows starting from the beginning of the part | ||
| 10155 | 2024.11.19 01:40:40.126045 [ 257 ] {4167a5e1-79a7-4af2-89ae-93306d57213f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10156 | 2024.11.19 01:40:40.126200 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 58 rows starting from the beginning of the part | ||
| 10157 | 2024.11.19 01:40:40.126571 [ 192 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 56 rows starting from the beginning of the part | ||
| 10158 | 2024.11.19 01:40:40.128417 [ 257 ] {4167a5e1-79a7-4af2-89ae-93306d57213f} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10159 | 2024.11.19 01:40:40.128496 [ 257 ] {4167a5e1-79a7-4af2-89ae-93306d57213f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10160 | 2024.11.19 01:40:40.130122 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005390827 sec., 361169.07480058254 rows/sec., 31.58 MiB/sec. | ||
| 10161 | 2024.11.19 01:40:40.130208 [ 257 ] {4167a5e1-79a7-4af2-89ae-93306d57213f} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10162 | 2024.11.19 01:40:40.130469 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10163 | 2024.11.19 01:40:40.130769 [ 257 ] {4167a5e1-79a7-4af2-89ae-93306d57213f} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10164 | 2024.11.19 01:40:40.131230 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_96_19} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10165 | 2024.11.19 01:40:40.131327 [ 102 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10166 | 2024.11.19 01:40:40.131377 [ 257 ] {4167a5e1-79a7-4af2-89ae-93306d57213f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005968 sec., 10723.860589812331 rows/sec., 857.11 KiB/sec. | ||
| 10167 | 2024.11.19 01:40:40.131478 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_96_19} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10168 | 2024.11.19 01:40:40.131511 [ 102 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10169 | 2024.11.19 01:40:40.131771 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10170 | 2024.11.19 01:40:40.131793 [ 257 ] {4167a5e1-79a7-4af2-89ae-93306d57213f} <Debug> TCPHandler: Processed in 0.006946954 sec. | ||
| 10171 | 2024.11.19 01:40:40.131814 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 10172 | 2024.11.19 01:40:40.132115 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10173 | 2024.11.19 01:40:40.132155 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10174 | 2024.11.19 01:40:40.132300 [ 260 ] {7f98084b-3c4e-48c6-9002-e4b9ccdc242c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10175 | 2024.11.19 01:40:40.132420 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10176 | 2024.11.19 01:40:40.132501 [ 260 ] {7f98084b-3c4e-48c6-9002-e4b9ccdc242c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10177 | 2024.11.19 01:40:40.132541 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 915 rows starting from the beginning of the part | ||
| 10178 | 2024.11.19 01:40:40.133033 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 66 rows starting from the beginning of the part | ||
| 10179 | 2024.11.19 01:40:40.133566 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part | ||
| 10180 | 2024.11.19 01:40:40.134211 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 423 rows starting from the beginning of the part | ||
| 10181 | 2024.11.19 01:40:40.134829 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 68 rows starting from the beginning of the part | ||
| 10182 | 2024.11.19 01:40:40.135414 [ 199 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part | ||
| 10183 | 2024.11.19 01:40:40.136545 [ 260 ] {7f98084b-3c4e-48c6-9002-e4b9ccdc242c} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10184 | 2024.11.19 01:40:40.136593 [ 260 ] {7f98084b-3c4e-48c6-9002-e4b9ccdc242c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10185 | 2024.11.19 01:40:40.137161 [ 260 ] {7f98084b-3c4e-48c6-9002-e4b9ccdc242c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10186 | 2024.11.19 01:40:40.137455 [ 260 ] {7f98084b-3c4e-48c6-9002-e4b9ccdc242c} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10187 | 2024.11.19 01:40:40.137695 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1600 rows, containing 5 columns (5 merged, 0 gathered) in 0.005750273 sec., 278247.6588502841 rows/sec., 21.46 MiB/sec. | ||
| 10188 | 2024.11.19 01:40:40.137740 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10189 | 2024.11.19 01:40:40.137818 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10190 | 2024.11.19 01:40:40.137856 [ 260 ] {7f98084b-3c4e-48c6-9002-e4b9ccdc242c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005603 sec., 28556.130644297697 rows/sec., 1.99 MiB/sec. | ||
| 10191 | 2024.11.19 01:40:40.137886 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10192 | 2024.11.19 01:40:40.138011 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10193 | 2024.11.19 01:40:40.138187 [ 260 ] {7f98084b-3c4e-48c6-9002-e4b9ccdc242c} <Debug> TCPHandler: Processed in 0.006204731 sec. | ||
| 10194 | 2024.11.19 01:40:40.138556 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10195 | 2024.11.19 01:40:40.138698 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10196 | 2024.11.19 01:40:40.139009 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10197 | 2024.11.19 01:40:40.139010 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_96_19} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10198 | 2024.11.19 01:40:40.139139 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_91_18, total 17358 rows starting from the beginning of the part | ||
| 10199 | 2024.11.19 01:40:40.139234 [ 257 ] {f09f190b-a5e2-4cdd-9d91-35c14ed9a1e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10200 | 2024.11.19 01:40:40.139292 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_96_19} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10201 | 2024.11.19 01:40:40.139578 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 10202 | 2024.11.19 01:40:40.139641 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 129 rows starting from the beginning of the part | ||
| 10203 | 2024.11.19 01:40:40.139666 [ 257 ] {f09f190b-a5e2-4cdd-9d91-35c14ed9a1e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10204 | 2024.11.19 01:40:40.139956 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 10205 | 2024.11.19 01:40:40.140355 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part | ||
| 10206 | 2024.11.19 01:40:40.140728 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 162 rows starting from the beginning of the part | ||
| 10207 | 2024.11.19 01:40:40.141091 [ 186 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
| 10208 | 2024.11.19 01:40:40.142079 [ 257 ] {f09f190b-a5e2-4cdd-9d91-35c14ed9a1e5} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10209 | 2024.11.19 01:40:40.142157 [ 257 ] {f09f190b-a5e2-4cdd-9d91-35c14ed9a1e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10210 | 2024.11.19 01:40:40.142719 [ 257 ] {f09f190b-a5e2-4cdd-9d91-35c14ed9a1e5} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10211 | 2024.11.19 01:40:40.143078 [ 257 ] {f09f190b-a5e2-4cdd-9d91-35c14ed9a1e5} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10212 | 2024.11.19 01:40:40.143308 [ 102 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10213 | 2024.11.19 01:40:40.143415 [ 102 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10214 | 2024.11.19 01:40:40.143494 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10215 | 2024.11.19 01:40:40.143550 [ 257 ] {f09f190b-a5e2-4cdd-9d91-35c14ed9a1e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004471 sec., 13419.816595839857 rows/sec., 926.11 KiB/sec. | ||
| 10216 | 2024.11.19 01:40:40.143907 [ 257 ] {f09f190b-a5e2-4cdd-9d91-35c14ed9a1e5} <Debug> TCPHandler: Processed in 0.005533579 sec. | ||
| 10217 | 2024.11.19 01:40:40.143937 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 10218 | 2024.11.19 01:40:40.144354 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10219 | 2024.11.19 01:40:40.144440 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5584 rows starting from the beginning of the part | ||
| 10220 | 2024.11.19 01:40:40.144701 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 48 rows starting from the beginning of the part | ||
| 10221 | 2024.11.19 01:40:40.145073 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 10222 | 2024.11.19 01:40:40.145445 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
| 10223 | 2024.11.19 01:40:40.145577 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 10224 | 2024.11.19 01:40:40.145747 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
| 10225 | 2024.11.19 01:40:40.149086 [ 187 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5894 rows, containing 4 columns (4 merged, 0 gathered) in 0.005434848 sec., 1084482.9515011276 rows/sec., 71.46 MiB/sec. | ||
| 10226 | 2024.11.19 01:40:40.149572 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18206 rows, containing 5 columns (5 merged, 0 gathered) in 0.011490445 sec., 1584446.9034924235 rows/sec., 108.30 MiB/sec. | ||
| 10227 | 2024.11.19 01:40:40.149751 [ 198 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10228 | 2024.11.19 01:40:40.150064 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10229 | 2024.11.19 01:40:40.150252 [ 198 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_96_19} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10230 | 2024.11.19 01:40:40.150393 [ 198 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_96_19} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10231 | 2024.11.19 01:40:40.150550 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 10232 | 2024.11.19 01:40:40.150623 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10233 | 2024.11.19 01:40:40.150722 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10234 | 2024.11.19 01:40:40.150824 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 10235 | 2024.11.19 01:40:41.000188 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.89 MiB, peak 193.40 MiB, free memory in arenas 0.00 B, will set to 183.97 MiB (RSS), difference: 1.08 MiB | ||
| 10236 | 2024.11.19 01:40:41.750694 [ 101 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 10237 | 2024.11.19 01:40:41.750787 [ 101 ] {} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10238 | 2024.11.19 01:40:41.750829 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 10239 | 2024.11.19 01:40:41.751098 [ 187 ] {7a068b2a-d445-4769-83f0-40596558304b::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 | ||
| 10240 | 2024.11.19 01:40:41.751489 [ 187 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10241 | 2024.11.19 01:40:41.751559 [ 187 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 25 rows starting from the beginning of the part | ||
| 10242 | 2024.11.19 01:40:41.751695 [ 187 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 10243 | 2024.11.19 01:40:41.752053 [ 187 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 10244 | 2024.11.19 01:40:41.752277 [ 187 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 10245 | 2024.11.19 01:40:41.752378 [ 187 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 10246 | 2024.11.19 01:40:41.753505 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.002559066 sec., 11332.259504053432 rows/sec., 763.60 KiB/sec. | ||
| 10247 | 2024.11.19 01:40:41.753696 [ 190 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 10248 | 2024.11.19 01:40:41.754060 [ 190 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_29_7} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10249 | 2024.11.19 01:40:41.754159 [ 190 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_29_7} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 10250 | 2024.11.19 01:40:41.754263 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10251 | 2024.11.19 01:40:42.234057 [ 101 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 10252 | 2024.11.19 01:40:42.234158 [ 101 ] {} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10253 | 2024.11.19 01:40:42.234199 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10254 | 2024.11.19 01:40:42.234432 [ 194 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::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 | ||
| 10255 | 2024.11.19 01:40:42.234900 [ 194 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10256 | 2024.11.19 01:40:42.234975 [ 194 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 150 rows starting from the beginning of the part | ||
| 10257 | 2024.11.19 01:40:42.235072 [ 194 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 10258 | 2024.11.19 01:40:42.235308 [ 194 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 10259 | 2024.11.19 01:40:42.235566 [ 194 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 10260 | 2024.11.19 01:40:42.235722 [ 194 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 10261 | 2024.11.19 01:40:42.236816 [ 194 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.002525675 sec., 68892.47428905145 rows/sec., 3.52 MiB/sec. | ||
| 10262 | 2024.11.19 01:40:42.236983 [ 193 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 10263 | 2024.11.19 01:40:42.237329 [ 193 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_29_7} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10264 | 2024.11.19 01:40:42.237424 [ 193 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_29_7} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 10265 | 2024.11.19 01:40:42.237524 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10266 | 2024.11.19 01:40:43.718017 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10267 | 2024.11.19 01:40:43.718077 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10268 | 2024.11.19 01:40:45.128986 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10269 | 2024.11.19 01:40:45.129278 [ 260 ] {b36686f7-50ca-4533-ba29-1449216d94fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10270 | 2024.11.19 01:40:45.129351 [ 260 ] {b36686f7-50ca-4533-ba29-1449216d94fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10271 | 2024.11.19 01:40:45.130096 [ 260 ] {b36686f7-50ca-4533-ba29-1449216d94fa} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10272 | 2024.11.19 01:40:45.130139 [ 260 ] {b36686f7-50ca-4533-ba29-1449216d94fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10273 | 2024.11.19 01:40:45.130580 [ 260 ] {b36686f7-50ca-4533-ba29-1449216d94fa} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10274 | 2024.11.19 01:40:45.130841 [ 260 ] {b36686f7-50ca-4533-ba29-1449216d94fa} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10275 | 2024.11.19 01:40:45.131054 [ 260 ] {b36686f7-50ca-4533-ba29-1449216d94fa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001853 sec., 7555.315704263357 rows/sec., 543.88 KiB/sec. | ||
| 10276 | 2024.11.19 01:40:45.131117 [ 260 ] {b36686f7-50ca-4533-ba29-1449216d94fa} <Debug> TCPHandler: Processed in 0.002317901 sec. | ||
| 10277 | 2024.11.19 01:40:45.131407 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10278 | 2024.11.19 01:40:45.131709 [ 257 ] {df33a07d-7c5e-405c-9f7f-04e9a235d8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10279 | 2024.11.19 01:40:45.131821 [ 257 ] {df33a07d-7c5e-405c-9f7f-04e9a235d8bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10280 | 2024.11.19 01:40:45.132825 [ 257 ] {df33a07d-7c5e-405c-9f7f-04e9a235d8bf} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10281 | 2024.11.19 01:40:45.132869 [ 257 ] {df33a07d-7c5e-405c-9f7f-04e9a235d8bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10282 | 2024.11.19 01:40:45.133314 [ 257 ] {df33a07d-7c5e-405c-9f7f-04e9a235d8bf} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10283 | 2024.11.19 01:40:45.133573 [ 257 ] {df33a07d-7c5e-405c-9f7f-04e9a235d8bf} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10284 | 2024.11.19 01:40:45.133793 [ 257 ] {df33a07d-7c5e-405c-9f7f-04e9a235d8bf} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002165 sec., 131639.72286374136 rows/sec., 11.63 MiB/sec. | ||
| 10285 | 2024.11.19 01:40:45.133857 [ 257 ] {df33a07d-7c5e-405c-9f7f-04e9a235d8bf} <Debug> TCPHandler: Processed in 0.002631437 sec. | ||
| 10286 | 2024.11.19 01:40:45.134055 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10287 | 2024.11.19 01:40:45.134270 [ 260 ] {3135ee6f-709b-4c80-97f2-502f80831a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10288 | 2024.11.19 01:40:45.134331 [ 260 ] {3135ee6f-709b-4c80-97f2-502f80831a59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10289 | 2024.11.19 01:40:45.135050 [ 260 ] {3135ee6f-709b-4c80-97f2-502f80831a59} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10290 | 2024.11.19 01:40:45.135098 [ 260 ] {3135ee6f-709b-4c80-97f2-502f80831a59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10291 | 2024.11.19 01:40:45.135488 [ 260 ] {3135ee6f-709b-4c80-97f2-502f80831a59} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10292 | 2024.11.19 01:40:45.135736 [ 260 ] {3135ee6f-709b-4c80-97f2-502f80831a59} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10293 | 2024.11.19 01:40:45.135949 [ 260 ] {3135ee6f-709b-4c80-97f2-502f80831a59} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001726 sec., 27809.965237543453 rows/sec., 2.00 MiB/sec. | ||
| 10294 | 2024.11.19 01:40:45.136004 [ 260 ] {3135ee6f-709b-4c80-97f2-502f80831a59} <Debug> TCPHandler: Processed in 0.002058787 sec. | ||
| 10295 | 2024.11.19 01:40:45.136145 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10296 | 2024.11.19 01:40:45.136277 [ 257 ] {a027730a-2f15-4063-8912-5e0fc8c0fa80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10297 | 2024.11.19 01:40:45.136336 [ 257 ] {a027730a-2f15-4063-8912-5e0fc8c0fa80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10298 | 2024.11.19 01:40:45.137051 [ 257 ] {a027730a-2f15-4063-8912-5e0fc8c0fa80} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10299 | 2024.11.19 01:40:45.137098 [ 257 ] {a027730a-2f15-4063-8912-5e0fc8c0fa80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10300 | 2024.11.19 01:40:45.137477 [ 257 ] {a027730a-2f15-4063-8912-5e0fc8c0fa80} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10301 | 2024.11.19 01:40:45.137719 [ 257 ] {a027730a-2f15-4063-8912-5e0fc8c0fa80} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10302 | 2024.11.19 01:40:45.137968 [ 257 ] {a027730a-2f15-4063-8912-5e0fc8c0fa80} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001718 sec., 8149.010477299185 rows/sec., 570.70 KiB/sec. | ||
| 10303 | 2024.11.19 01:40:45.138068 [ 257 ] {a027730a-2f15-4063-8912-5e0fc8c0fa80} <Debug> TCPHandler: Processed in 0.001977506 sec. | ||
| 10304 | 2024.11.19 01:40:45.138302 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10305 | 2024.11.19 01:40:45.138452 [ 260 ] {d3cf4c83-3b8d-45c4-9a94-42331e047371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10306 | 2024.11.19 01:40:45.138511 [ 260 ] {d3cf4c83-3b8d-45c4-9a94-42331e047371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10307 | 2024.11.19 01:40:45.139197 [ 260 ] {d3cf4c83-3b8d-45c4-9a94-42331e047371} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10308 | 2024.11.19 01:40:45.139242 [ 260 ] {d3cf4c83-3b8d-45c4-9a94-42331e047371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10309 | 2024.11.19 01:40:45.139608 [ 260 ] {d3cf4c83-3b8d-45c4-9a94-42331e047371} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10310 | 2024.11.19 01:40:45.139846 [ 260 ] {d3cf4c83-3b8d-45c4-9a94-42331e047371} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10311 | 2024.11.19 01:40:45.140108 [ 260 ] {d3cf4c83-3b8d-45c4-9a94-42331e047371} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001682 sec., 7728.894173602855 rows/sec., 481.89 KiB/sec. | ||
| 10312 | 2024.11.19 01:40:45.140324 [ 260 ] {d3cf4c83-3b8d-45c4-9a94-42331e047371} <Debug> TCPHandler: Processed in 0.002140718 sec. | ||
| 10313 | 2024.11.19 01:40:45.140538 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10314 | 2024.11.19 01:40:45.140676 [ 257 ] {b11c9e45-f39c-4964-bec2-2c8cc371fc40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10315 | 2024.11.19 01:40:45.140734 [ 257 ] {b11c9e45-f39c-4964-bec2-2c8cc371fc40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10316 | 2024.11.19 01:40:45.141520 [ 257 ] {b11c9e45-f39c-4964-bec2-2c8cc371fc40} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10317 | 2024.11.19 01:40:45.141561 [ 257 ] {b11c9e45-f39c-4964-bec2-2c8cc371fc40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10318 | 2024.11.19 01:40:45.141950 [ 257 ] {b11c9e45-f39c-4964-bec2-2c8cc371fc40} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10319 | 2024.11.19 01:40:45.142185 [ 257 ] {b11c9e45-f39c-4964-bec2-2c8cc371fc40} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10320 | 2024.11.19 01:40:45.142406 [ 257 ] {b11c9e45-f39c-4964-bec2-2c8cc371fc40} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001756 sec., 240888.3826879271 rows/sec., 17.22 MiB/sec. | ||
| 10321 | 2024.11.19 01:40:45.142498 [ 257 ] {b11c9e45-f39c-4964-bec2-2c8cc371fc40} <Debug> TCPHandler: Processed in 0.002034607 sec. | ||
| 10322 | 2024.11.19 01:40:45.142719 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10323 | 2024.11.19 01:40:45.142904 [ 260 ] {3c3269c2-80bb-4ad9-8726-c52948f32ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10324 | 2024.11.19 01:40:45.142958 [ 260 ] {3c3269c2-80bb-4ad9-8726-c52948f32ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10325 | 2024.11.19 01:40:45.143517 [ 260 ] {3c3269c2-80bb-4ad9-8726-c52948f32ca3} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10326 | 2024.11.19 01:40:45.143560 [ 260 ] {3c3269c2-80bb-4ad9-8726-c52948f32ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10327 | 2024.11.19 01:40:45.143947 [ 260 ] {3c3269c2-80bb-4ad9-8726-c52948f32ca3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10328 | 2024.11.19 01:40:45.144196 [ 260 ] {3c3269c2-80bb-4ad9-8726-c52948f32ca3} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10329 | 2024.11.19 01:40:45.144419 [ 260 ] {3c3269c2-80bb-4ad9-8726-c52948f32ca3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00154 sec., 3896.103896103896 rows/sec., 203.56 KiB/sec. | ||
| 10330 | 2024.11.19 01:40:45.144472 [ 260 ] {3c3269c2-80bb-4ad9-8726-c52948f32ca3} <Debug> TCPHandler: Processed in 0.001867023 sec. | ||
| 10331 | 2024.11.19 01:40:45.144632 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10332 | 2024.11.19 01:40:45.144755 [ 257 ] {ba5ce951-bc04-4627-88cf-43d1fafc7939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10333 | 2024.11.19 01:40:45.144808 [ 257 ] {ba5ce951-bc04-4627-88cf-43d1fafc7939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10334 | 2024.11.19 01:40:45.145385 [ 257 ] {ba5ce951-bc04-4627-88cf-43d1fafc7939} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10335 | 2024.11.19 01:40:45.145423 [ 257 ] {ba5ce951-bc04-4627-88cf-43d1fafc7939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10336 | 2024.11.19 01:40:45.145814 [ 257 ] {ba5ce951-bc04-4627-88cf-43d1fafc7939} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10337 | 2024.11.19 01:40:45.146052 [ 257 ] {ba5ce951-bc04-4627-88cf-43d1fafc7939} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10338 | 2024.11.19 01:40:45.146289 [ 257 ] {ba5ce951-bc04-4627-88cf-43d1fafc7939} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001559 sec., 152020.52597819114 rows/sec., 10.19 MiB/sec. | ||
| 10339 | 2024.11.19 01:40:45.146363 [ 257 ] {ba5ce951-bc04-4627-88cf-43d1fafc7939} <Debug> TCPHandler: Processed in 0.001789392 sec. | ||
| 10340 | 2024.11.19 01:40:45.146589 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10341 | 2024.11.19 01:40:45.146812 [ 260 ] {379a02c3-a0a9-4673-ae8d-57faa467d651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10342 | 2024.11.19 01:40:45.146876 [ 260 ] {379a02c3-a0a9-4673-ae8d-57faa467d651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10343 | 2024.11.19 01:40:45.147396 [ 260 ] {379a02c3-a0a9-4673-ae8d-57faa467d651} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10344 | 2024.11.19 01:40:45.147437 [ 260 ] {379a02c3-a0a9-4673-ae8d-57faa467d651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10345 | 2024.11.19 01:40:45.147813 [ 260 ] {379a02c3-a0a9-4673-ae8d-57faa467d651} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10346 | 2024.11.19 01:40:45.148058 [ 260 ] {379a02c3-a0a9-4673-ae8d-57faa467d651} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10347 | 2024.11.19 01:40:45.148280 [ 260 ] {379a02c3-a0a9-4673-ae8d-57faa467d651} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001512 sec., 661.3756613756614 rows/sec., 44.57 KiB/sec. | ||
| 10348 | 2024.11.19 01:40:45.148332 [ 260 ] {379a02c3-a0a9-4673-ae8d-57faa467d651} <Debug> TCPHandler: Processed in 0.001872653 sec. | ||
| 10349 | 2024.11.19 01:40:45.148541 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10350 | 2024.11.19 01:40:45.148775 [ 257 ] {1862f293-1a2f-4d0d-9f6e-97d0b145a7f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10351 | 2024.11.19 01:40:45.148918 [ 257 ] {1862f293-1a2f-4d0d-9f6e-97d0b145a7f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10352 | 2024.11.19 01:40:45.150221 [ 257 ] {1862f293-1a2f-4d0d-9f6e-97d0b145a7f9} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10353 | 2024.11.19 01:40:45.150263 [ 257 ] {1862f293-1a2f-4d0d-9f6e-97d0b145a7f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10354 | 2024.11.19 01:40:45.150938 [ 257 ] {1862f293-1a2f-4d0d-9f6e-97d0b145a7f9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10355 | 2024.11.19 01:40:45.151201 [ 257 ] {1862f293-1a2f-4d0d-9f6e-97d0b145a7f9} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10356 | 2024.11.19 01:40:45.151495 [ 257 ] {1862f293-1a2f-4d0d-9f6e-97d0b145a7f9} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002774 sec., 14780.100937274694 rows/sec., 26.49 MiB/sec. | ||
| 10357 | 2024.11.19 01:40:45.151993 [ 257 ] {1862f293-1a2f-4d0d-9f6e-97d0b145a7f9} <Debug> TCPHandler: Processed in 0.003556894 sec. | ||
| 10358 | 2024.11.19 01:40:45.152234 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10359 | 2024.11.19 01:40:45.152375 [ 260 ] {5d633f8b-4ffc-46c1-a46e-bf6049e0bd43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10360 | 2024.11.19 01:40:45.152436 [ 260 ] {5d633f8b-4ffc-46c1-a46e-bf6049e0bd43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10361 | 2024.11.19 01:40:45.153023 [ 260 ] {5d633f8b-4ffc-46c1-a46e-bf6049e0bd43} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10362 | 2024.11.19 01:40:45.153071 [ 260 ] {5d633f8b-4ffc-46c1-a46e-bf6049e0bd43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10363 | 2024.11.19 01:40:45.153473 [ 260 ] {5d633f8b-4ffc-46c1-a46e-bf6049e0bd43} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 10364 | 2024.11.19 01:40:45.153719 [ 260 ] {5d633f8b-4ffc-46c1-a46e-bf6049e0bd43} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10365 | 2024.11.19 01:40:45.153927 [ 260 ] {5d633f8b-4ffc-46c1-a46e-bf6049e0bd43} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001582 sec., 51833.1226295828 rows/sec., 3.29 MiB/sec. | ||
| 10366 | 2024.11.19 01:40:45.153979 [ 260 ] {5d633f8b-4ffc-46c1-a46e-bf6049e0bd43} <Debug> TCPHandler: Processed in 0.001865303 sec. | ||
| 10367 | 2024.11.19 01:40:49.064275 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1512 | ||
| 10368 | 2024.11.19 01:40:49.067185 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10369 | 2024.11.19 01:40:49.067235 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10370 | 2024.11.19 01:40:49.068659 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10371 | 2024.11.19 01:40:49.068971 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10372 | 2024.11.19 01:40:49.069473 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1512 | ||
| 10373 | 2024.11.19 01:40:50.121263 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10374 | 2024.11.19 01:40:50.121485 [ 260 ] {958447c6-8946-44b5-9274-e143a1fcaf6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10375 | 2024.11.19 01:40:50.121604 [ 260 ] {958447c6-8946-44b5-9274-e143a1fcaf6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10376 | 2024.11.19 01:40:50.122670 [ 260 ] {958447c6-8946-44b5-9274-e143a1fcaf6c} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10377 | 2024.11.19 01:40:50.122718 [ 260 ] {958447c6-8946-44b5-9274-e143a1fcaf6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10378 | 2024.11.19 01:40:50.123143 [ 260 ] {958447c6-8946-44b5-9274-e143a1fcaf6c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 10379 | 2024.11.19 01:40:50.123407 [ 260 ] {958447c6-8946-44b5-9274-e143a1fcaf6c} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10380 | 2024.11.19 01:40:50.123670 [ 260 ] {958447c6-8946-44b5-9274-e143a1fcaf6c} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002264 sec., 4416.961130742049 rows/sec., 360.17 KiB/sec. | ||
| 10381 | 2024.11.19 01:40:50.123802 [ 260 ] {958447c6-8946-44b5-9274-e143a1fcaf6c} <Debug> TCPHandler: Processed in 0.002664887 sec. | ||
| 10382 | 2024.11.19 01:40:50.124062 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10383 | 2024.11.19 01:40:50.124247 [ 257 ] {d6719139-039d-4ec2-ae40-dc04fb92e43d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10384 | 2024.11.19 01:40:50.124314 [ 257 ] {d6719139-039d-4ec2-ae40-dc04fb92e43d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10385 | 2024.11.19 01:40:50.125066 [ 257 ] {d6719139-039d-4ec2-ae40-dc04fb92e43d} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10386 | 2024.11.19 01:40:50.125106 [ 257 ] {d6719139-039d-4ec2-ae40-dc04fb92e43d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10387 | 2024.11.19 01:40:50.125541 [ 257 ] {d6719139-039d-4ec2-ae40-dc04fb92e43d} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10388 | 2024.11.19 01:40:50.125794 [ 257 ] {d6719139-039d-4ec2-ae40-dc04fb92e43d} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10389 | 2024.11.19 01:40:50.125999 [ 257 ] {d6719139-039d-4ec2-ae40-dc04fb92e43d} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.0018 sec., 33888.88888888889 rows/sec., 2.59 MiB/sec. | ||
| 10390 | 2024.11.19 01:40:50.126063 [ 257 ] {d6719139-039d-4ec2-ae40-dc04fb92e43d} <Debug> TCPHandler: Processed in 0.002128088 sec. | ||
| 10391 | 2024.11.19 01:40:50.126279 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10392 | 2024.11.19 01:40:50.126500 [ 260 ] {174fb785-9b94-4bc3-b3e1-60535ac30bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10393 | 2024.11.19 01:40:50.126562 [ 260 ] {174fb785-9b94-4bc3-b3e1-60535ac30bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10394 | 2024.11.19 01:40:50.127258 [ 260 ] {174fb785-9b94-4bc3-b3e1-60535ac30bae} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10395 | 2024.11.19 01:40:50.127307 [ 260 ] {174fb785-9b94-4bc3-b3e1-60535ac30bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10396 | 2024.11.19 01:40:50.127698 [ 260 ] {174fb785-9b94-4bc3-b3e1-60535ac30bae} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10397 | 2024.11.19 01:40:50.127943 [ 260 ] {174fb785-9b94-4bc3-b3e1-60535ac30bae} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10398 | 2024.11.19 01:40:50.128159 [ 260 ] {174fb785-9b94-4bc3-b3e1-60535ac30bae} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001697 sec., 5892.751915144373 rows/sec., 411.46 KiB/sec. | ||
| 10399 | 2024.11.19 01:40:50.128212 [ 260 ] {174fb785-9b94-4bc3-b3e1-60535ac30bae} <Debug> TCPHandler: Processed in 0.002058167 sec. | ||
| 10400 | 2024.11.19 01:40:50.128359 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10401 | 2024.11.19 01:40:50.128491 [ 257 ] {f3bca040-ee09-40a5-a779-e72edefadb63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10402 | 2024.11.19 01:40:50.128552 [ 257 ] {f3bca040-ee09-40a5-a779-e72edefadb63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10403 | 2024.11.19 01:40:50.129296 [ 257 ] {f3bca040-ee09-40a5-a779-e72edefadb63} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10404 | 2024.11.19 01:40:50.129343 [ 257 ] {f3bca040-ee09-40a5-a779-e72edefadb63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10405 | 2024.11.19 01:40:50.129727 [ 257 ] {f3bca040-ee09-40a5-a779-e72edefadb63} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10406 | 2024.11.19 01:40:50.129966 [ 257 ] {f3bca040-ee09-40a5-a779-e72edefadb63} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10407 | 2024.11.19 01:40:50.130175 [ 257 ] {f3bca040-ee09-40a5-a779-e72edefadb63} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001712 sec., 43224.299065420564 rows/sec., 3.38 MiB/sec. | ||
| 10408 | 2024.11.19 01:40:50.130266 [ 257 ] {f3bca040-ee09-40a5-a779-e72edefadb63} <Debug> TCPHandler: Processed in 0.001963375 sec. | ||
| 10409 | 2024.11.19 01:40:50.130443 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10410 | 2024.11.19 01:40:50.130707 [ 260 ] {2067d2bf-3726-489d-8263-ff7d333547d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10411 | 2024.11.19 01:40:50.130805 [ 260 ] {2067d2bf-3726-489d-8263-ff7d333547d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10412 | 2024.11.19 01:40:50.131630 [ 260 ] {2067d2bf-3726-489d-8263-ff7d333547d9} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10413 | 2024.11.19 01:40:50.131669 [ 260 ] {2067d2bf-3726-489d-8263-ff7d333547d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10414 | 2024.11.19 01:40:50.132062 [ 260 ] {2067d2bf-3726-489d-8263-ff7d333547d9} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10415 | 2024.11.19 01:40:50.132300 [ 260 ] {2067d2bf-3726-489d-8263-ff7d333547d9} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10416 | 2024.11.19 01:40:50.132520 [ 260 ] {2067d2bf-3726-489d-8263-ff7d333547d9} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001868 sec., 71199.14346895074 rows/sec., 4.96 MiB/sec. | ||
| 10417 | 2024.11.19 01:40:50.132569 [ 260 ] {2067d2bf-3726-489d-8263-ff7d333547d9} <Debug> TCPHandler: Processed in 0.002223339 sec. | ||
| 10418 | 2024.11.19 01:40:50.132725 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10419 | 2024.11.19 01:40:50.132867 [ 257 ] {5326a9ca-a805-409e-b5f9-96f82c07bc15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10420 | 2024.11.19 01:40:50.132929 [ 257 ] {5326a9ca-a805-409e-b5f9-96f82c07bc15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10421 | 2024.11.19 01:40:50.133497 [ 257 ] {5326a9ca-a805-409e-b5f9-96f82c07bc15} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10422 | 2024.11.19 01:40:50.133539 [ 257 ] {5326a9ca-a805-409e-b5f9-96f82c07bc15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10423 | 2024.11.19 01:40:50.133916 [ 257 ] {5326a9ca-a805-409e-b5f9-96f82c07bc15} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 10424 | 2024.11.19 01:40:50.134153 [ 257 ] {5326a9ca-a805-409e-b5f9-96f82c07bc15} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10425 | 2024.11.19 01:40:50.134342 [ 257 ] {5326a9ca-a805-409e-b5f9-96f82c07bc15} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001506 sec., 31872.509960159365 rows/sec., 2.15 MiB/sec. | ||
| 10426 | 2024.11.19 01:40:50.134389 [ 257 ] {5326a9ca-a805-409e-b5f9-96f82c07bc15} <Debug> TCPHandler: Processed in 0.001732681 sec. | ||
| 10427 | 2024.11.19 01:40:55.122482 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10428 | 2024.11.19 01:40:55.122716 [ 260 ] {97b5ea21-c191-481a-8b50-bfd4527317b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10429 | 2024.11.19 01:40:55.122792 [ 260 ] {97b5ea21-c191-481a-8b50-bfd4527317b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10430 | 2024.11.19 01:40:55.123547 [ 260 ] {97b5ea21-c191-481a-8b50-bfd4527317b3} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10431 | 2024.11.19 01:40:55.123601 [ 260 ] {97b5ea21-c191-481a-8b50-bfd4527317b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10432 | 2024.11.19 01:40:55.124047 [ 260 ] {97b5ea21-c191-481a-8b50-bfd4527317b3} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10433 | 2024.11.19 01:40:55.124318 [ 260 ] {97b5ea21-c191-481a-8b50-bfd4527317b3} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10434 | 2024.11.19 01:40:55.124576 [ 260 ] {97b5ea21-c191-481a-8b50-bfd4527317b3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.24 MiB/sec. | ||
| 10435 | 2024.11.19 01:40:55.124633 [ 260 ] {97b5ea21-c191-481a-8b50-bfd4527317b3} <Debug> TCPHandler: Processed in 0.002291521 sec. | ||
| 10436 | 2024.11.19 01:40:55.124881 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10437 | 2024.11.19 01:40:55.125090 [ 257 ] {18e91b65-8c55-40d5-8b7a-ced1c4b70621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10438 | 2024.11.19 01:40:55.125167 [ 257 ] {18e91b65-8c55-40d5-8b7a-ced1c4b70621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10439 | 2024.11.19 01:40:55.125983 [ 257 ] {18e91b65-8c55-40d5-8b7a-ced1c4b70621} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10440 | 2024.11.19 01:40:55.126025 [ 257 ] {18e91b65-8c55-40d5-8b7a-ced1c4b70621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10441 | 2024.11.19 01:40:55.126476 [ 257 ] {18e91b65-8c55-40d5-8b7a-ced1c4b70621} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10442 | 2024.11.19 01:40:55.126743 [ 257 ] {18e91b65-8c55-40d5-8b7a-ced1c4b70621} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10443 | 2024.11.19 01:40:55.126959 [ 257 ] {18e91b65-8c55-40d5-8b7a-ced1c4b70621} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001922 sec., 33298.64724245577 rows/sec., 2.60 MiB/sec. | ||
| 10444 | 2024.11.19 01:40:55.127023 [ 257 ] {18e91b65-8c55-40d5-8b7a-ced1c4b70621} <Debug> TCPHandler: Processed in 0.002280911 sec. | ||
| 10445 | 2024.11.19 01:40:55.127241 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10446 | 2024.11.19 01:40:55.127452 [ 260 ] {79517f51-c3a7-4567-b259-cb637ea8e091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10447 | 2024.11.19 01:40:55.127526 [ 260 ] {79517f51-c3a7-4567-b259-cb637ea8e091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10448 | 2024.11.19 01:40:55.128115 [ 260 ] {79517f51-c3a7-4567-b259-cb637ea8e091} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10449 | 2024.11.19 01:40:55.128154 [ 260 ] {79517f51-c3a7-4567-b259-cb637ea8e091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10450 | 2024.11.19 01:40:55.128553 [ 260 ] {79517f51-c3a7-4567-b259-cb637ea8e091} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10451 | 2024.11.19 01:40:55.128806 [ 260 ] {79517f51-c3a7-4567-b259-cb637ea8e091} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10452 | 2024.11.19 01:40:55.129012 [ 260 ] {79517f51-c3a7-4567-b259-cb637ea8e091} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
| 10453 | 2024.11.19 01:40:55.129064 [ 260 ] {79517f51-c3a7-4567-b259-cb637ea8e091} <Debug> TCPHandler: Processed in 0.001946005 sec. | ||
| 10454 | 2024.11.19 01:40:55.129222 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10455 | 2024.11.19 01:40:55.129348 [ 257 ] {900b93a1-03f7-461a-be96-cfcb1b93483c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10456 | 2024.11.19 01:40:55.129402 [ 257 ] {900b93a1-03f7-461a-be96-cfcb1b93483c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10457 | 2024.11.19 01:40:55.129916 [ 257 ] {900b93a1-03f7-461a-be96-cfcb1b93483c} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10458 | 2024.11.19 01:40:55.129958 [ 257 ] {900b93a1-03f7-461a-be96-cfcb1b93483c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10459 | 2024.11.19 01:40:55.130344 [ 257 ] {900b93a1-03f7-461a-be96-cfcb1b93483c} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 10460 | 2024.11.19 01:40:55.130584 [ 257 ] {900b93a1-03f7-461a-be96-cfcb1b93483c} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10461 | 2024.11.19 01:40:55.130813 [ 257 ] {900b93a1-03f7-461a-be96-cfcb1b93483c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001494 sec., 40160.642570281125 rows/sec., 2.71 MiB/sec. | ||
| 10462 | 2024.11.19 01:40:55.130868 [ 257 ] {900b93a1-03f7-461a-be96-cfcb1b93483c} <Debug> TCPHandler: Processed in 0.001705211 sec. | ||
| 10463 | 2024.11.19 01:40:57.471505 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63936, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10464 | 2024.11.19 01:40:57.583982 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45094, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10465 | 2024.11.19 01:40:57.742523 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34967, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10466 | 2024.11.19 01:40:57.762954 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55518, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10467 | 2024.11.19 01:40:57.886141 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37569, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10468 | 2024.11.19 01:40:57.886825 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46237, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10469 | 2024.11.19 01:40:57.887415 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48829, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10470 | 2024.11.19 01:40:57.941689 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46060, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10471 | 2024.11.19 01:40:57.960002 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10472 | 2024.11.19 01:40:57.962272 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10473 | 2024.11.19 01:40:57.997327 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49037, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10474 | 2024.11.19 01:40:58.046295 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43339, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10475 | 2024.11.19 01:40:58.052548 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62331, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10476 | 2024.11.19 01:40:58.118153 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40835, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10477 | 2024.11.19 01:40:58.216567 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65533, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10478 | 2024.11.19 01:40:58.353206 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60205, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10479 | 2024.11.19 01:40:58.718125 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10480 | 2024.11.19 01:40:58.718184 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10481 | 2024.11.19 01:40:59.069786 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1532 | ||
| 10482 | 2024.11.19 01:40:59.073069 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10483 | 2024.11.19 01:40:59.073112 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10484 | 2024.11.19 01:40:59.074503 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10485 | 2024.11.19 01:40:59.074824 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10486 | 2024.11.19 01:40:59.075826 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1532 | ||
| 10487 | 2024.11.19 01:41:00.130089 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10488 | 2024.11.19 01:41:00.130293 [ 260 ] {c32a000e-5c28-41ae-826a-95c2725a3933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10489 | 2024.11.19 01:41:00.130369 [ 260 ] {c32a000e-5c28-41ae-826a-95c2725a3933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10490 | 2024.11.19 01:41:00.131139 [ 260 ] {c32a000e-5c28-41ae-826a-95c2725a3933} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10491 | 2024.11.19 01:41:00.131193 [ 260 ] {c32a000e-5c28-41ae-826a-95c2725a3933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10492 | 2024.11.19 01:41:00.131634 [ 260 ] {c32a000e-5c28-41ae-826a-95c2725a3933} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10493 | 2024.11.19 01:41:00.131894 [ 260 ] {c32a000e-5c28-41ae-826a-95c2725a3933} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10494 | 2024.11.19 01:41:00.132144 [ 260 ] {c32a000e-5c28-41ae-826a-95c2725a3933} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec. | ||
| 10495 | 2024.11.19 01:41:00.132232 [ 260 ] {c32a000e-5c28-41ae-826a-95c2725a3933} <Debug> TCPHandler: Processed in 0.002284941 sec. | ||
| 10496 | 2024.11.19 01:41:00.132537 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10497 | 2024.11.19 01:41:00.132724 [ 257 ] {ef380d43-77d7-4677-b721-06689112d69a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10498 | 2024.11.19 01:41:00.132797 [ 257 ] {ef380d43-77d7-4677-b721-06689112d69a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10499 | 2024.11.19 01:41:00.133701 [ 257 ] {ef380d43-77d7-4677-b721-06689112d69a} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10500 | 2024.11.19 01:41:00.133750 [ 257 ] {ef380d43-77d7-4677-b721-06689112d69a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10501 | 2024.11.19 01:41:00.134213 [ 257 ] {ef380d43-77d7-4677-b721-06689112d69a} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10502 | 2024.11.19 01:41:00.134471 [ 257 ] {ef380d43-77d7-4677-b721-06689112d69a} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10503 | 2024.11.19 01:41:00.134685 [ 257 ] {ef380d43-77d7-4677-b721-06689112d69a} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002009 sec., 141861.62269785962 rows/sec., 12.54 MiB/sec. | ||
| 10504 | 2024.11.19 01:41:00.134751 [ 257 ] {ef380d43-77d7-4677-b721-06689112d69a} <Debug> TCPHandler: Processed in 0.002395813 sec. | ||
| 10505 | 2024.11.19 01:41:00.134915 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10506 | 2024.11.19 01:41:00.135059 [ 260 ] {3c23c2f2-1e22-433f-9e97-32f51b5568d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10507 | 2024.11.19 01:41:00.135120 [ 260 ] {3c23c2f2-1e22-433f-9e97-32f51b5568d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10508 | 2024.11.19 01:41:00.135844 [ 260 ] {3c23c2f2-1e22-433f-9e97-32f51b5568d2} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10509 | 2024.11.19 01:41:00.135885 [ 260 ] {3c23c2f2-1e22-433f-9e97-32f51b5568d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10510 | 2024.11.19 01:41:00.136246 [ 260 ] {3c23c2f2-1e22-433f-9e97-32f51b5568d2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10511 | 2024.11.19 01:41:00.136488 [ 260 ] {3c23c2f2-1e22-433f-9e97-32f51b5568d2} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10512 | 2024.11.19 01:41:00.136718 [ 260 ] {3c23c2f2-1e22-433f-9e97-32f51b5568d2} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001687 sec., 28452.874925903972 rows/sec., 2.05 MiB/sec. | ||
| 10513 | 2024.11.19 01:41:00.136818 [ 260 ] {3c23c2f2-1e22-433f-9e97-32f51b5568d2} <Debug> TCPHandler: Processed in 0.001972305 sec. | ||
| 10514 | 2024.11.19 01:41:00.137057 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10515 | 2024.11.19 01:41:00.137214 [ 257 ] {fd562ba1-b6bc-472a-801f-26fce21f8df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10516 | 2024.11.19 01:41:00.137270 [ 257 ] {fd562ba1-b6bc-472a-801f-26fce21f8df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10517 | 2024.11.19 01:41:00.137875 [ 257 ] {fd562ba1-b6bc-472a-801f-26fce21f8df4} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10518 | 2024.11.19 01:41:00.137916 [ 257 ] {fd562ba1-b6bc-472a-801f-26fce21f8df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10519 | 2024.11.19 01:41:00.138279 [ 257 ] {fd562ba1-b6bc-472a-801f-26fce21f8df4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10520 | 2024.11.19 01:41:00.138529 [ 257 ] {fd562ba1-b6bc-472a-801f-26fce21f8df4} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10521 | 2024.11.19 01:41:00.138717 [ 257 ] {fd562ba1-b6bc-472a-801f-26fce21f8df4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001533 sec., 9132.4200913242 rows/sec., 639.58 KiB/sec. | ||
| 10522 | 2024.11.19 01:41:00.138772 [ 257 ] {fd562ba1-b6bc-472a-801f-26fce21f8df4} <Debug> TCPHandler: Processed in 0.001842423 sec. | ||
| 10523 | 2024.11.19 01:41:00.138954 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10524 | 2024.11.19 01:41:00.139129 [ 260 ] {896fa434-bfbe-460b-a331-f9a9fd04e12c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10525 | 2024.11.19 01:41:00.139207 [ 260 ] {896fa434-bfbe-460b-a331-f9a9fd04e12c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10526 | 2024.11.19 01:41:00.139981 [ 260 ] {896fa434-bfbe-460b-a331-f9a9fd04e12c} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10527 | 2024.11.19 01:41:00.140023 [ 260 ] {896fa434-bfbe-460b-a331-f9a9fd04e12c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10528 | 2024.11.19 01:41:00.140387 [ 260 ] {896fa434-bfbe-460b-a331-f9a9fd04e12c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10529 | 2024.11.19 01:41:00.140640 [ 260 ] {896fa434-bfbe-460b-a331-f9a9fd04e12c} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10530 | 2024.11.19 01:41:00.140850 [ 260 ] {896fa434-bfbe-460b-a331-f9a9fd04e12c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001762 sec., 7377.979568671964 rows/sec., 460.02 KiB/sec. | ||
| 10531 | 2024.11.19 01:41:00.140901 [ 260 ] {896fa434-bfbe-460b-a331-f9a9fd04e12c} <Debug> TCPHandler: Processed in 0.002029686 sec. | ||
| 10532 | 2024.11.19 01:41:00.141058 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10533 | 2024.11.19 01:41:00.141200 [ 257 ] {63218ad6-156a-4753-bd02-8d6abc2ebeee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10534 | 2024.11.19 01:41:00.141260 [ 257 ] {63218ad6-156a-4753-bd02-8d6abc2ebeee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10535 | 2024.11.19 01:41:00.142097 [ 257 ] {63218ad6-156a-4753-bd02-8d6abc2ebeee} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10536 | 2024.11.19 01:41:00.142137 [ 257 ] {63218ad6-156a-4753-bd02-8d6abc2ebeee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10537 | 2024.11.19 01:41:00.142528 [ 257 ] {63218ad6-156a-4753-bd02-8d6abc2ebeee} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10538 | 2024.11.19 01:41:00.142777 [ 257 ] {63218ad6-156a-4753-bd02-8d6abc2ebeee} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10539 | 2024.11.19 01:41:00.142962 [ 257 ] {63218ad6-156a-4753-bd02-8d6abc2ebeee} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001794 sec., 235785.95317725753 rows/sec., 16.86 MiB/sec. | ||
| 10540 | 2024.11.19 01:41:00.143022 [ 257 ] {63218ad6-156a-4753-bd02-8d6abc2ebeee} <Debug> TCPHandler: Processed in 0.002031826 sec. | ||
| 10541 | 2024.11.19 01:41:00.143166 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10542 | 2024.11.19 01:41:00.143285 [ 260 ] {6a7feb7d-444f-4c60-b4cb-94c07a56661d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10543 | 2024.11.19 01:41:00.143337 [ 260 ] {6a7feb7d-444f-4c60-b4cb-94c07a56661d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10544 | 2024.11.19 01:41:00.143828 [ 260 ] {6a7feb7d-444f-4c60-b4cb-94c07a56661d} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10545 | 2024.11.19 01:41:00.143868 [ 260 ] {6a7feb7d-444f-4c60-b4cb-94c07a56661d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10546 | 2024.11.19 01:41:00.144547 [ 260 ] {6a7feb7d-444f-4c60-b4cb-94c07a56661d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10547 | 2024.11.19 01:41:00.144945 [ 260 ] {6a7feb7d-444f-4c60-b4cb-94c07a56661d} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10548 | 2024.11.19 01:41:00.145164 [ 260 ] {6a7feb7d-444f-4c60-b4cb-94c07a56661d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001903 sec., 3152.9164477141358 rows/sec., 164.73 KiB/sec. | ||
| 10549 | 2024.11.19 01:41:00.145213 [ 260 ] {6a7feb7d-444f-4c60-b4cb-94c07a56661d} <Debug> TCPHandler: Processed in 0.002102708 sec. | ||
| 10550 | 2024.11.19 01:41:00.145370 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10551 | 2024.11.19 01:41:00.145515 [ 257 ] {12b50137-391d-4edd-b96f-3da7ec2132ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10552 | 2024.11.19 01:41:00.145579 [ 257 ] {12b50137-391d-4edd-b96f-3da7ec2132ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10553 | 2024.11.19 01:41:00.146205 [ 257 ] {12b50137-391d-4edd-b96f-3da7ec2132ef} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10554 | 2024.11.19 01:41:00.146242 [ 257 ] {12b50137-391d-4edd-b96f-3da7ec2132ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10555 | 2024.11.19 01:41:00.146636 [ 257 ] {12b50137-391d-4edd-b96f-3da7ec2132ef} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10556 | 2024.11.19 01:41:00.146871 [ 257 ] {12b50137-391d-4edd-b96f-3da7ec2132ef} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10557 | 2024.11.19 01:41:00.147049 [ 257 ] {12b50137-391d-4edd-b96f-3da7ec2132ef} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00157 sec., 150955.41401273885 rows/sec., 10.12 MiB/sec. | ||
| 10558 | 2024.11.19 01:41:00.147103 [ 257 ] {12b50137-391d-4edd-b96f-3da7ec2132ef} <Debug> TCPHandler: Processed in 0.001802902 sec. | ||
| 10559 | 2024.11.19 01:41:00.147255 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10560 | 2024.11.19 01:41:00.147393 [ 260 ] {654c2d5b-d092-418c-8973-561dee7a906d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10561 | 2024.11.19 01:41:00.147454 [ 260 ] {654c2d5b-d092-418c-8973-561dee7a906d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10562 | 2024.11.19 01:41:00.147965 [ 260 ] {654c2d5b-d092-418c-8973-561dee7a906d} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10563 | 2024.11.19 01:41:00.148004 [ 260 ] {654c2d5b-d092-418c-8973-561dee7a906d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10564 | 2024.11.19 01:41:00.148352 [ 260 ] {654c2d5b-d092-418c-8973-561dee7a906d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10565 | 2024.11.19 01:41:00.148588 [ 260 ] {654c2d5b-d092-418c-8973-561dee7a906d} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10566 | 2024.11.19 01:41:00.148796 [ 260 ] {654c2d5b-d092-418c-8973-561dee7a906d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001435 sec., 696.8641114982578 rows/sec., 46.96 KiB/sec. | ||
| 10567 | 2024.11.19 01:41:00.148845 [ 260 ] {654c2d5b-d092-418c-8973-561dee7a906d} <Debug> TCPHandler: Processed in 0.001655069 sec. | ||
| 10568 | 2024.11.19 01:41:00.148987 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10569 | 2024.11.19 01:41:00.149109 [ 257 ] {deb4872b-d8cd-488e-b03b-b3e06489534d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10570 | 2024.11.19 01:41:00.149191 [ 257 ] {deb4872b-d8cd-488e-b03b-b3e06489534d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10571 | 2024.11.19 01:41:00.150405 [ 257 ] {deb4872b-d8cd-488e-b03b-b3e06489534d} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10572 | 2024.11.19 01:41:00.150444 [ 257 ] {deb4872b-d8cd-488e-b03b-b3e06489534d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10573 | 2024.11.19 01:41:00.151111 [ 257 ] {deb4872b-d8cd-488e-b03b-b3e06489534d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10574 | 2024.11.19 01:41:00.151380 [ 257 ] {deb4872b-d8cd-488e-b03b-b3e06489534d} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10575 | 2024.11.19 01:41:00.151520 [ 85 ] {} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 10576 | 2024.11.19 01:41:00.151567 [ 85 ] {} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10577 | 2024.11.19 01:41:00.151591 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10578 | 2024.11.19 01:41:00.151596 [ 257 ] {deb4872b-d8cd-488e-b03b-b3e06489534d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00251 sec., 16334.661354581673 rows/sec., 29.27 MiB/sec. | ||
| 10579 | 2024.11.19 01:41:00.151962 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::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 | ||
| 10580 | 2024.11.19 01:41:00.152452 [ 257 ] {deb4872b-d8cd-488e-b03b-b3e06489534d} <Debug> TCPHandler: Processed in 0.003518423 sec. | ||
| 10581 | 2024.11.19 01:41:00.152814 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10582 | 2024.11.19 01:41:00.153226 [ 260 ] {6d5603a1-dfc6-4e69-be8e-5835e5c5d938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10583 | 2024.11.19 01:41:00.153365 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10584 | 2024.11.19 01:41:00.153371 [ 260 ] {6d5603a1-dfc6-4e69-be8e-5835e5c5d938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10585 | 2024.11.19 01:41:00.153585 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 1110 rows starting from the beginning of the part | ||
| 10586 | 2024.11.19 01:41:00.154445 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 41 rows starting from the beginning of the part | ||
| 10587 | 2024.11.19 01:41:00.155020 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 41 rows starting from the beginning of the part | ||
| 10588 | 2024.11.19 01:41:00.155778 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part | ||
| 10589 | 2024.11.19 01:41:00.155881 [ 260 ] {6d5603a1-dfc6-4e69-be8e-5835e5c5d938} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10590 | 2024.11.19 01:41:00.155988 [ 260 ] {6d5603a1-dfc6-4e69-be8e-5835e5c5d938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10591 | 2024.11.19 01:41:00.156415 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 41 rows starting from the beginning of the part | ||
| 10592 | 2024.11.19 01:41:00.156973 [ 197 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 41 rows starting from the beginning of the part | ||
| 10593 | 2024.11.19 01:41:00.157708 [ 260 ] {6d5603a1-dfc6-4e69-be8e-5835e5c5d938} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 10594 | 2024.11.19 01:41:00.158225 [ 260 ] {6d5603a1-dfc6-4e69-be8e-5835e5c5d938} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10595 | 2024.11.19 01:41:00.158807 [ 260 ] {6d5603a1-dfc6-4e69-be8e-5835e5c5d938} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0057 sec., 14385.9649122807 rows/sec., 935.62 KiB/sec. | ||
| 10596 | 2024.11.19 01:41:00.158928 [ 260 ] {6d5603a1-dfc6-4e69-be8e-5835e5c5d938} <Debug> TCPHandler: Processed in 0.006326503 sec. | ||
| 10597 | 2024.11.19 01:41:00.164254 [ 194 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1315 rows, containing 19 columns (19 merged, 0 gathered) in 0.012595105 sec., 104405.64012765276 rows/sec., 187.09 MiB/sec. | ||
| 10598 | 2024.11.19 01:41:00.166056 [ 191 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 10599 | 2024.11.19 01:41:00.166513 [ 191 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_35_7} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10600 | 2024.11.19 01:41:00.166603 [ 191 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_35_7} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 10601 | 2024.11.19 01:41:00.166777 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.45 MiB. | ||
| 10602 | 2024.11.19 01:41:01.000185 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.80 MiB, peak 196.20 MiB, free memory in arenas 0.00 B, will set to 185.89 MiB (RSS), difference: 1.09 MiB | ||
| 10603 | 2024.11.19 01:41:01.853692 [ 84 ] {} <Debug> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 10604 | 2024.11.19 01:41:01.853769 [ 84 ] {} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10605 | 2024.11.19 01:41:01.853791 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10606 | 2024.11.19 01:41:01.854055 [ 194 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 10607 | 2024.11.19 01:41:01.854569 [ 194 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10608 | 2024.11.19 01:41:01.854632 [ 194 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part | ||
| 10609 | 2024.11.19 01:41:01.854822 [ 194 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
| 10610 | 2024.11.19 01:41:01.854999 [ 194 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 10611 | 2024.11.19 01:41:01.855221 [ 194 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
| 10612 | 2024.11.19 01:41:01.855484 [ 194 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part | ||
| 10613 | 2024.11.19 01:41:01.856629 [ 191 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002754599 sec., 13069.052882107342 rows/sec., 1.09 MiB/sec. | ||
| 10614 | 2024.11.19 01:41:01.856833 [ 191 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 10615 | 2024.11.19 01:41:01.857153 [ 191 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_29_7} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10616 | 2024.11.19 01:41:01.857237 [ 191 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_29_7} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 10617 | 2024.11.19 01:41:01.857336 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10618 | 2024.11.19 01:41:02.212954 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37751, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10619 | 2024.11.19 01:41:02.507364 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48826, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10620 | 2024.11.19 01:41:02.543758 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42990, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10621 | 2024.11.19 01:41:02.558189 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58496, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10622 | 2024.11.19 01:41:02.807169 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62501, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10623 | 2024.11.19 01:41:02.825419 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44384, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10624 | 2024.11.19 01:41:02.857726 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53389, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10625 | 2024.11.19 01:41:02.919299 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10626 | 2024.11.19 01:41:03.436686 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44135, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10627 | 2024.11.19 01:41:03.886055 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10628 | 2024.11.19 01:41:03.984584 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33959, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10629 | 2024.11.19 01:41:04.080373 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10630 | 2024.11.19 01:41:04.131921 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:32865, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10631 | 2024.11.19 01:41:04.133208 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63001, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10632 | 2024.11.19 01:41:04.149693 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49748, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10633 | 2024.11.19 01:41:04.170119 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38381, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10634 | 2024.11.19 01:41:05.121434 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10635 | 2024.11.19 01:41:05.121650 [ 260 ] {f270e06f-08b5-4441-b9f2-1ce1b3fcd8ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10636 | 2024.11.19 01:41:05.121732 [ 260 ] {f270e06f-08b5-4441-b9f2-1ce1b3fcd8ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10637 | 2024.11.19 01:41:05.122523 [ 260 ] {f270e06f-08b5-4441-b9f2-1ce1b3fcd8ae} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10638 | 2024.11.19 01:41:05.122574 [ 260 ] {f270e06f-08b5-4441-b9f2-1ce1b3fcd8ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10639 | 2024.11.19 01:41:05.122993 [ 260 ] {f270e06f-08b5-4441-b9f2-1ce1b3fcd8ae} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10640 | 2024.11.19 01:41:05.123244 [ 260 ] {f270e06f-08b5-4441-b9f2-1ce1b3fcd8ae} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10641 | 2024.11.19 01:41:05.123510 [ 260 ] {f270e06f-08b5-4441-b9f2-1ce1b3fcd8ae} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001913 sec., 1045.4783063251436 rows/sec., 85.25 KiB/sec. | ||
| 10642 | 2024.11.19 01:41:05.123649 [ 260 ] {f270e06f-08b5-4441-b9f2-1ce1b3fcd8ae} <Debug> TCPHandler: Processed in 0.002353712 sec. | ||
| 10643 | 2024.11.19 01:41:05.123952 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10644 | 2024.11.19 01:41:05.124135 [ 257 ] {6bcd7249-3557-4cc9-9222-bd8ae1510cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10645 | 2024.11.19 01:41:05.124203 [ 257 ] {6bcd7249-3557-4cc9-9222-bd8ae1510cb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10646 | 2024.11.19 01:41:05.124943 [ 257 ] {6bcd7249-3557-4cc9-9222-bd8ae1510cb9} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10647 | 2024.11.19 01:41:05.124984 [ 257 ] {6bcd7249-3557-4cc9-9222-bd8ae1510cb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10648 | 2024.11.19 01:41:05.125709 [ 257 ] {6bcd7249-3557-4cc9-9222-bd8ae1510cb9} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10649 | 2024.11.19 01:41:05.125968 [ 257 ] {6bcd7249-3557-4cc9-9222-bd8ae1510cb9} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10650 | 2024.11.19 01:41:05.126111 [ 81 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10651 | 2024.11.19 01:41:05.126150 [ 81 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10652 | 2024.11.19 01:41:05.126171 [ 257 ] {6bcd7249-3557-4cc9-9222-bd8ae1510cb9} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.002084 sec., 27351.247600767754 rows/sec., 2.10 MiB/sec. | ||
| 10653 | 2024.11.19 01:41:05.126177 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10654 | 2024.11.19 01:41:05.126255 [ 257 ] {6bcd7249-3557-4cc9-9222-bd8ae1510cb9} <Debug> TCPHandler: Processed in 0.002461904 sec. | ||
| 10655 | 2024.11.19 01:41:05.126311 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 10656 | 2024.11.19 01:41:05.126432 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10657 | 2024.11.19 01:41:05.126472 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10658 | 2024.11.19 01:41:05.126490 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1435 rows starting from the beginning of the part | ||
| 10659 | 2024.11.19 01:41:05.126670 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 285 rows starting from the beginning of the part | ||
| 10660 | 2024.11.19 01:41:05.126909 [ 260 ] {6ce46b63-0bb5-4adc-8626-e6264256157e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10661 | 2024.11.19 01:41:05.127003 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 61 rows starting from the beginning of the part | ||
| 10662 | 2024.11.19 01:41:05.127042 [ 260 ] {6ce46b63-0bb5-4adc-8626-e6264256157e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10663 | 2024.11.19 01:41:05.127339 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part | ||
| 10664 | 2024.11.19 01:41:05.127658 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 285 rows starting from the beginning of the part | ||
| 10665 | 2024.11.19 01:41:05.127953 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 57 rows starting from the beginning of the part | ||
| 10666 | 2024.11.19 01:41:05.129638 [ 260 ] {6ce46b63-0bb5-4adc-8626-e6264256157e} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10667 | 2024.11.19 01:41:05.129716 [ 260 ] {6ce46b63-0bb5-4adc-8626-e6264256157e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10668 | 2024.11.19 01:41:05.130742 [ 260 ] {6ce46b63-0bb5-4adc-8626-e6264256157e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10669 | 2024.11.19 01:41:05.131150 [ 260 ] {6ce46b63-0bb5-4adc-8626-e6264256157e} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10670 | 2024.11.19 01:41:05.131427 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2179 rows, containing 5 columns (5 merged, 0 gathered) in 0.005165902 sec., 421804.36252952536 rows/sec., 37.21 MiB/sec. | ||
| 10671 | 2024.11.19 01:41:05.131641 [ 260 ] {6ce46b63-0bb5-4adc-8626-e6264256157e} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004941 sec., 404.77636106051403 rows/sec., 28.26 KiB/sec. | ||
| 10672 | 2024.11.19 01:41:05.131771 [ 260 ] {6ce46b63-0bb5-4adc-8626-e6264256157e} <Debug> TCPHandler: Processed in 0.005394357 sec. | ||
| 10673 | 2024.11.19 01:41:05.131800 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10674 | 2024.11.19 01:41:05.131963 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10675 | 2024.11.19 01:41:05.132125 [ 257 ] {706a277d-0653-49bf-8bb1-924e22a3fdaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10676 | 2024.11.19 01:41:05.132164 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_101_20} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10677 | 2024.11.19 01:41:05.132196 [ 257 ] {706a277d-0653-49bf-8bb1-924e22a3fdaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10678 | 2024.11.19 01:41:05.132274 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_101_20} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10679 | 2024.11.19 01:41:05.132364 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 10680 | 2024.11.19 01:41:05.132969 [ 257 ] {706a277d-0653-49bf-8bb1-924e22a3fdaa} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10681 | 2024.11.19 01:41:05.133015 [ 257 ] {706a277d-0653-49bf-8bb1-924e22a3fdaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10682 | 2024.11.19 01:41:05.133378 [ 257 ] {706a277d-0653-49bf-8bb1-924e22a3fdaa} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10683 | 2024.11.19 01:41:05.133614 [ 257 ] {706a277d-0653-49bf-8bb1-924e22a3fdaa} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10684 | 2024.11.19 01:41:05.133760 [ 81 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10685 | 2024.11.19 01:41:05.133802 [ 81 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10686 | 2024.11.19 01:41:05.133808 [ 257 ] {706a277d-0653-49bf-8bb1-924e22a3fdaa} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001721 sec., 38349.79662986635 rows/sec., 3.00 MiB/sec. | ||
| 10687 | 2024.11.19 01:41:05.133831 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10688 | 2024.11.19 01:41:05.133894 [ 257 ] {706a277d-0653-49bf-8bb1-924e22a3fdaa} <Debug> TCPHandler: Processed in 0.002012636 sec. | ||
| 10689 | 2024.11.19 01:41:05.134097 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 10690 | 2024.11.19 01:41:05.134115 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10691 | 2024.11.19 01:41:05.134343 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10692 | 2024.11.19 01:41:05.134360 [ 260 ] {658992af-a41d-4718-8bea-0ea024048694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10693 | 2024.11.19 01:41:05.134402 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 915 rows starting from the beginning of the part | ||
| 10694 | 2024.11.19 01:41:05.134483 [ 260 ] {658992af-a41d-4718-8bea-0ea024048694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10695 | 2024.11.19 01:41:05.134654 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 423 rows starting from the beginning of the part | ||
| 10696 | 2024.11.19 01:41:05.135112 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 74 rows starting from the beginning of the part | ||
| 10697 | 2024.11.19 01:41:05.135445 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part | ||
| 10698 | 2024.11.19 01:41:05.135833 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 423 rows starting from the beginning of the part | ||
| 10699 | 2024.11.19 01:41:05.136166 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 66 rows starting from the beginning of the part | ||
| 10700 | 2024.11.19 01:41:05.137145 [ 260 ] {658992af-a41d-4718-8bea-0ea024048694} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10701 | 2024.11.19 01:41:05.137217 [ 260 ] {658992af-a41d-4718-8bea-0ea024048694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10702 | 2024.11.19 01:41:05.138152 [ 260 ] {658992af-a41d-4718-8bea-0ea024048694} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10703 | 2024.11.19 01:41:05.138573 [ 260 ] {658992af-a41d-4718-8bea-0ea024048694} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10704 | 2024.11.19 01:41:05.138835 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10705 | 2024.11.19 01:41:05.138964 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10706 | 2024.11.19 01:41:05.139058 [ 260 ] {658992af-a41d-4718-8bea-0ea024048694} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.004751 sec., 27152.178488739213 rows/sec., 1.89 MiB/sec. | ||
| 10707 | 2024.11.19 01:41:05.139081 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10708 | 2024.11.19 01:41:05.139444 [ 260 ] {658992af-a41d-4718-8bea-0ea024048694} <Debug> TCPHandler: Processed in 0.005444698 sec. | ||
| 10709 | 2024.11.19 01:41:05.139643 [ 188 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 5 columns (5 merged, 0 gathered) in 0.005713792 sec., 343904.713367235 rows/sec., 26.34 MiB/sec. | ||
| 10710 | 2024.11.19 01:41:05.139713 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10711 | 2024.11.19 01:41:05.139801 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 10712 | 2024.11.19 01:41:05.139986 [ 257 ] {6d2c3f01-6989-4130-8312-58c229f0fdac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10713 | 2024.11.19 01:41:05.140029 [ 188 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10714 | 2024.11.19 01:41:05.140149 [ 257 ] {6d2c3f01-6989-4130-8312-58c229f0fdac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10715 | 2024.11.19 01:41:05.140196 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10716 | 2024.11.19 01:41:05.140305 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_96_19, total 18206 rows starting from the beginning of the part | ||
| 10717 | 2024.11.19 01:41:05.140752 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 237 rows starting from the beginning of the part | ||
| 10718 | 2024.11.19 01:41:05.141269 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 133 rows starting from the beginning of the part | ||
| 10719 | 2024.11.19 01:41:05.141374 [ 188 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_101_20} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10720 | 2024.11.19 01:41:05.141765 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part | ||
| 10721 | 2024.11.19 01:41:05.141946 [ 188 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_101_20} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10722 | 2024.11.19 01:41:05.142147 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 237 rows starting from the beginning of the part | ||
| 10723 | 2024.11.19 01:41:05.142311 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 10724 | 2024.11.19 01:41:05.142492 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 129 rows starting from the beginning of the part | ||
| 10725 | 2024.11.19 01:41:05.143213 [ 257 ] {6d2c3f01-6989-4130-8312-58c229f0fdac} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10726 | 2024.11.19 01:41:05.143257 [ 257 ] {6d2c3f01-6989-4130-8312-58c229f0fdac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10727 | 2024.11.19 01:41:05.143705 [ 257 ] {6d2c3f01-6989-4130-8312-58c229f0fdac} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 10728 | 2024.11.19 01:41:05.143958 [ 257 ] {6d2c3f01-6989-4130-8312-58c229f0fdac} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10729 | 2024.11.19 01:41:05.144118 [ 81 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 10730 | 2024.11.19 01:41:05.144153 [ 81 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10731 | 2024.11.19 01:41:05.144175 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 10732 | 2024.11.19 01:41:05.144180 [ 257 ] {6d2c3f01-6989-4130-8312-58c229f0fdac} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004256 sec., 11278.195488721803 rows/sec., 778.31 KiB/sec. | ||
| 10733 | 2024.11.19 01:41:05.144647 [ 257 ] {6d2c3f01-6989-4130-8312-58c229f0fdac} <Debug> TCPHandler: Processed in 0.005062561 sec. | ||
| 10734 | 2024.11.19 01:41:05.144890 [ 189 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
| 10735 | 2024.11.19 01:41:05.145340 [ 189 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10736 | 2024.11.19 01:41:05.145439 [ 189 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5894 rows starting from the beginning of the part | ||
| 10737 | 2024.11.19 01:41:05.145964 [ 189 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 82 rows starting from the beginning of the part | ||
| 10738 | 2024.11.19 01:41:05.146479 [ 189 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 48 rows starting from the beginning of the part | ||
| 10739 | 2024.11.19 01:41:05.147108 [ 189 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part | ||
| 10740 | 2024.11.19 01:41:05.147370 [ 189 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part | ||
| 10741 | 2024.11.19 01:41:05.147566 [ 189 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 48 rows starting from the beginning of the part | ||
| 10742 | 2024.11.19 01:41:05.150292 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6214 rows, containing 4 columns (4 merged, 0 gathered) in 0.005989987 sec., 1037397.9108802741 rows/sec., 68.33 MiB/sec. | ||
| 10743 | 2024.11.19 01:41:05.150777 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10744 | 2024.11.19 01:41:05.150910 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19102 rows, containing 5 columns (5 merged, 0 gathered) in 0.011279722 sec., 1693481.4528230394 rows/sec., 115.74 MiB/sec. | ||
| 10745 | 2024.11.19 01:41:05.151243 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_101_20} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10746 | 2024.11.19 01:41:05.151273 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 10747 | 2024.11.19 01:41:05.151440 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_101_20} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10748 | 2024.11.19 01:41:05.151576 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 10749 | 2024.11.19 01:41:05.151771 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10750 | 2024.11.19 01:41:05.151862 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 10751 | 2024.11.19 01:41:05.151951 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 10752 | 2024.11.19 01:41:09.076080 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1566 | ||
| 10753 | 2024.11.19 01:41:09.079516 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10754 | 2024.11.19 01:41:09.079573 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10755 | 2024.11.19 01:41:09.080968 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10756 | 2024.11.19 01:41:09.081278 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10757 | 2024.11.19 01:41:09.081574 [ 77 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10758 | 2024.11.19 01:41:09.081800 [ 77 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10759 | 2024.11.19 01:41:09.081909 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10760 | 2024.11.19 01:41:09.082606 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 10761 | 2024.11.19 01:41:09.082801 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1566 | ||
| 10762 | 2024.11.19 01:41:09.083610 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10763 | 2024.11.19 01:41:09.083794 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1428 rows starting from the beginning of the part | ||
| 10764 | 2024.11.19 01:41:09.084483 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 20 rows starting from the beginning of the part | ||
| 10765 | 2024.11.19 01:41:09.085180 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 34 rows starting from the beginning of the part | ||
| 10766 | 2024.11.19 01:41:09.085672 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 10767 | 2024.11.19 01:41:09.086116 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 20 rows starting from the beginning of the part | ||
| 10768 | 2024.11.19 01:41:09.086505 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 34 rows starting from the beginning of the part | ||
| 10769 | 2024.11.19 01:41:09.094447 [ 192 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1566 rows, containing 72 columns (72 merged, 0 gathered) in 0.01230674 sec., 127247.34576337844 rows/sec., 98.49 MiB/sec. | ||
| 10770 | 2024.11.19 01:41:09.096304 [ 192 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10771 | 2024.11.19 01:41:09.097157 [ 192 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_51_10} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10772 | 2024.11.19 01:41:09.097265 [ 192 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_51_10} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10773 | 2024.11.19 01:41:09.097593 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 10774 | 2024.11.19 01:41:10.123073 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10775 | 2024.11.19 01:41:10.123266 [ 260 ] {f0410ad5-5b21-483b-9458-6183356513d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10776 | 2024.11.19 01:41:10.123341 [ 260 ] {f0410ad5-5b21-483b-9458-6183356513d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10777 | 2024.11.19 01:41:10.124112 [ 260 ] {f0410ad5-5b21-483b-9458-6183356513d6} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10778 | 2024.11.19 01:41:10.124162 [ 260 ] {f0410ad5-5b21-483b-9458-6183356513d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10779 | 2024.11.19 01:41:10.124601 [ 260 ] {f0410ad5-5b21-483b-9458-6183356513d6} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 10780 | 2024.11.19 01:41:10.124857 [ 260 ] {f0410ad5-5b21-483b-9458-6183356513d6} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10781 | 2024.11.19 01:41:10.125085 [ 260 ] {f0410ad5-5b21-483b-9458-6183356513d6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001873 sec., 29898.558462359848 rows/sec., 2.30 MiB/sec. | ||
| 10782 | 2024.11.19 01:41:10.125141 [ 260 ] {f0410ad5-5b21-483b-9458-6183356513d6} <Debug> TCPHandler: Processed in 0.00219805 sec. | ||
| 10783 | 2024.11.19 01:41:10.125406 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10784 | 2024.11.19 01:41:10.125598 [ 257 ] {a69192ff-5cd2-46b9-8554-4a09a04d7b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10785 | 2024.11.19 01:41:10.125672 [ 257 ] {a69192ff-5cd2-46b9-8554-4a09a04d7b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10786 | 2024.11.19 01:41:10.126435 [ 257 ] {a69192ff-5cd2-46b9-8554-4a09a04d7b7f} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10787 | 2024.11.19 01:41:10.126482 [ 257 ] {a69192ff-5cd2-46b9-8554-4a09a04d7b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10788 | 2024.11.19 01:41:10.126923 [ 257 ] {a69192ff-5cd2-46b9-8554-4a09a04d7b7f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 10789 | 2024.11.19 01:41:10.127181 [ 257 ] {a69192ff-5cd2-46b9-8554-4a09a04d7b7f} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10790 | 2024.11.19 01:41:10.127408 [ 257 ] {a69192ff-5cd2-46b9-8554-4a09a04d7b7f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001864 sec., 34334.76394849786 rows/sec., 2.68 MiB/sec. | ||
| 10791 | 2024.11.19 01:41:10.127463 [ 257 ] {a69192ff-5cd2-46b9-8554-4a09a04d7b7f} <Debug> TCPHandler: Processed in 0.002193239 sec. | ||
| 10792 | 2024.11.19 01:41:10.127618 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10793 | 2024.11.19 01:41:10.127744 [ 260 ] {301d814e-4bc1-4e5a-8953-0fe51c4de6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10794 | 2024.11.19 01:41:10.127824 [ 260 ] {301d814e-4bc1-4e5a-8953-0fe51c4de6cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10795 | 2024.11.19 01:41:10.128418 [ 260 ] {301d814e-4bc1-4e5a-8953-0fe51c4de6cb} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10796 | 2024.11.19 01:41:10.128459 [ 260 ] {301d814e-4bc1-4e5a-8953-0fe51c4de6cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10797 | 2024.11.19 01:41:10.128853 [ 260 ] {301d814e-4bc1-4e5a-8953-0fe51c4de6cb} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 10798 | 2024.11.19 01:41:10.129096 [ 260 ] {301d814e-4bc1-4e5a-8953-0fe51c4de6cb} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10799 | 2024.11.19 01:41:10.129320 [ 260 ] {301d814e-4bc1-4e5a-8953-0fe51c4de6cb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001604 sec., 99750.62344139651 rows/sec., 6.95 MiB/sec. | ||
| 10800 | 2024.11.19 01:41:10.129416 [ 260 ] {301d814e-4bc1-4e5a-8953-0fe51c4de6cb} <Debug> TCPHandler: Processed in 0.001853633 sec. | ||
| 10801 | 2024.11.19 01:41:10.129640 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10802 | 2024.11.19 01:41:10.129921 [ 257 ] {9a6bb0ab-04ac-4fc4-8c9e-68f253baaa28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10803 | 2024.11.19 01:41:10.129983 [ 257 ] {9a6bb0ab-04ac-4fc4-8c9e-68f253baaa28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10804 | 2024.11.19 01:41:10.130533 [ 257 ] {9a6bb0ab-04ac-4fc4-8c9e-68f253baaa28} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10805 | 2024.11.19 01:41:10.130573 [ 257 ] {9a6bb0ab-04ac-4fc4-8c9e-68f253baaa28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10806 | 2024.11.19 01:41:10.130965 [ 257 ] {9a6bb0ab-04ac-4fc4-8c9e-68f253baaa28} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 10807 | 2024.11.19 01:41:10.131205 [ 257 ] {9a6bb0ab-04ac-4fc4-8c9e-68f253baaa28} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10808 | 2024.11.19 01:41:10.131411 [ 257 ] {9a6bb0ab-04ac-4fc4-8c9e-68f253baaa28} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001573 sec., 38143.67450731087 rows/sec., 2.57 MiB/sec. | ||
| 10809 | 2024.11.19 01:41:10.131461 [ 257 ] {9a6bb0ab-04ac-4fc4-8c9e-68f253baaa28} <Debug> TCPHandler: Processed in 0.001953245 sec. | ||
| 10810 | 2024.11.19 01:41:13.718235 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10811 | 2024.11.19 01:41:13.718339 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10812 | 2024.11.19 01:41:15.130402 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10813 | 2024.11.19 01:41:15.130613 [ 260 ] {40674ca6-a6b8-4b5b-8019-8bede58fd307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10814 | 2024.11.19 01:41:15.130694 [ 260 ] {40674ca6-a6b8-4b5b-8019-8bede58fd307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10815 | 2024.11.19 01:41:15.131491 [ 260 ] {40674ca6-a6b8-4b5b-8019-8bede58fd307} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10816 | 2024.11.19 01:41:15.131550 [ 260 ] {40674ca6-a6b8-4b5b-8019-8bede58fd307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10817 | 2024.11.19 01:41:15.132064 [ 260 ] {40674ca6-a6b8-4b5b-8019-8bede58fd307} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10818 | 2024.11.19 01:41:15.132323 [ 260 ] {40674ca6-a6b8-4b5b-8019-8bede58fd307} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10819 | 2024.11.19 01:41:15.132572 [ 260 ] {40674ca6-a6b8-4b5b-8019-8bede58fd307} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002017 sec., 6941.001487357461 rows/sec., 499.66 KiB/sec. | ||
| 10820 | 2024.11.19 01:41:15.132669 [ 260 ] {40674ca6-a6b8-4b5b-8019-8bede58fd307} <Debug> TCPHandler: Processed in 0.002423383 sec. | ||
| 10821 | 2024.11.19 01:41:15.132940 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10822 | 2024.11.19 01:41:15.133128 [ 257 ] {fedaabf2-9c9e-45d5-acf0-4c6541e46b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10823 | 2024.11.19 01:41:15.133199 [ 257 ] {fedaabf2-9c9e-45d5-acf0-4c6541e46b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10824 | 2024.11.19 01:41:15.134088 [ 257 ] {fedaabf2-9c9e-45d5-acf0-4c6541e46b83} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10825 | 2024.11.19 01:41:15.134132 [ 257 ] {fedaabf2-9c9e-45d5-acf0-4c6541e46b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10826 | 2024.11.19 01:41:15.134591 [ 257 ] {fedaabf2-9c9e-45d5-acf0-4c6541e46b83} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 10827 | 2024.11.19 01:41:15.134858 [ 257 ] {fedaabf2-9c9e-45d5-acf0-4c6541e46b83} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10828 | 2024.11.19 01:41:15.135076 [ 257 ] {fedaabf2-9c9e-45d5-acf0-4c6541e46b83} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001996 sec., 142785.57114228458 rows/sec., 12.62 MiB/sec. | ||
| 10829 | 2024.11.19 01:41:15.135154 [ 257 ] {fedaabf2-9c9e-45d5-acf0-4c6541e46b83} <Debug> TCPHandler: Processed in 0.002344853 sec. | ||
| 10830 | 2024.11.19 01:41:15.135346 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10831 | 2024.11.19 01:41:15.135522 [ 260 ] {ea65d7c8-a332-4341-beef-35882032f2f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10832 | 2024.11.19 01:41:15.135595 [ 260 ] {ea65d7c8-a332-4341-beef-35882032f2f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10833 | 2024.11.19 01:41:15.136494 [ 260 ] {ea65d7c8-a332-4341-beef-35882032f2f0} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10834 | 2024.11.19 01:41:15.136542 [ 260 ] {ea65d7c8-a332-4341-beef-35882032f2f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10835 | 2024.11.19 01:41:15.136966 [ 260 ] {ea65d7c8-a332-4341-beef-35882032f2f0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10836 | 2024.11.19 01:41:15.137210 [ 260 ] {ea65d7c8-a332-4341-beef-35882032f2f0} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10837 | 2024.11.19 01:41:15.137382 [ 73 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10838 | 2024.11.19 01:41:15.137440 [ 73 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10839 | 2024.11.19 01:41:15.137456 [ 260 ] {ea65d7c8-a332-4341-beef-35882032f2f0} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00197 sec., 24365.48223350254 rows/sec., 1.75 MiB/sec. | ||
| 10840 | 2024.11.19 01:41:15.137481 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10841 | 2024.11.19 01:41:15.137606 [ 260 ] {ea65d7c8-a332-4341-beef-35882032f2f0} <Debug> TCPHandler: Processed in 0.002339871 sec. | ||
| 10842 | 2024.11.19 01:41:15.137665 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::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 | ||
| 10843 | 2024.11.19 01:41:15.137801 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10844 | 2024.11.19 01:41:15.137833 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10845 | 2024.11.19 01:41:15.137854 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 66 rows starting from the beginning of the part | ||
| 10846 | 2024.11.19 01:41:15.138069 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 48 rows starting from the beginning of the part | ||
| 10847 | 2024.11.19 01:41:15.138133 [ 257 ] {5d18f8b8-c122-4d2a-93ce-de8d1c4caa26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10848 | 2024.11.19 01:41:15.138382 [ 257 ] {5d18f8b8-c122-4d2a-93ce-de8d1c4caa26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10849 | 2024.11.19 01:41:15.138394 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 10 rows starting from the beginning of the part | ||
| 10850 | 2024.11.19 01:41:15.138781 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 48 rows starting from the beginning of the part | ||
| 10851 | 2024.11.19 01:41:15.139119 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 2 rows starting from the beginning of the part | ||
| 10852 | 2024.11.19 01:41:15.139357 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 48 rows starting from the beginning of the part | ||
| 10853 | 2024.11.19 01:41:15.140461 [ 224 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10854 | 2024.11.19 01:41:15.140545 [ 224 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10855 | 2024.11.19 01:41:15.141329 [ 257 ] {5d18f8b8-c122-4d2a-93ce-de8d1c4caa26} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10856 | 2024.11.19 01:41:15.141412 [ 257 ] {5d18f8b8-c122-4d2a-93ce-de8d1c4caa26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10857 | 2024.11.19 01:41:15.142516 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 5 columns (5 merged, 0 gathered) in 0.004923178 sec., 45092.82418795339 rows/sec., 3.40 MiB/sec. | ||
| 10858 | 2024.11.19 01:41:15.142528 [ 257 ] {5d18f8b8-c122-4d2a-93ce-de8d1c4caa26} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10859 | 2024.11.19 01:41:15.142811 [ 198 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10860 | 2024.11.19 01:41:15.143044 [ 257 ] {5d18f8b8-c122-4d2a-93ce-de8d1c4caa26} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10861 | 2024.11.19 01:41:15.143610 [ 257 ] {5d18f8b8-c122-4d2a-93ce-de8d1c4caa26} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005618 sec., 2491.990032039872 rows/sec., 174.52 KiB/sec. | ||
| 10862 | 2024.11.19 01:41:15.143894 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_66_13} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10863 | 2024.11.19 01:41:15.143955 [ 257 ] {5d18f8b8-c122-4d2a-93ce-de8d1c4caa26} <Debug> TCPHandler: Processed in 0.006201671 sec. | ||
| 10864 | 2024.11.19 01:41:15.144229 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10865 | 2024.11.19 01:41:15.144356 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_66_13} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10866 | 2024.11.19 01:41:15.144422 [ 260 ] {9ca33e93-6fdc-4b51-8911-ce2a74cfe6c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10867 | 2024.11.19 01:41:15.144526 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10868 | 2024.11.19 01:41:15.144538 [ 260 ] {9ca33e93-6fdc-4b51-8911-ce2a74cfe6c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10869 | 2024.11.19 01:41:15.145166 [ 260 ] {9ca33e93-6fdc-4b51-8911-ce2a74cfe6c0} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10870 | 2024.11.19 01:41:15.145206 [ 260 ] {9ca33e93-6fdc-4b51-8911-ce2a74cfe6c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10871 | 2024.11.19 01:41:15.145579 [ 260 ] {9ca33e93-6fdc-4b51-8911-ce2a74cfe6c0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10872 | 2024.11.19 01:41:15.145957 [ 260 ] {9ca33e93-6fdc-4b51-8911-ce2a74cfe6c0} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10873 | 2024.11.19 01:41:15.146248 [ 260 ] {9ca33e93-6fdc-4b51-8911-ce2a74cfe6c0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001866 sec., 6966.773847802787 rows/sec., 434.38 KiB/sec. | ||
| 10874 | 2024.11.19 01:41:15.146367 [ 260 ] {9ca33e93-6fdc-4b51-8911-ce2a74cfe6c0} <Debug> TCPHandler: Processed in 0.002260901 sec. | ||
| 10875 | 2024.11.19 01:41:15.146565 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10876 | 2024.11.19 01:41:15.146724 [ 257 ] {02f6f782-1872-46a5-a8d3-87f516ec41a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10877 | 2024.11.19 01:41:15.146782 [ 257 ] {02f6f782-1872-46a5-a8d3-87f516ec41a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10878 | 2024.11.19 01:41:15.148172 [ 257 ] {02f6f782-1872-46a5-a8d3-87f516ec41a9} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10879 | 2024.11.19 01:41:15.148228 [ 257 ] {02f6f782-1872-46a5-a8d3-87f516ec41a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10880 | 2024.11.19 01:41:15.148871 [ 257 ] {02f6f782-1872-46a5-a8d3-87f516ec41a9} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 10881 | 2024.11.19 01:41:15.148963 [ 224 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10882 | 2024.11.19 01:41:15.149329 [ 257 ] {02f6f782-1872-46a5-a8d3-87f516ec41a9} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10883 | 2024.11.19 01:41:15.149983 [ 257 ] {02f6f782-1872-46a5-a8d3-87f516ec41a9} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.003268 sec., 129436.96450428397 rows/sec., 9.25 MiB/sec. | ||
| 10884 | 2024.11.19 01:41:15.150117 [ 257 ] {02f6f782-1872-46a5-a8d3-87f516ec41a9} <Debug> TCPHandler: Processed in 0.003632735 sec. | ||
| 10885 | 2024.11.19 01:41:15.150286 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10886 | 2024.11.19 01:41:15.150408 [ 260 ] {ba997578-c62e-4ab8-9a4f-5f3eadff11f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10887 | 2024.11.19 01:41:15.150459 [ 260 ] {ba997578-c62e-4ab8-9a4f-5f3eadff11f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10888 | 2024.11.19 01:41:15.150939 [ 260 ] {ba997578-c62e-4ab8-9a4f-5f3eadff11f5} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10889 | 2024.11.19 01:41:15.151002 [ 260 ] {ba997578-c62e-4ab8-9a4f-5f3eadff11f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10890 | 2024.11.19 01:41:15.151374 [ 260 ] {ba997578-c62e-4ab8-9a4f-5f3eadff11f5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10891 | 2024.11.19 01:41:15.151612 [ 260 ] {ba997578-c62e-4ab8-9a4f-5f3eadff11f5} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10892 | 2024.11.19 01:41:15.151824 [ 260 ] {ba997578-c62e-4ab8-9a4f-5f3eadff11f5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001438 sec., 4172.4617524339355 rows/sec., 217.99 KiB/sec. | ||
| 10893 | 2024.11.19 01:41:15.151963 [ 260 ] {ba997578-c62e-4ab8-9a4f-5f3eadff11f5} <Debug> TCPHandler: Processed in 0.001725971 sec. | ||
| 10894 | 2024.11.19 01:41:15.152204 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10895 | 2024.11.19 01:41:15.152324 [ 257 ] {0fc92a4b-d336-4e1c-bff6-c934c49e755b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10896 | 2024.11.19 01:41:15.152377 [ 257 ] {0fc92a4b-d336-4e1c-bff6-c934c49e755b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10897 | 2024.11.19 01:41:15.152972 [ 257 ] {0fc92a4b-d336-4e1c-bff6-c934c49e755b} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10898 | 2024.11.19 01:41:15.153013 [ 257 ] {0fc92a4b-d336-4e1c-bff6-c934c49e755b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10899 | 2024.11.19 01:41:15.153418 [ 257 ] {0fc92a4b-d336-4e1c-bff6-c934c49e755b} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 10900 | 2024.11.19 01:41:15.153662 [ 257 ] {0fc92a4b-d336-4e1c-bff6-c934c49e755b} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10901 | 2024.11.19 01:41:15.153878 [ 257 ] {0fc92a4b-d336-4e1c-bff6-c934c49e755b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001578 sec., 150190.11406844106 rows/sec., 10.07 MiB/sec. | ||
| 10902 | 2024.11.19 01:41:15.153930 [ 257 ] {0fc92a4b-d336-4e1c-bff6-c934c49e755b} <Debug> TCPHandler: Processed in 0.001865153 sec. | ||
| 10903 | 2024.11.19 01:41:15.154081 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10904 | 2024.11.19 01:41:15.154199 [ 260 ] {7fe81dea-29da-4182-ba07-b150819ee598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10905 | 2024.11.19 01:41:15.154251 [ 260 ] {7fe81dea-29da-4182-ba07-b150819ee598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10906 | 2024.11.19 01:41:15.154727 [ 260 ] {7fe81dea-29da-4182-ba07-b150819ee598} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10907 | 2024.11.19 01:41:15.154763 [ 260 ] {7fe81dea-29da-4182-ba07-b150819ee598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10908 | 2024.11.19 01:41:15.155132 [ 260 ] {7fe81dea-29da-4182-ba07-b150819ee598} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10909 | 2024.11.19 01:41:15.155373 [ 260 ] {7fe81dea-29da-4182-ba07-b150819ee598} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10910 | 2024.11.19 01:41:15.155548 [ 260 ] {7fe81dea-29da-4182-ba07-b150819ee598} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001374 sec., 727.802037845706 rows/sec., 49.04 KiB/sec. | ||
| 10911 | 2024.11.19 01:41:15.155596 [ 260 ] {7fe81dea-29da-4182-ba07-b150819ee598} <Debug> TCPHandler: Processed in 0.001570488 sec. | ||
| 10912 | 2024.11.19 01:41:15.155749 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10913 | 2024.11.19 01:41:15.155887 [ 257 ] {09dc2c95-aebf-42b1-b2cc-d22244a34299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10914 | 2024.11.19 01:41:15.155983 [ 257 ] {09dc2c95-aebf-42b1-b2cc-d22244a34299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10915 | 2024.11.19 01:41:15.157480 [ 257 ] {09dc2c95-aebf-42b1-b2cc-d22244a34299} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10916 | 2024.11.19 01:41:15.157532 [ 257 ] {09dc2c95-aebf-42b1-b2cc-d22244a34299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10917 | 2024.11.19 01:41:15.158509 [ 257 ] {09dc2c95-aebf-42b1-b2cc-d22244a34299} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10918 | 2024.11.19 01:41:15.158903 [ 257 ] {09dc2c95-aebf-42b1-b2cc-d22244a34299} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10919 | 2024.11.19 01:41:15.159326 [ 257 ] {09dc2c95-aebf-42b1-b2cc-d22244a34299} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003433 sec., 11942.907078357122 rows/sec., 21.40 MiB/sec. | ||
| 10920 | 2024.11.19 01:41:15.159772 [ 257 ] {09dc2c95-aebf-42b1-b2cc-d22244a34299} <Debug> TCPHandler: Processed in 0.004089633 sec. | ||
| 10921 | 2024.11.19 01:41:15.159963 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10922 | 2024.11.19 01:41:15.160101 [ 260 ] {3edcfdd0-efcc-4d25-9a06-c623da874852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10923 | 2024.11.19 01:41:15.160160 [ 260 ] {3edcfdd0-efcc-4d25-9a06-c623da874852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10924 | 2024.11.19 01:41:15.160690 [ 260 ] {3edcfdd0-efcc-4d25-9a06-c623da874852} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10925 | 2024.11.19 01:41:15.160726 [ 260 ] {3edcfdd0-efcc-4d25-9a06-c623da874852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10926 | 2024.11.19 01:41:15.161105 [ 260 ] {3edcfdd0-efcc-4d25-9a06-c623da874852} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 10927 | 2024.11.19 01:41:15.161346 [ 260 ] {3edcfdd0-efcc-4d25-9a06-c623da874852} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10928 | 2024.11.19 01:41:15.161540 [ 260 ] {3edcfdd0-efcc-4d25-9a06-c623da874852} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00147 sec., 55782.31292517007 rows/sec., 3.54 MiB/sec. | ||
| 10929 | 2024.11.19 01:41:15.161600 [ 220 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10930 | 2024.11.19 01:41:15.161617 [ 260 ] {3edcfdd0-efcc-4d25-9a06-c623da874852} <Debug> TCPHandler: Processed in 0.001716771 sec. | ||
| 10931 | 2024.11.19 01:41:15.161660 [ 220 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10932 | 2024.11.19 01:41:15.163780 [ 220 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10933 | 2024.11.19 01:41:16.135926 [ 219 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10934 | 2024.11.19 01:41:16.136010 [ 219 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10935 | 2024.11.19 01:41:16.138127 [ 219 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10936 | 2024.11.19 01:41:16.280027 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10937 | 2024.11.19 01:41:16.280066 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10938 | 2024.11.19 01:41:16.282120 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 10939 | 2024.11.19 01:41:19.083126 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1596 | ||
| 10940 | 2024.11.19 01:41:19.086015 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10941 | 2024.11.19 01:41:19.086062 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10942 | 2024.11.19 01:41:19.087501 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10943 | 2024.11.19 01:41:19.087811 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10944 | 2024.11.19 01:41:19.088319 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1596 | ||
| 10945 | 2024.11.19 01:41:20.121730 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10946 | 2024.11.19 01:41:20.121945 [ 260 ] {1c5d5e09-2432-462f-8f84-f7c759d8eb59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10947 | 2024.11.19 01:41:20.122029 [ 260 ] {1c5d5e09-2432-462f-8f84-f7c759d8eb59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10948 | 2024.11.19 01:41:20.122838 [ 260 ] {1c5d5e09-2432-462f-8f84-f7c759d8eb59} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10949 | 2024.11.19 01:41:20.122884 [ 260 ] {1c5d5e09-2432-462f-8f84-f7c759d8eb59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10950 | 2024.11.19 01:41:20.123299 [ 260 ] {1c5d5e09-2432-462f-8f84-f7c759d8eb59} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10951 | 2024.11.19 01:41:20.123562 [ 260 ] {1c5d5e09-2432-462f-8f84-f7c759d8eb59} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10952 | 2024.11.19 01:41:20.123795 [ 260 ] {1c5d5e09-2432-462f-8f84-f7c759d8eb59} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00191 sec., 1047.1204188481674 rows/sec., 85.39 KiB/sec. | ||
| 10953 | 2024.11.19 01:41:20.123853 [ 260 ] {1c5d5e09-2432-462f-8f84-f7c759d8eb59} <Debug> TCPHandler: Processed in 0.00225915 sec. | ||
| 10954 | 2024.11.19 01:41:20.124124 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10955 | 2024.11.19 01:41:20.124333 [ 257 ] {4f1005a8-0e24-4e2c-8971-8ac1b0360b9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10956 | 2024.11.19 01:41:20.124415 [ 257 ] {4f1005a8-0e24-4e2c-8971-8ac1b0360b9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10957 | 2024.11.19 01:41:20.125199 [ 257 ] {4f1005a8-0e24-4e2c-8971-8ac1b0360b9f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10958 | 2024.11.19 01:41:20.125251 [ 257 ] {4f1005a8-0e24-4e2c-8971-8ac1b0360b9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10959 | 2024.11.19 01:41:20.125693 [ 257 ] {4f1005a8-0e24-4e2c-8971-8ac1b0360b9f} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 10960 | 2024.11.19 01:41:20.125951 [ 257 ] {4f1005a8-0e24-4e2c-8971-8ac1b0360b9f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10961 | 2024.11.19 01:41:20.126222 [ 257 ] {4f1005a8-0e24-4e2c-8971-8ac1b0360b9f} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001941 sec., 29366.306027820712 rows/sec., 2.25 MiB/sec. | ||
| 10962 | 2024.11.19 01:41:20.126325 [ 257 ] {4f1005a8-0e24-4e2c-8971-8ac1b0360b9f} <Debug> TCPHandler: Processed in 0.002339842 sec. | ||
| 10963 | 2024.11.19 01:41:20.126543 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10964 | 2024.11.19 01:41:20.126742 [ 260 ] {b6f8d632-1e77-4cdb-a00e-b00f9bf62231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10965 | 2024.11.19 01:41:20.126801 [ 260 ] {b6f8d632-1e77-4cdb-a00e-b00f9bf62231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10966 | 2024.11.19 01:41:20.127475 [ 260 ] {b6f8d632-1e77-4cdb-a00e-b00f9bf62231} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10967 | 2024.11.19 01:41:20.127523 [ 260 ] {b6f8d632-1e77-4cdb-a00e-b00f9bf62231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10968 | 2024.11.19 01:41:20.127901 [ 260 ] {b6f8d632-1e77-4cdb-a00e-b00f9bf62231} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10969 | 2024.11.19 01:41:20.128155 [ 260 ] {b6f8d632-1e77-4cdb-a00e-b00f9bf62231} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10970 | 2024.11.19 01:41:20.128372 [ 260 ] {b6f8d632-1e77-4cdb-a00e-b00f9bf62231} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001663 sec., 1202.6458208057727 rows/sec., 83.97 KiB/sec. | ||
| 10971 | 2024.11.19 01:41:20.128431 [ 260 ] {b6f8d632-1e77-4cdb-a00e-b00f9bf62231} <Debug> TCPHandler: Processed in 0.002017826 sec. | ||
| 10972 | 2024.11.19 01:41:20.128601 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10973 | 2024.11.19 01:41:20.128730 [ 257 ] {02920ed1-22d3-4afe-b0b9-663e78081ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10974 | 2024.11.19 01:41:20.128784 [ 257 ] {02920ed1-22d3-4afe-b0b9-663e78081ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10975 | 2024.11.19 01:41:20.129444 [ 257 ] {02920ed1-22d3-4afe-b0b9-663e78081ff8} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10976 | 2024.11.19 01:41:20.129486 [ 257 ] {02920ed1-22d3-4afe-b0b9-663e78081ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10977 | 2024.11.19 01:41:20.129861 [ 257 ] {02920ed1-22d3-4afe-b0b9-663e78081ff8} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 10978 | 2024.11.19 01:41:20.130104 [ 257 ] {02920ed1-22d3-4afe-b0b9-663e78081ff8} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10979 | 2024.11.19 01:41:20.130325 [ 257 ] {02920ed1-22d3-4afe-b0b9-663e78081ff8} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001625 sec., 40615.38461538462 rows/sec., 3.17 MiB/sec. | ||
| 10980 | 2024.11.19 01:41:20.130382 [ 257 ] {02920ed1-22d3-4afe-b0b9-663e78081ff8} <Debug> TCPHandler: Processed in 0.001842433 sec. | ||
| 10981 | 2024.11.19 01:41:20.130553 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10982 | 2024.11.19 01:41:20.130703 [ 260 ] {1efbbd64-b7ef-4ba5-97cc-3107a60731d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10983 | 2024.11.19 01:41:20.130796 [ 260 ] {1efbbd64-b7ef-4ba5-97cc-3107a60731d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10984 | 2024.11.19 01:41:20.131708 [ 260 ] {1efbbd64-b7ef-4ba5-97cc-3107a60731d0} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10985 | 2024.11.19 01:41:20.131748 [ 260 ] {1efbbd64-b7ef-4ba5-97cc-3107a60731d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10986 | 2024.11.19 01:41:20.132159 [ 260 ] {1efbbd64-b7ef-4ba5-97cc-3107a60731d0} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 10987 | 2024.11.19 01:41:20.132404 [ 260 ] {1efbbd64-b7ef-4ba5-97cc-3107a60731d0} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10988 | 2024.11.19 01:41:20.132618 [ 260 ] {1efbbd64-b7ef-4ba5-97cc-3107a60731d0} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001966 sec., 65615.46286876909 rows/sec., 4.57 MiB/sec. | ||
| 10989 | 2024.11.19 01:41:20.132672 [ 260 ] {1efbbd64-b7ef-4ba5-97cc-3107a60731d0} <Debug> TCPHandler: Processed in 0.002181899 sec. | ||
| 10990 | 2024.11.19 01:41:20.132840 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10991 | 2024.11.19 01:41:20.132984 [ 257 ] {c8942459-dbae-43a6-b2ef-c1b0b422a38e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10992 | 2024.11.19 01:41:20.133046 [ 257 ] {c8942459-dbae-43a6-b2ef-c1b0b422a38e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10993 | 2024.11.19 01:41:20.133636 [ 257 ] {c8942459-dbae-43a6-b2ef-c1b0b422a38e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10994 | 2024.11.19 01:41:20.133680 [ 257 ] {c8942459-dbae-43a6-b2ef-c1b0b422a38e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 10995 | 2024.11.19 01:41:20.134062 [ 257 ] {c8942459-dbae-43a6-b2ef-c1b0b422a38e} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 10996 | 2024.11.19 01:41:20.134314 [ 257 ] {c8942459-dbae-43a6-b2ef-c1b0b422a38e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10997 | 2024.11.19 01:41:20.134529 [ 257 ] {c8942459-dbae-43a6-b2ef-c1b0b422a38e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001579 sec., 30398.986700443318 rows/sec., 2.05 MiB/sec. | ||
| 10998 | 2024.11.19 01:41:20.134585 [ 257 ] {c8942459-dbae-43a6-b2ef-c1b0b422a38e} <Debug> TCPHandler: Processed in 0.001811382 sec. | ||
| 10999 | 2024.11.19 01:41:25.124679 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11000 | 2024.11.19 01:41:25.124983 [ 260 ] {b1da087e-ba0f-463c-84cf-92ba667101f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11001 | 2024.11.19 01:41:25.125085 [ 260 ] {b1da087e-ba0f-463c-84cf-92ba667101f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11002 | 2024.11.19 01:41:25.125868 [ 260 ] {b1da087e-ba0f-463c-84cf-92ba667101f1} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11003 | 2024.11.19 01:41:25.125922 [ 260 ] {b1da087e-ba0f-463c-84cf-92ba667101f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11004 | 2024.11.19 01:41:25.126375 [ 260 ] {b1da087e-ba0f-463c-84cf-92ba667101f1} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11005 | 2024.11.19 01:41:25.126649 [ 260 ] {b1da087e-ba0f-463c-84cf-92ba667101f1} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11006 | 2024.11.19 01:41:25.126882 [ 260 ] {b1da087e-ba0f-463c-84cf-92ba667101f1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001979 sec., 28297.11975745326 rows/sec., 2.17 MiB/sec. | ||
| 11007 | 2024.11.19 01:41:25.126949 [ 260 ] {b1da087e-ba0f-463c-84cf-92ba667101f1} <Debug> TCPHandler: Processed in 0.002444264 sec. | ||
| 11008 | 2024.11.19 01:41:25.127216 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11009 | 2024.11.19 01:41:25.127431 [ 257 ] {dfe8f018-ed45-4496-97cc-38cf7c16b24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11010 | 2024.11.19 01:41:25.127513 [ 257 ] {dfe8f018-ed45-4496-97cc-38cf7c16b24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11011 | 2024.11.19 01:41:25.128361 [ 257 ] {dfe8f018-ed45-4496-97cc-38cf7c16b24a} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11012 | 2024.11.19 01:41:25.128410 [ 257 ] {dfe8f018-ed45-4496-97cc-38cf7c16b24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11013 | 2024.11.19 01:41:25.128850 [ 257 ] {dfe8f018-ed45-4496-97cc-38cf7c16b24a} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11014 | 2024.11.19 01:41:25.129107 [ 257 ] {dfe8f018-ed45-4496-97cc-38cf7c16b24a} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11015 | 2024.11.19 01:41:25.129386 [ 257 ] {dfe8f018-ed45-4496-97cc-38cf7c16b24a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002009 sec., 31856.645097063218 rows/sec., 2.49 MiB/sec. | ||
| 11016 | 2024.11.19 01:41:25.129506 [ 257 ] {dfe8f018-ed45-4496-97cc-38cf7c16b24a} <Debug> TCPHandler: Processed in 0.002428993 sec. | ||
| 11017 | 2024.11.19 01:41:25.129708 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11018 | 2024.11.19 01:41:25.129863 [ 260 ] {7b69677c-acd7-486c-9b4e-d0efd8112208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11019 | 2024.11.19 01:41:25.129929 [ 260 ] {7b69677c-acd7-486c-9b4e-d0efd8112208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11020 | 2024.11.19 01:41:25.130523 [ 260 ] {7b69677c-acd7-486c-9b4e-d0efd8112208} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11021 | 2024.11.19 01:41:25.130564 [ 260 ] {7b69677c-acd7-486c-9b4e-d0efd8112208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11022 | 2024.11.19 01:41:25.130985 [ 260 ] {7b69677c-acd7-486c-9b4e-d0efd8112208} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11023 | 2024.11.19 01:41:25.131238 [ 260 ] {7b69677c-acd7-486c-9b4e-d0efd8112208} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11024 | 2024.11.19 01:41:25.131455 [ 260 ] {7b69677c-acd7-486c-9b4e-d0efd8112208} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001628 sec., 98280.09828009827 rows/sec., 6.85 MiB/sec. | ||
| 11025 | 2024.11.19 01:41:25.131511 [ 260 ] {7b69677c-acd7-486c-9b4e-d0efd8112208} <Debug> TCPHandler: Processed in 0.001894414 sec. | ||
| 11026 | 2024.11.19 01:41:25.131671 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11027 | 2024.11.19 01:41:25.131817 [ 257 ] {9554f4bd-9502-44aa-87e1-583d10a82973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11028 | 2024.11.19 01:41:25.131882 [ 257 ] {9554f4bd-9502-44aa-87e1-583d10a82973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11029 | 2024.11.19 01:41:25.132429 [ 257 ] {9554f4bd-9502-44aa-87e1-583d10a82973} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11030 | 2024.11.19 01:41:25.132472 [ 257 ] {9554f4bd-9502-44aa-87e1-583d10a82973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11031 | 2024.11.19 01:41:25.132864 [ 257 ] {9554f4bd-9502-44aa-87e1-583d10a82973} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11032 | 2024.11.19 01:41:25.133114 [ 257 ] {9554f4bd-9502-44aa-87e1-583d10a82973} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11033 | 2024.11.19 01:41:25.133332 [ 257 ] {9554f4bd-9502-44aa-87e1-583d10a82973} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00155 sec., 38709.67741935484 rows/sec., 2.61 MiB/sec. | ||
| 11034 | 2024.11.19 01:41:25.133386 [ 257 ] {9554f4bd-9502-44aa-87e1-583d10a82973} <Debug> TCPHandler: Processed in 0.001783912 sec. | ||
| 11035 | 2024.11.19 01:41:27.481977 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61540, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11036 | 2024.11.19 01:41:27.589214 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37234, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11037 | 2024.11.19 01:41:27.766793 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50937, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11038 | 2024.11.19 01:41:27.770169 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42840, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11039 | 2024.11.19 01:41:27.894516 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44432, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11040 | 2024.11.19 01:41:27.905138 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56318, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11041 | 2024.11.19 01:41:27.910475 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40518, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11042 | 2024.11.19 01:41:27.958803 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56148, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11043 | 2024.11.19 01:41:27.968080 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11044 | 2024.11.19 01:41:27.983362 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54122, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11045 | 2024.11.19 01:41:28.003072 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59159, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11046 | 2024.11.19 01:41:28.056419 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55193, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11047 | 2024.11.19 01:41:28.063759 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46272, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11048 | 2024.11.19 01:41:28.137510 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51876, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11049 | 2024.11.19 01:41:28.223937 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53187, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11050 | 2024.11.19 01:41:28.362539 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51280, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11051 | 2024.11.19 01:41:28.718407 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11052 | 2024.11.19 01:41:28.718468 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11053 | 2024.11.19 01:41:29.090793 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1616 | ||
| 11054 | 2024.11.19 01:41:29.093483 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11055 | 2024.11.19 01:41:29.093534 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11056 | 2024.11.19 01:41:29.094941 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11057 | 2024.11.19 01:41:29.095256 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11058 | 2024.11.19 01:41:29.095765 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1616 | ||
| 11059 | 2024.11.19 01:41:29.731915 [ 57 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 11060 | 2024.11.19 01:41:29.732016 [ 57 ] {} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11061 | 2024.11.19 01:41:29.732070 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11062 | 2024.11.19 01:41:29.732309 [ 198 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 11063 | 2024.11.19 01:41:29.732671 [ 198 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11064 | 2024.11.19 01:41:29.732709 [ 198 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 242 rows starting from the beginning of the part | ||
| 11065 | 2024.11.19 01:41:29.732792 [ 198 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 11066 | 2024.11.19 01:41:29.733045 [ 198 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 11067 | 2024.11.19 01:41:29.733270 [ 198 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 11068 | 2024.11.19 01:41:29.733425 [ 198 ] {844ad897-9656-487a-a6bf-b646c8b2f224::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 | ||
| 11069 | 2024.11.19 01:41:29.734655 [ 187 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002479405 sec., 120190.12626013096 rows/sec., 8.62 MiB/sec. | ||
| 11070 | 2024.11.19 01:41:29.734921 [ 196 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 11071 | 2024.11.19 01:41:29.735324 [ 196 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_33_8} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11072 | 2024.11.19 01:41:29.735425 [ 196 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_33_8} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 11073 | 2024.11.19 01:41:29.735539 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 11074 | 2024.11.19 01:41:30.131701 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11075 | 2024.11.19 01:41:30.131911 [ 260 ] {624813b8-df18-4ec4-a0ec-b931d66c8ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11076 | 2024.11.19 01:41:30.131993 [ 260 ] {624813b8-df18-4ec4-a0ec-b931d66c8ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11077 | 2024.11.19 01:41:30.132787 [ 260 ] {624813b8-df18-4ec4-a0ec-b931d66c8ddd} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11078 | 2024.11.19 01:41:30.132834 [ 260 ] {624813b8-df18-4ec4-a0ec-b931d66c8ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11079 | 2024.11.19 01:41:30.133268 [ 260 ] {624813b8-df18-4ec4-a0ec-b931d66c8ddd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 11080 | 2024.11.19 01:41:30.133528 [ 260 ] {624813b8-df18-4ec4-a0ec-b931d66c8ddd} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11081 | 2024.11.19 01:41:30.133719 [ 57 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 11082 | 2024.11.19 01:41:30.133787 [ 260 ] {624813b8-df18-4ec4-a0ec-b931d66c8ddd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001931 sec., 7250.1294665976175 rows/sec., 521.91 KiB/sec. | ||
| 11083 | 2024.11.19 01:41:30.133795 [ 57 ] {} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11084 | 2024.11.19 01:41:30.133878 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11085 | 2024.11.19 01:41:30.133927 [ 260 ] {624813b8-df18-4ec4-a0ec-b931d66c8ddd} <Debug> TCPHandler: Processed in 0.002359622 sec. | ||
| 11086 | 2024.11.19 01:41:30.134124 [ 198 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 11087 | 2024.11.19 01:41:30.134252 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11088 | 2024.11.19 01:41:30.134332 [ 198 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11089 | 2024.11.19 01:41:30.134397 [ 198 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 11090 | 2024.11.19 01:41:30.134586 [ 257 ] {15c797ca-f99c-41fa-8e91-df19d6da5131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11091 | 2024.11.19 01:41:30.134693 [ 198 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 11092 | 2024.11.19 01:41:30.134783 [ 257 ] {15c797ca-f99c-41fa-8e91-df19d6da5131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11093 | 2024.11.19 01:41:30.135091 [ 198 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 11094 | 2024.11.19 01:41:30.135449 [ 198 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 11095 | 2024.11.19 01:41:30.135728 [ 198 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::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 | ||
| 11096 | 2024.11.19 01:41:30.137620 [ 257 ] {15c797ca-f99c-41fa-8e91-df19d6da5131} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11097 | 2024.11.19 01:41:30.137701 [ 257 ] {15c797ca-f99c-41fa-8e91-df19d6da5131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11098 | 2024.11.19 01:41:30.138410 [ 198 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004386709 sec., 15957.292813359629 rows/sec., 1.18 MiB/sec. | ||
| 11099 | 2024.11.19 01:41:30.138632 [ 198 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 11100 | 2024.11.19 01:41:30.138723 [ 257 ] {15c797ca-f99c-41fa-8e91-df19d6da5131} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11101 | 2024.11.19 01:41:30.139118 [ 198 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_33_8} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11102 | 2024.11.19 01:41:30.139239 [ 257 ] {15c797ca-f99c-41fa-8e91-df19d6da5131} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11103 | 2024.11.19 01:41:30.139319 [ 198 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_33_8} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 11104 | 2024.11.19 01:41:30.139502 [ 57 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11105 | 2024.11.19 01:41:30.139516 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11106 | 2024.11.19 01:41:30.139585 [ 57 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11107 | 2024.11.19 01:41:30.139627 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11108 | 2024.11.19 01:41:30.139651 [ 257 ] {15c797ca-f99c-41fa-8e91-df19d6da5131} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.005221 sec., 54587.24382302241 rows/sec., 4.82 MiB/sec. | ||
| 11109 | 2024.11.19 01:41:30.139876 [ 257 ] {15c797ca-f99c-41fa-8e91-df19d6da5131} <Debug> TCPHandler: Processed in 0.005780443 sec. | ||
| 11110 | 2024.11.19 01:41:30.139904 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 11111 | 2024.11.19 01:41:30.140062 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11112 | 2024.11.19 01:41:30.140066 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11113 | 2024.11.19 01:41:30.140133 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1435 rows starting from the beginning of the part | ||
| 11114 | 2024.11.19 01:41:30.140257 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part | ||
| 11115 | 2024.11.19 01:41:30.140262 [ 260 ] {f99b35b6-a3eb-4421-8e73-476237a04d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11116 | 2024.11.19 01:41:30.140377 [ 260 ] {f99b35b6-a3eb-4421-8e73-476237a04d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11117 | 2024.11.19 01:41:30.140403 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 285 rows starting from the beginning of the part | ||
| 11118 | 2024.11.19 01:41:30.140634 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 57 rows starting from the beginning of the part | ||
| 11119 | 2024.11.19 01:41:30.140785 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 56 rows starting from the beginning of the part | ||
| 11120 | 2024.11.19 01:41:30.141040 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 285 rows starting from the beginning of the part | ||
| 11121 | 2024.11.19 01:41:30.141915 [ 260 ] {f99b35b6-a3eb-4421-8e73-476237a04d1f} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11122 | 2024.11.19 01:41:30.141962 [ 260 ] {f99b35b6-a3eb-4421-8e73-476237a04d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11123 | 2024.11.19 01:41:30.142553 [ 260 ] {f99b35b6-a3eb-4421-8e73-476237a04d1f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11124 | 2024.11.19 01:41:30.142822 [ 260 ] {f99b35b6-a3eb-4421-8e73-476237a04d1f} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11125 | 2024.11.19 01:41:30.143153 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2174 rows, containing 5 columns (5 merged, 0 gathered) in 0.003447682 sec., 630568.5965236933 rows/sec., 55.64 MiB/sec. | ||
| 11126 | 2024.11.19 01:41:30.143222 [ 260 ] {f99b35b6-a3eb-4421-8e73-476237a04d1f} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.003027 sec., 15857.284440039643 rows/sec., 1.14 MiB/sec. | ||
| 11127 | 2024.11.19 01:41:30.143322 [ 260 ] {f99b35b6-a3eb-4421-8e73-476237a04d1f} <Debug> TCPHandler: Processed in 0.00333997 sec. | ||
| 11128 | 2024.11.19 01:41:30.143445 [ 197 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11129 | 2024.11.19 01:41:30.143509 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11130 | 2024.11.19 01:41:30.143638 [ 257 ] {c56e4a92-e3fd-437d-9e86-96fbec9b95d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11131 | 2024.11.19 01:41:30.143696 [ 257 ] {c56e4a92-e3fd-437d-9e86-96fbec9b95d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11132 | 2024.11.19 01:41:30.143823 [ 197 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_106_21} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11133 | 2024.11.19 01:41:30.143946 [ 197 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_106_21} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11134 | 2024.11.19 01:41:30.144076 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 11135 | 2024.11.19 01:41:30.144436 [ 257 ] {c56e4a92-e3fd-437d-9e86-96fbec9b95d9} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11136 | 2024.11.19 01:41:30.144475 [ 257 ] {c56e4a92-e3fd-437d-9e86-96fbec9b95d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11137 | 2024.11.19 01:41:30.144839 [ 257 ] {c56e4a92-e3fd-437d-9e86-96fbec9b95d9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11138 | 2024.11.19 01:41:30.145105 [ 257 ] {c56e4a92-e3fd-437d-9e86-96fbec9b95d9} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11139 | 2024.11.19 01:41:30.145287 [ 257 ] {c56e4a92-e3fd-437d-9e86-96fbec9b95d9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001679 sec., 8338.296605122097 rows/sec., 583.96 KiB/sec. | ||
| 11140 | 2024.11.19 01:41:30.145339 [ 257 ] {c56e4a92-e3fd-437d-9e86-96fbec9b95d9} <Debug> TCPHandler: Processed in 0.001898474 sec. | ||
| 11141 | 2024.11.19 01:41:30.145497 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11142 | 2024.11.19 01:41:30.145623 [ 260 ] {dc5a4e9b-7516-4c27-8753-c0aef7755dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11143 | 2024.11.19 01:41:30.145677 [ 260 ] {dc5a4e9b-7516-4c27-8753-c0aef7755dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11144 | 2024.11.19 01:41:30.146261 [ 260 ] {dc5a4e9b-7516-4c27-8753-c0aef7755dd6} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11145 | 2024.11.19 01:41:30.146303 [ 260 ] {dc5a4e9b-7516-4c27-8753-c0aef7755dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11146 | 2024.11.19 01:41:30.146678 [ 260 ] {dc5a4e9b-7516-4c27-8753-c0aef7755dd6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 11147 | 2024.11.19 01:41:30.146920 [ 260 ] {dc5a4e9b-7516-4c27-8753-c0aef7755dd6} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11148 | 2024.11.19 01:41:30.147093 [ 57 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 11149 | 2024.11.19 01:41:30.147160 [ 57 ] {} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11150 | 2024.11.19 01:41:30.147191 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11151 | 2024.11.19 01:41:30.147205 [ 260 ] {dc5a4e9b-7516-4c27-8753-c0aef7755dd6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001605 sec., 8099.688473520248 rows/sec., 505.01 KiB/sec. | ||
| 11152 | 2024.11.19 01:41:30.147422 [ 260 ] {dc5a4e9b-7516-4c27-8753-c0aef7755dd6} <Debug> TCPHandler: Processed in 0.001978915 sec. | ||
| 11153 | 2024.11.19 01:41:30.147438 [ 194 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 11154 | 2024.11.19 01:41:30.147614 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11155 | 2024.11.19 01:41:30.147664 [ 194 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11156 | 2024.11.19 01:41:30.147708 [ 194 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 11157 | 2024.11.19 01:41:30.147858 [ 257 ] {179407b3-820f-49f6-be88-3700d995f131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11158 | 2024.11.19 01:41:30.148000 [ 194 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 11159 | 2024.11.19 01:41:30.148042 [ 257 ] {179407b3-820f-49f6-be88-3700d995f131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11160 | 2024.11.19 01:41:30.148405 [ 194 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 11161 | 2024.11.19 01:41:30.148816 [ 194 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 11162 | 2024.11.19 01:41:30.149906 [ 194 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::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 | ||
| 11163 | 2024.11.19 01:41:30.151306 [ 257 ] {179407b3-820f-49f6-be88-3700d995f131} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11164 | 2024.11.19 01:41:30.151380 [ 257 ] {179407b3-820f-49f6-be88-3700d995f131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11165 | 2024.11.19 01:41:30.152070 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004793285 sec., 13560.637433409445 rows/sec., 898.47 KiB/sec. | ||
| 11166 | 2024.11.19 01:41:30.152211 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 11167 | 2024.11.19 01:41:30.152216 [ 257 ] {179407b3-820f-49f6-be88-3700d995f131} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11168 | 2024.11.19 01:41:30.152532 [ 257 ] {179407b3-820f-49f6-be88-3700d995f131} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11169 | 2024.11.19 01:41:30.152559 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_33_8} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11170 | 2024.11.19 01:41:30.152678 [ 197 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_33_8} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 11171 | 2024.11.19 01:41:30.152721 [ 57 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11172 | 2024.11.19 01:41:30.152798 [ 57 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11173 | 2024.11.19 01:41:30.152828 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11174 | 2024.11.19 01:41:30.152838 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11175 | 2024.11.19 01:41:30.152857 [ 257 ] {179407b3-820f-49f6-be88-3700d995f131} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005097 sec., 82989.99411418481 rows/sec., 5.93 MiB/sec. | ||
| 11176 | 2024.11.19 01:41:30.153042 [ 257 ] {179407b3-820f-49f6-be88-3700d995f131} <Debug> TCPHandler: Processed in 0.005523069 sec. | ||
| 11177 | 2024.11.19 01:41:30.153076 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 11178 | 2024.11.19 01:41:30.153368 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11179 | 2024.11.19 01:41:30.153476 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11180 | 2024.11.19 01:41:30.153570 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 915 rows starting from the beginning of the part | ||
| 11181 | 2024.11.19 01:41:30.153929 [ 260 ] {937901e6-47c0-4895-a0af-0c936f4fddce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11182 | 2024.11.19 01:41:30.154102 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part | ||
| 11183 | 2024.11.19 01:41:30.154249 [ 260 ] {937901e6-47c0-4895-a0af-0c936f4fddce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11184 | 2024.11.19 01:41:30.154691 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 423 rows starting from the beginning of the part | ||
| 11185 | 2024.11.19 01:41:30.155211 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 66 rows starting from the beginning of the part | ||
| 11186 | 2024.11.19 01:41:30.155599 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 64 rows starting from the beginning of the part | ||
| 11187 | 2024.11.19 01:41:30.155826 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 423 rows starting from the beginning of the part | ||
| 11188 | 2024.11.19 01:41:30.156659 [ 260 ] {937901e6-47c0-4895-a0af-0c936f4fddce} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11189 | 2024.11.19 01:41:30.156729 [ 260 ] {937901e6-47c0-4895-a0af-0c936f4fddce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11190 | 2024.11.19 01:41:30.157737 [ 260 ] {937901e6-47c0-4895-a0af-0c936f4fddce} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 11191 | 2024.11.19 01:41:30.158224 [ 260 ] {937901e6-47c0-4895-a0af-0c936f4fddce} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11192 | 2024.11.19 01:41:30.158651 [ 260 ] {937901e6-47c0-4895-a0af-0c936f4fddce} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004921 sec., 1219.264377159114 rows/sec., 63.70 KiB/sec. | ||
| 11193 | 2024.11.19 01:41:30.158989 [ 260 ] {937901e6-47c0-4895-a0af-0c936f4fddce} <Debug> TCPHandler: Processed in 0.005836004 sec. | ||
| 11194 | 2024.11.19 01:41:30.159063 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.00614312 sec., 318242.19614788576 rows/sec., 24.36 MiB/sec. | ||
| 11195 | 2024.11.19 01:41:30.159160 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11196 | 2024.11.19 01:41:30.159324 [ 257 ] {34577094-7099-4bb2-bc28-9fb56df674af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11197 | 2024.11.19 01:41:30.159350 [ 188 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11198 | 2024.11.19 01:41:30.159412 [ 257 ] {34577094-7099-4bb2-bc28-9fb56df674af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11199 | 2024.11.19 01:41:30.160005 [ 188 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_106_21} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11200 | 2024.11.19 01:41:30.160160 [ 188 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_106_21} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11201 | 2024.11.19 01:41:30.160357 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 11202 | 2024.11.19 01:41:30.160540 [ 257 ] {34577094-7099-4bb2-bc28-9fb56df674af} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11203 | 2024.11.19 01:41:30.160583 [ 257 ] {34577094-7099-4bb2-bc28-9fb56df674af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11204 | 2024.11.19 01:41:30.160984 [ 257 ] {34577094-7099-4bb2-bc28-9fb56df674af} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11205 | 2024.11.19 01:41:30.161236 [ 257 ] {34577094-7099-4bb2-bc28-9fb56df674af} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11206 | 2024.11.19 01:41:30.161367 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11207 | 2024.11.19 01:41:30.161398 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11208 | 2024.11.19 01:41:30.161421 [ 257 ] {34577094-7099-4bb2-bc28-9fb56df674af} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00214 sec., 110747.66355140187 rows/sec., 7.42 MiB/sec. | ||
| 11209 | 2024.11.19 01:41:30.161422 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11210 | 2024.11.19 01:41:30.161533 [ 257 ] {34577094-7099-4bb2-bc28-9fb56df674af} <Debug> TCPHandler: Processed in 0.002438983 sec. | ||
| 11211 | 2024.11.19 01:41:30.161678 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 11212 | 2024.11.19 01:41:30.161747 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11213 | 2024.11.19 01:41:30.162052 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11214 | 2024.11.19 01:41:30.162099 [ 260 ] {cdbf25c2-56d6-437e-83ee-76d5431374b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11215 | 2024.11.19 01:41:30.162184 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_101_20, total 19102 rows starting from the beginning of the part | ||
| 11216 | 2024.11.19 01:41:30.162270 [ 260 ] {cdbf25c2-56d6-437e-83ee-76d5431374b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11217 | 2024.11.19 01:41:30.162714 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
| 11218 | 2024.11.19 01:41:30.163197 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 11219 | 2024.11.19 01:41:30.163892 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 129 rows starting from the beginning of the part | ||
| 11220 | 2024.11.19 01:41:30.164424 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part | ||
| 11221 | 2024.11.19 01:41:30.165127 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 237 rows starting from the beginning of the part | ||
| 11222 | 2024.11.19 01:41:30.165753 [ 260 ] {cdbf25c2-56d6-437e-83ee-76d5431374b1} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11223 | 2024.11.19 01:41:30.165826 [ 260 ] {cdbf25c2-56d6-437e-83ee-76d5431374b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11224 | 2024.11.19 01:41:30.166575 [ 260 ] {cdbf25c2-56d6-437e-83ee-76d5431374b1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 11225 | 2024.11.19 01:41:30.166932 [ 260 ] {cdbf25c2-56d6-437e-83ee-76d5431374b1} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11226 | 2024.11.19 01:41:30.167224 [ 260 ] {cdbf25c2-56d6-437e-83ee-76d5431374b1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005269 sec., 189.78933383943823 rows/sec., 12.79 KiB/sec. | ||
| 11227 | 2024.11.19 01:41:30.167670 [ 260 ] {cdbf25c2-56d6-437e-83ee-76d5431374b1} <Debug> TCPHandler: Processed in 0.006020108 sec. | ||
| 11228 | 2024.11.19 01:41:30.167964 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11229 | 2024.11.19 01:41:30.168194 [ 257 ] {272de72a-d86a-4c90-9ab1-95319b05faa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11230 | 2024.11.19 01:41:30.168305 [ 257 ] {272de72a-d86a-4c90-9ab1-95319b05faa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11231 | 2024.11.19 01:41:30.169973 [ 257 ] {272de72a-d86a-4c90-9ab1-95319b05faa8} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11232 | 2024.11.19 01:41:30.170011 [ 257 ] {272de72a-d86a-4c90-9ab1-95319b05faa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11233 | 2024.11.19 01:41:30.170720 [ 257 ] {272de72a-d86a-4c90-9ab1-95319b05faa8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11234 | 2024.11.19 01:41:30.170983 [ 257 ] {272de72a-d86a-4c90-9ab1-95319b05faa8} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11235 | 2024.11.19 01:41:30.171292 [ 257 ] {272de72a-d86a-4c90-9ab1-95319b05faa8} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003138 sec., 13065.646908859146 rows/sec., 23.41 MiB/sec. | ||
| 11236 | 2024.11.19 01:41:30.171979 [ 257 ] {272de72a-d86a-4c90-9ab1-95319b05faa8} <Debug> TCPHandler: Processed in 0.004162514 sec. | ||
| 11237 | 2024.11.19 01:41:30.172429 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11238 | 2024.11.19 01:41:30.172533 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20025 rows, containing 5 columns (5 merged, 0 gathered) in 0.011029617 sec., 1815566.2159438536 rows/sec., 124.08 MiB/sec. | ||
| 11239 | 2024.11.19 01:41:30.172632 [ 260 ] {c466875c-0152-45a6-9291-ea9886390117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11240 | 2024.11.19 01:41:30.172698 [ 260 ] {c466875c-0152-45a6-9291-ea9886390117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11241 | 2024.11.19 01:41:30.173000 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11242 | 2024.11.19 01:41:30.173606 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11243 | 2024.11.19 01:41:30.173706 [ 260 ] {c466875c-0152-45a6-9291-ea9886390117} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11244 | 2024.11.19 01:41:30.173764 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11245 | 2024.11.19 01:41:30.173768 [ 260 ] {c466875c-0152-45a6-9291-ea9886390117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11246 | 2024.11.19 01:41:30.173938 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 11247 | 2024.11.19 01:41:30.174284 [ 260 ] {c466875c-0152-45a6-9291-ea9886390117} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11248 | 2024.11.19 01:41:30.174524 [ 260 ] {c466875c-0152-45a6-9291-ea9886390117} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11249 | 2024.11.19 01:41:30.174697 [ 57 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11250 | 2024.11.19 01:41:30.174767 [ 57 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11251 | 2024.11.19 01:41:30.174775 [ 260 ] {c466875c-0152-45a6-9291-ea9886390117} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002177 sec., 37666.513550757925 rows/sec., 2.39 MiB/sec. | ||
| 11252 | 2024.11.19 01:41:30.174803 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11253 | 2024.11.19 01:41:30.174921 [ 260 ] {c466875c-0152-45a6-9291-ea9886390117} <Debug> TCPHandler: Processed in 0.002803 sec. | ||
| 11254 | 2024.11.19 01:41:30.175158 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_106_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full | ||
| 11255 | 2024.11.19 01:41:30.175546 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11256 | 2024.11.19 01:41:30.175633 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6214 rows starting from the beginning of the part | ||
| 11257 | 2024.11.19 01:41:30.175926 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 11258 | 2024.11.19 01:41:30.176218 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
| 11259 | 2024.11.19 01:41:30.176629 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 48 rows starting from the beginning of the part | ||
| 11260 | 2024.11.19 01:41:30.176914 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part | ||
| 11261 | 2024.11.19 01:41:30.177035 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 82 rows starting from the beginning of the part | ||
| 11262 | 2024.11.19 01:41:30.179303 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6546 rows, containing 4 columns (4 merged, 0 gathered) in 0.004361248 sec., 1500946.5180608854 rows/sec., 98.84 MiB/sec. | ||
| 11263 | 2024.11.19 01:41:30.180151 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 11264 | 2024.11.19 01:41:30.180540 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_106_21} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11265 | 2024.11.19 01:41:30.180621 [ 195 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_106_21} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 11266 | 2024.11.19 01:41:30.180710 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 11267 | 2024.11.19 01:41:32.233888 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48273, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11268 | 2024.11.19 01:41:32.514413 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11269 | 2024.11.19 01:41:32.562737 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37376, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11270 | 2024.11.19 01:41:32.568936 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11271 | 2024.11.19 01:41:32.826867 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41867, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11272 | 2024.11.19 01:41:32.827201 [ 255 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 134, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): | ||
| 11273 | |||
| 11274 | (version 23.8.7.1) | ||
| 11275 | 2024.11.19 01:41:32.842232 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46793, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11276 | 2024.11.19 01:41:32.870600 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48804, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11277 | 2024.11.19 01:41:32.940216 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11278 | 2024.11.19 01:41:33.454449 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11279 | 2024.11.19 01:41:33.898204 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11280 | 2024.11.19 01:41:33.997785 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39380, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11281 | 2024.11.19 01:41:34.103489 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45845, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11282 | 2024.11.19 01:41:34.137367 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46725, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11283 | 2024.11.19 01:41:34.154713 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33120, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11284 | 2024.11.19 01:41:34.173418 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39698, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11285 | 2024.11.19 01:41:34.190311 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11286 | 2024.11.19 01:41:35.068498 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11287 | 2024.11.19 01:41:35.068554 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11288 | 2024.11.19 01:41:35.070577 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11289 | 2024.11.19 01:41:35.125754 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11290 | 2024.11.19 01:41:35.125975 [ 260 ] {418b07cd-e150-4eeb-b671-f45a3a0c8101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11291 | 2024.11.19 01:41:35.126058 [ 260 ] {418b07cd-e150-4eeb-b671-f45a3a0c8101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11292 | 2024.11.19 01:41:35.126878 [ 260 ] {418b07cd-e150-4eeb-b671-f45a3a0c8101} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11293 | 2024.11.19 01:41:35.126930 [ 260 ] {418b07cd-e150-4eeb-b671-f45a3a0c8101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11294 | 2024.11.19 01:41:35.127354 [ 260 ] {418b07cd-e150-4eeb-b671-f45a3a0c8101} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 11295 | 2024.11.19 01:41:35.127610 [ 260 ] {418b07cd-e150-4eeb-b671-f45a3a0c8101} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11296 | 2024.11.19 01:41:35.127845 [ 260 ] {418b07cd-e150-4eeb-b671-f45a3a0c8101} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001934 sec., 2068.252326783868 rows/sec., 168.65 KiB/sec. | ||
| 11297 | 2024.11.19 01:41:35.127901 [ 260 ] {418b07cd-e150-4eeb-b671-f45a3a0c8101} <Debug> TCPHandler: Processed in 0.002291851 sec. | ||
| 11298 | 2024.11.19 01:41:35.128156 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11299 | 2024.11.19 01:41:35.128343 [ 257 ] {c041622b-8394-40e6-8f1f-1d00432d961f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11300 | 2024.11.19 01:41:35.128412 [ 257 ] {c041622b-8394-40e6-8f1f-1d00432d961f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11301 | 2024.11.19 01:41:35.129193 [ 257 ] {c041622b-8394-40e6-8f1f-1d00432d961f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11302 | 2024.11.19 01:41:35.129238 [ 257 ] {c041622b-8394-40e6-8f1f-1d00432d961f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11303 | 2024.11.19 01:41:35.129667 [ 257 ] {c041622b-8394-40e6-8f1f-1d00432d961f} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11304 | 2024.11.19 01:41:35.129925 [ 257 ] {c041622b-8394-40e6-8f1f-1d00432d961f} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11305 | 2024.11.19 01:41:35.130147 [ 257 ] {c041622b-8394-40e6-8f1f-1d00432d961f} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001855 sec., 31266.84636118598 rows/sec., 2.40 MiB/sec. | ||
| 11306 | 2024.11.19 01:41:35.130211 [ 257 ] {c041622b-8394-40e6-8f1f-1d00432d961f} <Debug> TCPHandler: Processed in 0.002185599 sec. | ||
| 11307 | 2024.11.19 01:41:35.130387 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11308 | 2024.11.19 01:41:35.130526 [ 260 ] {caf80271-1cea-4ef5-8a01-0df199eaab66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11309 | 2024.11.19 01:41:35.130583 [ 260 ] {caf80271-1cea-4ef5-8a01-0df199eaab66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11310 | 2024.11.19 01:41:35.131258 [ 260 ] {caf80271-1cea-4ef5-8a01-0df199eaab66} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11311 | 2024.11.19 01:41:35.131307 [ 260 ] {caf80271-1cea-4ef5-8a01-0df199eaab66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11312 | 2024.11.19 01:41:35.131692 [ 260 ] {caf80271-1cea-4ef5-8a01-0df199eaab66} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11313 | 2024.11.19 01:41:35.131944 [ 260 ] {caf80271-1cea-4ef5-8a01-0df199eaab66} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11314 | 2024.11.19 01:41:35.132183 [ 260 ] {caf80271-1cea-4ef5-8a01-0df199eaab66} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001678 sec., 2383.7902264600716 rows/sec., 166.45 KiB/sec. | ||
| 11315 | 2024.11.19 01:41:35.132301 [ 260 ] {caf80271-1cea-4ef5-8a01-0df199eaab66} <Debug> TCPHandler: Processed in 0.001974405 sec. | ||
| 11316 | 2024.11.19 01:41:35.132889 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11317 | 2024.11.19 01:41:35.133724 [ 257 ] {9561da4e-05b1-437e-a6bd-4c32714b7fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11318 | 2024.11.19 01:41:35.133798 [ 257 ] {9561da4e-05b1-437e-a6bd-4c32714b7fa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11319 | 2024.11.19 01:41:35.134421 [ 257 ] {9561da4e-05b1-437e-a6bd-4c32714b7fa8} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11320 | 2024.11.19 01:41:35.134461 [ 257 ] {9561da4e-05b1-437e-a6bd-4c32714b7fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11321 | 2024.11.19 01:41:35.134834 [ 257 ] {9561da4e-05b1-437e-a6bd-4c32714b7fa8} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11322 | 2024.11.19 01:41:35.135079 [ 257 ] {9561da4e-05b1-437e-a6bd-4c32714b7fa8} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11323 | 2024.11.19 01:41:35.135296 [ 257 ] {9561da4e-05b1-437e-a6bd-4c32714b7fa8} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001893 sec., 35921.817221341786 rows/sec., 2.81 MiB/sec. | ||
| 11324 | 2024.11.19 01:41:35.135349 [ 257 ] {9561da4e-05b1-437e-a6bd-4c32714b7fa8} <Debug> TCPHandler: Processed in 0.002919543 sec. | ||
| 11325 | 2024.11.19 01:41:35.135506 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11326 | 2024.11.19 01:41:35.135643 [ 260 ] {986853de-6254-4fc4-8ffd-9b5b11142afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11327 | 2024.11.19 01:41:35.135707 [ 260 ] {986853de-6254-4fc4-8ffd-9b5b11142afc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11328 | 2024.11.19 01:41:35.136385 [ 260 ] {986853de-6254-4fc4-8ffd-9b5b11142afc} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11329 | 2024.11.19 01:41:35.136433 [ 260 ] {986853de-6254-4fc4-8ffd-9b5b11142afc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11330 | 2024.11.19 01:41:35.136832 [ 260 ] {986853de-6254-4fc4-8ffd-9b5b11142afc} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11331 | 2024.11.19 01:41:35.137069 [ 260 ] {986853de-6254-4fc4-8ffd-9b5b11142afc} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11332 | 2024.11.19 01:41:35.137272 [ 260 ] {986853de-6254-4fc4-8ffd-9b5b11142afc} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00166 sec., 97590.36144578313 rows/sec., 6.80 MiB/sec. | ||
| 11333 | 2024.11.19 01:41:35.137323 [ 260 ] {986853de-6254-4fc4-8ffd-9b5b11142afc} <Debug> TCPHandler: Processed in 0.001881504 sec. | ||
| 11334 | 2024.11.19 01:41:35.137463 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11335 | 2024.11.19 01:41:35.137602 [ 257 ] {ca7325a4-6dce-4140-8e9d-17105ecc19c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11336 | 2024.11.19 01:41:35.137661 [ 257 ] {ca7325a4-6dce-4140-8e9d-17105ecc19c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11337 | 2024.11.19 01:41:35.138252 [ 257 ] {ca7325a4-6dce-4140-8e9d-17105ecc19c5} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11338 | 2024.11.19 01:41:35.138298 [ 257 ] {ca7325a4-6dce-4140-8e9d-17105ecc19c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11339 | 2024.11.19 01:41:35.138700 [ 257 ] {ca7325a4-6dce-4140-8e9d-17105ecc19c5} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 11340 | 2024.11.19 01:41:35.138955 [ 257 ] {ca7325a4-6dce-4140-8e9d-17105ecc19c5} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11341 | 2024.11.19 01:41:35.139161 [ 257 ] {ca7325a4-6dce-4140-8e9d-17105ecc19c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001592 sec., 37688.44221105528 rows/sec., 2.54 MiB/sec. | ||
| 11342 | 2024.11.19 01:41:35.139210 [ 257 ] {ca7325a4-6dce-4140-8e9d-17105ecc19c5} <Debug> TCPHandler: Processed in 0.001802843 sec. | ||
| 11343 | 2024.11.19 01:41:35.963764 [ 224 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11344 | 2024.11.19 01:41:35.963811 [ 224 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11345 | 2024.11.19 01:41:35.965629 [ 224 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11346 | 2024.11.19 01:41:36.330639 [ 220 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11347 | 2024.11.19 01:41:36.330699 [ 220 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11348 | 2024.11.19 01:41:36.332776 [ 220 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11349 | 2024.11.19 01:41:36.998341 [ 225 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11350 | 2024.11.19 01:41:36.998417 [ 225 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11351 | 2024.11.19 01:41:37.000676 [ 225 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 11352 | 2024.11.19 01:41:38.067830 [ 223 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11353 | 2024.11.19 01:41:38.067928 [ 223 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11354 | 2024.11.19 01:41:38.070138 [ 223 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11355 | 2024.11.19 01:41:39.096112 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1650 | ||
| 11356 | 2024.11.19 01:41:39.099541 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11357 | 2024.11.19 01:41:39.099592 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11358 | 2024.11.19 01:41:39.101097 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11359 | 2024.11.19 01:41:39.101415 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11360 | 2024.11.19 01:41:39.103297 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1650 | ||
| 11361 | 2024.11.19 01:41:40.125665 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11362 | 2024.11.19 01:41:40.125877 [ 260 ] {411dfc39-080f-45b4-a979-636d54501efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11363 | 2024.11.19 01:41:40.125961 [ 260 ] {411dfc39-080f-45b4-a979-636d54501efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11364 | 2024.11.19 01:41:40.126832 [ 260 ] {411dfc39-080f-45b4-a979-636d54501efb} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11365 | 2024.11.19 01:41:40.126883 [ 260 ] {411dfc39-080f-45b4-a979-636d54501efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11366 | 2024.11.19 01:41:40.127309 [ 260 ] {411dfc39-080f-45b4-a979-636d54501efb} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11367 | 2024.11.19 01:41:40.127565 [ 260 ] {411dfc39-080f-45b4-a979-636d54501efb} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11368 | 2024.11.19 01:41:40.127795 [ 260 ] {411dfc39-080f-45b4-a979-636d54501efb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001979 sec., 28297.11975745326 rows/sec., 2.17 MiB/sec. | ||
| 11369 | 2024.11.19 01:41:40.127851 [ 260 ] {411dfc39-080f-45b4-a979-636d54501efb} <Debug> TCPHandler: Processed in 0.002329082 sec. | ||
| 11370 | 2024.11.19 01:41:40.128106 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11371 | 2024.11.19 01:41:40.128294 [ 257 ] {0ebe8df5-9cb2-493f-a616-bacba67afb59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11372 | 2024.11.19 01:41:40.128365 [ 257 ] {0ebe8df5-9cb2-493f-a616-bacba67afb59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11373 | 2024.11.19 01:41:40.129127 [ 257 ] {0ebe8df5-9cb2-493f-a616-bacba67afb59} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11374 | 2024.11.19 01:41:40.129172 [ 257 ] {0ebe8df5-9cb2-493f-a616-bacba67afb59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11375 | 2024.11.19 01:41:40.129605 [ 257 ] {0ebe8df5-9cb2-493f-a616-bacba67afb59} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11376 | 2024.11.19 01:41:40.129855 [ 257 ] {0ebe8df5-9cb2-493f-a616-bacba67afb59} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11377 | 2024.11.19 01:41:40.130099 [ 257 ] {0ebe8df5-9cb2-493f-a616-bacba67afb59} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001852 sec., 34557.23542116631 rows/sec., 2.70 MiB/sec. | ||
| 11378 | 2024.11.19 01:41:40.130193 [ 257 ] {0ebe8df5-9cb2-493f-a616-bacba67afb59} <Debug> TCPHandler: Processed in 0.00221316 sec. | ||
| 11379 | 2024.11.19 01:41:40.130383 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11380 | 2024.11.19 01:41:40.130550 [ 260 ] {3771926a-9858-4d95-8337-4c1bcbe90d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11381 | 2024.11.19 01:41:40.130612 [ 260 ] {3771926a-9858-4d95-8337-4c1bcbe90d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11382 | 2024.11.19 01:41:40.131185 [ 260 ] {3771926a-9858-4d95-8337-4c1bcbe90d2b} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11383 | 2024.11.19 01:41:40.131225 [ 260 ] {3771926a-9858-4d95-8337-4c1bcbe90d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11384 | 2024.11.19 01:41:40.131623 [ 260 ] {3771926a-9858-4d95-8337-4c1bcbe90d2b} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11385 | 2024.11.19 01:41:40.131875 [ 260 ] {3771926a-9858-4d95-8337-4c1bcbe90d2b} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11386 | 2024.11.19 01:41:40.132091 [ 260 ] {3771926a-9858-4d95-8337-4c1bcbe90d2b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. | ||
| 11387 | 2024.11.19 01:41:40.132193 [ 260 ] {3771926a-9858-4d95-8337-4c1bcbe90d2b} <Debug> TCPHandler: Processed in 0.001896864 sec. | ||
| 11388 | 2024.11.19 01:41:40.132368 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11389 | 2024.11.19 01:41:40.132528 [ 257 ] {1fae872b-82ed-4725-9e79-648af20814f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11390 | 2024.11.19 01:41:40.132588 [ 257 ] {1fae872b-82ed-4725-9e79-648af20814f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11391 | 2024.11.19 01:41:40.133105 [ 257 ] {1fae872b-82ed-4725-9e79-648af20814f9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11392 | 2024.11.19 01:41:40.133143 [ 257 ] {1fae872b-82ed-4725-9e79-648af20814f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11393 | 2024.11.19 01:41:40.133513 [ 257 ] {1fae872b-82ed-4725-9e79-648af20814f9} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 11394 | 2024.11.19 01:41:40.133749 [ 257 ] {1fae872b-82ed-4725-9e79-648af20814f9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11395 | 2024.11.19 01:41:40.133953 [ 257 ] {1fae872b-82ed-4725-9e79-648af20814f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.78 MiB/sec. | ||
| 11396 | 2024.11.19 01:41:40.134002 [ 257 ] {1fae872b-82ed-4725-9e79-648af20814f9} <Debug> TCPHandler: Processed in 0.001726451 sec. | ||
| 11397 | 2024.11.19 01:41:42.572242 [ 42 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 11398 | 2024.11.19 01:41:42.572335 [ 42 ] {} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11399 | 2024.11.19 01:41:42.572362 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11400 | 2024.11.19 01:41:42.572603 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::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 | ||
| 11401 | 2024.11.19 01:41:42.572858 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11402 | 2024.11.19 01:41:42.572899 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 29 rows starting from the beginning of the part | ||
| 11403 | 2024.11.19 01:41:42.572986 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 11404 | 2024.11.19 01:41:42.573120 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 11405 | 2024.11.19 01:41:42.573418 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 11406 | 2024.11.19 01:41:42.573665 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 11407 | 2024.11.19 01:41:42.574838 [ 195 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.002381193 sec., 13858.599449939587 rows/sec., 933.83 KiB/sec. | ||
| 11408 | 2024.11.19 01:41:42.575046 [ 190 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 11409 | 2024.11.19 01:41:42.575404 [ 190 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_33_8} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11410 | 2024.11.19 01:41:42.575493 [ 190 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_33_8} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 11411 | 2024.11.19 01:41:42.575595 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11412 | 2024.11.19 01:41:43.718713 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11413 | 2024.11.19 01:41:43.718788 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11414 | 2024.11.19 01:41:44.378565 [ 44 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 11415 | 2024.11.19 01:41:44.378637 [ 44 ] {} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11416 | 2024.11.19 01:41:44.378665 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11417 | 2024.11.19 01:41:44.378906 [ 199 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::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 | ||
| 11418 | 2024.11.19 01:41:44.379236 [ 199 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11419 | 2024.11.19 01:41:44.379301 [ 199 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 174 rows starting from the beginning of the part | ||
| 11420 | 2024.11.19 01:41:44.379430 [ 199 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 11421 | 2024.11.19 01:41:44.379731 [ 199 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 11422 | 2024.11.19 01:41:44.379971 [ 199 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 11423 | 2024.11.19 01:41:44.380087 [ 199 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 11424 | 2024.11.19 01:41:44.381178 [ 190 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002414573 sec., 82002.07655763565 rows/sec., 4.18 MiB/sec. | ||
| 11425 | 2024.11.19 01:41:44.381395 [ 193 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 11426 | 2024.11.19 01:41:44.381760 [ 193 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_33_8} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11427 | 2024.11.19 01:41:44.381854 [ 193 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_33_8} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 11428 | 2024.11.19 01:41:44.381957 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 11429 | 2024.11.19 01:41:45.132373 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11430 | 2024.11.19 01:41:45.132585 [ 260 ] {256fb9c1-1106-406d-b94c-db8979a1de16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11431 | 2024.11.19 01:41:45.132670 [ 260 ] {256fb9c1-1106-406d-b94c-db8979a1de16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11432 | 2024.11.19 01:41:45.133432 [ 260 ] {256fb9c1-1106-406d-b94c-db8979a1de16} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11433 | 2024.11.19 01:41:45.133484 [ 260 ] {256fb9c1-1106-406d-b94c-db8979a1de16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11434 | 2024.11.19 01:41:45.133928 [ 260 ] {256fb9c1-1106-406d-b94c-db8979a1de16} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11435 | 2024.11.19 01:41:45.134186 [ 260 ] {256fb9c1-1106-406d-b94c-db8979a1de16} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11436 | 2024.11.19 01:41:45.134426 [ 260 ] {256fb9c1-1106-406d-b94c-db8979a1de16} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.0019 sec., 7368.421052631579 rows/sec., 530.43 KiB/sec. | ||
| 11437 | 2024.11.19 01:41:45.134492 [ 260 ] {256fb9c1-1106-406d-b94c-db8979a1de16} <Debug> TCPHandler: Processed in 0.00225572 sec. | ||
| 11438 | 2024.11.19 01:41:45.134782 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11439 | 2024.11.19 01:41:45.135041 [ 257 ] {62c79f8c-38a6-4edd-814e-ee1566df6057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11440 | 2024.11.19 01:41:45.135109 [ 257 ] {62c79f8c-38a6-4edd-814e-ee1566df6057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11441 | 2024.11.19 01:41:45.135949 [ 257 ] {62c79f8c-38a6-4edd-814e-ee1566df6057} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11442 | 2024.11.19 01:41:45.135987 [ 257 ] {62c79f8c-38a6-4edd-814e-ee1566df6057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11443 | 2024.11.19 01:41:45.136434 [ 257 ] {62c79f8c-38a6-4edd-814e-ee1566df6057} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11444 | 2024.11.19 01:41:45.136703 [ 257 ] {62c79f8c-38a6-4edd-814e-ee1566df6057} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11445 | 2024.11.19 01:41:45.136917 [ 257 ] {62c79f8c-38a6-4edd-814e-ee1566df6057} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.00192 sec., 148437.5 rows/sec., 13.12 MiB/sec. | ||
| 11446 | 2024.11.19 01:41:45.137008 [ 257 ] {62c79f8c-38a6-4edd-814e-ee1566df6057} <Debug> TCPHandler: Processed in 0.002409663 sec. | ||
| 11447 | 2024.11.19 01:41:45.137184 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11448 | 2024.11.19 01:41:45.137520 [ 260 ] {6a6a1ca2-b741-4f0e-bcea-00641eaa7b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11449 | 2024.11.19 01:41:45.137608 [ 260 ] {6a6a1ca2-b741-4f0e-bcea-00641eaa7b10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11450 | 2024.11.19 01:41:45.138262 [ 260 ] {6a6a1ca2-b741-4f0e-bcea-00641eaa7b10} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11451 | 2024.11.19 01:41:45.138304 [ 260 ] {6a6a1ca2-b741-4f0e-bcea-00641eaa7b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11452 | 2024.11.19 01:41:45.138682 [ 260 ] {6a6a1ca2-b741-4f0e-bcea-00641eaa7b10} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11453 | 2024.11.19 01:41:45.138927 [ 260 ] {6a6a1ca2-b741-4f0e-bcea-00641eaa7b10} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11454 | 2024.11.19 01:41:45.139151 [ 260 ] {6a6a1ca2-b741-4f0e-bcea-00641eaa7b10} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00176 sec., 27272.727272727272 rows/sec., 1.96 MiB/sec. | ||
| 11455 | 2024.11.19 01:41:45.139208 [ 260 ] {6a6a1ca2-b741-4f0e-bcea-00641eaa7b10} <Debug> TCPHandler: Processed in 0.002120248 sec. | ||
| 11456 | 2024.11.19 01:41:45.139360 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11457 | 2024.11.19 01:41:45.139509 [ 257 ] {fa88153b-e7eb-41f7-bf40-4467b7f88b90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11458 | 2024.11.19 01:41:45.139567 [ 257 ] {fa88153b-e7eb-41f7-bf40-4467b7f88b90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11459 | 2024.11.19 01:41:45.140208 [ 257 ] {fa88153b-e7eb-41f7-bf40-4467b7f88b90} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11460 | 2024.11.19 01:41:45.140245 [ 257 ] {fa88153b-e7eb-41f7-bf40-4467b7f88b90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11461 | 2024.11.19 01:41:45.140596 [ 257 ] {fa88153b-e7eb-41f7-bf40-4467b7f88b90} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11462 | 2024.11.19 01:41:45.140838 [ 257 ] {fa88153b-e7eb-41f7-bf40-4467b7f88b90} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11463 | 2024.11.19 01:41:45.141007 [ 257 ] {fa88153b-e7eb-41f7-bf40-4467b7f88b90} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001538 sec., 9102.730819245773 rows/sec., 637.50 KiB/sec. | ||
| 11464 | 2024.11.19 01:41:45.141055 [ 257 ] {fa88153b-e7eb-41f7-bf40-4467b7f88b90} <Debug> TCPHandler: Processed in 0.001764582 sec. | ||
| 11465 | 2024.11.19 01:41:45.141248 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11466 | 2024.11.19 01:41:45.141392 [ 260 ] {6068b44d-91f8-43c3-9a19-5d7e5c0b85fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11467 | 2024.11.19 01:41:45.141453 [ 260 ] {6068b44d-91f8-43c3-9a19-5d7e5c0b85fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11468 | 2024.11.19 01:41:45.142108 [ 260 ] {6068b44d-91f8-43c3-9a19-5d7e5c0b85fb} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11469 | 2024.11.19 01:41:45.142149 [ 260 ] {6068b44d-91f8-43c3-9a19-5d7e5c0b85fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11470 | 2024.11.19 01:41:45.142516 [ 260 ] {6068b44d-91f8-43c3-9a19-5d7e5c0b85fb} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11471 | 2024.11.19 01:41:45.142758 [ 260 ] {6068b44d-91f8-43c3-9a19-5d7e5c0b85fb} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11472 | 2024.11.19 01:41:45.142982 [ 260 ] {6068b44d-91f8-43c3-9a19-5d7e5c0b85fb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001621 sec., 8019.740900678593 rows/sec., 500.03 KiB/sec. | ||
| 11473 | 2024.11.19 01:41:45.143092 [ 260 ] {6068b44d-91f8-43c3-9a19-5d7e5c0b85fb} <Debug> TCPHandler: Processed in 0.001911704 sec. | ||
| 11474 | 2024.11.19 01:41:45.143337 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11475 | 2024.11.19 01:41:45.143555 [ 257 ] {8b067bb4-8e3f-4903-b988-560770656f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11476 | 2024.11.19 01:41:45.143644 [ 257 ] {8b067bb4-8e3f-4903-b988-560770656f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11477 | 2024.11.19 01:41:45.144494 [ 257 ] {8b067bb4-8e3f-4903-b988-560770656f81} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11478 | 2024.11.19 01:41:45.144537 [ 257 ] {8b067bb4-8e3f-4903-b988-560770656f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11479 | 2024.11.19 01:41:45.144912 [ 257 ] {8b067bb4-8e3f-4903-b988-560770656f81} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11480 | 2024.11.19 01:41:45.145149 [ 257 ] {8b067bb4-8e3f-4903-b988-560770656f81} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11481 | 2024.11.19 01:41:45.145328 [ 257 ] {8b067bb4-8e3f-4903-b988-560770656f81} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001826 sec., 231653.8882803943 rows/sec., 16.56 MiB/sec. | ||
| 11482 | 2024.11.19 01:41:45.145376 [ 257 ] {8b067bb4-8e3f-4903-b988-560770656f81} <Debug> TCPHandler: Processed in 0.002177649 sec. | ||
| 11483 | 2024.11.19 01:41:45.145528 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11484 | 2024.11.19 01:41:45.145668 [ 260 ] {f8344a0a-1371-4372-b6de-0fc37ecf18f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11485 | 2024.11.19 01:41:45.145730 [ 260 ] {f8344a0a-1371-4372-b6de-0fc37ecf18f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11486 | 2024.11.19 01:41:45.146240 [ 260 ] {f8344a0a-1371-4372-b6de-0fc37ecf18f1} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11487 | 2024.11.19 01:41:45.146280 [ 260 ] {f8344a0a-1371-4372-b6de-0fc37ecf18f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11488 | 2024.11.19 01:41:45.146653 [ 260 ] {f8344a0a-1371-4372-b6de-0fc37ecf18f1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11489 | 2024.11.19 01:41:45.146896 [ 260 ] {f8344a0a-1371-4372-b6de-0fc37ecf18f1} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11490 | 2024.11.19 01:41:45.147119 [ 260 ] {f8344a0a-1371-4372-b6de-0fc37ecf18f1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 211.38 KiB/sec. | ||
| 11491 | 2024.11.19 01:41:45.147172 [ 260 ] {f8344a0a-1371-4372-b6de-0fc37ecf18f1} <Debug> TCPHandler: Processed in 0.001713571 sec. | ||
| 11492 | 2024.11.19 01:41:45.147366 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11493 | 2024.11.19 01:41:45.147588 [ 257 ] {1f0911dc-21c8-4659-a888-3bbc53138f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11494 | 2024.11.19 01:41:45.147682 [ 257 ] {1f0911dc-21c8-4659-a888-3bbc53138f16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11495 | 2024.11.19 01:41:45.148378 [ 257 ] {1f0911dc-21c8-4659-a888-3bbc53138f16} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11496 | 2024.11.19 01:41:45.148413 [ 257 ] {1f0911dc-21c8-4659-a888-3bbc53138f16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11497 | 2024.11.19 01:41:45.148804 [ 257 ] {1f0911dc-21c8-4659-a888-3bbc53138f16} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11498 | 2024.11.19 01:41:45.149042 [ 257 ] {1f0911dc-21c8-4659-a888-3bbc53138f16} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11499 | 2024.11.19 01:41:45.149216 [ 257 ] {1f0911dc-21c8-4659-a888-3bbc53138f16} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001684 sec., 140736.34204275534 rows/sec., 9.43 MiB/sec. | ||
| 11500 | 2024.11.19 01:41:45.149264 [ 257 ] {1f0911dc-21c8-4659-a888-3bbc53138f16} <Debug> TCPHandler: Processed in 0.002008907 sec. | ||
| 11501 | 2024.11.19 01:41:45.149404 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11502 | 2024.11.19 01:41:45.149542 [ 260 ] {3be22875-7936-4891-ad23-205d56274e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11503 | 2024.11.19 01:41:45.149605 [ 260 ] {3be22875-7936-4891-ad23-205d56274e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11504 | 2024.11.19 01:41:45.150120 [ 260 ] {3be22875-7936-4891-ad23-205d56274e00} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11505 | 2024.11.19 01:41:45.150159 [ 260 ] {3be22875-7936-4891-ad23-205d56274e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11506 | 2024.11.19 01:41:45.150518 [ 260 ] {3be22875-7936-4891-ad23-205d56274e00} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11507 | 2024.11.19 01:41:45.150757 [ 260 ] {3be22875-7936-4891-ad23-205d56274e00} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11508 | 2024.11.19 01:41:45.151013 [ 260 ] {3be22875-7936-4891-ad23-205d56274e00} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001487 sec., 672.4949562878278 rows/sec., 45.31 KiB/sec. | ||
| 11509 | 2024.11.19 01:41:45.151200 [ 260 ] {3be22875-7936-4891-ad23-205d56274e00} <Debug> TCPHandler: Processed in 0.001858703 sec. | ||
| 11510 | 2024.11.19 01:41:45.151508 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11511 | 2024.11.19 01:41:45.151726 [ 257 ] {99420055-99bb-4e83-8da4-c3cd369fdd13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11512 | 2024.11.19 01:41:45.151860 [ 257 ] {99420055-99bb-4e83-8da4-c3cd369fdd13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11513 | 2024.11.19 01:41:45.153046 [ 257 ] {99420055-99bb-4e83-8da4-c3cd369fdd13} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11514 | 2024.11.19 01:41:45.153084 [ 257 ] {99420055-99bb-4e83-8da4-c3cd369fdd13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11515 | 2024.11.19 01:41:45.153743 [ 257 ] {99420055-99bb-4e83-8da4-c3cd369fdd13} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11516 | 2024.11.19 01:41:45.153996 [ 257 ] {99420055-99bb-4e83-8da4-c3cd369fdd13} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11517 | 2024.11.19 01:41:45.154209 [ 257 ] {99420055-99bb-4e83-8da4-c3cd369fdd13} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002536 sec., 16167.192429022081 rows/sec., 28.97 MiB/sec. | ||
| 11518 | 2024.11.19 01:41:45.154311 [ 257 ] {99420055-99bb-4e83-8da4-c3cd369fdd13} <Debug> TCPHandler: Processed in 0.003016484 sec. | ||
| 11519 | 2024.11.19 01:41:45.154460 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11520 | 2024.11.19 01:41:45.154600 [ 260 ] {e5223c42-b411-4478-bd12-3d48d4e309b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11521 | 2024.11.19 01:41:45.154660 [ 260 ] {e5223c42-b411-4478-bd12-3d48d4e309b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11522 | 2024.11.19 01:41:45.155179 [ 260 ] {e5223c42-b411-4478-bd12-3d48d4e309b5} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11523 | 2024.11.19 01:41:45.155218 [ 260 ] {e5223c42-b411-4478-bd12-3d48d4e309b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 11524 | 2024.11.19 01:41:45.155596 [ 260 ] {e5223c42-b411-4478-bd12-3d48d4e309b5} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 11525 | 2024.11.19 01:41:45.155833 [ 260 ] {e5223c42-b411-4478-bd12-3d48d4e309b5} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11526 | 2024.11.19 01:41:45.156067 [ 260 ] {e5223c42-b411-4478-bd12-3d48d4e309b5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001497 sec., 54776.219104876414 rows/sec., 3.48 MiB/sec. | ||
| 11527 | 2024.11.19 01:41:45.156118 [ 260 ] {e5223c42-b411-4478-bd12-3d48d4e309b5} <Debug> TCPHandler: Processed in 0.001724071 sec. | ||
| 11528 | 2024.11.19 01:41:46.109256 [ 223 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11529 | 2024.11.19 01:41:46.109306 [ 223 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11530 | 2024.11.19 01:41:46.111143 [ 223 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11531 | 2024.11.19 01:41:49.103666 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1680 | ||
| 11532 | 2024.11.19 01:41:49.106615 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11533 | 2024.11.19 01:41:49.106657 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11534 | 2024.11.19 01:41:49.108132 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11535 | 2024.11.19 01:41:49.108442 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11536 | 2024.11.19 01:41:49.109311 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1680 | ||
| 11537 | 2024.11.19 01:41:50.123991 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11538 | 2024.11.19 01:41:50.124204 [ 260 ] {1514ddc2-3c16-4f93-892f-931a8beaa0e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11539 | 2024.11.19 01:41:50.124281 [ 260 ] {1514ddc2-3c16-4f93-892f-931a8beaa0e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11540 | 2024.11.19 01:41:50.125057 [ 260 ] {1514ddc2-3c16-4f93-892f-931a8beaa0e0} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11541 | 2024.11.19 01:41:50.125111 [ 260 ] {1514ddc2-3c16-4f93-892f-931a8beaa0e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11542 | 2024.11.19 01:41:50.125556 [ 260 ] {1514ddc2-3c16-4f93-892f-931a8beaa0e0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 11543 | 2024.11.19 01:41:50.125812 [ 260 ] {1514ddc2-3c16-4f93-892f-931a8beaa0e0} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11544 | 2024.11.19 01:41:50.126068 [ 260 ] {1514ddc2-3c16-4f93-892f-931a8beaa0e0} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001916 sec., 5219.206680584552 rows/sec., 425.59 KiB/sec. | ||
| 11545 | 2024.11.19 01:41:50.126237 [ 260 ] {1514ddc2-3c16-4f93-892f-931a8beaa0e0} <Debug> TCPHandler: Processed in 0.002388553 sec. | ||
| 11546 | 2024.11.19 01:41:50.126512 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11547 | 2024.11.19 01:41:50.126704 [ 257 ] {b2ca4c21-ede9-45a7-9340-fd6581193cee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11548 | 2024.11.19 01:41:50.126776 [ 257 ] {b2ca4c21-ede9-45a7-9340-fd6581193cee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11549 | 2024.11.19 01:41:50.127545 [ 257 ] {b2ca4c21-ede9-45a7-9340-fd6581193cee} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11550 | 2024.11.19 01:41:50.127589 [ 257 ] {b2ca4c21-ede9-45a7-9340-fd6581193cee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11551 | 2024.11.19 01:41:50.128023 [ 257 ] {b2ca4c21-ede9-45a7-9340-fd6581193cee} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11552 | 2024.11.19 01:41:50.128273 [ 257 ] {b2ca4c21-ede9-45a7-9340-fd6581193cee} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11553 | 2024.11.19 01:41:50.128497 [ 257 ] {b2ca4c21-ede9-45a7-9340-fd6581193cee} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001844 sec., 33080.26030368764 rows/sec., 2.53 MiB/sec. | ||
| 11554 | 2024.11.19 01:41:50.128559 [ 257 ] {b2ca4c21-ede9-45a7-9340-fd6581193cee} <Debug> TCPHandler: Processed in 0.002178239 sec. | ||
| 11555 | 2024.11.19 01:41:50.128722 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11556 | 2024.11.19 01:41:50.128874 [ 260 ] {f08fa281-3a6a-4246-83ac-203e1ad4f263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11557 | 2024.11.19 01:41:50.128936 [ 260 ] {f08fa281-3a6a-4246-83ac-203e1ad4f263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11558 | 2024.11.19 01:41:50.129571 [ 260 ] {f08fa281-3a6a-4246-83ac-203e1ad4f263} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11559 | 2024.11.19 01:41:50.129614 [ 260 ] {f08fa281-3a6a-4246-83ac-203e1ad4f263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11560 | 2024.11.19 01:41:50.129987 [ 260 ] {f08fa281-3a6a-4246-83ac-203e1ad4f263} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11561 | 2024.11.19 01:41:50.130228 [ 260 ] {f08fa281-3a6a-4246-83ac-203e1ad4f263} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11562 | 2024.11.19 01:41:50.130430 [ 37 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11563 | 2024.11.19 01:41:50.130490 [ 260 ] {f08fa281-3a6a-4246-83ac-203e1ad4f263} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001649 sec., 6064.281382656155 rows/sec., 423.43 KiB/sec. | ||
| 11564 | 2024.11.19 01:41:50.130538 [ 37 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11565 | 2024.11.19 01:41:50.130590 [ 260 ] {f08fa281-3a6a-4246-83ac-203e1ad4f263} <Debug> TCPHandler: Processed in 0.001937135 sec. | ||
| 11566 | 2024.11.19 01:41:50.130613 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11567 | 2024.11.19 01:41:50.130858 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11568 | 2024.11.19 01:41:50.130863 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::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 | ||
| 11569 | 2024.11.19 01:41:50.131147 [ 257 ] {cf1da80b-1474-404a-b231-d024386f42bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11570 | 2024.11.19 01:41:50.131164 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11571 | 2024.11.19 01:41:50.131225 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 66 rows starting from the beginning of the part | ||
| 11572 | 2024.11.19 01:41:50.131231 [ 257 ] {cf1da80b-1474-404a-b231-d024386f42bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11573 | 2024.11.19 01:41:50.131427 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 2 rows starting from the beginning of the part | ||
| 11574 | 2024.11.19 01:41:50.131605 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 48 rows starting from the beginning of the part | ||
| 11575 | 2024.11.19 01:41:50.131819 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 4 rows starting from the beginning of the part | ||
| 11576 | 2024.11.19 01:41:50.132033 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 48 rows starting from the beginning of the part | ||
| 11577 | 2024.11.19 01:41:50.132242 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 10 rows starting from the beginning of the part | ||
| 11578 | 2024.11.19 01:41:50.133029 [ 257 ] {cf1da80b-1474-404a-b231-d024386f42bd} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11579 | 2024.11.19 01:41:50.133074 [ 257 ] {cf1da80b-1474-404a-b231-d024386f42bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11580 | 2024.11.19 01:41:50.133641 [ 257 ] {cf1da80b-1474-404a-b231-d024386f42bd} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11581 | 2024.11.19 01:41:50.133828 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.003049055 sec., 58378.74357792824 rows/sec., 4.38 MiB/sec. | ||
| 11582 | 2024.11.19 01:41:50.134047 [ 257 ] {cf1da80b-1474-404a-b231-d024386f42bd} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11583 | 2024.11.19 01:41:50.134150 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11584 | 2024.11.19 01:41:50.134470 [ 257 ] {cf1da80b-1474-404a-b231-d024386f42bd} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.003423 sec., 21618.46333625475 rows/sec., 1.69 MiB/sec. | ||
| 11585 | 2024.11.19 01:41:50.134606 [ 257 ] {cf1da80b-1474-404a-b231-d024386f42bd} <Debug> TCPHandler: Processed in 0.00389731 sec. | ||
| 11586 | 2024.11.19 01:41:50.134860 [ 196 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_71_14} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11587 | 2024.11.19 01:41:50.134892 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11588 | 2024.11.19 01:41:50.135066 [ 196 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_71_14} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11589 | 2024.11.19 01:41:50.135227 [ 260 ] {962cde80-8202-4944-ad76-09c15a76cd70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11590 | 2024.11.19 01:41:50.135282 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 11591 | 2024.11.19 01:41:50.135332 [ 260 ] {962cde80-8202-4944-ad76-09c15a76cd70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11592 | 2024.11.19 01:41:50.135931 [ 260 ] {962cde80-8202-4944-ad76-09c15a76cd70} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11593 | 2024.11.19 01:41:50.135971 [ 260 ] {962cde80-8202-4944-ad76-09c15a76cd70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11594 | 2024.11.19 01:41:50.136381 [ 260 ] {962cde80-8202-4944-ad76-09c15a76cd70} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11595 | 2024.11.19 01:41:50.136654 [ 260 ] {962cde80-8202-4944-ad76-09c15a76cd70} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11596 | 2024.11.19 01:41:50.136884 [ 260 ] {962cde80-8202-4944-ad76-09c15a76cd70} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.00176 sec., 75568.18181818181 rows/sec., 5.26 MiB/sec. | ||
| 11597 | 2024.11.19 01:41:50.136936 [ 260 ] {962cde80-8202-4944-ad76-09c15a76cd70} <Debug> TCPHandler: Processed in 0.00219308 sec. | ||
| 11598 | 2024.11.19 01:41:50.137145 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11599 | 2024.11.19 01:41:50.137304 [ 257 ] {100e2e1e-1be9-483d-892f-729aa7368bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11600 | 2024.11.19 01:41:50.137365 [ 257 ] {100e2e1e-1be9-483d-892f-729aa7368bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11601 | 2024.11.19 01:41:50.138230 [ 257 ] {100e2e1e-1be9-483d-892f-729aa7368bae} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11602 | 2024.11.19 01:41:50.138275 [ 257 ] {100e2e1e-1be9-483d-892f-729aa7368bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11603 | 2024.11.19 01:41:50.138671 [ 257 ] {100e2e1e-1be9-483d-892f-729aa7368bae} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 11604 | 2024.11.19 01:41:50.138908 [ 257 ] {100e2e1e-1be9-483d-892f-729aa7368bae} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11605 | 2024.11.19 01:41:50.139084 [ 257 ] {100e2e1e-1be9-483d-892f-729aa7368bae} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001815 sec., 26446.280991735537 rows/sec., 1.78 MiB/sec. | ||
| 11606 | 2024.11.19 01:41:50.139135 [ 257 ] {100e2e1e-1be9-483d-892f-729aa7368bae} <Debug> TCPHandler: Processed in 0.002097148 sec. | ||
| 11607 | 2024.11.19 01:41:50.586934 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11608 | 2024.11.19 01:41:50.586984 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11609 | 2024.11.19 01:41:50.588829 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 11610 | 2024.11.19 01:41:55.125711 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11611 | 2024.11.19 01:41:55.125934 [ 260 ] {6756e357-7f20-4435-96c4-0baddfaec7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11612 | 2024.11.19 01:41:55.126015 [ 260 ] {6756e357-7f20-4435-96c4-0baddfaec7c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11613 | 2024.11.19 01:41:55.126816 [ 260 ] {6756e357-7f20-4435-96c4-0baddfaec7c7} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11614 | 2024.11.19 01:41:55.126855 [ 260 ] {6756e357-7f20-4435-96c4-0baddfaec7c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11615 | 2024.11.19 01:41:55.127288 [ 260 ] {6756e357-7f20-4435-96c4-0baddfaec7c7} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11616 | 2024.11.19 01:41:55.127548 [ 260 ] {6756e357-7f20-4435-96c4-0baddfaec7c7} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11617 | 2024.11.19 01:41:55.127698 [ 31 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 11618 | 2024.11.19 01:41:55.127740 [ 31 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11619 | 2024.11.19 01:41:55.127748 [ 260 ] {6756e357-7f20-4435-96c4-0baddfaec7c7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001872 sec., 29914.529914529914 rows/sec., 2.30 MiB/sec. | ||
| 11620 | 2024.11.19 01:41:55.127763 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11621 | 2024.11.19 01:41:55.127887 [ 260 ] {6756e357-7f20-4435-96c4-0baddfaec7c7} <Debug> TCPHandler: Processed in 0.002298071 sec. | ||
| 11622 | 2024.11.19 01:41:55.128030 [ 190 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 11623 | 2024.11.19 01:41:55.128296 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11624 | 2024.11.19 01:41:55.128380 [ 190 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11625 | 2024.11.19 01:41:55.128481 [ 190 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1435 rows starting from the beginning of the part | ||
| 11626 | 2024.11.19 01:41:55.128912 [ 257 ] {5b87f915-778f-4e60-b002-a0e671e7b256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11627 | 2024.11.19 01:41:55.128930 [ 190 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 58 rows starting from the beginning of the part | ||
| 11628 | 2024.11.19 01:41:55.129202 [ 257 ] {5b87f915-778f-4e60-b002-a0e671e7b256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11629 | 2024.11.19 01:41:55.129567 [ 190 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 56 rows starting from the beginning of the part | ||
| 11630 | 2024.11.19 01:41:55.129909 [ 190 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 285 rows starting from the beginning of the part | ||
| 11631 | 2024.11.19 01:41:55.130202 [ 190 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 61 rows starting from the beginning of the part | ||
| 11632 | 2024.11.19 01:41:55.130653 [ 190 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part | ||
| 11633 | 2024.11.19 01:41:55.132190 [ 257 ] {5b87f915-778f-4e60-b002-a0e671e7b256} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11634 | 2024.11.19 01:41:55.132271 [ 257 ] {5b87f915-778f-4e60-b002-a0e671e7b256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11635 | 2024.11.19 01:41:55.133372 [ 257 ] {5b87f915-778f-4e60-b002-a0e671e7b256} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11636 | 2024.11.19 01:41:55.133853 [ 257 ] {5b87f915-778f-4e60-b002-a0e671e7b256} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11637 | 2024.11.19 01:41:55.134059 [ 190 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1951 rows, containing 5 columns (5 merged, 0 gathered) in 0.006188081 sec., 315283.5265084604 rows/sec., 27.56 MiB/sec. | ||
| 11638 | 2024.11.19 01:41:55.134263 [ 31 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 11639 | 2024.11.19 01:41:55.134408 [ 257 ] {5b87f915-778f-4e60-b002-a0e671e7b256} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00577 sec., 11091.854419410745 rows/sec., 886.52 KiB/sec. | ||
| 11640 | 2024.11.19 01:41:55.134399 [ 31 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11641 | 2024.11.19 01:41:55.134483 [ 190 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 11642 | 2024.11.19 01:41:55.134665 [ 257 ] {5b87f915-778f-4e60-b002-a0e671e7b256} <Debug> TCPHandler: Processed in 0.006614608 sec. | ||
| 11643 | 2024.11.19 01:41:55.134644 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11644 | 2024.11.19 01:41:55.135119 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 11645 | 2024.11.19 01:41:55.135154 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11646 | 2024.11.19 01:41:55.135287 [ 190 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_111_22} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11647 | 2024.11.19 01:41:55.135508 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11648 | 2024.11.19 01:41:55.135630 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 915 rows starting from the beginning of the part | ||
| 11649 | 2024.11.19 01:41:55.135646 [ 260 ] {330792ab-6651-46ae-90ce-d607d0cc174f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11650 | 2024.11.19 01:41:55.135647 [ 190 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_111_22} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 11651 | 2024.11.19 01:41:55.135841 [ 260 ] {330792ab-6651-46ae-90ce-d607d0cc174f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11652 | 2024.11.19 01:41:55.136038 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 68 rows starting from the beginning of the part | ||
| 11653 | 2024.11.19 01:41:55.136501 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 64 rows starting from the beginning of the part | ||
| 11654 | 2024.11.19 01:41:55.136931 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 423 rows starting from the beginning of the part | ||
| 11655 | 2024.11.19 01:41:55.136990 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 11656 | 2024.11.19 01:41:55.137281 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 74 rows starting from the beginning of the part | ||
| 11657 | 2024.11.19 01:41:55.137698 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part | ||
| 11658 | 2024.11.19 01:41:55.138795 [ 260 ] {330792ab-6651-46ae-90ce-d607d0cc174f} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11659 | 2024.11.19 01:41:55.138860 [ 260 ] {330792ab-6651-46ae-90ce-d607d0cc174f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11660 | 2024.11.19 01:41:55.140028 [ 260 ] {330792ab-6651-46ae-90ce-d607d0cc174f} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11661 | 2024.11.19 01:41:55.140382 [ 260 ] {330792ab-6651-46ae-90ce-d607d0cc174f} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11662 | 2024.11.19 01:41:55.140717 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 11663 | 2024.11.19 01:41:55.140813 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11664 | 2024.11.19 01:41:55.140883 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11665 | 2024.11.19 01:41:55.140996 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 5 columns (5 merged, 0 gathered) in 0.006096429 sec., 263760.96564070537 rows/sec., 20.35 MiB/sec. | ||
| 11666 | 2024.11.19 01:41:55.141014 [ 260 ] {330792ab-6651-46ae-90ce-d607d0cc174f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00546 sec., 29304.029304029307 rows/sec., 2.04 MiB/sec. | ||
| 11667 | 2024.11.19 01:41:55.141314 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 11668 | 2024.11.19 01:41:55.141338 [ 260 ] {330792ab-6651-46ae-90ce-d607d0cc174f} <Debug> TCPHandler: Processed in 0.006505366 sec. | ||
| 11669 | 2024.11.19 01:41:55.141374 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 11670 | 2024.11.19 01:41:55.141662 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11671 | 2024.11.19 01:41:55.141744 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11672 | 2024.11.19 01:41:55.141816 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_106_21, total 20025 rows starting from the beginning of the part | ||
| 11673 | 2024.11.19 01:41:55.142046 [ 257 ] {e80b2214-4dc9-4bde-8da4-a5bcdf134549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11674 | 2024.11.19 01:41:55.142230 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 162 rows starting from the beginning of the part | ||
| 11675 | 2024.11.19 01:41:55.142348 [ 257 ] {e80b2214-4dc9-4bde-8da4-a5bcdf134549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11676 | 2024.11.19 01:41:55.142601 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_111_22} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11677 | 2024.11.19 01:41:55.142788 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part | ||
| 11678 | 2024.11.19 01:41:55.143120 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_111_22} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 11679 | 2024.11.19 01:41:55.143417 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 237 rows starting from the beginning of the part | ||
| 11680 | 2024.11.19 01:41:55.143612 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 11681 | 2024.11.19 01:41:55.143903 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 133 rows starting from the beginning of the part | ||
| 11682 | 2024.11.19 01:41:55.144290 [ 197 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 11683 | 2024.11.19 01:41:55.144977 [ 257 ] {e80b2214-4dc9-4bde-8da4-a5bcdf134549} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11684 | 2024.11.19 01:41:55.145028 [ 257 ] {e80b2214-4dc9-4bde-8da4-a5bcdf134549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11685 | 2024.11.19 01:41:55.145511 [ 257 ] {e80b2214-4dc9-4bde-8da4-a5bcdf134549} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 11686 | 2024.11.19 01:41:55.145776 [ 257 ] {e80b2214-4dc9-4bde-8da4-a5bcdf134549} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11687 | 2024.11.19 01:41:55.146104 [ 28 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 11688 | 2024.11.19 01:41:55.146199 [ 257 ] {e80b2214-4dc9-4bde-8da4-a5bcdf134549} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004304 sec., 13940.520446096656 rows/sec., 962.04 KiB/sec. | ||
| 11689 | 2024.11.19 01:41:55.146259 [ 28 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11690 | 2024.11.19 01:41:55.146379 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11691 | 2024.11.19 01:41:55.146438 [ 257 ] {e80b2214-4dc9-4bde-8da4-a5bcdf134549} <Debug> TCPHandler: Processed in 0.004951329 sec. | ||
| 11692 | 2024.11.19 01:41:55.146927 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_111_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full | ||
| 11693 | 2024.11.19 01:41:55.147207 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11694 | 2024.11.19 01:41:55.147254 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6546 rows starting from the beginning of the part | ||
| 11695 | 2024.11.19 01:41:55.147426 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
| 11696 | 2024.11.19 01:41:55.147611 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part | ||
| 11697 | 2024.11.19 01:41:55.147923 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 82 rows starting from the beginning of the part | ||
| 11698 | 2024.11.19 01:41:55.148158 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 48 rows starting from the beginning of the part | ||
| 11699 | 2024.11.19 01:41:55.148490 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
| 11700 | 2024.11.19 01:41:55.150986 [ 191 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20877 rows, containing 5 columns (5 merged, 0 gathered) in 0.009991389 sec., 2089499.2678195194 rows/sec., 142.85 MiB/sec. | ||
| 11701 | 2024.11.19 01:41:55.151402 [ 191 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 11702 | 2024.11.19 01:41:55.151750 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6856 rows, containing 4 columns (4 merged, 0 gathered) in 0.005159263 sec., 1328871.9726053895 rows/sec., 87.54 MiB/sec. | ||
| 11703 | 2024.11.19 01:41:55.151950 [ 191 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11704 | 2024.11.19 01:41:55.152026 [ 191 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 11705 | 2024.11.19 01:41:55.152151 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 11706 | 2024.11.19 01:41:55.152217 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 11707 | 2024.11.19 01:41:55.152506 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_111_22} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11708 | 2024.11.19 01:41:55.152586 [ 186 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_111_22} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 11709 | 2024.11.19 01:41:55.152739 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 11710 | 2024.11.19 01:41:57.490347 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57853, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11711 | 2024.11.19 01:41:57.598237 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58452, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11712 | 2024.11.19 01:41:57.777821 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51650, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11713 | 2024.11.19 01:41:57.785176 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64130, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11714 | 2024.11.19 01:41:57.912602 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62858, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11715 | 2024.11.19 01:41:57.913053 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51508, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11716 | 2024.11.19 01:41:57.916312 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51819, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11717 | 2024.11.19 01:41:57.969648 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43049, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11718 | 2024.11.19 01:41:57.972035 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11719 | 2024.11.19 01:41:57.993387 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59868, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11720 | 2024.11.19 01:41:58.004988 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11721 | 2024.11.19 01:41:58.064384 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52325, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11722 | 2024.11.19 01:41:58.081698 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52751, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11723 | 2024.11.19 01:41:58.156345 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53178, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11724 | 2024.11.19 01:41:58.239789 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39243, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11725 | 2024.11.19 01:41:58.364474 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33775, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11726 | 2024.11.19 01:41:58.719040 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11727 | 2024.11.19 01:41:58.719093 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11728 | 2024.11.19 01:41:59.109667 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1700 | ||
| 11729 | 2024.11.19 01:41:59.112884 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11730 | 2024.11.19 01:41:59.112932 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11731 | 2024.11.19 01:41:59.114427 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11732 | 2024.11.19 01:41:59.114754 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11733 | 2024.11.19 01:41:59.114922 [ 26 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11734 | 2024.11.19 01:41:59.114987 [ 26 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11735 | 2024.11.19 01:41:59.115024 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11736 | 2024.11.19 01:41:59.115547 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 11737 | 2024.11.19 01:41:59.117141 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1700 | ||
| 11738 | 2024.11.19 01:41:59.117481 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11739 | 2024.11.19 01:41:59.117643 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1566 rows starting from the beginning of the part | ||
| 11740 | 2024.11.19 01:41:59.118258 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 30 rows starting from the beginning of the part | ||
| 11741 | 2024.11.19 01:41:59.118843 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 20 rows starting from the beginning of the part | ||
| 11742 | 2024.11.19 01:41:59.119425 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 34 rows starting from the beginning of the part | ||
| 11743 | 2024.11.19 01:41:59.120007 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 11744 | 2024.11.19 01:41:59.120582 [ 191 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 20 rows starting from the beginning of the part | ||
| 11745 | 2024.11.19 01:41:59.128806 [ 189 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1700 rows, containing 72 columns (72 merged, 0 gathered) in 0.013664235 sec., 124412.38020277022 rows/sec., 95.64 MiB/sec. | ||
| 11746 | 2024.11.19 01:41:59.130634 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11747 | 2024.11.19 01:41:59.131405 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_56_11} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11748 | 2024.11.19 01:41:59.131482 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_56_11} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11749 | 2024.11.19 01:41:59.131800 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 11750 | 2024.11.19 01:42:00.093917 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11751 | 2024.11.19 01:42:00.093976 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11752 | 2024.11.19 01:42:00.096250 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11753 | 2024.11.19 01:42:00.132736 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11754 | 2024.11.19 01:42:00.132905 [ 260 ] {dbf0acf7-b14e-4d6d-ae4c-a5bdc102806d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11755 | 2024.11.19 01:42:00.132975 [ 260 ] {dbf0acf7-b14e-4d6d-ae4c-a5bdc102806d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11756 | 2024.11.19 01:42:00.133705 [ 260 ] {dbf0acf7-b14e-4d6d-ae4c-a5bdc102806d} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11757 | 2024.11.19 01:42:00.133751 [ 260 ] {dbf0acf7-b14e-4d6d-ae4c-a5bdc102806d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11758 | 2024.11.19 01:42:00.134161 [ 260 ] {dbf0acf7-b14e-4d6d-ae4c-a5bdc102806d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11759 | 2024.11.19 01:42:00.134424 [ 260 ] {dbf0acf7-b14e-4d6d-ae4c-a5bdc102806d} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11760 | 2024.11.19 01:42:00.134663 [ 260 ] {dbf0acf7-b14e-4d6d-ae4c-a5bdc102806d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001808 sec., 7743.362831858407 rows/sec., 557.42 KiB/sec. | ||
| 11761 | 2024.11.19 01:42:00.134756 [ 260 ] {dbf0acf7-b14e-4d6d-ae4c-a5bdc102806d} <Debug> TCPHandler: Processed in 0.002149948 sec. | ||
| 11762 | 2024.11.19 01:42:00.135012 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11763 | 2024.11.19 01:42:00.135208 [ 257 ] {06874522-e0f0-4af9-9e71-c6e28a166ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11764 | 2024.11.19 01:42:00.135277 [ 257 ] {06874522-e0f0-4af9-9e71-c6e28a166ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11765 | 2024.11.19 01:42:00.136170 [ 257 ] {06874522-e0f0-4af9-9e71-c6e28a166ad4} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11766 | 2024.11.19 01:42:00.136211 [ 257 ] {06874522-e0f0-4af9-9e71-c6e28a166ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11767 | 2024.11.19 01:42:00.136666 [ 257 ] {06874522-e0f0-4af9-9e71-c6e28a166ad4} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 11768 | 2024.11.19 01:42:00.136930 [ 257 ] {06874522-e0f0-4af9-9e71-c6e28a166ad4} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11769 | 2024.11.19 01:42:00.137153 [ 257 ] {06874522-e0f0-4af9-9e71-c6e28a166ad4} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.001997 sec., 142714.07110665998 rows/sec., 12.61 MiB/sec. | ||
| 11770 | 2024.11.19 01:42:00.137184 [ 219 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11771 | 2024.11.19 01:42:00.137245 [ 257 ] {06874522-e0f0-4af9-9e71-c6e28a166ad4} <Debug> TCPHandler: Processed in 0.002356222 sec. | ||
| 11772 | 2024.11.19 01:42:00.137245 [ 219 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11773 | 2024.11.19 01:42:00.137453 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11774 | 2024.11.19 01:42:00.137598 [ 260 ] {9af48383-91a1-4e71-a4fa-435f04abc01f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11775 | 2024.11.19 01:42:00.137661 [ 260 ] {9af48383-91a1-4e71-a4fa-435f04abc01f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11776 | 2024.11.19 01:42:00.138691 [ 260 ] {9af48383-91a1-4e71-a4fa-435f04abc01f} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11777 | 2024.11.19 01:42:00.138730 [ 260 ] {9af48383-91a1-4e71-a4fa-435f04abc01f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11778 | 2024.11.19 01:42:00.139195 [ 260 ] {9af48383-91a1-4e71-a4fa-435f04abc01f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11779 | 2024.11.19 01:42:00.139484 [ 260 ] {9af48383-91a1-4e71-a4fa-435f04abc01f} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11780 | 2024.11.19 01:42:00.139729 [ 219 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11781 | 2024.11.19 01:42:00.139747 [ 260 ] {9af48383-91a1-4e71-a4fa-435f04abc01f} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.002188 sec., 21937.84277879342 rows/sec., 1.58 MiB/sec. | ||
| 11782 | 2024.11.19 01:42:00.139918 [ 260 ] {9af48383-91a1-4e71-a4fa-435f04abc01f} <Debug> TCPHandler: Processed in 0.002560815 sec. | ||
| 11783 | 2024.11.19 01:42:00.140141 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11784 | 2024.11.19 01:42:00.140329 [ 257 ] {2220f9c5-7fbb-45ee-b53b-c6931d0d9ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11785 | 2024.11.19 01:42:00.140388 [ 257 ] {2220f9c5-7fbb-45ee-b53b-c6931d0d9ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11786 | 2024.11.19 01:42:00.141013 [ 257 ] {2220f9c5-7fbb-45ee-b53b-c6931d0d9ceb} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11787 | 2024.11.19 01:42:00.141051 [ 257 ] {2220f9c5-7fbb-45ee-b53b-c6931d0d9ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11788 | 2024.11.19 01:42:00.141421 [ 257 ] {2220f9c5-7fbb-45ee-b53b-c6931d0d9ceb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11789 | 2024.11.19 01:42:00.141656 [ 257 ] {2220f9c5-7fbb-45ee-b53b-c6931d0d9ceb} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11790 | 2024.11.19 01:42:00.141870 [ 257 ] {2220f9c5-7fbb-45ee-b53b-c6931d0d9ceb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001574 sec., 8894.53621346887 rows/sec., 622.92 KiB/sec. | ||
| 11791 | 2024.11.19 01:42:00.142066 [ 257 ] {2220f9c5-7fbb-45ee-b53b-c6931d0d9ceb} <Debug> TCPHandler: Processed in 0.002049667 sec. | ||
| 11792 | 2024.11.19 01:42:00.142263 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11793 | 2024.11.19 01:42:00.142395 [ 260 ] {945c9ece-75ea-4b7f-aff6-11f9cc975c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11794 | 2024.11.19 01:42:00.142451 [ 260 ] {945c9ece-75ea-4b7f-aff6-11f9cc975c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11795 | 2024.11.19 01:42:00.143039 [ 260 ] {945c9ece-75ea-4b7f-aff6-11f9cc975c40} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11796 | 2024.11.19 01:42:00.143077 [ 260 ] {945c9ece-75ea-4b7f-aff6-11f9cc975c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11797 | 2024.11.19 01:42:00.143429 [ 260 ] {945c9ece-75ea-4b7f-aff6-11f9cc975c40} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11798 | 2024.11.19 01:42:00.143666 [ 260 ] {945c9ece-75ea-4b7f-aff6-11f9cc975c40} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11799 | 2024.11.19 01:42:00.143902 [ 260 ] {945c9ece-75ea-4b7f-aff6-11f9cc975c40} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001531 sec., 8491.182233834095 rows/sec., 529.42 KiB/sec. | ||
| 11800 | 2024.11.19 01:42:00.143980 [ 260 ] {945c9ece-75ea-4b7f-aff6-11f9cc975c40} <Debug> TCPHandler: Processed in 0.001816182 sec. | ||
| 11801 | 2024.11.19 01:42:00.144211 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11802 | 2024.11.19 01:42:00.144352 [ 257 ] {7b70b6dc-1a7f-4da4-88d0-e7d2d6d02819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11803 | 2024.11.19 01:42:00.144409 [ 257 ] {7b70b6dc-1a7f-4da4-88d0-e7d2d6d02819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11804 | 2024.11.19 01:42:00.145187 [ 257 ] {7b70b6dc-1a7f-4da4-88d0-e7d2d6d02819} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11805 | 2024.11.19 01:42:00.145227 [ 257 ] {7b70b6dc-1a7f-4da4-88d0-e7d2d6d02819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11806 | 2024.11.19 01:42:00.145630 [ 257 ] {7b70b6dc-1a7f-4da4-88d0-e7d2d6d02819} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 11807 | 2024.11.19 01:42:00.145878 [ 257 ] {7b70b6dc-1a7f-4da4-88d0-e7d2d6d02819} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11808 | 2024.11.19 01:42:00.146092 [ 257 ] {7b70b6dc-1a7f-4da4-88d0-e7d2d6d02819} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00177 sec., 238983.0508474576 rows/sec., 17.08 MiB/sec. | ||
| 11809 | 2024.11.19 01:42:00.146155 [ 257 ] {7b70b6dc-1a7f-4da4-88d0-e7d2d6d02819} <Debug> TCPHandler: Processed in 0.002078847 sec. | ||
| 11810 | 2024.11.19 01:42:00.146311 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11811 | 2024.11.19 01:42:00.146432 [ 260 ] {59f14d0a-6585-4b6b-b062-7d3486d063a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11812 | 2024.11.19 01:42:00.146483 [ 260 ] {59f14d0a-6585-4b6b-b062-7d3486d063a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11813 | 2024.11.19 01:42:00.146981 [ 260 ] {59f14d0a-6585-4b6b-b062-7d3486d063a1} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11814 | 2024.11.19 01:42:00.147021 [ 260 ] {59f14d0a-6585-4b6b-b062-7d3486d063a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11815 | 2024.11.19 01:42:00.147394 [ 260 ] {59f14d0a-6585-4b6b-b062-7d3486d063a1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11816 | 2024.11.19 01:42:00.147640 [ 260 ] {59f14d0a-6585-4b6b-b062-7d3486d063a1} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11817 | 2024.11.19 01:42:00.147844 [ 260 ] {59f14d0a-6585-4b6b-b062-7d3486d063a1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec. | ||
| 11818 | 2024.11.19 01:42:00.147893 [ 260 ] {59f14d0a-6585-4b6b-b062-7d3486d063a1} <Debug> TCPHandler: Processed in 0.001638289 sec. | ||
| 11819 | 2024.11.19 01:42:00.148039 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11820 | 2024.11.19 01:42:00.148158 [ 257 ] {e29b161c-c932-46e9-b982-b3db97ce35bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11821 | 2024.11.19 01:42:00.148212 [ 257 ] {e29b161c-c932-46e9-b982-b3db97ce35bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11822 | 2024.11.19 01:42:00.148801 [ 257 ] {e29b161c-c932-46e9-b982-b3db97ce35bb} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11823 | 2024.11.19 01:42:00.148838 [ 257 ] {e29b161c-c932-46e9-b982-b3db97ce35bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11824 | 2024.11.19 01:42:00.149227 [ 257 ] {e29b161c-c932-46e9-b982-b3db97ce35bb} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 11825 | 2024.11.19 01:42:00.149469 [ 257 ] {e29b161c-c932-46e9-b982-b3db97ce35bb} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11826 | 2024.11.19 01:42:00.149677 [ 257 ] {e29b161c-c932-46e9-b982-b3db97ce35bb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001543 sec., 153596.88917692806 rows/sec., 10.30 MiB/sec. | ||
| 11827 | 2024.11.19 01:42:00.149734 [ 257 ] {e29b161c-c932-46e9-b982-b3db97ce35bb} <Debug> TCPHandler: Processed in 0.001752431 sec. | ||
| 11828 | 2024.11.19 01:42:00.149886 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11829 | 2024.11.19 01:42:00.150024 [ 260 ] {1d3d0356-905a-4ba1-bc0a-a61e5d6772ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11830 | 2024.11.19 01:42:00.150084 [ 260 ] {1d3d0356-905a-4ba1-bc0a-a61e5d6772ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11831 | 2024.11.19 01:42:00.150636 [ 260 ] {1d3d0356-905a-4ba1-bc0a-a61e5d6772ca} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11832 | 2024.11.19 01:42:00.150673 [ 260 ] {1d3d0356-905a-4ba1-bc0a-a61e5d6772ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11833 | 2024.11.19 01:42:00.151033 [ 260 ] {1d3d0356-905a-4ba1-bc0a-a61e5d6772ca} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11834 | 2024.11.19 01:42:00.151275 [ 260 ] {1d3d0356-905a-4ba1-bc0a-a61e5d6772ca} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11835 | 2024.11.19 01:42:00.151457 [ 260 ] {1d3d0356-905a-4ba1-bc0a-a61e5d6772ca} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001464 sec., 683.0601092896175 rows/sec., 46.03 KiB/sec. | ||
| 11836 | 2024.11.19 01:42:00.151565 [ 260 ] {1d3d0356-905a-4ba1-bc0a-a61e5d6772ca} <Debug> TCPHandler: Processed in 0.001742092 sec. | ||
| 11837 | 2024.11.19 01:42:00.151742 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11838 | 2024.11.19 01:42:00.151879 [ 257 ] {1dd2cfc4-00f2-4f68-a4ed-04e6083ba347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11839 | 2024.11.19 01:42:00.151974 [ 257 ] {1dd2cfc4-00f2-4f68-a4ed-04e6083ba347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11840 | 2024.11.19 01:42:00.153231 [ 257 ] {1dd2cfc4-00f2-4f68-a4ed-04e6083ba347} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11841 | 2024.11.19 01:42:00.153269 [ 257 ] {1dd2cfc4-00f2-4f68-a4ed-04e6083ba347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11842 | 2024.11.19 01:42:00.153934 [ 257 ] {1dd2cfc4-00f2-4f68-a4ed-04e6083ba347} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11843 | 2024.11.19 01:42:00.154184 [ 257 ] {1dd2cfc4-00f2-4f68-a4ed-04e6083ba347} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11844 | 2024.11.19 01:42:00.154430 [ 257 ] {1dd2cfc4-00f2-4f68-a4ed-04e6083ba347} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002583 sec., 15873.015873015875 rows/sec., 28.44 MiB/sec. | ||
| 11845 | 2024.11.19 01:42:00.154519 [ 257 ] {1dd2cfc4-00f2-4f68-a4ed-04e6083ba347} <Debug> TCPHandler: Processed in 0.00284308 sec. | ||
| 11846 | 2024.11.19 01:42:00.154672 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11847 | 2024.11.19 01:42:00.154806 [ 260 ] {a03efd91-776e-49f7-88d2-bd718f77125a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11848 | 2024.11.19 01:42:00.154866 [ 260 ] {a03efd91-776e-49f7-88d2-bd718f77125a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11849 | 2024.11.19 01:42:00.155424 [ 260 ] {a03efd91-776e-49f7-88d2-bd718f77125a} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11850 | 2024.11.19 01:42:00.155469 [ 260 ] {a03efd91-776e-49f7-88d2-bd718f77125a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11851 | 2024.11.19 01:42:00.155864 [ 260 ] {a03efd91-776e-49f7-88d2-bd718f77125a} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 11852 | 2024.11.19 01:42:00.156121 [ 260 ] {a03efd91-776e-49f7-88d2-bd718f77125a} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11853 | 2024.11.19 01:42:00.156286 [ 260 ] {a03efd91-776e-49f7-88d2-bd718f77125a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00151 sec., 54304.6357615894 rows/sec., 3.45 MiB/sec. | ||
| 11854 | 2024.11.19 01:42:00.156333 [ 260 ] {a03efd91-776e-49f7-88d2-bd718f77125a} <Debug> TCPHandler: Processed in 0.001725691 sec. | ||
| 11855 | 2024.11.19 01:42:00.875268 [ 223 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11856 | 2024.11.19 01:42:00.875355 [ 223 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11857 | 2024.11.19 01:42:00.877541 [ 223 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11858 | 2024.11.19 01:42:01.313421 [ 222 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11859 | 2024.11.19 01:42:01.313502 [ 222 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11860 | 2024.11.19 01:42:01.315530 [ 222 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 11861 | 2024.11.19 01:42:02.255128 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11862 | 2024.11.19 01:42:02.481166 [ 60 ] {} <Debug> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 11863 | 2024.11.19 01:42:02.481230 [ 60 ] {} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11864 | 2024.11.19 01:42:02.481253 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11865 | 2024.11.19 01:42:02.481467 [ 187 ] {cde596b3-96f6-4bcb-b634-0135486843dd::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 | ||
| 11866 | 2024.11.19 01:42:02.481762 [ 187 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11867 | 2024.11.19 01:42:02.481802 [ 187 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part | ||
| 11868 | 2024.11.19 01:42:02.481887 [ 187 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
| 11869 | 2024.11.19 01:42:02.482190 [ 187 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 11870 | 2024.11.19 01:42:02.482375 [ 187 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
| 11871 | 2024.11.19 01:42:02.482605 [ 187 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 10 rows starting from the beginning of the part | ||
| 11872 | 2024.11.19 01:42:02.483750 [ 198 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002415313 sec., 14904.900524279876 rows/sec., 1.24 MiB/sec. | ||
| 11873 | 2024.11.19 01:42:02.483930 [ 195 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 11874 | 2024.11.19 01:42:02.484303 [ 195 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_33_8} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11875 | 2024.11.19 01:42:02.484406 [ 195 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_33_8} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 11876 | 2024.11.19 01:42:02.484506 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11877 | 2024.11.19 01:42:02.525692 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48786, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11878 | 2024.11.19 01:42:02.575032 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55407, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11879 | 2024.11.19 01:42:02.579302 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56904, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11880 | 2024.11.19 01:42:02.838121 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48543, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11881 | 2024.11.19 01:42:02.855406 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11882 | 2024.11.19 01:42:02.885645 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39375, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11883 | 2024.11.19 01:42:02.943187 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55357, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11884 | 2024.11.19 01:42:03.460611 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11885 | 2024.11.19 01:42:03.903716 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34725, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11886 | 2024.11.19 01:42:04.016197 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64456, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11887 | 2024.11.19 01:42:04.118820 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43320, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11888 | 2024.11.19 01:42:04.147466 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55181, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11889 | 2024.11.19 01:42:04.175010 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39436, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11890 | 2024.11.19 01:42:04.189818 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53456, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11891 | 2024.11.19 01:42:04.203106 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56949, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11892 | 2024.11.19 01:42:05.124447 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11893 | 2024.11.19 01:42:05.124654 [ 260 ] {66c4f99b-b7a9-4588-b4b7-1b1a28f0807e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11894 | 2024.11.19 01:42:05.124732 [ 260 ] {66c4f99b-b7a9-4588-b4b7-1b1a28f0807e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11895 | 2024.11.19 01:42:05.125474 [ 260 ] {66c4f99b-b7a9-4588-b4b7-1b1a28f0807e} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11896 | 2024.11.19 01:42:05.125523 [ 260 ] {66c4f99b-b7a9-4588-b4b7-1b1a28f0807e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11897 | 2024.11.19 01:42:05.125945 [ 260 ] {66c4f99b-b7a9-4588-b4b7-1b1a28f0807e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11898 | 2024.11.19 01:42:05.126239 [ 260 ] {66c4f99b-b7a9-4588-b4b7-1b1a28f0807e} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11899 | 2024.11.19 01:42:05.126549 [ 260 ] {66c4f99b-b7a9-4588-b4b7-1b1a28f0807e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00195 sec., 1025.6410256410256 rows/sec., 83.63 KiB/sec. | ||
| 11900 | 2024.11.19 01:42:05.126691 [ 260 ] {66c4f99b-b7a9-4588-b4b7-1b1a28f0807e} <Debug> TCPHandler: Processed in 0.002373602 sec. | ||
| 11901 | 2024.11.19 01:42:05.126944 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11902 | 2024.11.19 01:42:05.127153 [ 257 ] {5eb498a9-ebd7-40c8-ba82-814ca4405bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11903 | 2024.11.19 01:42:05.127229 [ 257 ] {5eb498a9-ebd7-40c8-ba82-814ca4405bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11904 | 2024.11.19 01:42:05.128058 [ 257 ] {5eb498a9-ebd7-40c8-ba82-814ca4405bd7} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11905 | 2024.11.19 01:42:05.128099 [ 257 ] {5eb498a9-ebd7-40c8-ba82-814ca4405bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11906 | 2024.11.19 01:42:05.128527 [ 257 ] {5eb498a9-ebd7-40c8-ba82-814ca4405bd7} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 11907 | 2024.11.19 01:42:05.128781 [ 257 ] {5eb498a9-ebd7-40c8-ba82-814ca4405bd7} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11908 | 2024.11.19 01:42:05.128998 [ 257 ] {5eb498a9-ebd7-40c8-ba82-814ca4405bd7} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.0019 sec., 30000 rows/sec., 2.30 MiB/sec. | ||
| 11909 | 2024.11.19 01:42:05.129082 [ 257 ] {5eb498a9-ebd7-40c8-ba82-814ca4405bd7} <Debug> TCPHandler: Processed in 0.002274731 sec. | ||
| 11910 | 2024.11.19 01:42:05.129295 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11911 | 2024.11.19 01:42:05.129591 [ 260 ] {2c320a2c-4e40-476f-a555-6ffabe8f7683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11912 | 2024.11.19 01:42:05.129669 [ 260 ] {2c320a2c-4e40-476f-a555-6ffabe8f7683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11913 | 2024.11.19 01:42:05.130276 [ 260 ] {2c320a2c-4e40-476f-a555-6ffabe8f7683} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11914 | 2024.11.19 01:42:05.130318 [ 260 ] {2c320a2c-4e40-476f-a555-6ffabe8f7683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11915 | 2024.11.19 01:42:05.130687 [ 260 ] {2c320a2c-4e40-476f-a555-6ffabe8f7683} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11916 | 2024.11.19 01:42:05.130941 [ 260 ] {2c320a2c-4e40-476f-a555-6ffabe8f7683} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11917 | 2024.11.19 01:42:05.131153 [ 260 ] {2c320a2c-4e40-476f-a555-6ffabe8f7683} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001655 sec., 1208.4592145015106 rows/sec., 84.38 KiB/sec. | ||
| 11918 | 2024.11.19 01:42:05.131206 [ 260 ] {2c320a2c-4e40-476f-a555-6ffabe8f7683} <Debug> TCPHandler: Processed in 0.002015476 sec. | ||
| 11919 | 2024.11.19 01:42:05.131374 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11920 | 2024.11.19 01:42:05.131513 [ 257 ] {916b38c6-1310-43b0-bbe4-1cff39ec9c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11921 | 2024.11.19 01:42:05.131572 [ 257 ] {916b38c6-1310-43b0-bbe4-1cff39ec9c2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11922 | 2024.11.19 01:42:05.132204 [ 257 ] {916b38c6-1310-43b0-bbe4-1cff39ec9c2b} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11923 | 2024.11.19 01:42:05.132242 [ 257 ] {916b38c6-1310-43b0-bbe4-1cff39ec9c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11924 | 2024.11.19 01:42:05.132707 [ 257 ] {916b38c6-1310-43b0-bbe4-1cff39ec9c2b} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 11925 | 2024.11.19 01:42:05.133085 [ 257 ] {916b38c6-1310-43b0-bbe4-1cff39ec9c2b} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11926 | 2024.11.19 01:42:05.133258 [ 257 ] {916b38c6-1310-43b0-bbe4-1cff39ec9c2b} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001777 sec., 37141.24929656725 rows/sec., 2.90 MiB/sec. | ||
| 11927 | 2024.11.19 01:42:05.133308 [ 257 ] {916b38c6-1310-43b0-bbe4-1cff39ec9c2b} <Debug> TCPHandler: Processed in 0.002002926 sec. | ||
| 11928 | 2024.11.19 01:42:05.133464 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11929 | 2024.11.19 01:42:05.133605 [ 260 ] {54e02885-2325-44cd-b90a-63aa003bca50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11930 | 2024.11.19 01:42:05.133668 [ 260 ] {54e02885-2325-44cd-b90a-63aa003bca50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11931 | 2024.11.19 01:42:05.134251 [ 260 ] {54e02885-2325-44cd-b90a-63aa003bca50} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11932 | 2024.11.19 01:42:05.134291 [ 260 ] {54e02885-2325-44cd-b90a-63aa003bca50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11933 | 2024.11.19 01:42:05.134687 [ 260 ] {54e02885-2325-44cd-b90a-63aa003bca50} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 11934 | 2024.11.19 01:42:05.134937 [ 260 ] {54e02885-2325-44cd-b90a-63aa003bca50} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11935 | 2024.11.19 01:42:05.135147 [ 260 ] {54e02885-2325-44cd-b90a-63aa003bca50} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001573 sec., 82008.90019071837 rows/sec., 5.71 MiB/sec. | ||
| 11936 | 2024.11.19 01:42:05.135197 [ 260 ] {54e02885-2325-44cd-b90a-63aa003bca50} <Debug> TCPHandler: Processed in 0.001803182 sec. | ||
| 11937 | 2024.11.19 01:42:05.135353 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11938 | 2024.11.19 01:42:05.135491 [ 257 ] {636893b7-8b5e-4f3f-b388-b6ce87e0ea4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11939 | 2024.11.19 01:42:05.135551 [ 257 ] {636893b7-8b5e-4f3f-b388-b6ce87e0ea4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11940 | 2024.11.19 01:42:05.136075 [ 257 ] {636893b7-8b5e-4f3f-b388-b6ce87e0ea4f} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11941 | 2024.11.19 01:42:05.136112 [ 257 ] {636893b7-8b5e-4f3f-b388-b6ce87e0ea4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11942 | 2024.11.19 01:42:05.136488 [ 257 ] {636893b7-8b5e-4f3f-b388-b6ce87e0ea4f} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 11943 | 2024.11.19 01:42:05.136742 [ 257 ] {636893b7-8b5e-4f3f-b388-b6ce87e0ea4f} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11944 | 2024.11.19 01:42:05.136918 [ 257 ] {636893b7-8b5e-4f3f-b388-b6ce87e0ea4f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001458 sec., 32921.810699588474 rows/sec., 2.22 MiB/sec. | ||
| 11945 | 2024.11.19 01:42:05.136965 [ 257 ] {636893b7-8b5e-4f3f-b388-b6ce87e0ea4f} <Debug> TCPHandler: Processed in 0.00168118 sec. | ||
| 11946 | 2024.11.19 01:42:09.117482 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1734 | ||
| 11947 | 2024.11.19 01:42:09.120951 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11948 | 2024.11.19 01:42:09.121000 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11949 | 2024.11.19 01:42:09.122436 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11950 | 2024.11.19 01:42:09.122754 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11951 | 2024.11.19 01:42:09.123323 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1734 | ||
| 11952 | 2024.11.19 01:42:10.126401 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11953 | 2024.11.19 01:42:10.126612 [ 260 ] {e154aa9e-3010-45e2-82b5-43d0ca1030b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11954 | 2024.11.19 01:42:10.126695 [ 260 ] {e154aa9e-3010-45e2-82b5-43d0ca1030b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11955 | 2024.11.19 01:42:10.127510 [ 260 ] {e154aa9e-3010-45e2-82b5-43d0ca1030b2} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11956 | 2024.11.19 01:42:10.127554 [ 260 ] {e154aa9e-3010-45e2-82b5-43d0ca1030b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11957 | 2024.11.19 01:42:10.128000 [ 260 ] {e154aa9e-3010-45e2-82b5-43d0ca1030b2} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 11958 | 2024.11.19 01:42:10.128255 [ 260 ] {e154aa9e-3010-45e2-82b5-43d0ca1030b2} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11959 | 2024.11.19 01:42:10.128499 [ 260 ] {e154aa9e-3010-45e2-82b5-43d0ca1030b2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.21 MiB/sec. | ||
| 11960 | 2024.11.19 01:42:10.128582 [ 260 ] {e154aa9e-3010-45e2-82b5-43d0ca1030b2} <Debug> TCPHandler: Processed in 0.002320901 sec. | ||
| 11961 | 2024.11.19 01:42:10.128877 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11962 | 2024.11.19 01:42:10.129091 [ 257 ] {50c76b42-d77a-40c5-8253-6f84bafb58f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11963 | 2024.11.19 01:42:10.129161 [ 257 ] {50c76b42-d77a-40c5-8253-6f84bafb58f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11964 | 2024.11.19 01:42:10.129925 [ 257 ] {50c76b42-d77a-40c5-8253-6f84bafb58f4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11965 | 2024.11.19 01:42:10.129973 [ 257 ] {50c76b42-d77a-40c5-8253-6f84bafb58f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11966 | 2024.11.19 01:42:10.130415 [ 257 ] {50c76b42-d77a-40c5-8253-6f84bafb58f4} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 11967 | 2024.11.19 01:42:10.130673 [ 257 ] {50c76b42-d77a-40c5-8253-6f84bafb58f4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11968 | 2024.11.19 01:42:10.130945 [ 257 ] {50c76b42-d77a-40c5-8253-6f84bafb58f4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001907 sec., 33560.5663345569 rows/sec., 2.62 MiB/sec. | ||
| 11969 | 2024.11.19 01:42:10.131034 [ 257 ] {50c76b42-d77a-40c5-8253-6f84bafb58f4} <Debug> TCPHandler: Processed in 0.002328871 sec. | ||
| 11970 | 2024.11.19 01:42:10.131225 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11971 | 2024.11.19 01:42:10.131384 [ 260 ] {e41bd34d-ca13-461b-8299-3eedb46cb186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11972 | 2024.11.19 01:42:10.131436 [ 260 ] {e41bd34d-ca13-461b-8299-3eedb46cb186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11973 | 2024.11.19 01:42:10.132005 [ 260 ] {e41bd34d-ca13-461b-8299-3eedb46cb186} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11974 | 2024.11.19 01:42:10.132042 [ 260 ] {e41bd34d-ca13-461b-8299-3eedb46cb186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11975 | 2024.11.19 01:42:10.132449 [ 260 ] {e41bd34d-ca13-461b-8299-3eedb46cb186} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 11976 | 2024.11.19 01:42:10.132701 [ 260 ] {e41bd34d-ca13-461b-8299-3eedb46cb186} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11977 | 2024.11.19 01:42:10.132943 [ 260 ] {e41bd34d-ca13-461b-8299-3eedb46cb186} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001583 sec., 101073.9102969046 rows/sec., 7.04 MiB/sec. | ||
| 11978 | 2024.11.19 01:42:10.133002 [ 260 ] {e41bd34d-ca13-461b-8299-3eedb46cb186} <Debug> TCPHandler: Processed in 0.001873414 sec. | ||
| 11979 | 2024.11.19 01:42:10.133261 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11980 | 2024.11.19 01:42:10.133451 [ 257 ] {c4e69bc9-c2ef-43ef-9321-a31407e6dbf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11981 | 2024.11.19 01:42:10.133513 [ 257 ] {c4e69bc9-c2ef-43ef-9321-a31407e6dbf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11982 | 2024.11.19 01:42:10.134094 [ 257 ] {c4e69bc9-c2ef-43ef-9321-a31407e6dbf3} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11983 | 2024.11.19 01:42:10.134134 [ 257 ] {c4e69bc9-c2ef-43ef-9321-a31407e6dbf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11984 | 2024.11.19 01:42:10.134518 [ 257 ] {c4e69bc9-c2ef-43ef-9321-a31407e6dbf3} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 11985 | 2024.11.19 01:42:10.134769 [ 257 ] {c4e69bc9-c2ef-43ef-9321-a31407e6dbf3} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11986 | 2024.11.19 01:42:10.134994 [ 257 ] {c4e69bc9-c2ef-43ef-9321-a31407e6dbf3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001575 sec., 38095.23809523809 rows/sec., 2.57 MiB/sec. | ||
| 11987 | 2024.11.19 01:42:10.135076 [ 257 ] {c4e69bc9-c2ef-43ef-9321-a31407e6dbf3} <Debug> TCPHandler: Processed in 0.001977466 sec. | ||
| 11988 | 2024.11.19 01:42:13.719353 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11989 | 2024.11.19 01:42:13.719458 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11990 | 2024.11.19 01:42:15.132692 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11991 | 2024.11.19 01:42:15.133006 [ 260 ] {2b23c6e9-827a-4265-a473-385fd3f5e143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11992 | 2024.11.19 01:42:15.133124 [ 260 ] {2b23c6e9-827a-4265-a473-385fd3f5e143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11993 | 2024.11.19 01:42:15.133884 [ 260 ] {2b23c6e9-827a-4265-a473-385fd3f5e143} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11994 | 2024.11.19 01:42:15.133934 [ 260 ] {2b23c6e9-827a-4265-a473-385fd3f5e143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 11995 | 2024.11.19 01:42:15.134372 [ 260 ] {2b23c6e9-827a-4265-a473-385fd3f5e143} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11996 | 2024.11.19 01:42:15.134625 [ 260 ] {2b23c6e9-827a-4265-a473-385fd3f5e143} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11997 | 2024.11.19 01:42:15.134900 [ 260 ] {2b23c6e9-827a-4265-a473-385fd3f5e143} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001973 sec., 7095.793208312215 rows/sec., 510.80 KiB/sec. | ||
| 11998 | 2024.11.19 01:42:15.134995 [ 260 ] {2b23c6e9-827a-4265-a473-385fd3f5e143} <Debug> TCPHandler: Processed in 0.002498845 sec. | ||
| 11999 | 2024.11.19 01:42:15.135368 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12000 | 2024.11.19 01:42:15.135666 [ 257 ] {4561bb1a-aafd-4f01-a4ee-19dc7be6350a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12001 | 2024.11.19 01:42:15.135776 [ 257 ] {4561bb1a-aafd-4f01-a4ee-19dc7be6350a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12002 | 2024.11.19 01:42:15.136792 [ 257 ] {4561bb1a-aafd-4f01-a4ee-19dc7be6350a} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12003 | 2024.11.19 01:42:15.136834 [ 257 ] {4561bb1a-aafd-4f01-a4ee-19dc7be6350a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 12004 | 2024.11.19 01:42:15.137291 [ 257 ] {4561bb1a-aafd-4f01-a4ee-19dc7be6350a} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12005 | 2024.11.19 01:42:15.137554 [ 257 ] {4561bb1a-aafd-4f01-a4ee-19dc7be6350a} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12006 | 2024.11.19 01:42:15.137787 [ 257 ] {4561bb1a-aafd-4f01-a4ee-19dc7be6350a} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002206 sec., 129193.10970081596 rows/sec., 11.42 MiB/sec. | ||
| 12007 | 2024.11.19 01:42:15.137847 [ 257 ] {4561bb1a-aafd-4f01-a4ee-19dc7be6350a} <Debug> TCPHandler: Processed in 0.002729139 sec. | ||
| 12008 | 2024.11.19 01:42:15.138009 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12009 | 2024.11.19 01:42:15.138157 [ 260 ] {c7759c6a-4f96-4b5b-a979-35201721c9c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12010 | 2024.11.19 01:42:15.138215 [ 260 ] {c7759c6a-4f96-4b5b-a979-35201721c9c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12011 | 2024.11.19 01:42:15.138939 [ 260 ] {c7759c6a-4f96-4b5b-a979-35201721c9c1} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12012 | 2024.11.19 01:42:15.138988 [ 260 ] {c7759c6a-4f96-4b5b-a979-35201721c9c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 12013 | 2024.11.19 01:42:15.139381 [ 260 ] {c7759c6a-4f96-4b5b-a979-35201721c9c1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12014 | 2024.11.19 01:42:15.139633 [ 260 ] {c7759c6a-4f96-4b5b-a979-35201721c9c1} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12015 | 2024.11.19 01:42:15.139868 [ 260 ] {c7759c6a-4f96-4b5b-a979-35201721c9c1} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001741 sec., 27570.361860999426 rows/sec., 1.99 MiB/sec. | ||
| 12016 | 2024.11.19 01:42:15.139959 [ 260 ] {c7759c6a-4f96-4b5b-a979-35201721c9c1} <Debug> TCPHandler: Processed in 0.002018446 sec. | ||
| 12017 | 2024.11.19 01:42:15.140184 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12018 | 2024.11.19 01:42:15.140336 [ 257 ] {4ba1a974-06f7-48ee-90ba-94ae34a09041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12019 | 2024.11.19 01:42:15.140387 [ 257 ] {4ba1a974-06f7-48ee-90ba-94ae34a09041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12020 | 2024.11.19 01:42:15.140999 [ 257 ] {4ba1a974-06f7-48ee-90ba-94ae34a09041} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12021 | 2024.11.19 01:42:15.141040 [ 257 ] {4ba1a974-06f7-48ee-90ba-94ae34a09041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 12022 | 2024.11.19 01:42:15.141423 [ 257 ] {4ba1a974-06f7-48ee-90ba-94ae34a09041} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12023 | 2024.11.19 01:42:15.141662 [ 257 ] {4ba1a974-06f7-48ee-90ba-94ae34a09041} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12024 | 2024.11.19 01:42:15.141894 [ 257 ] {4ba1a974-06f7-48ee-90ba-94ae34a09041} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001583 sec., 8843.967150979153 rows/sec., 619.37 KiB/sec. | ||
| 12025 | 2024.11.19 01:42:15.142028 [ 257 ] {4ba1a974-06f7-48ee-90ba-94ae34a09041} <Debug> TCPHandler: Processed in 0.001974816 sec. | ||
| 12026 | 2024.11.19 01:42:15.142193 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12027 | 2024.11.19 01:42:15.142329 [ 260 ] {86cc3e9c-f103-4d24-8bd4-9519e30f6cc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12028 | 2024.11.19 01:42:15.142388 [ 260 ] {86cc3e9c-f103-4d24-8bd4-9519e30f6cc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12029 | 2024.11.19 01:42:15.143070 [ 260 ] {86cc3e9c-f103-4d24-8bd4-9519e30f6cc8} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12030 | 2024.11.19 01:42:15.143118 [ 260 ] {86cc3e9c-f103-4d24-8bd4-9519e30f6cc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 12031 | 2024.11.19 01:42:15.143478 [ 260 ] {86cc3e9c-f103-4d24-8bd4-9519e30f6cc8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 12032 | 2024.11.19 01:42:15.143722 [ 260 ] {86cc3e9c-f103-4d24-8bd4-9519e30f6cc8} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12033 | 2024.11.19 01:42:15.143964 [ 260 ] {86cc3e9c-f103-4d24-8bd4-9519e30f6cc8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001659 sec., 7836.045810729354 rows/sec., 488.58 KiB/sec. | ||
| 12034 | 2024.11.19 01:42:15.144142 [ 260 ] {86cc3e9c-f103-4d24-8bd4-9519e30f6cc8} <Debug> TCPHandler: Processed in 0.002013356 sec. | ||
| 12035 | 2024.11.19 01:42:15.144393 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12036 | 2024.11.19 01:42:15.144529 [ 257 ] {93afca57-b10d-424b-8431-a24444d561b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12037 | 2024.11.19 01:42:15.144587 [ 257 ] {93afca57-b10d-424b-8431-a24444d561b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12038 | 2024.11.19 01:42:15.145394 [ 257 ] {93afca57-b10d-424b-8431-a24444d561b0} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12039 | 2024.11.19 01:42:15.145435 [ 257 ] {93afca57-b10d-424b-8431-a24444d561b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 12040 | 2024.11.19 01:42:15.145824 [ 257 ] {93afca57-b10d-424b-8431-a24444d561b0} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12041 | 2024.11.19 01:42:15.146062 [ 257 ] {93afca57-b10d-424b-8431-a24444d561b0} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12042 | 2024.11.19 01:42:15.146287 [ 257 ] {93afca57-b10d-424b-8431-a24444d561b0} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001789 sec., 236444.9413079933 rows/sec., 16.90 MiB/sec. | ||
| 12043 | 2024.11.19 01:42:15.146339 [ 257 ] {93afca57-b10d-424b-8431-a24444d561b0} <Debug> TCPHandler: Processed in 0.002100778 sec. | ||
| 12044 | 2024.11.19 01:42:15.146477 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12045 | 2024.11.19 01:42:15.146599 [ 260 ] {c021d700-6347-44be-8ee1-c02e32253b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12046 | 2024.11.19 01:42:15.146654 [ 260 ] {c021d700-6347-44be-8ee1-c02e32253b10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12047 | 2024.11.19 01:42:15.147159 [ 260 ] {c021d700-6347-44be-8ee1-c02e32253b10} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12048 | 2024.11.19 01:42:15.147200 [ 260 ] {c021d700-6347-44be-8ee1-c02e32253b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 12049 | 2024.11.19 01:42:15.147583 [ 260 ] {c021d700-6347-44be-8ee1-c02e32253b10} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 12050 | 2024.11.19 01:42:15.147839 [ 260 ] {c021d700-6347-44be-8ee1-c02e32253b10} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12051 | 2024.11.19 01:42:15.148105 [ 260 ] {c021d700-6347-44be-8ee1-c02e32253b10} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 206.10 KiB/sec. | ||
| 12052 | 2024.11.19 01:42:15.148303 [ 260 ] {c021d700-6347-44be-8ee1-c02e32253b10} <Debug> TCPHandler: Processed in 0.001878454 sec. | ||
| 12053 | 2024.11.19 01:42:15.148512 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12054 | 2024.11.19 01:42:15.148650 [ 257 ] {fe10fa92-a09a-4eb7-9670-f14533152087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12055 | 2024.11.19 01:42:15.148711 [ 257 ] {fe10fa92-a09a-4eb7-9670-f14533152087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12056 | 2024.11.19 01:42:15.149304 [ 257 ] {fe10fa92-a09a-4eb7-9670-f14533152087} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12057 | 2024.11.19 01:42:15.149340 [ 257 ] {fe10fa92-a09a-4eb7-9670-f14533152087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 12058 | 2024.11.19 01:42:15.149721 [ 257 ] {fe10fa92-a09a-4eb7-9670-f14533152087} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12059 | 2024.11.19 01:42:15.150026 [ 257 ] {fe10fa92-a09a-4eb7-9670-f14533152087} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12060 | 2024.11.19 01:42:15.150243 [ 257 ] {fe10fa92-a09a-4eb7-9670-f14533152087} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001623 sec., 146025.87800369685 rows/sec., 9.79 MiB/sec. | ||
| 12061 | 2024.11.19 01:42:15.150295 [ 257 ] {fe10fa92-a09a-4eb7-9670-f14533152087} <Debug> TCPHandler: Processed in 0.001883064 sec. | ||
| 12062 | 2024.11.19 01:42:15.150429 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12063 | 2024.11.19 01:42:15.150549 [ 260 ] {50418827-9f61-4939-8a2d-b145e2e822b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12064 | 2024.11.19 01:42:15.150601 [ 260 ] {50418827-9f61-4939-8a2d-b145e2e822b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12065 | 2024.11.19 01:42:15.151079 [ 260 ] {50418827-9f61-4939-8a2d-b145e2e822b0} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12066 | 2024.11.19 01:42:15.151119 [ 260 ] {50418827-9f61-4939-8a2d-b145e2e822b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 12067 | 2024.11.19 01:42:15.151476 [ 260 ] {50418827-9f61-4939-8a2d-b145e2e822b0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 12068 | 2024.11.19 01:42:15.151732 [ 260 ] {50418827-9f61-4939-8a2d-b145e2e822b0} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12069 | 2024.11.19 01:42:15.151979 [ 260 ] {50418827-9f61-4939-8a2d-b145e2e822b0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001442 sec., 693.4812760055479 rows/sec., 46.73 KiB/sec. | ||
| 12070 | 2024.11.19 01:42:15.152057 [ 260 ] {50418827-9f61-4939-8a2d-b145e2e822b0} <Debug> TCPHandler: Processed in 0.00168292 sec. | ||
| 12071 | 2024.11.19 01:42:15.152316 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12072 | 2024.11.19 01:42:15.152454 [ 257 ] {f0a7736d-da2c-46d5-9a13-f4feb8662c5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12073 | 2024.11.19 01:42:15.152550 [ 257 ] {f0a7736d-da2c-46d5-9a13-f4feb8662c5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12074 | 2024.11.19 01:42:15.154024 [ 257 ] {f0a7736d-da2c-46d5-9a13-f4feb8662c5e} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12075 | 2024.11.19 01:42:15.154077 [ 257 ] {f0a7736d-da2c-46d5-9a13-f4feb8662c5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 12076 | 2024.11.19 01:42:15.155062 [ 257 ] {f0a7736d-da2c-46d5-9a13-f4feb8662c5e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12077 | 2024.11.19 01:42:15.155437 [ 257 ] {f0a7736d-da2c-46d5-9a13-f4feb8662c5e} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12078 | 2024.11.19 01:42:15.155646 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 12079 | 2024.11.19 01:42:15.155715 [ 257 ] {f0a7736d-da2c-46d5-9a13-f4feb8662c5e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003284 sec., 12484.77466504263 rows/sec., 22.37 MiB/sec. | ||
| 12080 | 2024.11.19 01:42:15.155723 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12081 | 2024.11.19 01:42:15.155794 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 12082 | 2024.11.19 01:42:15.156222 [ 257 ] {f0a7736d-da2c-46d5-9a13-f4feb8662c5e} <Debug> TCPHandler: Processed in 0.004046702 sec. | ||
| 12083 | 2024.11.19 01:42:15.156237 [ 195 ] {e68409c0-e644-41c5-8e95-5de2b671da17::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 | ||
| 12084 | 2024.11.19 01:42:15.156556 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12085 | 2024.11.19 01:42:15.156809 [ 260 ] {5d6f6612-816c-4b4a-b8a0-d6239855fbf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12086 | 2024.11.19 01:42:15.156881 [ 260 ] {5d6f6612-816c-4b4a-b8a0-d6239855fbf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12087 | 2024.11.19 01:42:15.157022 [ 195 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12088 | 2024.11.19 01:42:15.157134 [ 195 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 1315 rows starting from the beginning of the part | ||
| 12089 | 2024.11.19 01:42:15.157661 [ 195 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 41 rows starting from the beginning of the part | ||
| 12090 | 2024.11.19 01:42:15.158137 [ 260 ] {5d6f6612-816c-4b4a-b8a0-d6239855fbf0} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12091 | 2024.11.19 01:42:15.158168 [ 195 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 41 rows starting from the beginning of the part | ||
| 12092 | 2024.11.19 01:42:15.158185 [ 260 ] {5d6f6612-816c-4b4a-b8a0-d6239855fbf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12093 | 2024.11.19 01:42:15.158667 [ 195 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 41 rows starting from the beginning of the part | ||
| 12094 | 2024.11.19 01:42:15.159196 [ 195 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 41 rows starting from the beginning of the part | ||
| 12095 | 2024.11.19 01:42:15.159208 [ 260 ] {5d6f6612-816c-4b4a-b8a0-d6239855fbf0} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12096 | 2024.11.19 01:42:15.159634 [ 195 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 41 rows starting from the beginning of the part | ||
| 12097 | 2024.11.19 01:42:15.159726 [ 260 ] {5d6f6612-816c-4b4a-b8a0-d6239855fbf0} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12098 | 2024.11.19 01:42:15.160365 [ 260 ] {5d6f6612-816c-4b4a-b8a0-d6239855fbf0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003581 sec., 22898.631667132086 rows/sec., 1.45 MiB/sec. | ||
| 12099 | 2024.11.19 01:42:15.160639 [ 260 ] {5d6f6612-816c-4b4a-b8a0-d6239855fbf0} <Debug> TCPHandler: Processed in 0.004272956 sec. | ||
| 12100 | 2024.11.19 01:42:15.167334 [ 187 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1520 rows, containing 19 columns (19 merged, 0 gathered) in 0.011400114 sec., 133332.00001333322 rows/sec., 238.92 MiB/sec. | ||
| 12101 | 2024.11.19 01:42:15.169041 [ 187 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 12102 | 2024.11.19 01:42:15.169451 [ 187 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_40_8} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12103 | 2024.11.19 01:42:15.169534 [ 187 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_40_8} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 12104 | 2024.11.19 01:42:15.169653 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.69 MiB. | ||
| 12105 | 2024.11.19 01:42:19.123605 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1764 | ||
| 12106 | 2024.11.19 01:42:19.126819 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12107 | 2024.11.19 01:42:19.126868 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12108 | 2024.11.19 01:42:19.128306 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12109 | 2024.11.19 01:42:19.128610 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12110 | 2024.11.19 01:42:19.129603 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1764 | ||
| 12111 | 2024.11.19 01:42:20.124944 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12112 | 2024.11.19 01:42:20.125141 [ 260 ] {203abd01-cae1-459f-bb19-5c05f7537c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12113 | 2024.11.19 01:42:20.125216 [ 260 ] {203abd01-cae1-459f-bb19-5c05f7537c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12114 | 2024.11.19 01:42:20.125940 [ 260 ] {203abd01-cae1-459f-bb19-5c05f7537c8c} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12115 | 2024.11.19 01:42:20.125986 [ 260 ] {203abd01-cae1-459f-bb19-5c05f7537c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12116 | 2024.11.19 01:42:20.126400 [ 260 ] {203abd01-cae1-459f-bb19-5c05f7537c8c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 12117 | 2024.11.19 01:42:20.126679 [ 260 ] {203abd01-cae1-459f-bb19-5c05f7537c8c} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12118 | 2024.11.19 01:42:20.126985 [ 260 ] {203abd01-cae1-459f-bb19-5c05f7537c8c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001894 sec., 1055.9662090813094 rows/sec., 86.11 KiB/sec. | ||
| 12119 | 2024.11.19 01:42:20.127081 [ 260 ] {203abd01-cae1-459f-bb19-5c05f7537c8c} <Debug> TCPHandler: Processed in 0.002264021 sec. | ||
| 12120 | 2024.11.19 01:42:20.127356 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12121 | 2024.11.19 01:42:20.127548 [ 257 ] {016213b0-5f88-4325-a8a9-ba52e35c66a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12122 | 2024.11.19 01:42:20.127619 [ 257 ] {016213b0-5f88-4325-a8a9-ba52e35c66a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12123 | 2024.11.19 01:42:20.128378 [ 257 ] {016213b0-5f88-4325-a8a9-ba52e35c66a5} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12124 | 2024.11.19 01:42:20.128420 [ 257 ] {016213b0-5f88-4325-a8a9-ba52e35c66a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12125 | 2024.11.19 01:42:20.128857 [ 257 ] {016213b0-5f88-4325-a8a9-ba52e35c66a5} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12126 | 2024.11.19 01:42:20.129137 [ 257 ] {016213b0-5f88-4325-a8a9-ba52e35c66a5} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12127 | 2024.11.19 01:42:20.129283 [ 65 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12128 | 2024.11.19 01:42:20.129326 [ 65 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12129 | 2024.11.19 01:42:20.129349 [ 257 ] {016213b0-5f88-4325-a8a9-ba52e35c66a5} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001848 sec., 30844.155844155845 rows/sec., 2.37 MiB/sec. | ||
| 12130 | 2024.11.19 01:42:20.129355 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12131 | 2024.11.19 01:42:20.129478 [ 257 ] {016213b0-5f88-4325-a8a9-ba52e35c66a5} <Debug> TCPHandler: Processed in 0.002283011 sec. | ||
| 12132 | 2024.11.19 01:42:20.129566 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 12133 | 2024.11.19 01:42:20.129653 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12134 | 2024.11.19 01:42:20.129708 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12135 | 2024.11.19 01:42:20.129752 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1435 rows starting from the beginning of the part | ||
| 12136 | 2024.11.19 01:42:20.129807 [ 260 ] {c44e9ccb-71e5-4f4e-9350-5c04813584c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12137 | 2024.11.19 01:42:20.129859 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 285 rows starting from the beginning of the part | ||
| 12138 | 2024.11.19 01:42:20.129895 [ 260 ] {c44e9ccb-71e5-4f4e-9350-5c04813584c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12139 | 2024.11.19 01:42:20.130126 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 57 rows starting from the beginning of the part | ||
| 12140 | 2024.11.19 01:42:20.130302 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 56 rows starting from the beginning of the part | ||
| 12141 | 2024.11.19 01:42:20.130498 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 285 rows starting from the beginning of the part | ||
| 12142 | 2024.11.19 01:42:20.130733 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 57 rows starting from the beginning of the part | ||
| 12143 | 2024.11.19 01:42:20.131529 [ 260 ] {c44e9ccb-71e5-4f4e-9350-5c04813584c8} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12144 | 2024.11.19 01:42:20.131573 [ 260 ] {c44e9ccb-71e5-4f4e-9350-5c04813584c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12145 | 2024.11.19 01:42:20.132091 [ 260 ] {c44e9ccb-71e5-4f4e-9350-5c04813584c8} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12146 | 2024.11.19 01:42:20.132373 [ 260 ] {c44e9ccb-71e5-4f4e-9350-5c04813584c8} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12147 | 2024.11.19 01:42:20.132777 [ 260 ] {c44e9ccb-71e5-4f4e-9350-5c04813584c8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003009 sec., 664.6726487205052 rows/sec., 46.41 KiB/sec. | ||
| 12148 | 2024.11.19 01:42:20.132786 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2175 rows, containing 5 columns (5 merged, 0 gathered) in 0.0033384 sec., 651509.705248023 rows/sec., 57.49 MiB/sec. | ||
| 12149 | 2024.11.19 01:42:20.132863 [ 260 ] {c44e9ccb-71e5-4f4e-9350-5c04813584c8} <Debug> TCPHandler: Processed in 0.003285018 sec. | ||
| 12150 | 2024.11.19 01:42:20.133034 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12151 | 2024.11.19 01:42:20.133043 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12152 | 2024.11.19 01:42:20.133240 [ 257 ] {19e02fe2-3865-4d81-9d5c-729ff62ce499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12153 | 2024.11.19 01:42:20.133339 [ 257 ] {19e02fe2-3865-4d81-9d5c-729ff62ce499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12154 | 2024.11.19 01:42:20.133549 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_116_23} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12155 | 2024.11.19 01:42:20.133753 [ 195 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_116_23} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12156 | 2024.11.19 01:42:20.133954 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 12157 | 2024.11.19 01:42:20.134432 [ 257 ] {19e02fe2-3865-4d81-9d5c-729ff62ce499} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12158 | 2024.11.19 01:42:20.134477 [ 257 ] {19e02fe2-3865-4d81-9d5c-729ff62ce499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12159 | 2024.11.19 01:42:20.134850 [ 257 ] {19e02fe2-3865-4d81-9d5c-729ff62ce499} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12160 | 2024.11.19 01:42:20.135093 [ 257 ] {19e02fe2-3865-4d81-9d5c-729ff62ce499} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12161 | 2024.11.19 01:42:20.135227 [ 65 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12162 | 2024.11.19 01:42:20.135267 [ 65 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12163 | 2024.11.19 01:42:20.135289 [ 257 ] {19e02fe2-3865-4d81-9d5c-729ff62ce499} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002116 sec., 31190.926275992442 rows/sec., 2.44 MiB/sec. | ||
| 12164 | 2024.11.19 01:42:20.135297 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12165 | 2024.11.19 01:42:20.135412 [ 257 ] {19e02fe2-3865-4d81-9d5c-729ff62ce499} <Debug> TCPHandler: Processed in 0.002456054 sec. | ||
| 12166 | 2024.11.19 01:42:20.135595 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 12167 | 2024.11.19 01:42:20.135647 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12168 | 2024.11.19 01:42:20.135887 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12169 | 2024.11.19 01:42:20.135905 [ 260 ] {1a05070b-23a7-4b41-85be-368c456c7981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12170 | 2024.11.19 01:42:20.135955 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 915 rows starting from the beginning of the part | ||
| 12171 | 2024.11.19 01:42:20.136027 [ 260 ] {1a05070b-23a7-4b41-85be-368c456c7981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12172 | 2024.11.19 01:42:20.136258 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 423 rows starting from the beginning of the part | ||
| 12173 | 2024.11.19 01:42:20.136636 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 66 rows starting from the beginning of the part | ||
| 12174 | 2024.11.19 01:42:20.136994 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part | ||
| 12175 | 2024.11.19 01:42:20.137360 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 423 rows starting from the beginning of the part | ||
| 12176 | 2024.11.19 01:42:20.137654 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 66 rows starting from the beginning of the part | ||
| 12177 | 2024.11.19 01:42:20.138733 [ 260 ] {1a05070b-23a7-4b41-85be-368c456c7981} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12178 | 2024.11.19 01:42:20.138801 [ 260 ] {1a05070b-23a7-4b41-85be-368c456c7981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12179 | 2024.11.19 01:42:20.139735 [ 260 ] {1a05070b-23a7-4b41-85be-368c456c7981} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12180 | 2024.11.19 01:42:20.140163 [ 260 ] {1a05070b-23a7-4b41-85be-368c456c7981} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12181 | 2024.11.19 01:42:20.140477 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12182 | 2024.11.19 01:42:20.140632 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12183 | 2024.11.19 01:42:20.140693 [ 260 ] {1a05070b-23a7-4b41-85be-368c456c7981} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.004848 sec., 26608.91089108911 rows/sec., 1.85 MiB/sec. | ||
| 12184 | 2024.11.19 01:42:20.140743 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12185 | 2024.11.19 01:42:20.141082 [ 260 ] {1a05070b-23a7-4b41-85be-368c456c7981} <Debug> TCPHandler: Processed in 0.005535039 sec. | ||
| 12186 | 2024.11.19 01:42:20.141192 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.005752953 sec., 340173.12500206416 rows/sec., 26.04 MiB/sec. | ||
| 12187 | 2024.11.19 01:42:20.141408 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 12188 | 2024.11.19 01:42:20.141480 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12189 | 2024.11.19 01:42:20.141543 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12190 | 2024.11.19 01:42:20.141781 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12191 | 2024.11.19 01:42:20.141869 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_111_22, total 20877 rows starting from the beginning of the part | ||
| 12192 | 2024.11.19 01:42:20.141964 [ 257 ] {2cedaadc-5347-4fab-b041-79bb89058493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12193 | 2024.11.19 01:42:20.142266 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 237 rows starting from the beginning of the part | ||
| 12194 | 2024.11.19 01:42:20.142458 [ 257 ] {2cedaadc-5347-4fab-b041-79bb89058493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12195 | 2024.11.19 01:42:20.142579 [ 196 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_116_23} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12196 | 2024.11.19 01:42:20.142637 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 129 rows starting from the beginning of the part | ||
| 12197 | 2024.11.19 01:42:20.143107 [ 196 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_116_23} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12198 | 2024.11.19 01:42:20.143176 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 12199 | 2024.11.19 01:42:20.143576 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 12200 | 2024.11.19 01:42:20.143599 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part | ||
| 12201 | 2024.11.19 01:42:20.143980 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 129 rows starting from the beginning of the part | ||
| 12202 | 2024.11.19 01:42:20.145282 [ 257 ] {2cedaadc-5347-4fab-b041-79bb89058493} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12203 | 2024.11.19 01:42:20.145341 [ 257 ] {2cedaadc-5347-4fab-b041-79bb89058493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12204 | 2024.11.19 01:42:20.145922 [ 257 ] {2cedaadc-5347-4fab-b041-79bb89058493} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12205 | 2024.11.19 01:42:20.146383 [ 257 ] {2cedaadc-5347-4fab-b041-79bb89058493} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12206 | 2024.11.19 01:42:20.146727 [ 65 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12207 | 2024.11.19 01:42:20.146834 [ 65 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12208 | 2024.11.19 01:42:20.146926 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12209 | 2024.11.19 01:42:20.147127 [ 257 ] {2cedaadc-5347-4fab-b041-79bb89058493} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005241 sec., 9158.557527189467 rows/sec., 632.04 KiB/sec. | ||
| 12210 | 2024.11.19 01:42:20.147451 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 12211 | 2024.11.19 01:42:20.147594 [ 257 ] {2cedaadc-5347-4fab-b041-79bb89058493} <Debug> TCPHandler: Processed in 0.006342103 sec. | ||
| 12212 | 2024.11.19 01:42:20.147789 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12213 | 2024.11.19 01:42:20.147833 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6856 rows starting from the beginning of the part | ||
| 12214 | 2024.11.19 01:42:20.147949 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 82 rows starting from the beginning of the part | ||
| 12215 | 2024.11.19 01:42:20.148155 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 48 rows starting from the beginning of the part | ||
| 12216 | 2024.11.19 01:42:20.148456 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 12217 | 2024.11.19 01:42:20.148598 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part | ||
| 12218 | 2024.11.19 01:42:20.148783 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 48 rows starting from the beginning of the part | ||
| 12219 | 2024.11.19 01:42:20.150826 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7176 rows, containing 4 columns (4 merged, 0 gathered) in 0.003748667 sec., 1914280.4628952106 rows/sec., 126.06 MiB/sec. | ||
| 12220 | 2024.11.19 01:42:20.151232 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12221 | 2024.11.19 01:42:20.151554 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_116_23} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12222 | 2024.11.19 01:42:20.151638 [ 188 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_116_23} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12223 | 2024.11.19 01:42:20.151717 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
| 12224 | 2024.11.19 01:42:20.157116 [ 188 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21769 rows, containing 5 columns (5 merged, 0 gathered) in 0.015955385 sec., 1364366.9519726413 rows/sec., 93.27 MiB/sec. | ||
| 12225 | 2024.11.19 01:42:20.157610 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 12226 | 2024.11.19 01:42:20.157978 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12227 | 2024.11.19 01:42:20.158078 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 12228 | 2024.11.19 01:42:20.158185 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 12229 | 2024.11.19 01:42:20.940003 [ 219 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12230 | 2024.11.19 01:42:20.940056 [ 219 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12231 | 2024.11.19 01:42:20.941901 [ 219 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12232 | 2024.11.19 01:42:25.126204 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12233 | 2024.11.19 01:42:25.126440 [ 260 ] {a0c491eb-11f8-4934-9f3c-18b74a88e713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12234 | 2024.11.19 01:42:25.126526 [ 260 ] {a0c491eb-11f8-4934-9f3c-18b74a88e713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12235 | 2024.11.19 01:42:25.127369 [ 260 ] {a0c491eb-11f8-4934-9f3c-18b74a88e713} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12236 | 2024.11.19 01:42:25.127424 [ 260 ] {a0c491eb-11f8-4934-9f3c-18b74a88e713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12237 | 2024.11.19 01:42:25.127868 [ 260 ] {a0c491eb-11f8-4934-9f3c-18b74a88e713} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12238 | 2024.11.19 01:42:25.128135 [ 260 ] {a0c491eb-11f8-4934-9f3c-18b74a88e713} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12239 | 2024.11.19 01:42:25.128345 [ 260 ] {a0c491eb-11f8-4934-9f3c-18b74a88e713} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001966 sec., 28484.231943031537 rows/sec., 2.19 MiB/sec. | ||
| 12240 | 2024.11.19 01:42:25.128390 [ 219 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12241 | 2024.11.19 01:42:25.128424 [ 260 ] {a0c491eb-11f8-4934-9f3c-18b74a88e713} <Debug> TCPHandler: Processed in 0.002364353 sec. | ||
| 12242 | 2024.11.19 01:42:25.128431 [ 219 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12243 | 2024.11.19 01:42:25.128695 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12244 | 2024.11.19 01:42:25.128968 [ 257 ] {8a9ed45d-aa0b-4885-8474-2ce1551f0994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12245 | 2024.11.19 01:42:25.129087 [ 257 ] {8a9ed45d-aa0b-4885-8474-2ce1551f0994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12246 | 2024.11.19 01:42:25.130492 [ 257 ] {8a9ed45d-aa0b-4885-8474-2ce1551f0994} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12247 | 2024.11.19 01:42:25.130568 [ 257 ] {8a9ed45d-aa0b-4885-8474-2ce1551f0994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12248 | 2024.11.19 01:42:25.131411 [ 257 ] {8a9ed45d-aa0b-4885-8474-2ce1551f0994} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12249 | 2024.11.19 01:42:25.131772 [ 219 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12250 | 2024.11.19 01:42:25.131820 [ 257 ] {8a9ed45d-aa0b-4885-8474-2ce1551f0994} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12251 | 2024.11.19 01:42:25.132449 [ 257 ] {8a9ed45d-aa0b-4885-8474-2ce1551f0994} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003558 sec., 17987.633501967397 rows/sec., 1.40 MiB/sec. | ||
| 12252 | 2024.11.19 01:42:25.132687 [ 257 ] {8a9ed45d-aa0b-4885-8474-2ce1551f0994} <Debug> TCPHandler: Processed in 0.004133494 sec. | ||
| 12253 | 2024.11.19 01:42:25.132881 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12254 | 2024.11.19 01:42:25.133022 [ 260 ] {6d2f577c-cb10-4bab-aef5-abbffc374d4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12255 | 2024.11.19 01:42:25.133085 [ 260 ] {6d2f577c-cb10-4bab-aef5-abbffc374d4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12256 | 2024.11.19 01:42:25.133680 [ 260 ] {6d2f577c-cb10-4bab-aef5-abbffc374d4b} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12257 | 2024.11.19 01:42:25.133718 [ 260 ] {6d2f577c-cb10-4bab-aef5-abbffc374d4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12258 | 2024.11.19 01:42:25.134133 [ 260 ] {6d2f577c-cb10-4bab-aef5-abbffc374d4b} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12259 | 2024.11.19 01:42:25.134381 [ 260 ] {6d2f577c-cb10-4bab-aef5-abbffc374d4b} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12260 | 2024.11.19 01:42:25.134558 [ 260 ] {6d2f577c-cb10-4bab-aef5-abbffc374d4b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
| 12261 | 2024.11.19 01:42:25.134610 [ 260 ] {6d2f577c-cb10-4bab-aef5-abbffc374d4b} <Debug> TCPHandler: Processed in 0.001798092 sec. | ||
| 12262 | 2024.11.19 01:42:25.134786 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12263 | 2024.11.19 01:42:25.134910 [ 257 ] {5a61a4d4-188e-40dd-8637-13646e6bed6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12264 | 2024.11.19 01:42:25.134964 [ 257 ] {5a61a4d4-188e-40dd-8637-13646e6bed6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12265 | 2024.11.19 01:42:25.135494 [ 257 ] {5a61a4d4-188e-40dd-8637-13646e6bed6e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12266 | 2024.11.19 01:42:25.135535 [ 257 ] {5a61a4d4-188e-40dd-8637-13646e6bed6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12267 | 2024.11.19 01:42:25.135921 [ 257 ] {5a61a4d4-188e-40dd-8637-13646e6bed6e} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 12268 | 2024.11.19 01:42:25.136178 [ 257 ] {5a61a4d4-188e-40dd-8637-13646e6bed6e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12269 | 2024.11.19 01:42:25.136415 [ 257 ] {5a61a4d4-188e-40dd-8637-13646e6bed6e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001525 sec., 39344.262295081964 rows/sec., 2.65 MiB/sec. | ||
| 12270 | 2024.11.19 01:42:25.136475 [ 257 ] {5a61a4d4-188e-40dd-8637-13646e6bed6e} <Debug> TCPHandler: Processed in 0.001750212 sec. | ||
| 12271 | 2024.11.19 01:42:25.136492 [ 218 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12272 | 2024.11.19 01:42:25.136563 [ 218 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12273 | 2024.11.19 01:42:25.138620 [ 218 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12274 | 2024.11.19 01:42:26.019771 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12275 | 2024.11.19 01:42:26.019830 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12276 | 2024.11.19 01:42:26.021746 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12277 | 2024.11.19 01:42:26.536927 [ 225 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12278 | 2024.11.19 01:42:26.536979 [ 225 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12279 | 2024.11.19 01:42:26.538721 [ 225 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 12280 | 2024.11.19 01:42:27.503119 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33113, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12281 | 2024.11.19 01:42:27.619458 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55329, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12282 | 2024.11.19 01:42:27.790979 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55847, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12283 | 2024.11.19 01:42:27.802392 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39967, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12284 | 2024.11.19 01:42:27.920333 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36483, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12285 | 2024.11.19 01:42:27.930607 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60907, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12286 | 2024.11.19 01:42:27.931762 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58713, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12287 | 2024.11.19 01:42:27.981106 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44972, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12288 | 2024.11.19 01:42:27.993472 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60052, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12289 | 2024.11.19 01:42:28.011060 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64660, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12290 | 2024.11.19 01:42:28.011846 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40645, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12291 | 2024.11.19 01:42:28.068467 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12292 | 2024.11.19 01:42:28.102890 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12293 | 2024.11.19 01:42:28.134262 [ 103 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 12294 | 2024.11.19 01:42:28.134343 [ 103 ] {} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12295 | 2024.11.19 01:42:28.134385 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12296 | 2024.11.19 01:42:28.134604 [ 197 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 12297 | 2024.11.19 01:42:28.134611 [ 222 ] {} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12298 | 2024.11.19 01:42:28.134728 [ 222 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12299 | 2024.11.19 01:42:28.134874 [ 197 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12300 | 2024.11.19 01:42:28.134930 [ 197 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 242 rows starting from the beginning of the part | ||
| 12301 | 2024.11.19 01:42:28.135225 [ 197 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 12302 | 2024.11.19 01:42:28.135299 [ 197 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 12303 | 2024.11.19 01:42:28.135699 [ 197 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 12304 | 2024.11.19 01:42:28.135935 [ 197 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 12305 | 2024.11.19 01:42:28.137838 [ 197 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.00335392 sec., 88851.25465127373 rows/sec., 6.37 MiB/sec. | ||
| 12306 | 2024.11.19 01:42:28.138004 [ 197 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 12307 | 2024.11.19 01:42:28.138475 [ 193 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_37_9} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12308 | 2024.11.19 01:42:28.138616 [ 193 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_37_9} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 12309 | 2024.11.19 01:42:28.138627 [ 222 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12310 | 2024.11.19 01:42:28.138828 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 12311 | 2024.11.19 01:42:28.177769 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12312 | 2024.11.19 01:42:28.258163 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12313 | 2024.11.19 01:42:28.383908 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54139, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12314 | 2024.11.19 01:42:28.719521 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12315 | 2024.11.19 01:42:28.719593 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12316 | 2024.11.19 01:42:29.002004 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001490097 sec. | ||
| 12317 | 2024.11.19 01:42:29.129930 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1784 | ||
| 12318 | 2024.11.19 01:42:29.132741 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12319 | 2024.11.19 01:42:29.132797 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12320 | 2024.11.19 01:42:29.134296 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12321 | 2024.11.19 01:42:29.134614 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12322 | 2024.11.19 01:42:29.135007 [ 219 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12323 | 2024.11.19 01:42:29.135106 [ 219 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12324 | 2024.11.19 01:42:29.135693 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1784 | ||
| 12325 | 2024.11.19 01:42:29.137342 [ 219 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 12326 | 2024.11.19 01:42:30.058156 [ 225 ] {} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12327 | 2024.11.19 01:42:30.058207 [ 225 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12328 | 2024.11.19 01:42:30.060103 [ 225 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12329 | 2024.11.19 01:42:30.133619 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12330 | 2024.11.19 01:42:30.133853 [ 260 ] {1d89493a-5181-4dee-a298-04e7fea138a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12331 | 2024.11.19 01:42:30.133930 [ 260 ] {1d89493a-5181-4dee-a298-04e7fea138a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12332 | 2024.11.19 01:42:30.134700 [ 260 ] {1d89493a-5181-4dee-a298-04e7fea138a3} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12333 | 2024.11.19 01:42:30.134756 [ 260 ] {1d89493a-5181-4dee-a298-04e7fea138a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12334 | 2024.11.19 01:42:30.135217 [ 260 ] {1d89493a-5181-4dee-a298-04e7fea138a3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12335 | 2024.11.19 01:42:30.135481 [ 260 ] {1d89493a-5181-4dee-a298-04e7fea138a3} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12336 | 2024.11.19 01:42:30.135691 [ 150 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 12337 | 2024.11.19 01:42:30.135754 [ 260 ] {1d89493a-5181-4dee-a298-04e7fea138a3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec. | ||
| 12338 | 2024.11.19 01:42:30.135775 [ 150 ] {} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12339 | 2024.11.19 01:42:30.135861 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12340 | 2024.11.19 01:42:30.135912 [ 260 ] {1d89493a-5181-4dee-a298-04e7fea138a3} <Debug> TCPHandler: Processed in 0.002437064 sec. | ||
| 12341 | 2024.11.19 01:42:30.136177 [ 197 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 12342 | 2024.11.19 01:42:30.136298 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12343 | 2024.11.19 01:42:30.136425 [ 197 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12344 | 2024.11.19 01:42:30.136505 [ 197 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 14 rows starting from the beginning of the part | ||
| 12345 | 2024.11.19 01:42:30.136661 [ 257 ] {30016869-7b1f-477e-86fc-7eb4f2ac05cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12346 | 2024.11.19 01:42:30.136815 [ 197 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 12347 | 2024.11.19 01:42:30.136897 [ 257 ] {30016869-7b1f-477e-86fc-7eb4f2ac05cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12348 | 2024.11.19 01:42:30.137179 [ 197 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 12349 | 2024.11.19 01:42:30.137491 [ 197 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 12350 | 2024.11.19 01:42:30.137767 [ 197 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 12351 | 2024.11.19 01:42:30.139222 [ 257 ] {30016869-7b1f-477e-86fc-7eb4f2ac05cd} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12352 | 2024.11.19 01:42:30.139274 [ 257 ] {30016869-7b1f-477e-86fc-7eb4f2ac05cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12353 | 2024.11.19 01:42:30.139537 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003528043 sec., 19841.02801468123 rows/sec., 1.47 MiB/sec. | ||
| 12354 | 2024.11.19 01:42:30.139810 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 12355 | 2024.11.19 01:42:30.139963 [ 257 ] {30016869-7b1f-477e-86fc-7eb4f2ac05cd} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12356 | 2024.11.19 01:42:30.140406 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_37_9} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12357 | 2024.11.19 01:42:30.140455 [ 257 ] {30016869-7b1f-477e-86fc-7eb4f2ac05cd} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12358 | 2024.11.19 01:42:30.140600 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_37_9} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 12359 | 2024.11.19 01:42:30.140842 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12360 | 2024.11.19 01:42:30.140906 [ 257 ] {30016869-7b1f-477e-86fc-7eb4f2ac05cd} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.004372 sec., 65187.55718206771 rows/sec., 5.76 MiB/sec. | ||
| 12361 | 2024.11.19 01:42:30.140974 [ 257 ] {30016869-7b1f-477e-86fc-7eb4f2ac05cd} <Debug> TCPHandler: Processed in 0.004876887 sec. | ||
| 12362 | 2024.11.19 01:42:30.141158 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12363 | 2024.11.19 01:42:30.141288 [ 260 ] {09f0c696-c2ac-4479-8f3b-c539469cc077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12364 | 2024.11.19 01:42:30.141342 [ 260 ] {09f0c696-c2ac-4479-8f3b-c539469cc077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12365 | 2024.11.19 01:42:30.141981 [ 260 ] {09f0c696-c2ac-4479-8f3b-c539469cc077} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12366 | 2024.11.19 01:42:30.142026 [ 260 ] {09f0c696-c2ac-4479-8f3b-c539469cc077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12367 | 2024.11.19 01:42:30.142422 [ 260 ] {09f0c696-c2ac-4479-8f3b-c539469cc077} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12368 | 2024.11.19 01:42:30.142683 [ 260 ] {09f0c696-c2ac-4479-8f3b-c539469cc077} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12369 | 2024.11.19 01:42:30.142865 [ 150 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12370 | 2024.11.19 01:42:30.142928 [ 150 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12371 | 2024.11.19 01:42:30.142944 [ 260 ] {09f0c696-c2ac-4479-8f3b-c539469cc077} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001678 sec., 28605.48271752086 rows/sec., 2.06 MiB/sec. | ||
| 12372 | 2024.11.19 01:42:30.142962 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12373 | 2024.11.19 01:42:30.143142 [ 260 ] {09f0c696-c2ac-4479-8f3b-c539469cc077} <Debug> TCPHandler: Processed in 0.002038496 sec. | ||
| 12374 | 2024.11.19 01:42:30.143460 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12375 | 2024.11.19 01:42:30.143473 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::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 | ||
| 12376 | 2024.11.19 01:42:30.143853 [ 257 ] {a2b626ed-49ac-4164-bbc3-b02d48712fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12377 | 2024.11.19 01:42:30.144069 [ 257 ] {a2b626ed-49ac-4164-bbc3-b02d48712fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12378 | 2024.11.19 01:42:30.144379 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12379 | 2024.11.19 01:42:30.144513 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 66 rows starting from the beginning of the part | ||
| 12380 | 2024.11.19 01:42:30.144771 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 48 rows starting from the beginning of the part | ||
| 12381 | 2024.11.19 01:42:30.145131 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 2 rows starting from the beginning of the part | ||
| 12382 | 2024.11.19 01:42:30.145532 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 48 rows starting from the beginning of the part | ||
| 12383 | 2024.11.19 01:42:30.145913 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 2 rows starting from the beginning of the part | ||
| 12384 | 2024.11.19 01:42:30.146210 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 48 rows starting from the beginning of the part | ||
| 12385 | 2024.11.19 01:42:30.147172 [ 257 ] {a2b626ed-49ac-4164-bbc3-b02d48712fb1} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12386 | 2024.11.19 01:42:30.147254 [ 257 ] {a2b626ed-49ac-4164-bbc3-b02d48712fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12387 | 2024.11.19 01:42:30.148288 [ 257 ] {a2b626ed-49ac-4164-bbc3-b02d48712fb1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12388 | 2024.11.19 01:42:30.148787 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 5 columns (5 merged, 0 gathered) in 0.005698942 sec., 37550.829610127636 rows/sec., 2.83 MiB/sec. | ||
| 12389 | 2024.11.19 01:42:30.148800 [ 257 ] {a2b626ed-49ac-4164-bbc3-b02d48712fb1} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12390 | 2024.11.19 01:42:30.149010 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12391 | 2024.11.19 01:42:30.149098 [ 257 ] {a2b626ed-49ac-4164-bbc3-b02d48712fb1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005411 sec., 2587.3221216041397 rows/sec., 181.20 KiB/sec. | ||
| 12392 | 2024.11.19 01:42:30.149174 [ 257 ] {a2b626ed-49ac-4164-bbc3-b02d48712fb1} <Debug> TCPHandler: Processed in 0.005894616 sec. | ||
| 12393 | 2024.11.19 01:42:30.149468 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12394 | 2024.11.19 01:42:30.149469 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_76_15} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12395 | 2024.11.19 01:42:30.149688 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_76_15} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12396 | 2024.11.19 01:42:30.149818 [ 260 ] {5a976fba-1e13-4dab-a915-a66b585ca6b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12397 | 2024.11.19 01:42:30.149861 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 12398 | 2024.11.19 01:42:30.149919 [ 260 ] {5a976fba-1e13-4dab-a915-a66b585ca6b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12399 | 2024.11.19 01:42:30.150517 [ 260 ] {5a976fba-1e13-4dab-a915-a66b585ca6b5} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12400 | 2024.11.19 01:42:30.150558 [ 260 ] {5a976fba-1e13-4dab-a915-a66b585ca6b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12401 | 2024.11.19 01:42:30.150921 [ 260 ] {5a976fba-1e13-4dab-a915-a66b585ca6b5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12402 | 2024.11.19 01:42:30.151180 [ 260 ] {5a976fba-1e13-4dab-a915-a66b585ca6b5} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12403 | 2024.11.19 01:42:30.151335 [ 150 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 12404 | 2024.11.19 01:42:30.151391 [ 150 ] {} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12405 | 2024.11.19 01:42:30.151429 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12406 | 2024.11.19 01:42:30.151425 [ 260 ] {5a976fba-1e13-4dab-a915-a66b585ca6b5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001711 sec., 7597.895967270601 rows/sec., 473.73 KiB/sec. | ||
| 12407 | 2024.11.19 01:42:30.151645 [ 260 ] {5a976fba-1e13-4dab-a915-a66b585ca6b5} <Debug> TCPHandler: Processed in 0.002336041 sec. | ||
| 12408 | 2024.11.19 01:42:30.151651 [ 186 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 12409 | 2024.11.19 01:42:30.151837 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12410 | 2024.11.19 01:42:30.151855 [ 186 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12411 | 2024.11.19 01:42:30.151902 [ 186 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 13 rows starting from the beginning of the part | ||
| 12412 | 2024.11.19 01:42:30.152153 [ 257 ] {b203b862-2e3f-48c1-b7e1-913d41c1905f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12413 | 2024.11.19 01:42:30.152180 [ 186 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part | ||
| 12414 | 2024.11.19 01:42:30.152363 [ 257 ] {b203b862-2e3f-48c1-b7e1-913d41c1905f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12415 | 2024.11.19 01:42:30.152444 [ 186 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 12416 | 2024.11.19 01:42:30.152823 [ 186 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 12417 | 2024.11.19 01:42:30.153101 [ 186 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 12418 | 2024.11.19 01:42:30.155136 [ 257 ] {b203b862-2e3f-48c1-b7e1-913d41c1905f} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12419 | 2024.11.19 01:42:30.155215 [ 257 ] {b203b862-2e3f-48c1-b7e1-913d41c1905f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12420 | 2024.11.19 01:42:30.155618 [ 186 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004119203 sec., 15779.751568446614 rows/sec., 1.02 MiB/sec. | ||
| 12421 | 2024.11.19 01:42:30.155839 [ 186 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 12422 | 2024.11.19 01:42:30.156116 [ 257 ] {b203b862-2e3f-48c1-b7e1-913d41c1905f} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12423 | 2024.11.19 01:42:30.156407 [ 190 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_37_9} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12424 | 2024.11.19 01:42:30.156591 [ 190 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_37_9} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 12425 | 2024.11.19 01:42:30.156647 [ 257 ] {b203b862-2e3f-48c1-b7e1-913d41c1905f} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12426 | 2024.11.19 01:42:30.156737 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12427 | 2024.11.19 01:42:30.156990 [ 257 ] {b203b862-2e3f-48c1-b7e1-913d41c1905f} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005004 sec., 84532.37410071943 rows/sec., 6.04 MiB/sec. | ||
| 12428 | 2024.11.19 01:42:30.157104 [ 257 ] {b203b862-2e3f-48c1-b7e1-913d41c1905f} <Debug> TCPHandler: Processed in 0.005358826 sec. | ||
| 12429 | 2024.11.19 01:42:30.157303 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12430 | 2024.11.19 01:42:30.157482 [ 260 ] {d815f91a-bad8-4fef-996d-2b2b53942e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12431 | 2024.11.19 01:42:30.157536 [ 260 ] {d815f91a-bad8-4fef-996d-2b2b53942e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12432 | 2024.11.19 01:42:30.158027 [ 260 ] {d815f91a-bad8-4fef-996d-2b2b53942e24} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12433 | 2024.11.19 01:42:30.158066 [ 260 ] {d815f91a-bad8-4fef-996d-2b2b53942e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12434 | 2024.11.19 01:42:30.158443 [ 260 ] {d815f91a-bad8-4fef-996d-2b2b53942e24} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12435 | 2024.11.19 01:42:30.158706 [ 260 ] {d815f91a-bad8-4fef-996d-2b2b53942e24} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12436 | 2024.11.19 01:42:30.158938 [ 260 ] {d815f91a-bad8-4fef-996d-2b2b53942e24} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 211.38 KiB/sec. | ||
| 12437 | 2024.11.19 01:42:30.158991 [ 260 ] {d815f91a-bad8-4fef-996d-2b2b53942e24} <Debug> TCPHandler: Processed in 0.001794052 sec. | ||
| 12438 | 2024.11.19 01:42:30.159166 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12439 | 2024.11.19 01:42:30.159314 [ 257 ] {5202ae7e-64e0-47f0-bb6e-8344557861e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12440 | 2024.11.19 01:42:30.159378 [ 257 ] {5202ae7e-64e0-47f0-bb6e-8344557861e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12441 | 2024.11.19 01:42:30.160050 [ 257 ] {5202ae7e-64e0-47f0-bb6e-8344557861e2} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12442 | 2024.11.19 01:42:30.160092 [ 257 ] {5202ae7e-64e0-47f0-bb6e-8344557861e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12443 | 2024.11.19 01:42:30.160497 [ 257 ] {5202ae7e-64e0-47f0-bb6e-8344557861e2} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12444 | 2024.11.19 01:42:30.160748 [ 257 ] {5202ae7e-64e0-47f0-bb6e-8344557861e2} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12445 | 2024.11.19 01:42:30.160954 [ 257 ] {5202ae7e-64e0-47f0-bb6e-8344557861e2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001673 sec., 141661.68559473997 rows/sec., 9.50 MiB/sec. | ||
| 12446 | 2024.11.19 01:42:30.161007 [ 257 ] {5202ae7e-64e0-47f0-bb6e-8344557861e2} <Debug> TCPHandler: Processed in 0.001910454 sec. | ||
| 12447 | 2024.11.19 01:42:30.161187 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12448 | 2024.11.19 01:42:30.161331 [ 260 ] {375a91be-acfd-46dc-9d7a-6cb207d4d8d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12449 | 2024.11.19 01:42:30.161393 [ 260 ] {375a91be-acfd-46dc-9d7a-6cb207d4d8d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12450 | 2024.11.19 01:42:30.161943 [ 260 ] {375a91be-acfd-46dc-9d7a-6cb207d4d8d5} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12451 | 2024.11.19 01:42:30.161982 [ 260 ] {375a91be-acfd-46dc-9d7a-6cb207d4d8d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12452 | 2024.11.19 01:42:30.162360 [ 260 ] {375a91be-acfd-46dc-9d7a-6cb207d4d8d5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12453 | 2024.11.19 01:42:30.162602 [ 260 ] {375a91be-acfd-46dc-9d7a-6cb207d4d8d5} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12454 | 2024.11.19 01:42:30.162817 [ 260 ] {375a91be-acfd-46dc-9d7a-6cb207d4d8d5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec. | ||
| 12455 | 2024.11.19 01:42:30.162872 [ 260 ] {375a91be-acfd-46dc-9d7a-6cb207d4d8d5} <Debug> TCPHandler: Processed in 0.001755702 sec. | ||
| 12456 | 2024.11.19 01:42:30.163027 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12457 | 2024.11.19 01:42:30.163146 [ 257 ] {1e884d69-211c-49a5-a12f-59918a2b0ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12458 | 2024.11.19 01:42:30.163228 [ 257 ] {1e884d69-211c-49a5-a12f-59918a2b0ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12459 | 2024.11.19 01:42:30.164422 [ 257 ] {1e884d69-211c-49a5-a12f-59918a2b0ca1} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12460 | 2024.11.19 01:42:30.164463 [ 257 ] {1e884d69-211c-49a5-a12f-59918a2b0ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12461 | 2024.11.19 01:42:30.165143 [ 257 ] {1e884d69-211c-49a5-a12f-59918a2b0ca1} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12462 | 2024.11.19 01:42:30.165406 [ 257 ] {1e884d69-211c-49a5-a12f-59918a2b0ca1} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12463 | 2024.11.19 01:42:30.165696 [ 257 ] {1e884d69-211c-49a5-a12f-59918a2b0ca1} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002571 sec., 15947.102294826916 rows/sec., 28.58 MiB/sec. | ||
| 12464 | 2024.11.19 01:42:30.166310 [ 257 ] {1e884d69-211c-49a5-a12f-59918a2b0ca1} <Debug> TCPHandler: Processed in 0.003336389 sec. | ||
| 12465 | 2024.11.19 01:42:30.166625 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12466 | 2024.11.19 01:42:30.166844 [ 260 ] {0845dd2c-4897-4591-ae51-5645b9d7c8d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12467 | 2024.11.19 01:42:30.166899 [ 260 ] {0845dd2c-4897-4591-ae51-5645b9d7c8d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12468 | 2024.11.19 01:42:30.167361 [ 260 ] {0845dd2c-4897-4591-ae51-5645b9d7c8d3} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12469 | 2024.11.19 01:42:30.167398 [ 260 ] {0845dd2c-4897-4591-ae51-5645b9d7c8d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12470 | 2024.11.19 01:42:30.167767 [ 260 ] {0845dd2c-4897-4591-ae51-5645b9d7c8d3} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 12471 | 2024.11.19 01:42:30.168011 [ 260 ] {0845dd2c-4897-4591-ae51-5645b9d7c8d3} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12472 | 2024.11.19 01:42:30.168238 [ 260 ] {0845dd2c-4897-4591-ae51-5645b9d7c8d3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001445 sec., 56747.40484429066 rows/sec., 3.60 MiB/sec. | ||
| 12473 | 2024.11.19 01:42:30.168327 [ 260 ] {0845dd2c-4897-4591-ae51-5645b9d7c8d3} <Debug> TCPHandler: Processed in 0.001868353 sec. | ||
| 12474 | 2024.11.19 01:42:30.830335 [ 223 ] {} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12475 | 2024.11.19 01:42:30.830410 [ 223 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12476 | 2024.11.19 01:42:30.832093 [ 223 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12477 | 2024.11.19 01:42:31.674919 [ 222 ] {} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12478 | 2024.11.19 01:42:31.675005 [ 222 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12479 | 2024.11.19 01:42:31.677061 [ 222 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12480 | 2024.11.19 01:42:32.272361 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40031, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12481 | 2024.11.19 01:42:32.539885 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36941, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12482 | 2024.11.19 01:42:32.584264 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50668, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12483 | 2024.11.19 01:42:32.595602 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62906, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12484 | 2024.11.19 01:42:32.841332 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65090, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12485 | 2024.11.19 01:42:32.858686 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62271, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12486 | 2024.11.19 01:42:32.895037 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40938, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12487 | 2024.11.19 01:42:32.960715 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58922, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12488 | 2024.11.19 01:42:33.471060 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55621, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12489 | 2024.11.19 01:42:33.916439 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52251, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12490 | 2024.11.19 01:42:34.023036 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53708, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12491 | 2024.11.19 01:42:34.128840 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65241, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12492 | 2024.11.19 01:42:34.154504 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12493 | 2024.11.19 01:42:34.192421 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40724, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12494 | 2024.11.19 01:42:34.206768 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33222, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12495 | 2024.11.19 01:42:34.208591 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34553, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12496 | 2024.11.19 01:42:35.124598 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12497 | 2024.11.19 01:42:35.124821 [ 260 ] {01ee97f7-2d67-404c-9d00-5f31eb17565d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12498 | 2024.11.19 01:42:35.124909 [ 260 ] {01ee97f7-2d67-404c-9d00-5f31eb17565d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12499 | 2024.11.19 01:42:35.125695 [ 260 ] {01ee97f7-2d67-404c-9d00-5f31eb17565d} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12500 | 2024.11.19 01:42:35.125751 [ 260 ] {01ee97f7-2d67-404c-9d00-5f31eb17565d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12501 | 2024.11.19 01:42:35.126183 [ 260 ] {01ee97f7-2d67-404c-9d00-5f31eb17565d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 12502 | 2024.11.19 01:42:35.126451 [ 260 ] {01ee97f7-2d67-404c-9d00-5f31eb17565d} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12503 | 2024.11.19 01:42:35.126692 [ 260 ] {01ee97f7-2d67-404c-9d00-5f31eb17565d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001931 sec., 2071.465561885034 rows/sec., 168.91 KiB/sec. | ||
| 12504 | 2024.11.19 01:42:35.126762 [ 260 ] {01ee97f7-2d67-404c-9d00-5f31eb17565d} <Debug> TCPHandler: Processed in 0.002309512 sec. | ||
| 12505 | 2024.11.19 01:42:35.127021 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12506 | 2024.11.19 01:42:35.127220 [ 257 ] {dc517f8d-514f-4a32-9d51-7289df52f009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12507 | 2024.11.19 01:42:35.127291 [ 257 ] {dc517f8d-514f-4a32-9d51-7289df52f009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12508 | 2024.11.19 01:42:35.128070 [ 257 ] {dc517f8d-514f-4a32-9d51-7289df52f009} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12509 | 2024.11.19 01:42:35.128114 [ 257 ] {dc517f8d-514f-4a32-9d51-7289df52f009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12510 | 2024.11.19 01:42:35.128541 [ 257 ] {dc517f8d-514f-4a32-9d51-7289df52f009} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12511 | 2024.11.19 01:42:35.128792 [ 257 ] {dc517f8d-514f-4a32-9d51-7289df52f009} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12512 | 2024.11.19 01:42:35.128978 [ 257 ] {dc517f8d-514f-4a32-9d51-7289df52f009} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001821 sec., 31850.63152114223 rows/sec., 2.44 MiB/sec. | ||
| 12513 | 2024.11.19 01:42:35.129033 [ 257 ] {dc517f8d-514f-4a32-9d51-7289df52f009} <Debug> TCPHandler: Processed in 0.002145128 sec. | ||
| 12514 | 2024.11.19 01:42:35.129193 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12515 | 2024.11.19 01:42:35.129323 [ 260 ] {2e2af1d4-2a86-4792-a153-a035d27180ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12516 | 2024.11.19 01:42:35.129379 [ 260 ] {2e2af1d4-2a86-4792-a153-a035d27180ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12517 | 2024.11.19 01:42:35.129981 [ 260 ] {2e2af1d4-2a86-4792-a153-a035d27180ca} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12518 | 2024.11.19 01:42:35.130025 [ 260 ] {2e2af1d4-2a86-4792-a153-a035d27180ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12519 | 2024.11.19 01:42:35.130391 [ 260 ] {2e2af1d4-2a86-4792-a153-a035d27180ca} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12520 | 2024.11.19 01:42:35.130634 [ 260 ] {2e2af1d4-2a86-4792-a153-a035d27180ca} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12521 | 2024.11.19 01:42:35.130847 [ 260 ] {2e2af1d4-2a86-4792-a153-a035d27180ca} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001556 sec., 2570.694087403599 rows/sec., 179.50 KiB/sec. | ||
| 12522 | 2024.11.19 01:42:35.130911 [ 260 ] {2e2af1d4-2a86-4792-a153-a035d27180ca} <Debug> TCPHandler: Processed in 0.001778822 sec. | ||
| 12523 | 2024.11.19 01:42:35.131113 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12524 | 2024.11.19 01:42:35.131252 [ 257 ] {e0f8f90a-11cb-467d-9ddf-e424707b36d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12525 | 2024.11.19 01:42:35.131303 [ 257 ] {e0f8f90a-11cb-467d-9ddf-e424707b36d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12526 | 2024.11.19 01:42:35.131949 [ 257 ] {e0f8f90a-11cb-467d-9ddf-e424707b36d3} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12527 | 2024.11.19 01:42:35.131989 [ 257 ] {e0f8f90a-11cb-467d-9ddf-e424707b36d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12528 | 2024.11.19 01:42:35.132382 [ 257 ] {e0f8f90a-11cb-467d-9ddf-e424707b36d3} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12529 | 2024.11.19 01:42:35.132634 [ 257 ] {e0f8f90a-11cb-467d-9ddf-e424707b36d3} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12530 | 2024.11.19 01:42:35.132833 [ 257 ] {e0f8f90a-11cb-467d-9ddf-e424707b36d3} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001601 sec., 42473.454091193 rows/sec., 3.32 MiB/sec. | ||
| 12531 | 2024.11.19 01:42:35.132928 [ 257 ] {e0f8f90a-11cb-467d-9ddf-e424707b36d3} <Debug> TCPHandler: Processed in 0.001913024 sec. | ||
| 12532 | 2024.11.19 01:42:35.133143 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12533 | 2024.11.19 01:42:35.133431 [ 260 ] {975231bb-3393-404d-be7f-c97debb01592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12534 | 2024.11.19 01:42:35.133499 [ 260 ] {975231bb-3393-404d-be7f-c97debb01592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12535 | 2024.11.19 01:42:35.134117 [ 260 ] {975231bb-3393-404d-be7f-c97debb01592} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12536 | 2024.11.19 01:42:35.134158 [ 260 ] {975231bb-3393-404d-be7f-c97debb01592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12537 | 2024.11.19 01:42:35.134563 [ 260 ] {975231bb-3393-404d-be7f-c97debb01592} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12538 | 2024.11.19 01:42:35.134806 [ 260 ] {975231bb-3393-404d-be7f-c97debb01592} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12539 | 2024.11.19 01:42:35.135014 [ 260 ] {975231bb-3393-404d-be7f-c97debb01592} <Debug> executeQuery: Read 130 rows, 9.27 KiB in 0.001663 sec., 78171.97835237523 rows/sec., 5.44 MiB/sec. | ||
| 12540 | 2024.11.19 01:42:35.135066 [ 260 ] {975231bb-3393-404d-be7f-c97debb01592} <Debug> TCPHandler: Processed in 0.002040576 sec. | ||
| 12541 | 2024.11.19 01:42:35.135211 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12542 | 2024.11.19 01:42:35.135336 [ 257 ] {e6677118-790e-4345-8776-56497b192c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12543 | 2024.11.19 01:42:35.135388 [ 257 ] {e6677118-790e-4345-8776-56497b192c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12544 | 2024.11.19 01:42:35.135891 [ 257 ] {e6677118-790e-4345-8776-56497b192c33} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12545 | 2024.11.19 01:42:35.135929 [ 257 ] {e6677118-790e-4345-8776-56497b192c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12546 | 2024.11.19 01:42:35.136327 [ 257 ] {e6677118-790e-4345-8776-56497b192c33} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 12547 | 2024.11.19 01:42:35.136576 [ 257 ] {e6677118-790e-4345-8776-56497b192c33} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12548 | 2024.11.19 01:42:35.136769 [ 257 ] {e6677118-790e-4345-8776-56497b192c33} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001457 sec., 32944.406314344546 rows/sec., 2.22 MiB/sec. | ||
| 12549 | 2024.11.19 01:42:35.136819 [ 257 ] {e6677118-790e-4345-8776-56497b192c33} <Debug> TCPHandler: Processed in 0.001665609 sec. | ||
| 12550 | 2024.11.19 01:42:39.136072 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1818 | ||
| 12551 | 2024.11.19 01:42:39.139576 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12552 | 2024.11.19 01:42:39.139631 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12553 | 2024.11.19 01:42:39.141166 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12554 | 2024.11.19 01:42:39.141485 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12555 | 2024.11.19 01:42:39.143957 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1818 | ||
| 12556 | 2024.11.19 01:42:40.126211 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12557 | 2024.11.19 01:42:40.126428 [ 260 ] {79dee125-e606-4c44-8874-372605858eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12558 | 2024.11.19 01:42:40.126514 [ 260 ] {79dee125-e606-4c44-8874-372605858eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12559 | 2024.11.19 01:42:40.127428 [ 260 ] {79dee125-e606-4c44-8874-372605858eb3} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12560 | 2024.11.19 01:42:40.127482 [ 260 ] {79dee125-e606-4c44-8874-372605858eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12561 | 2024.11.19 01:42:40.127927 [ 260 ] {79dee125-e606-4c44-8874-372605858eb3} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12562 | 2024.11.19 01:42:40.128184 [ 260 ] {79dee125-e606-4c44-8874-372605858eb3} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12563 | 2024.11.19 01:42:40.128434 [ 260 ] {79dee125-e606-4c44-8874-372605858eb3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002068 sec., 27079.303675048355 rows/sec., 2.08 MiB/sec. | ||
| 12564 | 2024.11.19 01:42:40.128502 [ 260 ] {79dee125-e606-4c44-8874-372605858eb3} <Debug> TCPHandler: Processed in 0.002434013 sec. | ||
| 12565 | 2024.11.19 01:42:40.128753 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12566 | 2024.11.19 01:42:40.128936 [ 257 ] {10f650a4-16c6-4251-96b7-99bf18cace87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12567 | 2024.11.19 01:42:40.129006 [ 257 ] {10f650a4-16c6-4251-96b7-99bf18cace87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12568 | 2024.11.19 01:42:40.129773 [ 257 ] {10f650a4-16c6-4251-96b7-99bf18cace87} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12569 | 2024.11.19 01:42:40.129817 [ 257 ] {10f650a4-16c6-4251-96b7-99bf18cace87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12570 | 2024.11.19 01:42:40.130253 [ 257 ] {10f650a4-16c6-4251-96b7-99bf18cace87} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12571 | 2024.11.19 01:42:40.130513 [ 257 ] {10f650a4-16c6-4251-96b7-99bf18cace87} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12572 | 2024.11.19 01:42:40.130741 [ 257 ] {10f650a4-16c6-4251-96b7-99bf18cace87} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001857 sec., 34464.189553042546 rows/sec., 2.69 MiB/sec. | ||
| 12573 | 2024.11.19 01:42:40.130796 [ 257 ] {10f650a4-16c6-4251-96b7-99bf18cace87} <Debug> TCPHandler: Processed in 0.002169718 sec. | ||
| 12574 | 2024.11.19 01:42:40.130977 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12575 | 2024.11.19 01:42:40.131129 [ 260 ] {b073b112-ea58-40a4-8ac8-c334b8980874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12576 | 2024.11.19 01:42:40.131196 [ 260 ] {b073b112-ea58-40a4-8ac8-c334b8980874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12577 | 2024.11.19 01:42:40.131791 [ 260 ] {b073b112-ea58-40a4-8ac8-c334b8980874} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12578 | 2024.11.19 01:42:40.131833 [ 260 ] {b073b112-ea58-40a4-8ac8-c334b8980874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12579 | 2024.11.19 01:42:40.132244 [ 260 ] {b073b112-ea58-40a4-8ac8-c334b8980874} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12580 | 2024.11.19 01:42:40.132493 [ 260 ] {b073b112-ea58-40a4-8ac8-c334b8980874} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12581 | 2024.11.19 01:42:40.132717 [ 260 ] {b073b112-ea58-40a4-8ac8-c334b8980874} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001628 sec., 98280.09828009827 rows/sec., 6.85 MiB/sec. | ||
| 12582 | 2024.11.19 01:42:40.132776 [ 260 ] {b073b112-ea58-40a4-8ac8-c334b8980874} <Debug> TCPHandler: Processed in 0.001870683 sec. | ||
| 12583 | 2024.11.19 01:42:40.132919 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12584 | 2024.11.19 01:42:40.133038 [ 257 ] {5742d9cc-aabf-4987-9119-33d13f7f75d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12585 | 2024.11.19 01:42:40.133093 [ 257 ] {5742d9cc-aabf-4987-9119-33d13f7f75d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12586 | 2024.11.19 01:42:40.133624 [ 257 ] {5742d9cc-aabf-4987-9119-33d13f7f75d0} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12587 | 2024.11.19 01:42:40.133665 [ 257 ] {5742d9cc-aabf-4987-9119-33d13f7f75d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12588 | 2024.11.19 01:42:40.134053 [ 257 ] {5742d9cc-aabf-4987-9119-33d13f7f75d0} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 12589 | 2024.11.19 01:42:40.134312 [ 257 ] {5742d9cc-aabf-4987-9119-33d13f7f75d0} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12590 | 2024.11.19 01:42:40.134532 [ 257 ] {5742d9cc-aabf-4987-9119-33d13f7f75d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001521 sec., 39447.731755424065 rows/sec., 2.66 MiB/sec. | ||
| 12591 | 2024.11.19 01:42:40.134581 [ 257 ] {5742d9cc-aabf-4987-9119-33d13f7f75d0} <Debug> TCPHandler: Processed in 0.001719471 sec. | ||
| 12592 | 2024.11.19 01:42:41.260288 [ 224 ] {} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12593 | 2024.11.19 01:42:41.260337 [ 224 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12594 | 2024.11.19 01:42:41.261982 [ 224 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 12595 | 2024.11.19 01:42:42.044546 [ 137 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 12596 | 2024.11.19 01:42:42.044621 [ 137 ] {} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12597 | 2024.11.19 01:42:42.044643 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12598 | 2024.11.19 01:42:42.044867 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 12599 | 2024.11.19 01:42:42.045142 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12600 | 2024.11.19 01:42:42.045184 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 33 rows starting from the beginning of the part | ||
| 12601 | 2024.11.19 01:42:42.045265 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 12602 | 2024.11.19 01:42:42.045352 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 12603 | 2024.11.19 01:42:42.045650 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 12604 | 2024.11.19 01:42:42.045769 [ 194 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 12605 | 2024.11.19 01:42:42.046916 [ 191 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.00218692 sec., 16918.7716057286 rows/sec., 1.11 MiB/sec. | ||
| 12606 | 2024.11.19 01:42:42.047088 [ 198 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 12607 | 2024.11.19 01:42:42.047430 [ 198 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_37_9} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12608 | 2024.11.19 01:42:42.047522 [ 198 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_37_9} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 12609 | 2024.11.19 01:42:42.047609 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12610 | 2024.11.19 01:42:42.540548 [ 137 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 12611 | 2024.11.19 01:42:42.540611 [ 137 ] {} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12612 | 2024.11.19 01:42:42.540633 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12613 | 2024.11.19 01:42:42.540789 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 12614 | 2024.11.19 01:42:42.540984 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12615 | 2024.11.19 01:42:42.541030 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 198 rows starting from the beginning of the part | ||
| 12616 | 2024.11.19 01:42:42.541119 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 12617 | 2024.11.19 01:42:42.541390 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 12618 | 2024.11.19 01:42:42.541594 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 12619 | 2024.11.19 01:42:42.541806 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 12620 | 2024.11.19 01:42:42.542966 [ 191 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 4 columns (4 merged, 0 gathered) in 0.00225603 sec., 98402.94676932487 rows/sec., 5.02 MiB/sec. | ||
| 12621 | 2024.11.19 01:42:42.543176 [ 198 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 12622 | 2024.11.19 01:42:42.543537 [ 198 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_37_9} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12623 | 2024.11.19 01:42:42.543629 [ 198 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_37_9} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 12624 | 2024.11.19 01:42:42.543734 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12625 | 2024.11.19 01:42:43.719861 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12626 | 2024.11.19 01:42:43.719913 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12627 | 2024.11.19 01:42:45.133270 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12628 | 2024.11.19 01:42:45.133482 [ 260 ] {214247ae-5ec5-47b1-a32e-14bc60f47955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12629 | 2024.11.19 01:42:45.133557 [ 260 ] {214247ae-5ec5-47b1-a32e-14bc60f47955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12630 | 2024.11.19 01:42:45.134325 [ 260 ] {214247ae-5ec5-47b1-a32e-14bc60f47955} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12631 | 2024.11.19 01:42:45.134376 [ 260 ] {214247ae-5ec5-47b1-a32e-14bc60f47955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12632 | 2024.11.19 01:42:45.134819 [ 260 ] {214247ae-5ec5-47b1-a32e-14bc60f47955} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12633 | 2024.11.19 01:42:45.135070 [ 260 ] {214247ae-5ec5-47b1-a32e-14bc60f47955} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12634 | 2024.11.19 01:42:45.135324 [ 260 ] {214247ae-5ec5-47b1-a32e-14bc60f47955} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001895 sec., 7387.862796833773 rows/sec., 531.83 KiB/sec. | ||
| 12635 | 2024.11.19 01:42:45.135425 [ 260 ] {214247ae-5ec5-47b1-a32e-14bc60f47955} <Debug> TCPHandler: Processed in 0.002298262 sec. | ||
| 12636 | 2024.11.19 01:42:45.135724 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12637 | 2024.11.19 01:42:45.135907 [ 257 ] {41d390e2-df13-4f3a-80ec-58093fb32367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12638 | 2024.11.19 01:42:45.135975 [ 257 ] {41d390e2-df13-4f3a-80ec-58093fb32367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12639 | 2024.11.19 01:42:45.136880 [ 257 ] {41d390e2-df13-4f3a-80ec-58093fb32367} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12640 | 2024.11.19 01:42:45.136924 [ 257 ] {41d390e2-df13-4f3a-80ec-58093fb32367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12641 | 2024.11.19 01:42:45.137380 [ 257 ] {41d390e2-df13-4f3a-80ec-58093fb32367} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12642 | 2024.11.19 01:42:45.137636 [ 257 ] {41d390e2-df13-4f3a-80ec-58093fb32367} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12643 | 2024.11.19 01:42:45.137830 [ 132 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 12644 | 2024.11.19 01:42:45.137900 [ 257 ] {41d390e2-df13-4f3a-80ec-58093fb32367} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002038 sec., 139842.98331697745 rows/sec., 12.36 MiB/sec. | ||
| 12645 | 2024.11.19 01:42:45.137910 [ 132 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12646 | 2024.11.19 01:42:45.137987 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12647 | 2024.11.19 01:42:45.138018 [ 257 ] {41d390e2-df13-4f3a-80ec-58093fb32367} <Debug> TCPHandler: Processed in 0.002467034 sec. | ||
| 12648 | 2024.11.19 01:42:45.138201 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 12649 | 2024.11.19 01:42:45.138232 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12650 | 2024.11.19 01:42:45.138340 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12651 | 2024.11.19 01:42:45.138389 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1435 rows starting from the beginning of the part | ||
| 12652 | 2024.11.19 01:42:45.138397 [ 260 ] {0656e8b9-834c-4599-a146-c56b5e58e783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12653 | 2024.11.19 01:42:45.138482 [ 260 ] {0656e8b9-834c-4599-a146-c56b5e58e783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12654 | 2024.11.19 01:42:45.138528 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 56 rows starting from the beginning of the part | ||
| 12655 | 2024.11.19 01:42:45.138979 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 285 rows starting from the beginning of the part | ||
| 12656 | 2024.11.19 01:42:45.139386 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 58 rows starting from the beginning of the part | ||
| 12657 | 2024.11.19 01:42:45.139616 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part | ||
| 12658 | 2024.11.19 01:42:45.139958 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 285 rows starting from the beginning of the part | ||
| 12659 | 2024.11.19 01:42:45.141045 [ 260 ] {0656e8b9-834c-4599-a146-c56b5e58e783} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12660 | 2024.11.19 01:42:45.141088 [ 260 ] {0656e8b9-834c-4599-a146-c56b5e58e783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12661 | 2024.11.19 01:42:45.141621 [ 260 ] {0656e8b9-834c-4599-a146-c56b5e58e783} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12662 | 2024.11.19 01:42:45.141886 [ 260 ] {0656e8b9-834c-4599-a146-c56b5e58e783} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12663 | 2024.11.19 01:42:45.142212 [ 260 ] {0656e8b9-834c-4599-a146-c56b5e58e783} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00385 sec., 12467.532467532466 rows/sec., 919.24 KiB/sec. | ||
| 12664 | 2024.11.19 01:42:45.142335 [ 260 ] {0656e8b9-834c-4599-a146-c56b5e58e783} <Debug> TCPHandler: Processed in 0.004186245 sec. | ||
| 12665 | 2024.11.19 01:42:45.142347 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2175 rows, containing 5 columns (5 merged, 0 gathered) in 0.004252237 sec., 511495.4787327235 rows/sec., 45.13 MiB/sec. | ||
| 12666 | 2024.11.19 01:42:45.142521 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12667 | 2024.11.19 01:42:45.142560 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 12668 | 2024.11.19 01:42:45.142727 [ 257 ] {5eac0450-42e1-4384-8ebb-b5709c970bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12669 | 2024.11.19 01:42:45.142819 [ 257 ] {5eac0450-42e1-4384-8ebb-b5709c970bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12670 | 2024.11.19 01:42:45.143029 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_121_24} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12671 | 2024.11.19 01:42:45.143226 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_121_24} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 12672 | 2024.11.19 01:42:45.143421 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 12673 | 2024.11.19 01:42:45.143859 [ 257 ] {5eac0450-42e1-4384-8ebb-b5709c970bd0} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12674 | 2024.11.19 01:42:45.143905 [ 257 ] {5eac0450-42e1-4384-8ebb-b5709c970bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12675 | 2024.11.19 01:42:45.144269 [ 257 ] {5eac0450-42e1-4384-8ebb-b5709c970bd0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12676 | 2024.11.19 01:42:45.144515 [ 257 ] {5eac0450-42e1-4384-8ebb-b5709c970bd0} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12677 | 2024.11.19 01:42:45.144768 [ 257 ] {5eac0450-42e1-4384-8ebb-b5709c970bd0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002105 sec., 6650.8313539192395 rows/sec., 465.78 KiB/sec. | ||
| 12678 | 2024.11.19 01:42:45.144974 [ 257 ] {5eac0450-42e1-4384-8ebb-b5709c970bd0} <Debug> TCPHandler: Processed in 0.002523805 sec. | ||
| 12679 | 2024.11.19 01:42:45.145202 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12680 | 2024.11.19 01:42:45.145339 [ 260 ] {16b2dc88-1b27-44ef-94c3-0227841eecf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12681 | 2024.11.19 01:42:45.145398 [ 260 ] {16b2dc88-1b27-44ef-94c3-0227841eecf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12682 | 2024.11.19 01:42:45.145985 [ 260 ] {16b2dc88-1b27-44ef-94c3-0227841eecf0} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12683 | 2024.11.19 01:42:45.146025 [ 260 ] {16b2dc88-1b27-44ef-94c3-0227841eecf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12684 | 2024.11.19 01:42:45.146383 [ 260 ] {16b2dc88-1b27-44ef-94c3-0227841eecf0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12685 | 2024.11.19 01:42:45.146622 [ 260 ] {16b2dc88-1b27-44ef-94c3-0227841eecf0} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12686 | 2024.11.19 01:42:45.146832 [ 260 ] {16b2dc88-1b27-44ef-94c3-0227841eecf0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001522 sec., 8541.392904073587 rows/sec., 532.55 KiB/sec. | ||
| 12687 | 2024.11.19 01:42:45.146882 [ 260 ] {16b2dc88-1b27-44ef-94c3-0227841eecf0} <Debug> TCPHandler: Processed in 0.001787302 sec. | ||
| 12688 | 2024.11.19 01:42:45.147030 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12689 | 2024.11.19 01:42:45.147148 [ 257 ] {c5ffd162-2d6c-46c9-adc2-c9344aec563e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12690 | 2024.11.19 01:42:45.147196 [ 257 ] {c5ffd162-2d6c-46c9-adc2-c9344aec563e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12691 | 2024.11.19 01:42:45.147932 [ 257 ] {c5ffd162-2d6c-46c9-adc2-c9344aec563e} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12692 | 2024.11.19 01:42:45.147972 [ 257 ] {c5ffd162-2d6c-46c9-adc2-c9344aec563e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12693 | 2024.11.19 01:42:45.148365 [ 257 ] {c5ffd162-2d6c-46c9-adc2-c9344aec563e} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12694 | 2024.11.19 01:42:45.148613 [ 257 ] {c5ffd162-2d6c-46c9-adc2-c9344aec563e} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12695 | 2024.11.19 01:42:45.148787 [ 132 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 12696 | 2024.11.19 01:42:45.148843 [ 132 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12697 | 2024.11.19 01:42:45.148855 [ 257 ] {c5ffd162-2d6c-46c9-adc2-c9344aec563e} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001723 sec., 245502.03134068486 rows/sec., 17.55 MiB/sec. | ||
| 12698 | 2024.11.19 01:42:45.148884 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12699 | 2024.11.19 01:42:45.148983 [ 257 ] {c5ffd162-2d6c-46c9-adc2-c9344aec563e} <Debug> TCPHandler: Processed in 0.002007976 sec. | ||
| 12700 | 2024.11.19 01:42:45.149235 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 12701 | 2024.11.19 01:42:45.149253 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12702 | 2024.11.19 01:42:45.149724 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12703 | 2024.11.19 01:42:45.149750 [ 260 ] {420d307e-f337-426d-986c-7694220e539e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12704 | 2024.11.19 01:42:45.149830 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 915 rows starting from the beginning of the part | ||
| 12705 | 2024.11.19 01:42:45.150048 [ 260 ] {420d307e-f337-426d-986c-7694220e539e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12706 | 2024.11.19 01:42:45.150402 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 64 rows starting from the beginning of the part | ||
| 12707 | 2024.11.19 01:42:45.150959 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 423 rows starting from the beginning of the part | ||
| 12708 | 2024.11.19 01:42:45.151628 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 68 rows starting from the beginning of the part | ||
| 12709 | 2024.11.19 01:42:45.152061 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
| 12710 | 2024.11.19 01:42:45.152430 [ 198 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 423 rows starting from the beginning of the part | ||
| 12711 | 2024.11.19 01:42:45.153180 [ 260 ] {420d307e-f337-426d-986c-7694220e539e} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12712 | 2024.11.19 01:42:45.153251 [ 260 ] {420d307e-f337-426d-986c-7694220e539e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12713 | 2024.11.19 01:42:45.154172 [ 260 ] {420d307e-f337-426d-986c-7694220e539e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12714 | 2024.11.19 01:42:45.154725 [ 260 ] {420d307e-f337-426d-986c-7694220e539e} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12715 | 2024.11.19 01:42:45.155145 [ 260 ] {420d307e-f337-426d-986c-7694220e539e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005595 sec., 1072.3860589812332 rows/sec., 56.03 KiB/sec. | ||
| 12716 | 2024.11.19 01:42:45.155432 [ 260 ] {420d307e-f337-426d-986c-7694220e539e} <Debug> TCPHandler: Processed in 0.006316553 sec. | ||
| 12717 | 2024.11.19 01:42:45.155791 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12718 | 2024.11.19 01:42:45.156287 [ 257 ] {966673bc-4765-4b87-b496-e323a6e552da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12719 | 2024.11.19 01:42:45.156314 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.00730623 sec., 267853.59891489864 rows/sec., 20.51 MiB/sec. | ||
| 12720 | 2024.11.19 01:42:45.156377 [ 257 ] {966673bc-4765-4b87-b496-e323a6e552da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12721 | 2024.11.19 01:42:45.156588 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 12722 | 2024.11.19 01:42:45.157188 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_121_24} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12723 | 2024.11.19 01:42:45.157437 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_121_24} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 12724 | 2024.11.19 01:42:45.157613 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 12725 | 2024.11.19 01:42:45.157742 [ 257 ] {966673bc-4765-4b87-b496-e323a6e552da} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12726 | 2024.11.19 01:42:45.157788 [ 257 ] {966673bc-4765-4b87-b496-e323a6e552da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12727 | 2024.11.19 01:42:45.158198 [ 257 ] {966673bc-4765-4b87-b496-e323a6e552da} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12728 | 2024.11.19 01:42:45.158442 [ 257 ] {966673bc-4765-4b87-b496-e323a6e552da} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12729 | 2024.11.19 01:42:45.158618 [ 133 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 12730 | 2024.11.19 01:42:45.158645 [ 257 ] {966673bc-4765-4b87-b496-e323a6e552da} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002483 sec., 95449.0535642368 rows/sec., 6.40 MiB/sec. | ||
| 12731 | 2024.11.19 01:42:45.158664 [ 133 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12732 | 2024.11.19 01:42:45.158706 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12733 | 2024.11.19 01:42:45.158720 [ 257 ] {966673bc-4765-4b87-b496-e323a6e552da} <Debug> TCPHandler: Processed in 0.003164526 sec. | ||
| 12734 | 2024.11.19 01:42:45.158936 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12735 | 2024.11.19 01:42:45.158946 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 12736 | 2024.11.19 01:42:45.159199 [ 260 ] {e50d6da7-9bb3-4c75-9bfe-612de960712a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12737 | 2024.11.19 01:42:45.159224 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12738 | 2024.11.19 01:42:45.159302 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_116_23, total 21769 rows starting from the beginning of the part | ||
| 12739 | 2024.11.19 01:42:45.159322 [ 260 ] {e50d6da7-9bb3-4c75-9bfe-612de960712a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12740 | 2024.11.19 01:42:45.159677 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part | ||
| 12741 | 2024.11.19 01:42:45.160128 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 237 rows starting from the beginning of the part | ||
| 12742 | 2024.11.19 01:42:45.160487 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 130 rows starting from the beginning of the part | ||
| 12743 | 2024.11.19 01:42:45.160744 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part | ||
| 12744 | 2024.11.19 01:42:45.161132 [ 198 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 237 rows starting from the beginning of the part | ||
| 12745 | 2024.11.19 01:42:45.161766 [ 260 ] {e50d6da7-9bb3-4c75-9bfe-612de960712a} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12746 | 2024.11.19 01:42:45.161844 [ 260 ] {e50d6da7-9bb3-4c75-9bfe-612de960712a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12747 | 2024.11.19 01:42:45.162679 [ 260 ] {e50d6da7-9bb3-4c75-9bfe-612de960712a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12748 | 2024.11.19 01:42:45.162979 [ 260 ] {e50d6da7-9bb3-4c75-9bfe-612de960712a} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12749 | 2024.11.19 01:42:45.163398 [ 260 ] {e50d6da7-9bb3-4c75-9bfe-612de960712a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004274 sec., 233.97285914833878 rows/sec., 15.77 KiB/sec. | ||
| 12750 | 2024.11.19 01:42:45.163690 [ 260 ] {e50d6da7-9bb3-4c75-9bfe-612de960712a} <Debug> TCPHandler: Processed in 0.004864527 sec. | ||
| 12751 | 2024.11.19 01:42:45.163993 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12752 | 2024.11.19 01:42:45.164416 [ 257 ] {d38d33d0-985c-4eb4-a0b2-a1165c962f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12753 | 2024.11.19 01:42:45.164638 [ 257 ] {d38d33d0-985c-4eb4-a0b2-a1165c962f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12754 | 2024.11.19 01:42:45.166707 [ 257 ] {d38d33d0-985c-4eb4-a0b2-a1165c962f6c} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12755 | 2024.11.19 01:42:45.166747 [ 257 ] {d38d33d0-985c-4eb4-a0b2-a1165c962f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12756 | 2024.11.19 01:42:45.167434 [ 257 ] {d38d33d0-985c-4eb4-a0b2-a1165c962f6c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12757 | 2024.11.19 01:42:45.167693 [ 257 ] {d38d33d0-985c-4eb4-a0b2-a1165c962f6c} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12758 | 2024.11.19 01:42:45.167923 [ 257 ] {d38d33d0-985c-4eb4-a0b2-a1165c962f6c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003657 sec., 11211.375444353294 rows/sec., 20.09 MiB/sec. | ||
| 12759 | 2024.11.19 01:42:45.168431 [ 257 ] {d38d33d0-985c-4eb4-a0b2-a1165c962f6c} <Debug> TCPHandler: Processed in 0.004624913 sec. | ||
| 12760 | 2024.11.19 01:42:45.168562 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12761 | 2024.11.19 01:42:45.168673 [ 260 ] {a9c2d48b-bb38-42d6-9967-72e25435489b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12762 | 2024.11.19 01:42:45.168721 [ 260 ] {a9c2d48b-bb38-42d6-9967-72e25435489b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12763 | 2024.11.19 01:42:45.169196 [ 260 ] {a9c2d48b-bb38-42d6-9967-72e25435489b} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12764 | 2024.11.19 01:42:45.169234 [ 260 ] {a9c2d48b-bb38-42d6-9967-72e25435489b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12765 | 2024.11.19 01:42:45.169678 [ 260 ] {a9c2d48b-bb38-42d6-9967-72e25435489b} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 12766 | 2024.11.19 01:42:45.169924 [ 260 ] {a9c2d48b-bb38-42d6-9967-72e25435489b} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12767 | 2024.11.19 01:42:45.170093 [ 133 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 12768 | 2024.11.19 01:42:45.170143 [ 133 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12769 | 2024.11.19 01:42:45.170161 [ 260 ] {a9c2d48b-bb38-42d6-9967-72e25435489b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001481 sec., 55367.99459824443 rows/sec., 3.52 MiB/sec. | ||
| 12770 | 2024.11.19 01:42:45.170177 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12771 | 2024.11.19 01:42:45.170307 [ 260 ] {a9c2d48b-bb38-42d6-9967-72e25435489b} <Debug> TCPHandler: Processed in 0.001784301 sec. | ||
| 12772 | 2024.11.19 01:42:45.170368 [ 191 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 12773 | 2024.11.19 01:42:45.170463 [ 191 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12774 | 2024.11.19 01:42:45.170489 [ 191 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7176 rows starting from the beginning of the part | ||
| 12775 | 2024.11.19 01:42:45.170564 [ 191 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part | ||
| 12776 | 2024.11.19 01:42:45.170770 [ 191 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 82 rows starting from the beginning of the part | ||
| 12777 | 2024.11.19 01:42:45.170970 [ 191 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 48 rows starting from the beginning of the part | ||
| 12778 | 2024.11.19 01:42:45.171135 [ 191 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part | ||
| 12779 | 2024.11.19 01:42:45.171222 [ 191 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 82 rows starting from the beginning of the part | ||
| 12780 | 2024.11.19 01:42:45.173348 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7508 rows, containing 4 columns (4 merged, 0 gathered) in 0.003040755 sec., 2469123.622258288 rows/sec., 162.56 MiB/sec. | ||
| 12781 | 2024.11.19 01:42:45.173943 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 12782 | 2024.11.19 01:42:45.174392 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_121_24} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12783 | 2024.11.19 01:42:45.174504 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_121_24} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 12784 | 2024.11.19 01:42:45.174605 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 12785 | 2024.11.19 01:42:45.176439 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22693 rows, containing 5 columns (5 merged, 0 gathered) in 0.017626295 sec., 1287451.5035632842 rows/sec., 88.01 MiB/sec. | ||
| 12786 | 2024.11.19 01:42:45.176983 [ 191 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 12787 | 2024.11.19 01:42:45.177338 [ 191 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_121_24} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12788 | 2024.11.19 01:42:45.177437 [ 191 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_121_24} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 12789 | 2024.11.19 01:42:45.177530 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 12790 | 2024.11.19 01:42:49.144294 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1848 | ||
| 12791 | 2024.11.19 01:42:49.147304 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12792 | 2024.11.19 01:42:49.147345 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12793 | 2024.11.19 01:42:49.148834 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12794 | 2024.11.19 01:42:49.149147 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12795 | 2024.11.19 01:42:49.149338 [ 130 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12796 | 2024.11.19 01:42:49.149402 [ 130 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12797 | 2024.11.19 01:42:49.149450 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12798 | 2024.11.19 01:42:49.150353 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 12799 | 2024.11.19 01:42:49.151642 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1848 | ||
| 12800 | 2024.11.19 01:42:49.152089 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12801 | 2024.11.19 01:42:49.152271 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1700 rows starting from the beginning of the part | ||
| 12802 | 2024.11.19 01:42:49.152797 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 34 rows starting from the beginning of the part | ||
| 12803 | 2024.11.19 01:42:49.153316 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 30 rows starting from the beginning of the part | ||
| 12804 | 2024.11.19 01:42:49.153821 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 20 rows starting from the beginning of the part | ||
| 12805 | 2024.11.19 01:42:49.154322 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 34 rows starting from the beginning of the part | ||
| 12806 | 2024.11.19 01:42:49.154771 [ 195 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 12807 | 2024.11.19 01:42:49.163405 [ 199 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 72 columns (72 merged, 0 gathered) in 0.013781507 sec., 134092.73746332675 rows/sec., 102.42 MiB/sec. | ||
| 12808 | 2024.11.19 01:42:49.165207 [ 200 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12809 | 2024.11.19 01:42:49.166064 [ 200 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_61_12} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12810 | 2024.11.19 01:42:49.166166 [ 200 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_61_12} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12811 | 2024.11.19 01:42:49.166518 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 12812 | 2024.11.19 01:42:50.069190 [ 222 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12813 | 2024.11.19 01:42:50.069274 [ 222 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12814 | 2024.11.19 01:42:50.071621 [ 222 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12815 | 2024.11.19 01:42:50.125121 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12816 | 2024.11.19 01:42:50.125349 [ 260 ] {e82bd484-f858-43d4-81ab-807a9b9cca2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12817 | 2024.11.19 01:42:50.125437 [ 260 ] {e82bd484-f858-43d4-81ab-807a9b9cca2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12818 | 2024.11.19 01:42:50.126248 [ 260 ] {e82bd484-f858-43d4-81ab-807a9b9cca2e} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12819 | 2024.11.19 01:42:50.126304 [ 260 ] {e82bd484-f858-43d4-81ab-807a9b9cca2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12820 | 2024.11.19 01:42:50.126749 [ 260 ] {e82bd484-f858-43d4-81ab-807a9b9cca2e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 12821 | 2024.11.19 01:42:50.127042 [ 260 ] {e82bd484-f858-43d4-81ab-807a9b9cca2e} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12822 | 2024.11.19 01:42:50.127341 [ 260 ] {e82bd484-f858-43d4-81ab-807a9b9cca2e} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002055 sec., 4866.1800486618 rows/sec., 396.80 KiB/sec. | ||
| 12823 | 2024.11.19 01:42:50.127407 [ 260 ] {e82bd484-f858-43d4-81ab-807a9b9cca2e} <Debug> TCPHandler: Processed in 0.002431134 sec. | ||
| 12824 | 2024.11.19 01:42:50.127690 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12825 | 2024.11.19 01:42:50.127874 [ 257 ] {5b2d73c2-3343-4f40-add2-6146cf433881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12826 | 2024.11.19 01:42:50.127941 [ 257 ] {5b2d73c2-3343-4f40-add2-6146cf433881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12827 | 2024.11.19 01:42:50.128680 [ 257 ] {5b2d73c2-3343-4f40-add2-6146cf433881} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12828 | 2024.11.19 01:42:50.128722 [ 257 ] {5b2d73c2-3343-4f40-add2-6146cf433881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12829 | 2024.11.19 01:42:50.129161 [ 257 ] {5b2d73c2-3343-4f40-add2-6146cf433881} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 12830 | 2024.11.19 01:42:50.129415 [ 257 ] {5b2d73c2-3343-4f40-add2-6146cf433881} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12831 | 2024.11.19 01:42:50.129607 [ 257 ] {5b2d73c2-3343-4f40-add2-6146cf433881} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001787 sec., 34135.422495803025 rows/sec., 2.61 MiB/sec. | ||
| 12832 | 2024.11.19 01:42:50.129660 [ 257 ] {5b2d73c2-3343-4f40-add2-6146cf433881} <Debug> TCPHandler: Processed in 0.002099598 sec. | ||
| 12833 | 2024.11.19 01:42:50.129823 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12834 | 2024.11.19 01:42:50.129956 [ 260 ] {141cb706-8d14-42fd-a7b7-0521cfb82cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12835 | 2024.11.19 01:42:50.130011 [ 260 ] {141cb706-8d14-42fd-a7b7-0521cfb82cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12836 | 2024.11.19 01:42:50.130610 [ 260 ] {141cb706-8d14-42fd-a7b7-0521cfb82cb3} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12837 | 2024.11.19 01:42:50.130653 [ 260 ] {141cb706-8d14-42fd-a7b7-0521cfb82cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12838 | 2024.11.19 01:42:50.131023 [ 260 ] {141cb706-8d14-42fd-a7b7-0521cfb82cb3} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12839 | 2024.11.19 01:42:50.131273 [ 260 ] {141cb706-8d14-42fd-a7b7-0521cfb82cb3} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12840 | 2024.11.19 01:42:50.131483 [ 260 ] {141cb706-8d14-42fd-a7b7-0521cfb82cb3} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.00156 sec., 6410.25641025641 rows/sec., 447.59 KiB/sec. | ||
| 12841 | 2024.11.19 01:42:50.131538 [ 260 ] {141cb706-8d14-42fd-a7b7-0521cfb82cb3} <Debug> TCPHandler: Processed in 0.001785603 sec. | ||
| 12842 | 2024.11.19 01:42:50.131685 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12843 | 2024.11.19 01:42:50.131826 [ 257 ] {80080814-01c2-456a-803b-48a9a8a31e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12844 | 2024.11.19 01:42:50.131884 [ 257 ] {80080814-01c2-456a-803b-48a9a8a31e2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12845 | 2024.11.19 01:42:50.132593 [ 257 ] {80080814-01c2-456a-803b-48a9a8a31e2e} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12846 | 2024.11.19 01:42:50.132639 [ 257 ] {80080814-01c2-456a-803b-48a9a8a31e2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12847 | 2024.11.19 01:42:50.133014 [ 257 ] {80080814-01c2-456a-803b-48a9a8a31e2e} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 12848 | 2024.11.19 01:42:50.133271 [ 257 ] {80080814-01c2-456a-803b-48a9a8a31e2e} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12849 | 2024.11.19 01:42:50.133442 [ 257 ] {80080814-01c2-456a-803b-48a9a8a31e2e} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001648 sec., 44902.912621359224 rows/sec., 3.51 MiB/sec. | ||
| 12850 | 2024.11.19 01:42:50.133492 [ 257 ] {80080814-01c2-456a-803b-48a9a8a31e2e} <Debug> TCPHandler: Processed in 0.001864463 sec. | ||
| 12851 | 2024.11.19 01:42:50.133626 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12852 | 2024.11.19 01:42:50.133761 [ 260 ] {480a8996-e22a-4e87-88cf-21ee651cede2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12853 | 2024.11.19 01:42:50.133825 [ 260 ] {480a8996-e22a-4e87-88cf-21ee651cede2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12854 | 2024.11.19 01:42:50.134494 [ 260 ] {480a8996-e22a-4e87-88cf-21ee651cede2} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12855 | 2024.11.19 01:42:50.134557 [ 260 ] {480a8996-e22a-4e87-88cf-21ee651cede2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12856 | 2024.11.19 01:42:50.134987 [ 260 ] {480a8996-e22a-4e87-88cf-21ee651cede2} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 12857 | 2024.11.19 01:42:50.135245 [ 260 ] {480a8996-e22a-4e87-88cf-21ee651cede2} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12858 | 2024.11.19 01:42:50.135457 [ 260 ] {480a8996-e22a-4e87-88cf-21ee651cede2} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.00173 sec., 76878.612716763 rows/sec., 5.35 MiB/sec. | ||
| 12859 | 2024.11.19 01:42:50.135514 [ 260 ] {480a8996-e22a-4e87-88cf-21ee651cede2} <Debug> TCPHandler: Processed in 0.001943684 sec. | ||
| 12860 | 2024.11.19 01:42:50.135662 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12861 | 2024.11.19 01:42:50.135801 [ 257 ] {989f7fba-4c4b-421d-872c-200adf1b7d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12862 | 2024.11.19 01:42:50.135861 [ 257 ] {989f7fba-4c4b-421d-872c-200adf1b7d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12863 | 2024.11.19 01:42:50.136450 [ 257 ] {989f7fba-4c4b-421d-872c-200adf1b7d62} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12864 | 2024.11.19 01:42:50.136496 [ 257 ] {989f7fba-4c4b-421d-872c-200adf1b7d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 12865 | 2024.11.19 01:42:50.136912 [ 257 ] {989f7fba-4c4b-421d-872c-200adf1b7d62} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 12866 | 2024.11.19 01:42:50.137176 [ 257 ] {989f7fba-4c4b-421d-872c-200adf1b7d62} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12867 | 2024.11.19 01:42:50.137345 [ 257 ] {989f7fba-4c4b-421d-872c-200adf1b7d62} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001576 sec., 30456.852791878173 rows/sec., 2.05 MiB/sec. | ||
| 12868 | 2024.11.19 01:42:50.137392 [ 257 ] {989f7fba-4c4b-421d-872c-200adf1b7d62} <Debug> TCPHandler: Processed in 0.001786392 sec. | ||
| 12869 | 2024.11.19 01:42:50.801653 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12870 | 2024.11.19 01:42:50.801714 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12871 | 2024.11.19 01:42:50.803651 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12872 | 2024.11.19 01:42:51.182682 [ 224 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12873 | 2024.11.19 01:42:51.182772 [ 224 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12874 | 2024.11.19 01:42:51.184789 [ 224 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12875 | 2024.11.19 01:42:51.691865 [ 223 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12876 | 2024.11.19 01:42:51.691926 [ 223 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12877 | 2024.11.19 01:42:51.693886 [ 223 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 12878 | 2024.11.19 01:42:55.126608 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12879 | 2024.11.19 01:42:55.126952 [ 260 ] {6d0e1f18-4199-4e6f-8585-1a14a52fa5f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12880 | 2024.11.19 01:42:55.127042 [ 260 ] {6d0e1f18-4199-4e6f-8585-1a14a52fa5f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12881 | 2024.11.19 01:42:55.127839 [ 260 ] {6d0e1f18-4199-4e6f-8585-1a14a52fa5f7} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12882 | 2024.11.19 01:42:55.127898 [ 260 ] {6d0e1f18-4199-4e6f-8585-1a14a52fa5f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 12883 | 2024.11.19 01:42:55.128353 [ 260 ] {6d0e1f18-4199-4e6f-8585-1a14a52fa5f7} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 12884 | 2024.11.19 01:42:55.128621 [ 260 ] {6d0e1f18-4199-4e6f-8585-1a14a52fa5f7} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12885 | 2024.11.19 01:42:55.128846 [ 260 ] {6d0e1f18-4199-4e6f-8585-1a14a52fa5f7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002007 sec., 27902.341803687093 rows/sec., 2.14 MiB/sec. | ||
| 12886 | 2024.11.19 01:42:55.128910 [ 260 ] {6d0e1f18-4199-4e6f-8585-1a14a52fa5f7} <Debug> TCPHandler: Processed in 0.002522576 sec. | ||
| 12887 | 2024.11.19 01:42:55.129203 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12888 | 2024.11.19 01:42:55.129558 [ 257 ] {b097dccf-582e-48bc-b8a3-32238fc88012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12889 | 2024.11.19 01:42:55.129674 [ 257 ] {b097dccf-582e-48bc-b8a3-32238fc88012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12890 | 2024.11.19 01:42:55.130544 [ 257 ] {b097dccf-582e-48bc-b8a3-32238fc88012} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12891 | 2024.11.19 01:42:55.130589 [ 257 ] {b097dccf-582e-48bc-b8a3-32238fc88012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 12892 | 2024.11.19 01:42:55.131034 [ 257 ] {b097dccf-582e-48bc-b8a3-32238fc88012} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 12893 | 2024.11.19 01:42:55.131295 [ 257 ] {b097dccf-582e-48bc-b8a3-32238fc88012} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12894 | 2024.11.19 01:42:55.131538 [ 257 ] {b097dccf-582e-48bc-b8a3-32238fc88012} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002066 sec., 30977.734753146175 rows/sec., 2.42 MiB/sec. | ||
| 12895 | 2024.11.19 01:42:55.131598 [ 257 ] {b097dccf-582e-48bc-b8a3-32238fc88012} <Debug> TCPHandler: Processed in 0.002536875 sec. | ||
| 12896 | 2024.11.19 01:42:55.131764 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12897 | 2024.11.19 01:42:55.131925 [ 260 ] {193f4ba0-0481-45fb-8ec1-04f3d875b952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12898 | 2024.11.19 01:42:55.131993 [ 260 ] {193f4ba0-0481-45fb-8ec1-04f3d875b952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12899 | 2024.11.19 01:42:55.132684 [ 260 ] {193f4ba0-0481-45fb-8ec1-04f3d875b952} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12900 | 2024.11.19 01:42:55.132734 [ 260 ] {193f4ba0-0481-45fb-8ec1-04f3d875b952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 12901 | 2024.11.19 01:42:55.133186 [ 260 ] {193f4ba0-0481-45fb-8ec1-04f3d875b952} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 12902 | 2024.11.19 01:42:55.133434 [ 260 ] {193f4ba0-0481-45fb-8ec1-04f3d875b952} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12903 | 2024.11.19 01:42:55.133654 [ 260 ] {193f4ba0-0481-45fb-8ec1-04f3d875b952} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001769 sec., 90446.57998869418 rows/sec., 6.30 MiB/sec. | ||
| 12904 | 2024.11.19 01:42:55.133712 [ 260 ] {193f4ba0-0481-45fb-8ec1-04f3d875b952} <Debug> TCPHandler: Processed in 0.002019756 sec. | ||
| 12905 | 2024.11.19 01:42:55.133862 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12906 | 2024.11.19 01:42:55.134055 [ 257 ] {a4766572-a604-4309-be7b-d53fd41da80c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12907 | 2024.11.19 01:42:55.134153 [ 257 ] {a4766572-a604-4309-be7b-d53fd41da80c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12908 | 2024.11.19 01:42:55.135003 [ 257 ] {a4766572-a604-4309-be7b-d53fd41da80c} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12909 | 2024.11.19 01:42:55.135043 [ 257 ] {a4766572-a604-4309-be7b-d53fd41da80c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 12910 | 2024.11.19 01:42:55.135433 [ 257 ] {a4766572-a604-4309-be7b-d53fd41da80c} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 12911 | 2024.11.19 01:42:55.135696 [ 257 ] {a4766572-a604-4309-be7b-d53fd41da80c} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12912 | 2024.11.19 01:42:55.135905 [ 257 ] {a4766572-a604-4309-be7b-d53fd41da80c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001912 sec., 31380.753138075313 rows/sec., 2.11 MiB/sec. | ||
| 12913 | 2024.11.19 01:42:55.135971 [ 257 ] {a4766572-a604-4309-be7b-d53fd41da80c} <Debug> TCPHandler: Processed in 0.002166938 sec. | ||
| 12914 | 2024.11.19 01:42:57.519980 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40463, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12915 | 2024.11.19 01:42:57.626538 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54035, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12916 | 2024.11.19 01:42:57.805004 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33168, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12917 | 2024.11.19 01:42:57.807177 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57797, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12918 | 2024.11.19 01:42:57.927946 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37872, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12919 | 2024.11.19 01:42:57.945191 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58091, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12920 | 2024.11.19 01:42:57.949216 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36171, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12921 | 2024.11.19 01:42:57.996513 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33359, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12922 | 2024.11.19 01:42:57.997863 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12923 | 2024.11.19 01:42:58.019192 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55389, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12924 | 2024.11.19 01:42:58.025562 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53041, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12925 | 2024.11.19 01:42:58.090008 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33961, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12926 | 2024.11.19 01:42:58.116432 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41900, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12927 | 2024.11.19 01:42:58.181202 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37092, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12928 | 2024.11.19 01:42:58.269560 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38099, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12929 | 2024.11.19 01:42:58.393581 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46335, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12930 | 2024.11.19 01:42:58.719967 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12931 | 2024.11.19 01:42:58.720067 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12932 | 2024.11.19 01:42:59.151997 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1868 | ||
| 12933 | 2024.11.19 01:42:59.154880 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12934 | 2024.11.19 01:42:59.154926 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 12935 | 2024.11.19 01:42:59.156416 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12936 | 2024.11.19 01:42:59.156733 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12937 | 2024.11.19 01:42:59.157273 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1868 | ||
| 12938 | 2024.11.19 01:42:59.993697 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Found 5 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 12939 | 2024.11.19 01:42:59.993777 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Removing 5 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 12940 | 2024.11.19 01:42:59.995447 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 12941 | 2024.11.19 01:43:00.133535 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12942 | 2024.11.19 01:43:00.133765 [ 260 ] {e2f17bcf-bce0-407a-9e65-7a74d713eae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12943 | 2024.11.19 01:43:00.133850 [ 260 ] {e2f17bcf-bce0-407a-9e65-7a74d713eae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12944 | 2024.11.19 01:43:00.134674 [ 260 ] {e2f17bcf-bce0-407a-9e65-7a74d713eae5} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12945 | 2024.11.19 01:43:00.134731 [ 260 ] {e2f17bcf-bce0-407a-9e65-7a74d713eae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 12946 | 2024.11.19 01:43:00.135186 [ 260 ] {e2f17bcf-bce0-407a-9e65-7a74d713eae5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12947 | 2024.11.19 01:43:00.135446 [ 260 ] {e2f17bcf-bce0-407a-9e65-7a74d713eae5} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12948 | 2024.11.19 01:43:00.135720 [ 260 ] {e2f17bcf-bce0-407a-9e65-7a74d713eae5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002008 sec., 6972.111553784861 rows/sec., 501.90 KiB/sec. | ||
| 12949 | 2024.11.19 01:43:00.135885 [ 260 ] {e2f17bcf-bce0-407a-9e65-7a74d713eae5} <Debug> TCPHandler: Processed in 0.002487354 sec. | ||
| 12950 | 2024.11.19 01:43:00.136247 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12951 | 2024.11.19 01:43:00.136529 [ 257 ] {8ca76776-466b-4c00-9a3d-1b291f013771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12952 | 2024.11.19 01:43:00.136643 [ 257 ] {8ca76776-466b-4c00-9a3d-1b291f013771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12953 | 2024.11.19 01:43:00.137728 [ 257 ] {8ca76776-466b-4c00-9a3d-1b291f013771} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12954 | 2024.11.19 01:43:00.137769 [ 257 ] {8ca76776-466b-4c00-9a3d-1b291f013771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 12955 | 2024.11.19 01:43:00.138191 [ 257 ] {8ca76776-466b-4c00-9a3d-1b291f013771} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 12956 | 2024.11.19 01:43:00.138433 [ 257 ] {8ca76776-466b-4c00-9a3d-1b291f013771} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12957 | 2024.11.19 01:43:00.138740 [ 257 ] {8ca76776-466b-4c00-9a3d-1b291f013771} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002294 sec., 124237.14036617262 rows/sec., 10.98 MiB/sec. | ||
| 12958 | 2024.11.19 01:43:00.138815 [ 257 ] {8ca76776-466b-4c00-9a3d-1b291f013771} <Debug> TCPHandler: Processed in 0.00278502 sec. | ||
| 12959 | 2024.11.19 01:43:00.139098 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12960 | 2024.11.19 01:43:00.139360 [ 260 ] {829ab216-28e9-4722-80bb-763cd5b06cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12961 | 2024.11.19 01:43:00.139463 [ 260 ] {829ab216-28e9-4722-80bb-763cd5b06cb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12962 | 2024.11.19 01:43:00.140389 [ 260 ] {829ab216-28e9-4722-80bb-763cd5b06cb9} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12963 | 2024.11.19 01:43:00.140430 [ 260 ] {829ab216-28e9-4722-80bb-763cd5b06cb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 12964 | 2024.11.19 01:43:00.140802 [ 260 ] {829ab216-28e9-4722-80bb-763cd5b06cb9} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12965 | 2024.11.19 01:43:00.141053 [ 260 ] {829ab216-28e9-4722-80bb-763cd5b06cb9} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12966 | 2024.11.19 01:43:00.141263 [ 260 ] {829ab216-28e9-4722-80bb-763cd5b06cb9} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001965 sec., 24427.480916030534 rows/sec., 1.76 MiB/sec. | ||
| 12967 | 2024.11.19 01:43:00.141315 [ 260 ] {829ab216-28e9-4722-80bb-763cd5b06cb9} <Debug> TCPHandler: Processed in 0.002391433 sec. | ||
| 12968 | 2024.11.19 01:43:00.141460 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12969 | 2024.11.19 01:43:00.141588 [ 257 ] {2c5ec763-43d3-4365-a7bb-c38019361fd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12970 | 2024.11.19 01:43:00.141640 [ 257 ] {2c5ec763-43d3-4365-a7bb-c38019361fd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12971 | 2024.11.19 01:43:00.142226 [ 257 ] {2c5ec763-43d3-4365-a7bb-c38019361fd0} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12972 | 2024.11.19 01:43:00.142267 [ 257 ] {2c5ec763-43d3-4365-a7bb-c38019361fd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 12973 | 2024.11.19 01:43:00.142629 [ 257 ] {2c5ec763-43d3-4365-a7bb-c38019361fd0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12974 | 2024.11.19 01:43:00.142878 [ 257 ] {2c5ec763-43d3-4365-a7bb-c38019361fd0} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12975 | 2024.11.19 01:43:00.143129 [ 257 ] {2c5ec763-43d3-4365-a7bb-c38019361fd0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001571 sec., 8911.521323997455 rows/sec., 624.10 KiB/sec. | ||
| 12976 | 2024.11.19 01:43:00.143334 [ 257 ] {2c5ec763-43d3-4365-a7bb-c38019361fd0} <Debug> TCPHandler: Processed in 0.001930464 sec. | ||
| 12977 | 2024.11.19 01:43:00.143549 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12978 | 2024.11.19 01:43:00.143690 [ 260 ] {f2f82339-9a24-48df-80a7-8db08b039f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12979 | 2024.11.19 01:43:00.143749 [ 260 ] {f2f82339-9a24-48df-80a7-8db08b039f8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12980 | 2024.11.19 01:43:00.144381 [ 260 ] {f2f82339-9a24-48df-80a7-8db08b039f8a} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12981 | 2024.11.19 01:43:00.144423 [ 260 ] {f2f82339-9a24-48df-80a7-8db08b039f8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 12982 | 2024.11.19 01:43:00.144788 [ 260 ] {f2f82339-9a24-48df-80a7-8db08b039f8a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12983 | 2024.11.19 01:43:00.145035 [ 260 ] {f2f82339-9a24-48df-80a7-8db08b039f8a} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12984 | 2024.11.19 01:43:00.145235 [ 260 ] {f2f82339-9a24-48df-80a7-8db08b039f8a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001576 sec., 8248.730964467006 rows/sec., 514.31 KiB/sec. | ||
| 12985 | 2024.11.19 01:43:00.145340 [ 260 ] {f2f82339-9a24-48df-80a7-8db08b039f8a} <Debug> TCPHandler: Processed in 0.001903084 sec. | ||
| 12986 | 2024.11.19 01:43:00.145564 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12987 | 2024.11.19 01:43:00.145694 [ 257 ] {6db941a3-3867-4d3c-b81f-369d59da99c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12988 | 2024.11.19 01:43:00.145744 [ 257 ] {6db941a3-3867-4d3c-b81f-369d59da99c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12989 | 2024.11.19 01:43:00.146482 [ 257 ] {6db941a3-3867-4d3c-b81f-369d59da99c5} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12990 | 2024.11.19 01:43:00.146523 [ 257 ] {6db941a3-3867-4d3c-b81f-369d59da99c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 12991 | 2024.11.19 01:43:00.146914 [ 257 ] {6db941a3-3867-4d3c-b81f-369d59da99c5} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 12992 | 2024.11.19 01:43:00.147181 [ 257 ] {6db941a3-3867-4d3c-b81f-369d59da99c5} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12993 | 2024.11.19 01:43:00.147394 [ 257 ] {6db941a3-3867-4d3c-b81f-369d59da99c5} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001723 sec., 245502.03134068486 rows/sec., 17.55 MiB/sec. | ||
| 12994 | 2024.11.19 01:43:00.147461 [ 257 ] {6db941a3-3867-4d3c-b81f-369d59da99c5} <Debug> TCPHandler: Processed in 0.002025596 sec. | ||
| 12995 | 2024.11.19 01:43:00.147641 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12996 | 2024.11.19 01:43:00.147781 [ 260 ] {06bc3ecf-7760-4968-8f0d-61e0029a4e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12997 | 2024.11.19 01:43:00.147833 [ 260 ] {06bc3ecf-7760-4968-8f0d-61e0029a4e0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12998 | 2024.11.19 01:43:00.148331 [ 260 ] {06bc3ecf-7760-4968-8f0d-61e0029a4e0a} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12999 | 2024.11.19 01:43:00.148370 [ 260 ] {06bc3ecf-7760-4968-8f0d-61e0029a4e0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13000 | 2024.11.19 01:43:00.148763 [ 260 ] {06bc3ecf-7760-4968-8f0d-61e0029a4e0a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 13001 | 2024.11.19 01:43:00.149008 [ 260 ] {06bc3ecf-7760-4968-8f0d-61e0029a4e0a} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13002 | 2024.11.19 01:43:00.149248 [ 260 ] {06bc3ecf-7760-4968-8f0d-61e0029a4e0a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 211.38 KiB/sec. | ||
| 13003 | 2024.11.19 01:43:00.149336 [ 260 ] {06bc3ecf-7760-4968-8f0d-61e0029a4e0a} <Debug> TCPHandler: Processed in 0.001750182 sec. | ||
| 13004 | 2024.11.19 01:43:00.149580 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13005 | 2024.11.19 01:43:00.149707 [ 257 ] {c578029f-9a4f-4e3a-97e5-5f54644c7fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13006 | 2024.11.19 01:43:00.149761 [ 257 ] {c578029f-9a4f-4e3a-97e5-5f54644c7fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13007 | 2024.11.19 01:43:00.150370 [ 257 ] {c578029f-9a4f-4e3a-97e5-5f54644c7fc6} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13008 | 2024.11.19 01:43:00.150408 [ 257 ] {c578029f-9a4f-4e3a-97e5-5f54644c7fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13009 | 2024.11.19 01:43:00.150812 [ 257 ] {c578029f-9a4f-4e3a-97e5-5f54644c7fc6} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13010 | 2024.11.19 01:43:00.151056 [ 257 ] {c578029f-9a4f-4e3a-97e5-5f54644c7fc6} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13011 | 2024.11.19 01:43:00.151265 [ 257 ] {c578029f-9a4f-4e3a-97e5-5f54644c7fc6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001584 sec., 149621.21212121213 rows/sec., 10.03 MiB/sec. | ||
| 13012 | 2024.11.19 01:43:00.151316 [ 257 ] {c578029f-9a4f-4e3a-97e5-5f54644c7fc6} <Debug> TCPHandler: Processed in 0.001874473 sec. | ||
| 13013 | 2024.11.19 01:43:00.151468 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13014 | 2024.11.19 01:43:00.151585 [ 260 ] {22af1b2d-7f9d-426c-bf25-cc7103725ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13015 | 2024.11.19 01:43:00.151639 [ 260 ] {22af1b2d-7f9d-426c-bf25-cc7103725ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13016 | 2024.11.19 01:43:00.152106 [ 260 ] {22af1b2d-7f9d-426c-bf25-cc7103725ca4} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13017 | 2024.11.19 01:43:00.152145 [ 260 ] {22af1b2d-7f9d-426c-bf25-cc7103725ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13018 | 2024.11.19 01:43:00.152506 [ 260 ] {22af1b2d-7f9d-426c-bf25-cc7103725ca4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 13019 | 2024.11.19 01:43:00.152747 [ 260 ] {22af1b2d-7f9d-426c-bf25-cc7103725ca4} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13020 | 2024.11.19 01:43:00.152948 [ 260 ] {22af1b2d-7f9d-426c-bf25-cc7103725ca4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001387 sec., 720.9805335255949 rows/sec., 48.58 KiB/sec. | ||
| 13021 | 2024.11.19 01:43:00.152997 [ 260 ] {22af1b2d-7f9d-426c-bf25-cc7103725ca4} <Debug> TCPHandler: Processed in 0.001585238 sec. | ||
| 13022 | 2024.11.19 01:43:00.153145 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13023 | 2024.11.19 01:43:00.153366 [ 257 ] {88b4f63e-4c9a-42e0-a7e3-d96872ce0bb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13024 | 2024.11.19 01:43:00.153502 [ 257 ] {88b4f63e-4c9a-42e0-a7e3-d96872ce0bb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13025 | 2024.11.19 01:43:00.154986 [ 257 ] {88b4f63e-4c9a-42e0-a7e3-d96872ce0bb1} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13026 | 2024.11.19 01:43:00.155027 [ 257 ] {88b4f63e-4c9a-42e0-a7e3-d96872ce0bb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13027 | 2024.11.19 01:43:00.155689 [ 257 ] {88b4f63e-4c9a-42e0-a7e3-d96872ce0bb1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13028 | 2024.11.19 01:43:00.155948 [ 257 ] {88b4f63e-4c9a-42e0-a7e3-d96872ce0bb1} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13029 | 2024.11.19 01:43:00.156187 [ 257 ] {88b4f63e-4c9a-42e0-a7e3-d96872ce0bb1} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002878 sec., 14246.004169562197 rows/sec., 25.53 MiB/sec. | ||
| 13030 | 2024.11.19 01:43:00.156277 [ 257 ] {88b4f63e-4c9a-42e0-a7e3-d96872ce0bb1} <Debug> TCPHandler: Processed in 0.003195447 sec. | ||
| 13031 | 2024.11.19 01:43:00.156441 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13032 | 2024.11.19 01:43:00.156580 [ 260 ] {8a07db90-9c92-4abc-9fb6-6d5f5afb23f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13033 | 2024.11.19 01:43:00.156638 [ 260 ] {8a07db90-9c92-4abc-9fb6-6d5f5afb23f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13034 | 2024.11.19 01:43:00.157190 [ 260 ] {8a07db90-9c92-4abc-9fb6-6d5f5afb23f2} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13035 | 2024.11.19 01:43:00.157228 [ 260 ] {8a07db90-9c92-4abc-9fb6-6d5f5afb23f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13036 | 2024.11.19 01:43:00.157613 [ 260 ] {8a07db90-9c92-4abc-9fb6-6d5f5afb23f2} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13037 | 2024.11.19 01:43:00.157850 [ 260 ] {8a07db90-9c92-4abc-9fb6-6d5f5afb23f2} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13038 | 2024.11.19 01:43:00.158060 [ 260 ] {8a07db90-9c92-4abc-9fb6-6d5f5afb23f2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001511 sec., 54268.6962276638 rows/sec., 3.45 MiB/sec. | ||
| 13039 | 2024.11.19 01:43:00.158107 [ 260 ] {8a07db90-9c92-4abc-9fb6-6d5f5afb23f2} <Debug> TCPHandler: Processed in 0.001734971 sec. | ||
| 13040 | 2024.11.19 01:43:01.508581 [ 219 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13041 | 2024.11.19 01:43:01.508645 [ 219 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13042 | 2024.11.19 01:43:01.510597 [ 219 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13043 | 2024.11.19 01:43:02.279545 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41711, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13044 | 2024.11.19 01:43:02.560194 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54625, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13045 | 2024.11.19 01:43:02.592735 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61542, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13046 | 2024.11.19 01:43:02.598158 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13047 | 2024.11.19 01:43:02.856287 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13048 | 2024.11.19 01:43:02.862597 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53501, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13049 | 2024.11.19 01:43:02.903916 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39385, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13050 | 2024.11.19 01:43:02.927184 [ 113 ] {} <Debug> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 13051 | 2024.11.19 01:43:02.927246 [ 113 ] {} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13052 | 2024.11.19 01:43:02.927268 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13053 | 2024.11.19 01:43:02.927411 [ 218 ] {} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13054 | 2024.11.19 01:43:02.927428 [ 201 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
| 13055 | 2024.11.19 01:43:02.927476 [ 218 ] {} <Debug> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13056 | 2024.11.19 01:43:02.927724 [ 201 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13057 | 2024.11.19 01:43:02.927793 [ 201 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 18 rows starting from the beginning of the part | ||
| 13058 | 2024.11.19 01:43:02.927879 [ 201 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part | ||
| 13059 | 2024.11.19 01:43:02.928281 [ 201 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part | ||
| 13060 | 2024.11.19 01:43:02.928561 [ 201 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 13061 | 2024.11.19 01:43:02.928883 [ 201 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 10 rows starting from the beginning of the part | ||
| 13062 | 2024.11.19 01:43:02.930927 [ 199 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.003592784 sec., 10020.084703116025 rows/sec., 856.21 KiB/sec. | ||
| 13063 | 2024.11.19 01:43:02.931212 [ 199 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 13064 | 2024.11.19 01:43:02.931384 [ 218 ] {} <Debug> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 13065 | 2024.11.19 01:43:02.931868 [ 199 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_37_9} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13066 | 2024.11.19 01:43:02.932001 [ 199 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_37_9} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 13067 | 2024.11.19 01:43:02.932107 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13068 | 2024.11.19 01:43:02.976712 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41555, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13069 | 2024.11.19 01:43:03.481463 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13070 | 2024.11.19 01:43:03.936754 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34866, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13071 | 2024.11.19 01:43:04.037406 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59253, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13072 | 2024.11.19 01:43:04.136018 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56743, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13073 | 2024.11.19 01:43:04.165538 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53970, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13074 | 2024.11.19 01:43:04.212194 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48284, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13075 | 2024.11.19 01:43:04.214447 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60312, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13076 | 2024.11.19 01:43:04.224692 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55269, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13077 | 2024.11.19 01:43:05.127008 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13078 | 2024.11.19 01:43:05.127198 [ 260 ] {ab0dc2a1-3d85-4e14-aae1-0c83f1519374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13079 | 2024.11.19 01:43:05.127268 [ 260 ] {ab0dc2a1-3d85-4e14-aae1-0c83f1519374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13080 | 2024.11.19 01:43:05.127995 [ 260 ] {ab0dc2a1-3d85-4e14-aae1-0c83f1519374} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13081 | 2024.11.19 01:43:05.128034 [ 260 ] {ab0dc2a1-3d85-4e14-aae1-0c83f1519374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13082 | 2024.11.19 01:43:05.128454 [ 260 ] {ab0dc2a1-3d85-4e14-aae1-0c83f1519374} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 13083 | 2024.11.19 01:43:05.128703 [ 260 ] {ab0dc2a1-3d85-4e14-aae1-0c83f1519374} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13084 | 2024.11.19 01:43:05.128890 [ 260 ] {ab0dc2a1-3d85-4e14-aae1-0c83f1519374} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001745 sec., 1146.1318051575931 rows/sec., 93.46 KiB/sec. | ||
| 13085 | 2024.11.19 01:43:05.128943 [ 260 ] {ab0dc2a1-3d85-4e14-aae1-0c83f1519374} <Debug> TCPHandler: Processed in 0.002059497 sec. | ||
| 13086 | 2024.11.19 01:43:05.129192 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13087 | 2024.11.19 01:43:05.129382 [ 257 ] {cde9406c-73e4-4399-bd0e-3effa93c5625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13088 | 2024.11.19 01:43:05.129453 [ 257 ] {cde9406c-73e4-4399-bd0e-3effa93c5625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13089 | 2024.11.19 01:43:05.130210 [ 257 ] {cde9406c-73e4-4399-bd0e-3effa93c5625} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13090 | 2024.11.19 01:43:05.130254 [ 257 ] {cde9406c-73e4-4399-bd0e-3effa93c5625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13091 | 2024.11.19 01:43:05.130701 [ 257 ] {cde9406c-73e4-4399-bd0e-3effa93c5625} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13092 | 2024.11.19 01:43:05.130956 [ 257 ] {cde9406c-73e4-4399-bd0e-3effa93c5625} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13093 | 2024.11.19 01:43:05.131196 [ 257 ] {cde9406c-73e4-4399-bd0e-3effa93c5625} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001867 sec., 30530.26245313337 rows/sec., 2.34 MiB/sec. | ||
| 13094 | 2024.11.19 01:43:05.131250 [ 257 ] {cde9406c-73e4-4399-bd0e-3effa93c5625} <Debug> TCPHandler: Processed in 0.002189049 sec. | ||
| 13095 | 2024.11.19 01:43:05.131408 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13096 | 2024.11.19 01:43:05.131547 [ 260 ] {edc2ea64-f2f8-43c2-bc87-1aff50754073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13097 | 2024.11.19 01:43:05.131604 [ 260 ] {edc2ea64-f2f8-43c2-bc87-1aff50754073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13098 | 2024.11.19 01:43:05.132256 [ 260 ] {edc2ea64-f2f8-43c2-bc87-1aff50754073} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13099 | 2024.11.19 01:43:05.132302 [ 260 ] {edc2ea64-f2f8-43c2-bc87-1aff50754073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13100 | 2024.11.19 01:43:05.132659 [ 260 ] {edc2ea64-f2f8-43c2-bc87-1aff50754073} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 13101 | 2024.11.19 01:43:05.132901 [ 260 ] {edc2ea64-f2f8-43c2-bc87-1aff50754073} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13102 | 2024.11.19 01:43:05.133026 [ 111 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 13103 | 2024.11.19 01:43:05.133070 [ 111 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13104 | 2024.11.19 01:43:05.133079 [ 260 ] {edc2ea64-f2f8-43c2-bc87-1aff50754073} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001562 sec., 1280.4097311139565 rows/sec., 89.40 KiB/sec. | ||
| 13105 | 2024.11.19 01:43:05.133095 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13106 | 2024.11.19 01:43:05.133144 [ 260 ] {edc2ea64-f2f8-43c2-bc87-1aff50754073} <Debug> TCPHandler: Processed in 0.001798242 sec. | ||
| 13107 | 2024.11.19 01:43:05.133377 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13108 | 2024.11.19 01:43:05.133446 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::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 | ||
| 13109 | 2024.11.19 01:43:05.133681 [ 257 ] {8423cad6-24ec-4be0-8d87-4784b05838fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13110 | 2024.11.19 01:43:05.133824 [ 257 ] {8423cad6-24ec-4be0-8d87-4784b05838fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13111 | 2024.11.19 01:43:05.133845 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13112 | 2024.11.19 01:43:05.133955 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 66 rows starting from the beginning of the part | ||
| 13113 | 2024.11.19 01:43:05.134503 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 4 rows starting from the beginning of the part | ||
| 13114 | 2024.11.19 01:43:05.134801 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 48 rows starting from the beginning of the part | ||
| 13115 | 2024.11.19 01:43:05.135159 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 10 rows starting from the beginning of the part | ||
| 13116 | 2024.11.19 01:43:05.135392 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 48 rows starting from the beginning of the part | ||
| 13117 | 2024.11.19 01:43:05.135779 [ 193 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 2 rows starting from the beginning of the part | ||
| 13118 | 2024.11.19 01:43:05.136461 [ 257 ] {8423cad6-24ec-4be0-8d87-4784b05838fb} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13119 | 2024.11.19 01:43:05.136506 [ 257 ] {8423cad6-24ec-4be0-8d87-4784b05838fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13120 | 2024.11.19 01:43:05.137065 [ 257 ] {8423cad6-24ec-4be0-8d87-4784b05838fb} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13121 | 2024.11.19 01:43:05.137401 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.004208065 sec., 42299.726834067435 rows/sec., 3.18 MiB/sec. | ||
| 13122 | 2024.11.19 01:43:05.137465 [ 257 ] {8423cad6-24ec-4be0-8d87-4784b05838fb} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13123 | 2024.11.19 01:43:05.137659 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 13124 | 2024.11.19 01:43:05.137902 [ 257 ] {8423cad6-24ec-4be0-8d87-4784b05838fb} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.004319 sec., 15281.315119240566 rows/sec., 1.19 MiB/sec. | ||
| 13125 | 2024.11.19 01:43:05.138028 [ 257 ] {8423cad6-24ec-4be0-8d87-4784b05838fb} <Debug> TCPHandler: Processed in 0.004784286 sec. | ||
| 13126 | 2024.11.19 01:43:05.138230 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13127 | 2024.11.19 01:43:05.138266 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_81_16} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13128 | 2024.11.19 01:43:05.138365 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_81_16} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 13129 | 2024.11.19 01:43:05.138397 [ 260 ] {7bd5a2f2-ae16-4994-a918-236490472c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13130 | 2024.11.19 01:43:05.138466 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 13131 | 2024.11.19 01:43:05.138487 [ 260 ] {7bd5a2f2-ae16-4994-a918-236490472c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13132 | 2024.11.19 01:43:05.139143 [ 260 ] {7bd5a2f2-ae16-4994-a918-236490472c84} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13133 | 2024.11.19 01:43:05.139187 [ 260 ] {7bd5a2f2-ae16-4994-a918-236490472c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13134 | 2024.11.19 01:43:05.139604 [ 260 ] {7bd5a2f2-ae16-4994-a918-236490472c84} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13135 | 2024.11.19 01:43:05.139885 [ 260 ] {7bd5a2f2-ae16-4994-a918-236490472c84} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13136 | 2024.11.19 01:43:05.140059 [ 260 ] {7bd5a2f2-ae16-4994-a918-236490472c84} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001703 sec., 94539.04873752201 rows/sec., 6.58 MiB/sec. | ||
| 13137 | 2024.11.19 01:43:05.140107 [ 260 ] {7bd5a2f2-ae16-4994-a918-236490472c84} <Debug> TCPHandler: Processed in 0.001957875 sec. | ||
| 13138 | 2024.11.19 01:43:05.140259 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13139 | 2024.11.19 01:43:05.140386 [ 257 ] {20644a11-c86c-4c7a-98ae-06d5dc532e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13140 | 2024.11.19 01:43:05.140446 [ 257 ] {20644a11-c86c-4c7a-98ae-06d5dc532e4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13141 | 2024.11.19 01:43:05.141037 [ 257 ] {20644a11-c86c-4c7a-98ae-06d5dc532e4f} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13142 | 2024.11.19 01:43:05.141084 [ 257 ] {20644a11-c86c-4c7a-98ae-06d5dc532e4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13143 | 2024.11.19 01:43:05.141509 [ 257 ] {20644a11-c86c-4c7a-98ae-06d5dc532e4f} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 13144 | 2024.11.19 01:43:05.141752 [ 257 ] {20644a11-c86c-4c7a-98ae-06d5dc532e4f} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13145 | 2024.11.19 01:43:05.141957 [ 257 ] {20644a11-c86c-4c7a-98ae-06d5dc532e4f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001603 sec., 37429.81908920773 rows/sec., 2.52 MiB/sec. | ||
| 13146 | 2024.11.19 01:43:05.142005 [ 257 ] {20644a11-c86c-4c7a-98ae-06d5dc532e4f} <Debug> TCPHandler: Processed in 0.001801073 sec. | ||
| 13147 | 2024.11.19 01:43:09.157559 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1902 | ||
| 13148 | 2024.11.19 01:43:09.160758 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13149 | 2024.11.19 01:43:09.160810 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13150 | 2024.11.19 01:43:09.162296 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13151 | 2024.11.19 01:43:09.162621 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13152 | 2024.11.19 01:43:09.164120 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1902 | ||
| 13153 | 2024.11.19 01:43:10.127961 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13154 | 2024.11.19 01:43:10.128276 [ 260 ] {a851be48-d3bb-4ccc-8763-15f9965154bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13155 | 2024.11.19 01:43:10.128396 [ 260 ] {a851be48-d3bb-4ccc-8763-15f9965154bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13156 | 2024.11.19 01:43:10.129275 [ 260 ] {a851be48-d3bb-4ccc-8763-15f9965154bf} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13157 | 2024.11.19 01:43:10.129328 [ 260 ] {a851be48-d3bb-4ccc-8763-15f9965154bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13158 | 2024.11.19 01:43:10.129772 [ 260 ] {a851be48-d3bb-4ccc-8763-15f9965154bf} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13159 | 2024.11.19 01:43:10.130030 [ 260 ] {a851be48-d3bb-4ccc-8763-15f9965154bf} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13160 | 2024.11.19 01:43:10.130243 [ 108 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 13161 | 2024.11.19 01:43:10.130281 [ 260 ] {a851be48-d3bb-4ccc-8763-15f9965154bf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002094 sec., 26743.075453677175 rows/sec., 2.05 MiB/sec. | ||
| 13162 | 2024.11.19 01:43:10.130335 [ 108 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13163 | 2024.11.19 01:43:10.130414 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13164 | 2024.11.19 01:43:10.130420 [ 260 ] {a851be48-d3bb-4ccc-8763-15f9965154bf} <Debug> TCPHandler: Processed in 0.002648947 sec. | ||
| 13165 | 2024.11.19 01:43:10.130589 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 13166 | 2024.11.19 01:43:10.130717 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13167 | 2024.11.19 01:43:10.130802 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1435 rows starting from the beginning of the part | ||
| 13168 | 2024.11.19 01:43:10.130799 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13169 | 2024.11.19 01:43:10.130922 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 61 rows starting from the beginning of the part | ||
| 13170 | 2024.11.19 01:43:10.131386 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part | ||
| 13171 | 2024.11.19 01:43:10.131731 [ 257 ] {bb05d5bc-5bca-4cc7-8d26-f1a273f0f62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13172 | 2024.11.19 01:43:10.131783 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 285 rows starting from the beginning of the part | ||
| 13173 | 2024.11.19 01:43:10.131968 [ 257 ] {bb05d5bc-5bca-4cc7-8d26-f1a273f0f62c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13174 | 2024.11.19 01:43:10.132041 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 57 rows starting from the beginning of the part | ||
| 13175 | 2024.11.19 01:43:10.132399 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 56 rows starting from the beginning of the part | ||
| 13176 | 2024.11.19 01:43:10.134503 [ 257 ] {bb05d5bc-5bca-4cc7-8d26-f1a273f0f62c} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13177 | 2024.11.19 01:43:10.134594 [ 257 ] {bb05d5bc-5bca-4cc7-8d26-f1a273f0f62c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13178 | 2024.11.19 01:43:10.135580 [ 257 ] {bb05d5bc-5bca-4cc7-8d26-f1a273f0f62c} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13179 | 2024.11.19 01:43:10.135613 [ 199 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.005101121 sec., 382268.9169694269 rows/sec., 33.42 MiB/sec. | ||
| 13180 | 2024.11.19 01:43:10.135867 [ 193 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13181 | 2024.11.19 01:43:10.135917 [ 257 ] {bb05d5bc-5bca-4cc7-8d26-f1a273f0f62c} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13182 | 2024.11.19 01:43:10.136163 [ 108 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 13183 | 2024.11.19 01:43:10.136256 [ 108 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13184 | 2024.11.19 01:43:10.136319 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13185 | 2024.11.19 01:43:10.136318 [ 257 ] {bb05d5bc-5bca-4cc7-8d26-f1a273f0f62c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004963 sec., 12895.426153536167 rows/sec., 1.01 MiB/sec. | ||
| 13186 | 2024.11.19 01:43:10.136460 [ 193 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_126_25} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13187 | 2024.11.19 01:43:10.136625 [ 257 ] {bb05d5bc-5bca-4cc7-8d26-f1a273f0f62c} <Debug> TCPHandler: Processed in 0.006055098 sec. | ||
| 13188 | 2024.11.19 01:43:10.136675 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 13189 | 2024.11.19 01:43:10.136696 [ 193 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_126_25} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13190 | 2024.11.19 01:43:10.136890 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 13191 | 2024.11.19 01:43:10.136953 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13192 | 2024.11.19 01:43:10.136968 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13193 | 2024.11.19 01:43:10.137036 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 915 rows starting from the beginning of the part | ||
| 13194 | 2024.11.19 01:43:10.137286 [ 260 ] {ac75c26c-3b9b-4b28-a162-6f20ddd6f15d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13195 | 2024.11.19 01:43:10.137290 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 74 rows starting from the beginning of the part | ||
| 13196 | 2024.11.19 01:43:10.137506 [ 260 ] {ac75c26c-3b9b-4b28-a162-6f20ddd6f15d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13197 | 2024.11.19 01:43:10.137655 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part | ||
| 13198 | 2024.11.19 01:43:10.138027 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 423 rows starting from the beginning of the part | ||
| 13199 | 2024.11.19 01:43:10.138432 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 66 rows starting from the beginning of the part | ||
| 13200 | 2024.11.19 01:43:10.138807 [ 197 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 64 rows starting from the beginning of the part | ||
| 13201 | 2024.11.19 01:43:10.140236 [ 260 ] {ac75c26c-3b9b-4b28-a162-6f20ddd6f15d} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13202 | 2024.11.19 01:43:10.140310 [ 260 ] {ac75c26c-3b9b-4b28-a162-6f20ddd6f15d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13203 | 2024.11.19 01:43:10.141494 [ 260 ] {ac75c26c-3b9b-4b28-a162-6f20ddd6f15d} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13204 | 2024.11.19 01:43:10.141994 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1606 rows, containing 5 columns (5 merged, 0 gathered) in 0.005521199 sec., 290878.8471489617 rows/sec., 22.44 MiB/sec. | ||
| 13205 | 2024.11.19 01:43:10.142018 [ 260 ] {ac75c26c-3b9b-4b28-a162-6f20ddd6f15d} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13206 | 2024.11.19 01:43:10.142286 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 13207 | 2024.11.19 01:43:10.142313 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13208 | 2024.11.19 01:43:10.142370 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13209 | 2024.11.19 01:43:10.142463 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13210 | 2024.11.19 01:43:10.142530 [ 260 ] {ac75c26c-3b9b-4b28-a162-6f20ddd6f15d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005381 sec., 29734.250139379295 rows/sec., 2.07 MiB/sec. | ||
| 13211 | 2024.11.19 01:43:10.142865 [ 260 ] {ac75c26c-3b9b-4b28-a162-6f20ddd6f15d} <Debug> TCPHandler: Processed in 0.006105139 sec. | ||
| 13212 | 2024.11.19 01:43:10.143049 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 13213 | 2024.11.19 01:43:10.143149 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13214 | 2024.11.19 01:43:10.143220 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_126_25} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13215 | 2024.11.19 01:43:10.143388 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13216 | 2024.11.19 01:43:10.143416 [ 257 ] {731a259e-70db-4786-8b5c-e27b873e4c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13217 | 2024.11.19 01:43:10.143424 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_126_25} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13218 | 2024.11.19 01:43:10.143443 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_121_24, total 22693 rows starting from the beginning of the part | ||
| 13219 | 2024.11.19 01:43:10.143537 [ 257 ] {731a259e-70db-4786-8b5c-e27b873e4c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13220 | 2024.11.19 01:43:10.143641 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 13221 | 2024.11.19 01:43:10.143882 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 133 rows starting from the beginning of the part | ||
| 13222 | 2024.11.19 01:43:10.144163 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part | ||
| 13223 | 2024.11.19 01:43:10.144519 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 13224 | 2024.11.19 01:43:10.144899 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 161 rows starting from the beginning of the part | ||
| 13225 | 2024.11.19 01:43:10.145208 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part | ||
| 13226 | 2024.11.19 01:43:10.145913 [ 257 ] {731a259e-70db-4786-8b5c-e27b873e4c72} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13227 | 2024.11.19 01:43:10.145960 [ 257 ] {731a259e-70db-4786-8b5c-e27b873e4c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13228 | 2024.11.19 01:43:10.146411 [ 257 ] {731a259e-70db-4786-8b5c-e27b873e4c72} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 13229 | 2024.11.19 01:43:10.146675 [ 257 ] {731a259e-70db-4786-8b5c-e27b873e4c72} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13230 | 2024.11.19 01:43:10.146889 [ 108 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 13231 | 2024.11.19 01:43:10.147008 [ 108 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13232 | 2024.11.19 01:43:10.147097 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13233 | 2024.11.19 01:43:10.147113 [ 257 ] {731a259e-70db-4786-8b5c-e27b873e4c72} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003756 sec., 15974.440894568692 rows/sec., 1.08 MiB/sec. | ||
| 13234 | 2024.11.19 01:43:10.147456 [ 257 ] {731a259e-70db-4786-8b5c-e27b873e4c72} <Debug> TCPHandler: Processed in 0.00444719 sec. | ||
| 13235 | 2024.11.19 01:43:10.147714 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 13236 | 2024.11.19 01:43:10.148112 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13237 | 2024.11.19 01:43:10.148177 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7508 rows starting from the beginning of the part | ||
| 13238 | 2024.11.19 01:43:10.148377 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 48 rows starting from the beginning of the part | ||
| 13239 | 2024.11.19 01:43:10.148470 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
| 13240 | 2024.11.19 01:43:10.148756 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part | ||
| 13241 | 2024.11.19 01:43:10.148847 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part | ||
| 13242 | 2024.11.19 01:43:10.148926 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part | ||
| 13243 | 2024.11.19 01:43:10.152232 [ 193 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7818 rows, containing 4 columns (4 merged, 0 gathered) in 0.004946088 sec., 1580643.1264465977 rows/sec., 104.10 MiB/sec. | ||
| 13244 | 2024.11.19 01:43:10.152539 [ 196 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23544 rows, containing 5 columns (5 merged, 0 gathered) in 0.009890687 sec., 2380421.0971391574 rows/sec., 162.77 MiB/sec. | ||
| 13245 | 2024.11.19 01:43:10.152743 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13246 | 2024.11.19 01:43:10.153112 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_126_25} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13247 | 2024.11.19 01:43:10.153205 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_126_25} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13248 | 2024.11.19 01:43:10.153323 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. | ||
| 13249 | 2024.11.19 01:43:10.153566 [ 187 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 13250 | 2024.11.19 01:43:10.153907 [ 187 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_126_25} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13251 | 2024.11.19 01:43:10.153994 [ 187 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_126_25} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 13252 | 2024.11.19 01:43:10.154092 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 13253 | 2024.11.19 01:43:13.720129 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13254 | 2024.11.19 01:43:13.720198 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13255 | 2024.11.19 01:43:15.133076 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13256 | 2024.11.19 01:43:15.133384 [ 260 ] {0862086f-5911-4a28-99dc-7dbdf61283ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13257 | 2024.11.19 01:43:15.133501 [ 260 ] {0862086f-5911-4a28-99dc-7dbdf61283ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13258 | 2024.11.19 01:43:15.134373 [ 260 ] {0862086f-5911-4a28-99dc-7dbdf61283ab} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13259 | 2024.11.19 01:43:15.134421 [ 260 ] {0862086f-5911-4a28-99dc-7dbdf61283ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13260 | 2024.11.19 01:43:15.134862 [ 260 ] {0862086f-5911-4a28-99dc-7dbdf61283ab} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 13261 | 2024.11.19 01:43:15.135130 [ 260 ] {0862086f-5911-4a28-99dc-7dbdf61283ab} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13262 | 2024.11.19 01:43:15.135357 [ 260 ] {0862086f-5911-4a28-99dc-7dbdf61283ab} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00206 sec., 6796.116504854368 rows/sec., 489.23 KiB/sec. | ||
| 13263 | 2024.11.19 01:43:15.135468 [ 260 ] {0862086f-5911-4a28-99dc-7dbdf61283ab} <Debug> TCPHandler: Processed in 0.002580997 sec. | ||
| 13264 | 2024.11.19 01:43:15.135827 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13265 | 2024.11.19 01:43:15.136137 [ 257 ] {ed8d31c8-b538-4dc0-89bf-bce953b7e322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13266 | 2024.11.19 01:43:15.136253 [ 257 ] {ed8d31c8-b538-4dc0-89bf-bce953b7e322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13267 | 2024.11.19 01:43:15.137395 [ 257 ] {ed8d31c8-b538-4dc0-89bf-bce953b7e322} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13268 | 2024.11.19 01:43:15.137445 [ 257 ] {ed8d31c8-b538-4dc0-89bf-bce953b7e322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13269 | 2024.11.19 01:43:15.137926 [ 257 ] {ed8d31c8-b538-4dc0-89bf-bce953b7e322} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13270 | 2024.11.19 01:43:15.138196 [ 257 ] {ed8d31c8-b538-4dc0-89bf-bce953b7e322} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13271 | 2024.11.19 01:43:15.138447 [ 257 ] {ed8d31c8-b538-4dc0-89bf-bce953b7e322} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002399 sec., 118799.49979157982 rows/sec., 10.50 MiB/sec. | ||
| 13272 | 2024.11.19 01:43:15.138505 [ 223 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13273 | 2024.11.19 01:43:15.138552 [ 257 ] {ed8d31c8-b538-4dc0-89bf-bce953b7e322} <Debug> TCPHandler: Processed in 0.002956033 sec. | ||
| 13274 | 2024.11.19 01:43:15.138561 [ 223 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13275 | 2024.11.19 01:43:15.138750 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13276 | 2024.11.19 01:43:15.138893 [ 260 ] {fffa14fd-95af-423c-985c-d3c41607d20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13277 | 2024.11.19 01:43:15.138955 [ 260 ] {fffa14fd-95af-423c-985c-d3c41607d20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13278 | 2024.11.19 01:43:15.139894 [ 260 ] {fffa14fd-95af-423c-985c-d3c41607d20f} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13279 | 2024.11.19 01:43:15.139938 [ 260 ] {fffa14fd-95af-423c-985c-d3c41607d20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13280 | 2024.11.19 01:43:15.140390 [ 260 ] {fffa14fd-95af-423c-985c-d3c41607d20f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13281 | 2024.11.19 01:43:15.140697 [ 260 ] {fffa14fd-95af-423c-985c-d3c41607d20f} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13282 | 2024.11.19 01:43:15.140966 [ 260 ] {fffa14fd-95af-423c-985c-d3c41607d20f} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.002103 sec., 22824.53637660485 rows/sec., 1.64 MiB/sec. | ||
| 13283 | 2024.11.19 01:43:15.141033 [ 260 ] {fffa14fd-95af-423c-985c-d3c41607d20f} <Debug> TCPHandler: Processed in 0.002380992 sec. | ||
| 13284 | 2024.11.19 01:43:15.141203 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13285 | 2024.11.19 01:43:15.141405 [ 257 ] {76b707f7-a2ec-4a2c-acb0-8135215a284a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13286 | 2024.11.19 01:43:15.141528 [ 257 ] {76b707f7-a2ec-4a2c-acb0-8135215a284a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13287 | 2024.11.19 01:43:15.141580 [ 223 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13288 | 2024.11.19 01:43:15.143287 [ 257 ] {76b707f7-a2ec-4a2c-acb0-8135215a284a} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13289 | 2024.11.19 01:43:15.143331 [ 257 ] {76b707f7-a2ec-4a2c-acb0-8135215a284a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13290 | 2024.11.19 01:43:15.143680 [ 257 ] {76b707f7-a2ec-4a2c-acb0-8135215a284a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13291 | 2024.11.19 01:43:15.143989 [ 257 ] {76b707f7-a2ec-4a2c-acb0-8135215a284a} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13292 | 2024.11.19 01:43:15.144250 [ 257 ] {76b707f7-a2ec-4a2c-acb0-8135215a284a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002911 sec., 4809.343868086568 rows/sec., 336.82 KiB/sec. | ||
| 13293 | 2024.11.19 01:43:15.144455 [ 257 ] {76b707f7-a2ec-4a2c-acb0-8135215a284a} <Debug> TCPHandler: Processed in 0.003325429 sec. | ||
| 13294 | 2024.11.19 01:43:15.144683 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13295 | 2024.11.19 01:43:15.144857 [ 260 ] {cb44d5c4-0ea1-40e5-9a1f-1ab119caa5a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13296 | 2024.11.19 01:43:15.144946 [ 260 ] {cb44d5c4-0ea1-40e5-9a1f-1ab119caa5a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13297 | 2024.11.19 01:43:15.145907 [ 260 ] {cb44d5c4-0ea1-40e5-9a1f-1ab119caa5a8} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13298 | 2024.11.19 01:43:15.145947 [ 260 ] {cb44d5c4-0ea1-40e5-9a1f-1ab119caa5a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13299 | 2024.11.19 01:43:15.146301 [ 260 ] {cb44d5c4-0ea1-40e5-9a1f-1ab119caa5a8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 13300 | 2024.11.19 01:43:15.146545 [ 260 ] {cb44d5c4-0ea1-40e5-9a1f-1ab119caa5a8} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13301 | 2024.11.19 01:43:15.146773 [ 260 ] {cb44d5c4-0ea1-40e5-9a1f-1ab119caa5a8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001977 sec., 6575.619625695498 rows/sec., 409.99 KiB/sec. | ||
| 13302 | 2024.11.19 01:43:15.146899 [ 260 ] {cb44d5c4-0ea1-40e5-9a1f-1ab119caa5a8} <Debug> TCPHandler: Processed in 0.002332232 sec. | ||
| 13303 | 2024.11.19 01:43:15.147112 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13304 | 2024.11.19 01:43:15.147336 [ 257 ] {2daed300-e62d-4916-9836-122d6da783f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13305 | 2024.11.19 01:43:15.147428 [ 257 ] {2daed300-e62d-4916-9836-122d6da783f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13306 | 2024.11.19 01:43:15.148357 [ 257 ] {2daed300-e62d-4916-9836-122d6da783f7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13307 | 2024.11.19 01:43:15.148397 [ 257 ] {2daed300-e62d-4916-9836-122d6da783f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13308 | 2024.11.19 01:43:15.148786 [ 257 ] {2daed300-e62d-4916-9836-122d6da783f7} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13309 | 2024.11.19 01:43:15.149046 [ 257 ] {2daed300-e62d-4916-9836-122d6da783f7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13310 | 2024.11.19 01:43:15.149292 [ 257 ] {2daed300-e62d-4916-9836-122d6da783f7} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002015 sec., 209925.5583126551 rows/sec., 15.01 MiB/sec. | ||
| 13311 | 2024.11.19 01:43:15.149309 [ 220 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13312 | 2024.11.19 01:43:15.149361 [ 257 ] {2daed300-e62d-4916-9836-122d6da783f7} <Debug> TCPHandler: Processed in 0.002368672 sec. | ||
| 13313 | 2024.11.19 01:43:15.149381 [ 220 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13314 | 2024.11.19 01:43:15.149554 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13315 | 2024.11.19 01:43:15.149723 [ 260 ] {a96aa981-d381-470c-aa73-e3445d277cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13316 | 2024.11.19 01:43:15.149816 [ 260 ] {a96aa981-d381-470c-aa73-e3445d277cd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13317 | 2024.11.19 01:43:15.151089 [ 260 ] {a96aa981-d381-470c-aa73-e3445d277cd8} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13318 | 2024.11.19 01:43:15.151128 [ 260 ] {a96aa981-d381-470c-aa73-e3445d277cd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13319 | 2024.11.19 01:43:15.151766 [ 260 ] {a96aa981-d381-470c-aa73-e3445d277cd8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 13320 | 2024.11.19 01:43:15.152165 [ 260 ] {a96aa981-d381-470c-aa73-e3445d277cd8} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13321 | 2024.11.19 01:43:15.152539 [ 260 ] {a96aa981-d381-470c-aa73-e3445d277cd8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002819 sec., 2128.4143313231643 rows/sec., 111.20 KiB/sec. | ||
| 13322 | 2024.11.19 01:43:15.152869 [ 260 ] {a96aa981-d381-470c-aa73-e3445d277cd8} <Debug> TCPHandler: Processed in 0.003408701 sec. | ||
| 13323 | 2024.11.19 01:43:15.153349 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13324 | 2024.11.19 01:43:15.153570 [ 257 ] {3c08a342-834f-4a41-a268-8399cf986e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13325 | 2024.11.19 01:43:15.153608 [ 220 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13326 | 2024.11.19 01:43:15.153675 [ 257 ] {3c08a342-834f-4a41-a268-8399cf986e0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13327 | 2024.11.19 01:43:15.155095 [ 257 ] {3c08a342-834f-4a41-a268-8399cf986e0a} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13328 | 2024.11.19 01:43:15.155137 [ 257 ] {3c08a342-834f-4a41-a268-8399cf986e0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13329 | 2024.11.19 01:43:15.155549 [ 257 ] {3c08a342-834f-4a41-a268-8399cf986e0a} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13330 | 2024.11.19 01:43:15.155803 [ 257 ] {3c08a342-834f-4a41-a268-8399cf986e0a} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13331 | 2024.11.19 01:43:15.156045 [ 257 ] {3c08a342-834f-4a41-a268-8399cf986e0a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002552 sec., 92868.33855799373 rows/sec., 6.22 MiB/sec. | ||
| 13332 | 2024.11.19 01:43:15.156071 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13333 | 2024.11.19 01:43:15.156141 [ 257 ] {3c08a342-834f-4a41-a268-8399cf986e0a} <Debug> TCPHandler: Processed in 0.003134166 sec. | ||
| 13334 | 2024.11.19 01:43:15.156141 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13335 | 2024.11.19 01:43:15.156334 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13336 | 2024.11.19 01:43:15.156469 [ 260 ] {1adbf683-4622-4bce-a13c-ed3c01a96be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13337 | 2024.11.19 01:43:15.156537 [ 260 ] {1adbf683-4622-4bce-a13c-ed3c01a96be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13338 | 2024.11.19 01:43:15.157316 [ 260 ] {1adbf683-4622-4bce-a13c-ed3c01a96be7} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13339 | 2024.11.19 01:43:15.157353 [ 260 ] {1adbf683-4622-4bce-a13c-ed3c01a96be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13340 | 2024.11.19 01:43:15.157785 [ 260 ] {1adbf683-4622-4bce-a13c-ed3c01a96be7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 13341 | 2024.11.19 01:43:15.158078 [ 260 ] {1adbf683-4622-4bce-a13c-ed3c01a96be7} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13342 | 2024.11.19 01:43:15.158320 [ 260 ] {1adbf683-4622-4bce-a13c-ed3c01a96be7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00188 sec., 531.9148936170213 rows/sec., 35.84 KiB/sec. | ||
| 13343 | 2024.11.19 01:43:15.158384 [ 260 ] {1adbf683-4622-4bce-a13c-ed3c01a96be7} <Debug> TCPHandler: Processed in 0.002143288 sec. | ||
| 13344 | 2024.11.19 01:43:15.158551 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13345 | 2024.11.19 01:43:15.158704 [ 257 ] {fff7dee5-765d-46c8-a398-000c306e5dc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13346 | 2024.11.19 01:43:15.158847 [ 257 ] {fff7dee5-765d-46c8-a398-000c306e5dc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13347 | 2024.11.19 01:43:15.159096 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13348 | 2024.11.19 01:43:15.162009 [ 257 ] {fff7dee5-765d-46c8-a398-000c306e5dc2} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13349 | 2024.11.19 01:43:15.162053 [ 257 ] {fff7dee5-765d-46c8-a398-000c306e5dc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13350 | 2024.11.19 01:43:15.162741 [ 257 ] {fff7dee5-765d-46c8-a398-000c306e5dc2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13351 | 2024.11.19 01:43:15.163014 [ 257 ] {fff7dee5-765d-46c8-a398-000c306e5dc2} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13352 | 2024.11.19 01:43:15.163258 [ 257 ] {fff7dee5-765d-46c8-a398-000c306e5dc2} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004585 sec., 8942.202835332608 rows/sec., 16.02 MiB/sec. | ||
| 13353 | 2024.11.19 01:43:15.163352 [ 257 ] {fff7dee5-765d-46c8-a398-000c306e5dc2} <Debug> TCPHandler: Processed in 0.004894957 sec. | ||
| 13354 | 2024.11.19 01:43:15.163511 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13355 | 2024.11.19 01:43:15.163652 [ 260 ] {0c0dfe3e-d8d9-45b8-89fb-22b321fed8b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13356 | 2024.11.19 01:43:15.163711 [ 260 ] {0c0dfe3e-d8d9-45b8-89fb-22b321fed8b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13357 | 2024.11.19 01:43:15.164198 [ 260 ] {0c0dfe3e-d8d9-45b8-89fb-22b321fed8b9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13358 | 2024.11.19 01:43:15.164236 [ 260 ] {0c0dfe3e-d8d9-45b8-89fb-22b321fed8b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13359 | 2024.11.19 01:43:15.164607 [ 260 ] {0c0dfe3e-d8d9-45b8-89fb-22b321fed8b9} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 13360 | 2024.11.19 01:43:15.164862 [ 260 ] {0c0dfe3e-d8d9-45b8-89fb-22b321fed8b9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13361 | 2024.11.19 01:43:15.165055 [ 260 ] {0c0dfe3e-d8d9-45b8-89fb-22b321fed8b9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001435 sec., 57142.85714285714 rows/sec., 3.63 MiB/sec. | ||
| 13362 | 2024.11.19 01:43:15.165102 [ 260 ] {0c0dfe3e-d8d9-45b8-89fb-22b321fed8b9} <Debug> TCPHandler: Processed in 0.0016564 sec. | ||
| 13363 | 2024.11.19 01:43:15.615449 [ 220 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13364 | 2024.11.19 01:43:15.615510 [ 220 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13365 | 2024.11.19 01:43:15.617598 [ 220 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 13366 | 2024.11.19 01:43:18.297034 [ 220 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13367 | 2024.11.19 01:43:18.297104 [ 220 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13368 | 2024.11.19 01:43:18.299017 [ 220 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 13369 | 2024.11.19 01:43:19.164468 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1932 | ||
| 13370 | 2024.11.19 01:43:19.167481 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13371 | 2024.11.19 01:43:19.167547 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13372 | 2024.11.19 01:43:19.169070 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13373 | 2024.11.19 01:43:19.169410 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13374 | 2024.11.19 01:43:19.169958 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1932 | ||
| 13375 | 2024.11.19 01:43:20.125502 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13376 | 2024.11.19 01:43:20.125717 [ 260 ] {42c2c408-39f0-4d0f-8788-993499f316d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13377 | 2024.11.19 01:43:20.125797 [ 260 ] {42c2c408-39f0-4d0f-8788-993499f316d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13378 | 2024.11.19 01:43:20.126559 [ 260 ] {42c2c408-39f0-4d0f-8788-993499f316d3} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13379 | 2024.11.19 01:43:20.126598 [ 260 ] {42c2c408-39f0-4d0f-8788-993499f316d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13380 | 2024.11.19 01:43:20.127037 [ 260 ] {42c2c408-39f0-4d0f-8788-993499f316d3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 13381 | 2024.11.19 01:43:20.127303 [ 260 ] {42c2c408-39f0-4d0f-8788-993499f316d3} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13382 | 2024.11.19 01:43:20.127510 [ 260 ] {42c2c408-39f0-4d0f-8788-993499f316d3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00185 sec., 1081.081081081081 rows/sec., 88.15 KiB/sec. | ||
| 13383 | 2024.11.19 01:43:20.127604 [ 260 ] {42c2c408-39f0-4d0f-8788-993499f316d3} <Debug> TCPHandler: Processed in 0.00223729 sec. | ||
| 13384 | 2024.11.19 01:43:20.127924 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13385 | 2024.11.19 01:43:20.128138 [ 257 ] {f968a029-0396-4506-a13c-bc9a2c9823c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13386 | 2024.11.19 01:43:20.128220 [ 257 ] {f968a029-0396-4506-a13c-bc9a2c9823c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13387 | 2024.11.19 01:43:20.129099 [ 257 ] {f968a029-0396-4506-a13c-bc9a2c9823c5} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13388 | 2024.11.19 01:43:20.129147 [ 257 ] {f968a029-0396-4506-a13c-bc9a2c9823c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13389 | 2024.11.19 01:43:20.129594 [ 257 ] {f968a029-0396-4506-a13c-bc9a2c9823c5} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13390 | 2024.11.19 01:43:20.129868 [ 257 ] {f968a029-0396-4506-a13c-bc9a2c9823c5} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13391 | 2024.11.19 01:43:20.130120 [ 257 ] {f968a029-0396-4506-a13c-bc9a2c9823c5} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.002041 sec., 27927.486526212644 rows/sec., 2.14 MiB/sec. | ||
| 13392 | 2024.11.19 01:43:20.130185 [ 257 ] {f968a029-0396-4506-a13c-bc9a2c9823c5} <Debug> TCPHandler: Processed in 0.002438634 sec. | ||
| 13393 | 2024.11.19 01:43:20.130410 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13394 | 2024.11.19 01:43:20.130631 [ 260 ] {6e5882f6-d2ef-4e5c-a53c-131b2134053f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13395 | 2024.11.19 01:43:20.130722 [ 260 ] {6e5882f6-d2ef-4e5c-a53c-131b2134053f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13396 | 2024.11.19 01:43:20.131434 [ 260 ] {6e5882f6-d2ef-4e5c-a53c-131b2134053f} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13397 | 2024.11.19 01:43:20.131473 [ 260 ] {6e5882f6-d2ef-4e5c-a53c-131b2134053f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13398 | 2024.11.19 01:43:20.131823 [ 260 ] {6e5882f6-d2ef-4e5c-a53c-131b2134053f} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13399 | 2024.11.19 01:43:20.132092 [ 260 ] {6e5882f6-d2ef-4e5c-a53c-131b2134053f} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13400 | 2024.11.19 01:43:20.132610 [ 260 ] {6e5882f6-d2ef-4e5c-a53c-131b2134053f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001993 sec., 1003.5122930255895 rows/sec., 70.07 KiB/sec. | ||
| 13401 | 2024.11.19 01:43:20.132909 [ 260 ] {6e5882f6-d2ef-4e5c-a53c-131b2134053f} <Debug> TCPHandler: Processed in 0.002604967 sec. | ||
| 13402 | 2024.11.19 01:43:20.133216 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13403 | 2024.11.19 01:43:20.133661 [ 257 ] {4e963455-4808-49b8-bf29-3e5376be6ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13404 | 2024.11.19 01:43:20.133864 [ 257 ] {4e963455-4808-49b8-bf29-3e5376be6ce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13405 | 2024.11.19 01:43:20.135074 [ 257 ] {4e963455-4808-49b8-bf29-3e5376be6ce4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13406 | 2024.11.19 01:43:20.135116 [ 257 ] {4e963455-4808-49b8-bf29-3e5376be6ce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13407 | 2024.11.19 01:43:20.135499 [ 257 ] {4e963455-4808-49b8-bf29-3e5376be6ce4} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13408 | 2024.11.19 01:43:20.135756 [ 257 ] {4e963455-4808-49b8-bf29-3e5376be6ce4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13409 | 2024.11.19 01:43:20.135944 [ 257 ] {4e963455-4808-49b8-bf29-3e5376be6ce4} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002433 sec., 27127.00369913687 rows/sec., 2.12 MiB/sec. | ||
| 13410 | 2024.11.19 01:43:20.135998 [ 257 ] {4e963455-4808-49b8-bf29-3e5376be6ce4} <Debug> TCPHandler: Processed in 0.002947823 sec. | ||
| 13411 | 2024.11.19 01:43:20.136161 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13412 | 2024.11.19 01:43:20.136299 [ 260 ] {9f30a726-f998-4db9-b649-1e6274ac252c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13413 | 2024.11.19 01:43:20.136360 [ 260 ] {9f30a726-f998-4db9-b649-1e6274ac252c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13414 | 2024.11.19 01:43:20.137018 [ 260 ] {9f30a726-f998-4db9-b649-1e6274ac252c} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13415 | 2024.11.19 01:43:20.137058 [ 260 ] {9f30a726-f998-4db9-b649-1e6274ac252c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13416 | 2024.11.19 01:43:20.137455 [ 260 ] {9f30a726-f998-4db9-b649-1e6274ac252c} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13417 | 2024.11.19 01:43:20.137705 [ 260 ] {9f30a726-f998-4db9-b649-1e6274ac252c} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13418 | 2024.11.19 01:43:20.137911 [ 260 ] {9f30a726-f998-4db9-b649-1e6274ac252c} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001642 sec., 78562.72838002436 rows/sec., 5.47 MiB/sec. | ||
| 13419 | 2024.11.19 01:43:20.137962 [ 260 ] {9f30a726-f998-4db9-b649-1e6274ac252c} <Debug> TCPHandler: Processed in 0.001868933 sec. | ||
| 13420 | 2024.11.19 01:43:20.138160 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13421 | 2024.11.19 01:43:20.138387 [ 257 ] {aeae546a-277b-468a-8894-1fa58a20af71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13422 | 2024.11.19 01:43:20.138483 [ 257 ] {aeae546a-277b-468a-8894-1fa58a20af71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13423 | 2024.11.19 01:43:20.139234 [ 257 ] {aeae546a-277b-468a-8894-1fa58a20af71} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13424 | 2024.11.19 01:43:20.139273 [ 257 ] {aeae546a-277b-468a-8894-1fa58a20af71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13425 | 2024.11.19 01:43:20.139660 [ 257 ] {aeae546a-277b-468a-8894-1fa58a20af71} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 13426 | 2024.11.19 01:43:20.139901 [ 257 ] {aeae546a-277b-468a-8894-1fa58a20af71} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13427 | 2024.11.19 01:43:20.140116 [ 257 ] {aeae546a-277b-468a-8894-1fa58a20af71} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001789 sec., 26830.63163778647 rows/sec., 1.81 MiB/sec. | ||
| 13428 | 2024.11.19 01:43:20.140168 [ 257 ] {aeae546a-277b-468a-8894-1fa58a20af71} <Debug> TCPHandler: Processed in 0.002118618 sec. | ||
| 13429 | 2024.11.19 01:43:25.127655 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13430 | 2024.11.19 01:43:25.127893 [ 260 ] {b071fd5b-8860-466f-b66c-d9848ecb34df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13431 | 2024.11.19 01:43:25.127978 [ 260 ] {b071fd5b-8860-466f-b66c-d9848ecb34df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13432 | 2024.11.19 01:43:25.128787 [ 260 ] {b071fd5b-8860-466f-b66c-d9848ecb34df} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13433 | 2024.11.19 01:43:25.128842 [ 260 ] {b071fd5b-8860-466f-b66c-d9848ecb34df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13434 | 2024.11.19 01:43:25.129299 [ 260 ] {b071fd5b-8860-466f-b66c-d9848ecb34df} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13435 | 2024.11.19 01:43:25.129564 [ 260 ] {b071fd5b-8860-466f-b66c-d9848ecb34df} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13436 | 2024.11.19 01:43:25.129801 [ 260 ] {b071fd5b-8860-466f-b66c-d9848ecb34df} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001971 sec., 28411.97361745307 rows/sec., 2.18 MiB/sec. | ||
| 13437 | 2024.11.19 01:43:25.129857 [ 260 ] {b071fd5b-8860-466f-b66c-d9848ecb34df} <Debug> TCPHandler: Processed in 0.002344292 sec. | ||
| 13438 | 2024.11.19 01:43:25.130170 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13439 | 2024.11.19 01:43:25.130483 [ 257 ] {bd0a7fde-c96f-443e-9225-222f57de6263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13440 | 2024.11.19 01:43:25.130597 [ 257 ] {bd0a7fde-c96f-443e-9225-222f57de6263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13441 | 2024.11.19 01:43:25.131634 [ 257 ] {bd0a7fde-c96f-443e-9225-222f57de6263} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13442 | 2024.11.19 01:43:25.131682 [ 257 ] {bd0a7fde-c96f-443e-9225-222f57de6263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13443 | 2024.11.19 01:43:25.132138 [ 257 ] {bd0a7fde-c96f-443e-9225-222f57de6263} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13444 | 2024.11.19 01:43:25.132415 [ 257 ] {bd0a7fde-c96f-443e-9225-222f57de6263} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13445 | 2024.11.19 01:43:25.132671 [ 257 ] {bd0a7fde-c96f-443e-9225-222f57de6263} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002277 sec., 28107.158541941153 rows/sec., 2.19 MiB/sec. | ||
| 13446 | 2024.11.19 01:43:25.132745 [ 257 ] {bd0a7fde-c96f-443e-9225-222f57de6263} <Debug> TCPHandler: Processed in 0.002763169 sec. | ||
| 13447 | 2024.11.19 01:43:25.132967 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13448 | 2024.11.19 01:43:25.133207 [ 260 ] {eeb95930-cbaf-4e4d-bab9-c49be3e9ede1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13449 | 2024.11.19 01:43:25.133266 [ 260 ] {eeb95930-cbaf-4e4d-bab9-c49be3e9ede1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13450 | 2024.11.19 01:43:25.133834 [ 260 ] {eeb95930-cbaf-4e4d-bab9-c49be3e9ede1} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13451 | 2024.11.19 01:43:25.133874 [ 260 ] {eeb95930-cbaf-4e4d-bab9-c49be3e9ede1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13452 | 2024.11.19 01:43:25.134276 [ 260 ] {eeb95930-cbaf-4e4d-bab9-c49be3e9ede1} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13453 | 2024.11.19 01:43:25.134525 [ 260 ] {eeb95930-cbaf-4e4d-bab9-c49be3e9ede1} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13454 | 2024.11.19 01:43:25.134734 [ 260 ] {eeb95930-cbaf-4e4d-bab9-c49be3e9ede1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. | ||
| 13455 | 2024.11.19 01:43:25.134786 [ 260 ] {eeb95930-cbaf-4e4d-bab9-c49be3e9ede1} <Debug> TCPHandler: Processed in 0.001943525 sec. | ||
| 13456 | 2024.11.19 01:43:25.134939 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13457 | 2024.11.19 01:43:25.135087 [ 257 ] {1952c0a0-ab7b-4e20-895b-3f7b24aeaf15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13458 | 2024.11.19 01:43:25.135151 [ 257 ] {1952c0a0-ab7b-4e20-895b-3f7b24aeaf15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13459 | 2024.11.19 01:43:25.135681 [ 257 ] {1952c0a0-ab7b-4e20-895b-3f7b24aeaf15} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13460 | 2024.11.19 01:43:25.135723 [ 257 ] {1952c0a0-ab7b-4e20-895b-3f7b24aeaf15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13461 | 2024.11.19 01:43:25.136123 [ 257 ] {1952c0a0-ab7b-4e20-895b-3f7b24aeaf15} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 13462 | 2024.11.19 01:43:25.136368 [ 257 ] {1952c0a0-ab7b-4e20-895b-3f7b24aeaf15} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13463 | 2024.11.19 01:43:25.136550 [ 257 ] {1952c0a0-ab7b-4e20-895b-3f7b24aeaf15} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0015 sec., 40000 rows/sec., 2.70 MiB/sec. | ||
| 13464 | 2024.11.19 01:43:25.136602 [ 257 ] {1952c0a0-ab7b-4e20-895b-3f7b24aeaf15} <Debug> TCPHandler: Processed in 0.001732411 sec. | ||
| 13465 | 2024.11.19 01:43:27.536125 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13466 | 2024.11.19 01:43:27.634618 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62170, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13467 | 2024.11.19 01:43:27.813829 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46000, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13468 | 2024.11.19 01:43:27.819241 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36351, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13469 | 2024.11.19 01:43:27.933628 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50917, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13470 | 2024.11.19 01:43:27.962905 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52254, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13471 | 2024.11.19 01:43:27.965893 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51778, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13472 | 2024.11.19 01:43:28.004170 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48098, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13473 | 2024.11.19 01:43:28.018402 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64105, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13474 | 2024.11.19 01:43:28.023620 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47560, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13475 | 2024.11.19 01:43:28.035251 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45333, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13476 | 2024.11.19 01:43:28.101588 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57312, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13477 | 2024.11.19 01:43:28.117916 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13478 | 2024.11.19 01:43:28.197614 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13479 | 2024.11.19 01:43:28.271969 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36084, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13480 | 2024.11.19 01:43:28.413007 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53527, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13481 | 2024.11.19 01:43:28.720258 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13482 | 2024.11.19 01:43:28.720331 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13483 | 2024.11.19 01:43:28.757394 [ 90 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 13484 | 2024.11.19 01:43:28.757443 [ 90 ] {} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13485 | 2024.11.19 01:43:28.757469 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13486 | 2024.11.19 01:43:28.757607 [ 218 ] {} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13487 | 2024.11.19 01:43:28.757674 [ 218 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13488 | 2024.11.19 01:43:28.757688 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 13489 | 2024.11.19 01:43:28.758036 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13490 | 2024.11.19 01:43:28.758080 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 242 rows starting from the beginning of the part | ||
| 13491 | 2024.11.19 01:43:28.758197 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 13492 | 2024.11.19 01:43:28.758632 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 13493 | 2024.11.19 01:43:28.758975 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 13494 | 2024.11.19 01:43:28.759181 [ 192 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 13495 | 2024.11.19 01:43:28.761247 [ 196 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.003689096 sec., 80778.59724984114 rows/sec., 5.79 MiB/sec. | ||
| 13496 | 2024.11.19 01:43:28.761463 [ 198 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 13497 | 2024.11.19 01:43:28.761487 [ 218 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13498 | 2024.11.19 01:43:28.761940 [ 198 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_41_10} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13499 | 2024.11.19 01:43:28.762029 [ 198 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_41_10} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 13500 | 2024.11.19 01:43:28.762138 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13501 | 2024.11.19 01:43:29.170283 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1952 | ||
| 13502 | 2024.11.19 01:43:29.173543 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13503 | 2024.11.19 01:43:29.173592 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13504 | 2024.11.19 01:43:29.175095 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13505 | 2024.11.19 01:43:29.175414 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13506 | 2024.11.19 01:43:29.175933 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1952 | ||
| 13507 | 2024.11.19 01:43:30.134762 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13508 | 2024.11.19 01:43:30.135072 [ 260 ] {17d493f2-f6b8-4c42-ae7f-875df04b79d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13509 | 2024.11.19 01:43:30.135190 [ 260 ] {17d493f2-f6b8-4c42-ae7f-875df04b79d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13510 | 2024.11.19 01:43:30.136039 [ 260 ] {17d493f2-f6b8-4c42-ae7f-875df04b79d0} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13511 | 2024.11.19 01:43:30.136088 [ 260 ] {17d493f2-f6b8-4c42-ae7f-875df04b79d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13512 | 2024.11.19 01:43:30.136528 [ 260 ] {17d493f2-f6b8-4c42-ae7f-875df04b79d0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13513 | 2024.11.19 01:43:30.136789 [ 260 ] {17d493f2-f6b8-4c42-ae7f-875df04b79d0} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13514 | 2024.11.19 01:43:30.137004 [ 89 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 13515 | 2024.11.19 01:43:30.137034 [ 260 ] {17d493f2-f6b8-4c42-ae7f-875df04b79d0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00205 sec., 6829.268292682927 rows/sec., 491.62 KiB/sec. | ||
| 13516 | 2024.11.19 01:43:30.137130 [ 89 ] {} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13517 | 2024.11.19 01:43:30.137192 [ 260 ] {17d493f2-f6b8-4c42-ae7f-875df04b79d0} <Debug> TCPHandler: Processed in 0.002616147 sec. | ||
| 13518 | 2024.11.19 01:43:30.137218 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13519 | 2024.11.19 01:43:30.137468 [ 224 ] {} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13520 | 2024.11.19 01:43:30.137487 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 13521 | 2024.11.19 01:43:30.137533 [ 224 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13522 | 2024.11.19 01:43:30.137551 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13523 | 2024.11.19 01:43:30.137843 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13524 | 2024.11.19 01:43:30.138003 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 14 rows starting from the beginning of the part | ||
| 13525 | 2024.11.19 01:43:30.138110 [ 257 ] {a6d786c9-9ad6-4da0-a398-0653db3d0337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13526 | 2024.11.19 01:43:30.138317 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 13527 | 2024.11.19 01:43:30.138501 [ 257 ] {a6d786c9-9ad6-4da0-a398-0653db3d0337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13528 | 2024.11.19 01:43:30.138734 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 13529 | 2024.11.19 01:43:30.139239 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 13530 | 2024.11.19 01:43:30.139615 [ 191 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 13531 | 2024.11.19 01:43:30.142829 [ 224 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13532 | 2024.11.19 01:43:30.143717 [ 200 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006355954 sec., 11013.295565071743 rows/sec., 835.83 KiB/sec. | ||
| 13533 | 2024.11.19 01:43:30.144096 [ 200 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 13534 | 2024.11.19 01:43:30.144298 [ 257 ] {a6d786c9-9ad6-4da0-a398-0653db3d0337} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13535 | 2024.11.19 01:43:30.144371 [ 257 ] {a6d786c9-9ad6-4da0-a398-0653db3d0337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13536 | 2024.11.19 01:43:30.144652 [ 200 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_41_10} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13537 | 2024.11.19 01:43:30.144850 [ 200 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_41_10} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 13538 | 2024.11.19 01:43:30.145050 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13539 | 2024.11.19 01:43:30.145204 [ 257 ] {a6d786c9-9ad6-4da0-a398-0653db3d0337} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 13540 | 2024.11.19 01:43:30.145472 [ 257 ] {a6d786c9-9ad6-4da0-a398-0653db3d0337} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13541 | 2024.11.19 01:43:30.145680 [ 257 ] {a6d786c9-9ad6-4da0-a398-0653db3d0337} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.007792 sec., 36575.97535934291 rows/sec., 3.23 MiB/sec. | ||
| 13542 | 2024.11.19 01:43:30.145751 [ 257 ] {a6d786c9-9ad6-4da0-a398-0653db3d0337} <Debug> TCPHandler: Processed in 0.008411931 sec. | ||
| 13543 | 2024.11.19 01:43:30.145919 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13544 | 2024.11.19 01:43:30.146059 [ 260 ] {6a576b6a-d746-4824-af3d-95a1bf3b3e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13545 | 2024.11.19 01:43:30.146123 [ 260 ] {6a576b6a-d746-4824-af3d-95a1bf3b3e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13546 | 2024.11.19 01:43:30.146773 [ 260 ] {6a576b6a-d746-4824-af3d-95a1bf3b3e4e} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13547 | 2024.11.19 01:43:30.146813 [ 260 ] {6a576b6a-d746-4824-af3d-95a1bf3b3e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13548 | 2024.11.19 01:43:30.147195 [ 260 ] {6a576b6a-d746-4824-af3d-95a1bf3b3e4e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13549 | 2024.11.19 01:43:30.147440 [ 260 ] {6a576b6a-d746-4824-af3d-95a1bf3b3e4e} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13550 | 2024.11.19 01:43:30.147689 [ 260 ] {6a576b6a-d746-4824-af3d-95a1bf3b3e4e} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001654 sec., 29020.55622732769 rows/sec., 2.09 MiB/sec. | ||
| 13551 | 2024.11.19 01:43:30.147788 [ 260 ] {6a576b6a-d746-4824-af3d-95a1bf3b3e4e} <Debug> TCPHandler: Processed in 0.001934204 sec. | ||
| 13552 | 2024.11.19 01:43:30.148046 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13553 | 2024.11.19 01:43:30.148294 [ 257 ] {6ffc2aaf-040d-4f79-9c09-b9bfd424b9be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13554 | 2024.11.19 01:43:30.148388 [ 257 ] {6ffc2aaf-040d-4f79-9c09-b9bfd424b9be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13555 | 2024.11.19 01:43:30.149006 [ 257 ] {6ffc2aaf-040d-4f79-9c09-b9bfd424b9be} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13556 | 2024.11.19 01:43:30.149045 [ 257 ] {6ffc2aaf-040d-4f79-9c09-b9bfd424b9be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13557 | 2024.11.19 01:43:30.149407 [ 257 ] {6ffc2aaf-040d-4f79-9c09-b9bfd424b9be} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13558 | 2024.11.19 01:43:30.149653 [ 257 ] {6ffc2aaf-040d-4f79-9c09-b9bfd424b9be} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13559 | 2024.11.19 01:43:30.149874 [ 257 ] {6ffc2aaf-040d-4f79-9c09-b9bfd424b9be} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001632 sec., 8578.43137254902 rows/sec., 600.78 KiB/sec. | ||
| 13560 | 2024.11.19 01:43:30.150007 [ 257 ] {6ffc2aaf-040d-4f79-9c09-b9bfd424b9be} <Debug> TCPHandler: Processed in 0.002135309 sec. | ||
| 13561 | 2024.11.19 01:43:30.150302 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13562 | 2024.11.19 01:43:30.150499 [ 260 ] {5a50790d-6fab-40c0-bf3d-cbca62ddd210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13563 | 2024.11.19 01:43:30.150557 [ 260 ] {5a50790d-6fab-40c0-bf3d-cbca62ddd210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13564 | 2024.11.19 01:43:30.151252 [ 260 ] {5a50790d-6fab-40c0-bf3d-cbca62ddd210} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13565 | 2024.11.19 01:43:30.151304 [ 260 ] {5a50790d-6fab-40c0-bf3d-cbca62ddd210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13566 | 2024.11.19 01:43:30.151696 [ 260 ] {5a50790d-6fab-40c0-bf3d-cbca62ddd210} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13567 | 2024.11.19 01:43:30.151945 [ 260 ] {5a50790d-6fab-40c0-bf3d-cbca62ddd210} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13568 | 2024.11.19 01:43:30.152104 [ 89 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 13569 | 2024.11.19 01:43:30.152162 [ 89 ] {} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13570 | 2024.11.19 01:43:30.152182 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13571 | 2024.11.19 01:43:30.152218 [ 260 ] {5a50790d-6fab-40c0-bf3d-cbca62ddd210} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001736 sec., 7488.479262672811 rows/sec., 466.90 KiB/sec. | ||
| 13572 | 2024.11.19 01:43:30.152413 [ 220 ] {} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13573 | 2024.11.19 01:43:30.152495 [ 260 ] {5a50790d-6fab-40c0-bf3d-cbca62ddd210} <Debug> TCPHandler: Processed in 0.002342732 sec. | ||
| 13574 | 2024.11.19 01:43:30.152508 [ 220 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13575 | 2024.11.19 01:43:30.152542 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 13576 | 2024.11.19 01:43:30.152872 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13577 | 2024.11.19 01:43:30.153014 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13578 | 2024.11.19 01:43:30.153091 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 13 rows starting from the beginning of the part | ||
| 13579 | 2024.11.19 01:43:30.153285 [ 257 ] {2012ea84-7fcd-45ff-8c83-8c83027a43e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13580 | 2024.11.19 01:43:30.153584 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 13581 | 2024.11.19 01:43:30.153649 [ 257 ] {2012ea84-7fcd-45ff-8c83-8c83027a43e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13582 | 2024.11.19 01:43:30.154069 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 13583 | 2024.11.19 01:43:30.154382 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 13584 | 2024.11.19 01:43:30.154815 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 13585 | 2024.11.19 01:43:30.158071 [ 220 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13586 | 2024.11.19 01:43:30.159413 [ 195 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.007124798 sec., 9123.065664458136 rows/sec., 604.46 KiB/sec. | ||
| 13587 | 2024.11.19 01:43:30.159642 [ 257 ] {2012ea84-7fcd-45ff-8c83-8c83027a43e4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13588 | 2024.11.19 01:43:30.159669 [ 196 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 13589 | 2024.11.19 01:43:30.159704 [ 257 ] {2012ea84-7fcd-45ff-8c83-8c83027a43e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13590 | 2024.11.19 01:43:30.160319 [ 196 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_41_10} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13591 | 2024.11.19 01:43:30.160428 [ 257 ] {2012ea84-7fcd-45ff-8c83-8c83027a43e4} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 13592 | 2024.11.19 01:43:30.160473 [ 196 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_41_10} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 13593 | 2024.11.19 01:43:30.160628 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13594 | 2024.11.19 01:43:30.160802 [ 257 ] {2012ea84-7fcd-45ff-8c83-8c83027a43e4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13595 | 2024.11.19 01:43:30.160997 [ 257 ] {2012ea84-7fcd-45ff-8c83-8c83027a43e4} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.007882 sec., 53666.58208576503 rows/sec., 3.84 MiB/sec. | ||
| 13596 | 2024.11.19 01:43:30.161062 [ 257 ] {2012ea84-7fcd-45ff-8c83-8c83027a43e4} <Debug> TCPHandler: Processed in 0.008434582 sec. | ||
| 13597 | 2024.11.19 01:43:30.161240 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13598 | 2024.11.19 01:43:30.161378 [ 260 ] {890e7ac7-368b-45cd-b292-b21af722e575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13599 | 2024.11.19 01:43:30.161440 [ 260 ] {890e7ac7-368b-45cd-b292-b21af722e575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13600 | 2024.11.19 01:43:30.162018 [ 260 ] {890e7ac7-368b-45cd-b292-b21af722e575} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13601 | 2024.11.19 01:43:30.162066 [ 260 ] {890e7ac7-368b-45cd-b292-b21af722e575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13602 | 2024.11.19 01:43:30.162501 [ 260 ] {890e7ac7-368b-45cd-b292-b21af722e575} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13603 | 2024.11.19 01:43:30.162742 [ 260 ] {890e7ac7-368b-45cd-b292-b21af722e575} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13604 | 2024.11.19 01:43:30.162970 [ 260 ] {890e7ac7-368b-45cd-b292-b21af722e575} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001622 sec., 3699.1368680641185 rows/sec., 193.27 KiB/sec. | ||
| 13605 | 2024.11.19 01:43:30.163077 [ 260 ] {890e7ac7-368b-45cd-b292-b21af722e575} <Debug> TCPHandler: Processed in 0.001900314 sec. | ||
| 13606 | 2024.11.19 01:43:30.163268 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13607 | 2024.11.19 01:43:30.163389 [ 257 ] {9bcde9b2-69d5-475e-a441-05187ee1090c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13608 | 2024.11.19 01:43:30.163444 [ 257 ] {9bcde9b2-69d5-475e-a441-05187ee1090c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13609 | 2024.11.19 01:43:30.164165 [ 257 ] {9bcde9b2-69d5-475e-a441-05187ee1090c} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13610 | 2024.11.19 01:43:30.164211 [ 257 ] {9bcde9b2-69d5-475e-a441-05187ee1090c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13611 | 2024.11.19 01:43:30.164646 [ 257 ] {9bcde9b2-69d5-475e-a441-05187ee1090c} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 13612 | 2024.11.19 01:43:30.164888 [ 257 ] {9bcde9b2-69d5-475e-a441-05187ee1090c} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13613 | 2024.11.19 01:43:30.165083 [ 257 ] {9bcde9b2-69d5-475e-a441-05187ee1090c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00172 sec., 137790.6976744186 rows/sec., 9.24 MiB/sec. | ||
| 13614 | 2024.11.19 01:43:30.165193 [ 257 ] {9bcde9b2-69d5-475e-a441-05187ee1090c} <Debug> TCPHandler: Processed in 0.002030756 sec. | ||
| 13615 | 2024.11.19 01:43:30.165400 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13616 | 2024.11.19 01:43:30.165609 [ 260 ] {f01f40c5-2d82-4a4f-baac-334facad99ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13617 | 2024.11.19 01:43:30.165672 [ 260 ] {f01f40c5-2d82-4a4f-baac-334facad99ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13618 | 2024.11.19 01:43:30.166239 [ 260 ] {f01f40c5-2d82-4a4f-baac-334facad99ef} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13619 | 2024.11.19 01:43:30.166286 [ 260 ] {f01f40c5-2d82-4a4f-baac-334facad99ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13620 | 2024.11.19 01:43:30.166681 [ 260 ] {f01f40c5-2d82-4a4f-baac-334facad99ef} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13621 | 2024.11.19 01:43:30.166926 [ 260 ] {f01f40c5-2d82-4a4f-baac-334facad99ef} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13622 | 2024.11.19 01:43:30.167136 [ 260 ] {f01f40c5-2d82-4a4f-baac-334facad99ef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001558 sec., 641.8485237483955 rows/sec., 43.25 KiB/sec. | ||
| 13623 | 2024.11.19 01:43:30.167186 [ 260 ] {f01f40c5-2d82-4a4f-baac-334facad99ef} <Debug> TCPHandler: Processed in 0.001898114 sec. | ||
| 13624 | 2024.11.19 01:43:30.167325 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13625 | 2024.11.19 01:43:30.167450 [ 257 ] {4d01ef01-08c6-4c43-94b8-8ec369558549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13626 | 2024.11.19 01:43:30.167542 [ 257 ] {4d01ef01-08c6-4c43-94b8-8ec369558549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13627 | 2024.11.19 01:43:30.168914 [ 257 ] {4d01ef01-08c6-4c43-94b8-8ec369558549} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13628 | 2024.11.19 01:43:30.168952 [ 257 ] {4d01ef01-08c6-4c43-94b8-8ec369558549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13629 | 2024.11.19 01:43:30.169587 [ 257 ] {4d01ef01-08c6-4c43-94b8-8ec369558549} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13630 | 2024.11.19 01:43:30.169832 [ 257 ] {4d01ef01-08c6-4c43-94b8-8ec369558549} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13631 | 2024.11.19 01:43:30.169962 [ 89 ] {} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 13632 | 2024.11.19 01:43:30.170072 [ 89 ] {} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13633 | 2024.11.19 01:43:30.170099 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 13634 | 2024.11.19 01:43:30.170107 [ 257 ] {4d01ef01-08c6-4c43-94b8-8ec369558549} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002685 sec., 15270.01862197393 rows/sec., 27.36 MiB/sec. | ||
| 13635 | 2024.11.19 01:43:30.170572 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::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 | ||
| 13636 | 2024.11.19 01:43:30.171067 [ 257 ] {4d01ef01-08c6-4c43-94b8-8ec369558549} <Debug> TCPHandler: Processed in 0.003782417 sec. | ||
| 13637 | 2024.11.19 01:43:30.171398 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13638 | 2024.11.19 01:43:30.171707 [ 260 ] {610556a3-2f57-4159-83a9-753f1976cac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13639 | 2024.11.19 01:43:30.171752 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13640 | 2024.11.19 01:43:30.171829 [ 260 ] {610556a3-2f57-4159-83a9-753f1976cac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13641 | 2024.11.19 01:43:30.171922 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 1520 rows starting from the beginning of the part | ||
| 13642 | 2024.11.19 01:43:30.172836 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 41 rows starting from the beginning of the part | ||
| 13643 | 2024.11.19 01:43:30.173488 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part | ||
| 13644 | 2024.11.19 01:43:30.174326 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 41 rows starting from the beginning of the part | ||
| 13645 | 2024.11.19 01:43:30.174437 [ 260 ] {610556a3-2f57-4159-83a9-753f1976cac1} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13646 | 2024.11.19 01:43:30.174529 [ 260 ] {610556a3-2f57-4159-83a9-753f1976cac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13647 | 2024.11.19 01:43:30.175059 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 41 rows starting from the beginning of the part | ||
| 13648 | 2024.11.19 01:43:30.175760 [ 188 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 41 rows starting from the beginning of the part | ||
| 13649 | 2024.11.19 01:43:30.176143 [ 260 ] {610556a3-2f57-4159-83a9-753f1976cac1} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 13650 | 2024.11.19 01:43:30.177014 [ 260 ] {610556a3-2f57-4159-83a9-753f1976cac1} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13651 | 2024.11.19 01:43:30.177422 [ 260 ] {610556a3-2f57-4159-83a9-753f1976cac1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005806 sec., 14123.320702721321 rows/sec., 918.53 KiB/sec. | ||
| 13652 | 2024.11.19 01:43:30.177561 [ 260 ] {610556a3-2f57-4159-83a9-753f1976cac1} <Debug> TCPHandler: Processed in 0.006334003 sec. | ||
| 13653 | 2024.11.19 01:43:30.185152 [ 201 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1725 rows, containing 19 columns (19 merged, 0 gathered) in 0.014940867 sec., 115455.14728161358 rows/sec., 206.89 MiB/sec. | ||
| 13654 | 2024.11.19 01:43:30.187263 [ 186 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 13655 | 2024.11.19 01:43:30.187762 [ 186 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_45_9} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13656 | 2024.11.19 01:43:30.187856 [ 186 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_45_9} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 13657 | 2024.11.19 01:43:30.188031 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.68 MiB. | ||
| 13658 | 2024.11.19 01:43:31.000242 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.40 MiB, peak 202.06 MiB, free memory in arenas 0.00 B, will set to 191.88 MiB (RSS), difference: 1.47 MiB | ||
| 13659 | 2024.11.19 01:43:32.295211 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43154, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13660 | 2024.11.19 01:43:32.577826 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37886, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13661 | 2024.11.19 01:43:32.600223 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59356, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13662 | 2024.11.19 01:43:32.609553 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60214, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13663 | 2024.11.19 01:43:32.862708 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13664 | 2024.11.19 01:43:32.869013 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55946, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13665 | 2024.11.19 01:43:32.920403 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38951, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13666 | 2024.11.19 01:43:32.985012 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52626, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13667 | 2024.11.19 01:43:33.483605 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63857, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13668 | 2024.11.19 01:43:33.942505 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13669 | 2024.11.19 01:43:34.044873 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36384, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13670 | 2024.11.19 01:43:34.142196 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53806, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13671 | 2024.11.19 01:43:34.172836 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49383, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13672 | 2024.11.19 01:43:34.224589 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50519, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13673 | 2024.11.19 01:43:34.229908 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37777, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13674 | 2024.11.19 01:43:34.241766 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52892, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13675 | 2024.11.19 01:43:35.127460 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13676 | 2024.11.19 01:43:35.127653 [ 260 ] {1946ce93-309a-4671-b7cb-b8aacd28fde7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13677 | 2024.11.19 01:43:35.127728 [ 260 ] {1946ce93-309a-4671-b7cb-b8aacd28fde7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13678 | 2024.11.19 01:43:35.128472 [ 260 ] {1946ce93-309a-4671-b7cb-b8aacd28fde7} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13679 | 2024.11.19 01:43:35.128524 [ 260 ] {1946ce93-309a-4671-b7cb-b8aacd28fde7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13680 | 2024.11.19 01:43:35.128949 [ 260 ] {1946ce93-309a-4671-b7cb-b8aacd28fde7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 13681 | 2024.11.19 01:43:35.129206 [ 260 ] {1946ce93-309a-4671-b7cb-b8aacd28fde7} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13682 | 2024.11.19 01:43:35.129421 [ 260 ] {1946ce93-309a-4671-b7cb-b8aacd28fde7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00182 sec., 2197.802197802198 rows/sec., 179.22 KiB/sec. | ||
| 13683 | 2024.11.19 01:43:35.129491 [ 260 ] {1946ce93-309a-4671-b7cb-b8aacd28fde7} <Debug> TCPHandler: Processed in 0.002163449 sec. | ||
| 13684 | 2024.11.19 01:43:35.129778 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13685 | 2024.11.19 01:43:35.129990 [ 257 ] {e5ea0553-a152-4e16-9c7b-9b71454cf8c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13686 | 2024.11.19 01:43:35.130073 [ 257 ] {e5ea0553-a152-4e16-9c7b-9b71454cf8c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13687 | 2024.11.19 01:43:35.130936 [ 257 ] {e5ea0553-a152-4e16-9c7b-9b71454cf8c2} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13688 | 2024.11.19 01:43:35.130985 [ 257 ] {e5ea0553-a152-4e16-9c7b-9b71454cf8c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13689 | 2024.11.19 01:43:35.131416 [ 257 ] {e5ea0553-a152-4e16-9c7b-9b71454cf8c2} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 13690 | 2024.11.19 01:43:35.131671 [ 257 ] {e5ea0553-a152-4e16-9c7b-9b71454cf8c2} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13691 | 2024.11.19 01:43:35.131866 [ 84 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 13692 | 2024.11.19 01:43:35.131933 [ 257 ] {e5ea0553-a152-4e16-9c7b-9b71454cf8c2} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.001997 sec., 29043.56534802203 rows/sec., 2.23 MiB/sec. | ||
| 13693 | 2024.11.19 01:43:35.131947 [ 84 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13694 | 2024.11.19 01:43:35.132020 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13695 | 2024.11.19 01:43:35.132075 [ 257 ] {e5ea0553-a152-4e16-9c7b-9b71454cf8c2} <Debug> TCPHandler: Processed in 0.002471634 sec. | ||
| 13696 | 2024.11.19 01:43:35.132209 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 13697 | 2024.11.19 01:43:35.132292 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13698 | 2024.11.19 01:43:35.132378 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13699 | 2024.11.19 01:43:35.132461 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1435 rows starting from the beginning of the part | ||
| 13700 | 2024.11.19 01:43:35.132551 [ 260 ] {39bb9f76-f36a-45ed-9e32-6b532a8a397c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13701 | 2024.11.19 01:43:35.132669 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 285 rows starting from the beginning of the part | ||
| 13702 | 2024.11.19 01:43:35.132725 [ 260 ] {39bb9f76-f36a-45ed-9e32-6b532a8a397c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13703 | 2024.11.19 01:43:35.133079 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 57 rows starting from the beginning of the part | ||
| 13704 | 2024.11.19 01:43:35.133594 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 56 rows starting from the beginning of the part | ||
| 13705 | 2024.11.19 01:43:35.133976 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 285 rows starting from the beginning of the part | ||
| 13706 | 2024.11.19 01:43:35.134372 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 58 rows starting from the beginning of the part | ||
| 13707 | 2024.11.19 01:43:35.135977 [ 260 ] {39bb9f76-f36a-45ed-9e32-6b532a8a397c} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13708 | 2024.11.19 01:43:35.136050 [ 260 ] {39bb9f76-f36a-45ed-9e32-6b532a8a397c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13709 | 2024.11.19 01:43:35.137135 [ 260 ] {39bb9f76-f36a-45ed-9e32-6b532a8a397c} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13710 | 2024.11.19 01:43:35.137521 [ 260 ] {39bb9f76-f36a-45ed-9e32-6b532a8a397c} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13711 | 2024.11.19 01:43:35.138100 [ 222 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 13712 | 2024.11.19 01:43:35.138279 [ 222 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 13713 | 2024.11.19 01:43:35.138289 [ 260 ] {39bb9f76-f36a-45ed-9e32-6b532a8a397c} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00578 sec., 692.0415224913494 rows/sec., 48.32 KiB/sec. | ||
| 13714 | 2024.11.19 01:43:35.138424 [ 193 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 5 columns (5 merged, 0 gathered) in 0.006292352 sec., 345816.6358143982 rows/sec., 30.51 MiB/sec. | ||
| 13715 | 2024.11.19 01:43:35.138610 [ 260 ] {39bb9f76-f36a-45ed-9e32-6b532a8a397c} <Debug> TCPHandler: Processed in 0.006402464 sec. | ||
| 13716 | 2024.11.19 01:43:35.138898 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13717 | 2024.11.19 01:43:35.138922 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 13718 | 2024.11.19 01:43:35.139196 [ 257 ] {3ee6e4e5-d952-4805-a2a8-726d59ce105b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13719 | 2024.11.19 01:43:35.139328 [ 257 ] {3ee6e4e5-d952-4805-a2a8-726d59ce105b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13720 | 2024.11.19 01:43:35.139801 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_131_26} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13721 | 2024.11.19 01:43:35.140078 [ 187 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_131_26} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 13722 | 2024.11.19 01:43:35.140360 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 13723 | 2024.11.19 01:43:35.141153 [ 257 ] {3ee6e4e5-d952-4805-a2a8-726d59ce105b} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13724 | 2024.11.19 01:43:35.141200 [ 257 ] {3ee6e4e5-d952-4805-a2a8-726d59ce105b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13725 | 2024.11.19 01:43:35.141913 [ 257 ] {3ee6e4e5-d952-4805-a2a8-726d59ce105b} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 13726 | 2024.11.19 01:43:35.142319 [ 257 ] {3ee6e4e5-d952-4805-a2a8-726d59ce105b} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13727 | 2024.11.19 01:43:35.142614 [ 84 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 13728 | 2024.11.19 01:43:35.142728 [ 84 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13729 | 2024.11.19 01:43:35.142801 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13730 | 2024.11.19 01:43:35.142911 [ 257 ] {3ee6e4e5-d952-4805-a2a8-726d59ce105b} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.003795 sec., 17918.313570487484 rows/sec., 1.40 MiB/sec. | ||
| 13731 | 2024.11.19 01:43:35.143028 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 13732 | 2024.11.19 01:43:35.143148 [ 257 ] {3ee6e4e5-d952-4805-a2a8-726d59ce105b} <Debug> TCPHandler: Processed in 0.004400639 sec. | ||
| 13733 | 2024.11.19 01:43:35.143376 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13734 | 2024.11.19 01:43:35.143394 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13735 | 2024.11.19 01:43:35.143472 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 915 rows starting from the beginning of the part | ||
| 13736 | 2024.11.19 01:43:35.143755 [ 260 ] {1a6a4bb1-9896-4f57-b0e9-c7a3ea6620a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13737 | 2024.11.19 01:43:35.143929 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 423 rows starting from the beginning of the part | ||
| 13738 | 2024.11.19 01:43:35.143988 [ 260 ] {1a6a4bb1-9896-4f57-b0e9-c7a3ea6620a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13739 | 2024.11.19 01:43:35.144386 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 66 rows starting from the beginning of the part | ||
| 13740 | 2024.11.19 01:43:35.144791 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 64 rows starting from the beginning of the part | ||
| 13741 | 2024.11.19 01:43:35.145321 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 423 rows starting from the beginning of the part | ||
| 13742 | 2024.11.19 01:43:35.145571 [ 222 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 13743 | 2024.11.19 01:43:35.145974 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 68 rows starting from the beginning of the part | ||
| 13744 | 2024.11.19 01:43:35.148757 [ 260 ] {1a6a4bb1-9896-4f57-b0e9-c7a3ea6620a8} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13745 | 2024.11.19 01:43:35.148830 [ 260 ] {1a6a4bb1-9896-4f57-b0e9-c7a3ea6620a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13746 | 2024.11.19 01:43:35.149418 [ 260 ] {1a6a4bb1-9896-4f57-b0e9-c7a3ea6620a8} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 13747 | 2024.11.19 01:43:35.149771 [ 260 ] {1a6a4bb1-9896-4f57-b0e9-c7a3ea6620a8} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13748 | 2024.11.19 01:43:35.149798 [ 187 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1959 rows, containing 5 columns (5 merged, 0 gathered) in 0.006905904 sec., 283670.3203519771 rows/sec., 21.72 MiB/sec. | ||
| 13749 | 2024.11.19 01:43:35.149984 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 13750 | 2024.11.19 01:43:35.150071 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13751 | 2024.11.19 01:43:35.150131 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13752 | 2024.11.19 01:43:35.150183 [ 260 ] {1a6a4bb1-9896-4f57-b0e9-c7a3ea6620a8} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00656 sec., 24695.121951219513 rows/sec., 1.72 MiB/sec. | ||
| 13753 | 2024.11.19 01:43:35.150297 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 13754 | 2024.11.19 01:43:35.150511 [ 260 ] {1a6a4bb1-9896-4f57-b0e9-c7a3ea6620a8} <Debug> TCPHandler: Processed in 0.007231319 sec. | ||
| 13755 | 2024.11.19 01:43:35.150635 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 13756 | 2024.11.19 01:43:35.150796 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13757 | 2024.11.19 01:43:35.150973 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13758 | 2024.11.19 01:43:35.151072 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_126_25, total 23544 rows starting from the beginning of the part | ||
| 13759 | 2024.11.19 01:43:35.151095 [ 257 ] {41353609-8bdd-409d-9f6a-a87407a46fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13760 | 2024.11.19 01:43:35.151315 [ 257 ] {41353609-8bdd-409d-9f6a-a87407a46fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13761 | 2024.11.19 01:43:35.151445 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 237 rows starting from the beginning of the part | ||
| 13762 | 2024.11.19 01:43:35.151777 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_131_26} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13763 | 2024.11.19 01:43:35.151974 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 129 rows starting from the beginning of the part | ||
| 13764 | 2024.11.19 01:43:35.152466 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part | ||
| 13765 | 2024.11.19 01:43:35.152850 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 237 rows starting from the beginning of the part | ||
| 13766 | 2024.11.19 01:43:35.153201 [ 189 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 162 rows starting from the beginning of the part | ||
| 13767 | 2024.11.19 01:43:35.153274 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_131_26} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 13768 | 2024.11.19 01:43:35.153980 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 13769 | 2024.11.19 01:43:35.154305 [ 257 ] {41353609-8bdd-409d-9f6a-a87407a46fd7} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13770 | 2024.11.19 01:43:35.154350 [ 257 ] {41353609-8bdd-409d-9f6a-a87407a46fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13771 | 2024.11.19 01:43:35.154815 [ 257 ] {41353609-8bdd-409d-9f6a-a87407a46fd7} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 13772 | 2024.11.19 01:43:35.155093 [ 257 ] {41353609-8bdd-409d-9f6a-a87407a46fd7} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13773 | 2024.11.19 01:43:35.155308 [ 84 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 13774 | 2024.11.19 01:43:35.155394 [ 84 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13775 | 2024.11.19 01:43:35.155442 [ 257 ] {41353609-8bdd-409d-9f6a-a87407a46fd7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004439 sec., 13516.557783284523 rows/sec., 932.78 KiB/sec. | ||
| 13776 | 2024.11.19 01:43:35.155481 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13777 | 2024.11.19 01:43:35.156029 [ 257 ] {41353609-8bdd-409d-9f6a-a87407a46fd7} <Debug> TCPHandler: Processed in 0.005372656 sec. | ||
| 13778 | 2024.11.19 01:43:35.156405 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 13779 | 2024.11.19 01:43:35.158082 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13780 | 2024.11.19 01:43:35.158497 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7818 rows starting from the beginning of the part | ||
| 13781 | 2024.11.19 01:43:35.158838 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 82 rows starting from the beginning of the part | ||
| 13782 | 2024.11.19 01:43:35.159149 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 48 rows starting from the beginning of the part | ||
| 13783 | 2024.11.19 01:43:35.159600 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part | ||
| 13784 | 2024.11.19 01:43:35.159716 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 82 rows starting from the beginning of the part | ||
| 13785 | 2024.11.19 01:43:35.159952 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part | ||
| 13786 | 2024.11.19 01:43:35.162189 [ 197 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8150 rows, containing 4 columns (4 merged, 0 gathered) in 0.006516976 sec., 1250580.0236183163 rows/sec., 82.34 MiB/sec. | ||
| 13787 | 2024.11.19 01:43:35.162729 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 13788 | 2024.11.19 01:43:35.163289 [ 189 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_131_26} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13789 | 2024.11.19 01:43:35.163322 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24469 rows, containing 5 columns (5 merged, 0 gathered) in 0.013067483 sec., 1872510.566878105 rows/sec., 128.04 MiB/sec. | ||
| 13790 | 2024.11.19 01:43:35.163420 [ 189 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_131_26} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 13791 | 2024.11.19 01:43:35.163508 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. | ||
| 13792 | 2024.11.19 01:43:35.163897 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 13793 | 2024.11.19 01:43:35.164209 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_131_26} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13794 | 2024.11.19 01:43:35.164294 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_131_26} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 13795 | 2024.11.19 01:43:35.164387 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 13796 | 2024.11.19 01:43:39.176242 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1986 | ||
| 13797 | 2024.11.19 01:43:39.179697 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13798 | 2024.11.19 01:43:39.179751 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13799 | 2024.11.19 01:43:39.181251 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13800 | 2024.11.19 01:43:39.181565 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13801 | 2024.11.19 01:43:39.181835 [ 79 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13802 | 2024.11.19 01:43:39.182002 [ 79 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13803 | 2024.11.19 01:43:39.182139 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13804 | 2024.11.19 01:43:39.182927 [ 192 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 13805 | 2024.11.19 01:43:39.184051 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1986 | ||
| 13806 | 2024.11.19 01:43:39.184546 [ 192 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13807 | 2024.11.19 01:43:39.184750 [ 192 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1848 rows starting from the beginning of the part | ||
| 13808 | 2024.11.19 01:43:39.185301 [ 192 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 20 rows starting from the beginning of the part | ||
| 13809 | 2024.11.19 01:43:39.185816 [ 192 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part | ||
| 13810 | 2024.11.19 01:43:39.186332 [ 192 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 30 rows starting from the beginning of the part | ||
| 13811 | 2024.11.19 01:43:39.186829 [ 192 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 20 rows starting from the beginning of the part | ||
| 13812 | 2024.11.19 01:43:39.187323 [ 192 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 34 rows starting from the beginning of the part | ||
| 13813 | 2024.11.19 01:43:39.196183 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1986 rows, containing 72 columns (72 merged, 0 gathered) in 0.013838348 sec., 143514.24028359455 rows/sec., 109.05 MiB/sec. | ||
| 13814 | 2024.11.19 01:43:39.197984 [ 198 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13815 | 2024.11.19 01:43:39.198777 [ 198 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_66_13} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13816 | 2024.11.19 01:43:39.198860 [ 198 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_66_13} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13817 | 2024.11.19 01:43:39.199169 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.05 MiB. | ||
| 13818 | 2024.11.19 01:43:40.126919 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13819 | 2024.11.19 01:43:40.126978 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13820 | 2024.11.19 01:43:40.127555 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13821 | 2024.11.19 01:43:40.127935 [ 260 ] {782a37fe-70aa-46b9-acf9-87c42d28a8bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13822 | 2024.11.19 01:43:40.128049 [ 260 ] {782a37fe-70aa-46b9-acf9-87c42d28a8bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13823 | 2024.11.19 01:43:40.129706 [ 260 ] {782a37fe-70aa-46b9-acf9-87c42d28a8bb} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13824 | 2024.11.19 01:43:40.129750 [ 260 ] {782a37fe-70aa-46b9-acf9-87c42d28a8bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13825 | 2024.11.19 01:43:40.130505 [ 260 ] {782a37fe-70aa-46b9-acf9-87c42d28a8bb} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 13826 | 2024.11.19 01:43:40.130674 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13827 | 2024.11.19 01:43:40.131012 [ 260 ] {782a37fe-70aa-46b9-acf9-87c42d28a8bb} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13828 | 2024.11.19 01:43:40.131464 [ 223 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13829 | 2024.11.19 01:43:40.131571 [ 223 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13830 | 2024.11.19 01:43:40.131732 [ 260 ] {782a37fe-70aa-46b9-acf9-87c42d28a8bb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.003896 sec., 14373.716632443531 rows/sec., 1.10 MiB/sec. | ||
| 13831 | 2024.11.19 01:43:40.132123 [ 260 ] {782a37fe-70aa-46b9-acf9-87c42d28a8bb} <Debug> TCPHandler: Processed in 0.004770775 sec. | ||
| 13832 | 2024.11.19 01:43:40.132619 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13833 | 2024.11.19 01:43:40.132978 [ 257 ] {fc2d0d22-440e-4efd-8d6a-cc5944ec679d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13834 | 2024.11.19 01:43:40.133099 [ 257 ] {fc2d0d22-440e-4efd-8d6a-cc5944ec679d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13835 | 2024.11.19 01:43:40.134929 [ 257 ] {fc2d0d22-440e-4efd-8d6a-cc5944ec679d} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13836 | 2024.11.19 01:43:40.134983 [ 257 ] {fc2d0d22-440e-4efd-8d6a-cc5944ec679d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13837 | 2024.11.19 01:43:40.135779 [ 257 ] {fc2d0d22-440e-4efd-8d6a-cc5944ec679d} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 13838 | 2024.11.19 01:43:40.135869 [ 223 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13839 | 2024.11.19 01:43:40.136374 [ 257 ] {fc2d0d22-440e-4efd-8d6a-cc5944ec679d} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13840 | 2024.11.19 01:43:40.137004 [ 257 ] {fc2d0d22-440e-4efd-8d6a-cc5944ec679d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004112 sec., 15564.202334630349 rows/sec., 1.21 MiB/sec. | ||
| 13841 | 2024.11.19 01:43:40.137085 [ 257 ] {fc2d0d22-440e-4efd-8d6a-cc5944ec679d} <Debug> TCPHandler: Processed in 0.004782186 sec. | ||
| 13842 | 2024.11.19 01:43:40.137267 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13843 | 2024.11.19 01:43:40.137408 [ 260 ] {36b3a2c8-71a3-429c-91d1-6d33bf606a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13844 | 2024.11.19 01:43:40.137472 [ 260 ] {36b3a2c8-71a3-429c-91d1-6d33bf606a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13845 | 2024.11.19 01:43:40.138120 [ 260 ] {36b3a2c8-71a3-429c-91d1-6d33bf606a8d} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13846 | 2024.11.19 01:43:40.138157 [ 260 ] {36b3a2c8-71a3-429c-91d1-6d33bf606a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13847 | 2024.11.19 01:43:40.138548 [ 260 ] {36b3a2c8-71a3-429c-91d1-6d33bf606a8d} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 13848 | 2024.11.19 01:43:40.138813 [ 260 ] {36b3a2c8-71a3-429c-91d1-6d33bf606a8d} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13849 | 2024.11.19 01:43:40.139010 [ 260 ] {36b3a2c8-71a3-429c-91d1-6d33bf606a8d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001629 sec., 98219.76672805402 rows/sec., 6.84 MiB/sec. | ||
| 13850 | 2024.11.19 01:43:40.139066 [ 260 ] {36b3a2c8-71a3-429c-91d1-6d33bf606a8d} <Debug> TCPHandler: Processed in 0.001864273 sec. | ||
| 13851 | 2024.11.19 01:43:40.139276 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13852 | 2024.11.19 01:43:40.139508 [ 257 ] {862b1d6f-1aae-4172-bc3c-b657dd352f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13853 | 2024.11.19 01:43:40.139607 [ 257 ] {862b1d6f-1aae-4172-bc3c-b657dd352f45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13854 | 2024.11.19 01:43:40.140260 [ 257 ] {862b1d6f-1aae-4172-bc3c-b657dd352f45} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13855 | 2024.11.19 01:43:40.140302 [ 257 ] {862b1d6f-1aae-4172-bc3c-b657dd352f45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13856 | 2024.11.19 01:43:40.140693 [ 257 ] {862b1d6f-1aae-4172-bc3c-b657dd352f45} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 13857 | 2024.11.19 01:43:40.140933 [ 257 ] {862b1d6f-1aae-4172-bc3c-b657dd352f45} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13858 | 2024.11.19 01:43:40.141155 [ 257 ] {862b1d6f-1aae-4172-bc3c-b657dd352f45} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001709 sec., 35108.25043885313 rows/sec., 2.37 MiB/sec. | ||
| 13859 | 2024.11.19 01:43:40.141208 [ 257 ] {862b1d6f-1aae-4172-bc3c-b657dd352f45} <Debug> TCPHandler: Processed in 0.002046427 sec. | ||
| 13860 | 2024.11.19 01:43:40.791914 [ 222 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13861 | 2024.11.19 01:43:40.791969 [ 222 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13862 | 2024.11.19 01:43:40.793886 [ 222 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13863 | 2024.11.19 01:43:41.263598 [ 218 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13864 | 2024.11.19 01:43:41.263675 [ 218 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13865 | 2024.11.19 01:43:41.265732 [ 218 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 13866 | 2024.11.19 01:43:43.018781 [ 76 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 13867 | 2024.11.19 01:43:43.018875 [ 76 ] {} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13868 | 2024.11.19 01:43:43.018898 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13869 | 2024.11.19 01:43:43.019157 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 13870 | 2024.11.19 01:43:43.019831 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13871 | 2024.11.19 01:43:43.019946 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 37 rows starting from the beginning of the part | ||
| 13872 | 2024.11.19 01:43:43.020086 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 13873 | 2024.11.19 01:43:43.020176 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 13874 | 2024.11.19 01:43:43.020367 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 13875 | 2024.11.19 01:43:43.020686 [ 200 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 13876 | 2024.11.19 01:43:43.021806 [ 198 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.002835131 sec., 14461.412894148454 rows/sec., 974.45 KiB/sec. | ||
| 13877 | 2024.11.19 01:43:43.021993 [ 198 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 13878 | 2024.11.19 01:43:43.022329 [ 198 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_41_10} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13879 | 2024.11.19 01:43:43.022424 [ 198 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_41_10} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 13880 | 2024.11.19 01:43:43.022523 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 13881 | 2024.11.19 01:43:43.658511 [ 75 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 13882 | 2024.11.19 01:43:43.658610 [ 75 ] {} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13883 | 2024.11.19 01:43:43.658653 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13884 | 2024.11.19 01:43:43.658857 [ 224 ] {} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13885 | 2024.11.19 01:43:43.658892 [ 186 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 13886 | 2024.11.19 01:43:43.658947 [ 224 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13887 | 2024.11.19 01:43:43.659427 [ 186 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13888 | 2024.11.19 01:43:43.659499 [ 186 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 222 rows starting from the beginning of the part | ||
| 13889 | 2024.11.19 01:43:43.659753 [ 186 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 13890 | 2024.11.19 01:43:43.660146 [ 186 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 13891 | 2024.11.19 01:43:43.660448 [ 186 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 13892 | 2024.11.19 01:43:43.660751 [ 186 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 13893 | 2024.11.19 01:43:43.662712 [ 196 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.00394945 sec., 62287.15390750611 rows/sec., 3.18 MiB/sec. | ||
| 13894 | 2024.11.19 01:43:43.662911 [ 196 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 13895 | 2024.11.19 01:43:43.663042 [ 224 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13896 | 2024.11.19 01:43:43.663357 [ 196 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_41_10} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13897 | 2024.11.19 01:43:43.663446 [ 196 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_41_10} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 13898 | 2024.11.19 01:43:43.663549 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13899 | 2024.11.19 01:43:43.720391 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13900 | 2024.11.19 01:43:43.720433 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13901 | 2024.11.19 01:43:44.939189 [ 221 ] {} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13902 | 2024.11.19 01:43:44.939274 [ 221 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13903 | 2024.11.19 01:43:44.941220 [ 221 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 13904 | 2024.11.19 01:43:45.135428 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13905 | 2024.11.19 01:43:45.135755 [ 260 ] {4613f27c-dac1-4a26-83b2-c70951bf38cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13906 | 2024.11.19 01:43:45.135871 [ 260 ] {4613f27c-dac1-4a26-83b2-c70951bf38cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13907 | 2024.11.19 01:43:45.136687 [ 260 ] {4613f27c-dac1-4a26-83b2-c70951bf38cf} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13908 | 2024.11.19 01:43:45.136731 [ 260 ] {4613f27c-dac1-4a26-83b2-c70951bf38cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13909 | 2024.11.19 01:43:45.137181 [ 260 ] {4613f27c-dac1-4a26-83b2-c70951bf38cf} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13910 | 2024.11.19 01:43:45.137445 [ 260 ] {4613f27c-dac1-4a26-83b2-c70951bf38cf} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13911 | 2024.11.19 01:43:45.137662 [ 260 ] {4613f27c-dac1-4a26-83b2-c70951bf38cf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001987 sec., 7045.797684952189 rows/sec., 507.20 KiB/sec. | ||
| 13912 | 2024.11.19 01:43:45.137743 [ 260 ] {4613f27c-dac1-4a26-83b2-c70951bf38cf} <Debug> TCPHandler: Processed in 0.002501194 sec. | ||
| 13913 | 2024.11.19 01:43:45.138051 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13914 | 2024.11.19 01:43:45.138258 [ 257 ] {db0d1a18-7330-49e4-8d7e-870bdacd4e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13915 | 2024.11.19 01:43:45.138339 [ 257 ] {db0d1a18-7330-49e4-8d7e-870bdacd4e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13916 | 2024.11.19 01:43:45.139271 [ 257 ] {db0d1a18-7330-49e4-8d7e-870bdacd4e28} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13917 | 2024.11.19 01:43:45.139315 [ 257 ] {db0d1a18-7330-49e4-8d7e-870bdacd4e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13918 | 2024.11.19 01:43:45.139766 [ 257 ] {db0d1a18-7330-49e4-8d7e-870bdacd4e28} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 13919 | 2024.11.19 01:43:45.140017 [ 257 ] {db0d1a18-7330-49e4-8d7e-870bdacd4e28} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13920 | 2024.11.19 01:43:45.140248 [ 257 ] {db0d1a18-7330-49e4-8d7e-870bdacd4e28} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002053 sec., 138821.2372138334 rows/sec., 12.27 MiB/sec. | ||
| 13921 | 2024.11.19 01:43:45.140314 [ 257 ] {db0d1a18-7330-49e4-8d7e-870bdacd4e28} <Debug> TCPHandler: Processed in 0.002436204 sec. | ||
| 13922 | 2024.11.19 01:43:45.140508 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13923 | 2024.11.19 01:43:45.140775 [ 260 ] {5e36758a-2c39-44c2-ae18-b90124ce9e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13924 | 2024.11.19 01:43:45.140837 [ 260 ] {5e36758a-2c39-44c2-ae18-b90124ce9e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13925 | 2024.11.19 01:43:45.141447 [ 260 ] {5e36758a-2c39-44c2-ae18-b90124ce9e0d} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13926 | 2024.11.19 01:43:45.141487 [ 260 ] {5e36758a-2c39-44c2-ae18-b90124ce9e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13927 | 2024.11.19 01:43:45.141853 [ 260 ] {5e36758a-2c39-44c2-ae18-b90124ce9e0d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13928 | 2024.11.19 01:43:45.142096 [ 260 ] {5e36758a-2c39-44c2-ae18-b90124ce9e0d} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13929 | 2024.11.19 01:43:45.142228 [ 75 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13930 | 2024.11.19 01:43:45.142272 [ 75 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13931 | 2024.11.19 01:43:45.142276 [ 260 ] {5e36758a-2c39-44c2-ae18-b90124ce9e0d} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001574 sec., 30495.552731893265 rows/sec., 2.20 MiB/sec. | ||
| 13932 | 2024.11.19 01:43:45.142295 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13933 | 2024.11.19 01:43:45.142352 [ 260 ] {5e36758a-2c39-44c2-ae18-b90124ce9e0d} <Debug> TCPHandler: Processed in 0.001945445 sec. | ||
| 13934 | 2024.11.19 01:43:45.142627 [ 195 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
| 13935 | 2024.11.19 01:43:45.142648 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13936 | 2024.11.19 01:43:45.143151 [ 195 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13937 | 2024.11.19 01:43:45.143183 [ 257 ] {157646d1-8fa9-4dba-8ad0-11e4b1aa563c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13938 | 2024.11.19 01:43:45.143291 [ 195 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 66 rows starting from the beginning of the part | ||
| 13939 | 2024.11.19 01:43:45.143408 [ 257 ] {157646d1-8fa9-4dba-8ad0-11e4b1aa563c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13940 | 2024.11.19 01:43:45.143680 [ 195 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 48 rows starting from the beginning of the part | ||
| 13941 | 2024.11.19 01:43:45.144064 [ 195 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 2 rows starting from the beginning of the part | ||
| 13942 | 2024.11.19 01:43:45.144585 [ 195 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 48 rows starting from the beginning of the part | ||
| 13943 | 2024.11.19 01:43:45.145022 [ 195 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 4 rows starting from the beginning of the part | ||
| 13944 | 2024.11.19 01:43:45.145449 [ 195 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 48 rows starting from the beginning of the part | ||
| 13945 | 2024.11.19 01:43:45.147176 [ 257 ] {157646d1-8fa9-4dba-8ad0-11e4b1aa563c} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13946 | 2024.11.19 01:43:45.147248 [ 257 ] {157646d1-8fa9-4dba-8ad0-11e4b1aa563c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13947 | 2024.11.19 01:43:45.148325 [ 257 ] {157646d1-8fa9-4dba-8ad0-11e4b1aa563c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13948 | 2024.11.19 01:43:45.148706 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 5 columns (5 merged, 0 gathered) in 0.006338064 sec., 34079.8073354892 rows/sec., 2.57 MiB/sec. | ||
| 13949 | 2024.11.19 01:43:45.148854 [ 257 ] {157646d1-8fa9-4dba-8ad0-11e4b1aa563c} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13950 | 2024.11.19 01:43:45.148968 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13951 | 2024.11.19 01:43:45.149344 [ 257 ] {157646d1-8fa9-4dba-8ad0-11e4b1aa563c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00631 sec., 2218.7004754358163 rows/sec., 155.38 KiB/sec. | ||
| 13952 | 2024.11.19 01:43:45.149701 [ 257 ] {157646d1-8fa9-4dba-8ad0-11e4b1aa563c} <Debug> TCPHandler: Processed in 0.007223729 sec. | ||
| 13953 | 2024.11.19 01:43:45.149733 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_86_17} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13954 | 2024.11.19 01:43:45.149989 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13955 | 2024.11.19 01:43:45.150084 [ 191 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_86_17} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13956 | 2024.11.19 01:43:45.150248 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13957 | 2024.11.19 01:43:45.150277 [ 260 ] {f70e7a2a-869a-4455-b1e0-cdf3b1fbe76a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13958 | 2024.11.19 01:43:45.150335 [ 260 ] {f70e7a2a-869a-4455-b1e0-cdf3b1fbe76a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13959 | 2024.11.19 01:43:45.151004 [ 260 ] {f70e7a2a-869a-4455-b1e0-cdf3b1fbe76a} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13960 | 2024.11.19 01:43:45.151045 [ 260 ] {f70e7a2a-869a-4455-b1e0-cdf3b1fbe76a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13961 | 2024.11.19 01:43:45.151416 [ 260 ] {f70e7a2a-869a-4455-b1e0-cdf3b1fbe76a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13962 | 2024.11.19 01:43:45.151682 [ 260 ] {f70e7a2a-869a-4455-b1e0-cdf3b1fbe76a} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13963 | 2024.11.19 01:43:45.151901 [ 260 ] {f70e7a2a-869a-4455-b1e0-cdf3b1fbe76a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001662 sec., 7821.901323706377 rows/sec., 487.69 KiB/sec. | ||
| 13964 | 2024.11.19 01:43:45.152102 [ 260 ] {f70e7a2a-869a-4455-b1e0-cdf3b1fbe76a} <Debug> TCPHandler: Processed in 0.00225543 sec. | ||
| 13965 | 2024.11.19 01:43:45.152301 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13966 | 2024.11.19 01:43:45.152419 [ 257 ] {47146f52-7dc8-4f03-9478-94ff49645de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13967 | 2024.11.19 01:43:45.152467 [ 257 ] {47146f52-7dc8-4f03-9478-94ff49645de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13968 | 2024.11.19 01:43:45.153178 [ 257 ] {47146f52-7dc8-4f03-9478-94ff49645de7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13969 | 2024.11.19 01:43:45.153217 [ 257 ] {47146f52-7dc8-4f03-9478-94ff49645de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13970 | 2024.11.19 01:43:45.153606 [ 257 ] {47146f52-7dc8-4f03-9478-94ff49645de7} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 13971 | 2024.11.19 01:43:45.153845 [ 257 ] {47146f52-7dc8-4f03-9478-94ff49645de7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13972 | 2024.11.19 01:43:45.154078 [ 257 ] {47146f52-7dc8-4f03-9478-94ff49645de7} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00168 sec., 251785.71428571426 rows/sec., 18.00 MiB/sec. | ||
| 13973 | 2024.11.19 01:43:45.154164 [ 257 ] {47146f52-7dc8-4f03-9478-94ff49645de7} <Debug> TCPHandler: Processed in 0.001947035 sec. | ||
| 13974 | 2024.11.19 01:43:45.154335 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13975 | 2024.11.19 01:43:45.154499 [ 260 ] {1ff47997-3bef-489e-8d87-6846e1cbd305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13976 | 2024.11.19 01:43:45.154560 [ 260 ] {1ff47997-3bef-489e-8d87-6846e1cbd305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13977 | 2024.11.19 01:43:45.155108 [ 260 ] {1ff47997-3bef-489e-8d87-6846e1cbd305} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13978 | 2024.11.19 01:43:45.155148 [ 260 ] {1ff47997-3bef-489e-8d87-6846e1cbd305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13979 | 2024.11.19 01:43:45.155518 [ 260 ] {1ff47997-3bef-489e-8d87-6846e1cbd305} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13980 | 2024.11.19 01:43:45.155774 [ 260 ] {1ff47997-3bef-489e-8d87-6846e1cbd305} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13981 | 2024.11.19 01:43:45.155949 [ 260 ] {1ff47997-3bef-489e-8d87-6846e1cbd305} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001485 sec., 4040.4040404040406 rows/sec., 211.10 KiB/sec. | ||
| 13982 | 2024.11.19 01:43:45.156000 [ 260 ] {1ff47997-3bef-489e-8d87-6846e1cbd305} <Debug> TCPHandler: Processed in 0.001757191 sec. | ||
| 13983 | 2024.11.19 01:43:45.156147 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13984 | 2024.11.19 01:43:45.156287 [ 257 ] {588fbba8-5b43-45cd-b233-b20268b6aa7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13985 | 2024.11.19 01:43:45.156349 [ 257 ] {588fbba8-5b43-45cd-b233-b20268b6aa7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13986 | 2024.11.19 01:43:45.157034 [ 257 ] {588fbba8-5b43-45cd-b233-b20268b6aa7e} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13987 | 2024.11.19 01:43:45.157073 [ 257 ] {588fbba8-5b43-45cd-b233-b20268b6aa7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13988 | 2024.11.19 01:43:45.157469 [ 257 ] {588fbba8-5b43-45cd-b233-b20268b6aa7e} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 13989 | 2024.11.19 01:43:45.157700 [ 257 ] {588fbba8-5b43-45cd-b233-b20268b6aa7e} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13990 | 2024.11.19 01:43:45.157904 [ 257 ] {588fbba8-5b43-45cd-b233-b20268b6aa7e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001651 sec., 143549.36402180497 rows/sec., 9.62 MiB/sec. | ||
| 13991 | 2024.11.19 01:43:45.157953 [ 257 ] {588fbba8-5b43-45cd-b233-b20268b6aa7e} <Debug> TCPHandler: Processed in 0.001872933 sec. | ||
| 13992 | 2024.11.19 01:43:45.158100 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13993 | 2024.11.19 01:43:45.158238 [ 260 ] {f403cc05-a3e5-42bc-a211-875a64cbdfa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13994 | 2024.11.19 01:43:45.158298 [ 260 ] {f403cc05-a3e5-42bc-a211-875a64cbdfa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13995 | 2024.11.19 01:43:45.158853 [ 260 ] {f403cc05-a3e5-42bc-a211-875a64cbdfa2} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13996 | 2024.11.19 01:43:45.158898 [ 260 ] {f403cc05-a3e5-42bc-a211-875a64cbdfa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 13997 | 2024.11.19 01:43:45.159277 [ 260 ] {f403cc05-a3e5-42bc-a211-875a64cbdfa2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13998 | 2024.11.19 01:43:45.159527 [ 260 ] {f403cc05-a3e5-42bc-a211-875a64cbdfa2} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13999 | 2024.11.19 01:43:45.159705 [ 260 ] {f403cc05-a3e5-42bc-a211-875a64cbdfa2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 44.95 KiB/sec. | ||
| 14000 | 2024.11.19 01:43:45.159752 [ 260 ] {f403cc05-a3e5-42bc-a211-875a64cbdfa2} <Debug> TCPHandler: Processed in 0.001720181 sec. | ||
| 14001 | 2024.11.19 01:43:45.159891 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14002 | 2024.11.19 01:43:45.160008 [ 257 ] {296b3634-2169-49d2-9ba3-b3e9a4596f2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14003 | 2024.11.19 01:43:45.160148 [ 257 ] {296b3634-2169-49d2-9ba3-b3e9a4596f2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14004 | 2024.11.19 01:43:45.161699 [ 257 ] {296b3634-2169-49d2-9ba3-b3e9a4596f2d} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14005 | 2024.11.19 01:43:45.161738 [ 257 ] {296b3634-2169-49d2-9ba3-b3e9a4596f2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14006 | 2024.11.19 01:43:45.162434 [ 257 ] {296b3634-2169-49d2-9ba3-b3e9a4596f2d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14007 | 2024.11.19 01:43:45.162699 [ 257 ] {296b3634-2169-49d2-9ba3-b3e9a4596f2d} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14008 | 2024.11.19 01:43:45.163004 [ 257 ] {296b3634-2169-49d2-9ba3-b3e9a4596f2d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00302 sec., 13576.15894039735 rows/sec., 24.33 MiB/sec. | ||
| 14009 | 2024.11.19 01:43:45.163630 [ 257 ] {296b3634-2169-49d2-9ba3-b3e9a4596f2d} <Debug> TCPHandler: Processed in 0.003782947 sec. | ||
| 14010 | 2024.11.19 01:43:45.163944 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14011 | 2024.11.19 01:43:45.164133 [ 260 ] {f21a1f64-7b8b-4090-a440-f57cee289bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14012 | 2024.11.19 01:43:45.164191 [ 260 ] {f21a1f64-7b8b-4090-a440-f57cee289bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14013 | 2024.11.19 01:43:45.164771 [ 260 ] {f21a1f64-7b8b-4090-a440-f57cee289bae} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14014 | 2024.11.19 01:43:45.164817 [ 260 ] {f21a1f64-7b8b-4090-a440-f57cee289bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14015 | 2024.11.19 01:43:45.165229 [ 260 ] {f21a1f64-7b8b-4090-a440-f57cee289bae} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14016 | 2024.11.19 01:43:45.165499 [ 260 ] {f21a1f64-7b8b-4090-a440-f57cee289bae} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14017 | 2024.11.19 01:43:45.165677 [ 260 ] {f21a1f64-7b8b-4090-a440-f57cee289bae} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001576 sec., 52030.45685279188 rows/sec., 3.30 MiB/sec. | ||
| 14018 | 2024.11.19 01:43:45.165725 [ 260 ] {f21a1f64-7b8b-4090-a440-f57cee289bae} <Debug> TCPHandler: Processed in 0.001944435 sec. | ||
| 14019 | 2024.11.19 01:43:49.184415 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2016 | ||
| 14020 | 2024.11.19 01:43:49.187780 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14021 | 2024.11.19 01:43:49.187841 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14022 | 2024.11.19 01:43:49.189345 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14023 | 2024.11.19 01:43:49.189664 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14024 | 2024.11.19 01:43:49.190230 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2016 | ||
| 14025 | 2024.11.19 01:43:50.126141 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14026 | 2024.11.19 01:43:50.126383 [ 260 ] {a23d0c4c-7c06-49e4-ba47-3421aaa5112a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14027 | 2024.11.19 01:43:50.126459 [ 260 ] {a23d0c4c-7c06-49e4-ba47-3421aaa5112a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14028 | 2024.11.19 01:43:50.127205 [ 260 ] {a23d0c4c-7c06-49e4-ba47-3421aaa5112a} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14029 | 2024.11.19 01:43:50.127257 [ 260 ] {a23d0c4c-7c06-49e4-ba47-3421aaa5112a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14030 | 2024.11.19 01:43:50.127701 [ 260 ] {a23d0c4c-7c06-49e4-ba47-3421aaa5112a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 14031 | 2024.11.19 01:43:50.127984 [ 260 ] {a23d0c4c-7c06-49e4-ba47-3421aaa5112a} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14032 | 2024.11.19 01:43:50.128190 [ 260 ] {a23d0c4c-7c06-49e4-ba47-3421aaa5112a} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001864 sec., 5364.806866952789 rows/sec., 437.46 KiB/sec. | ||
| 14033 | 2024.11.19 01:43:50.128245 [ 260 ] {a23d0c4c-7c06-49e4-ba47-3421aaa5112a} <Debug> TCPHandler: Processed in 0.002319591 sec. | ||
| 14034 | 2024.11.19 01:43:50.128494 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14035 | 2024.11.19 01:43:50.128707 [ 257 ] {6e9ed302-5b4c-4d63-b096-70ed3ac6d5a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14036 | 2024.11.19 01:43:50.128787 [ 257 ] {6e9ed302-5b4c-4d63-b096-70ed3ac6d5a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14037 | 2024.11.19 01:43:50.129636 [ 257 ] {6e9ed302-5b4c-4d63-b096-70ed3ac6d5a1} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14038 | 2024.11.19 01:43:50.129682 [ 257 ] {6e9ed302-5b4c-4d63-b096-70ed3ac6d5a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14039 | 2024.11.19 01:43:50.130128 [ 257 ] {6e9ed302-5b4c-4d63-b096-70ed3ac6d5a1} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 14040 | 2024.11.19 01:43:50.130392 [ 257 ] {6e9ed302-5b4c-4d63-b096-70ed3ac6d5a1} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14041 | 2024.11.19 01:43:50.130645 [ 257 ] {6e9ed302-5b4c-4d63-b096-70ed3ac6d5a1} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001996 sec., 30561.12224448898 rows/sec., 2.33 MiB/sec. | ||
| 14042 | 2024.11.19 01:43:50.130756 [ 257 ] {6e9ed302-5b4c-4d63-b096-70ed3ac6d5a1} <Debug> TCPHandler: Processed in 0.002402613 sec. | ||
| 14043 | 2024.11.19 01:43:50.130970 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14044 | 2024.11.19 01:43:50.131259 [ 260 ] {c20a3e69-c454-4d79-b0c3-9c14a5ae9d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14045 | 2024.11.19 01:43:50.131318 [ 260 ] {c20a3e69-c454-4d79-b0c3-9c14a5ae9d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14046 | 2024.11.19 01:43:50.131895 [ 260 ] {c20a3e69-c454-4d79-b0c3-9c14a5ae9d6a} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14047 | 2024.11.19 01:43:50.131935 [ 260 ] {c20a3e69-c454-4d79-b0c3-9c14a5ae9d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14048 | 2024.11.19 01:43:50.132299 [ 260 ] {c20a3e69-c454-4d79-b0c3-9c14a5ae9d6a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 14049 | 2024.11.19 01:43:50.132551 [ 260 ] {c20a3e69-c454-4d79-b0c3-9c14a5ae9d6a} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14050 | 2024.11.19 01:43:50.132730 [ 260 ] {c20a3e69-c454-4d79-b0c3-9c14a5ae9d6a} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.001544 sec., 6476.683937823834 rows/sec., 452.23 KiB/sec. | ||
| 14051 | 2024.11.19 01:43:50.132780 [ 260 ] {c20a3e69-c454-4d79-b0c3-9c14a5ae9d6a} <Debug> TCPHandler: Processed in 0.001922784 sec. | ||
| 14052 | 2024.11.19 01:43:50.132998 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14053 | 2024.11.19 01:43:50.133232 [ 257 ] {3c066489-6201-405a-b8db-3460c5d9a42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14054 | 2024.11.19 01:43:50.133292 [ 257 ] {3c066489-6201-405a-b8db-3460c5d9a42c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14055 | 2024.11.19 01:43:50.133916 [ 257 ] {3c066489-6201-405a-b8db-3460c5d9a42c} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14056 | 2024.11.19 01:43:50.133957 [ 257 ] {3c066489-6201-405a-b8db-3460c5d9a42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14057 | 2024.11.19 01:43:50.134334 [ 257 ] {3c066489-6201-405a-b8db-3460c5d9a42c} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 14058 | 2024.11.19 01:43:50.134577 [ 257 ] {3c066489-6201-405a-b8db-3460c5d9a42c} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14059 | 2024.11.19 01:43:50.134793 [ 257 ] {3c066489-6201-405a-b8db-3460c5d9a42c} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001624 sec., 45566.50246305419 rows/sec., 3.57 MiB/sec. | ||
| 14060 | 2024.11.19 01:43:50.134845 [ 257 ] {3c066489-6201-405a-b8db-3460c5d9a42c} <Debug> TCPHandler: Processed in 0.001961205 sec. | ||
| 14061 | 2024.11.19 01:43:50.135001 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14062 | 2024.11.19 01:43:50.135142 [ 260 ] {cfdcedcf-18b0-46d2-ac11-d02e418291f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14063 | 2024.11.19 01:43:50.135205 [ 260 ] {cfdcedcf-18b0-46d2-ac11-d02e418291f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14064 | 2024.11.19 01:43:50.135866 [ 260 ] {cfdcedcf-18b0-46d2-ac11-d02e418291f3} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14065 | 2024.11.19 01:43:50.135911 [ 260 ] {cfdcedcf-18b0-46d2-ac11-d02e418291f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14066 | 2024.11.19 01:43:50.136365 [ 260 ] {cfdcedcf-18b0-46d2-ac11-d02e418291f3} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 14067 | 2024.11.19 01:43:50.136618 [ 260 ] {cfdcedcf-18b0-46d2-ac11-d02e418291f3} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14068 | 2024.11.19 01:43:50.136797 [ 260 ] {cfdcedcf-18b0-46d2-ac11-d02e418291f3} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.001689 sec., 78744.81941977501 rows/sec., 5.48 MiB/sec. | ||
| 14069 | 2024.11.19 01:43:50.136846 [ 260 ] {cfdcedcf-18b0-46d2-ac11-d02e418291f3} <Debug> TCPHandler: Processed in 0.001911824 sec. | ||
| 14070 | 2024.11.19 01:43:50.136991 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14071 | 2024.11.19 01:43:50.137111 [ 257 ] {c612824a-13cb-406f-a271-439d7be43b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14072 | 2024.11.19 01:43:50.137164 [ 257 ] {c612824a-13cb-406f-a271-439d7be43b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14073 | 2024.11.19 01:43:50.138016 [ 257 ] {c612824a-13cb-406f-a271-439d7be43b89} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14074 | 2024.11.19 01:43:50.138093 [ 257 ] {c612824a-13cb-406f-a271-439d7be43b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14075 | 2024.11.19 01:43:50.138543 [ 257 ] {c612824a-13cb-406f-a271-439d7be43b89} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 14076 | 2024.11.19 01:43:50.138795 [ 257 ] {c612824a-13cb-406f-a271-439d7be43b89} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14077 | 2024.11.19 01:43:50.139006 [ 257 ] {c612824a-13cb-406f-a271-439d7be43b89} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001921 sec., 24986.985944820408 rows/sec., 1.68 MiB/sec. | ||
| 14078 | 2024.11.19 01:43:50.139053 [ 257 ] {c612824a-13cb-406f-a271-439d7be43b89} <Debug> TCPHandler: Processed in 0.002121148 sec. | ||
| 14079 | 2024.11.19 01:43:55.127052 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14080 | 2024.11.19 01:43:55.127270 [ 260 ] {5309340f-ac30-445e-a23f-b65ee43e8328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14081 | 2024.11.19 01:43:55.127350 [ 260 ] {5309340f-ac30-445e-a23f-b65ee43e8328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14082 | 2024.11.19 01:43:55.128169 [ 260 ] {5309340f-ac30-445e-a23f-b65ee43e8328} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14083 | 2024.11.19 01:43:55.128230 [ 260 ] {5309340f-ac30-445e-a23f-b65ee43e8328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14084 | 2024.11.19 01:43:55.128708 [ 260 ] {5309340f-ac30-445e-a23f-b65ee43e8328} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 14085 | 2024.11.19 01:43:55.128977 [ 260 ] {5309340f-ac30-445e-a23f-b65ee43e8328} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14086 | 2024.11.19 01:43:55.129223 [ 260 ] {5309340f-ac30-445e-a23f-b65ee43e8328} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002009 sec., 27874.564459930316 rows/sec., 2.14 MiB/sec. | ||
| 14087 | 2024.11.19 01:43:55.129293 [ 260 ] {5309340f-ac30-445e-a23f-b65ee43e8328} <Debug> TCPHandler: Processed in 0.002379473 sec. | ||
| 14088 | 2024.11.19 01:43:55.129558 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14089 | 2024.11.19 01:43:55.129745 [ 257 ] {ee67c3fc-d2da-4232-a3ff-569e662d7edd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14090 | 2024.11.19 01:43:55.129821 [ 257 ] {ee67c3fc-d2da-4232-a3ff-569e662d7edd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14091 | 2024.11.19 01:43:55.130611 [ 257 ] {ee67c3fc-d2da-4232-a3ff-569e662d7edd} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14092 | 2024.11.19 01:43:55.130658 [ 257 ] {ee67c3fc-d2da-4232-a3ff-569e662d7edd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14093 | 2024.11.19 01:43:55.131121 [ 257 ] {ee67c3fc-d2da-4232-a3ff-569e662d7edd} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 14094 | 2024.11.19 01:43:55.131383 [ 257 ] {ee67c3fc-d2da-4232-a3ff-569e662d7edd} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14095 | 2024.11.19 01:43:55.131647 [ 257 ] {ee67c3fc-d2da-4232-a3ff-569e662d7edd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001954 sec., 32753.326509723644 rows/sec., 2.56 MiB/sec. | ||
| 14096 | 2024.11.19 01:43:55.131711 [ 257 ] {ee67c3fc-d2da-4232-a3ff-569e662d7edd} <Debug> TCPHandler: Processed in 0.002284731 sec. | ||
| 14097 | 2024.11.19 01:43:55.131874 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14098 | 2024.11.19 01:43:55.132029 [ 260 ] {91ff9cd6-d83e-4aa6-8b81-720f741efe01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14099 | 2024.11.19 01:43:55.132101 [ 260 ] {91ff9cd6-d83e-4aa6-8b81-720f741efe01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14100 | 2024.11.19 01:43:55.132754 [ 260 ] {91ff9cd6-d83e-4aa6-8b81-720f741efe01} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14101 | 2024.11.19 01:43:55.132799 [ 260 ] {91ff9cd6-d83e-4aa6-8b81-720f741efe01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14102 | 2024.11.19 01:43:55.133213 [ 260 ] {91ff9cd6-d83e-4aa6-8b81-720f741efe01} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 14103 | 2024.11.19 01:43:55.133479 [ 260 ] {91ff9cd6-d83e-4aa6-8b81-720f741efe01} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14104 | 2024.11.19 01:43:55.133729 [ 260 ] {91ff9cd6-d83e-4aa6-8b81-720f741efe01} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001738 sec., 92059.83889528194 rows/sec., 6.41 MiB/sec. | ||
| 14105 | 2024.11.19 01:43:55.133785 [ 260 ] {91ff9cd6-d83e-4aa6-8b81-720f741efe01} <Debug> TCPHandler: Processed in 0.001985496 sec. | ||
| 14106 | 2024.11.19 01:43:55.133951 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14107 | 2024.11.19 01:43:55.134077 [ 257 ] {a5dd73eb-b24e-47e7-b449-c26d1eb852c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14108 | 2024.11.19 01:43:55.134135 [ 257 ] {a5dd73eb-b24e-47e7-b449-c26d1eb852c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14109 | 2024.11.19 01:43:55.134667 [ 257 ] {a5dd73eb-b24e-47e7-b449-c26d1eb852c9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14110 | 2024.11.19 01:43:55.134708 [ 257 ] {a5dd73eb-b24e-47e7-b449-c26d1eb852c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14111 | 2024.11.19 01:43:55.135100 [ 257 ] {a5dd73eb-b24e-47e7-b449-c26d1eb852c9} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 14112 | 2024.11.19 01:43:55.135347 [ 257 ] {a5dd73eb-b24e-47e7-b449-c26d1eb852c9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14113 | 2024.11.19 01:43:55.135569 [ 257 ] {a5dd73eb-b24e-47e7-b449-c26d1eb852c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001523 sec., 39395.92908732764 rows/sec., 2.66 MiB/sec. | ||
| 14114 | 2024.11.19 01:43:55.135618 [ 257 ] {a5dd73eb-b24e-47e7-b449-c26d1eb852c9} <Debug> TCPHandler: Processed in 0.001728221 sec. | ||
| 14115 | 2024.11.19 01:43:57.552240 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63566, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14116 | 2024.11.19 01:43:57.643698 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59476, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14117 | 2024.11.19 01:43:57.830828 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53984, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14118 | 2024.11.19 01:43:57.834137 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14119 | 2024.11.19 01:43:57.952487 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51492, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14120 | 2024.11.19 01:43:57.969651 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60675, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14121 | 2024.11.19 01:43:57.969930 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48732, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14122 | 2024.11.19 01:43:58.021391 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39681, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14123 | 2024.11.19 01:43:58.027704 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33647, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14124 | 2024.11.19 01:43:58.042035 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32909, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14125 | 2024.11.19 01:43:58.043101 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62804, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14126 | 2024.11.19 01:43:58.106381 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49747, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14127 | 2024.11.19 01:43:58.138724 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14128 | 2024.11.19 01:43:58.202390 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14129 | 2024.11.19 01:43:58.275931 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44131, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14130 | 2024.11.19 01:43:58.429802 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64449, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14131 | 2024.11.19 01:43:58.720492 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14132 | 2024.11.19 01:43:58.720575 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14133 | 2024.11.19 01:43:59.190548 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2036 | ||
| 14134 | 2024.11.19 01:43:59.193374 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14135 | 2024.11.19 01:43:59.193432 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14136 | 2024.11.19 01:43:59.194931 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14137 | 2024.11.19 01:43:59.195275 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14138 | 2024.11.19 01:43:59.195914 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2036 | ||
| 14139 | 2024.11.19 01:44:00.001207 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.06 MiB, peak 203.80 MiB, free memory in arenas 0.00 B, will set to 192.06 MiB (RSS), difference: 4.00 MiB | ||
| 14140 | 2024.11.19 01:44:00.134504 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14141 | 2024.11.19 01:44:00.134701 [ 260 ] {03b79d94-620d-499c-a38b-bd4f92862bfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14142 | 2024.11.19 01:44:00.134770 [ 260 ] {03b79d94-620d-499c-a38b-bd4f92862bfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14143 | 2024.11.19 01:44:00.135540 [ 260 ] {03b79d94-620d-499c-a38b-bd4f92862bfc} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14144 | 2024.11.19 01:44:00.135594 [ 260 ] {03b79d94-620d-499c-a38b-bd4f92862bfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14145 | 2024.11.19 01:44:00.136031 [ 260 ] {03b79d94-620d-499c-a38b-bd4f92862bfc} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 14146 | 2024.11.19 01:44:00.136299 [ 260 ] {03b79d94-620d-499c-a38b-bd4f92862bfc} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14147 | 2024.11.19 01:44:00.136538 [ 260 ] {03b79d94-620d-499c-a38b-bd4f92862bfc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001874 sec., 7470.651013874066 rows/sec., 537.79 KiB/sec. | ||
| 14148 | 2024.11.19 01:44:00.136594 [ 260 ] {03b79d94-620d-499c-a38b-bd4f92862bfc} <Debug> TCPHandler: Processed in 0.00223253 sec. | ||
| 14149 | 2024.11.19 01:44:00.136849 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14150 | 2024.11.19 01:44:00.137034 [ 257 ] {d8b3aa7b-24c4-4a59-b6ce-2ee5cde5f66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14151 | 2024.11.19 01:44:00.137108 [ 257 ] {d8b3aa7b-24c4-4a59-b6ce-2ee5cde5f66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14152 | 2024.11.19 01:44:00.137989 [ 257 ] {d8b3aa7b-24c4-4a59-b6ce-2ee5cde5f66b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14153 | 2024.11.19 01:44:00.138041 [ 257 ] {d8b3aa7b-24c4-4a59-b6ce-2ee5cde5f66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14154 | 2024.11.19 01:44:00.138507 [ 257 ] {d8b3aa7b-24c4-4a59-b6ce-2ee5cde5f66b} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 14155 | 2024.11.19 01:44:00.138773 [ 257 ] {d8b3aa7b-24c4-4a59-b6ce-2ee5cde5f66b} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14156 | 2024.11.19 01:44:00.138962 [ 58 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 14157 | 2024.11.19 01:44:00.139035 [ 257 ] {d8b3aa7b-24c4-4a59-b6ce-2ee5cde5f66b} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002046 sec., 139296.18768328446 rows/sec., 12.31 MiB/sec. | ||
| 14158 | 2024.11.19 01:44:00.139045 [ 58 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14159 | 2024.11.19 01:44:00.139120 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14160 | 2024.11.19 01:44:00.139167 [ 257 ] {d8b3aa7b-24c4-4a59-b6ce-2ee5cde5f66b} <Debug> TCPHandler: Processed in 0.002448234 sec. | ||
| 14161 | 2024.11.19 01:44:00.139399 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14162 | 2024.11.19 01:44:00.139411 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 14163 | 2024.11.19 01:44:00.139625 [ 260 ] {b416552c-e493-41d0-be30-da31223b3717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14164 | 2024.11.19 01:44:00.139704 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14165 | 2024.11.19 01:44:00.139730 [ 260 ] {b416552c-e493-41d0-be30-da31223b3717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14166 | 2024.11.19 01:44:00.139769 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1435 rows starting from the beginning of the part | ||
| 14167 | 2024.11.19 01:44:00.140059 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 56 rows starting from the beginning of the part | ||
| 14168 | 2024.11.19 01:44:00.140333 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 285 rows starting from the beginning of the part | ||
| 14169 | 2024.11.19 01:44:00.140708 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 61 rows starting from the beginning of the part | ||
| 14170 | 2024.11.19 01:44:00.141206 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 56 rows starting from the beginning of the part | ||
| 14171 | 2024.11.19 01:44:00.141556 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 285 rows starting from the beginning of the part | ||
| 14172 | 2024.11.19 01:44:00.142958 [ 260 ] {b416552c-e493-41d0-be30-da31223b3717} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14173 | 2024.11.19 01:44:00.143021 [ 260 ] {b416552c-e493-41d0-be30-da31223b3717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14174 | 2024.11.19 01:44:00.144096 [ 260 ] {b416552c-e493-41d0-be30-da31223b3717} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14175 | 2024.11.19 01:44:00.144505 [ 260 ] {b416552c-e493-41d0-be30-da31223b3717} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14176 | 2024.11.19 01:44:00.144977 [ 260 ] {b416552c-e493-41d0-be30-da31223b3717} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005423 sec., 8851.189378572746 rows/sec., 652.60 KiB/sec. | ||
| 14177 | 2024.11.19 01:44:00.145293 [ 260 ] {b416552c-e493-41d0-be30-da31223b3717} <Debug> TCPHandler: Processed in 0.006012347 sec. | ||
| 14178 | 2024.11.19 01:44:00.145324 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2178 rows, containing 5 columns (5 merged, 0 gathered) in 0.006081439 sec., 358138.92073898955 rows/sec., 31.60 MiB/sec. | ||
| 14179 | 2024.11.19 01:44:00.145461 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14180 | 2024.11.19 01:44:00.145575 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 14181 | 2024.11.19 01:44:00.145704 [ 257 ] {608a34bf-bd22-4ba6-aebb-7b1f101d786b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14182 | 2024.11.19 01:44:00.145811 [ 257 ] {608a34bf-bd22-4ba6-aebb-7b1f101d786b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14183 | 2024.11.19 01:44:00.146164 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_136_27} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14184 | 2024.11.19 01:44:00.146401 [ 188 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_136_27} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 14185 | 2024.11.19 01:44:00.146604 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 14186 | 2024.11.19 01:44:00.146957 [ 257 ] {608a34bf-bd22-4ba6-aebb-7b1f101d786b} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14187 | 2024.11.19 01:44:00.147005 [ 257 ] {608a34bf-bd22-4ba6-aebb-7b1f101d786b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14188 | 2024.11.19 01:44:00.147375 [ 257 ] {608a34bf-bd22-4ba6-aebb-7b1f101d786b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14189 | 2024.11.19 01:44:00.147619 [ 257 ] {608a34bf-bd22-4ba6-aebb-7b1f101d786b} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14190 | 2024.11.19 01:44:00.147840 [ 257 ] {608a34bf-bd22-4ba6-aebb-7b1f101d786b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002234 sec., 6266.786034019696 rows/sec., 438.88 KiB/sec. | ||
| 14191 | 2024.11.19 01:44:00.147895 [ 257 ] {608a34bf-bd22-4ba6-aebb-7b1f101d786b} <Debug> TCPHandler: Processed in 0.002515375 sec. | ||
| 14192 | 2024.11.19 01:44:00.148041 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14193 | 2024.11.19 01:44:00.148181 [ 260 ] {40a3edd6-17a7-4fad-92fb-3fb8293a0c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14194 | 2024.11.19 01:44:00.148269 [ 260 ] {40a3edd6-17a7-4fad-92fb-3fb8293a0c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14195 | 2024.11.19 01:44:00.148909 [ 260 ] {40a3edd6-17a7-4fad-92fb-3fb8293a0c18} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14196 | 2024.11.19 01:44:00.148950 [ 260 ] {40a3edd6-17a7-4fad-92fb-3fb8293a0c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14197 | 2024.11.19 01:44:00.149310 [ 260 ] {40a3edd6-17a7-4fad-92fb-3fb8293a0c18} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 14198 | 2024.11.19 01:44:00.149555 [ 260 ] {40a3edd6-17a7-4fad-92fb-3fb8293a0c18} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14199 | 2024.11.19 01:44:00.149809 [ 260 ] {40a3edd6-17a7-4fad-92fb-3fb8293a0c18} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001656 sec., 7850.24154589372 rows/sec., 489.46 KiB/sec. | ||
| 14200 | 2024.11.19 01:44:00.150021 [ 260 ] {40a3edd6-17a7-4fad-92fb-3fb8293a0c18} <Debug> TCPHandler: Processed in 0.002041906 sec. | ||
| 14201 | 2024.11.19 01:44:00.150256 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14202 | 2024.11.19 01:44:00.150396 [ 257 ] {6aeb55c2-b3bb-488b-9e2d-e51d8e21f771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14203 | 2024.11.19 01:44:00.150463 [ 257 ] {6aeb55c2-b3bb-488b-9e2d-e51d8e21f771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14204 | 2024.11.19 01:44:00.151235 [ 257 ] {6aeb55c2-b3bb-488b-9e2d-e51d8e21f771} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14205 | 2024.11.19 01:44:00.151276 [ 257 ] {6aeb55c2-b3bb-488b-9e2d-e51d8e21f771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14206 | 2024.11.19 01:44:00.151667 [ 257 ] {6aeb55c2-b3bb-488b-9e2d-e51d8e21f771} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 14207 | 2024.11.19 01:44:00.151911 [ 257 ] {6aeb55c2-b3bb-488b-9e2d-e51d8e21f771} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14208 | 2024.11.19 01:44:00.152083 [ 58 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 14209 | 2024.11.19 01:44:00.152142 [ 58 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14210 | 2024.11.19 01:44:00.152155 [ 257 ] {6aeb55c2-b3bb-488b-9e2d-e51d8e21f771} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00178 sec., 237640.44943820225 rows/sec., 16.99 MiB/sec. | ||
| 14211 | 2024.11.19 01:44:00.152178 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14212 | 2024.11.19 01:44:00.152300 [ 257 ] {6aeb55c2-b3bb-488b-9e2d-e51d8e21f771} <Debug> TCPHandler: Processed in 0.002172489 sec. | ||
| 14213 | 2024.11.19 01:44:00.152419 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 14214 | 2024.11.19 01:44:00.152512 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14215 | 2024.11.19 01:44:00.152682 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14216 | 2024.11.19 01:44:00.152755 [ 260 ] {ab174b4b-7056-48f3-99c1-9b04ac043154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14217 | 2024.11.19 01:44:00.152766 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 915 rows starting from the beginning of the part | ||
| 14218 | 2024.11.19 01:44:00.152852 [ 260 ] {ab174b4b-7056-48f3-99c1-9b04ac043154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14219 | 2024.11.19 01:44:00.153109 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 64 rows starting from the beginning of the part | ||
| 14220 | 2024.11.19 01:44:00.153488 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 423 rows starting from the beginning of the part | ||
| 14221 | 2024.11.19 01:44:00.153862 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 74 rows starting from the beginning of the part | ||
| 14222 | 2024.11.19 01:44:00.154201 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 64 rows starting from the beginning of the part | ||
| 14223 | 2024.11.19 01:44:00.154487 [ 190 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 423 rows starting from the beginning of the part | ||
| 14224 | 2024.11.19 01:44:00.155407 [ 260 ] {ab174b4b-7056-48f3-99c1-9b04ac043154} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14225 | 2024.11.19 01:44:00.155463 [ 260 ] {ab174b4b-7056-48f3-99c1-9b04ac043154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14226 | 2024.11.19 01:44:00.156487 [ 260 ] {ab174b4b-7056-48f3-99c1-9b04ac043154} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 14227 | 2024.11.19 01:44:00.156969 [ 260 ] {ab174b4b-7056-48f3-99c1-9b04ac043154} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14228 | 2024.11.19 01:44:00.157466 [ 260 ] {ab174b4b-7056-48f3-99c1-9b04ac043154} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00473 sec., 1268.4989429175475 rows/sec., 66.27 KiB/sec. | ||
| 14229 | 2024.11.19 01:44:00.157897 [ 260 ] {ab174b4b-7056-48f3-99c1-9b04ac043154} <Debug> TCPHandler: Processed in 0.005485888 sec. | ||
| 14230 | 2024.11.19 01:44:00.158353 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14231 | 2024.11.19 01:44:00.158549 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1963 rows, containing 5 columns (5 merged, 0 gathered) in 0.006262701 sec., 313443.03360482963 rows/sec., 24.00 MiB/sec. | ||
| 14232 | 2024.11.19 01:44:00.158574 [ 257 ] {fc4a8508-70e9-46f8-b9ef-666974e7328a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14233 | 2024.11.19 01:44:00.158636 [ 257 ] {fc4a8508-70e9-46f8-b9ef-666974e7328a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14234 | 2024.11.19 01:44:00.158802 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 14235 | 2024.11.19 01:44:00.159264 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_136_27} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14236 | 2024.11.19 01:44:00.159409 [ 189 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_136_27} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 14237 | 2024.11.19 01:44:00.159433 [ 257 ] {fc4a8508-70e9-46f8-b9ef-666974e7328a} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14238 | 2024.11.19 01:44:00.159483 [ 257 ] {fc4a8508-70e9-46f8-b9ef-666974e7328a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14239 | 2024.11.19 01:44:00.159526 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 14240 | 2024.11.19 01:44:00.159901 [ 257 ] {fc4a8508-70e9-46f8-b9ef-666974e7328a} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 14241 | 2024.11.19 01:44:00.160153 [ 257 ] {fc4a8508-70e9-46f8-b9ef-666974e7328a} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14242 | 2024.11.19 01:44:00.160318 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 14243 | 2024.11.19 01:44:00.160380 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14244 | 2024.11.19 01:44:00.160398 [ 257 ] {fc4a8508-70e9-46f8-b9ef-666974e7328a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001843 sec., 128594.68258274552 rows/sec., 8.62 MiB/sec. | ||
| 14245 | 2024.11.19 01:44:00.160418 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14246 | 2024.11.19 01:44:00.160590 [ 257 ] {fc4a8508-70e9-46f8-b9ef-666974e7328a} <Debug> TCPHandler: Processed in 0.002526215 sec. | ||
| 14247 | 2024.11.19 01:44:00.160675 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 14248 | 2024.11.19 01:44:00.160810 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14249 | 2024.11.19 01:44:00.160835 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14250 | 2024.11.19 01:44:00.160869 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_131_26, total 24469 rows starting from the beginning of the part | ||
| 14251 | 2024.11.19 01:44:00.161017 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part | ||
| 14252 | 2024.11.19 01:44:00.161021 [ 260 ] {fe282a00-9af8-4d30-a9e8-9caca5031575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14253 | 2024.11.19 01:44:00.161208 [ 260 ] {fe282a00-9af8-4d30-a9e8-9caca5031575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14254 | 2024.11.19 01:44:00.161274 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 237 rows starting from the beginning of the part | ||
| 14255 | 2024.11.19 01:44:00.161706 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 133 rows starting from the beginning of the part | ||
| 14256 | 2024.11.19 01:44:00.162002 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part | ||
| 14257 | 2024.11.19 01:44:00.162199 [ 199 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 237 rows starting from the beginning of the part | ||
| 14258 | 2024.11.19 01:44:00.162821 [ 260 ] {fe282a00-9af8-4d30-a9e8-9caca5031575} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14259 | 2024.11.19 01:44:00.162868 [ 260 ] {fe282a00-9af8-4d30-a9e8-9caca5031575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14260 | 2024.11.19 01:44:00.163379 [ 260 ] {fe282a00-9af8-4d30-a9e8-9caca5031575} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 14261 | 2024.11.19 01:44:00.163656 [ 260 ] {fe282a00-9af8-4d30-a9e8-9caca5031575} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14262 | 2024.11.19 01:44:00.164064 [ 260 ] {fe282a00-9af8-4d30-a9e8-9caca5031575} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003115 sec., 321.02728731942216 rows/sec., 21.63 KiB/sec. | ||
| 14263 | 2024.11.19 01:44:00.164452 [ 260 ] {fe282a00-9af8-4d30-a9e8-9caca5031575} <Debug> TCPHandler: Processed in 0.003722567 sec. | ||
| 14264 | 2024.11.19 01:44:00.164921 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14265 | 2024.11.19 01:44:00.165384 [ 257 ] {a040a147-cab2-4552-9979-a33732befdb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14266 | 2024.11.19 01:44:00.165647 [ 257 ] {a040a147-cab2-4552-9979-a33732befdb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14267 | 2024.11.19 01:44:00.167135 [ 257 ] {a040a147-cab2-4552-9979-a33732befdb4} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14268 | 2024.11.19 01:44:00.167211 [ 257 ] {a040a147-cab2-4552-9979-a33732befdb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14269 | 2024.11.19 01:44:00.168037 [ 257 ] {a040a147-cab2-4552-9979-a33732befdb4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14270 | 2024.11.19 01:44:00.168389 [ 257 ] {a040a147-cab2-4552-9979-a33732befdb4} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14271 | 2024.11.19 01:44:00.168744 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 14272 | 2024.11.19 01:44:00.168803 [ 257 ] {a040a147-cab2-4552-9979-a33732befdb4} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003554 sec., 11536.297129994373 rows/sec., 20.67 MiB/sec. | ||
| 14273 | 2024.11.19 01:44:00.168811 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 14274 | 2024.11.19 01:44:00.169280 [ 257 ] {a040a147-cab2-4552-9979-a33732befdb4} <Debug> TCPHandler: Processed in 0.004704964 sec. | ||
| 14275 | 2024.11.19 01:44:00.169475 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14276 | 2024.11.19 01:44:00.169734 [ 260 ] {69eb5ea0-d1c2-42e9-bf8f-175b9f2a92fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14277 | 2024.11.19 01:44:00.169866 [ 260 ] {69eb5ea0-d1c2-42e9-bf8f-175b9f2a92fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14278 | 2024.11.19 01:44:00.171602 [ 260 ] {69eb5ea0-d1c2-42e9-bf8f-175b9f2a92fd} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14279 | 2024.11.19 01:44:00.171752 [ 260 ] {69eb5ea0-d1c2-42e9-bf8f-175b9f2a92fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14280 | 2024.11.19 01:44:00.172057 [ 192 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25396 rows, containing 5 columns (5 merged, 0 gathered) in 0.011508426 sec., 2206730.963904186 rows/sec., 150.88 MiB/sec. | ||
| 14281 | 2024.11.19 01:44:00.172400 [ 192 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 14282 | 2024.11.19 01:44:00.173109 [ 260 ] {69eb5ea0-d1c2-42e9-bf8f-175b9f2a92fd} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 14283 | 2024.11.19 01:44:00.173286 [ 192 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_136_27} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14284 | 2024.11.19 01:44:00.173568 [ 192 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_136_27} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 14285 | 2024.11.19 01:44:00.173801 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 14286 | 2024.11.19 01:44:00.173870 [ 260 ] {69eb5ea0-d1c2-42e9-bf8f-175b9f2a92fd} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14287 | 2024.11.19 01:44:00.173983 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 14288 | 2024.11.19 01:44:00.174176 [ 56 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 14289 | 2024.11.19 01:44:00.174287 [ 56 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14290 | 2024.11.19 01:44:00.174399 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 14291 | 2024.11.19 01:44:00.174643 [ 260 ] {69eb5ea0-d1c2-42e9-bf8f-175b9f2a92fd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004942 sec., 16592.47268312424 rows/sec., 1.05 MiB/sec. | ||
| 14292 | 2024.11.19 01:44:00.175079 [ 260 ] {69eb5ea0-d1c2-42e9-bf8f-175b9f2a92fd} <Debug> TCPHandler: Processed in 0.005686972 sec. | ||
| 14293 | 2024.11.19 01:44:00.175938 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 14294 | 2024.11.19 01:44:00.176567 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14295 | 2024.11.19 01:44:00.176712 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 8150 rows starting from the beginning of the part | ||
| 14296 | 2024.11.19 01:44:00.177254 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part | ||
| 14297 | 2024.11.19 01:44:00.177448 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 82 rows starting from the beginning of the part | ||
| 14298 | 2024.11.19 01:44:00.177698 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 48 rows starting from the beginning of the part | ||
| 14299 | 2024.11.19 01:44:00.177789 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part | ||
| 14300 | 2024.11.19 01:44:00.178006 [ 192 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 82 rows starting from the beginning of the part | ||
| 14301 | 2024.11.19 01:44:00.180902 [ 194 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8482 rows, containing 4 columns (4 merged, 0 gathered) in 0.006249702 sec., 1357184.7105669999 rows/sec., 89.34 MiB/sec. | ||
| 14302 | 2024.11.19 01:44:00.181084 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 14303 | 2024.11.19 01:44:00.181427 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_136_27} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14304 | 2024.11.19 01:44:00.181533 [ 196 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_136_27} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 14305 | 2024.11.19 01:44:00.181620 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
| 14306 | 2024.11.19 01:44:02.304448 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56808, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14307 | 2024.11.19 01:44:02.595081 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33184, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14308 | 2024.11.19 01:44:02.619690 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52105, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14309 | 2024.11.19 01:44:02.622116 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53102, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14310 | 2024.11.19 01:44:02.865061 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14311 | 2024.11.19 01:44:02.885451 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14312 | 2024.11.19 01:44:02.938895 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56744, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14313 | 2024.11.19 01:44:02.999463 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39770, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14314 | 2024.11.19 01:44:03.496113 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60837, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14315 | 2024.11.19 01:44:03.809303 [ 54 ] {} <Debug> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 14316 | 2024.11.19 01:44:03.809369 [ 54 ] {} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14317 | 2024.11.19 01:44:03.809393 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14318 | 2024.11.19 01:44:03.809531 [ 222 ] {} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14319 | 2024.11.19 01:44:03.809584 [ 222 ] {} <Debug> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14320 | 2024.11.19 01:44:03.809620 [ 192 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_41_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_37_9 to all_41_41_0 into Compact with storage Full | ||
| 14321 | 2024.11.19 01:44:03.809887 [ 192 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14322 | 2024.11.19 01:44:03.809926 [ 192 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 18 rows starting from the beginning of the part | ||
| 14323 | 2024.11.19 01:44:03.810083 [ 192 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part | ||
| 14324 | 2024.11.19 01:44:03.810485 [ 192 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part | ||
| 14325 | 2024.11.19 01:44:03.810817 [ 192 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
| 14326 | 2024.11.19 01:44:03.811020 [ 192 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 10 rows starting from the beginning of the part | ||
| 14327 | 2024.11.19 01:44:03.813035 [ 194 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.003560844 sec., 10109.962694237658 rows/sec., 863.89 KiB/sec. | ||
| 14328 | 2024.11.19 01:44:03.813186 [ 222 ] {} <Debug> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 14329 | 2024.11.19 01:44:03.813219 [ 194 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 14330 | 2024.11.19 01:44:03.813646 [ 194 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_41_10} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14331 | 2024.11.19 01:44:03.813724 [ 194 ] {cde596b3-96f6-4bcb-b634-0135486843dd::all_1_41_10} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 14332 | 2024.11.19 01:44:03.813836 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14333 | 2024.11.19 01:44:03.959921 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58960, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14334 | 2024.11.19 01:44:04.048445 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43400, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14335 | 2024.11.19 01:44:04.152781 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39144, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14336 | 2024.11.19 01:44:04.183788 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34381, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14337 | 2024.11.19 01:44:04.230710 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64745, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14338 | 2024.11.19 01:44:04.238814 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55747, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14339 | 2024.11.19 01:44:04.249823 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41034, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14340 | 2024.11.19 01:44:05.127130 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14341 | 2024.11.19 01:44:05.127329 [ 260 ] {941e0449-3628-4689-a34b-9ebfb444fe66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14342 | 2024.11.19 01:44:05.127407 [ 260 ] {941e0449-3628-4689-a34b-9ebfb444fe66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14343 | 2024.11.19 01:44:05.128152 [ 260 ] {941e0449-3628-4689-a34b-9ebfb444fe66} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14344 | 2024.11.19 01:44:05.128205 [ 260 ] {941e0449-3628-4689-a34b-9ebfb444fe66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14345 | 2024.11.19 01:44:05.128635 [ 260 ] {941e0449-3628-4689-a34b-9ebfb444fe66} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 14346 | 2024.11.19 01:44:05.128893 [ 260 ] {941e0449-3628-4689-a34b-9ebfb444fe66} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14347 | 2024.11.19 01:44:05.129119 [ 260 ] {941e0449-3628-4689-a34b-9ebfb444fe66} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001843 sec., 1085.1871947911015 rows/sec., 88.49 KiB/sec. | ||
| 14348 | 2024.11.19 01:44:05.129179 [ 260 ] {941e0449-3628-4689-a34b-9ebfb444fe66} <Debug> TCPHandler: Processed in 0.002181839 sec. | ||
| 14349 | 2024.11.19 01:44:05.129456 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14350 | 2024.11.19 01:44:05.129655 [ 257 ] {ef18a112-1e86-46d4-8c0f-510cffa72ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14351 | 2024.11.19 01:44:05.129731 [ 257 ] {ef18a112-1e86-46d4-8c0f-510cffa72ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14352 | 2024.11.19 01:44:05.130673 [ 257 ] {ef18a112-1e86-46d4-8c0f-510cffa72ce6} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14353 | 2024.11.19 01:44:05.130725 [ 257 ] {ef18a112-1e86-46d4-8c0f-510cffa72ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14354 | 2024.11.19 01:44:05.131272 [ 257 ] {ef18a112-1e86-46d4-8c0f-510cffa72ce6} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14355 | 2024.11.19 01:44:05.131538 [ 257 ] {ef18a112-1e86-46d4-8c0f-510cffa72ce6} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14356 | 2024.11.19 01:44:05.131732 [ 257 ] {ef18a112-1e86-46d4-8c0f-510cffa72ce6} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.002134 sec., 26710.402999062793 rows/sec., 2.05 MiB/sec. | ||
| 14357 | 2024.11.19 01:44:05.131788 [ 257 ] {ef18a112-1e86-46d4-8c0f-510cffa72ce6} <Debug> TCPHandler: Processed in 0.002474824 sec. | ||
| 14358 | 2024.11.19 01:44:05.131968 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14359 | 2024.11.19 01:44:05.132098 [ 260 ] {6d2d6f00-1cd9-4aba-b03b-92508c361d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14360 | 2024.11.19 01:44:05.132152 [ 260 ] {6d2d6f00-1cd9-4aba-b03b-92508c361d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14361 | 2024.11.19 01:44:05.132812 [ 260 ] {6d2d6f00-1cd9-4aba-b03b-92508c361d82} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14362 | 2024.11.19 01:44:05.132854 [ 260 ] {6d2d6f00-1cd9-4aba-b03b-92508c361d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14363 | 2024.11.19 01:44:05.133239 [ 260 ] {6d2d6f00-1cd9-4aba-b03b-92508c361d82} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14364 | 2024.11.19 01:44:05.133509 [ 260 ] {6d2d6f00-1cd9-4aba-b03b-92508c361d82} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14365 | 2024.11.19 01:44:05.133719 [ 260 ] {6d2d6f00-1cd9-4aba-b03b-92508c361d82} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001654 sec., 1209.1898428053203 rows/sec., 84.43 KiB/sec. | ||
| 14366 | 2024.11.19 01:44:05.133774 [ 260 ] {6d2d6f00-1cd9-4aba-b03b-92508c361d82} <Debug> TCPHandler: Processed in 0.001872493 sec. | ||
| 14367 | 2024.11.19 01:44:05.133940 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14368 | 2024.11.19 01:44:05.134070 [ 257 ] {65a147e8-0ed2-4914-b895-8badca89bd15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14369 | 2024.11.19 01:44:05.134123 [ 257 ] {65a147e8-0ed2-4914-b895-8badca89bd15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14370 | 2024.11.19 01:44:05.134802 [ 257 ] {65a147e8-0ed2-4914-b895-8badca89bd15} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14371 | 2024.11.19 01:44:05.134841 [ 257 ] {65a147e8-0ed2-4914-b895-8badca89bd15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14372 | 2024.11.19 01:44:05.135240 [ 257 ] {65a147e8-0ed2-4914-b895-8badca89bd15} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14373 | 2024.11.19 01:44:05.135505 [ 257 ] {65a147e8-0ed2-4914-b895-8badca89bd15} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14374 | 2024.11.19 01:44:05.135708 [ 257 ] {65a147e8-0ed2-4914-b895-8badca89bd15} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001664 sec., 39663.46153846154 rows/sec., 3.10 MiB/sec. | ||
| 14375 | 2024.11.19 01:44:05.135742 [ 225 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14376 | 2024.11.19 01:44:05.135785 [ 225 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14377 | 2024.11.19 01:44:05.135800 [ 257 ] {65a147e8-0ed2-4914-b895-8badca89bd15} <Debug> TCPHandler: Processed in 0.001921124 sec. | ||
| 14378 | 2024.11.19 01:44:05.135985 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14379 | 2024.11.19 01:44:05.136157 [ 260 ] {33f0863a-3f98-4ec6-9544-1015c66a41f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14380 | 2024.11.19 01:44:05.136254 [ 260 ] {33f0863a-3f98-4ec6-9544-1015c66a41f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14381 | 2024.11.19 01:44:05.137488 [ 260 ] {33f0863a-3f98-4ec6-9544-1015c66a41f5} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14382 | 2024.11.19 01:44:05.137553 [ 260 ] {33f0863a-3f98-4ec6-9544-1015c66a41f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14383 | 2024.11.19 01:44:05.138316 [ 260 ] {33f0863a-3f98-4ec6-9544-1015c66a41f5} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14384 | 2024.11.19 01:44:05.138834 [ 260 ] {33f0863a-3f98-4ec6-9544-1015c66a41f5} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14385 | 2024.11.19 01:44:05.139128 [ 260 ] {33f0863a-3f98-4ec6-9544-1015c66a41f5} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.003017 sec., 42757.70633079218 rows/sec., 2.98 MiB/sec. | ||
| 14386 | 2024.11.19 01:44:05.139264 [ 260 ] {33f0863a-3f98-4ec6-9544-1015c66a41f5} <Debug> TCPHandler: Processed in 0.00337546 sec. | ||
| 14387 | 2024.11.19 01:44:05.139299 [ 225 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14388 | 2024.11.19 01:44:05.139488 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14389 | 2024.11.19 01:44:05.139677 [ 257 ] {cc8121fb-7c56-45a1-9476-b757aec93875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14390 | 2024.11.19 01:44:05.139771 [ 257 ] {cc8121fb-7c56-45a1-9476-b757aec93875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14391 | 2024.11.19 01:44:05.140333 [ 257 ] {cc8121fb-7c56-45a1-9476-b757aec93875} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14392 | 2024.11.19 01:44:05.140383 [ 257 ] {cc8121fb-7c56-45a1-9476-b757aec93875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14393 | 2024.11.19 01:44:05.140872 [ 257 ] {cc8121fb-7c56-45a1-9476-b757aec93875} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 14394 | 2024.11.19 01:44:05.141133 [ 257 ] {cc8121fb-7c56-45a1-9476-b757aec93875} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14395 | 2024.11.19 01:44:05.141316 [ 257 ] {cc8121fb-7c56-45a1-9476-b757aec93875} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001701 sec., 28218.69488536155 rows/sec., 1.90 MiB/sec. | ||
| 14396 | 2024.11.19 01:44:05.141366 [ 257 ] {cc8121fb-7c56-45a1-9476-b757aec93875} <Debug> TCPHandler: Processed in 0.001999266 sec. | ||
| 14397 | 2024.11.19 01:44:05.482192 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14398 | 2024.11.19 01:44:05.482246 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14399 | 2024.11.19 01:44:05.484194 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14400 | 2024.11.19 01:44:05.634826 [ 221 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14401 | 2024.11.19 01:44:05.634874 [ 221 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14402 | 2024.11.19 01:44:05.636740 [ 221 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14403 | 2024.11.19 01:44:06.086627 [ 221 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14404 | 2024.11.19 01:44:06.086676 [ 221 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14405 | 2024.11.19 01:44:06.088649 [ 221 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 14406 | 2024.11.19 01:44:08.372021 [ 218 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14407 | 2024.11.19 01:44:08.372092 [ 218 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14408 | 2024.11.19 01:44:08.374012 [ 218 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 14409 | 2024.11.19 01:44:09.196213 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2070 | ||
| 14410 | 2024.11.19 01:44:09.199372 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14411 | 2024.11.19 01:44:09.199423 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14412 | 2024.11.19 01:44:09.200940 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14413 | 2024.11.19 01:44:09.201256 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14414 | 2024.11.19 01:44:09.201810 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2070 | ||
| 14415 | 2024.11.19 01:44:10.129329 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14416 | 2024.11.19 01:44:10.129542 [ 260 ] {68a75dc0-4478-4df8-965f-7d0c8640e9cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14417 | 2024.11.19 01:44:10.129622 [ 260 ] {68a75dc0-4478-4df8-965f-7d0c8640e9cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14418 | 2024.11.19 01:44:10.130433 [ 260 ] {68a75dc0-4478-4df8-965f-7d0c8640e9cc} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14419 | 2024.11.19 01:44:10.130475 [ 260 ] {68a75dc0-4478-4df8-965f-7d0c8640e9cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14420 | 2024.11.19 01:44:10.130917 [ 260 ] {68a75dc0-4478-4df8-965f-7d0c8640e9cc} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14421 | 2024.11.19 01:44:10.131175 [ 260 ] {68a75dc0-4478-4df8-965f-7d0c8640e9cc} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14422 | 2024.11.19 01:44:10.131368 [ 260 ] {68a75dc0-4478-4df8-965f-7d0c8640e9cc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001886 sec., 29692.470837751855 rows/sec., 2.28 MiB/sec. | ||
| 14423 | 2024.11.19 01:44:10.131423 [ 260 ] {68a75dc0-4478-4df8-965f-7d0c8640e9cc} <Debug> TCPHandler: Processed in 0.00223381 sec. | ||
| 14424 | 2024.11.19 01:44:10.131691 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14425 | 2024.11.19 01:44:10.131898 [ 257 ] {0fd254d7-0bb4-44e8-9ee4-c07fc1a4c8c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14426 | 2024.11.19 01:44:10.131986 [ 257 ] {0fd254d7-0bb4-44e8-9ee4-c07fc1a4c8c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14427 | 2024.11.19 01:44:10.132815 [ 257 ] {0fd254d7-0bb4-44e8-9ee4-c07fc1a4c8c3} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14428 | 2024.11.19 01:44:10.132866 [ 257 ] {0fd254d7-0bb4-44e8-9ee4-c07fc1a4c8c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14429 | 2024.11.19 01:44:10.133316 [ 257 ] {0fd254d7-0bb4-44e8-9ee4-c07fc1a4c8c3} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14430 | 2024.11.19 01:44:10.133574 [ 257 ] {0fd254d7-0bb4-44e8-9ee4-c07fc1a4c8c3} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14431 | 2024.11.19 01:44:10.133806 [ 257 ] {0fd254d7-0bb4-44e8-9ee4-c07fc1a4c8c3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001965 sec., 32569.974554707376 rows/sec., 2.54 MiB/sec. | ||
| 14432 | 2024.11.19 01:44:10.133871 [ 257 ] {0fd254d7-0bb4-44e8-9ee4-c07fc1a4c8c3} <Debug> TCPHandler: Processed in 0.002329551 sec. | ||
| 14433 | 2024.11.19 01:44:10.134023 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14434 | 2024.11.19 01:44:10.134166 [ 260 ] {5e07922c-1f3e-428e-87b7-8a9ae9f8485f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14435 | 2024.11.19 01:44:10.134229 [ 260 ] {5e07922c-1f3e-428e-87b7-8a9ae9f8485f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14436 | 2024.11.19 01:44:10.134893 [ 260 ] {5e07922c-1f3e-428e-87b7-8a9ae9f8485f} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14437 | 2024.11.19 01:44:10.134938 [ 260 ] {5e07922c-1f3e-428e-87b7-8a9ae9f8485f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14438 | 2024.11.19 01:44:10.135362 [ 260 ] {5e07922c-1f3e-428e-87b7-8a9ae9f8485f} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14439 | 2024.11.19 01:44:10.135627 [ 260 ] {5e07922c-1f3e-428e-87b7-8a9ae9f8485f} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14440 | 2024.11.19 01:44:10.135821 [ 260 ] {5e07922c-1f3e-428e-87b7-8a9ae9f8485f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001685 sec., 94955.48961424331 rows/sec., 6.61 MiB/sec. | ||
| 14441 | 2024.11.19 01:44:10.135892 [ 260 ] {5e07922c-1f3e-428e-87b7-8a9ae9f8485f} <Debug> TCPHandler: Processed in 0.001931675 sec. | ||
| 14442 | 2024.11.19 01:44:10.136057 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14443 | 2024.11.19 01:44:10.136374 [ 257 ] {218ea967-ca36-490c-87da-70340058376b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14444 | 2024.11.19 01:44:10.136484 [ 257 ] {218ea967-ca36-490c-87da-70340058376b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14445 | 2024.11.19 01:44:10.137102 [ 257 ] {218ea967-ca36-490c-87da-70340058376b} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14446 | 2024.11.19 01:44:10.137144 [ 257 ] {218ea967-ca36-490c-87da-70340058376b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14447 | 2024.11.19 01:44:10.137536 [ 257 ] {218ea967-ca36-490c-87da-70340058376b} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 14448 | 2024.11.19 01:44:10.137777 [ 257 ] {218ea967-ca36-490c-87da-70340058376b} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14449 | 2024.11.19 01:44:10.137993 [ 257 ] {218ea967-ca36-490c-87da-70340058376b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001734 sec., 34602.07612456747 rows/sec., 2.33 MiB/sec. | ||
| 14450 | 2024.11.19 01:44:10.138046 [ 257 ] {218ea967-ca36-490c-87da-70340058376b} <Debug> TCPHandler: Processed in 0.002068257 sec. | ||
| 14451 | 2024.11.19 01:44:13.720636 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14452 | 2024.11.19 01:44:13.720703 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14453 | 2024.11.19 01:44:15.133941 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14454 | 2024.11.19 01:44:15.134159 [ 260 ] {1c1beb9e-d96f-4a0b-9395-355c06d4872d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14455 | 2024.11.19 01:44:15.134242 [ 260 ] {1c1beb9e-d96f-4a0b-9395-355c06d4872d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14456 | 2024.11.19 01:44:15.135015 [ 260 ] {1c1beb9e-d96f-4a0b-9395-355c06d4872d} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14457 | 2024.11.19 01:44:15.135062 [ 260 ] {1c1beb9e-d96f-4a0b-9395-355c06d4872d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14458 | 2024.11.19 01:44:15.135510 [ 260 ] {1c1beb9e-d96f-4a0b-9395-355c06d4872d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14459 | 2024.11.19 01:44:15.135792 [ 260 ] {1c1beb9e-d96f-4a0b-9395-355c06d4872d} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14460 | 2024.11.19 01:44:15.136018 [ 260 ] {1c1beb9e-d96f-4a0b-9395-355c06d4872d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001918 sec., 7299.270072992701 rows/sec., 525.45 KiB/sec. | ||
| 14461 | 2024.11.19 01:44:15.136145 [ 260 ] {1c1beb9e-d96f-4a0b-9395-355c06d4872d} <Debug> TCPHandler: Processed in 0.002337992 sec. | ||
| 14462 | 2024.11.19 01:44:15.136458 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14463 | 2024.11.19 01:44:15.136677 [ 257 ] {d9a10469-b122-4b9e-bc14-fe08327086f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14464 | 2024.11.19 01:44:15.136768 [ 257 ] {d9a10469-b122-4b9e-bc14-fe08327086f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14465 | 2024.11.19 01:44:15.137734 [ 257 ] {d9a10469-b122-4b9e-bc14-fe08327086f2} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14466 | 2024.11.19 01:44:15.137788 [ 257 ] {d9a10469-b122-4b9e-bc14-fe08327086f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14467 | 2024.11.19 01:44:15.138263 [ 257 ] {d9a10469-b122-4b9e-bc14-fe08327086f2} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 14468 | 2024.11.19 01:44:15.138534 [ 257 ] {d9a10469-b122-4b9e-bc14-fe08327086f2} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14469 | 2024.11.19 01:44:15.138798 [ 257 ] {d9a10469-b122-4b9e-bc14-fe08327086f2} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.002174 sec., 131094.7562097516 rows/sec., 11.58 MiB/sec. | ||
| 14470 | 2024.11.19 01:44:15.138915 [ 257 ] {d9a10469-b122-4b9e-bc14-fe08327086f2} <Debug> TCPHandler: Processed in 0.002637797 sec. | ||
| 14471 | 2024.11.19 01:44:15.139101 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14472 | 2024.11.19 01:44:15.139276 [ 260 ] {bebf4169-10b5-451d-9f81-39c1cbdfb82a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14473 | 2024.11.19 01:44:15.139340 [ 260 ] {bebf4169-10b5-451d-9f81-39c1cbdfb82a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14474 | 2024.11.19 01:44:15.140049 [ 260 ] {bebf4169-10b5-451d-9f81-39c1cbdfb82a} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14475 | 2024.11.19 01:44:15.140098 [ 260 ] {bebf4169-10b5-451d-9f81-39c1cbdfb82a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14476 | 2024.11.19 01:44:15.140509 [ 260 ] {bebf4169-10b5-451d-9f81-39c1cbdfb82a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14477 | 2024.11.19 01:44:15.140753 [ 260 ] {bebf4169-10b5-451d-9f81-39c1cbdfb82a} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14478 | 2024.11.19 01:44:15.140981 [ 260 ] {bebf4169-10b5-451d-9f81-39c1cbdfb82a} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001745 sec., 27507.163323782235 rows/sec., 1.98 MiB/sec. | ||
| 14479 | 2024.11.19 01:44:15.141035 [ 260 ] {bebf4169-10b5-451d-9f81-39c1cbdfb82a} <Debug> TCPHandler: Processed in 0.002030866 sec. | ||
| 14480 | 2024.11.19 01:44:15.141185 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14481 | 2024.11.19 01:44:15.141312 [ 257 ] {51281e07-0ced-49e3-aa8b-c7e587074b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14482 | 2024.11.19 01:44:15.141374 [ 257 ] {51281e07-0ced-49e3-aa8b-c7e587074b1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14483 | 2024.11.19 01:44:15.142079 [ 257 ] {51281e07-0ced-49e3-aa8b-c7e587074b1e} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14484 | 2024.11.19 01:44:15.142128 [ 257 ] {51281e07-0ced-49e3-aa8b-c7e587074b1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14485 | 2024.11.19 01:44:15.142524 [ 257 ] {51281e07-0ced-49e3-aa8b-c7e587074b1e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14486 | 2024.11.19 01:44:15.142766 [ 257 ] {51281e07-0ced-49e3-aa8b-c7e587074b1e} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14487 | 2024.11.19 01:44:15.142991 [ 257 ] {51281e07-0ced-49e3-aa8b-c7e587074b1e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001708 sec., 8196.721311475409 rows/sec., 574.04 KiB/sec. | ||
| 14488 | 2024.11.19 01:44:15.143045 [ 257 ] {51281e07-0ced-49e3-aa8b-c7e587074b1e} <Debug> TCPHandler: Processed in 0.001919844 sec. | ||
| 14489 | 2024.11.19 01:44:15.143180 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14490 | 2024.11.19 01:44:15.143299 [ 260 ] {6172ecb4-5228-459e-b093-1343e511d6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14491 | 2024.11.19 01:44:15.143348 [ 260 ] {6172ecb4-5228-459e-b093-1343e511d6c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14492 | 2024.11.19 01:44:15.143918 [ 260 ] {6172ecb4-5228-459e-b093-1343e511d6c8} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14493 | 2024.11.19 01:44:15.143958 [ 260 ] {6172ecb4-5228-459e-b093-1343e511d6c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14494 | 2024.11.19 01:44:15.144325 [ 260 ] {6172ecb4-5228-459e-b093-1343e511d6c8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14495 | 2024.11.19 01:44:15.144569 [ 260 ] {6172ecb4-5228-459e-b093-1343e511d6c8} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14496 | 2024.11.19 01:44:15.144824 [ 260 ] {6172ecb4-5228-459e-b093-1343e511d6c8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001542 sec., 8430.609597924773 rows/sec., 525.65 KiB/sec. | ||
| 14497 | 2024.11.19 01:44:15.144997 [ 260 ] {6172ecb4-5228-459e-b093-1343e511d6c8} <Debug> TCPHandler: Processed in 0.001869114 sec. | ||
| 14498 | 2024.11.19 01:44:15.145244 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14499 | 2024.11.19 01:44:15.145378 [ 257 ] {f9ffc057-60f2-4093-8c07-c81154b87c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14500 | 2024.11.19 01:44:15.145435 [ 257 ] {f9ffc057-60f2-4093-8c07-c81154b87c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14501 | 2024.11.19 01:44:15.146295 [ 257 ] {f9ffc057-60f2-4093-8c07-c81154b87c24} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14502 | 2024.11.19 01:44:15.146339 [ 257 ] {f9ffc057-60f2-4093-8c07-c81154b87c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14503 | 2024.11.19 01:44:15.146732 [ 257 ] {f9ffc057-60f2-4093-8c07-c81154b87c24} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 14504 | 2024.11.19 01:44:15.146974 [ 257 ] {f9ffc057-60f2-4093-8c07-c81154b87c24} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14505 | 2024.11.19 01:44:15.147204 [ 257 ] {f9ffc057-60f2-4093-8c07-c81154b87c24} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001857 sec., 227786.75282714056 rows/sec., 16.28 MiB/sec. | ||
| 14506 | 2024.11.19 01:44:15.147259 [ 257 ] {f9ffc057-60f2-4093-8c07-c81154b87c24} <Debug> TCPHandler: Processed in 0.002157879 sec. | ||
| 14507 | 2024.11.19 01:44:15.147396 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14508 | 2024.11.19 01:44:15.147514 [ 260 ] {8fb6de02-b239-4d85-b083-35ba6e7b11c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14509 | 2024.11.19 01:44:15.147566 [ 260 ] {8fb6de02-b239-4d85-b083-35ba6e7b11c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14510 | 2024.11.19 01:44:15.148055 [ 260 ] {8fb6de02-b239-4d85-b083-35ba6e7b11c5} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14511 | 2024.11.19 01:44:15.148095 [ 260 ] {8fb6de02-b239-4d85-b083-35ba6e7b11c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14512 | 2024.11.19 01:44:15.148470 [ 260 ] {8fb6de02-b239-4d85-b083-35ba6e7b11c5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14513 | 2024.11.19 01:44:15.148726 [ 260 ] {8fb6de02-b239-4d85-b083-35ba6e7b11c5} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14514 | 2024.11.19 01:44:15.148953 [ 260 ] {8fb6de02-b239-4d85-b083-35ba6e7b11c5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001463 sec., 4101.161995898838 rows/sec., 214.27 KiB/sec. | ||
| 14515 | 2024.11.19 01:44:15.149069 [ 260 ] {8fb6de02-b239-4d85-b083-35ba6e7b11c5} <Debug> TCPHandler: Processed in 0.001728951 sec. | ||
| 14516 | 2024.11.19 01:44:15.149244 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14517 | 2024.11.19 01:44:15.149362 [ 257 ] {9af5d338-3cee-403b-aa69-b73450d3afc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14518 | 2024.11.19 01:44:15.149415 [ 257 ] {9af5d338-3cee-403b-aa69-b73450d3afc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14519 | 2024.11.19 01:44:15.150006 [ 257 ] {9af5d338-3cee-403b-aa69-b73450d3afc1} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14520 | 2024.11.19 01:44:15.150044 [ 257 ] {9af5d338-3cee-403b-aa69-b73450d3afc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14521 | 2024.11.19 01:44:15.150453 [ 257 ] {9af5d338-3cee-403b-aa69-b73450d3afc1} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 14522 | 2024.11.19 01:44:15.150709 [ 257 ] {9af5d338-3cee-403b-aa69-b73450d3afc1} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14523 | 2024.11.19 01:44:15.150928 [ 257 ] {9af5d338-3cee-403b-aa69-b73450d3afc1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001591 sec., 148962.9164047769 rows/sec., 9.98 MiB/sec. | ||
| 14524 | 2024.11.19 01:44:15.150981 [ 257 ] {9af5d338-3cee-403b-aa69-b73450d3afc1} <Debug> TCPHandler: Processed in 0.001818113 sec. | ||
| 14525 | 2024.11.19 01:44:15.151112 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14526 | 2024.11.19 01:44:15.151229 [ 260 ] {6d8c8858-89d5-4afa-84af-6fb6ad42cb98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14527 | 2024.11.19 01:44:15.151280 [ 260 ] {6d8c8858-89d5-4afa-84af-6fb6ad42cb98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14528 | 2024.11.19 01:44:15.152119 [ 260 ] {6d8c8858-89d5-4afa-84af-6fb6ad42cb98} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14529 | 2024.11.19 01:44:15.152194 [ 260 ] {6d8c8858-89d5-4afa-84af-6fb6ad42cb98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14530 | 2024.11.19 01:44:15.152637 [ 260 ] {6d8c8858-89d5-4afa-84af-6fb6ad42cb98} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14531 | 2024.11.19 01:44:15.152876 [ 260 ] {6d8c8858-89d5-4afa-84af-6fb6ad42cb98} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14532 | 2024.11.19 01:44:15.153126 [ 260 ] {6d8c8858-89d5-4afa-84af-6fb6ad42cb98} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001916 sec., 521.9206680584551 rows/sec., 35.17 KiB/sec. | ||
| 14533 | 2024.11.19 01:44:15.153199 [ 260 ] {6d8c8858-89d5-4afa-84af-6fb6ad42cb98} <Debug> TCPHandler: Processed in 0.002136758 sec. | ||
| 14534 | 2024.11.19 01:44:15.153460 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14535 | 2024.11.19 01:44:15.153690 [ 257 ] {afc6c566-c7cd-405f-8323-65610a3e3063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14536 | 2024.11.19 01:44:15.153826 [ 257 ] {afc6c566-c7cd-405f-8323-65610a3e3063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14537 | 2024.11.19 01:44:15.155278 [ 257 ] {afc6c566-c7cd-405f-8323-65610a3e3063} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14538 | 2024.11.19 01:44:15.155318 [ 257 ] {afc6c566-c7cd-405f-8323-65610a3e3063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14539 | 2024.11.19 01:44:15.156014 [ 257 ] {afc6c566-c7cd-405f-8323-65610a3e3063} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14540 | 2024.11.19 01:44:15.156279 [ 257 ] {afc6c566-c7cd-405f-8323-65610a3e3063} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14541 | 2024.11.19 01:44:15.156571 [ 257 ] {afc6c566-c7cd-405f-8323-65610a3e3063} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002929 sec., 13997.95151928986 rows/sec., 25.08 MiB/sec. | ||
| 14542 | 2024.11.19 01:44:15.157112 [ 257 ] {afc6c566-c7cd-405f-8323-65610a3e3063} <Debug> TCPHandler: Processed in 0.003809248 sec. | ||
| 14543 | 2024.11.19 01:44:15.157274 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14544 | 2024.11.19 01:44:15.157391 [ 260 ] {d1542a5a-eb25-4c54-8904-9a2166623fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14545 | 2024.11.19 01:44:15.157442 [ 260 ] {d1542a5a-eb25-4c54-8904-9a2166623fb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14546 | 2024.11.19 01:44:15.157907 [ 260 ] {d1542a5a-eb25-4c54-8904-9a2166623fb3} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14547 | 2024.11.19 01:44:15.157945 [ 260 ] {d1542a5a-eb25-4c54-8904-9a2166623fb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14548 | 2024.11.19 01:44:15.158318 [ 260 ] {d1542a5a-eb25-4c54-8904-9a2166623fb3} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 14549 | 2024.11.19 01:44:15.158561 [ 260 ] {d1542a5a-eb25-4c54-8904-9a2166623fb3} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14550 | 2024.11.19 01:44:15.158767 [ 260 ] {d1542a5a-eb25-4c54-8904-9a2166623fb3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001399 sec., 58613.2952108649 rows/sec., 3.72 MiB/sec. | ||
| 14551 | 2024.11.19 01:44:15.158817 [ 260 ] {d1542a5a-eb25-4c54-8904-9a2166623fb3} <Debug> TCPHandler: Processed in 0.001601999 sec. | ||
| 14552 | 2024.11.19 01:44:15.994158 [ 223 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 14553 | 2024.11.19 01:44:15.994227 [ 223 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 14554 | 2024.11.19 01:44:15.996374 [ 223 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 14555 | 2024.11.19 01:44:19.202161 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2100 | ||
| 14556 | 2024.11.19 01:44:19.205144 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14557 | 2024.11.19 01:44:19.205195 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14558 | 2024.11.19 01:44:19.206746 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14559 | 2024.11.19 01:44:19.207065 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14560 | 2024.11.19 01:44:19.208102 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2100 | ||
| 14561 | 2024.11.19 01:44:20.128640 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14562 | 2024.11.19 01:44:20.128944 [ 260 ] {44915a1b-0883-434c-b709-7b724e075dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14563 | 2024.11.19 01:44:20.129060 [ 260 ] {44915a1b-0883-434c-b709-7b724e075dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14564 | 2024.11.19 01:44:20.129992 [ 260 ] {44915a1b-0883-434c-b709-7b724e075dea} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14565 | 2024.11.19 01:44:20.130034 [ 260 ] {44915a1b-0883-434c-b709-7b724e075dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14566 | 2024.11.19 01:44:20.130458 [ 260 ] {44915a1b-0883-434c-b709-7b724e075dea} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 14567 | 2024.11.19 01:44:20.130718 [ 260 ] {44915a1b-0883-434c-b709-7b724e075dea} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14568 | 2024.11.19 01:44:20.130923 [ 260 ] {44915a1b-0883-434c-b709-7b724e075dea} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002065 sec., 968.5230024213075 rows/sec., 78.98 KiB/sec. | ||
| 14569 | 2024.11.19 01:44:20.131051 [ 260 ] {44915a1b-0883-434c-b709-7b724e075dea} <Debug> TCPHandler: Processed in 0.002598636 sec. | ||
| 14570 | 2024.11.19 01:44:20.131321 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14571 | 2024.11.19 01:44:20.131540 [ 257 ] {78020cdf-5c71-45b5-9149-81ae6816d8d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14572 | 2024.11.19 01:44:20.131612 [ 257 ] {78020cdf-5c71-45b5-9149-81ae6816d8d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14573 | 2024.11.19 01:44:20.132358 [ 257 ] {78020cdf-5c71-45b5-9149-81ae6816d8d5} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14574 | 2024.11.19 01:44:20.132405 [ 257 ] {78020cdf-5c71-45b5-9149-81ae6816d8d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14575 | 2024.11.19 01:44:20.132856 [ 257 ] {78020cdf-5c71-45b5-9149-81ae6816d8d5} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 14576 | 2024.11.19 01:44:20.133115 [ 257 ] {78020cdf-5c71-45b5-9149-81ae6816d8d5} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14577 | 2024.11.19 01:44:20.133363 [ 257 ] {78020cdf-5c71-45b5-9149-81ae6816d8d5} <Debug> executeQuery: Read 57 rows, 4.48 KiB in 0.001879 sec., 30335.28472591804 rows/sec., 2.33 MiB/sec. | ||
| 14578 | 2024.11.19 01:44:20.133472 [ 257 ] {78020cdf-5c71-45b5-9149-81ae6816d8d5} <Debug> TCPHandler: Processed in 0.00228746 sec. | ||
| 14579 | 2024.11.19 01:44:20.133703 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14580 | 2024.11.19 01:44:20.133881 [ 260 ] {53e211de-2096-4bd1-9008-98c5097c7b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14581 | 2024.11.19 01:44:20.133939 [ 260 ] {53e211de-2096-4bd1-9008-98c5097c7b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14582 | 2024.11.19 01:44:20.134592 [ 260 ] {53e211de-2096-4bd1-9008-98c5097c7b59} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14583 | 2024.11.19 01:44:20.134630 [ 260 ] {53e211de-2096-4bd1-9008-98c5097c7b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14584 | 2024.11.19 01:44:20.134993 [ 260 ] {53e211de-2096-4bd1-9008-98c5097c7b59} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14585 | 2024.11.19 01:44:20.135236 [ 260 ] {53e211de-2096-4bd1-9008-98c5097c7b59} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14586 | 2024.11.19 01:44:20.135365 [ 39 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14587 | 2024.11.19 01:44:20.135412 [ 39 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14588 | 2024.11.19 01:44:20.135417 [ 260 ] {53e211de-2096-4bd1-9008-98c5097c7b59} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001565 sec., 1277.9552715654952 rows/sec., 89.23 KiB/sec. | ||
| 14589 | 2024.11.19 01:44:20.135437 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14590 | 2024.11.19 01:44:20.135491 [ 260 ] {53e211de-2096-4bd1-9008-98c5097c7b59} <Debug> TCPHandler: Processed in 0.001898314 sec. | ||
| 14591 | 2024.11.19 01:44:20.135716 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14592 | 2024.11.19 01:44:20.135719 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
| 14593 | 2024.11.19 01:44:20.135935 [ 257 ] {4683ca75-7a18-42cf-80bf-b8e3782d2f5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14594 | 2024.11.19 01:44:20.136046 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14595 | 2024.11.19 01:44:20.136058 [ 257 ] {4683ca75-7a18-42cf-80bf-b8e3782d2f5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14596 | 2024.11.19 01:44:20.136124 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 66 rows starting from the beginning of the part | ||
| 14597 | 2024.11.19 01:44:20.136465 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 10 rows starting from the beginning of the part | ||
| 14598 | 2024.11.19 01:44:20.136753 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 48 rows starting from the beginning of the part | ||
| 14599 | 2024.11.19 01:44:20.137186 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 2 rows starting from the beginning of the part | ||
| 14600 | 2024.11.19 01:44:20.137566 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 48 rows starting from the beginning of the part | ||
| 14601 | 2024.11.19 01:44:20.137849 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 2 rows starting from the beginning of the part | ||
| 14602 | 2024.11.19 01:44:20.139187 [ 257 ] {4683ca75-7a18-42cf-80bf-b8e3782d2f5f} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14603 | 2024.11.19 01:44:20.139258 [ 257 ] {4683ca75-7a18-42cf-80bf-b8e3782d2f5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14604 | 2024.11.19 01:44:20.140238 [ 257 ] {4683ca75-7a18-42cf-80bf-b8e3782d2f5f} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 14605 | 2024.11.19 01:44:20.140872 [ 257 ] {4683ca75-7a18-42cf-80bf-b8e3782d2f5f} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14606 | 2024.11.19 01:44:20.140979 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.005435858 sec., 32377.593380842547 rows/sec., 2.43 MiB/sec. | ||
| 14607 | 2024.11.19 01:44:20.141254 [ 186 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14608 | 2024.11.19 01:44:20.141363 [ 257 ] {4683ca75-7a18-42cf-80bf-b8e3782d2f5f} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005476 sec., 12052.593133674214 rows/sec., 963.90 KiB/sec. | ||
| 14609 | 2024.11.19 01:44:20.141486 [ 257 ] {4683ca75-7a18-42cf-80bf-b8e3782d2f5f} <Debug> TCPHandler: Processed in 0.005895196 sec. | ||
| 14610 | 2024.11.19 01:44:20.141704 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14611 | 2024.11.19 01:44:20.141774 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_91_18} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14612 | 2024.11.19 01:44:20.141928 [ 260 ] {9f0839c0-2a19-495f-b33d-18d22c48d3a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14613 | 2024.11.19 01:44:20.142014 [ 200 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_91_18} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14614 | 2024.11.19 01:44:20.142034 [ 260 ] {9f0839c0-2a19-495f-b33d-18d22c48d3a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14615 | 2024.11.19 01:44:20.142235 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14616 | 2024.11.19 01:44:20.142823 [ 260 ] {9f0839c0-2a19-495f-b33d-18d22c48d3a2} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14617 | 2024.11.19 01:44:20.142866 [ 260 ] {9f0839c0-2a19-495f-b33d-18d22c48d3a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14618 | 2024.11.19 01:44:20.143267 [ 260 ] {9f0839c0-2a19-495f-b33d-18d22c48d3a2} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 14619 | 2024.11.19 01:44:20.143507 [ 260 ] {9f0839c0-2a19-495f-b33d-18d22c48d3a2} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14620 | 2024.11.19 01:44:20.143686 [ 260 ] {9f0839c0-2a19-495f-b33d-18d22c48d3a2} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001834 sec., 87786.25954198473 rows/sec., 6.11 MiB/sec. | ||
| 14621 | 2024.11.19 01:44:20.143737 [ 260 ] {9f0839c0-2a19-495f-b33d-18d22c48d3a2} <Debug> TCPHandler: Processed in 0.002124098 sec. | ||
| 14622 | 2024.11.19 01:44:20.143956 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14623 | 2024.11.19 01:44:20.144185 [ 257 ] {86f65f79-a59b-493b-b345-5a03ab5b295e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14624 | 2024.11.19 01:44:20.144280 [ 257 ] {86f65f79-a59b-493b-b345-5a03ab5b295e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14625 | 2024.11.19 01:44:20.144913 [ 257 ] {86f65f79-a59b-493b-b345-5a03ab5b295e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14626 | 2024.11.19 01:44:20.144953 [ 257 ] {86f65f79-a59b-493b-b345-5a03ab5b295e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14627 | 2024.11.19 01:44:20.145343 [ 257 ] {86f65f79-a59b-493b-b345-5a03ab5b295e} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 14628 | 2024.11.19 01:44:20.145587 [ 257 ] {86f65f79-a59b-493b-b345-5a03ab5b295e} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14629 | 2024.11.19 01:44:20.145802 [ 257 ] {86f65f79-a59b-493b-b345-5a03ab5b295e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001676 sec., 35799.522673031024 rows/sec., 2.41 MiB/sec. | ||
| 14630 | 2024.11.19 01:44:20.145851 [ 257 ] {86f65f79-a59b-493b-b345-5a03ab5b295e} <Debug> TCPHandler: Processed in 0.002016206 sec. | ||
| 14631 | 2024.11.19 01:44:25.128283 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14632 | 2024.11.19 01:44:25.128624 [ 260 ] {41b9c8a0-e6ea-4048-9165-7661daca51ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14633 | 2024.11.19 01:44:25.128748 [ 260 ] {41b9c8a0-e6ea-4048-9165-7661daca51ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14634 | 2024.11.19 01:44:25.129571 [ 260 ] {41b9c8a0-e6ea-4048-9165-7661daca51ab} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14635 | 2024.11.19 01:44:25.129626 [ 260 ] {41b9c8a0-e6ea-4048-9165-7661daca51ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14636 | 2024.11.19 01:44:25.130086 [ 260 ] {41b9c8a0-e6ea-4048-9165-7661daca51ab} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 14637 | 2024.11.19 01:44:25.130355 [ 260 ] {41b9c8a0-e6ea-4048-9165-7661daca51ab} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14638 | 2024.11.19 01:44:25.130551 [ 32 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 14639 | 2024.11.19 01:44:25.130616 [ 260 ] {41b9c8a0-e6ea-4048-9165-7661daca51ab} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00208 sec., 26923.076923076926 rows/sec., 2.07 MiB/sec. | ||
| 14640 | 2024.11.19 01:44:25.130628 [ 32 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14641 | 2024.11.19 01:44:25.130700 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14642 | 2024.11.19 01:44:25.130754 [ 260 ] {41b9c8a0-e6ea-4048-9165-7661daca51ab} <Debug> TCPHandler: Processed in 0.002659567 sec. | ||
| 14643 | 2024.11.19 01:44:25.130896 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 14644 | 2024.11.19 01:44:25.131047 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14645 | 2024.11.19 01:44:25.131084 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1435 rows starting from the beginning of the part | ||
| 14646 | 2024.11.19 01:44:25.131206 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14647 | 2024.11.19 01:44:25.131243 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 57 rows starting from the beginning of the part | ||
| 14648 | 2024.11.19 01:44:25.131454 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 56 rows starting from the beginning of the part | ||
| 14649 | 2024.11.19 01:44:25.131826 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 285 rows starting from the beginning of the part | ||
| 14650 | 2024.11.19 01:44:25.131887 [ 257 ] {51757608-a050-40c4-807f-c31b3d767989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14651 | 2024.11.19 01:44:25.132004 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 57 rows starting from the beginning of the part | ||
| 14652 | 2024.11.19 01:44:25.132125 [ 257 ] {51757608-a050-40c4-807f-c31b3d767989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14653 | 2024.11.19 01:44:25.132253 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part | ||
| 14654 | 2024.11.19 01:44:25.134748 [ 257 ] {51757608-a050-40c4-807f-c31b3d767989} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14655 | 2024.11.19 01:44:25.134839 [ 257 ] {51757608-a050-40c4-807f-c31b3d767989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14656 | 2024.11.19 01:44:25.135761 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1946 rows, containing 5 columns (5 merged, 0 gathered) in 0.004956399 sec., 392623.7576918242 rows/sec., 34.33 MiB/sec. | ||
| 14657 | 2024.11.19 01:44:25.135772 [ 257 ] {51757608-a050-40c4-807f-c31b3d767989} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 14658 | 2024.11.19 01:44:25.136044 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 14659 | 2024.11.19 01:44:25.136240 [ 257 ] {51757608-a050-40c4-807f-c31b3d767989} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14660 | 2024.11.19 01:44:25.136526 [ 32 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 14661 | 2024.11.19 01:44:25.136654 [ 32 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14662 | 2024.11.19 01:44:25.136710 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14663 | 2024.11.19 01:44:25.136775 [ 257 ] {51757608-a050-40c4-807f-c31b3d767989} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005112 sec., 12519.561815336463 rows/sec., 1000.63 KiB/sec. | ||
| 14664 | 2024.11.19 01:44:25.136810 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_141_28} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14665 | 2024.11.19 01:44:25.137063 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 14666 | 2024.11.19 01:44:25.137140 [ 200 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_141_28} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 14667 | 2024.11.19 01:44:25.137231 [ 257 ] {51757608-a050-40c4-807f-c31b3d767989} <Debug> TCPHandler: Processed in 0.006267272 sec. | ||
| 14668 | 2024.11.19 01:44:25.137409 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 14669 | 2024.11.19 01:44:25.137561 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14670 | 2024.11.19 01:44:25.137571 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14671 | 2024.11.19 01:44:25.137620 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 915 rows starting from the beginning of the part | ||
| 14672 | 2024.11.19 01:44:25.137752 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 66 rows starting from the beginning of the part | ||
| 14673 | 2024.11.19 01:44:25.137813 [ 260 ] {7409cd82-bbcf-432e-8fc5-a824ac92ac85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14674 | 2024.11.19 01:44:25.137969 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 64 rows starting from the beginning of the part | ||
| 14675 | 2024.11.19 01:44:25.137994 [ 260 ] {7409cd82-bbcf-432e-8fc5-a824ac92ac85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14676 | 2024.11.19 01:44:25.138348 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 423 rows starting from the beginning of the part | ||
| 14677 | 2024.11.19 01:44:25.138606 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 66 rows starting from the beginning of the part | ||
| 14678 | 2024.11.19 01:44:25.138985 [ 191 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part | ||
| 14679 | 2024.11.19 01:44:25.140070 [ 260 ] {7409cd82-bbcf-432e-8fc5-a824ac92ac85} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14680 | 2024.11.19 01:44:25.140117 [ 260 ] {7409cd82-bbcf-432e-8fc5-a824ac92ac85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14681 | 2024.11.19 01:44:25.140685 [ 260 ] {7409cd82-bbcf-432e-8fc5-a824ac92ac85} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 14682 | 2024.11.19 01:44:25.140874 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1598 rows, containing 5 columns (5 merged, 0 gathered) in 0.004035862 sec., 395950.10929511464 rows/sec., 30.53 MiB/sec. | ||
| 14683 | 2024.11.19 01:44:25.141078 [ 260 ] {7409cd82-bbcf-432e-8fc5-a824ac92ac85} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14684 | 2024.11.19 01:44:25.141137 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 14685 | 2024.11.19 01:44:25.141383 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 14686 | 2024.11.19 01:44:25.141470 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14687 | 2024.11.19 01:44:25.141549 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14688 | 2024.11.19 01:44:25.141638 [ 260 ] {7409cd82-bbcf-432e-8fc5-a824ac92ac85} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003872 sec., 41322.31404958678 rows/sec., 2.88 MiB/sec. | ||
| 14689 | 2024.11.19 01:44:25.141920 [ 260 ] {7409cd82-bbcf-432e-8fc5-a824ac92ac85} <Debug> TCPHandler: Processed in 0.004521271 sec. | ||
| 14690 | 2024.11.19 01:44:25.141941 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 14691 | 2024.11.19 01:44:25.142212 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14692 | 2024.11.19 01:44:25.142235 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_141_28} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14693 | 2024.11.19 01:44:25.142490 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14694 | 2024.11.19 01:44:25.142510 [ 193 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_141_28} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 14695 | 2024.11.19 01:44:25.142588 [ 257 ] {2571f43a-3327-415e-90fd-5706a02c31b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14696 | 2024.11.19 01:44:25.142595 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_136_27, total 25396 rows starting from the beginning of the part | ||
| 14697 | 2024.11.19 01:44:25.142746 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 14698 | 2024.11.19 01:44:25.142768 [ 257 ] {2571f43a-3327-415e-90fd-5706a02c31b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14699 | 2024.11.19 01:44:25.143082 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 129 rows starting from the beginning of the part | ||
| 14700 | 2024.11.19 01:44:25.143508 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part | ||
| 14701 | 2024.11.19 01:44:25.143786 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 237 rows starting from the beginning of the part | ||
| 14702 | 2024.11.19 01:44:25.144087 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 161 rows starting from the beginning of the part | ||
| 14703 | 2024.11.19 01:44:25.144432 [ 200 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part | ||
| 14704 | 2024.11.19 01:44:25.145603 [ 257 ] {2571f43a-3327-415e-90fd-5706a02c31b9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14705 | 2024.11.19 01:44:25.145674 [ 257 ] {2571f43a-3327-415e-90fd-5706a02c31b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14706 | 2024.11.19 01:44:25.146380 [ 257 ] {2571f43a-3327-415e-90fd-5706a02c31b9} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 14707 | 2024.11.19 01:44:25.146725 [ 257 ] {2571f43a-3327-415e-90fd-5706a02c31b9} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14708 | 2024.11.19 01:44:25.146969 [ 32 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 14709 | 2024.11.19 01:44:25.147064 [ 32 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14710 | 2024.11.19 01:44:25.147161 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 14711 | 2024.11.19 01:44:25.147339 [ 257 ] {2571f43a-3327-415e-90fd-5706a02c31b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004825 sec., 12435.233160621761 rows/sec., 858.16 KiB/sec. | ||
| 14712 | 2024.11.19 01:44:25.147805 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 14713 | 2024.11.19 01:44:25.147817 [ 257 ] {2571f43a-3327-415e-90fd-5706a02c31b9} <Debug> TCPHandler: Processed in 0.005772053 sec. | ||
| 14714 | 2024.11.19 01:44:25.148446 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14715 | 2024.11.19 01:44:25.148602 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 8482 rows starting from the beginning of the part | ||
| 14716 | 2024.11.19 01:44:25.149036 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 48 rows starting from the beginning of the part | ||
| 14717 | 2024.11.19 01:44:25.149571 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part | ||
| 14718 | 2024.11.19 01:44:25.149994 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 82 rows starting from the beginning of the part | ||
| 14719 | 2024.11.19 01:44:25.150510 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 60 rows starting from the beginning of the part | ||
| 14720 | 2024.11.19 01:44:25.150722 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part | ||
| 14721 | 2024.11.19 01:44:25.154985 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8792 rows, containing 4 columns (4 merged, 0 gathered) in 0.007665617 sec., 1146939.6396924085 rows/sec., 75.52 MiB/sec. | ||
| 14722 | 2024.11.19 01:44:25.155255 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 14723 | 2024.11.19 01:44:25.155253 [ 187 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26243 rows, containing 5 columns (5 merged, 0 gathered) in 0.013565012 sec., 1934609.4201759645 rows/sec., 132.31 MiB/sec. | ||
| 14724 | 2024.11.19 01:44:25.155620 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_141_28} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14725 | 2024.11.19 01:44:25.155715 [ 201 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_141_28} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 14726 | 2024.11.19 01:44:25.155815 [ 187 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 14727 | 2024.11.19 01:44:25.155852 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
| 14728 | 2024.11.19 01:44:25.156196 [ 187 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_141_28} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14729 | 2024.11.19 01:44:25.156283 [ 187 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_141_28} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 14730 | 2024.11.19 01:44:25.156378 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. | ||
| 14731 | 2024.11.19 01:44:27.135988 [ 31 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 14732 | 2024.11.19 01:44:27.136115 [ 31 ] {} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14733 | 2024.11.19 01:44:27.136158 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14734 | 2024.11.19 01:44:27.136467 [ 190 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 14735 | 2024.11.19 01:44:27.136993 [ 190 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14736 | 2024.11.19 01:44:27.137067 [ 190 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 242 rows starting from the beginning of the part | ||
| 14737 | 2024.11.19 01:44:27.137216 [ 190 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 14738 | 2024.11.19 01:44:27.137456 [ 190 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 14739 | 2024.11.19 01:44:27.137664 [ 190 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 14740 | 2024.11.19 01:44:27.137766 [ 190 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 14741 | 2024.11.19 01:44:27.138766 [ 188 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002489494 sec., 119703.04005552935 rows/sec., 8.58 MiB/sec. | ||
| 14742 | 2024.11.19 01:44:27.138985 [ 199 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 14743 | 2024.11.19 01:44:27.139336 [ 199 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_45_11} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14744 | 2024.11.19 01:44:27.139423 [ 199 ] {844ad897-9656-487a-a6bf-b646c8b2f224::all_1_45_11} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 14745 | 2024.11.19 01:44:27.139529 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 14746 | 2024.11.19 01:44:27.570738 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62973, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14747 | 2024.11.19 01:44:27.656621 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14748 | 2024.11.19 01:44:27.843890 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38192, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14749 | 2024.11.19 01:44:27.849258 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14750 | 2024.11.19 01:44:27.954555 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56983, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14751 | 2024.11.19 01:44:27.972066 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36495, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14752 | 2024.11.19 01:44:27.978780 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56918, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14753 | 2024.11.19 01:44:28.025095 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63713, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14754 | 2024.11.19 01:44:28.031394 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42409, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14755 | 2024.11.19 01:44:28.049427 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49640, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14756 | 2024.11.19 01:44:28.050680 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61872, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14757 | 2024.11.19 01:44:28.127812 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14758 | 2024.11.19 01:44:28.149184 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35461, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14759 | 2024.11.19 01:44:28.205704 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35842, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14760 | 2024.11.19 01:44:28.288021 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14761 | 2024.11.19 01:44:28.443120 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52923, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14762 | 2024.11.19 01:44:28.720749 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14763 | 2024.11.19 01:44:28.720799 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14764 | 2024.11.19 01:44:29.002319 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001891724 sec. | ||
| 14765 | 2024.11.19 01:44:29.106457 [ 218 ] {} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14766 | 2024.11.19 01:44:29.106512 [ 218 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14767 | 2024.11.19 01:44:29.108079 [ 218 ] {} <Debug> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14768 | 2024.11.19 01:44:29.208441 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2120 | ||
| 14769 | 2024.11.19 01:44:29.211529 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14770 | 2024.11.19 01:44:29.211571 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14771 | 2024.11.19 01:44:29.213039 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14772 | 2024.11.19 01:44:29.213355 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14773 | 2024.11.19 01:44:29.213568 [ 28 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14774 | 2024.11.19 01:44:29.213703 [ 28 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14775 | 2024.11.19 01:44:29.213771 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14776 | 2024.11.19 01:44:29.214209 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 14777 | 2024.11.19 01:44:29.215367 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2120 | ||
| 14778 | 2024.11.19 01:44:29.215653 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14779 | 2024.11.19 01:44:29.215776 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1986 rows starting from the beginning of the part | ||
| 14780 | 2024.11.19 01:44:29.216209 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::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 | ||
| 14781 | 2024.11.19 01:44:29.216652 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 20 rows starting from the beginning of the part | ||
| 14782 | 2024.11.19 01:44:29.217079 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 34 rows starting from the beginning of the part | ||
| 14783 | 2024.11.19 01:44:29.217702 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 30 rows starting from the beginning of the part | ||
| 14784 | 2024.11.19 01:44:29.218288 [ 194 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 20 rows starting from the beginning of the part | ||
| 14785 | 2024.11.19 01:44:29.226828 [ 192 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2120 rows, containing 72 columns (72 merged, 0 gathered) in 0.01289424 sec., 164414.49825658588 rows/sec., 124.38 MiB/sec. | ||
| 14786 | 2024.11.19 01:44:29.228673 [ 198 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14787 | 2024.11.19 01:44:29.229349 [ 198 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_71_14} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14788 | 2024.11.19 01:44:29.229429 [ 198 ] {b341a139-bc46-4c10-bf42-52611c14c57f::all_1_71_14} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14789 | 2024.11.19 01:44:29.229613 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.76 MiB. | ||
| 14790 | 2024.11.19 01:44:30.028578 [ 219 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14791 | 2024.11.19 01:44:30.028629 [ 219 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14792 | 2024.11.19 01:44:30.030638 [ 219 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14793 | 2024.11.19 01:44:30.135435 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14794 | 2024.11.19 01:44:30.135717 [ 260 ] {291bd29a-c9f0-4429-ac76-60eb922d46f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14795 | 2024.11.19 01:44:30.135832 [ 260 ] {291bd29a-c9f0-4429-ac76-60eb922d46f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14796 | 2024.11.19 01:44:30.136616 [ 260 ] {291bd29a-c9f0-4429-ac76-60eb922d46f2} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14797 | 2024.11.19 01:44:30.136656 [ 260 ] {291bd29a-c9f0-4429-ac76-60eb922d46f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14798 | 2024.11.19 01:44:30.137084 [ 260 ] {291bd29a-c9f0-4429-ac76-60eb922d46f2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14799 | 2024.11.19 01:44:30.137344 [ 260 ] {291bd29a-c9f0-4429-ac76-60eb922d46f2} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14800 | 2024.11.19 01:44:30.137495 [ 27 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 14801 | 2024.11.19 01:44:30.137547 [ 260 ] {291bd29a-c9f0-4429-ac76-60eb922d46f2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001914 sec., 7314.524555903867 rows/sec., 526.55 KiB/sec. | ||
| 14802 | 2024.11.19 01:44:30.137548 [ 27 ] {} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14803 | 2024.11.19 01:44:30.137600 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14804 | 2024.11.19 01:44:30.137629 [ 260 ] {291bd29a-c9f0-4429-ac76-60eb922d46f2} <Debug> TCPHandler: Processed in 0.002373892 sec. | ||
| 14805 | 2024.11.19 01:44:30.137840 [ 222 ] {} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14806 | 2024.11.19 01:44:30.137939 [ 222 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14807 | 2024.11.19 01:44:30.137955 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 14808 | 2024.11.19 01:44:30.138111 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14809 | 2024.11.19 01:44:30.138490 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14810 | 2024.11.19 01:44:30.138641 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 14 rows starting from the beginning of the part | ||
| 14811 | 2024.11.19 01:44:30.138754 [ 257 ] {35575687-0fe1-4706-a11f-6cbdea30d001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14812 | 2024.11.19 01:44:30.138910 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 14813 | 2024.11.19 01:44:30.139086 [ 257 ] {35575687-0fe1-4706-a11f-6cbdea30d001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14814 | 2024.11.19 01:44:30.139395 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 14815 | 2024.11.19 01:44:30.139785 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 14816 | 2024.11.19 01:44:30.140112 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 14817 | 2024.11.19 01:44:30.143778 [ 257 ] {35575687-0fe1-4706-a11f-6cbdea30d001} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14818 | 2024.11.19 01:44:30.143950 [ 257 ] {35575687-0fe1-4706-a11f-6cbdea30d001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14819 | 2024.11.19 01:44:30.144294 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.006572697 sec., 10650.11820870489 rows/sec., 808.27 KiB/sec. | ||
| 14820 | 2024.11.19 01:44:30.144585 [ 188 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 14821 | 2024.11.19 01:44:30.145431 [ 192 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_45_11} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14822 | 2024.11.19 01:44:30.145463 [ 257 ] {35575687-0fe1-4706-a11f-6cbdea30d001} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 14823 | 2024.11.19 01:44:30.145714 [ 192 ] {9c163f8a-82f3-48ac-aea0-32b8de88c728::all_1_45_11} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 14824 | 2024.11.19 01:44:30.145925 [ 222 ] {} <Debug> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14825 | 2024.11.19 01:44:30.145947 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14826 | 2024.11.19 01:44:30.146202 [ 257 ] {35575687-0fe1-4706-a11f-6cbdea30d001} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14827 | 2024.11.19 01:44:30.146680 [ 257 ] {35575687-0fe1-4706-a11f-6cbdea30d001} <Debug> executeQuery: Read 285 rows, 25.79 KiB in 0.008094 sec., 35211.2676056338 rows/sec., 3.11 MiB/sec. | ||
| 14828 | 2024.11.19 01:44:30.146753 [ 257 ] {35575687-0fe1-4706-a11f-6cbdea30d001} <Debug> TCPHandler: Processed in 0.008998021 sec. | ||
| 14829 | 2024.11.19 01:44:30.146918 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14830 | 2024.11.19 01:44:30.147049 [ 260 ] {9c150802-6f64-4ec7-b477-3a3b7e7e0b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14831 | 2024.11.19 01:44:30.147103 [ 260 ] {9c150802-6f64-4ec7-b477-3a3b7e7e0b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14832 | 2024.11.19 01:44:30.147732 [ 260 ] {9c150802-6f64-4ec7-b477-3a3b7e7e0b42} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14833 | 2024.11.19 01:44:30.147770 [ 260 ] {9c150802-6f64-4ec7-b477-3a3b7e7e0b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14834 | 2024.11.19 01:44:30.148148 [ 260 ] {9c150802-6f64-4ec7-b477-3a3b7e7e0b42} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 14835 | 2024.11.19 01:44:30.148415 [ 260 ] {9c150802-6f64-4ec7-b477-3a3b7e7e0b42} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14836 | 2024.11.19 01:44:30.148631 [ 260 ] {9c150802-6f64-4ec7-b477-3a3b7e7e0b42} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001605 sec., 29906.542056074766 rows/sec., 2.15 MiB/sec. | ||
| 14837 | 2024.11.19 01:44:30.148714 [ 260 ] {9c150802-6f64-4ec7-b477-3a3b7e7e0b42} <Debug> TCPHandler: Processed in 0.001849363 sec. | ||
| 14838 | 2024.11.19 01:44:30.148918 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14839 | 2024.11.19 01:44:30.149064 [ 257 ] {789e33a4-b092-4e6b-bd40-248aa4445074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14840 | 2024.11.19 01:44:30.149121 [ 257 ] {789e33a4-b092-4e6b-bd40-248aa4445074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14841 | 2024.11.19 01:44:30.149796 [ 257 ] {789e33a4-b092-4e6b-bd40-248aa4445074} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14842 | 2024.11.19 01:44:30.149843 [ 257 ] {789e33a4-b092-4e6b-bd40-248aa4445074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14843 | 2024.11.19 01:44:30.150226 [ 257 ] {789e33a4-b092-4e6b-bd40-248aa4445074} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14844 | 2024.11.19 01:44:30.150508 [ 257 ] {789e33a4-b092-4e6b-bd40-248aa4445074} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14845 | 2024.11.19 01:44:30.150718 [ 257 ] {789e33a4-b092-4e6b-bd40-248aa4445074} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001682 sec., 8323.424494649227 rows/sec., 582.92 KiB/sec. | ||
| 14846 | 2024.11.19 01:44:30.150821 [ 257 ] {789e33a4-b092-4e6b-bd40-248aa4445074} <Debug> TCPHandler: Processed in 0.001995986 sec. | ||
| 14847 | 2024.11.19 01:44:30.150991 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14848 | 2024.11.19 01:44:30.151116 [ 260 ] {6350bbfe-54f1-4934-9398-a2322c594cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14849 | 2024.11.19 01:44:30.151168 [ 260 ] {6350bbfe-54f1-4934-9398-a2322c594cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14850 | 2024.11.19 01:44:30.151754 [ 260 ] {6350bbfe-54f1-4934-9398-a2322c594cfa} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14851 | 2024.11.19 01:44:30.151793 [ 260 ] {6350bbfe-54f1-4934-9398-a2322c594cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14852 | 2024.11.19 01:44:30.152210 [ 260 ] {6350bbfe-54f1-4934-9398-a2322c594cfa} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14853 | 2024.11.19 01:44:30.152448 [ 260 ] {6350bbfe-54f1-4934-9398-a2322c594cfa} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14854 | 2024.11.19 01:44:30.152590 [ 27 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 14855 | 2024.11.19 01:44:30.152667 [ 27 ] {} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14856 | 2024.11.19 01:44:30.152717 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14857 | 2024.11.19 01:44:30.152732 [ 260 ] {6350bbfe-54f1-4934-9398-a2322c594cfa} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001627 sec., 7990.165949600492 rows/sec., 498.18 KiB/sec. | ||
| 14858 | 2024.11.19 01:44:30.153029 [ 260 ] {6350bbfe-54f1-4934-9398-a2322c594cfa} <Debug> TCPHandler: Processed in 0.002106217 sec. | ||
| 14859 | 2024.11.19 01:44:30.153428 [ 225 ] {} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14860 | 2024.11.19 01:44:30.153469 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 14861 | 2024.11.19 01:44:30.153471 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14862 | 2024.11.19 01:44:30.153524 [ 225 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14863 | 2024.11.19 01:44:30.153939 [ 257 ] {1f19ca37-a13c-43ea-a062-733483ef87a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14864 | 2024.11.19 01:44:30.154109 [ 257 ] {1f19ca37-a13c-43ea-a062-733483ef87a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14865 | 2024.11.19 01:44:30.154163 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14866 | 2024.11.19 01:44:30.154278 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 13 rows starting from the beginning of the part | ||
| 14867 | 2024.11.19 01:44:30.154721 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part | ||
| 14868 | 2024.11.19 01:44:30.155134 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 14869 | 2024.11.19 01:44:30.155636 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part | ||
| 14870 | 2024.11.19 01:44:30.155943 [ 192 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 14871 | 2024.11.19 01:44:30.159043 [ 257 ] {1f19ca37-a13c-43ea-a062-733483ef87a0} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14872 | 2024.11.19 01:44:30.159145 [ 257 ] {1f19ca37-a13c-43ea-a062-733483ef87a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14873 | 2024.11.19 01:44:30.159986 [ 225 ] {} <Debug> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 14874 | 2024.11.19 01:44:30.160709 [ 257 ] {1f19ca37-a13c-43ea-a062-733483ef87a0} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 14875 | 2024.11.19 01:44:30.161037 [ 186 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.008178387 sec., 7947.777477392547 rows/sec., 526.59 KiB/sec. | ||
| 14876 | 2024.11.19 01:44:30.161376 [ 257 ] {1f19ca37-a13c-43ea-a062-733483ef87a0} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14877 | 2024.11.19 01:44:30.161379 [ 186 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 14878 | 2024.11.19 01:44:30.161825 [ 257 ] {1f19ca37-a13c-43ea-a062-733483ef87a0} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.008023 sec., 52723.420167019816 rows/sec., 3.77 MiB/sec. | ||
| 14879 | 2024.11.19 01:44:30.161952 [ 257 ] {1f19ca37-a13c-43ea-a062-733483ef87a0} <Debug> TCPHandler: Processed in 0.008789137 sec. | ||
| 14880 | 2024.11.19 01:44:30.162031 [ 186 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_45_11} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14881 | 2024.11.19 01:44:30.162143 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14882 | 2024.11.19 01:44:30.162160 [ 186 ] {77fa5894-37f4-4a20-b963-59c618eaa94c::all_1_45_11} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 14883 | 2024.11.19 01:44:30.162315 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 14884 | 2024.11.19 01:44:30.162375 [ 260 ] {e92fac55-a073-4e8b-8c79-75da9b715aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14885 | 2024.11.19 01:44:30.162441 [ 260 ] {e92fac55-a073-4e8b-8c79-75da9b715aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14886 | 2024.11.19 01:44:30.162989 [ 260 ] {e92fac55-a073-4e8b-8c79-75da9b715aa4} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14887 | 2024.11.19 01:44:30.163028 [ 260 ] {e92fac55-a073-4e8b-8c79-75da9b715aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14888 | 2024.11.19 01:44:30.163390 [ 260 ] {e92fac55-a073-4e8b-8c79-75da9b715aa4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14889 | 2024.11.19 01:44:30.163637 [ 260 ] {e92fac55-a073-4e8b-8c79-75da9b715aa4} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14890 | 2024.11.19 01:44:30.163820 [ 260 ] {e92fac55-a073-4e8b-8c79-75da9b715aa4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 207.88 KiB/sec. | ||
| 14891 | 2024.11.19 01:44:30.163892 [ 260 ] {e92fac55-a073-4e8b-8c79-75da9b715aa4} <Debug> TCPHandler: Processed in 0.001832653 sec. | ||
| 14892 | 2024.11.19 01:44:30.164104 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14893 | 2024.11.19 01:44:30.164241 [ 257 ] {3e037b1a-0741-4231-86de-a2feda9ad15d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14894 | 2024.11.19 01:44:30.164302 [ 257 ] {3e037b1a-0741-4231-86de-a2feda9ad15d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14895 | 2024.11.19 01:44:30.164983 [ 257 ] {3e037b1a-0741-4231-86de-a2feda9ad15d} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14896 | 2024.11.19 01:44:30.165020 [ 257 ] {3e037b1a-0741-4231-86de-a2feda9ad15d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14897 | 2024.11.19 01:44:30.165414 [ 257 ] {3e037b1a-0741-4231-86de-a2feda9ad15d} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 14898 | 2024.11.19 01:44:30.165652 [ 257 ] {3e037b1a-0741-4231-86de-a2feda9ad15d} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14899 | 2024.11.19 01:44:30.165858 [ 257 ] {3e037b1a-0741-4231-86de-a2feda9ad15d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001647 sec., 143897.99635701274 rows/sec., 9.65 MiB/sec. | ||
| 14900 | 2024.11.19 01:44:30.165909 [ 257 ] {3e037b1a-0741-4231-86de-a2feda9ad15d} <Debug> TCPHandler: Processed in 0.001928575 sec. | ||
| 14901 | 2024.11.19 01:44:30.166066 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14902 | 2024.11.19 01:44:30.166190 [ 260 ] {3f4325f9-cf01-4c5d-b717-8c2e667b6ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14903 | 2024.11.19 01:44:30.166242 [ 260 ] {3f4325f9-cf01-4c5d-b717-8c2e667b6ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14904 | 2024.11.19 01:44:30.166729 [ 260 ] {3f4325f9-cf01-4c5d-b717-8c2e667b6ce1} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14905 | 2024.11.19 01:44:30.166766 [ 260 ] {3f4325f9-cf01-4c5d-b717-8c2e667b6ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14906 | 2024.11.19 01:44:30.167136 [ 260 ] {3f4325f9-cf01-4c5d-b717-8c2e667b6ce1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14907 | 2024.11.19 01:44:30.167389 [ 260 ] {3f4325f9-cf01-4c5d-b717-8c2e667b6ce1} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14908 | 2024.11.19 01:44:30.167609 [ 260 ] {3f4325f9-cf01-4c5d-b717-8c2e667b6ce1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001434 sec., 697.350069735007 rows/sec., 46.99 KiB/sec. | ||
| 14909 | 2024.11.19 01:44:30.167723 [ 260 ] {3f4325f9-cf01-4c5d-b717-8c2e667b6ce1} <Debug> TCPHandler: Processed in 0.001730721 sec. | ||
| 14910 | 2024.11.19 01:44:30.167952 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14911 | 2024.11.19 01:44:30.168184 [ 257 ] {0a1e451a-4895-4e7d-b31d-b227c0cc5582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14912 | 2024.11.19 01:44:30.168318 [ 257 ] {0a1e451a-4895-4e7d-b31d-b227c0cc5582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14913 | 2024.11.19 01:44:30.169808 [ 257 ] {0a1e451a-4895-4e7d-b31d-b227c0cc5582} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14914 | 2024.11.19 01:44:30.169846 [ 257 ] {0a1e451a-4895-4e7d-b31d-b227c0cc5582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14915 | 2024.11.19 01:44:30.170510 [ 257 ] {0a1e451a-4895-4e7d-b31d-b227c0cc5582} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14916 | 2024.11.19 01:44:30.170763 [ 257 ] {0a1e451a-4895-4e7d-b31d-b227c0cc5582} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14917 | 2024.11.19 01:44:30.171000 [ 257 ] {0a1e451a-4895-4e7d-b31d-b227c0cc5582} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002871 sec., 14280.738418669454 rows/sec., 25.59 MiB/sec. | ||
| 14918 | 2024.11.19 01:44:30.171089 [ 257 ] {0a1e451a-4895-4e7d-b31d-b227c0cc5582} <Debug> TCPHandler: Processed in 0.003259268 sec. | ||
| 14919 | 2024.11.19 01:44:30.171326 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14920 | 2024.11.19 01:44:30.171547 [ 260 ] {3e04d034-0799-41b7-a5ba-0c611310e937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14921 | 2024.11.19 01:44:30.171638 [ 260 ] {3e04d034-0799-41b7-a5ba-0c611310e937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14922 | 2024.11.19 01:44:30.172287 [ 260 ] {3e04d034-0799-41b7-a5ba-0c611310e937} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14923 | 2024.11.19 01:44:30.172323 [ 260 ] {3e04d034-0799-41b7-a5ba-0c611310e937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14924 | 2024.11.19 01:44:30.172686 [ 260 ] {3e04d034-0799-41b7-a5ba-0c611310e937} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 14925 | 2024.11.19 01:44:30.172934 [ 260 ] {3e04d034-0799-41b7-a5ba-0c611310e937} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14926 | 2024.11.19 01:44:30.173106 [ 260 ] {3e04d034-0799-41b7-a5ba-0c611310e937} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001616 sec., 50742.57425742574 rows/sec., 3.22 MiB/sec. | ||
| 14927 | 2024.11.19 01:44:30.173153 [ 260 ] {3e04d034-0799-41b7-a5ba-0c611310e937} <Debug> TCPHandler: Processed in 0.001932144 sec. | ||
| 14928 | 2024.11.19 01:44:30.773043 [ 224 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14929 | 2024.11.19 01:44:30.773133 [ 224 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14930 | 2024.11.19 01:44:30.775361 [ 224 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14931 | 2024.11.19 01:44:30.876755 [ 223 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14932 | 2024.11.19 01:44:30.876826 [ 223 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14933 | 2024.11.19 01:44:30.879000 [ 223 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14934 | 2024.11.19 01:44:31.249066 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14935 | 2024.11.19 01:44:31.249121 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14936 | 2024.11.19 01:44:31.251054 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 14937 | 2024.11.19 01:44:32.313528 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14938 | 2024.11.19 01:44:32.606097 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33039, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14939 | 2024.11.19 01:44:32.635465 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44975, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14940 | 2024.11.19 01:44:32.637784 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40628, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14941 | 2024.11.19 01:44:32.876778 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50350, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14942 | 2024.11.19 01:44:32.892070 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47996, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14943 | 2024.11.19 01:44:32.941591 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61674, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14944 | 2024.11.19 01:44:33.010158 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14945 | 2024.11.19 01:44:33.516683 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52634, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14946 | 2024.11.19 01:44:33.978079 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48433, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14947 | 2024.11.19 01:44:34.054552 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14948 | 2024.11.19 01:44:34.154312 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47495, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14949 | 2024.11.19 01:44:34.204121 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63153, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14950 | 2024.11.19 01:44:34.246062 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35878, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14951 | 2024.11.19 01:44:34.252323 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34590, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14952 | 2024.11.19 01:44:34.256379 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49390, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14953 | 2024.11.19 01:44:35.126738 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14954 | 2024.11.19 01:44:35.126933 [ 260 ] {1d90b21a-4422-413a-b58e-e08ae07f75fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14955 | 2024.11.19 01:44:35.127009 [ 260 ] {1d90b21a-4422-413a-b58e-e08ae07f75fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14956 | 2024.11.19 01:44:35.127761 [ 260 ] {1d90b21a-4422-413a-b58e-e08ae07f75fe} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14957 | 2024.11.19 01:44:35.127818 [ 260 ] {1d90b21a-4422-413a-b58e-e08ae07f75fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14958 | 2024.11.19 01:44:35.128255 [ 260 ] {1d90b21a-4422-413a-b58e-e08ae07f75fe} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14959 | 2024.11.19 01:44:35.128518 [ 260 ] {1d90b21a-4422-413a-b58e-e08ae07f75fe} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14960 | 2024.11.19 01:44:35.128755 [ 260 ] {1d90b21a-4422-413a-b58e-e08ae07f75fe} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001877 sec., 2131.0602024507193 rows/sec., 173.77 KiB/sec. | ||
| 14961 | 2024.11.19 01:44:35.128819 [ 260 ] {1d90b21a-4422-413a-b58e-e08ae07f75fe} <Debug> TCPHandler: Processed in 0.00221493 sec. | ||
| 14962 | 2024.11.19 01:44:35.129089 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14963 | 2024.11.19 01:44:35.129307 [ 257 ] {13529f29-fdb1-4f97-be78-9f22885205a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14964 | 2024.11.19 01:44:35.129390 [ 257 ] {13529f29-fdb1-4f97-be78-9f22885205a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14965 | 2024.11.19 01:44:35.130260 [ 257 ] {13529f29-fdb1-4f97-be78-9f22885205a1} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14966 | 2024.11.19 01:44:35.130313 [ 257 ] {13529f29-fdb1-4f97-be78-9f22885205a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14967 | 2024.11.19 01:44:35.130755 [ 257 ] {13529f29-fdb1-4f97-be78-9f22885205a1} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 14968 | 2024.11.19 01:44:35.131029 [ 257 ] {13529f29-fdb1-4f97-be78-9f22885205a1} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14969 | 2024.11.19 01:44:35.131263 [ 257 ] {13529f29-fdb1-4f97-be78-9f22885205a1} <Debug> executeQuery: Read 58 rows, 4.55 KiB in 0.002013 sec., 28812.717337307502 rows/sec., 2.21 MiB/sec. | ||
| 14970 | 2024.11.19 01:44:35.131327 [ 257 ] {13529f29-fdb1-4f97-be78-9f22885205a1} <Debug> TCPHandler: Processed in 0.002386903 sec. | ||
| 14971 | 2024.11.19 01:44:35.131488 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14972 | 2024.11.19 01:44:35.131636 [ 260 ] {8587187d-4e35-48b7-8b83-13c34501f4a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14973 | 2024.11.19 01:44:35.131698 [ 260 ] {8587187d-4e35-48b7-8b83-13c34501f4a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14974 | 2024.11.19 01:44:35.132367 [ 260 ] {8587187d-4e35-48b7-8b83-13c34501f4a6} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14975 | 2024.11.19 01:44:35.132408 [ 260 ] {8587187d-4e35-48b7-8b83-13c34501f4a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14976 | 2024.11.19 01:44:35.132774 [ 260 ] {8587187d-4e35-48b7-8b83-13c34501f4a6} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14977 | 2024.11.19 01:44:35.133030 [ 260 ] {8587187d-4e35-48b7-8b83-13c34501f4a6} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14978 | 2024.11.19 01:44:35.133237 [ 260 ] {8587187d-4e35-48b7-8b83-13c34501f4a6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001639 sec., 2440.5125076266013 rows/sec., 170.41 KiB/sec. | ||
| 14979 | 2024.11.19 01:44:35.133292 [ 260 ] {8587187d-4e35-48b7-8b83-13c34501f4a6} <Debug> TCPHandler: Processed in 0.001873884 sec. | ||
| 14980 | 2024.11.19 01:44:35.133458 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14981 | 2024.11.19 01:44:35.133604 [ 257 ] {f239f6e5-a238-4397-872a-da66400a3a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14982 | 2024.11.19 01:44:35.133664 [ 257 ] {f239f6e5-a238-4397-872a-da66400a3a3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14983 | 2024.11.19 01:44:35.134350 [ 257 ] {f239f6e5-a238-4397-872a-da66400a3a3a} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14984 | 2024.11.19 01:44:35.134391 [ 257 ] {f239f6e5-a238-4397-872a-da66400a3a3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14985 | 2024.11.19 01:44:35.134775 [ 257 ] {f239f6e5-a238-4397-872a-da66400a3a3a} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 14986 | 2024.11.19 01:44:35.135013 [ 257 ] {f239f6e5-a238-4397-872a-da66400a3a3a} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14987 | 2024.11.19 01:44:35.135229 [ 257 ] {f239f6e5-a238-4397-872a-da66400a3a3a} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001663 sec., 40889.957907396274 rows/sec., 3.20 MiB/sec. | ||
| 14988 | 2024.11.19 01:44:35.135285 [ 257 ] {f239f6e5-a238-4397-872a-da66400a3a3a} <Debug> TCPHandler: Processed in 0.001894424 sec. | ||
| 14989 | 2024.11.19 01:44:35.135438 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14990 | 2024.11.19 01:44:35.135580 [ 260 ] {562b6dc2-3df4-4efe-a2a5-4ded0c43ae13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14991 | 2024.11.19 01:44:35.135645 [ 260 ] {562b6dc2-3df4-4efe-a2a5-4ded0c43ae13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14992 | 2024.11.19 01:44:35.136281 [ 260 ] {562b6dc2-3df4-4efe-a2a5-4ded0c43ae13} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14993 | 2024.11.19 01:44:35.136321 [ 260 ] {562b6dc2-3df4-4efe-a2a5-4ded0c43ae13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 14994 | 2024.11.19 01:44:35.136729 [ 260 ] {562b6dc2-3df4-4efe-a2a5-4ded0c43ae13} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 14995 | 2024.11.19 01:44:35.136986 [ 260 ] {562b6dc2-3df4-4efe-a2a5-4ded0c43ae13} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14996 | 2024.11.19 01:44:35.137190 [ 260 ] {562b6dc2-3df4-4efe-a2a5-4ded0c43ae13} <Debug> executeQuery: Read 132 rows, 9.42 KiB in 0.001645 sec., 80243.16109422492 rows/sec., 5.59 MiB/sec. | ||
| 14997 | 2024.11.19 01:44:35.137244 [ 260 ] {562b6dc2-3df4-4efe-a2a5-4ded0c43ae13} <Debug> TCPHandler: Processed in 0.001876154 sec. | ||
| 14998 | 2024.11.19 01:44:35.137397 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14999 | 2024.11.19 01:44:35.137537 [ 257 ] {c296961b-4790-4980-bf67-288737b38709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15000 | 2024.11.19 01:44:35.137598 [ 257 ] {c296961b-4790-4980-bf67-288737b38709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15001 | 2024.11.19 01:44:35.138183 [ 257 ] {c296961b-4790-4980-bf67-288737b38709} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15002 | 2024.11.19 01:44:35.138221 [ 257 ] {c296961b-4790-4980-bf67-288737b38709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15003 | 2024.11.19 01:44:35.138598 [ 257 ] {c296961b-4790-4980-bf67-288737b38709} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15004 | 2024.11.19 01:44:35.138835 [ 257 ] {c296961b-4790-4980-bf67-288737b38709} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15005 | 2024.11.19 01:44:35.139040 [ 257 ] {c296961b-4790-4980-bf67-288737b38709} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.00154 sec., 32467.53246753247 rows/sec., 2.18 MiB/sec. | ||
| 15006 | 2024.11.19 01:44:35.139087 [ 257 ] {c296961b-4790-4980-bf67-288737b38709} <Debug> TCPHandler: Processed in 0.001763012 sec. | ||
| 15007 | 2024.11.19 01:44:39.215663 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2154 | ||
| 15008 | 2024.11.19 01:44:39.218890 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15009 | 2024.11.19 01:44:39.218951 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15010 | 2024.11.19 01:44:39.220496 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 15011 | 2024.11.19 01:44:39.220827 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15012 | 2024.11.19 01:44:39.222803 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2154 | ||
| 15013 | 2024.11.19 01:44:40.128162 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15014 | 2024.11.19 01:44:40.128401 [ 260 ] {97741a7d-b8d5-49d8-ad7a-6c57c68834c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15015 | 2024.11.19 01:44:40.128487 [ 260 ] {97741a7d-b8d5-49d8-ad7a-6c57c68834c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15016 | 2024.11.19 01:44:40.129310 [ 260 ] {97741a7d-b8d5-49d8-ad7a-6c57c68834c6} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15017 | 2024.11.19 01:44:40.129377 [ 260 ] {97741a7d-b8d5-49d8-ad7a-6c57c68834c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15018 | 2024.11.19 01:44:40.129849 [ 260 ] {97741a7d-b8d5-49d8-ad7a-6c57c68834c6} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 15019 | 2024.11.19 01:44:40.130122 [ 260 ] {97741a7d-b8d5-49d8-ad7a-6c57c68834c6} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15020 | 2024.11.19 01:44:40.130358 [ 260 ] {97741a7d-b8d5-49d8-ad7a-6c57c68834c6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002022 sec., 27695.351137487636 rows/sec., 2.13 MiB/sec. | ||
| 15021 | 2024.11.19 01:44:40.130433 [ 260 ] {97741a7d-b8d5-49d8-ad7a-6c57c68834c6} <Debug> TCPHandler: Processed in 0.002419284 sec. | ||
| 15022 | 2024.11.19 01:44:40.130736 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15023 | 2024.11.19 01:44:40.131035 [ 257 ] {aa0cdd81-dc9f-4b3b-827d-ccd2bc101dc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15024 | 2024.11.19 01:44:40.131151 [ 257 ] {aa0cdd81-dc9f-4b3b-827d-ccd2bc101dc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15025 | 2024.11.19 01:44:40.131995 [ 257 ] {aa0cdd81-dc9f-4b3b-827d-ccd2bc101dc9} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15026 | 2024.11.19 01:44:40.132043 [ 257 ] {aa0cdd81-dc9f-4b3b-827d-ccd2bc101dc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15027 | 2024.11.19 01:44:40.132487 [ 257 ] {aa0cdd81-dc9f-4b3b-827d-ccd2bc101dc9} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 15028 | 2024.11.19 01:44:40.132739 [ 257 ] {aa0cdd81-dc9f-4b3b-827d-ccd2bc101dc9} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15029 | 2024.11.19 01:44:40.132995 [ 257 ] {aa0cdd81-dc9f-4b3b-827d-ccd2bc101dc9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002037 sec., 31418.753068237602 rows/sec., 2.45 MiB/sec. | ||
| 15030 | 2024.11.19 01:44:40.133084 [ 257 ] {aa0cdd81-dc9f-4b3b-827d-ccd2bc101dc9} <Debug> TCPHandler: Processed in 0.002534575 sec. | ||
| 15031 | 2024.11.19 01:44:40.133277 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15032 | 2024.11.19 01:44:40.133622 [ 260 ] {505358c0-3cc4-4dc1-8323-d1d2d5c3a5a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15033 | 2024.11.19 01:44:40.133701 [ 260 ] {505358c0-3cc4-4dc1-8323-d1d2d5c3a5a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15034 | 2024.11.19 01:44:40.134414 [ 260 ] {505358c0-3cc4-4dc1-8323-d1d2d5c3a5a2} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15035 | 2024.11.19 01:44:40.134460 [ 260 ] {505358c0-3cc4-4dc1-8323-d1d2d5c3a5a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15036 | 2024.11.19 01:44:40.134915 [ 260 ] {505358c0-3cc4-4dc1-8323-d1d2d5c3a5a2} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 15037 | 2024.11.19 01:44:40.135185 [ 260 ] {505358c0-3cc4-4dc1-8323-d1d2d5c3a5a2} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15038 | 2024.11.19 01:44:40.135413 [ 260 ] {505358c0-3cc4-4dc1-8323-d1d2d5c3a5a2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001914 sec., 83594.56635318705 rows/sec., 5.82 MiB/sec. | ||
| 15039 | 2024.11.19 01:44:40.135489 [ 260 ] {505358c0-3cc4-4dc1-8323-d1d2d5c3a5a2} <Debug> TCPHandler: Processed in 0.002315341 sec. | ||
| 15040 | 2024.11.19 01:44:40.135697 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15041 | 2024.11.19 01:44:40.135918 [ 257 ] {ed0118da-1428-4199-8581-279a52d2c091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15042 | 2024.11.19 01:44:40.136014 [ 257 ] {ed0118da-1428-4199-8581-279a52d2c091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15043 | 2024.11.19 01:44:40.136701 [ 257 ] {ed0118da-1428-4199-8581-279a52d2c091} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15044 | 2024.11.19 01:44:40.136741 [ 257 ] {ed0118da-1428-4199-8581-279a52d2c091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15045 | 2024.11.19 01:44:40.137134 [ 257 ] {ed0118da-1428-4199-8581-279a52d2c091} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 15046 | 2024.11.19 01:44:40.137391 [ 257 ] {ed0118da-1428-4199-8581-279a52d2c091} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15047 | 2024.11.19 01:44:40.137599 [ 257 ] {ed0118da-1428-4199-8581-279a52d2c091} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001739 sec., 34502.587694077054 rows/sec., 2.33 MiB/sec. | ||
| 15048 | 2024.11.19 01:44:40.137647 [ 257 ] {ed0118da-1428-4199-8581-279a52d2c091} <Debug> TCPHandler: Processed in 0.002060607 sec. | ||
| 15049 | 2024.11.19 01:44:41.941465 [ 34 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 15050 | 2024.11.19 01:44:41.941535 [ 34 ] {} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15051 | 2024.11.19 01:44:41.941563 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15052 | 2024.11.19 01:44:41.941808 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 15053 | 2024.11.19 01:44:41.942101 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15054 | 2024.11.19 01:44:41.942147 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 41 rows starting from the beginning of the part | ||
| 15055 | 2024.11.19 01:44:41.942243 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 15056 | 2024.11.19 01:44:41.942491 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 15057 | 2024.11.19 01:44:41.942650 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 15058 | 2024.11.19 01:44:41.942892 [ 197 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 15059 | 2024.11.19 01:44:41.944064 [ 186 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.002412763 sec., 18650.816512023768 rows/sec., 1.23 MiB/sec. | ||
| 15060 | 2024.11.19 01:44:41.944225 [ 189 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 15061 | 2024.11.19 01:44:41.944568 [ 189 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_45_11} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15062 | 2024.11.19 01:44:41.944654 [ 189 ] {7a068b2a-d445-4769-83f0-40596558304b::all_1_45_11} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 15063 | 2024.11.19 01:44:41.944738 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15064 | 2024.11.19 01:44:43.033834 [ 220 ] {} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15065 | 2024.11.19 01:44:43.033923 [ 220 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15066 | 2024.11.19 01:44:43.035636 [ 220 ] {} <Debug> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15067 | 2024.11.19 01:44:43.171502 [ 128 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 15068 | 2024.11.19 01:44:43.171560 [ 128 ] {} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15069 | 2024.11.19 01:44:43.171587 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15070 | 2024.11.19 01:44:43.171747 [ 220 ] {} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15071 | 2024.11.19 01:44:43.171823 [ 220 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15072 | 2024.11.19 01:44:43.171931 [ 186 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_45_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_10 to all_45_45_0 into Compact with storage Full | ||
| 15073 | 2024.11.19 01:44:43.172622 [ 186 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15074 | 2024.11.19 01:44:43.172694 [ 186 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 246 rows starting from the beginning of the part | ||
| 15075 | 2024.11.19 01:44:43.172896 [ 186 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 15076 | 2024.11.19 01:44:43.173334 [ 186 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 15077 | 2024.11.19 01:44:43.173488 [ 186 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 15078 | 2024.11.19 01:44:43.173813 [ 186 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 15079 | 2024.11.19 01:44:43.175789 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 4 columns (4 merged, 0 gathered) in 0.004113274 sec., 65641.14133899176 rows/sec., 3.35 MiB/sec. | ||
| 15080 | 2024.11.19 01:44:43.176028 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 15081 | 2024.11.19 01:44:43.176082 [ 220 ] {} <Debug> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 15082 | 2024.11.19 01:44:43.176637 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_45_11} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15083 | 2024.11.19 01:44:43.176734 [ 189 ] {ce1e7b89-83ec-4d25-ae62-2a0db742bbba::all_1_45_11} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 15084 | 2024.11.19 01:44:43.176836 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 15085 | 2024.11.19 01:44:43.721594 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15086 | 2024.11.19 01:44:43.721638 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15087 | 2024.11.19 01:44:45.135978 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15088 | 2024.11.19 01:44:45.136201 [ 260 ] {47523907-eb81-4a20-afc3-a436fed56f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15089 | 2024.11.19 01:44:45.136287 [ 260 ] {47523907-eb81-4a20-afc3-a436fed56f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15090 | 2024.11.19 01:44:45.137108 [ 260 ] {47523907-eb81-4a20-afc3-a436fed56f4f} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15091 | 2024.11.19 01:44:45.137163 [ 260 ] {47523907-eb81-4a20-afc3-a436fed56f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15092 | 2024.11.19 01:44:45.137621 [ 260 ] {47523907-eb81-4a20-afc3-a436fed56f4f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 15093 | 2024.11.19 01:44:45.137899 [ 260 ] {47523907-eb81-4a20-afc3-a436fed56f4f} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15094 | 2024.11.19 01:44:45.138144 [ 260 ] {47523907-eb81-4a20-afc3-a436fed56f4f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001994 sec., 7021.063189568706 rows/sec., 505.42 KiB/sec. | ||
| 15095 | 2024.11.19 01:44:45.138259 [ 260 ] {47523907-eb81-4a20-afc3-a436fed56f4f} <Debug> TCPHandler: Processed in 0.002423313 sec. | ||
| 15096 | 2024.11.19 01:44:45.138596 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15097 | 2024.11.19 01:44:45.138786 [ 257 ] {1525bb09-a60e-46c3-be67-baec315940ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15098 | 2024.11.19 01:44:45.138864 [ 257 ] {1525bb09-a60e-46c3-be67-baec315940ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15099 | 2024.11.19 01:44:45.139814 [ 257 ] {1525bb09-a60e-46c3-be67-baec315940ca} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15100 | 2024.11.19 01:44:45.139868 [ 257 ] {1525bb09-a60e-46c3-be67-baec315940ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15101 | 2024.11.19 01:44:45.140335 [ 257 ] {1525bb09-a60e-46c3-be67-baec315940ca} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 15102 | 2024.11.19 01:44:45.140600 [ 257 ] {1525bb09-a60e-46c3-be67-baec315940ca} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15103 | 2024.11.19 01:44:45.140871 [ 257 ] {1525bb09-a60e-46c3-be67-baec315940ca} <Debug> executeQuery: Read 303 rows, 27.48 KiB in 0.00213 sec., 142253.52112676058 rows/sec., 12.60 MiB/sec. | ||
| 15104 | 2024.11.19 01:44:45.140962 [ 257 ] {1525bb09-a60e-46c3-be67-baec315940ca} <Debug> TCPHandler: Processed in 0.002565066 sec. | ||
| 15105 | 2024.11.19 01:44:45.141182 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15106 | 2024.11.19 01:44:45.141484 [ 260 ] {80dbc1e2-e210-4b4e-8270-6d98843fe466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15107 | 2024.11.19 01:44:45.141589 [ 260 ] {80dbc1e2-e210-4b4e-8270-6d98843fe466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15108 | 2024.11.19 01:44:45.142279 [ 260 ] {80dbc1e2-e210-4b4e-8270-6d98843fe466} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15109 | 2024.11.19 01:44:45.142328 [ 260 ] {80dbc1e2-e210-4b4e-8270-6d98843fe466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15110 | 2024.11.19 01:44:45.142722 [ 260 ] {80dbc1e2-e210-4b4e-8270-6d98843fe466} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 15111 | 2024.11.19 01:44:45.142979 [ 260 ] {80dbc1e2-e210-4b4e-8270-6d98843fe466} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15112 | 2024.11.19 01:44:45.143264 [ 260 ] {80dbc1e2-e210-4b4e-8270-6d98843fe466} <Debug> executeQuery: Read 57 rows, 4.22 KiB in 0.001879 sec., 30335.28472591804 rows/sec., 2.19 MiB/sec. | ||
| 15113 | 2024.11.19 01:44:45.143342 [ 260 ] {80dbc1e2-e210-4b4e-8270-6d98843fe466} <Debug> TCPHandler: Processed in 0.00226811 sec. | ||
| 15114 | 2024.11.19 01:44:45.143603 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15115 | 2024.11.19 01:44:45.143762 [ 257 ] {adb0eaf5-fc84-4d76-832b-357dc0f838c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15116 | 2024.11.19 01:44:45.143823 [ 257 ] {adb0eaf5-fc84-4d76-832b-357dc0f838c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15117 | 2024.11.19 01:44:45.144527 [ 257 ] {adb0eaf5-fc84-4d76-832b-357dc0f838c2} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15118 | 2024.11.19 01:44:45.144576 [ 257 ] {adb0eaf5-fc84-4d76-832b-357dc0f838c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15119 | 2024.11.19 01:44:45.144949 [ 257 ] {adb0eaf5-fc84-4d76-832b-357dc0f838c2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15120 | 2024.11.19 01:44:45.145213 [ 257 ] {adb0eaf5-fc84-4d76-832b-357dc0f838c2} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15121 | 2024.11.19 01:44:45.145450 [ 257 ] {adb0eaf5-fc84-4d76-832b-357dc0f838c2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001721 sec., 8134.805345729227 rows/sec., 569.71 KiB/sec. | ||
| 15122 | 2024.11.19 01:44:45.145638 [ 257 ] {adb0eaf5-fc84-4d76-832b-357dc0f838c2} <Debug> TCPHandler: Processed in 0.002176389 sec. | ||
| 15123 | 2024.11.19 01:44:45.145866 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15124 | 2024.11.19 01:44:45.146010 [ 260 ] {4a26def5-e8ce-4c1a-ac7b-f68db7ae4ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15125 | 2024.11.19 01:44:45.146071 [ 260 ] {4a26def5-e8ce-4c1a-ac7b-f68db7ae4ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15126 | 2024.11.19 01:44:45.146733 [ 260 ] {4a26def5-e8ce-4c1a-ac7b-f68db7ae4ec6} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15127 | 2024.11.19 01:44:45.146775 [ 260 ] {4a26def5-e8ce-4c1a-ac7b-f68db7ae4ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15128 | 2024.11.19 01:44:45.147145 [ 260 ] {4a26def5-e8ce-4c1a-ac7b-f68db7ae4ec6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 15129 | 2024.11.19 01:44:45.147383 [ 260 ] {4a26def5-e8ce-4c1a-ac7b-f68db7ae4ec6} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15130 | 2024.11.19 01:44:45.147640 [ 260 ] {4a26def5-e8ce-4c1a-ac7b-f68db7ae4ec6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001664 sec., 7812.500000000001 rows/sec., 487.11 KiB/sec. | ||
| 15131 | 2024.11.19 01:44:45.147847 [ 260 ] {4a26def5-e8ce-4c1a-ac7b-f68db7ae4ec6} <Debug> TCPHandler: Processed in 0.002100738 sec. | ||
| 15132 | 2024.11.19 01:44:45.148139 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15133 | 2024.11.19 01:44:45.148358 [ 257 ] {c558c16b-0933-4124-abda-572555f6c0e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15134 | 2024.11.19 01:44:45.148446 [ 257 ] {c558c16b-0933-4124-abda-572555f6c0e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15135 | 2024.11.19 01:44:45.149297 [ 257 ] {c558c16b-0933-4124-abda-572555f6c0e7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15136 | 2024.11.19 01:44:45.149337 [ 257 ] {c558c16b-0933-4124-abda-572555f6c0e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15137 | 2024.11.19 01:44:45.149735 [ 257 ] {c558c16b-0933-4124-abda-572555f6c0e7} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 15138 | 2024.11.19 01:44:45.149986 [ 257 ] {c558c16b-0933-4124-abda-572555f6c0e7} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15139 | 2024.11.19 01:44:45.150208 [ 257 ] {c558c16b-0933-4124-abda-572555f6c0e7} <Debug> executeQuery: Read 438 rows, 32.20 KiB in 0.001904 sec., 230042.01680672268 rows/sec., 16.51 MiB/sec. | ||
| 15140 | 2024.11.19 01:44:45.150263 [ 257 ] {c558c16b-0933-4124-abda-572555f6c0e7} <Debug> TCPHandler: Processed in 0.002303061 sec. | ||
| 15141 | 2024.11.19 01:44:45.150405 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15142 | 2024.11.19 01:44:45.150529 [ 260 ] {60090653-16aa-4485-87d1-e2cb3dc5b580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15143 | 2024.11.19 01:44:45.150582 [ 260 ] {60090653-16aa-4485-87d1-e2cb3dc5b580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15144 | 2024.11.19 01:44:45.151160 [ 260 ] {60090653-16aa-4485-87d1-e2cb3dc5b580} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15145 | 2024.11.19 01:44:45.151207 [ 260 ] {60090653-16aa-4485-87d1-e2cb3dc5b580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15146 | 2024.11.19 01:44:45.151641 [ 260 ] {60090653-16aa-4485-87d1-e2cb3dc5b580} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 15147 | 2024.11.19 01:44:45.151886 [ 260 ] {60090653-16aa-4485-87d1-e2cb3dc5b580} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15148 | 2024.11.19 01:44:45.152119 [ 260 ] {60090653-16aa-4485-87d1-e2cb3dc5b580} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001602 sec., 3745.3183520599255 rows/sec., 195.68 KiB/sec. | ||
| 15149 | 2024.11.19 01:44:45.152204 [ 260 ] {60090653-16aa-4485-87d1-e2cb3dc5b580} <Debug> TCPHandler: Processed in 0.001853123 sec. | ||
| 15150 | 2024.11.19 01:44:45.152439 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15151 | 2024.11.19 01:44:45.152564 [ 257 ] {16d7972b-613f-49a0-8dd9-24bd26785313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15152 | 2024.11.19 01:44:45.152618 [ 257 ] {16d7972b-613f-49a0-8dd9-24bd26785313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15153 | 2024.11.19 01:44:45.153216 [ 257 ] {16d7972b-613f-49a0-8dd9-24bd26785313} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15154 | 2024.11.19 01:44:45.153255 [ 257 ] {16d7972b-613f-49a0-8dd9-24bd26785313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15155 | 2024.11.19 01:44:45.153666 [ 257 ] {16d7972b-613f-49a0-8dd9-24bd26785313} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 15156 | 2024.11.19 01:44:45.153918 [ 257 ] {16d7972b-613f-49a0-8dd9-24bd26785313} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15157 | 2024.11.19 01:44:45.154138 [ 257 ] {16d7972b-613f-49a0-8dd9-24bd26785313} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001598 sec., 148310.38798498124 rows/sec., 9.94 MiB/sec. | ||
| 15158 | 2024.11.19 01:44:45.154194 [ 257 ] {16d7972b-613f-49a0-8dd9-24bd26785313} <Debug> TCPHandler: Processed in 0.001885743 sec. | ||
| 15159 | 2024.11.19 01:44:45.154333 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15160 | 2024.11.19 01:44:45.154453 [ 260 ] {ad344f99-ef5e-4ef6-824d-64d4fc7e8910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15161 | 2024.11.19 01:44:45.154507 [ 260 ] {ad344f99-ef5e-4ef6-824d-64d4fc7e8910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15162 | 2024.11.19 01:44:45.154999 [ 260 ] {ad344f99-ef5e-4ef6-824d-64d4fc7e8910} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15163 | 2024.11.19 01:44:45.155042 [ 260 ] {ad344f99-ef5e-4ef6-824d-64d4fc7e8910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15164 | 2024.11.19 01:44:45.155416 [ 260 ] {ad344f99-ef5e-4ef6-824d-64d4fc7e8910} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 15165 | 2024.11.19 01:44:45.155670 [ 260 ] {ad344f99-ef5e-4ef6-824d-64d4fc7e8910} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15166 | 2024.11.19 01:44:45.155958 [ 260 ] {ad344f99-ef5e-4ef6-824d-64d4fc7e8910} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001516 sec., 659.6306068601583 rows/sec., 44.45 KiB/sec. | ||
| 15167 | 2024.11.19 01:44:45.156200 [ 260 ] {ad344f99-ef5e-4ef6-824d-64d4fc7e8910} <Debug> TCPHandler: Processed in 0.001919474 sec. | ||
| 15168 | 2024.11.19 01:44:45.156542 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15169 | 2024.11.19 01:44:45.156680 [ 257 ] {fbbaf570-72d3-4c03-b0f4-cdbfc845b6c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15170 | 2024.11.19 01:44:45.156786 [ 257 ] {fbbaf570-72d3-4c03-b0f4-cdbfc845b6c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15171 | 2024.11.19 01:44:45.158831 [ 257 ] {fbbaf570-72d3-4c03-b0f4-cdbfc845b6c1} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15172 | 2024.11.19 01:44:45.158879 [ 257 ] {fbbaf570-72d3-4c03-b0f4-cdbfc845b6c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15173 | 2024.11.19 01:44:45.159689 [ 257 ] {fbbaf570-72d3-4c03-b0f4-cdbfc845b6c1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15174 | 2024.11.19 01:44:45.160010 [ 257 ] {fbbaf570-72d3-4c03-b0f4-cdbfc845b6c1} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15175 | 2024.11.19 01:44:45.160209 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 15176 | 2024.11.19 01:44:45.160285 [ 257 ] {fbbaf570-72d3-4c03-b0f4-cdbfc845b6c1} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.003629 sec., 13777.900248002205 rows/sec., 24.69 MiB/sec. | ||
| 15177 | 2024.11.19 01:44:45.160296 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15178 | 2024.11.19 01:44:45.160366 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15179 | 2024.11.19 01:44:45.160863 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::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 | ||
| 15180 | 2024.11.19 01:44:45.160889 [ 257 ] {fbbaf570-72d3-4c03-b0f4-cdbfc845b6c1} <Debug> TCPHandler: Processed in 0.004405019 sec. | ||
| 15181 | 2024.11.19 01:44:45.161235 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15182 | 2024.11.19 01:44:45.161557 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15183 | 2024.11.19 01:44:45.161558 [ 260 ] {2df09914-b121-4d9e-b3ea-f2d44b371551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 15184 | 2024.11.19 01:44:45.161694 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 1725 rows starting from the beginning of the part | ||
| 15185 | 2024.11.19 01:44:45.161716 [ 260 ] {2df09914-b121-4d9e-b3ea-f2d44b371551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 15186 | 2024.11.19 01:44:45.162539 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 41 rows starting from the beginning of the part | ||
| 15187 | 2024.11.19 01:44:45.163254 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 41 rows starting from the beginning of the part | ||
| 15188 | 2024.11.19 01:44:45.164015 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 41 rows starting from the beginning of the part | ||
| 15189 | 2024.11.19 01:44:45.164174 [ 260 ] {2df09914-b121-4d9e-b3ea-f2d44b371551} <Trace> oximeter.measurements_i64 (46643c12-6d7c-4036-a398-9cf74dce34f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15190 | 2024.11.19 01:44:45.164275 [ 260 ] {2df09914-b121-4d9e-b3ea-f2d44b371551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15191 | 2024.11.19 01:44:45.164687 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 41 rows starting from the beginning of the part | ||
| 15192 | 2024.11.19 01:44:45.165245 [ 196 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 50 rows starting from the beginning of the part | ||
| 15193 | 2024.11.19 01:44:45.165981 [ 260 ] {2df09914-b121-4d9e-b3ea-f2d44b371551} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 15194 | 2024.11.19 01:44:45.166482 [ 260 ] {2df09914-b121-4d9e-b3ea-f2d44b371551} <Trace> oximeter.measurements_i64 (46643c12-6d7c-4036-a398-9cf74dce34f2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15195 | 2024.11.19 01:44:45.167141 [ 260 ] {2df09914-b121-4d9e-b3ea-f2d44b371551} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.005651 sec., 1592.638471067068 rows/sec., 122.52 KiB/sec. | ||
| 15196 | 2024.11.19 01:44:45.167397 [ 260 ] {2df09914-b121-4d9e-b3ea-f2d44b371551} <Debug> TCPHandler: Processed in 0.006313333 sec. | ||
| 15197 | 2024.11.19 01:44:45.167615 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15198 | 2024.11.19 01:44:45.167802 [ 257 ] {e3fa1b5e-7e02-4941-b6be-883553aebbdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15199 | 2024.11.19 01:44:45.167870 [ 257 ] {e3fa1b5e-7e02-4941-b6be-883553aebbdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15200 | 2024.11.19 01:44:45.168510 [ 257 ] {e3fa1b5e-7e02-4941-b6be-883553aebbdc} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15201 | 2024.11.19 01:44:45.168558 [ 257 ] {e3fa1b5e-7e02-4941-b6be-883553aebbdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15202 | 2024.11.19 01:44:45.168944 [ 257 ] {e3fa1b5e-7e02-4941-b6be-883553aebbdc} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 15203 | 2024.11.19 01:44:45.169198 [ 257 ] {e3fa1b5e-7e02-4941-b6be-883553aebbdc} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15204 | 2024.11.19 01:44:45.169410 [ 257 ] {e3fa1b5e-7e02-4941-b6be-883553aebbdc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00164 sec., 50000 rows/sec., 3.18 MiB/sec. | ||
| 15205 | 2024.11.19 01:44:45.169468 [ 257 ] {e3fa1b5e-7e02-4941-b6be-883553aebbdc} <Debug> TCPHandler: Processed in 0.001961815 sec. | ||
| 15206 | 2024.11.19 01:44:45.179605 [ 193 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1939 rows, containing 19 columns (19 merged, 0 gathered) in 0.019091362 sec., 101564.257175575 rows/sec., 182.00 MiB/sec. | ||
| 15207 | 2024.11.19 01:44:45.181401 [ 191 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 15208 | 2024.11.19 01:44:45.181857 [ 191 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_50_10} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15209 | 2024.11.19 01:44:45.181945 [ 191 ] {e68409c0-e644-41c5-8e95-5de2b671da17::all_1_50_10} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 15210 | 2024.11.19 01:44:45.182106 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.63 MiB. | ||
| 15211 | 2024.11.19 01:44:46.000188 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.40 MiB, peak 210.98 MiB, free memory in arenas 0.00 B, will set to 198.46 MiB (RSS), difference: 5.06 MiB | ||
| 15212 | 2024.11.19 01:44:49.223135 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2186 | ||
| 15213 | 2024.11.19 01:44:49.226255 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15214 | 2024.11.19 01:44:49.226303 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15215 | 2024.11.19 01:44:49.227796 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15216 | 2024.11.19 01:44:49.228119 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15217 | 2024.11.19 01:44:49.229608 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2186 | ||
| 15218 | 2024.11.19 01:44:50.128545 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15219 | 2024.11.19 01:44:50.128761 [ 260 ] {8d075ed3-f834-4fee-ada3-8cd499618b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15220 | 2024.11.19 01:44:50.128843 [ 260 ] {8d075ed3-f834-4fee-ada3-8cd499618b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15221 | 2024.11.19 01:44:50.129596 [ 260 ] {8d075ed3-f834-4fee-ada3-8cd499618b42} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15222 | 2024.11.19 01:44:50.129648 [ 260 ] {8d075ed3-f834-4fee-ada3-8cd499618b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15223 | 2024.11.19 01:44:50.130097 [ 260 ] {8d075ed3-f834-4fee-ada3-8cd499618b42} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 15224 | 2024.11.19 01:44:50.130365 [ 260 ] {8d075ed3-f834-4fee-ada3-8cd499618b42} <Trace> oximeter.fields_ipaddr (cde596b3-96f6-4bcb-b634-0135486843dd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15225 | 2024.11.19 01:44:50.130663 [ 260 ] {8d075ed3-f834-4fee-ada3-8cd499618b42} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001945 sec., 5141.388174807198 rows/sec., 419.24 KiB/sec. | ||
| 15226 | 2024.11.19 01:44:50.131161 [ 260 ] {8d075ed3-f834-4fee-ada3-8cd499618b42} <Debug> TCPHandler: Processed in 0.002754649 sec. | ||
| 15227 | 2024.11.19 01:44:50.131616 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15228 | 2024.11.19 01:44:50.131813 [ 257 ] {dc67adb9-c7ca-4210-9aa6-c701eb551052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15229 | 2024.11.19 01:44:50.131877 [ 257 ] {dc67adb9-c7ca-4210-9aa6-c701eb551052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15230 | 2024.11.19 01:44:50.132631 [ 257 ] {dc67adb9-c7ca-4210-9aa6-c701eb551052} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15231 | 2024.11.19 01:44:50.132673 [ 257 ] {dc67adb9-c7ca-4210-9aa6-c701eb551052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15232 | 2024.11.19 01:44:50.133130 [ 257 ] {dc67adb9-c7ca-4210-9aa6-c701eb551052} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 15233 | 2024.11.19 01:44:50.133401 [ 257 ] {dc67adb9-c7ca-4210-9aa6-c701eb551052} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15234 | 2024.11.19 01:44:50.133582 [ 50 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 15235 | 2024.11.19 01:44:50.133644 [ 257 ] {dc67adb9-c7ca-4210-9aa6-c701eb551052} <Debug> executeQuery: Read 61 rows, 4.77 KiB in 0.001882 sec., 32412.327311370882 rows/sec., 2.48 MiB/sec. | ||
| 15236 | 2024.11.19 01:44:50.133664 [ 50 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15237 | 2024.11.19 01:44:50.133739 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15238 | 2024.11.19 01:44:50.133760 [ 257 ] {dc67adb9-c7ca-4210-9aa6-c701eb551052} <Debug> TCPHandler: Processed in 0.002401033 sec. | ||
| 15239 | 2024.11.19 01:44:50.133933 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 15240 | 2024.11.19 01:44:50.134031 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15241 | 2024.11.19 01:44:50.134097 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15242 | 2024.11.19 01:44:50.134143 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1435 rows starting from the beginning of the part | ||
| 15243 | 2024.11.19 01:44:50.134409 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 285 rows starting from the beginning of the part | ||
| 15244 | 2024.11.19 01:44:50.134631 [ 260 ] {5f30d1c2-2437-4b9b-adac-0a1082c79c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15245 | 2024.11.19 01:44:50.134747 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 58 rows starting from the beginning of the part | ||
| 15246 | 2024.11.19 01:44:50.134910 [ 260 ] {5f30d1c2-2437-4b9b-adac-0a1082c79c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15247 | 2024.11.19 01:44:50.135105 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 56 rows starting from the beginning of the part | ||
| 15248 | 2024.11.19 01:44:50.135474 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 303 rows starting from the beginning of the part | ||
| 15249 | 2024.11.19 01:44:50.135844 [ 201 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 61 rows starting from the beginning of the part | ||
| 15250 | 2024.11.19 01:44:50.137619 [ 260 ] {5f30d1c2-2437-4b9b-adac-0a1082c79c5d} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15251 | 2024.11.19 01:44:50.137698 [ 260 ] {5f30d1c2-2437-4b9b-adac-0a1082c79c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15252 | 2024.11.19 01:44:50.138698 [ 260 ] {5f30d1c2-2437-4b9b-adac-0a1082c79c5d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 15253 | 2024.11.19 01:44:50.139195 [ 260 ] {5f30d1c2-2437-4b9b-adac-0a1082c79c5d} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15254 | 2024.11.19 01:44:50.139408 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2198 rows, containing 5 columns (5 merged, 0 gathered) in 0.00556647 sec., 394864.24969504913 rows/sec., 34.85 MiB/sec. | ||
| 15255 | 2024.11.19 01:44:50.139626 [ 260 ] {5f30d1c2-2437-4b9b-adac-0a1082c79c5d} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.00528 sec., 1893.939393939394 rows/sec., 132.24 KiB/sec. | ||
| 15256 | 2024.11.19 01:44:50.139644 [ 218 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 15257 | 2024.11.19 01:44:50.139749 [ 218 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 15258 | 2024.11.19 01:44:50.139814 [ 260 ] {5f30d1c2-2437-4b9b-adac-0a1082c79c5d} <Debug> TCPHandler: Processed in 0.005925366 sec. | ||
| 15259 | 2024.11.19 01:44:50.139851 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 15260 | 2024.11.19 01:44:50.140128 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15261 | 2024.11.19 01:44:50.140406 [ 257 ] {a36ecc5c-c7c4-4a99-9b6b-e30e97dadbaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15262 | 2024.11.19 01:44:50.140534 [ 257 ] {a36ecc5c-c7c4-4a99-9b6b-e30e97dadbaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15263 | 2024.11.19 01:44:50.140654 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_146_29} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15264 | 2024.11.19 01:44:50.140956 [ 191 ] {dae3df59-2a3d-470e-ab24-e307583933ac::all_1_146_29} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 15265 | 2024.11.19 01:44:50.141206 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 15266 | 2024.11.19 01:44:50.142179 [ 257 ] {a36ecc5c-c7c4-4a99-9b6b-e30e97dadbaa} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15267 | 2024.11.19 01:44:50.142246 [ 257 ] {a36ecc5c-c7c4-4a99-9b6b-e30e97dadbaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15268 | 2024.11.19 01:44:50.142850 [ 257 ] {a36ecc5c-c7c4-4a99-9b6b-e30e97dadbaa} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 15269 | 2024.11.19 01:44:50.143242 [ 257 ] {a36ecc5c-c7c4-4a99-9b6b-e30e97dadbaa} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15270 | 2024.11.19 01:44:50.143391 [ 65 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 15271 | 2024.11.19 01:44:50.143447 [ 65 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15272 | 2024.11.19 01:44:50.143493 [ 257 ] {a36ecc5c-c7c4-4a99-9b6b-e30e97dadbaa} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.003165 sec., 23380.726698262246 rows/sec., 1.83 MiB/sec. | ||
| 15273 | 2024.11.19 01:44:50.143514 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15274 | 2024.11.19 01:44:50.143708 [ 257 ] {a36ecc5c-c7c4-4a99-9b6b-e30e97dadbaa} <Debug> TCPHandler: Processed in 0.003762217 sec. | ||
| 15275 | 2024.11.19 01:44:50.143996 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15276 | 2024.11.19 01:44:50.144061 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 15277 | 2024.11.19 01:44:50.144309 [ 260 ] {2dae9aba-267a-4e7e-a5cb-432dd8961ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15278 | 2024.11.19 01:44:50.144389 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15279 | 2024.11.19 01:44:50.144437 [ 260 ] {2dae9aba-267a-4e7e-a5cb-432dd8961ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15280 | 2024.11.19 01:44:50.144477 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 915 rows starting from the beginning of the part | ||
| 15281 | 2024.11.19 01:44:50.144892 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 423 rows starting from the beginning of the part | ||
| 15282 | 2024.11.19 01:44:50.145306 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 68 rows starting from the beginning of the part | ||
| 15283 | 2024.11.19 01:44:50.145808 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 64 rows starting from the beginning of the part | ||
| 15284 | 2024.11.19 01:44:50.146140 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 438 rows starting from the beginning of the part | ||
| 15285 | 2024.11.19 01:44:50.146307 [ 218 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 15286 | 2024.11.19 01:44:50.146469 [ 201 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 74 rows starting from the beginning of the part | ||
| 15287 | 2024.11.19 01:44:50.148400 [ 260 ] {2dae9aba-267a-4e7e-a5cb-432dd8961ead} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15288 | 2024.11.19 01:44:50.148517 [ 260 ] {2dae9aba-267a-4e7e-a5cb-432dd8961ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15289 | 2024.11.19 01:44:50.150207 [ 260 ] {2dae9aba-267a-4e7e-a5cb-432dd8961ead} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 15290 | 2024.11.19 01:44:50.150600 [ 260 ] {2dae9aba-267a-4e7e-a5cb-432dd8961ead} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15291 | 2024.11.19 01:44:50.151022 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 15292 | 2024.11.19 01:44:50.151167 [ 260 ] {2dae9aba-267a-4e7e-a5cb-432dd8961ead} <Debug> executeQuery: Read 165 rows, 11.76 KiB in 0.00694 sec., 23775.21613832853 rows/sec., 1.66 MiB/sec. | ||
| 15293 | 2024.11.19 01:44:50.151212 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15294 | 2024.11.19 01:44:50.151332 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 15295 | 2024.11.19 01:44:50.151355 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1982 rows, containing 5 columns (5 merged, 0 gathered) in 0.007687448 sec., 257822.8821840486 rows/sec., 19.76 MiB/sec. | ||
| 15296 | 2024.11.19 01:44:50.151429 [ 260 ] {2dae9aba-267a-4e7e-a5cb-432dd8961ead} <Debug> TCPHandler: Processed in 0.007616227 sec. | ||
| 15297 | 2024.11.19 01:44:50.151794 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15298 | 2024.11.19 01:44:50.151860 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 15299 | 2024.11.19 01:44:50.151956 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 15300 | 2024.11.19 01:44:50.152404 [ 257 ] {e04d9452-3dee-42b4-bc01-d347712913b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15301 | 2024.11.19 01:44:50.152753 [ 257 ] {e04d9452-3dee-42b4-bc01-d347712913b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15302 | 2024.11.19 01:44:50.152886 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15303 | 2024.11.19 01:44:50.153013 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_141_28, total 26243 rows starting from the beginning of the part | ||
| 15304 | 2024.11.19 01:44:50.153101 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_146_29} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15305 | 2024.11.19 01:44:50.153559 [ 200 ] {ff5072e6-7ddd-4f97-a577-f7af523fbbcc::all_1_146_29} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 15306 | 2024.11.19 01:44:50.153601 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 237 rows starting from the beginning of the part | ||
| 15307 | 2024.11.19 01:44:50.153916 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 15308 | 2024.11.19 01:44:50.154151 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 132 rows starting from the beginning of the part | ||
| 15309 | 2024.11.19 01:44:50.154770 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part | ||
| 15310 | 2024.11.19 01:44:50.155178 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 237 rows starting from the beginning of the part | ||
| 15311 | 2024.11.19 01:44:50.155465 [ 201 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 165 rows starting from the beginning of the part | ||
| 15312 | 2024.11.19 01:44:50.156463 [ 257 ] {e04d9452-3dee-42b4-bc01-d347712913b0} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15313 | 2024.11.19 01:44:50.156503 [ 257 ] {e04d9452-3dee-42b4-bc01-d347712913b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15314 | 2024.11.19 01:44:50.157005 [ 257 ] {e04d9452-3dee-42b4-bc01-d347712913b0} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 15315 | 2024.11.19 01:44:50.157341 [ 257 ] {e04d9452-3dee-42b4-bc01-d347712913b0} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15316 | 2024.11.19 01:44:50.157533 [ 65 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 15317 | 2024.11.19 01:44:50.157597 [ 65 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15318 | 2024.11.19 01:44:50.157654 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15319 | 2024.11.19 01:44:50.157670 [ 257 ] {e04d9452-3dee-42b4-bc01-d347712913b0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005415 sec., 11080.3324099723 rows/sec., 764.66 KiB/sec. | ||
| 15320 | 2024.11.19 01:44:50.158039 [ 257 ] {e04d9452-3dee-42b4-bc01-d347712913b0} <Debug> TCPHandler: Processed in 0.006453556 sec. | ||
| 15321 | 2024.11.19 01:44:50.158196 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 15322 | 2024.11.19 01:44:50.158550 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15323 | 2024.11.19 01:44:50.158619 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8792 rows starting from the beginning of the part | ||
| 15324 | 2024.11.19 01:44:50.158782 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 82 rows starting from the beginning of the part | ||
| 15325 | 2024.11.19 01:44:50.158955 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 50 rows starting from the beginning of the part | ||
| 15326 | 2024.11.19 01:44:50.159223 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part | ||
| 15327 | 2024.11.19 01:44:50.159477 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 82 rows starting from the beginning of the part | ||
| 15328 | 2024.11.19 01:44:50.159608 [ 200 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part | ||
| 15329 | 2024.11.19 01:44:50.163081 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005318745 sec., 1715818.2992416446 rows/sec., 112.96 MiB/sec. | ||
| 15330 | 2024.11.19 01:44:50.163474 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 15331 | 2024.11.19 01:44:50.163947 [ 195 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27174 rows, containing 5 columns (5 merged, 0 gathered) in 0.012497274 sec., 2174394.1918853666 rows/sec., 148.70 MiB/sec. | ||
| 15332 | 2024.11.19 01:44:50.164159 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_146_29} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15333 | 2024.11.19 01:44:50.164262 [ 199 ] {15a8bc2e-3769-4e3c-a830-e2a9621833f5::all_1_146_29} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 15334 | 2024.11.19 01:44:50.164362 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. | ||
| 15335 | 2024.11.19 01:44:50.164453 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 15336 | 2024.11.19 01:44:50.164850 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_146_29} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15337 | 2024.11.19 01:44:50.164942 [ 194 ] {f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468::all_1_146_29} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 15338 | 2024.11.19 01:44:50.165049 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.45 MiB. | ||
| 15339 | 2024.11.19 01:44:55.129368 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15340 | 2024.11.19 01:44:55.129601 [ 260 ] {66399a6a-7638-4510-871d-7ba9bf0313fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15341 | 2024.11.19 01:44:55.129686 [ 260 ] {66399a6a-7638-4510-871d-7ba9bf0313fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15342 | 2024.11.19 01:44:55.130512 [ 260 ] {66399a6a-7638-4510-871d-7ba9bf0313fb} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15343 | 2024.11.19 01:44:55.130557 [ 260 ] {66399a6a-7638-4510-871d-7ba9bf0313fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15344 | 2024.11.19 01:44:55.131004 [ 260 ] {66399a6a-7638-4510-871d-7ba9bf0313fb} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15345 | 2024.11.19 01:44:55.131261 [ 260 ] {66399a6a-7638-4510-871d-7ba9bf0313fb} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15346 | 2024.11.19 01:44:55.131460 [ 260 ] {66399a6a-7638-4510-871d-7ba9bf0313fb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001921 sec., 29151.483602290475 rows/sec., 2.24 MiB/sec. | ||
| 15347 | 2024.11.19 01:44:55.131515 [ 260 ] {66399a6a-7638-4510-871d-7ba9bf0313fb} <Debug> TCPHandler: Processed in 0.002288661 sec. | ||
| 15348 | 2024.11.19 01:44:55.131777 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15349 | 2024.11.19 01:44:55.131994 [ 257 ] {bae0a551-ca17-480f-b5eb-70dff5fc13c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15350 | 2024.11.19 01:44:55.132072 [ 257 ] {bae0a551-ca17-480f-b5eb-70dff5fc13c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15351 | 2024.11.19 01:44:55.132867 [ 257 ] {bae0a551-ca17-480f-b5eb-70dff5fc13c2} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15352 | 2024.11.19 01:44:55.132916 [ 257 ] {bae0a551-ca17-480f-b5eb-70dff5fc13c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15353 | 2024.11.19 01:44:55.133375 [ 257 ] {bae0a551-ca17-480f-b5eb-70dff5fc13c2} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15354 | 2024.11.19 01:44:55.133642 [ 257 ] {bae0a551-ca17-480f-b5eb-70dff5fc13c2} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15355 | 2024.11.19 01:44:55.133889 [ 257 ] {bae0a551-ca17-480f-b5eb-70dff5fc13c2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001953 sec., 32770.097286226315 rows/sec., 2.56 MiB/sec. | ||
| 15356 | 2024.11.19 01:44:55.133957 [ 257 ] {bae0a551-ca17-480f-b5eb-70dff5fc13c2} <Debug> TCPHandler: Processed in 0.002322032 sec. | ||
| 15357 | 2024.11.19 01:44:55.134131 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15358 | 2024.11.19 01:44:55.134274 [ 260 ] {ef18b267-9efb-42a3-9d29-82d0bb14c6fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15359 | 2024.11.19 01:44:55.134341 [ 260 ] {ef18b267-9efb-42a3-9d29-82d0bb14c6fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15360 | 2024.11.19 01:44:55.135015 [ 260 ] {ef18b267-9efb-42a3-9d29-82d0bb14c6fd} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15361 | 2024.11.19 01:44:55.135057 [ 260 ] {ef18b267-9efb-42a3-9d29-82d0bb14c6fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15362 | 2024.11.19 01:44:55.135468 [ 260 ] {ef18b267-9efb-42a3-9d29-82d0bb14c6fd} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15363 | 2024.11.19 01:44:55.135721 [ 260 ] {ef18b267-9efb-42a3-9d29-82d0bb14c6fd} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15364 | 2024.11.19 01:44:55.135913 [ 260 ] {ef18b267-9efb-42a3-9d29-82d0bb14c6fd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00167 sec., 95808.38323353294 rows/sec., 6.67 MiB/sec. | ||
| 15365 | 2024.11.19 01:44:55.135992 [ 260 ] {ef18b267-9efb-42a3-9d29-82d0bb14c6fd} <Debug> TCPHandler: Processed in 0.001929484 sec. | ||
| 15366 | 2024.11.19 01:44:55.135993 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15367 | 2024.11.19 01:44:55.136063 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15368 | 2024.11.19 01:44:55.136155 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15369 | 2024.11.19 01:44:55.136302 [ 257 ] {515ab65f-be27-4bea-ba97-e8b4027b42af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15370 | 2024.11.19 01:44:55.136368 [ 257 ] {515ab65f-be27-4bea-ba97-e8b4027b42af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15371 | 2024.11.19 01:44:55.137196 [ 257 ] {515ab65f-be27-4bea-ba97-e8b4027b42af} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15372 | 2024.11.19 01:44:55.137248 [ 257 ] {515ab65f-be27-4bea-ba97-e8b4027b42af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15373 | 2024.11.19 01:44:55.137734 [ 257 ] {515ab65f-be27-4bea-ba97-e8b4027b42af} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 15374 | 2024.11.19 01:44:55.138031 [ 257 ] {515ab65f-be27-4bea-ba97-e8b4027b42af} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15375 | 2024.11.19 01:44:55.138289 [ 257 ] {515ab65f-be27-4bea-ba97-e8b4027b42af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002022 sec., 29673.59050445104 rows/sec., 2.00 MiB/sec. | ||
| 15376 | 2024.11.19 01:44:55.138378 [ 257 ] {515ab65f-be27-4bea-ba97-e8b4027b42af} <Debug> TCPHandler: Processed in 0.002304061 sec. | ||
| 15377 | 2024.11.19 01:44:55.138727 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15378 | 2024.11.19 01:44:55.978058 [ 220 ] {} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15379 | 2024.11.19 01:44:55.978111 [ 220 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15380 | 2024.11.19 01:44:55.980171 [ 220 ] {} <Debug> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15381 | 2024.11.19 01:44:56.082722 [ 220 ] {} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15382 | 2024.11.19 01:44:56.082764 [ 220 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15383 | 2024.11.19 01:44:56.084543 [ 220 ] {} <Debug> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15384 | 2024.11.19 01:44:56.352664 [ 222 ] {} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15385 | 2024.11.19 01:44:56.352719 [ 222 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15386 | 2024.11.19 01:44:56.354610 [ 222 ] {} <Debug> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 15387 | 2024.11.19 01:44:57.588441 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53299, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15388 | 2024.11.19 01:44:57.661923 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59707, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15389 | 2024.11.19 01:44:57.857187 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55489, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15390 | 2024.11.19 01:44:57.869519 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15391 | 2024.11.19 01:44:57.963992 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39224, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15392 | 2024.11.19 01:44:57.981031 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47970, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15393 | 2024.11.19 01:44:57.994265 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48087, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15394 | 2024.11.19 01:44:58.038542 [ 255 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65088, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15395 | 2024.11.19 01:44:58.038779 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45408, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15396 | 2024.11.19 01:44:58.060086 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40871, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15397 | 2024.11.19 01:44:58.066395 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15398 | 2024.11.19 01:44:58.136722 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36463, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15399 | 2024.11.19 01:44:58.169079 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44041, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15400 | 2024.11.19 01:44:58.211915 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33317, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15401 | 2024.11.19 01:44:58.292238 [ 285 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15402 | 2024.11.19 01:44:58.459286 [ 307 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51997, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15403 | 2024.11.19 01:44:58.660584 [ 223 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15404 | 2024.11.19 01:44:58.660666 [ 223 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15405 | 2024.11.19 01:44:58.662845 [ 223 ] {} <Debug> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 15406 | 2024.11.19 01:44:58.721681 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15407 | 2024.11.19 01:44:58.721737 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15408 | 2024.11.19 01:44:59.229932 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2206 | ||
| 15409 | 2024.11.19 01:44:59.232797 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15410 | 2024.11.19 01:44:59.232847 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15411 | 2024.11.19 01:44:59.234357 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15412 | 2024.11.19 01:44:59.234671 [ 242 ] {} <Trace> system.query_log (b341a139-bc46-4c10-bf42-52611c14c57f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15413 | 2024.11.19 01:44:59.235227 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2206 | ||
| 15414 | 2024.11.19 01:45:00.135722 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15415 | 2024.11.19 01:45:00.135909 [ 260 ] {a3f525db-1e81-42c4-8032-13985b5e60a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15416 | 2024.11.19 01:45:00.135983 [ 260 ] {a3f525db-1e81-42c4-8032-13985b5e60a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15417 | 2024.11.19 01:45:00.136723 [ 260 ] {a3f525db-1e81-42c4-8032-13985b5e60a8} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15418 | 2024.11.19 01:45:00.136767 [ 260 ] {a3f525db-1e81-42c4-8032-13985b5e60a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15419 | 2024.11.19 01:45:00.137209 [ 260 ] {a3f525db-1e81-42c4-8032-13985b5e60a8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15420 | 2024.11.19 01:45:00.137467 [ 260 ] {a3f525db-1e81-42c4-8032-13985b5e60a8} <Trace> oximeter.fields_i16 (9c163f8a-82f3-48ac-aea0-32b8de88c728): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15421 | 2024.11.19 01:45:00.137717 [ 260 ] {a3f525db-1e81-42c4-8032-13985b5e60a8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00185 sec., 7567.5675675675675 rows/sec., 544.76 KiB/sec. | ||
| 15422 | 2024.11.19 01:45:00.137807 [ 260 ] {a3f525db-1e81-42c4-8032-13985b5e60a8} <Debug> TCPHandler: Processed in 0.00221407 sec. | ||
| 15423 | 2024.11.19 01:45:00.138083 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15424 | 2024.11.19 01:45:00.138263 [ 257 ] {8486cdce-feb4-4940-9262-cb2a4114e338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15425 | 2024.11.19 01:45:00.138331 [ 257 ] {8486cdce-feb4-4940-9262-cb2a4114e338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15426 | 2024.11.19 01:45:00.139272 [ 257 ] {8486cdce-feb4-4940-9262-cb2a4114e338} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15427 | 2024.11.19 01:45:00.139314 [ 257 ] {8486cdce-feb4-4940-9262-cb2a4114e338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15428 | 2024.11.19 01:45:00.139766 [ 257 ] {8486cdce-feb4-4940-9262-cb2a4114e338} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 15429 | 2024.11.19 01:45:00.140028 [ 257 ] {8486cdce-feb4-4940-9262-cb2a4114e338} <Trace> oximeter.fields_string (dae3df59-2a3d-470e-ab24-e307583933ac): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15430 | 2024.11.19 01:45:00.140253 [ 257 ] {8486cdce-feb4-4940-9262-cb2a4114e338} <Debug> executeQuery: Read 313 rows, 28.43 KiB in 0.00204 sec., 153431.3725490196 rows/sec., 13.61 MiB/sec. | ||
| 15431 | 2024.11.19 01:45:00.140307 [ 257 ] {8486cdce-feb4-4940-9262-cb2a4114e338} <Debug> TCPHandler: Processed in 0.002384742 sec. | ||
| 15432 | 2024.11.19 01:45:00.140476 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15433 | 2024.11.19 01:45:00.140596 [ 260 ] {57995cb2-cfb4-45bc-b1ab-85097bec62ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15434 | 2024.11.19 01:45:00.140648 [ 260 ] {57995cb2-cfb4-45bc-b1ab-85097bec62ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15435 | 2024.11.19 01:45:00.141282 [ 260 ] {57995cb2-cfb4-45bc-b1ab-85097bec62ec} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15436 | 2024.11.19 01:45:00.141322 [ 260 ] {57995cb2-cfb4-45bc-b1ab-85097bec62ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15437 | 2024.11.19 01:45:00.141694 [ 260 ] {57995cb2-cfb4-45bc-b1ab-85097bec62ec} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 15438 | 2024.11.19 01:45:00.141935 [ 260 ] {57995cb2-cfb4-45bc-b1ab-85097bec62ec} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15439 | 2024.11.19 01:45:00.142104 [ 150 ] {} <Debug> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 15440 | 2024.11.19 01:45:00.142164 [ 260 ] {57995cb2-cfb4-45bc-b1ab-85097bec62ec} <Debug> executeQuery: Read 62 rows, 4.59 KiB in 0.001587 sec., 39067.42281033396 rows/sec., 2.83 MiB/sec. | ||
| 15441 | 2024.11.19 01:45:00.142191 [ 150 ] {} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15442 | 2024.11.19 01:45:00.142257 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15443 | 2024.11.19 01:45:00.142282 [ 260 ] {57995cb2-cfb4-45bc-b1ab-85097bec62ec} <Debug> TCPHandler: Processed in 0.001863574 sec. | ||
| 15444 | 2024.11.19 01:45:00.142480 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
| 15445 | 2024.11.19 01:45:00.142493 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15446 | 2024.11.19 01:45:00.142757 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15447 | 2024.11.19 01:45:00.142770 [ 257 ] {e3ad1e29-ab4c-4205-a13c-e5a02d59f8f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15448 | 2024.11.19 01:45:00.142821 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 66 rows starting from the beginning of the part | ||
| 15449 | 2024.11.19 01:45:00.142875 [ 257 ] {e3ad1e29-ab4c-4205-a13c-e5a02d59f8f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15450 | 2024.11.19 01:45:00.143215 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 48 rows starting from the beginning of the part | ||
| 15451 | 2024.11.19 01:45:00.143536 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 4 rows starting from the beginning of the part | ||
| 15452 | 2024.11.19 01:45:00.143877 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 57 rows starting from the beginning of the part | ||
| 15453 | 2024.11.19 01:45:00.144243 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 10 rows starting from the beginning of the part | ||
| 15454 | 2024.11.19 01:45:00.144620 [ 190 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 62 rows starting from the beginning of the part | ||
| 15455 | 2024.11.19 01:45:00.145621 [ 257 ] {e3ad1e29-ab4c-4205-a13c-e5a02d59f8f2} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15456 | 2024.11.19 01:45:00.145691 [ 257 ] {e3ad1e29-ab4c-4205-a13c-e5a02d59f8f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15457 | 2024.11.19 01:45:00.146711 [ 257 ] {e3ad1e29-ab4c-4205-a13c-e5a02d59f8f2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 15458 | 2024.11.19 01:45:00.147489 [ 257 ] {e3ad1e29-ab4c-4205-a13c-e5a02d59f8f2} <Trace> oximeter.fields_u32 (844ad897-9656-487a-a6bf-b646c8b2f224): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15459 | 2024.11.19 01:45:00.147504 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 247 rows, containing 5 columns (5 merged, 0 gathered) in 0.005154562 sec., 47918.7174390375 rows/sec., 3.62 MiB/sec. | ||
| 15460 | 2024.11.19 01:45:00.147735 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 15461 | 2024.11.19 01:45:00.148205 [ 257 ] {e3ad1e29-ab4c-4205-a13c-e5a02d59f8f2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005453 sec., 2567.3940949935813 rows/sec., 179.80 KiB/sec. | ||
| 15462 | 2024.11.19 01:45:00.148583 [ 257 ] {e3ad1e29-ab4c-4205-a13c-e5a02d59f8f2} <Debug> TCPHandler: Processed in 0.006184061 sec. | ||
| 15463 | 2024.11.19 01:45:00.148660 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_96_19} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15464 | 2024.11.19 01:45:00.148751 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15465 | 2024.11.19 01:45:00.148772 [ 199 ] {12b2ce37-6ab7-42c6-b604-08a12de6b95c::all_1_96_19} <Trace> oximeter.fields_u16 (12b2ce37-6ab7-42c6-b604-08a12de6b95c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 15466 | 2024.11.19 01:45:00.148876 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 15467 | 2024.11.19 01:45:00.148895 [ 260 ] {e2beff6a-61b4-4afb-962e-8276bbb714f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15468 | 2024.11.19 01:45:00.148955 [ 260 ] {e2beff6a-61b4-4afb-962e-8276bbb714f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15469 | 2024.11.19 01:45:00.149500 [ 260 ] {e2beff6a-61b4-4afb-962e-8276bbb714f2} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15470 | 2024.11.19 01:45:00.149538 [ 260 ] {e2beff6a-61b4-4afb-962e-8276bbb714f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15471 | 2024.11.19 01:45:00.149904 [ 260 ] {e2beff6a-61b4-4afb-962e-8276bbb714f2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15472 | 2024.11.19 01:45:00.150170 [ 260 ] {e2beff6a-61b4-4afb-962e-8276bbb714f2} <Trace> oximeter.fields_u8 (77fa5894-37f4-4a20-b963-59c618eaa94c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15473 | 2024.11.19 01:45:00.150386 [ 260 ] {e2beff6a-61b4-4afb-962e-8276bbb714f2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001521 sec., 8547.008547008547 rows/sec., 532.90 KiB/sec. | ||
| 15474 | 2024.11.19 01:45:00.150436 [ 260 ] {e2beff6a-61b4-4afb-962e-8276bbb714f2} <Debug> TCPHandler: Processed in 0.001762391 sec. | ||
| 15475 | 2024.11.19 01:45:00.150600 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15476 | 2024.11.19 01:45:00.150738 [ 257 ] {dbdbd440-d3ee-4d25-b82f-7b2476a152b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15477 | 2024.11.19 01:45:00.150798 [ 257 ] {dbdbd440-d3ee-4d25-b82f-7b2476a152b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15478 | 2024.11.19 01:45:00.151638 [ 257 ] {dbdbd440-d3ee-4d25-b82f-7b2476a152b4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15479 | 2024.11.19 01:45:00.151677 [ 257 ] {dbdbd440-d3ee-4d25-b82f-7b2476a152b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15480 | 2024.11.19 01:45:00.152079 [ 257 ] {dbdbd440-d3ee-4d25-b82f-7b2476a152b4} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 15481 | 2024.11.19 01:45:00.152339 [ 257 ] {dbdbd440-d3ee-4d25-b82f-7b2476a152b4} <Trace> oximeter.fields_uuid (ff5072e6-7ddd-4f97-a577-f7af523fbbcc): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15482 | 2024.11.19 01:45:00.152554 [ 257 ] {dbdbd440-d3ee-4d25-b82f-7b2476a152b4} <Debug> executeQuery: Read 443 rows, 32.54 KiB in 0.001845 sec., 240108.40108401084 rows/sec., 17.22 MiB/sec. | ||
| 15483 | 2024.11.19 01:45:00.152618 [ 257 ] {dbdbd440-d3ee-4d25-b82f-7b2476a152b4} <Debug> TCPHandler: Processed in 0.002083587 sec. | ||
| 15484 | 2024.11.19 01:45:00.152810 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15485 | 2024.11.19 01:45:00.153102 [ 260 ] {83fc2d5e-7d65-4f5b-9fae-8242cead8c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15486 | 2024.11.19 01:45:00.153163 [ 260 ] {83fc2d5e-7d65-4f5b-9fae-8242cead8c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15487 | 2024.11.19 01:45:00.153657 [ 260 ] {83fc2d5e-7d65-4f5b-9fae-8242cead8c67} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15488 | 2024.11.19 01:45:00.153696 [ 260 ] {83fc2d5e-7d65-4f5b-9fae-8242cead8c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15489 | 2024.11.19 01:45:00.154070 [ 260 ] {83fc2d5e-7d65-4f5b-9fae-8242cead8c67} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15490 | 2024.11.19 01:45:00.154318 [ 260 ] {83fc2d5e-7d65-4f5b-9fae-8242cead8c67} <Trace> oximeter.measurements_bool (ce1e7b89-83ec-4d25-ae62-2a0db742bbba): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15491 | 2024.11.19 01:45:00.154558 [ 260 ] {83fc2d5e-7d65-4f5b-9fae-8242cead8c67} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001539 sec., 3898.635477582846 rows/sec., 203.69 KiB/sec. | ||
| 15492 | 2024.11.19 01:45:00.154674 [ 260 ] {83fc2d5e-7d65-4f5b-9fae-8242cead8c67} <Debug> TCPHandler: Processed in 0.001968005 sec. | ||
| 15493 | 2024.11.19 01:45:00.154834 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15494 | 2024.11.19 01:45:00.154972 [ 257 ] {9698643c-6b93-40ff-b743-f8a320834ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15495 | 2024.11.19 01:45:00.155037 [ 257 ] {9698643c-6b93-40ff-b743-f8a320834ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15496 | 2024.11.19 01:45:00.155667 [ 257 ] {9698643c-6b93-40ff-b743-f8a320834ee1} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15497 | 2024.11.19 01:45:00.155708 [ 257 ] {9698643c-6b93-40ff-b743-f8a320834ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15498 | 2024.11.19 01:45:00.156219 [ 257 ] {9698643c-6b93-40ff-b743-f8a320834ee1} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 15499 | 2024.11.19 01:45:00.156574 [ 257 ] {9698643c-6b93-40ff-b743-f8a320834ee1} <Trace> oximeter.measurements_cumulativeu64 (f6f6888b-05e5-4f3f-8b36-ce2ba5e0c468): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15500 | 2024.11.19 01:45:00.156849 [ 257 ] {9698643c-6b93-40ff-b743-f8a320834ee1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001905 sec., 124409.44881889764 rows/sec., 8.34 MiB/sec. | ||
| 15501 | 2024.11.19 01:45:00.156920 [ 257 ] {9698643c-6b93-40ff-b743-f8a320834ee1} <Debug> TCPHandler: Processed in 0.002163388 sec. | ||
| 15502 | 2024.11.19 01:45:00.157068 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15503 | 2024.11.19 01:45:00.157212 [ 260 ] {dc2d2cbc-0d8c-4102-94c9-27a48bf045f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15504 | 2024.11.19 01:45:00.157269 [ 260 ] {dc2d2cbc-0d8c-4102-94c9-27a48bf045f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15505 | 2024.11.19 01:45:00.157837 [ 260 ] {dc2d2cbc-0d8c-4102-94c9-27a48bf045f6} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15506 | 2024.11.19 01:45:00.157884 [ 260 ] {dc2d2cbc-0d8c-4102-94c9-27a48bf045f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15507 | 2024.11.19 01:45:00.158303 [ 260 ] {dc2d2cbc-0d8c-4102-94c9-27a48bf045f6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15508 | 2024.11.19 01:45:00.158547 [ 260 ] {dc2d2cbc-0d8c-4102-94c9-27a48bf045f6} <Trace> oximeter.measurements_f64 (7a068b2a-d445-4769-83f0-40596558304b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15509 | 2024.11.19 01:45:00.158770 [ 260 ] {dc2d2cbc-0d8c-4102-94c9-27a48bf045f6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001582 sec., 632.1112515802781 rows/sec., 42.59 KiB/sec. | ||
| 15510 | 2024.11.19 01:45:00.158819 [ 260 ] {dc2d2cbc-0d8c-4102-94c9-27a48bf045f6} <Debug> TCPHandler: Processed in 0.001805742 sec. | ||
| 15511 | 2024.11.19 01:45:00.158980 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15512 | 2024.11.19 01:45:00.159105 [ 257 ] {1419bf72-694f-4456-a121-4842518797cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15513 | 2024.11.19 01:45:00.159189 [ 257 ] {1419bf72-694f-4456-a121-4842518797cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15514 | 2024.11.19 01:45:00.160452 [ 257 ] {1419bf72-694f-4456-a121-4842518797cd} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15515 | 2024.11.19 01:45:00.160492 [ 257 ] {1419bf72-694f-4456-a121-4842518797cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15516 | 2024.11.19 01:45:00.161205 [ 257 ] {1419bf72-694f-4456-a121-4842518797cd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15517 | 2024.11.19 01:45:00.161476 [ 257 ] {1419bf72-694f-4456-a121-4842518797cd} <Trace> oximeter.measurements_histogramu64 (e68409c0-e644-41c5-8e95-5de2b671da17): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15518 | 2024.11.19 01:45:00.161733 [ 257 ] {1419bf72-694f-4456-a121-4842518797cd} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.002653 sec., 20731.247644176405 rows/sec., 37.15 MiB/sec. | ||
| 15519 | 2024.11.19 01:45:00.161824 [ 257 ] {1419bf72-694f-4456-a121-4842518797cd} <Debug> TCPHandler: Processed in 0.002900592 sec. | ||
| 15520 | 2024.11.19 01:45:00.161966 [ 260 ] {} <Trace> TCP-Session: b8758f73-552b-4df6-a0b0-c416e595caf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15521 | 2024.11.19 01:45:00.162084 [ 260 ] {533343df-55d2-4be0-a859-95ac29fa73da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35294) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 15522 | 2024.11.19 01:45:00.162137 [ 260 ] {533343df-55d2-4be0-a859-95ac29fa73da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 15523 | 2024.11.19 01:45:00.162685 [ 260 ] {533343df-55d2-4be0-a859-95ac29fa73da} <Trace> oximeter.measurements_i64 (46643c12-6d7c-4036-a398-9cf74dce34f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15524 | 2024.11.19 01:45:00.162732 [ 260 ] {533343df-55d2-4be0-a859-95ac29fa73da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15525 | 2024.11.19 01:45:00.163169 [ 260 ] {533343df-55d2-4be0-a859-95ac29fa73da} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 15526 | 2024.11.19 01:45:00.163425 [ 260 ] {533343df-55d2-4be0-a859-95ac29fa73da} <Trace> oximeter.measurements_i64 (46643c12-6d7c-4036-a398-9cf74dce34f2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15527 | 2024.11.19 01:45:00.163648 [ 260 ] {533343df-55d2-4be0-a859-95ac29fa73da} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001588 sec., 3778.337531486146 rows/sec., 249.06 KiB/sec. | ||
| 15528 | 2024.11.19 01:45:00.163699 [ 260 ] {533343df-55d2-4be0-a859-95ac29fa73da} <Debug> TCPHandler: Processed in 0.001790501 sec. | ||
| 15529 | 2024.11.19 01:45:00.163833 [ 257 ] {} <Trace> TCP-Session: ded4fd92-ca5f-45c9-a992-3e841ceebbab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15530 | 2024.11.19 01:45:00.163953 [ 257 ] {a6a4cc2e-c8ef-46b4-9d2d-d5b6d08b180c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61142) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15531 | 2024.11.19 01:45:00.164005 [ 257 ] {a6a4cc2e-c8ef-46b4-9d2d-d5b6d08b180c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15532 | 2024.11.19 01:45:00.164503 [ 257 ] {a6a4cc2e-c8ef-46b4-9d2d-d5b6d08b180c} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15533 | 2024.11.19 01:45:00.164544 [ 257 ] {a6a4cc2e-c8ef-46b4-9d2d-d5b6d08b180c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 15534 | 2024.11.19 01:45:00.164924 [ 257 ] {a6a4cc2e-c8ef-46b4-9d2d-d5b6d08b180c} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 15535 | 2024.11.19 01:45:00.165170 [ 257 ] {a6a4cc2e-c8ef-46b4-9d2d-d5b6d08b180c} <Trace> oximeter.measurements_u64 (15a8bc2e-3769-4e3c-a830-e2a9621833f5): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15536 | 2024.11.19 01:45:00.165387 [ 257 ] {a6a4cc2e-c8ef-46b4-9d2d-d5b6d08b180c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001458 sec., 56241.42661179698 rows/sec., 3.57 MiB/sec. | ||
| 15537 | 2024.11.19 01:45:00.165437 [ 257 ] {a6a4cc2e-c8ef-46b4-9d2d-d5b6d08b180c} <Debug> TCPHandler: Processed in 0.00166178 sec. | ||