| 1 | [ Dec 12 04:04:01 Enabled. ] | ||
| 2 | [ Dec 12 04:04:01 Rereading configuration. ] | ||
| 3 | [ Dec 12 04:04:02 Rereading configuration. ] | ||
| 4 | [ Dec 12 04:04:05 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Dec 12 04:04:05 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2024.12.12 04:04:06.311461 [ 1 ] {} <Information> Application: Will watch for the process with pid 25330 | ||
| 29 | 2024.12.12 04:04:06.312208 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.12.12 04:04:06.513450 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25330 | ||
| 31 | 2024.12.12 04:04:06.514225 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.12.12 04:04:06.514976 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.12.12 04:04:06.601869 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.12.12 04:04:06.638029 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.12.12 04:04:06.638072 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.12.12 04:04:06.638087 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.12.12 04:04:06.638155 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.12.12 04:04:06.638527 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.12.12 04:04:06.640130 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2024.12.12 04:04:06.640923 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.12.12 04:04:06.641253 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2024.12.12 04:04:06.641273 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2024.12.12 04:04:06.641290 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.12.12 04:04:06.641457 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.12.12 04:04:06.642326 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.12.12 04:04:06.648158 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.12.12 04:04:06.648817 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.12.12 04:04:06.650062 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.12.12 04:04:06.650123 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.12.12 04:04:06.651629 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2024.12.12 04:04:06.652114 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.12.12 04:04:06.656300 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.12.12 04:04:06.656972 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.12.12 04:04:06.658475 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.12.12 04:04:06.658885 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.12.12 04:04:06.659276 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.12.12 04:04:06.659640 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.12.12 04:04:06.660953 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.12.12 04:04:06.660980 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.12.12 04:04:06.661048 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.12.12 04:04:06.661229 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.12.12 04:04:06.684398 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.12.12 04:04:06.684435 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000190955 sec | ||
| 68 | 2024.12.12 04:04:06.684490 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.12.12 04:04:06.684513 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.12.12 04:04:06.685987 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.12.12 04:04:06.686982 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.12.12 04:04:06.698560 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.12.12 04:04:06.698602 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.12.12 04:04:06.698624 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.12.12 04:04:06.698636 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.12.12 04:04:06.698667 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.12.12 04:04:06.698688 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2024.12.12 04:04:06.701216 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.12.12 04:04:06.701260 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.12.12 04:04:06.701282 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2024.12.12 04:04:06.701463 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.12.12 04:04:06.701483 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.12.12 04:04:06.701518 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.12.12 04:04:06.701537 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.12.12 04:04:06.701550 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.12.12 04:04:06.701578 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.12.12 04:04:06.701596 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.12.12 04:04:06.728005 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.12.12 04:04:06.729664 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.12.12 04:04:06.729694 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.8141e-05 sec | ||
| 91 | 2024.12.12 04:04:06.729707 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.12.12 04:04:06.729719 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.12.12 04:04:06.729740 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.12.12 04:04:06.729933 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.12.12 04:04:06.729978 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.12.12 04:04:06.729992 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.12.12 04:04:06.730004 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2024.12.12 04:04:06.730017 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.12.12 04:04:06.744045 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.12.12 04:04:06.744265 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.13 MiB (RSS), difference: 92.35 MiB | ||
| 101 | 2024.12.12 04:04:06.745177 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.7421e-05 sec. | ||
| 102 | 2024.12.12 04:04:06.746077 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.12.12 04:04:06.746173 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.12.12 04:04:06.746191 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.12.12 04:04:06.956002 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48018 | ||
| 106 | 2024.12.12 04:04:06.956742 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.12.12 04:04:06.956800 [ 3 ] {} <Debug> TCP-Session: 6a9aa94f-af79-4fa5-8664-904d698696be Authenticating user 'default' from [fd00:1122:3344:101::e]:48018 | ||
| 108 | 2024.12.12 04:04:06.956833 [ 3 ] {} <Debug> TCP-Session: 6a9aa94f-af79-4fa5-8664-904d698696be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.12.12 04:04:06.956853 [ 3 ] {} <Debug> TCP-Session: 6a9aa94f-af79-4fa5-8664-904d698696be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.12.12 04:04:06.956944 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.12.12 04:04:06.956972 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2024.12.12 04:04:06.956994 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2024.12.12 04:04:06.957405 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65263 | ||
| 114 | 2024.12.12 04:04:06.957589 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2024.12.12 04:04:06.957643 [ 4 ] {} <Debug> TCP-Session: 0c8d9ccc-5c1b-4788-b5e4-7f1bad64bfdd Authenticating user 'default' from [fd00:1122:3344:101::e]:65263 | ||
| 116 | 2024.12.12 04:04:06.957686 [ 4 ] {} <Debug> TCP-Session: 0c8d9ccc-5c1b-4788-b5e4-7f1bad64bfdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2024.12.12 04:04:06.957735 [ 4 ] {} <Debug> TCP-Session: 0c8d9ccc-5c1b-4788-b5e4-7f1bad64bfdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2024.12.12 04:04:06.958519 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34055 | ||
| 119 | 2024.12.12 04:04:06.958528 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38814 | ||
| 120 | 2024.12.12 04:04:06.958623 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42716 | ||
| 121 | 2024.12.12 04:04:06.958646 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2024.12.12 04:04:06.958750 [ 253 ] {} <Debug> TCP-Session: 28e95172-55b2-4e93-af8b-f3767442d40d Authenticating user 'default' from [fd00:1122:3344:101::e]:34055 | ||
| 123 | 2024.12.12 04:04:06.958880 [ 253 ] {} <Debug> TCP-Session: 28e95172-55b2-4e93-af8b-f3767442d40d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 124 | 2024.12.12 04:04:06.958886 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38241 | ||
| 125 | 2024.12.12 04:04:06.958947 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2024.12.12 04:04:06.958939 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 127 | 2024.12.12 04:04:06.958982 [ 253 ] {} <Debug> TCP-Session: 28e95172-55b2-4e93-af8b-f3767442d40d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2024.12.12 04:04:06.959174 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 129 | 2024.12.12 04:04:06.959181 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43252 | ||
| 130 | 2024.12.12 04:04:06.959206 [ 254 ] {} <Debug> TCP-Session: 0a569f81-68b1-49ae-932e-73a10ec39e2e Authenticating user 'default' from [fd00:1122:3344:101::e]:42716 | ||
| 131 | 2024.12.12 04:04:06.959206 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42106 | ||
| 132 | 2024.12.12 04:04:06.959360 [ 5 ] {} <Debug> TCP-Session: 37df8faa-863e-4909-829e-e17f9f71c455 Authenticating user 'default' from [fd00:1122:3344:101::e]:38814 | ||
| 133 | 2024.12.12 04:04:06.959365 [ 254 ] {} <Debug> TCP-Session: 0a569f81-68b1-49ae-932e-73a10ec39e2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2024.12.12 04:04:06.959391 [ 255 ] {} <Debug> TCP-Session: 5db6846a-afec-4fcd-b843-a5360b15b479 Authenticating user 'default' from [fd00:1122:3344:101::e]:38241 | ||
| 135 | 2024.12.12 04:04:06.959386 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 136 | 2024.12.12 04:04:06.959521 [ 256 ] {} <Debug> TCP-Session: e5c4e3a7-3575-46c0-a671-97f5459023ea Authenticating user 'default' from [fd00:1122:3344:101::e]:43252 | ||
| 137 | 2024.12.12 04:04:06.959548 [ 5 ] {} <Debug> TCP-Session: 37df8faa-863e-4909-829e-e17f9f71c455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2024.12.12 04:04:06.959534 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 139 | 2024.12.12 04:04:06.959570 [ 255 ] {} <Debug> TCP-Session: 5db6846a-afec-4fcd-b843-a5360b15b479 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2024.12.12 04:04:06.959558 [ 254 ] {} <Debug> TCP-Session: 0a569f81-68b1-49ae-932e-73a10ec39e2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 141 | 2024.12.12 04:04:06.959616 [ 256 ] {} <Debug> TCP-Session: e5c4e3a7-3575-46c0-a671-97f5459023ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2024.12.12 04:04:06.959623 [ 5 ] {} <Debug> TCP-Session: 37df8faa-863e-4909-829e-e17f9f71c455 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2024.12.12 04:04:06.959638 [ 255 ] {} <Debug> TCP-Session: 5db6846a-afec-4fcd-b843-a5360b15b479 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2024.12.12 04:04:06.959714 [ 256 ] {} <Debug> TCP-Session: e5c4e3a7-3575-46c0-a671-97f5459023ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2024.12.12 04:04:06.959774 [ 257 ] {} <Debug> TCP-Session: cda06ffa-286a-43b4-a505-8bb97e06cdc7 Authenticating user 'default' from [fd00:1122:3344:101::e]:42106 | ||
| 146 | 2024.12.12 04:04:06.959870 [ 257 ] {} <Debug> TCP-Session: cda06ffa-286a-43b4-a505-8bb97e06cdc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.12.12 04:04:06.959910 [ 257 ] {} <Debug> TCP-Session: cda06ffa-286a-43b4-a505-8bb97e06cdc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.12.12 04:04:07.000153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.19 MiB, peak 117.19 MiB, free memory in arenas 0.00 B, will set to 119.43 MiB (RSS), difference: 2.24 MiB | ||
| 149 | 2024.12.12 04:04:07.771002 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56345 | ||
| 150 | 2024.12.12 04:04:07.771158 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 151 | 2024.12.12 04:04:07.771187 [ 258 ] {} <Debug> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Authenticating user 'default' from [fd00:1122:3344:101::d]:56345 | ||
| 152 | 2024.12.12 04:04:07.771208 [ 258 ] {} <Debug> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.12.12 04:04:07.771231 [ 258 ] {} <Debug> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2024.12.12 04:04:07.771295 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 155 | 2024.12.12 04:04:07.771320 [ 258 ] {} <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.12.12 04:04:07.771344 [ 258 ] {} <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.12.12 04:04:07.771869 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57794 | ||
| 158 | 2024.12.12 04:04:07.771878 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45069 | ||
| 159 | 2024.12.12 04:04:07.772140 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64347 | ||
| 160 | 2024.12.12 04:04:07.772154 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41550 | ||
| 161 | 2024.12.12 04:04:07.772220 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 162 | 2024.12.12 04:04:07.772265 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 163 | 2024.12.12 04:04:07.772267 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47065 | ||
| 164 | 2024.12.12 04:04:07.772346 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 165 | 2024.12.12 04:04:07.772381 [ 260 ] {} <Debug> TCP-Session: ffac9d8c-7aad-45aa-980d-03cf201ecc58 Authenticating user 'default' from [fd00:1122:3344:101::d]:57794 | ||
| 166 | 2024.12.12 04:04:07.772540 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62863 | ||
| 167 | 2024.12.12 04:04:07.772566 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 168 | 2024.12.12 04:04:07.772618 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 169 | 2024.12.12 04:04:07.772636 [ 260 ] {} <Debug> TCP-Session: ffac9d8c-7aad-45aa-980d-03cf201ecc58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2024.12.12 04:04:07.772723 [ 259 ] {} <Debug> TCP-Session: b2a84e39-4e8e-450e-ab37-568217795b7e Authenticating user 'default' from [fd00:1122:3344:101::d]:45069 | ||
| 171 | 2024.12.12 04:04:07.772786 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 172 | 2024.12.12 04:04:07.772822 [ 261 ] {} <Debug> TCP-Session: 4b7ce8af-4794-42f7-b7dc-8e7c076ac061 Authenticating user 'default' from [fd00:1122:3344:101::d]:41550 | ||
| 173 | 2024.12.12 04:04:07.772838 [ 260 ] {} <Debug> TCP-Session: ffac9d8c-7aad-45aa-980d-03cf201ecc58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 174 | 2024.12.12 04:04:07.772845 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33340 | ||
| 175 | 2024.12.12 04:04:07.772941 [ 264 ] {} <Debug> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:62863 | ||
| 176 | 2024.12.12 04:04:07.772943 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43013 | ||
| 177 | 2024.12.12 04:04:07.772958 [ 261 ] {} <Debug> TCP-Session: 4b7ce8af-4794-42f7-b7dc-8e7c076ac061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 178 | 2024.12.12 04:04:07.773717 [ 264 ] {} <Debug> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 179 | 2024.12.12 04:04:07.773790 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 180 | 2024.12.12 04:04:07.773818 [ 262 ] {} <Debug> TCP-Session: 1e088f90-3103-4328-a9e7-ecea0a579183 Authenticating user 'default' from [fd00:1122:3344:101::d]:64347 | ||
| 181 | 2024.12.12 04:04:07.773817 [ 263 ] {} <Debug> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Authenticating user 'default' from [fd00:1122:3344:101::d]:47065 | ||
| 182 | 2024.12.12 04:04:07.773868 [ 264 ] {} <Debug> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2024.12.12 04:04:07.773920 [ 266 ] {} <Debug> TCP-Session: 417a822d-1fc3-49c8-9447-29a4401ba5ef Authenticating user 'default' from [fd00:1122:3344:101::d]:43013 | ||
| 184 | 2024.12.12 04:04:07.773947 [ 262 ] {} <Debug> TCP-Session: 1e088f90-3103-4328-a9e7-ecea0a579183 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 185 | 2024.12.12 04:04:07.773865 [ 259 ] {} <Debug> TCP-Session: b2a84e39-4e8e-450e-ab37-568217795b7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2024.12.12 04:04:07.774514 [ 263 ] {} <Debug> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2024.12.12 04:04:07.774594 [ 262 ] {} <Debug> TCP-Session: 1e088f90-3103-4328-a9e7-ecea0a579183 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 188 | 2024.12.12 04:04:07.774681 [ 259 ] {} <Debug> TCP-Session: b2a84e39-4e8e-450e-ab37-568217795b7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.12.12 04:04:07.774698 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 190 | 2024.12.12 04:04:07.774721 [ 261 ] {} <Debug> TCP-Session: 4b7ce8af-4794-42f7-b7dc-8e7c076ac061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2024.12.12 04:04:07.774895 [ 266 ] {} <Debug> TCP-Session: 417a822d-1fc3-49c8-9447-29a4401ba5ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2024.12.12 04:04:07.774904 [ 263 ] {} <Debug> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.12.12 04:04:07.774978 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 194 | 2024.12.12 04:04:07.774996 [ 266 ] {} <Debug> TCP-Session: 417a822d-1fc3-49c8-9447-29a4401ba5ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2024.12.12 04:04:07.774971 [ 265 ] {} <Debug> TCP-Session: c6a98cf0-ddfe-4956-97c7-f625623c4911 Authenticating user 'default' from [fd00:1122:3344:101::d]:33340 | ||
| 196 | 2024.12.12 04:04:07.775199 [ 265 ] {} <Debug> TCP-Session: c6a98cf0-ddfe-4956-97c7-f625623c4911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2024.12.12 04:04:07.775230 [ 265 ] {} <Debug> TCP-Session: c6a98cf0-ddfe-4956-97c7-f625623c4911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 198 | 2024.12.12 04:04:07.777833 [ 258 ] {3c24a45c-0fcd-4056-acb2-035750bfdf15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 199 | 2024.12.12 04:04:07.879758 [ 258 ] {3c24a45c-0fcd-4056-acb2-035750bfdf15} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56345) (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 @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 222 | |||
| 223 | 2024.12.12 04:04:07.881156 [ 258 ] {3c24a45c-0fcd-4056-acb2-035750bfdf15} <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 @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 246 | |||
| 247 | 2024.12.12 04:04:07.881282 [ 258 ] {3c24a45c-0fcd-4056-acb2-035750bfdf15} <Debug> TCPHandler: Processed in 0.108311397 sec. | ||
| 248 | 2024.12.12 04:04:07.881617 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 249 | 2024.12.12 04:04:07.881855 [ 264 ] {de78dce2-257e-4cc0-b6a5-caf155d7e8e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 250 | 2024.12.12 04:04:07.882232 [ 264 ] {de78dce2-257e-4cc0-b6a5-caf155d7e8e0} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62863) (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 @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 273 | |||
| 274 | 2024.12.12 04:04:07.882381 [ 264 ] {de78dce2-257e-4cc0-b6a5-caf155d7e8e0} <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 @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 297 | |||
| 298 | 2024.12.12 04:04:07.882477 [ 264 ] {de78dce2-257e-4cc0-b6a5-caf155d7e8e0} <Debug> TCPHandler: Processed in 0.001018017 sec. | ||
| 299 | 2024.12.12 04:04:07.882777 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 300 | 2024.12.12 04:04:07.884098 [ 258 ] {bf892b7e-9eed-40c6-878f-1d3b116067e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 301 | 2024.12.12 04:04:07.884797 [ 258 ] {bf892b7e-9eed-40c6-878f-1d3b116067e9} <Debug> TCPHandler: Processed in 0.002127115 sec. | ||
| 302 | 2024.12.12 04:04:07.885045 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 303 | 2024.12.12 04:04:07.885176 [ 264 ] {b47008cf-7efc-4290-9f9c-7ec8ee3f5841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 304 | 2024.12.12 04:04:07.885302 [ 264 ] {b47008cf-7efc-4290-9f9c-7ec8ee3f5841} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 305 | 2024.12.12 04:04:07.887170 [ 264 ] {b47008cf-7efc-4290-9f9c-7ec8ee3f5841} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 306 | 2024.12.12 04:04:07.887191 [ 264 ] {b47008cf-7efc-4290-9f9c-7ec8ee3f5841} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.2092e-05 sec | ||
| 307 | 2024.12.12 04:04:07.887214 [ 264 ] {b47008cf-7efc-4290-9f9c-7ec8ee3f5841} <Trace> ReferentialDeps: No tables | ||
| 308 | 2024.12.12 04:04:07.887226 [ 264 ] {b47008cf-7efc-4290-9f9c-7ec8ee3f5841} <Trace> LoadingDeps: No tables | ||
| 309 | 2024.12.12 04:04:07.887247 [ 264 ] {b47008cf-7efc-4290-9f9c-7ec8ee3f5841} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 310 | 2024.12.12 04:04:07.887296 [ 264 ] {b47008cf-7efc-4290-9f9c-7ec8ee3f5841} <Debug> TCPHandler: Processed in 0.00231804 sec. | ||
| 311 | 2024.12.12 04:04:07.887483 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 312 | 2024.12.12 04:04:07.887712 [ 258 ] {790425b3-93ef-429a-b1b5-f57cec37410d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) /* 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.12.12 04:04:07.887783 [ 258 ] {790425b3-93ef-429a-b1b5-f57cec37410d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 315 | 2024.12.12 04:04:07.896135 [ 258 ] {790425b3-93ef-429a-b1b5-f57cec37410d} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 316 | 2024.12.12 04:04:07.903446 [ 258 ] {790425b3-93ef-429a-b1b5-f57cec37410d} <Debug> oximeter.version (82de9e6d-4d13-4914-9f57-88e4c794f14a): Loading data parts | ||
| 317 | 2024.12.12 04:04:07.904154 [ 258 ] {790425b3-93ef-429a-b1b5-f57cec37410d} <Debug> oximeter.version (82de9e6d-4d13-4914-9f57-88e4c794f14a): There are no data parts | ||
| 318 | 2024.12.12 04:04:07.907436 [ 258 ] {790425b3-93ef-429a-b1b5-f57cec37410d} <Debug> TCPHandler: Processed in 0.020017312 sec. | ||
| 319 | 2024.12.12 04:04:07.907628 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 320 | 2024.12.12 04:04:07.907863 [ 264 ] {8a14c0db-734f-4add-995f-88a71875be88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) /* 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.12.12 04:04:07.907934 [ 264 ] {8a14c0db-734f-4add-995f-88a71875be88} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 332 | 2024.12.12 04:04:07.925360 [ 264 ] {8a14c0db-734f-4add-995f-88a71875be88} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Loading data parts | ||
| 333 | 2024.12.12 04:04:07.925593 [ 264 ] {8a14c0db-734f-4add-995f-88a71875be88} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): There are no data parts | ||
| 334 | 2024.12.12 04:04:07.927760 [ 264 ] {8a14c0db-734f-4add-995f-88a71875be88} <Debug> TCPHandler: Processed in 0.020190437 sec. | ||
| 335 | 2024.12.12 04:04:07.927997 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 336 | 2024.12.12 04:04:07.928216 [ 258 ] {fce503b4-058b-4dd3-8d40-ae8df0b7e450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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.12.12 04:04:07.928323 [ 258 ] {fce503b4-058b-4dd3-8d40-ae8df0b7e450} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 338 | 2024.12.12 04:04:07.931466 [ 258 ] {fce503b4-058b-4dd3-8d40-ae8df0b7e450} <Debug> oximeter.measurements_i8 (2582a0bc-973c-40d5-8e35-85e1f08a7a17): Loading data parts | ||
| 339 | 2024.12.12 04:04:07.931675 [ 258 ] {fce503b4-058b-4dd3-8d40-ae8df0b7e450} <Debug> oximeter.measurements_i8 (2582a0bc-973c-40d5-8e35-85e1f08a7a17): There are no data parts | ||
| 340 | 2024.12.12 04:04:07.932979 [ 258 ] {fce503b4-058b-4dd3-8d40-ae8df0b7e450} <Debug> TCPHandler: Processed in 0.005047972 sec. | ||
| 341 | 2024.12.12 04:04:07.933179 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 342 | 2024.12.12 04:04:07.933400 [ 264 ] {5219d339-ac80-4a22-8217-b6802219eac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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.12.12 04:04:07.933456 [ 264 ] {5219d339-ac80-4a22-8217-b6802219eac3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 344 | 2024.12.12 04:04:07.941748 [ 264 ] {5219d339-ac80-4a22-8217-b6802219eac3} <Debug> oximeter.measurements_u8 (34df8d63-8aa8-4ff7-9c3b-76c0e66b74ef): Loading data parts | ||
| 345 | 2024.12.12 04:04:07.941897 [ 264 ] {5219d339-ac80-4a22-8217-b6802219eac3} <Debug> oximeter.measurements_u8 (34df8d63-8aa8-4ff7-9c3b-76c0e66b74ef): There are no data parts | ||
| 346 | 2024.12.12 04:04:07.943846 [ 264 ] {5219d339-ac80-4a22-8217-b6802219eac3} <Debug> TCPHandler: Processed in 0.0107275 sec. | ||
| 347 | 2024.12.12 04:04:07.944092 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 348 | 2024.12.12 04:04:07.944309 [ 258 ] {7a169260-79b0-4081-b065-54cf932f6660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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.12.12 04:04:07.944394 [ 258 ] {7a169260-79b0-4081-b065-54cf932f6660} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 350 | 2024.12.12 04:04:07.947598 [ 258 ] {7a169260-79b0-4081-b065-54cf932f6660} <Debug> oximeter.measurements_i16 (861bb00d-42e0-4eea-aaba-1d8a326742b0): Loading data parts | ||
| 351 | 2024.12.12 04:04:07.947757 [ 258 ] {7a169260-79b0-4081-b065-54cf932f6660} <Debug> oximeter.measurements_i16 (861bb00d-42e0-4eea-aaba-1d8a326742b0): There are no data parts | ||
| 352 | 2024.12.12 04:04:07.949113 [ 258 ] {7a169260-79b0-4081-b065-54cf932f6660} <Debug> TCPHandler: Processed in 0.005083863 sec. | ||
| 353 | 2024.12.12 04:04:07.949310 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 354 | 2024.12.12 04:04:07.949529 [ 264 ] {84e2c7fa-94c2-481c-ada7-c1ed308c8e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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.12.12 04:04:07.949606 [ 264 ] {84e2c7fa-94c2-481c-ada7-c1ed308c8e70} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 356 | 2024.12.12 04:04:07.960355 [ 264 ] {84e2c7fa-94c2-481c-ada7-c1ed308c8e70} <Debug> oximeter.measurements_u16 (ee475682-c0b6-4d42-98e3-f750af8c1a30): Loading data parts | ||
| 357 | 2024.12.12 04:04:07.960496 [ 264 ] {84e2c7fa-94c2-481c-ada7-c1ed308c8e70} <Debug> oximeter.measurements_u16 (ee475682-c0b6-4d42-98e3-f750af8c1a30): There are no data parts | ||
| 358 | 2024.12.12 04:04:07.962580 [ 264 ] {84e2c7fa-94c2-481c-ada7-c1ed308c8e70} <Debug> TCPHandler: Processed in 0.013331078 sec. | ||
| 359 | 2024.12.12 04:04:07.962794 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 360 | 2024.12.12 04:04:07.963004 [ 258 ] {59b0b3c2-7d1b-4856-a7dc-2ec8bc552c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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.12.12 04:04:07.963091 [ 258 ] {59b0b3c2-7d1b-4856-a7dc-2ec8bc552c84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 362 | 2024.12.12 04:04:07.966112 [ 258 ] {59b0b3c2-7d1b-4856-a7dc-2ec8bc552c84} <Debug> oximeter.measurements_i32 (75e647df-b2b3-4367-90b8-2bd5d54667e9): Loading data parts | ||
| 363 | 2024.12.12 04:04:07.966276 [ 258 ] {59b0b3c2-7d1b-4856-a7dc-2ec8bc552c84} <Debug> oximeter.measurements_i32 (75e647df-b2b3-4367-90b8-2bd5d54667e9): There are no data parts | ||
| 364 | 2024.12.12 04:04:07.967598 [ 258 ] {59b0b3c2-7d1b-4856-a7dc-2ec8bc552c84} <Debug> TCPHandler: Processed in 0.004861727 sec. | ||
| 365 | 2024.12.12 04:04:07.967807 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 366 | 2024.12.12 04:04:07.968023 [ 264 ] {0bbe0741-146d-4ff6-b1c6-a5ef8be2fef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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.12.12 04:04:07.968098 [ 264 ] {0bbe0741-146d-4ff6-b1c6-a5ef8be2fef9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 368 | 2024.12.12 04:04:07.976507 [ 264 ] {0bbe0741-146d-4ff6-b1c6-a5ef8be2fef9} <Debug> oximeter.measurements_u32 (a0a1eabb-b444-41b6-9d3c-99e63da6f6db): Loading data parts | ||
| 369 | 2024.12.12 04:04:07.976642 [ 264 ] {0bbe0741-146d-4ff6-b1c6-a5ef8be2fef9} <Debug> oximeter.measurements_u32 (a0a1eabb-b444-41b6-9d3c-99e63da6f6db): There are no data parts | ||
| 370 | 2024.12.12 04:04:07.978516 [ 264 ] {0bbe0741-146d-4ff6-b1c6-a5ef8be2fef9} <Debug> TCPHandler: Processed in 0.010770221 sec. | ||
| 371 | 2024.12.12 04:04:07.978720 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 372 | 2024.12.12 04:04:07.978952 [ 258 ] {c7eb630c-2645-46c8-a8d4-29bbe49b1366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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.12.12 04:04:07.979025 [ 258 ] {c7eb630c-2645-46c8-a8d4-29bbe49b1366} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 374 | 2024.12.12 04:04:07.982098 [ 258 ] {c7eb630c-2645-46c8-a8d4-29bbe49b1366} <Debug> oximeter.measurements_i64 (a4810090-ea2f-4623-a683-573f4f9453a4): Loading data parts | ||
| 375 | 2024.12.12 04:04:07.982253 [ 258 ] {c7eb630c-2645-46c8-a8d4-29bbe49b1366} <Debug> oximeter.measurements_i64 (a4810090-ea2f-4623-a683-573f4f9453a4): There are no data parts | ||
| 376 | 2024.12.12 04:04:07.983621 [ 258 ] {c7eb630c-2645-46c8-a8d4-29bbe49b1366} <Debug> TCPHandler: Processed in 0.004959429 sec. | ||
| 377 | 2024.12.12 04:04:07.983815 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 378 | 2024.12.12 04:04:07.984028 [ 264 ] {c2d6beae-5a27-4f10-9e8c-2e0da9020cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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.12.12 04:04:07.984095 [ 264 ] {c2d6beae-5a27-4f10-9e8c-2e0da9020cd4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 380 | 2024.12.12 04:04:07.994411 [ 264 ] {c2d6beae-5a27-4f10-9e8c-2e0da9020cd4} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Loading data parts | ||
| 381 | 2024.12.12 04:04:07.994553 [ 264 ] {c2d6beae-5a27-4f10-9e8c-2e0da9020cd4} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): There are no data parts | ||
| 382 | 2024.12.12 04:04:07.996613 [ 264 ] {c2d6beae-5a27-4f10-9e8c-2e0da9020cd4} <Debug> TCPHandler: Processed in 0.012856319 sec. | ||
| 383 | 2024.12.12 04:04:07.996827 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 384 | 2024.12.12 04:04:07.997094 [ 258 ] {2619c2c2-63a8-40e1-b512-7d34da18964e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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.12.12 04:04:07.997176 [ 258 ] {2619c2c2-63a8-40e1-b512-7d34da18964e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 386 | 2024.12.12 04:04:08.000151 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.32 MiB, peak 124.32 MiB, free memory in arenas 0.00 B, will set to 133.75 MiB (RSS), difference: 9.43 MiB | ||
| 387 | 2024.12.12 04:04:08.000305 [ 258 ] {2619c2c2-63a8-40e1-b512-7d34da18964e} <Debug> oximeter.measurements_f32 (cb624dfd-6dba-48d2-83a2-4c3852d2e9bc): Loading data parts | ||
| 388 | 2024.12.12 04:04:08.000604 [ 258 ] {2619c2c2-63a8-40e1-b512-7d34da18964e} <Debug> oximeter.measurements_f32 (cb624dfd-6dba-48d2-83a2-4c3852d2e9bc): There are no data parts | ||
| 389 | 2024.12.12 04:04:08.001993 [ 258 ] {2619c2c2-63a8-40e1-b512-7d34da18964e} <Debug> TCPHandler: Processed in 0.005232686 sec. | ||
| 390 | 2024.12.12 04:04:08.002214 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 391 | 2024.12.12 04:04:08.002454 [ 264 ] {79dc1945-105b-4179-8aaa-a2235b013237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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) | ||
| 392 | 2024.12.12 04:04:08.002513 [ 264 ] {79dc1945-105b-4179-8aaa-a2235b013237} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 393 | 2024.12.12 04:04:08.010455 [ 264 ] {79dc1945-105b-4179-8aaa-a2235b013237} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Loading data parts | ||
| 394 | 2024.12.12 04:04:08.010657 [ 264 ] {79dc1945-105b-4179-8aaa-a2235b013237} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): There are no data parts | ||
| 395 | 2024.12.12 04:04:08.012583 [ 264 ] {79dc1945-105b-4179-8aaa-a2235b013237} <Debug> TCPHandler: Processed in 0.01043762 sec. | ||
| 396 | 2024.12.12 04:04:08.012788 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.12.12 04:04:08.013000 [ 258 ] {0751b3da-4e3c-400e-952b-085a003a89a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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) | ||
| 398 | 2024.12.12 04:04:08.013088 [ 258 ] {0751b3da-4e3c-400e-952b-085a003a89a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 399 | 2024.12.12 04:04:08.016187 [ 258 ] {0751b3da-4e3c-400e-952b-085a003a89a0} <Debug> oximeter.measurements_string (bca3cb27-c925-4c55-af21-1471871b84ef): Loading data parts | ||
| 400 | 2024.12.12 04:04:08.016393 [ 258 ] {0751b3da-4e3c-400e-952b-085a003a89a0} <Debug> oximeter.measurements_string (bca3cb27-c925-4c55-af21-1471871b84ef): There are no data parts | ||
| 401 | 2024.12.12 04:04:08.017711 [ 258 ] {0751b3da-4e3c-400e-952b-085a003a89a0} <Debug> TCPHandler: Processed in 0.00498721 sec. | ||
| 402 | 2024.12.12 04:04:08.017914 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 403 | 2024.12.12 04:04:08.018191 [ 264 ] {0ac18c89-92f6-40f4-9dc4-feed57382405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 404 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 405 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 406 | * a string isn't palatable for a few reasons. | ||
| 407 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 408 | * details. | ||
| 409 | */ | ||
| 410 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 411 | 2024.12.12 04:04:08.018261 [ 264 ] {0ac18c89-92f6-40f4-9dc4-feed57382405} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 412 | 2024.12.12 04:04:08.028497 [ 264 ] {0ac18c89-92f6-40f4-9dc4-feed57382405} <Debug> oximeter.measurements_bytes (fc7d98e6-83c5-4d10-8c0f-33678e0918a2): Loading data parts | ||
| 413 | 2024.12.12 04:04:08.028713 [ 264 ] {0ac18c89-92f6-40f4-9dc4-feed57382405} <Debug> oximeter.measurements_bytes (fc7d98e6-83c5-4d10-8c0f-33678e0918a2): There are no data parts | ||
| 414 | 2024.12.12 04:04:08.030759 [ 264 ] {0ac18c89-92f6-40f4-9dc4-feed57382405} <Debug> TCPHandler: Processed in 0.012907177 sec. | ||
| 415 | 2024.12.12 04:04:08.030971 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 416 | 2024.12.12 04:04:08.031223 [ 258 ] {8eb5e20c-6500-40ca-b1bb-8f91a3eeabd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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) | ||
| 417 | 2024.12.12 04:04:08.031297 [ 258 ] {8eb5e20c-6500-40ca-b1bb-8f91a3eeabd8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 418 | 2024.12.12 04:04:08.034575 [ 258 ] {8eb5e20c-6500-40ca-b1bb-8f91a3eeabd8} <Debug> oximeter.measurements_cumulativei64 (2d217f36-1955-4447-b6fd-d7718e0fee88): Loading data parts | ||
| 419 | 2024.12.12 04:04:08.034779 [ 258 ] {8eb5e20c-6500-40ca-b1bb-8f91a3eeabd8} <Debug> oximeter.measurements_cumulativei64 (2d217f36-1955-4447-b6fd-d7718e0fee88): There are no data parts | ||
| 420 | 2024.12.12 04:04:08.036142 [ 258 ] {8eb5e20c-6500-40ca-b1bb-8f91a3eeabd8} <Debug> TCPHandler: Processed in 0.005232237 sec. | ||
| 421 | 2024.12.12 04:04:08.036354 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 422 | 2024.12.12 04:04:08.036592 [ 264 ] {3ffa61e6-7502-4cd9-bc89-03218d588050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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) | ||
| 423 | 2024.12.12 04:04:08.036646 [ 264 ] {3ffa61e6-7502-4cd9-bc89-03218d588050} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 424 | 2024.12.12 04:04:08.044855 [ 264 ] {3ffa61e6-7502-4cd9-bc89-03218d588050} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Loading data parts | ||
| 425 | 2024.12.12 04:04:08.044990 [ 264 ] {3ffa61e6-7502-4cd9-bc89-03218d588050} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): There are no data parts | ||
| 426 | 2024.12.12 04:04:08.046828 [ 264 ] {3ffa61e6-7502-4cd9-bc89-03218d588050} <Debug> TCPHandler: Processed in 0.010531925 sec. | ||
| 427 | 2024.12.12 04:04:08.047025 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 428 | 2024.12.12 04:04:08.047251 [ 258 ] {ca24a884-07f8-46d8-8096-0c779373e625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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) | ||
| 429 | 2024.12.12 04:04:08.047326 [ 258 ] {ca24a884-07f8-46d8-8096-0c779373e625} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 430 | 2024.12.12 04:04:08.050501 [ 258 ] {ca24a884-07f8-46d8-8096-0c779373e625} <Debug> oximeter.measurements_cumulativef32 (d97ea13e-b67c-4177-81f2-5e7f94cf9f62): Loading data parts | ||
| 431 | 2024.12.12 04:04:08.050671 [ 258 ] {ca24a884-07f8-46d8-8096-0c779373e625} <Debug> oximeter.measurements_cumulativef32 (d97ea13e-b67c-4177-81f2-5e7f94cf9f62): There are no data parts | ||
| 432 | 2024.12.12 04:04:08.051963 [ 258 ] {ca24a884-07f8-46d8-8096-0c779373e625} <Debug> TCPHandler: Processed in 0.004999881 sec. | ||
| 433 | 2024.12.12 04:04:08.052216 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 434 | 2024.12.12 04:04:08.052456 [ 264 ] {e39f0ac7-e783-42ba-a1b6-f4810c2c6403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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) | ||
| 435 | 2024.12.12 04:04:08.052516 [ 264 ] {e39f0ac7-e783-42ba-a1b6-f4810c2c6403} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 436 | 2024.12.12 04:04:08.062822 [ 264 ] {e39f0ac7-e783-42ba-a1b6-f4810c2c6403} <Debug> oximeter.measurements_cumulativef64 (e2844711-0cad-4f83-9416-1d147e48b5a9): Loading data parts | ||
| 437 | 2024.12.12 04:04:08.062978 [ 264 ] {e39f0ac7-e783-42ba-a1b6-f4810c2c6403} <Debug> oximeter.measurements_cumulativef64 (e2844711-0cad-4f83-9416-1d147e48b5a9): There are no data parts | ||
| 438 | 2024.12.12 04:04:08.065054 [ 264 ] {e39f0ac7-e783-42ba-a1b6-f4810c2c6403} <Debug> TCPHandler: Processed in 0.012894247 sec. | ||
| 439 | 2024.12.12 04:04:08.065252 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 440 | 2024.12.12 04:04:08.065587 [ 258 ] {e6158fe6-dae3-4f85-b0e8-785979d45bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 441 | * NOTE: Array types cannot be Nullable, see | ||
| 442 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 443 | * for more details. | ||
| 444 | * | ||
| 445 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 446 | * is unfortunate, and at this point relies on the fact that an | ||
| 447 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 448 | * to figure out another way to represent missing samples here. | ||
| 449 | */ | ||
| 450 | 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) | ||
| 451 | 2024.12.12 04:04:08.065661 [ 258 ] {e6158fe6-dae3-4f85-b0e8-785979d45bee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 452 | 2024.12.12 04:04:08.069087 [ 258 ] {e6158fe6-dae3-4f85-b0e8-785979d45bee} <Debug> oximeter.measurements_histogrami8 (b602527c-4f07-4b8b-9e42-bdcd75e9ef37): Loading data parts | ||
| 453 | 2024.12.12 04:04:08.069245 [ 258 ] {e6158fe6-dae3-4f85-b0e8-785979d45bee} <Debug> oximeter.measurements_histogrami8 (b602527c-4f07-4b8b-9e42-bdcd75e9ef37): There are no data parts | ||
| 454 | 2024.12.12 04:04:08.070637 [ 258 ] {e6158fe6-dae3-4f85-b0e8-785979d45bee} <Debug> TCPHandler: Processed in 0.005449652 sec. | ||
| 455 | 2024.12.12 04:04:08.070840 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 456 | 2024.12.12 04:04:08.071157 [ 264 ] {b1fff10a-4d8e-47eb-8e35-d19da629fb20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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) | ||
| 457 | 2024.12.12 04:04:08.071240 [ 264 ] {b1fff10a-4d8e-47eb-8e35-d19da629fb20} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 458 | 2024.12.12 04:04:08.079463 [ 264 ] {b1fff10a-4d8e-47eb-8e35-d19da629fb20} <Debug> oximeter.measurements_histogramu8 (08d9ab1a-bef7-4077-bd15-a2a5574a9d61): Loading data parts | ||
| 459 | 2024.12.12 04:04:08.079591 [ 264 ] {b1fff10a-4d8e-47eb-8e35-d19da629fb20} <Debug> oximeter.measurements_histogramu8 (08d9ab1a-bef7-4077-bd15-a2a5574a9d61): There are no data parts | ||
| 460 | 2024.12.12 04:04:08.081480 [ 264 ] {b1fff10a-4d8e-47eb-8e35-d19da629fb20} <Debug> TCPHandler: Processed in 0.010702329 sec. | ||
| 461 | 2024.12.12 04:04:08.081682 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 462 | 2024.12.12 04:04:08.081985 [ 258 ] {72ee67a5-d35e-4713-aeb6-fce8d59ed9b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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) | ||
| 463 | 2024.12.12 04:04:08.082079 [ 258 ] {72ee67a5-d35e-4713-aeb6-fce8d59ed9b6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 464 | 2024.12.12 04:04:08.085494 [ 258 ] {72ee67a5-d35e-4713-aeb6-fce8d59ed9b6} <Debug> oximeter.measurements_histogrami16 (d24f4a99-41f1-49e7-9e68-2ecc08fe52e2): Loading data parts | ||
| 465 | 2024.12.12 04:04:08.085673 [ 258 ] {72ee67a5-d35e-4713-aeb6-fce8d59ed9b6} <Debug> oximeter.measurements_histogrami16 (d24f4a99-41f1-49e7-9e68-2ecc08fe52e2): There are no data parts | ||
| 466 | 2024.12.12 04:04:08.087240 [ 258 ] {72ee67a5-d35e-4713-aeb6-fce8d59ed9b6} <Debug> TCPHandler: Processed in 0.005618467 sec. | ||
| 467 | 2024.12.12 04:04:08.087452 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 468 | 2024.12.12 04:04:08.087787 [ 264 ] {9015ff19-bfb4-4f5c-9f64-be853eb609f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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) | ||
| 469 | 2024.12.12 04:04:08.087870 [ 264 ] {9015ff19-bfb4-4f5c-9f64-be853eb609f2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 470 | 2024.12.12 04:04:08.097897 [ 264 ] {9015ff19-bfb4-4f5c-9f64-be853eb609f2} <Debug> oximeter.measurements_histogramu16 (8c7915b9-9c44-4f73-ae94-9af16dd4fe92): Loading data parts | ||
| 471 | 2024.12.12 04:04:08.098044 [ 264 ] {9015ff19-bfb4-4f5c-9f64-be853eb609f2} <Debug> oximeter.measurements_histogramu16 (8c7915b9-9c44-4f73-ae94-9af16dd4fe92): There are no data parts | ||
| 472 | 2024.12.12 04:04:08.100188 [ 264 ] {9015ff19-bfb4-4f5c-9f64-be853eb609f2} <Debug> TCPHandler: Processed in 0.012804224 sec. | ||
| 473 | 2024.12.12 04:04:08.100400 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 474 | 2024.12.12 04:04:08.100696 [ 258 ] {74182b02-b19f-4f28-97be-e7bb7ede03a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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) | ||
| 475 | 2024.12.12 04:04:08.100793 [ 258 ] {74182b02-b19f-4f28-97be-e7bb7ede03a1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 476 | 2024.12.12 04:04:08.104872 [ 258 ] {74182b02-b19f-4f28-97be-e7bb7ede03a1} <Debug> oximeter.measurements_histogrami32 (fee02c79-66f9-453a-a384-f9b3fc914074): Loading data parts | ||
| 477 | 2024.12.12 04:04:08.105116 [ 258 ] {74182b02-b19f-4f28-97be-e7bb7ede03a1} <Debug> oximeter.measurements_histogrami32 (fee02c79-66f9-453a-a384-f9b3fc914074): There are no data parts | ||
| 478 | 2024.12.12 04:04:08.106609 [ 258 ] {74182b02-b19f-4f28-97be-e7bb7ede03a1} <Debug> TCPHandler: Processed in 0.006267503 sec. | ||
| 479 | 2024.12.12 04:04:08.106823 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 480 | 2024.12.12 04:04:08.107161 [ 264 ] {36b93b34-b0dc-4b6a-a1c6-90046b686ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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) | ||
| 481 | 2024.12.12 04:04:08.107241 [ 264 ] {36b93b34-b0dc-4b6a-a1c6-90046b686ff6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 482 | 2024.12.12 04:04:08.114990 [ 264 ] {36b93b34-b0dc-4b6a-a1c6-90046b686ff6} <Debug> oximeter.measurements_histogramu32 (f1d15539-4da0-4099-92cf-c04252ee57dc): Loading data parts | ||
| 483 | 2024.12.12 04:04:08.115141 [ 264 ] {36b93b34-b0dc-4b6a-a1c6-90046b686ff6} <Debug> oximeter.measurements_histogramu32 (f1d15539-4da0-4099-92cf-c04252ee57dc): There are no data parts | ||
| 484 | 2024.12.12 04:04:08.117000 [ 264 ] {36b93b34-b0dc-4b6a-a1c6-90046b686ff6} <Debug> TCPHandler: Processed in 0.010251327 sec. | ||
| 485 | 2024.12.12 04:04:08.117207 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 486 | 2024.12.12 04:04:08.117544 [ 258 ] {0cea75a3-9c57-4e9d-bdf9-c023a89a167a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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) | ||
| 487 | 2024.12.12 04:04:08.117650 [ 258 ] {0cea75a3-9c57-4e9d-bdf9-c023a89a167a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 488 | 2024.12.12 04:04:08.121287 [ 258 ] {0cea75a3-9c57-4e9d-bdf9-c023a89a167a} <Debug> oximeter.measurements_histogrami64 (5461c485-3fa9-4dd1-8658-b4b825ee8409): Loading data parts | ||
| 489 | 2024.12.12 04:04:08.121474 [ 258 ] {0cea75a3-9c57-4e9d-bdf9-c023a89a167a} <Debug> oximeter.measurements_histogrami64 (5461c485-3fa9-4dd1-8658-b4b825ee8409): There are no data parts | ||
| 490 | 2024.12.12 04:04:08.122954 [ 258 ] {0cea75a3-9c57-4e9d-bdf9-c023a89a167a} <Debug> TCPHandler: Processed in 0.005806821 sec. | ||
| 491 | 2024.12.12 04:04:08.123146 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 492 | 2024.12.12 04:04:08.123473 [ 264 ] {9c631456-0f16-4330-bc97-6d5f6eabf17a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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) | ||
| 493 | 2024.12.12 04:04:08.123544 [ 264 ] {9c631456-0f16-4330-bc97-6d5f6eabf17a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 494 | 2024.12.12 04:04:08.133658 [ 264 ] {9c631456-0f16-4330-bc97-6d5f6eabf17a} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Loading data parts | ||
| 495 | 2024.12.12 04:04:08.133805 [ 264 ] {9c631456-0f16-4330-bc97-6d5f6eabf17a} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): There are no data parts | ||
| 496 | 2024.12.12 04:04:08.135918 [ 264 ] {9c631456-0f16-4330-bc97-6d5f6eabf17a} <Debug> TCPHandler: Processed in 0.012830235 sec. | ||
| 497 | 2024.12.12 04:04:08.136120 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 498 | 2024.12.12 04:04:08.136451 [ 258 ] {1501359f-a947-4a8a-81d8-26b41378f1a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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) | ||
| 499 | 2024.12.12 04:04:08.136540 [ 258 ] {1501359f-a947-4a8a-81d8-26b41378f1a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 500 | 2024.12.12 04:04:08.140021 [ 258 ] {1501359f-a947-4a8a-81d8-26b41378f1a9} <Debug> oximeter.measurements_histogramf32 (9e04f6de-978f-4410-9194-1835f6374fce): Loading data parts | ||
| 501 | 2024.12.12 04:04:08.140193 [ 258 ] {1501359f-a947-4a8a-81d8-26b41378f1a9} <Debug> oximeter.measurements_histogramf32 (9e04f6de-978f-4410-9194-1835f6374fce): There are no data parts | ||
| 502 | 2024.12.12 04:04:08.141595 [ 258 ] {1501359f-a947-4a8a-81d8-26b41378f1a9} <Debug> TCPHandler: Processed in 0.005540175 sec. | ||
| 503 | 2024.12.12 04:04:08.141781 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 504 | 2024.12.12 04:04:08.142101 [ 264 ] {8c1adb0f-b1a0-4eb1-b712-3017e9e49526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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) | ||
| 505 | 2024.12.12 04:04:08.142171 [ 264 ] {8c1adb0f-b1a0-4eb1-b712-3017e9e49526} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 506 | 2024.12.12 04:04:08.149873 [ 264 ] {8c1adb0f-b1a0-4eb1-b712-3017e9e49526} <Debug> oximeter.measurements_histogramf64 (00e30ec8-6c5c-4c43-a195-21c708b60d00): Loading data parts | ||
| 507 | 2024.12.12 04:04:08.150018 [ 264 ] {8c1adb0f-b1a0-4eb1-b712-3017e9e49526} <Debug> oximeter.measurements_histogramf64 (00e30ec8-6c5c-4c43-a195-21c708b60d00): There are no data parts | ||
| 508 | 2024.12.12 04:04:08.151935 [ 264 ] {8c1adb0f-b1a0-4eb1-b712-3017e9e49526} <Debug> TCPHandler: Processed in 0.010212256 sec. | ||
| 509 | 2024.12.12 04:04:08.152149 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 510 | 2024.12.12 04:04:08.152399 [ 258 ] {aad9cb80-633d-4bbe-af4a-fd8073879181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) /* The field tables store named dimensions of each timeseries. | ||
| 511 | * | ||
| 512 | * As with the measurement tables, there is one field table for each field data | ||
| 513 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 514 | * this behavior **must not** be relied upon for query correctness. | ||
| 515 | * | ||
| 516 | * The index for the fields differs from the measurements, however. Rows are | ||
| 517 | * sorted by timeseries name, then field name, field value, and finally | ||
| 518 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 519 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 520 | * usually then used to look up measurements. | ||
| 521 | * | ||
| 522 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 523 | * timeseries name and then key, since it would improve lookups where one | ||
| 524 | * already has the key. Realistically though, these tables are quite small and | ||
| 525 | * so performance benefits will be low in absolute terms. | ||
| 526 | * | ||
| 527 | * TTL: We use a materialized column to expire old field table records. This | ||
| 528 | * column is generated automatically by the database whenever a new row is | ||
| 529 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 530 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 531 | * record will remain during a deduplication, which will have the last | ||
| 532 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 533 | * measurement tables. | ||
| 534 | */ | ||
| 535 | 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) | ||
| 536 | 2024.12.12 04:04:08.152481 [ 258 ] {aad9cb80-633d-4bbe-af4a-fd8073879181} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 537 | 2024.12.12 04:04:08.155948 [ 258 ] {aad9cb80-633d-4bbe-af4a-fd8073879181} <Debug> oximeter.fields_bool (edf912d2-757b-4a6a-9c85-42ce86702bcf): Loading data parts | ||
| 538 | 2024.12.12 04:04:08.156143 [ 258 ] {aad9cb80-633d-4bbe-af4a-fd8073879181} <Debug> oximeter.fields_bool (edf912d2-757b-4a6a-9c85-42ce86702bcf): There are no data parts | ||
| 539 | 2024.12.12 04:04:08.169864 [ 258 ] {aad9cb80-633d-4bbe-af4a-fd8073879181} <Debug> TCPHandler: Processed in 0.017790844 sec. | ||
| 540 | 2024.12.12 04:04:08.170088 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 541 | 2024.12.12 04:04:08.170333 [ 264 ] {087674eb-fe37-4731-b73a-3292c57cc995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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) | ||
| 542 | 2024.12.12 04:04:08.170393 [ 264 ] {087674eb-fe37-4731-b73a-3292c57cc995} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 543 | 2024.12.12 04:04:08.184456 [ 264 ] {087674eb-fe37-4731-b73a-3292c57cc995} <Debug> oximeter.fields_i8 (ddd30830-f4e6-45f6-b72e-5416033d31aa): Loading data parts | ||
| 544 | 2024.12.12 04:04:08.184661 [ 264 ] {087674eb-fe37-4731-b73a-3292c57cc995} <Debug> oximeter.fields_i8 (ddd30830-f4e6-45f6-b72e-5416033d31aa): There are no data parts | ||
| 545 | 2024.12.12 04:04:08.196980 [ 264 ] {087674eb-fe37-4731-b73a-3292c57cc995} <Debug> TCPHandler: Processed in 0.026950708 sec. | ||
| 546 | 2024.12.12 04:04:08.197234 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 547 | 2024.12.12 04:04:08.197485 [ 258 ] {596e9c26-3d0f-497e-b6c4-e19129015d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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) | ||
| 548 | 2024.12.12 04:04:08.197563 [ 258 ] {596e9c26-3d0f-497e-b6c4-e19129015d59} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 549 | 2024.12.12 04:04:08.210347 [ 258 ] {596e9c26-3d0f-497e-b6c4-e19129015d59} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Loading data parts | ||
| 550 | 2024.12.12 04:04:08.210561 [ 258 ] {596e9c26-3d0f-497e-b6c4-e19129015d59} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): There are no data parts | ||
| 551 | 2024.12.12 04:04:08.214948 [ 258 ] {596e9c26-3d0f-497e-b6c4-e19129015d59} <Debug> TCPHandler: Processed in 0.017799965 sec. | ||
| 552 | 2024.12.12 04:04:08.215198 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 553 | 2024.12.12 04:04:08.215465 [ 264 ] {b8d8480c-a142-400e-9805-15c4a2427602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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) | ||
| 554 | 2024.12.12 04:04:08.215528 [ 264 ] {b8d8480c-a142-400e-9805-15c4a2427602} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 555 | 2024.12.12 04:04:08.226794 [ 264 ] {b8d8480c-a142-400e-9805-15c4a2427602} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Loading data parts | ||
| 556 | 2024.12.12 04:04:08.226952 [ 264 ] {b8d8480c-a142-400e-9805-15c4a2427602} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): There are no data parts | ||
| 557 | 2024.12.12 04:04:08.238958 [ 264 ] {b8d8480c-a142-400e-9805-15c4a2427602} <Debug> TCPHandler: Processed in 0.023842095 sec. | ||
| 558 | 2024.12.12 04:04:08.239207 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 559 | 2024.12.12 04:04:08.239457 [ 258 ] {b44d28c1-685d-4617-ae26-bea96f928683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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) | ||
| 560 | 2024.12.12 04:04:08.239568 [ 258 ] {b44d28c1-685d-4617-ae26-bea96f928683} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 561 | 2024.12.12 04:04:08.255057 [ 258 ] {b44d28c1-685d-4617-ae26-bea96f928683} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Loading data parts | ||
| 562 | 2024.12.12 04:04:08.255306 [ 258 ] {b44d28c1-685d-4617-ae26-bea96f928683} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): There are no data parts | ||
| 563 | 2024.12.12 04:04:08.258662 [ 258 ] {b44d28c1-685d-4617-ae26-bea96f928683} <Debug> TCPHandler: Processed in 0.01952444 sec. | ||
| 564 | 2024.12.12 04:04:08.258930 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 565 | 2024.12.12 04:04:08.259217 [ 264 ] {8ea3c2fc-1abe-4698-a5e1-d38ba6e8b1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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) | ||
| 566 | 2024.12.12 04:04:08.259300 [ 264 ] {8ea3c2fc-1abe-4698-a5e1-d38ba6e8b1bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 567 | 2024.12.12 04:04:08.268580 [ 264 ] {8ea3c2fc-1abe-4698-a5e1-d38ba6e8b1bd} <Debug> oximeter.fields_i32 (68a5dfeb-42b3-44c4-a491-4a9e888643fc): Loading data parts | ||
| 568 | 2024.12.12 04:04:08.268740 [ 264 ] {8ea3c2fc-1abe-4698-a5e1-d38ba6e8b1bd} <Debug> oximeter.fields_i32 (68a5dfeb-42b3-44c4-a491-4a9e888643fc): There are no data parts | ||
| 569 | 2024.12.12 04:04:08.272226 [ 264 ] {8ea3c2fc-1abe-4698-a5e1-d38ba6e8b1bd} <Debug> TCPHandler: Processed in 0.013412777 sec. | ||
| 570 | 2024.12.12 04:04:08.272435 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 571 | 2024.12.12 04:04:08.272644 [ 258 ] {aa3e2635-0ce3-4e0a-b5ac-2aacbdbce4b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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.12.12 04:04:08.272733 [ 258 ] {aa3e2635-0ce3-4e0a-b5ac-2aacbdbce4b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 573 | 2024.12.12 04:04:08.284105 [ 258 ] {aa3e2635-0ce3-4e0a-b5ac-2aacbdbce4b5} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Loading data parts | ||
| 574 | 2024.12.12 04:04:08.284280 [ 258 ] {aa3e2635-0ce3-4e0a-b5ac-2aacbdbce4b5} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): There are no data parts | ||
| 575 | 2024.12.12 04:04:08.286367 [ 258 ] {aa3e2635-0ce3-4e0a-b5ac-2aacbdbce4b5} <Debug> TCPHandler: Processed in 0.013993765 sec. | ||
| 576 | 2024.12.12 04:04:08.286580 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 577 | 2024.12.12 04:04:08.286840 [ 264 ] {c5307296-9c99-4c78-89df-42ded143c21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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.12.12 04:04:08.286908 [ 264 ] {c5307296-9c99-4c78-89df-42ded143c21e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 579 | 2024.12.12 04:04:08.297985 [ 264 ] {c5307296-9c99-4c78-89df-42ded143c21e} <Debug> oximeter.fields_i64 (e702d3d5-fcf0-491f-80de-ad77f96fe420): Loading data parts | ||
| 580 | 2024.12.12 04:04:08.298234 [ 264 ] {c5307296-9c99-4c78-89df-42ded143c21e} <Debug> oximeter.fields_i64 (e702d3d5-fcf0-491f-80de-ad77f96fe420): There are no data parts | ||
| 581 | 2024.12.12 04:04:08.300596 [ 264 ] {c5307296-9c99-4c78-89df-42ded143c21e} <Debug> TCPHandler: Processed in 0.014082087 sec. | ||
| 582 | 2024.12.12 04:04:08.300797 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2024.12.12 04:04:08.301006 [ 258 ] {65be5eb2-f5ff-49b1-914f-038e456484ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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.12.12 04:04:08.301093 [ 258 ] {65be5eb2-f5ff-49b1-914f-038e456484ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 585 | 2024.12.12 04:04:08.303025 [ 258 ] {65be5eb2-f5ff-49b1-914f-038e456484ab} <Debug> oximeter.fields_u64 (7685d257-3f2f-4d16-8ed5-82284ea4a26c): Loading data parts | ||
| 586 | 2024.12.12 04:04:08.303221 [ 258 ] {65be5eb2-f5ff-49b1-914f-038e456484ab} <Debug> oximeter.fields_u64 (7685d257-3f2f-4d16-8ed5-82284ea4a26c): There are no data parts | ||
| 587 | 2024.12.12 04:04:08.315157 [ 258 ] {65be5eb2-f5ff-49b1-914f-038e456484ab} <Debug> TCPHandler: Processed in 0.014419297 sec. | ||
| 588 | 2024.12.12 04:04:08.315380 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 589 | 2024.12.12 04:04:08.315670 [ 264 ] {13a6aeb5-65f6-4085-ae71-adfd192475f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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.12.12 04:04:08.315753 [ 264 ] {13a6aeb5-65f6-4085-ae71-adfd192475f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 591 | 2024.12.12 04:04:08.318908 [ 264 ] {13a6aeb5-65f6-4085-ae71-adfd192475f3} <Debug> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Loading data parts | ||
| 592 | 2024.12.12 04:04:08.319106 [ 264 ] {13a6aeb5-65f6-4085-ae71-adfd192475f3} <Debug> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): There are no data parts | ||
| 593 | 2024.12.12 04:04:08.321693 [ 264 ] {13a6aeb5-65f6-4085-ae71-adfd192475f3} <Debug> TCPHandler: Processed in 0.006387187 sec. | ||
| 594 | 2024.12.12 04:04:08.321898 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2024.12.12 04:04:08.322147 [ 258 ] {d9615d95-aca7-43cb-a917-a8ecd602c4ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) 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.12.12 04:04:08.322247 [ 258 ] {d9615d95-aca7-43cb-a917-a8ecd602c4ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 597 | 2024.12.12 04:04:08.324237 [ 258 ] {d9615d95-aca7-43cb-a917-a8ecd602c4ce} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Loading data parts | ||
| 598 | 2024.12.12 04:04:08.324395 [ 258 ] {d9615d95-aca7-43cb-a917-a8ecd602c4ce} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): There are no data parts | ||
| 599 | 2024.12.12 04:04:08.331566 [ 258 ] {d9615d95-aca7-43cb-a917-a8ecd602c4ce} <Debug> TCPHandler: Processed in 0.009735424 sec. | ||
| 600 | 2024.12.12 04:04:08.331791 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 601 | 2024.12.12 04:04:08.332037 [ 264 ] {afc07814-e401-4480-ba05-3d424c3adb99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) 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.12.12 04:04:08.332128 [ 264 ] {afc07814-e401-4480-ba05-3d424c3adb99} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 603 | 2024.12.12 04:04:08.334568 [ 264 ] {afc07814-e401-4480-ba05-3d424c3adb99} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Loading data parts | ||
| 604 | 2024.12.12 04:04:08.334719 [ 264 ] {afc07814-e401-4480-ba05-3d424c3adb99} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): There are no data parts | ||
| 605 | 2024.12.12 04:04:08.337214 [ 264 ] {afc07814-e401-4480-ba05-3d424c3adb99} <Debug> TCPHandler: Processed in 0.005491204 sec. | ||
| 606 | 2024.12.12 04:04:08.337448 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2024.12.12 04:04:08.337825 [ 258 ] {7a76fe75-288c-4a93-a501-7caf48a19594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) /* 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.12.12 04:04:08.337933 [ 258 ] {7a76fe75-288c-4a93-a501-7caf48a19594} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 612 | 2024.12.12 04:04:08.339935 [ 258 ] {7a76fe75-288c-4a93-a501-7caf48a19594} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e): Loading data parts | ||
| 613 | 2024.12.12 04:04:08.340078 [ 258 ] {7a76fe75-288c-4a93-a501-7caf48a19594} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e): There are no data parts | ||
| 614 | 2024.12.12 04:04:08.349798 [ 258 ] {7a76fe75-288c-4a93-a501-7caf48a19594} <Debug> TCPHandler: Processed in 0.012416233 sec. | ||
| 615 | 2024.12.12 04:04:08.350062 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 616 | 2024.12.12 04:04:08.350296 [ 264 ] {cabdf3ae-513c-41ec-a138-164b17261dd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 617 | 2024.12.12 04:04:08.351531 [ 264 ] {cabdf3ae-513c-41ec-a138-164b17261dd9} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 618 | 2024.12.12 04:04:08.359506 [ 268 ] {cabdf3ae-513c-41ec-a138-164b17261dd9} <Trace> oximeter.version (82de9e6d-4d13-4914-9f57-88e4c794f14a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 619 | 2024.12.12 04:04:08.359563 [ 268 ] {cabdf3ae-513c-41ec-a138-164b17261dd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 620 | 2024.12.12 04:04:08.364144 [ 268 ] {cabdf3ae-513c-41ec-a138-164b17261dd9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 621 | 2024.12.12 04:04:08.364508 [ 268 ] {cabdf3ae-513c-41ec-a138-164b17261dd9} <Trace> oximeter.version (82de9e6d-4d13-4914-9f57-88e4c794f14a): 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.12.12 04:04:08.364825 [ 264 ] {cabdf3ae-513c-41ec-a138-164b17261dd9} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014623 sec., 68.3854202284073 rows/sec., 1.07 KiB/sec. | ||
| 623 | 2024.12.12 04:04:08.365108 [ 264 ] {cabdf3ae-513c-41ec-a138-164b17261dd9} <Debug> TCPHandler: Processed in 0.015116454 sec. | ||
| 624 | 2024.12.12 04:04:08.505609 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34229 | ||
| 625 | 2024.12.12 04:04:08.506695 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 626 | 2024.12.12 04:04:08.506787 [ 269 ] {} <Debug> TCP-Session: 6acfafc4-8358-4bae-bfcd-d2deb301f452 Authenticating user 'default' from [fd00:1122:3344:101::c]:34229 | ||
| 627 | 2024.12.12 04:04:08.506812 [ 269 ] {} <Debug> TCP-Session: 6acfafc4-8358-4bae-bfcd-d2deb301f452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.12.12 04:04:08.506825 [ 269 ] {} <Debug> TCP-Session: 6acfafc4-8358-4bae-bfcd-d2deb301f452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.12.12 04:04:08.506906 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 630 | 2024.12.12 04:04:08.506932 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 631 | 2024.12.12 04:04:08.506977 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 632 | 2024.12.12 04:04:08.507877 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41246 | ||
| 633 | 2024.12.12 04:04:08.507972 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42523 | ||
| 634 | 2024.12.12 04:04:08.508073 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2024.12.12 04:04:08.508089 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35896 | ||
| 636 | 2024.12.12 04:04:08.508268 [ 270 ] {} <Debug> TCP-Session: 9cc250a8-d579-42ca-b26e-223d4531a083 Authenticating user 'default' from [fd00:1122:3344:101::c]:41246 | ||
| 637 | 2024.12.12 04:04:08.508293 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 638 | 2024.12.12 04:04:08.508314 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61635 | ||
| 639 | 2024.12.12 04:04:08.508487 [ 271 ] {} <Debug> TCP-Session: bdaaa586-975a-4c34-9057-3200d0f32f8d Authenticating user 'default' from [fd00:1122:3344:101::c]:42523 | ||
| 640 | 2024.12.12 04:04:08.508505 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51445 | ||
| 641 | 2024.12.12 04:04:08.508499 [ 270 ] {} <Debug> TCP-Session: 9cc250a8-d579-42ca-b26e-223d4531a083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 642 | 2024.12.12 04:04:08.508485 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 643 | 2024.12.12 04:04:08.508724 [ 271 ] {} <Debug> TCP-Session: bdaaa586-975a-4c34-9057-3200d0f32f8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 644 | 2024.12.12 04:04:08.508756 [ 270 ] {} <Debug> TCP-Session: 9cc250a8-d579-42ca-b26e-223d4531a083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2024.12.12 04:04:08.508738 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 646 | 2024.12.12 04:04:08.508774 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54846 | ||
| 647 | 2024.12.12 04:04:08.508816 [ 271 ] {} <Debug> TCP-Session: bdaaa586-975a-4c34-9057-3200d0f32f8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2024.12.12 04:04:08.508575 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34502 | ||
| 649 | 2024.12.12 04:04:08.509007 [ 273 ] {} <Debug> TCP-Session: 4ca58ec6-c1c4-4efa-b139-12ba6fc99c2f Authenticating user 'default' from [fd00:1122:3344:101::c]:61635 | ||
| 650 | 2024.12.12 04:04:08.509042 [ 272 ] {} <Debug> TCP-Session: e47eb276-b271-48d8-bdf0-b1f8111cbcbc Authenticating user 'default' from [fd00:1122:3344:101::c]:35896 | ||
| 651 | 2024.12.12 04:04:08.509315 [ 272 ] {} <Debug> TCP-Session: e47eb276-b271-48d8-bdf0-b1f8111cbcbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2024.12.12 04:04:08.509361 [ 272 ] {} <Debug> TCP-Session: e47eb276-b271-48d8-bdf0-b1f8111cbcbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2024.12.12 04:04:08.509362 [ 273 ] {} <Debug> TCP-Session: 4ca58ec6-c1c4-4efa-b139-12ba6fc99c2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2024.12.12 04:04:08.509437 [ 273 ] {} <Debug> TCP-Session: 4ca58ec6-c1c4-4efa-b139-12ba6fc99c2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2024.12.12 04:04:08.510247 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 656 | 2024.12.12 04:04:08.510284 [ 274 ] {} <Debug> TCP-Session: 8516c59f-8b04-4282-936d-3d41e1f155a7 Authenticating user 'default' from [fd00:1122:3344:101::c]:51445 | ||
| 657 | 2024.12.12 04:04:08.510349 [ 274 ] {} <Debug> TCP-Session: 8516c59f-8b04-4282-936d-3d41e1f155a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2024.12.12 04:04:08.510363 [ 274 ] {} <Debug> TCP-Session: 8516c59f-8b04-4282-936d-3d41e1f155a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2024.12.12 04:04:08.510795 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 660 | 2024.12.12 04:04:08.510811 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 661 | 2024.12.12 04:04:08.510919 [ 276 ] {} <Debug> TCP-Session: 0012f31b-1d41-43ae-978c-4d910af54714 Authenticating user 'default' from [fd00:1122:3344:101::c]:54846 | ||
| 662 | 2024.12.12 04:04:08.510929 [ 275 ] {} <Debug> TCP-Session: 2fcf945b-62bd-43cc-b099-bf791cf31da2 Authenticating user 'default' from [fd00:1122:3344:101::c]:34502 | ||
| 663 | 2024.12.12 04:04:08.510951 [ 276 ] {} <Debug> TCP-Session: 0012f31b-1d41-43ae-978c-4d910af54714 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2024.12.12 04:04:08.511025 [ 275 ] {} <Debug> TCP-Session: 2fcf945b-62bd-43cc-b099-bf791cf31da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.12.12 04:04:08.511035 [ 276 ] {} <Debug> TCP-Session: 0012f31b-1d41-43ae-978c-4d910af54714 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.12.12 04:04:08.511055 [ 275 ] {} <Debug> TCP-Session: 2fcf945b-62bd-43cc-b099-bf791cf31da2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2024.12.12 04:04:09.000369 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.27 MiB, peak 136.27 MiB, free memory in arenas 0.00 B, will set to 140.36 MiB (RSS), difference: 4.09 MiB | ||
| 668 | 2024.12.12 04:04:09.374262 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47505 | ||
| 669 | 2024.12.12 04:04:09.375875 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 670 | 2024.12.12 04:04:09.375926 [ 277 ] {} <Debug> TCP-Session: 3c4f2b6e-d6e8-49cf-94ee-892f6bbb22a4 Authenticating user 'default' from [fd00:1122:3344:101::a]:47505 | ||
| 671 | 2024.12.12 04:04:09.375954 [ 277 ] {} <Debug> TCP-Session: 3c4f2b6e-d6e8-49cf-94ee-892f6bbb22a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2024.12.12 04:04:09.376088 [ 277 ] {} <Debug> TCP-Session: 3c4f2b6e-d6e8-49cf-94ee-892f6bbb22a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 673 | 2024.12.12 04:04:09.376173 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 674 | 2024.12.12 04:04:09.376205 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 675 | 2024.12.12 04:04:09.376377 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 676 | 2024.12.12 04:04:09.377778 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47310 | ||
| 677 | 2024.12.12 04:04:09.378084 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2024.12.12 04:04:09.378087 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41092 | ||
| 679 | 2024.12.12 04:04:09.378107 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43277 | ||
| 680 | 2024.12.12 04:04:09.378143 [ 278 ] {} <Debug> TCP-Session: 861b293d-6f49-4bc9-9838-5856083d2e28 Authenticating user 'default' from [fd00:1122:3344:101::a]:47310 | ||
| 681 | 2024.12.12 04:04:09.378196 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50858 | ||
| 682 | 2024.12.12 04:04:09.378391 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 683 | 2024.12.12 04:04:09.378405 [ 278 ] {} <Debug> TCP-Session: 861b293d-6f49-4bc9-9838-5856083d2e28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 684 | 2024.12.12 04:04:09.378690 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43746 | ||
| 685 | 2024.12.12 04:04:09.378701 [ 278 ] {} <Debug> TCP-Session: 861b293d-6f49-4bc9-9838-5856083d2e28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2024.12.12 04:04:09.378711 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62988 | ||
| 687 | 2024.12.12 04:04:09.378783 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 688 | 2024.12.12 04:04:09.378919 [ 280 ] {} <Debug> TCP-Session: 5b3f8f04-165c-474e-a478-4b7c589cb191 Authenticating user 'default' from [fd00:1122:3344:101::a]:41092 | ||
| 689 | 2024.12.12 04:04:09.379101 [ 279 ] {} <Debug> TCP-Session: 2b4ea554-0b0f-4dc1-88e9-3cf6b59b58db Authenticating user 'default' from [fd00:1122:3344:101::a]:43277 | ||
| 690 | 2024.12.12 04:04:09.379110 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46033 | ||
| 691 | 2024.12.12 04:04:09.379305 [ 280 ] {} <Debug> TCP-Session: 5b3f8f04-165c-474e-a478-4b7c589cb191 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2024.12.12 04:04:09.379295 [ 279 ] {} <Debug> TCP-Session: 2b4ea554-0b0f-4dc1-88e9-3cf6b59b58db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.12.12 04:04:09.379242 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 694 | 2024.12.12 04:04:09.379460 [ 279 ] {} <Debug> TCP-Session: 2b4ea554-0b0f-4dc1-88e9-3cf6b59b58db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2024.12.12 04:04:09.379591 [ 280 ] {} <Debug> TCP-Session: 5b3f8f04-165c-474e-a478-4b7c589cb191 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2024.12.12 04:04:09.379660 [ 282 ] {} <Debug> TCP-Session: 279fefe8-f4c2-4239-802e-ffff156049e7 Authenticating user 'default' from [fd00:1122:3344:101::a]:62988 | ||
| 697 | 2024.12.12 04:04:09.379707 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 698 | 2024.12.12 04:04:09.379799 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2024.12.12 04:04:09.379880 [ 284 ] {} <Debug> TCP-Session: 707793af-47d4-4e0d-82de-5f69f8098d2a Authenticating user 'default' from [fd00:1122:3344:101::a]:46033 | ||
| 700 | 2024.12.12 04:04:09.379912 [ 282 ] {} <Debug> TCP-Session: 279fefe8-f4c2-4239-802e-ffff156049e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.12.12 04:04:09.379900 [ 283 ] {} <Debug> TCP-Session: a3c67f98-23be-4a51-99e9-d58d265e4d40 Authenticating user 'default' from [fd00:1122:3344:101::a]:43746 | ||
| 702 | 2024.12.12 04:04:09.380010 [ 284 ] {} <Debug> TCP-Session: 707793af-47d4-4e0d-82de-5f69f8098d2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2024.12.12 04:04:09.380109 [ 282 ] {} <Debug> TCP-Session: 279fefe8-f4c2-4239-802e-ffff156049e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2024.12.12 04:04:09.380124 [ 283 ] {} <Debug> TCP-Session: a3c67f98-23be-4a51-99e9-d58d265e4d40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.12.12 04:04:09.380152 [ 284 ] {} <Debug> TCP-Session: 707793af-47d4-4e0d-82de-5f69f8098d2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.12.12 04:04:09.380261 [ 283 ] {} <Debug> TCP-Session: a3c67f98-23be-4a51-99e9-d58d265e4d40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2024.12.12 04:04:09.382409 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 708 | 2024.12.12 04:04:09.382469 [ 281 ] {} <Debug> TCP-Session: fac7ea3c-167a-436d-b1ee-939bafc2b79d Authenticating user 'default' from [fd00:1122:3344:101::a]:50858 | ||
| 709 | 2024.12.12 04:04:09.382497 [ 281 ] {} <Debug> TCP-Session: fac7ea3c-167a-436d-b1ee-939bafc2b79d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.12.12 04:04:09.382672 [ 281 ] {} <Debug> TCP-Session: fac7ea3c-167a-436d-b1ee-939bafc2b79d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 711 | 2024.12.12 04:04:09.627295 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38022 | ||
| 712 | 2024.12.12 04:04:09.628573 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 713 | 2024.12.12 04:04:09.629009 [ 285 ] {} <Debug> TCP-Session: 209874f7-e9df-4e61-8591-382aca1d2a5d Authenticating user 'default' from [fd00:1122:3344:101::b]:38022 | ||
| 714 | 2024.12.12 04:04:09.629068 [ 285 ] {} <Debug> TCP-Session: 209874f7-e9df-4e61-8591-382aca1d2a5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 715 | 2024.12.12 04:04:09.629088 [ 285 ] {} <Debug> TCP-Session: 209874f7-e9df-4e61-8591-382aca1d2a5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 716 | 2024.12.12 04:04:09.629394 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 717 | 2024.12.12 04:04:09.629441 [ 285 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 718 | 2024.12.12 04:04:09.629617 [ 285 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 719 | 2024.12.12 04:04:09.631467 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51540 | ||
| 720 | 2024.12.12 04:04:09.631593 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45997 | ||
| 721 | 2024.12.12 04:04:09.632014 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39538 | ||
| 722 | 2024.12.12 04:04:09.632067 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 723 | 2024.12.12 04:04:09.632073 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 724 | 2024.12.12 04:04:09.632142 [ 287 ] {} <Debug> TCP-Session: a46b593e-8a76-490c-9d4c-448f80982506 Authenticating user 'default' from [fd00:1122:3344:101::b]:45997 | ||
| 725 | 2024.12.12 04:04:09.632300 [ 286 ] {} <Debug> TCP-Session: 266d28a0-852a-4273-b7a4-d46fea0a09cb Authenticating user 'default' from [fd00:1122:3344:101::b]:51540 | ||
| 726 | 2024.12.12 04:04:09.632316 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 727 | 2024.12.12 04:04:09.632383 [ 286 ] {} <Debug> TCP-Session: 266d28a0-852a-4273-b7a4-d46fea0a09cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 728 | 2024.12.12 04:04:09.632378 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41598 | ||
| 729 | 2024.12.12 04:04:09.632365 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52286 | ||
| 730 | 2024.12.12 04:04:09.632469 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35994 | ||
| 731 | 2024.12.12 04:04:09.632499 [ 288 ] {} <Debug> TCP-Session: b3ecb145-af0f-4a95-99b1-27f650a23780 Authenticating user 'default' from [fd00:1122:3344:101::b]:39538 | ||
| 732 | 2024.12.12 04:04:09.632361 [ 287 ] {} <Debug> TCP-Session: a46b593e-8a76-490c-9d4c-448f80982506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 733 | 2024.12.12 04:04:09.632790 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64622 | ||
| 734 | 2024.12.12 04:04:09.632793 [ 286 ] {} <Debug> TCP-Session: 266d28a0-852a-4273-b7a4-d46fea0a09cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 735 | 2024.12.12 04:04:09.632902 [ 287 ] {} <Debug> TCP-Session: a46b593e-8a76-490c-9d4c-448f80982506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 736 | 2024.12.12 04:04:09.632915 [ 288 ] {} <Debug> TCP-Session: b3ecb145-af0f-4a95-99b1-27f650a23780 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2024.12.12 04:04:09.633115 [ 288 ] {} <Debug> TCP-Session: b3ecb145-af0f-4a95-99b1-27f650a23780 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 738 | 2024.12.12 04:04:09.633392 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 739 | 2024.12.12 04:04:09.633418 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 740 | 2024.12.12 04:04:09.633459 [ 289 ] {} <Debug> TCP-Session: 22dc7414-8f02-4c2b-a2ad-33a3d81b1a7d Authenticating user 'default' from [fd00:1122:3344:101::b]:52286 | ||
| 741 | 2024.12.12 04:04:09.633477 [ 292 ] {} <Debug> TCP-Session: fd32fc5a-5abc-4a0b-a218-fcc29fdc3af4 Authenticating user 'default' from [fd00:1122:3344:101::b]:64622 | ||
| 742 | 2024.12.12 04:04:09.633653 [ 289 ] {} <Debug> TCP-Session: 22dc7414-8f02-4c2b-a2ad-33a3d81b1a7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2024.12.12 04:04:09.633662 [ 292 ] {} <Debug> TCP-Session: fd32fc5a-5abc-4a0b-a218-fcc29fdc3af4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2024.12.12 04:04:09.633685 [ 289 ] {} <Debug> TCP-Session: 22dc7414-8f02-4c2b-a2ad-33a3d81b1a7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 745 | 2024.12.12 04:04:09.633829 [ 292 ] {} <Debug> TCP-Session: fd32fc5a-5abc-4a0b-a218-fcc29fdc3af4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 746 | 2024.12.12 04:04:09.634813 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 747 | 2024.12.12 04:04:09.635502 [ 290 ] {} <Debug> TCP-Session: 81f2c606-4a99-443d-ae3e-71b0e4a12b0e Authenticating user 'default' from [fd00:1122:3344:101::b]:41598 | ||
| 748 | 2024.12.12 04:04:09.635511 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 749 | 2024.12.12 04:04:09.635536 [ 290 ] {} <Debug> TCP-Session: 81f2c606-4a99-443d-ae3e-71b0e4a12b0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 750 | 2024.12.12 04:04:09.635571 [ 291 ] {} <Debug> TCP-Session: 67356029-b75e-4b5f-86f8-bdd68f52f04d Authenticating user 'default' from [fd00:1122:3344:101::b]:35994 | ||
| 751 | 2024.12.12 04:04:09.635636 [ 290 ] {} <Debug> TCP-Session: 81f2c606-4a99-443d-ae3e-71b0e4a12b0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2024.12.12 04:04:09.635663 [ 291 ] {} <Debug> TCP-Session: 67356029-b75e-4b5f-86f8-bdd68f52f04d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2024.12.12 04:04:09.635831 [ 291 ] {} <Debug> TCP-Session: 67356029-b75e-4b5f-86f8-bdd68f52f04d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2024.12.12 04:04:14.201825 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 755 | 2024.12.12 04:04:14.201886 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 756 | 2024.12.12 04:04:14.201939 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 757 | 2024.12.12 04:04:14.201984 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 758 | 2024.12.12 04:04:14.213704 [ 244 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Loading data parts | ||
| 759 | 2024.12.12 04:04:14.214237 [ 244 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): There are no data parts | ||
| 760 | 2024.12.12 04:04:14.227594 [ 243 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Loading data parts | ||
| 761 | 2024.12.12 04:04:14.227890 [ 243 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): There are no data parts | ||
| 762 | 2024.12.12 04:04:14.233077 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 763 | 2024.12.12 04:04:14.233170 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 764 | 2024.12.12 04:04:14.235209 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 765 | 2024.12.12 04:04:14.235750 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 766 | 2024.12.12 04:04:14.235938 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 767 | 2024.12.12 04:04:14.263688 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 768 | 2024.12.12 04:04:14.263740 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 769 | 2024.12.12 04:04:14.271161 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 770 | 2024.12.12 04:04:14.272340 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 771 | 2024.12.12 04:04:14.274652 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 772 | 2024.12.12 04:04:15.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.40 MiB, peak 150.40 MiB, free memory in arenas 0.00 B, will set to 151.20 MiB (RSS), difference: 4.80 MiB | ||
| 773 | 2024.12.12 04:04:16.701792 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 774 | 2024.12.12 04:04:16.701912 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 775 | 2024.12.12 04:04:16.710887 [ 242 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Loading data parts | ||
| 776 | 2024.12.12 04:04:16.711154 [ 242 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): There are no data parts | ||
| 777 | 2024.12.12 04:04:16.717342 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 778 | 2024.12.12 04:04:16.717379 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 779 | 2024.12.12 04:04:16.719185 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 780 | 2024.12.12 04:04:16.719747 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 781 | 2024.12.12 04:04:16.720225 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 782 | 2024.12.12 04:04:17.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.38 MiB, peak 155.38 MiB, free memory in arenas 0.00 B, will set to 151.65 MiB (RSS), difference: -3.73 MiB | ||
| 783 | 2024.12.12 04:04:21.661282 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 784 | 2024.12.12 04:04:21.661343 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 785 | 2024.12.12 04:04:21.736048 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 786 | 2024.12.12 04:04:21.737043 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 787 | 2024.12.12 04:04:21.737092 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 788 | 2024.12.12 04:04:21.739373 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 789 | 2024.12.12 04:04:21.739965 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 790 | 2024.12.12 04:04:21.740281 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 791 | 2024.12.12 04:04:21.774733 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 792 | 2024.12.12 04:04:21.796100 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 793 | 2024.12.12 04:04:21.796156 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 794 | 2024.12.12 04:04:21.803043 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 795 | 2024.12.12 04:04:21.804316 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 796 | 2024.12.12 04:04:21.806632 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 797 | 2024.12.12 04:04:22.000209 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.32 MiB, peak 156.32 MiB, free memory in arenas 0.00 B, will set to 154.28 MiB (RSS), difference: 1.96 MiB | ||
| 798 | 2024.12.12 04:04:27.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.29 MiB, peak 156.32 MiB, free memory in arenas 0.00 B, will set to 154.31 MiB (RSS), difference: 4.02 MiB | ||
| 799 | 2024.12.12 04:04:28.374572 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 800 | 2024.12.12 04:04:28.374773 [ 258 ] {502c29eb-8380-45af-8d8f-dd772d498c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 801 | 2024.12.12 04:04:28.377160 [ 258 ] {502c29eb-8380-45af-8d8f-dd772d498c89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 802 | 2024.12.12 04:04:28.379365 [ 258 ] {502c29eb-8380-45af-8d8f-dd772d498c89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 803 | 2024.12.12 04:04:28.384293 [ 258 ] {502c29eb-8380-45af-8d8f-dd772d498c89} <Debug> TCPHandler: Processed in 0.009869378 sec. | ||
| 804 | 2024.12.12 04:04:28.393916 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 805 | 2024.12.12 04:04:28.394174 [ 264 ] {7581aff4-bbbb-4cdf-9a83-161fa1e06b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 806 | 2024.12.12 04:04:28.398245 [ 264 ] {7581aff4-bbbb-4cdf-9a83-161fa1e06b4e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 807 | 2024.12.12 04:04:28.398326 [ 264 ] {7581aff4-bbbb-4cdf-9a83-161fa1e06b4e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 808 | 2024.12.12 04:04:28.398922 [ 264 ] {7581aff4-bbbb-4cdf-9a83-161fa1e06b4e} <Debug> TCPHandler: Processed in 0.005149785 sec. | ||
| 809 | 2024.12.12 04:04:28.399196 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 810 | 2024.12.12 04:04:28.399397 [ 258 ] {5db3ac23-6887-4499-8099-01ebf85baa64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 811 | 2024.12.12 04:04:28.401858 [ 258 ] {5db3ac23-6887-4499-8099-01ebf85baa64} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 812 | 2024.12.12 04:04:28.401920 [ 258 ] {5db3ac23-6887-4499-8099-01ebf85baa64} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 813 | 2024.12.12 04:04:28.402448 [ 258 ] {5db3ac23-6887-4499-8099-01ebf85baa64} <Debug> TCPHandler: Processed in 0.003324896 sec. | ||
| 814 | 2024.12.12 04:04:28.402874 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 815 | 2024.12.12 04:04:28.403065 [ 264 ] {363d6b90-98a4-42ac-ab6b-6ee4c5c76929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 816 | 2024.12.12 04:04:28.403448 [ 264 ] {363d6b90-98a4-42ac-ab6b-6ee4c5c76929} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 817 | 2024.12.12 04:04:28.403504 [ 264 ] {363d6b90-98a4-42ac-ab6b-6ee4c5c76929} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 818 | 2024.12.12 04:04:28.404036 [ 264 ] {363d6b90-98a4-42ac-ab6b-6ee4c5c76929} <Debug> TCPHandler: Processed in 0.001231892 sec. | ||
| 819 | 2024.12.12 04:04:28.404421 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 820 | 2024.12.12 04:04:28.404574 [ 258 ] {0bb58bf2-0232-4b31-8759-861283f81d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 821 | 2024.12.12 04:04:28.404940 [ 258 ] {0bb58bf2-0232-4b31-8759-861283f81d25} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 822 | 2024.12.12 04:04:28.405003 [ 258 ] {0bb58bf2-0232-4b31-8759-861283f81d25} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 823 | 2024.12.12 04:04:28.405478 [ 258 ] {0bb58bf2-0232-4b31-8759-861283f81d25} <Debug> TCPHandler: Processed in 0.001112709 sec. | ||
| 824 | 2024.12.12 04:04:28.406255 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 825 | 2024.12.12 04:04:28.406407 [ 264 ] {4ab101a4-ee00-4941-b53a-edd61c92c2dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 826 | 2024.12.12 04:04:28.406771 [ 264 ] {4ab101a4-ee00-4941-b53a-edd61c92c2dd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 827 | 2024.12.12 04:04:28.406827 [ 264 ] {4ab101a4-ee00-4941-b53a-edd61c92c2dd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 828 | 2024.12.12 04:04:28.407326 [ 264 ] {4ab101a4-ee00-4941-b53a-edd61c92c2dd} <Debug> TCPHandler: Processed in 0.001127779 sec. | ||
| 829 | 2024.12.12 04:04:28.407611 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 830 | 2024.12.12 04:04:28.407763 [ 258 ] {885e6947-bcbb-40d7-9bdd-bf9300cb3082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 831 | 2024.12.12 04:04:28.408132 [ 258 ] {885e6947-bcbb-40d7-9bdd-bf9300cb3082} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 832 | 2024.12.12 04:04:28.408188 [ 258 ] {885e6947-bcbb-40d7-9bdd-bf9300cb3082} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 833 | 2024.12.12 04:04:28.408646 [ 258 ] {885e6947-bcbb-40d7-9bdd-bf9300cb3082} <Debug> TCPHandler: Processed in 0.001090899 sec. | ||
| 834 | 2024.12.12 04:04:28.408903 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 835 | 2024.12.12 04:04:28.409055 [ 264 ] {e0d5b39d-8780-4bde-8b3e-59f0cbded544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 836 | 2024.12.12 04:04:28.409487 [ 264 ] {e0d5b39d-8780-4bde-8b3e-59f0cbded544} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 837 | 2024.12.12 04:04:28.409555 [ 264 ] {e0d5b39d-8780-4bde-8b3e-59f0cbded544} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 838 | 2024.12.12 04:04:28.410153 [ 264 ] {e0d5b39d-8780-4bde-8b3e-59f0cbded544} <Debug> TCPHandler: Processed in 0.001309434 sec. | ||
| 839 | 2024.12.12 04:04:28.410420 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 840 | 2024.12.12 04:04:28.410568 [ 258 ] {e5af80a9-f8aa-472c-8fea-0d791e5291f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 841 | 2024.12.12 04:04:28.410912 [ 258 ] {e5af80a9-f8aa-472c-8fea-0d791e5291f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 842 | 2024.12.12 04:04:28.410966 [ 258 ] {e5af80a9-f8aa-472c-8fea-0d791e5291f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 843 | 2024.12.12 04:04:28.411504 [ 258 ] {e5af80a9-f8aa-472c-8fea-0d791e5291f4} <Debug> TCPHandler: Processed in 0.001142167 sec. | ||
| 844 | 2024.12.12 04:04:28.411792 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 845 | 2024.12.12 04:04:28.411946 [ 264 ] {d301be4d-8563-492a-b143-9a7b1abab2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 846 | 2024.12.12 04:04:28.412310 [ 264 ] {d301be4d-8563-492a-b143-9a7b1abab2b3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 847 | 2024.12.12 04:04:28.412365 [ 264 ] {d301be4d-8563-492a-b143-9a7b1abab2b3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 848 | 2024.12.12 04:04:28.412868 [ 264 ] {d301be4d-8563-492a-b143-9a7b1abab2b3} <Debug> TCPHandler: Processed in 0.00112887 sec. | ||
| 849 | 2024.12.12 04:04:28.413149 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 850 | 2024.12.12 04:04:28.413313 [ 258 ] {a507b913-6d67-47e9-83b1-c9396057629d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 851 | 2024.12.12 04:04:28.413709 [ 258 ] {a507b913-6d67-47e9-83b1-c9396057629d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 852 | 2024.12.12 04:04:28.413768 [ 258 ] {a507b913-6d67-47e9-83b1-c9396057629d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 853 | 2024.12.12 04:04:28.414277 [ 258 ] {a507b913-6d67-47e9-83b1-c9396057629d} <Debug> TCPHandler: Processed in 0.001188861 sec. | ||
| 854 | 2024.12.12 04:04:28.414550 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 855 | 2024.12.12 04:04:28.414712 [ 264 ] {530a7d83-3368-4089-b2bd-0692201a57c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 856 | 2024.12.12 04:04:28.415121 [ 264 ] {530a7d83-3368-4089-b2bd-0692201a57c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 857 | 2024.12.12 04:04:28.415177 [ 264 ] {530a7d83-3368-4089-b2bd-0692201a57c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 858 | 2024.12.12 04:04:28.415697 [ 264 ] {530a7d83-3368-4089-b2bd-0692201a57c6} <Debug> TCPHandler: Processed in 0.001204402 sec. | ||
| 859 | 2024.12.12 04:04:28.416003 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 860 | 2024.12.12 04:04:28.416178 [ 258 ] {0b90516c-3434-4aca-a64c-f87794122d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 861 | 2024.12.12 04:04:28.416585 [ 258 ] {0b90516c-3434-4aca-a64c-f87794122d3a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 862 | 2024.12.12 04:04:28.416644 [ 258 ] {0b90516c-3434-4aca-a64c-f87794122d3a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 863 | 2024.12.12 04:04:28.417130 [ 258 ] {0b90516c-3434-4aca-a64c-f87794122d3a} <Debug> TCPHandler: Processed in 0.001187362 sec. | ||
| 864 | 2024.12.12 04:04:28.417379 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 865 | 2024.12.12 04:04:28.417542 [ 264 ] {ba6c5481-1236-4c8a-b652-fa61b97abd17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 866 | 2024.12.12 04:04:28.417936 [ 264 ] {ba6c5481-1236-4c8a-b652-fa61b97abd17} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 867 | 2024.12.12 04:04:28.418001 [ 264 ] {ba6c5481-1236-4c8a-b652-fa61b97abd17} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 868 | 2024.12.12 04:04:28.418509 [ 264 ] {ba6c5481-1236-4c8a-b652-fa61b97abd17} <Debug> TCPHandler: Processed in 0.001184941 sec. | ||
| 869 | 2024.12.12 04:04:28.418774 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 870 | 2024.12.12 04:04:28.418940 [ 258 ] {379e9537-890b-4126-b0a1-454533130df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 871 | 2024.12.12 04:04:28.419346 [ 258 ] {379e9537-890b-4126-b0a1-454533130df2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 872 | 2024.12.12 04:04:28.419403 [ 258 ] {379e9537-890b-4126-b0a1-454533130df2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 873 | 2024.12.12 04:04:28.419876 [ 258 ] {379e9537-890b-4126-b0a1-454533130df2} <Debug> TCPHandler: Processed in 0.00115541 sec. | ||
| 874 | 2024.12.12 04:04:28.420125 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 875 | 2024.12.12 04:04:28.420287 [ 264 ] {64abd344-bb7e-4d02-bf88-d7258f116770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 876 | 2024.12.12 04:04:28.420686 [ 264 ] {64abd344-bb7e-4d02-bf88-d7258f116770} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 877 | 2024.12.12 04:04:28.420742 [ 264 ] {64abd344-bb7e-4d02-bf88-d7258f116770} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 878 | 2024.12.12 04:04:28.421265 [ 264 ] {64abd344-bb7e-4d02-bf88-d7258f116770} <Debug> TCPHandler: Processed in 0.001196531 sec. | ||
| 879 | 2024.12.12 04:04:28.421505 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 880 | 2024.12.12 04:04:28.421669 [ 258 ] {12d13f84-ee11-430e-8817-8bf560b0fbba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 881 | 2024.12.12 04:04:28.422076 [ 258 ] {12d13f84-ee11-430e-8817-8bf560b0fbba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 882 | 2024.12.12 04:04:28.422133 [ 258 ] {12d13f84-ee11-430e-8817-8bf560b0fbba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 883 | 2024.12.12 04:04:28.422615 [ 258 ] {12d13f84-ee11-430e-8817-8bf560b0fbba} <Debug> TCPHandler: Processed in 0.001163561 sec. | ||
| 884 | 2024.12.12 04:04:28.422878 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 885 | 2024.12.12 04:04:28.423056 [ 264 ] {45df828a-f317-4a88-b5c5-c5140cd4901b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 886 | 2024.12.12 04:04:28.423472 [ 264 ] {45df828a-f317-4a88-b5c5-c5140cd4901b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 887 | 2024.12.12 04:04:28.423528 [ 264 ] {45df828a-f317-4a88-b5c5-c5140cd4901b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 888 | 2024.12.12 04:04:28.424042 [ 264 ] {45df828a-f317-4a88-b5c5-c5140cd4901b} <Debug> TCPHandler: Processed in 0.001221612 sec. | ||
| 889 | 2024.12.12 04:04:28.424279 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 890 | 2024.12.12 04:04:28.424448 [ 258 ] {44799349-f5d4-43f5-86f1-835e522396af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 891 | 2024.12.12 04:04:28.424861 [ 258 ] {44799349-f5d4-43f5-86f1-835e522396af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 892 | 2024.12.12 04:04:28.424917 [ 258 ] {44799349-f5d4-43f5-86f1-835e522396af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 893 | 2024.12.12 04:04:28.425398 [ 258 ] {44799349-f5d4-43f5-86f1-835e522396af} <Debug> TCPHandler: Processed in 0.00117268 sec. | ||
| 894 | 2024.12.12 04:04:28.430110 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 895 | 2024.12.12 04:04:28.430244 [ 264 ] {371d2bce-f1f4-49f3-b546-899006a1acfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 896 | 2024.12.12 04:04:28.430296 [ 264 ] {371d2bce-f1f4-49f3-b546-899006a1acfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 897 | 2024.12.12 04:04:28.431077 [ 264 ] {371d2bce-f1f4-49f3-b546-899006a1acfe} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 898 | 2024.12.12 04:04:28.431125 [ 264 ] {371d2bce-f1f4-49f3-b546-899006a1acfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 899 | 2024.12.12 04:04:28.431782 [ 264 ] {371d2bce-f1f4-49f3-b546-899006a1acfe} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 900 | 2024.12.12 04:04:28.432182 [ 264 ] {371d2bce-f1f4-49f3-b546-899006a1acfe} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 901 | 2024.12.12 04:04:28.432405 [ 264 ] {371d2bce-f1f4-49f3-b546-899006a1acfe} <Debug> executeQuery: Read 19 rows, 2.54 KiB in 0.002196 sec., 8652.094717668488 rows/sec., 1.13 MiB/sec. | ||
| 902 | 2024.12.12 04:04:28.432508 [ 264 ] {371d2bce-f1f4-49f3-b546-899006a1acfe} <Debug> TCPHandler: Processed in 0.002458624 sec. | ||
| 903 | 2024.12.12 04:04:28.432672 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 904 | 2024.12.12 04:04:28.432823 [ 258 ] {3d260fa9-3d3d-465a-b1dd-7c601f730c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 905 | 2024.12.12 04:04:28.432881 [ 258 ] {3d260fa9-3d3d-465a-b1dd-7c601f730c8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 906 | 2024.12.12 04:04:28.434781 [ 258 ] {3d260fa9-3d3d-465a-b1dd-7c601f730c8b} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 907 | 2024.12.12 04:04:28.434828 [ 258 ] {3d260fa9-3d3d-465a-b1dd-7c601f730c8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 908 | 2024.12.12 04:04:28.435406 [ 258 ] {3d260fa9-3d3d-465a-b1dd-7c601f730c8b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 909 | 2024.12.12 04:04:28.435901 [ 258 ] {3d260fa9-3d3d-465a-b1dd-7c601f730c8b} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 910 | 2024.12.12 04:04:28.436171 [ 258 ] {3d260fa9-3d3d-465a-b1dd-7c601f730c8b} <Debug> executeQuery: Read 51 rows, 4.44 KiB in 0.003387 sec., 15057.573073516387 rows/sec., 1.28 MiB/sec. | ||
| 911 | 2024.12.12 04:04:28.436336 [ 258 ] {3d260fa9-3d3d-465a-b1dd-7c601f730c8b} <Debug> TCPHandler: Processed in 0.003729507 sec. | ||
| 912 | 2024.12.12 04:04:28.436492 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 913 | 2024.12.12 04:04:28.436613 [ 264 ] {004ea172-de7a-4454-885e-c86f95e731c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 914 | 2024.12.12 04:04:28.436662 [ 264 ] {004ea172-de7a-4454-885e-c86f95e731c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 915 | 2024.12.12 04:04:28.437293 [ 264 ] {004ea172-de7a-4454-885e-c86f95e731c8} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 916 | 2024.12.12 04:04:28.437330 [ 264 ] {004ea172-de7a-4454-885e-c86f95e731c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 917 | 2024.12.12 04:04:28.437803 [ 264 ] {004ea172-de7a-4454-885e-c86f95e731c8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 918 | 2024.12.12 04:04:28.438316 [ 264 ] {004ea172-de7a-4454-885e-c86f95e731c8} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 919 | 2024.12.12 04:04:28.438548 [ 264 ] {004ea172-de7a-4454-885e-c86f95e731c8} <Debug> executeQuery: Read 12 rows, 924.00 B in 0.001962 sec., 6116.207951070336 rows/sec., 459.91 KiB/sec. | ||
| 920 | 2024.12.12 04:04:28.438604 [ 264 ] {004ea172-de7a-4454-885e-c86f95e731c8} <Debug> TCPHandler: Processed in 0.002168777 sec. | ||
| 921 | 2024.12.12 04:04:28.438768 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 922 | 2024.12.12 04:04:28.438897 [ 258 ] {af291d38-522e-46ad-a6eb-6a2c5daa5bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 923 | 2024.12.12 04:04:28.438947 [ 258 ] {af291d38-522e-46ad-a6eb-6a2c5daa5bb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 924 | 2024.12.12 04:04:28.439528 [ 258 ] {af291d38-522e-46ad-a6eb-6a2c5daa5bb6} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 925 | 2024.12.12 04:04:28.439570 [ 258 ] {af291d38-522e-46ad-a6eb-6a2c5daa5bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 926 | 2024.12.12 04:04:28.440093 [ 258 ] {af291d38-522e-46ad-a6eb-6a2c5daa5bb6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 927 | 2024.12.12 04:04:28.440569 [ 258 ] {af291d38-522e-46ad-a6eb-6a2c5daa5bb6} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 928 | 2024.12.12 04:04:28.440794 [ 258 ] {af291d38-522e-46ad-a6eb-6a2c5daa5bb6} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001925 sec., 519.4805194805194 rows/sec., 34.50 KiB/sec. | ||
| 929 | 2024.12.12 04:04:28.440853 [ 258 ] {af291d38-522e-46ad-a6eb-6a2c5daa5bb6} <Debug> TCPHandler: Processed in 0.002145206 sec. | ||
| 930 | 2024.12.12 04:04:28.441021 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 931 | 2024.12.12 04:04:28.441139 [ 264 ] {01edeca3-81f1-4f94-ae6b-7b86875c5369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 932 | 2024.12.12 04:04:28.441188 [ 264 ] {01edeca3-81f1-4f94-ae6b-7b86875c5369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 933 | 2024.12.12 04:04:28.441779 [ 264 ] {01edeca3-81f1-4f94-ae6b-7b86875c5369} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 934 | 2024.12.12 04:04:28.441818 [ 264 ] {01edeca3-81f1-4f94-ae6b-7b86875c5369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 935 | 2024.12.12 04:04:28.442306 [ 264 ] {01edeca3-81f1-4f94-ae6b-7b86875c5369} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 936 | 2024.12.12 04:04:28.442791 [ 264 ] {01edeca3-81f1-4f94-ae6b-7b86875c5369} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 937 | 2024.12.12 04:04:28.443066 [ 264 ] {01edeca3-81f1-4f94-ae6b-7b86875c5369} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.001937 sec., 23748.064016520395 rows/sec., 1.86 MiB/sec. | ||
| 938 | 2024.12.12 04:04:28.443127 [ 264 ] {01edeca3-81f1-4f94-ae6b-7b86875c5369} <Debug> TCPHandler: Processed in 0.002172106 sec. | ||
| 939 | 2024.12.12 04:04:28.443282 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 940 | 2024.12.12 04:04:28.443404 [ 258 ] {b54f5c7e-5043-47b2-97bb-2128d4f50209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 941 | 2024.12.12 04:04:28.443455 [ 258 ] {b54f5c7e-5043-47b2-97bb-2128d4f50209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 942 | 2024.12.12 04:04:28.444068 [ 258 ] {b54f5c7e-5043-47b2-97bb-2128d4f50209} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 943 | 2024.12.12 04:04:28.444104 [ 258 ] {b54f5c7e-5043-47b2-97bb-2128d4f50209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 944 | 2024.12.12 04:04:28.444685 [ 258 ] {b54f5c7e-5043-47b2-97bb-2128d4f50209} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 945 | 2024.12.12 04:04:28.445142 [ 258 ] {b54f5c7e-5043-47b2-97bb-2128d4f50209} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 946 | 2024.12.12 04:04:28.445420 [ 258 ] {b54f5c7e-5043-47b2-97bb-2128d4f50209} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00203 sec., 49261.08374384236 rows/sec., 3.42 MiB/sec. | ||
| 947 | 2024.12.12 04:04:28.445489 [ 258 ] {b54f5c7e-5043-47b2-97bb-2128d4f50209} <Debug> TCPHandler: Processed in 0.002263869 sec. | ||
| 948 | 2024.12.12 04:04:28.445661 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 949 | 2024.12.12 04:04:28.445779 [ 264 ] {ff630bbb-9c22-4ddd-9943-8cf76c04e1a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 950 | 2024.12.12 04:04:28.445829 [ 264 ] {ff630bbb-9c22-4ddd-9943-8cf76c04e1a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 951 | 2024.12.12 04:04:28.446307 [ 264 ] {ff630bbb-9c22-4ddd-9943-8cf76c04e1a4} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 952 | 2024.12.12 04:04:28.446344 [ 264 ] {ff630bbb-9c22-4ddd-9943-8cf76c04e1a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 953 | 2024.12.12 04:04:28.446898 [ 264 ] {ff630bbb-9c22-4ddd-9943-8cf76c04e1a4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 954 | 2024.12.12 04:04:28.447365 [ 264 ] {ff630bbb-9c22-4ddd-9943-8cf76c04e1a4} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 955 | 2024.12.12 04:04:28.447634 [ 264 ] {ff630bbb-9c22-4ddd-9943-8cf76c04e1a4} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001863 sec., 536.7686527106816 rows/sec., 34.07 KiB/sec. | ||
| 956 | 2024.12.12 04:04:28.447702 [ 264 ] {ff630bbb-9c22-4ddd-9943-8cf76c04e1a4} <Debug> TCPHandler: Processed in 0.002099465 sec. | ||
| 957 | 2024.12.12 04:04:28.447863 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 958 | 2024.12.12 04:04:28.448002 [ 258 ] {72304e11-142b-48a9-b9a8-43c3904273b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 959 | 2024.12.12 04:04:28.448093 [ 258 ] {72304e11-142b-48a9-b9a8-43c3904273b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 960 | 2024.12.12 04:04:28.449209 [ 258 ] {72304e11-142b-48a9-b9a8-43c3904273b0} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 961 | 2024.12.12 04:04:28.449249 [ 258 ] {72304e11-142b-48a9-b9a8-43c3904273b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 962 | 2024.12.12 04:04:28.452480 [ 258 ] {72304e11-142b-48a9-b9a8-43c3904273b0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 963 | 2024.12.12 04:04:28.452996 [ 258 ] {72304e11-142b-48a9-b9a8-43c3904273b0} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 964 | 2024.12.12 04:04:28.453224 [ 258 ] {72304e11-142b-48a9-b9a8-43c3904273b0} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.005252 sec., 2284.843869002285 rows/sec., 4.09 MiB/sec. | ||
| 965 | 2024.12.12 04:04:28.453320 [ 258 ] {72304e11-142b-48a9-b9a8-43c3904273b0} <Debug> TCPHandler: Processed in 0.005528624 sec. | ||
| 966 | 2024.12.12 04:04:28.453482 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 967 | 2024.12.12 04:04:28.453604 [ 264 ] {bdac8f18-2ee8-42fd-91a1-3ab8533df806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 968 | 2024.12.12 04:04:28.453656 [ 264 ] {bdac8f18-2ee8-42fd-91a1-3ab8533df806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 969 | 2024.12.12 04:04:28.454138 [ 264 ] {bdac8f18-2ee8-42fd-91a1-3ab8533df806} <Trace> oximeter.measurements_i64 (a4810090-ea2f-4623-a683-573f4f9453a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 970 | 2024.12.12 04:04:28.454178 [ 264 ] {bdac8f18-2ee8-42fd-91a1-3ab8533df806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 971 | 2024.12.12 04:04:28.454712 [ 264 ] {bdac8f18-2ee8-42fd-91a1-3ab8533df806} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 972 | 2024.12.12 04:04:28.455182 [ 264 ] {bdac8f18-2ee8-42fd-91a1-3ab8533df806} <Trace> oximeter.measurements_i64 (a4810090-ea2f-4623-a683-573f4f9453a4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 973 | 2024.12.12 04:04:28.455399 [ 264 ] {bdac8f18-2ee8-42fd-91a1-3ab8533df806} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001817 sec., 3302.1463951568517 rows/sec., 233.26 KiB/sec. | ||
| 974 | 2024.12.12 04:04:28.455451 [ 264 ] {bdac8f18-2ee8-42fd-91a1-3ab8533df806} <Debug> TCPHandler: Processed in 0.002030943 sec. | ||
| 975 | 2024.12.12 04:04:28.455608 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 976 | 2024.12.12 04:04:28.455734 [ 258 ] {9fc32a2f-f010-423c-bb15-bfaa1e9a1410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 977 | 2024.12.12 04:04:28.455786 [ 258 ] {9fc32a2f-f010-423c-bb15-bfaa1e9a1410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 978 | 2024.12.12 04:04:28.456299 [ 258 ] {9fc32a2f-f010-423c-bb15-bfaa1e9a1410} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 979 | 2024.12.12 04:04:28.456339 [ 258 ] {9fc32a2f-f010-423c-bb15-bfaa1e9a1410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 980 | 2024.12.12 04:04:28.456830 [ 258 ] {9fc32a2f-f010-423c-bb15-bfaa1e9a1410} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 981 | 2024.12.12 04:04:28.457320 [ 258 ] {9fc32a2f-f010-423c-bb15-bfaa1e9a1410} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 982 | 2024.12.12 04:04:28.457558 [ 258 ] {9fc32a2f-f010-423c-bb15-bfaa1e9a1410} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001847 sec., 16242.555495397943 rows/sec., 1.11 MiB/sec. | ||
| 983 | 2024.12.12 04:04:28.457684 [ 258 ] {9fc32a2f-f010-423c-bb15-bfaa1e9a1410} <Debug> TCPHandler: Processed in 0.002135216 sec. | ||
| 984 | 2024.12.12 04:04:29.240401 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 985 | 2024.12.12 04:04:29.241040 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 986 | 2024.12.12 04:04:29.241077 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 987 | 2024.12.12 04:04:29.241809 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 988 | 2024.12.12 04:04:29.242367 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 989 | 2024.12.12 04:04:29.242594 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 990 | 2024.12.12 04:04:29.306714 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 991 | 2024.12.12 04:04:29.324723 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 992 | 2024.12.12 04:04:29.324783 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 993 | 2024.12.12 04:04:29.331653 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 994 | 2024.12.12 04:04:29.332799 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 995 | 2024.12.12 04:04:29.335189 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 996 | 2024.12.12 04:04:33.376105 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 997 | 2024.12.12 04:04:33.376303 [ 258 ] {5fbbfcca-accf-4ebc-84f1-dd10b6ecfeac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 998 | 2024.12.12 04:04:33.376376 [ 258 ] {5fbbfcca-accf-4ebc-84f1-dd10b6ecfeac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 999 | 2024.12.12 04:04:33.377093 [ 258 ] {5fbbfcca-accf-4ebc-84f1-dd10b6ecfeac} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1000 | 2024.12.12 04:04:33.377142 [ 258 ] {5fbbfcca-accf-4ebc-84f1-dd10b6ecfeac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1001 | 2024.12.12 04:04:33.377667 [ 258 ] {5fbbfcca-accf-4ebc-84f1-dd10b6ecfeac} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1002 | 2024.12.12 04:04:33.378141 [ 258 ] {5fbbfcca-accf-4ebc-84f1-dd10b6ecfeac} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1003 | 2024.12.12 04:04:33.378386 [ 258 ] {5fbbfcca-accf-4ebc-84f1-dd10b6ecfeac} <Debug> executeQuery: Read 26 rows, 2.01 KiB in 0.002131 sec., 12200.844673862037 rows/sec., 941.73 KiB/sec. | ||
| 1004 | 2024.12.12 04:04:33.378459 [ 258 ] {5fbbfcca-accf-4ebc-84f1-dd10b6ecfeac} <Debug> TCPHandler: Processed in 0.002481765 sec. | ||
| 1005 | 2024.12.12 04:04:33.378723 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1006 | 2024.12.12 04:04:33.378955 [ 264 ] {ca735b35-35fd-44f2-833d-91a3e88da86e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1007 | 2024.12.12 04:04:33.379044 [ 264 ] {ca735b35-35fd-44f2-833d-91a3e88da86e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1008 | 2024.12.12 04:04:33.379866 [ 264 ] {ca735b35-35fd-44f2-833d-91a3e88da86e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1009 | 2024.12.12 04:04:33.379911 [ 264 ] {ca735b35-35fd-44f2-833d-91a3e88da86e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1010 | 2024.12.12 04:04:33.380453 [ 264 ] {ca735b35-35fd-44f2-833d-91a3e88da86e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1011 | 2024.12.12 04:04:33.380907 [ 264 ] {ca735b35-35fd-44f2-833d-91a3e88da86e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1012 | 2024.12.12 04:04:33.381159 [ 264 ] {ca735b35-35fd-44f2-833d-91a3e88da86e} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002278 sec., 12291.483757682177 rows/sec., 981.71 KiB/sec. | ||
| 1013 | 2024.12.12 04:04:33.381248 [ 264 ] {ca735b35-35fd-44f2-833d-91a3e88da86e} <Debug> TCPHandler: Processed in 0.002666019 sec. | ||
| 1014 | 2024.12.12 04:04:33.381418 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1015 | 2024.12.12 04:04:33.381542 [ 258 ] {6f2d83a2-664b-43d1-a599-429a74cbe597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1016 | 2024.12.12 04:04:33.381598 [ 258 ] {6f2d83a2-664b-43d1-a599-429a74cbe597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1017 | 2024.12.12 04:04:33.382185 [ 258 ] {6f2d83a2-664b-43d1-a599-429a74cbe597} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1018 | 2024.12.12 04:04:33.382227 [ 258 ] {6f2d83a2-664b-43d1-a599-429a74cbe597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1019 | 2024.12.12 04:04:33.382749 [ 258 ] {6f2d83a2-664b-43d1-a599-429a74cbe597} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1020 | 2024.12.12 04:04:33.383202 [ 258 ] {6f2d83a2-664b-43d1-a599-429a74cbe597} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1021 | 2024.12.12 04:04:33.383415 [ 258 ] {6f2d83a2-664b-43d1-a599-429a74cbe597} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.0019 sec., 52631.57894736842 rows/sec., 3.65 MiB/sec. | ||
| 1022 | 2024.12.12 04:04:33.383468 [ 258 ] {6f2d83a2-664b-43d1-a599-429a74cbe597} <Debug> TCPHandler: Processed in 0.002111406 sec. | ||
| 1023 | 2024.12.12 04:04:33.383640 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1024 | 2024.12.12 04:04:33.383772 [ 264 ] {598fd691-a398-41c0-b776-1a31334f40fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1025 | 2024.12.12 04:04:33.383830 [ 264 ] {598fd691-a398-41c0-b776-1a31334f40fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1026 | 2024.12.12 04:04:33.384343 [ 264 ] {598fd691-a398-41c0-b776-1a31334f40fd} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1027 | 2024.12.12 04:04:33.384380 [ 264 ] {598fd691-a398-41c0-b776-1a31334f40fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1028 | 2024.12.12 04:04:33.384927 [ 264 ] {598fd691-a398-41c0-b776-1a31334f40fd} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1029 | 2024.12.12 04:04:33.385375 [ 264 ] {598fd691-a398-41c0-b776-1a31334f40fd} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1030 | 2024.12.12 04:04:33.385577 [ 264 ] {598fd691-a398-41c0-b776-1a31334f40fd} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001832 sec., 16375.545851528384 rows/sec., 1.12 MiB/sec. | ||
| 1031 | 2024.12.12 04:04:33.385631 [ 264 ] {598fd691-a398-41c0-b776-1a31334f40fd} <Debug> TCPHandler: Processed in 0.002051544 sec. | ||
| 1032 | 2024.12.12 04:04:36.661594 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1033 | 2024.12.12 04:04:36.661660 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1034 | 2024.12.12 04:04:36.720639 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 156 | ||
| 1035 | 2024.12.12 04:04:36.724929 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1036 | 2024.12.12 04:04:36.724975 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1037 | 2024.12.12 04:04:36.726533 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1038 | 2024.12.12 04:04:36.727137 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1039 | 2024.12.12 04:04:36.727956 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 156 | ||
| 1040 | 2024.12.12 04:04:36.742721 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 1041 | 2024.12.12 04:04:36.743365 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1042 | 2024.12.12 04:04:36.743414 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1043 | 2024.12.12 04:04:36.744126 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1044 | 2024.12.12 04:04:36.744659 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1045 | 2024.12.12 04:04:36.744873 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 1046 | 2024.12.12 04:04:36.835275 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 1047 | 2024.12.12 04:04:36.854518 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1048 | 2024.12.12 04:04:36.854584 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1049 | 2024.12.12 04:04:36.861177 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1050 | 2024.12.12 04:04:36.862344 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1051 | 2024.12.12 04:04:36.865535 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 1052 | 2024.12.12 04:04:38.379185 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1053 | 2024.12.12 04:04:38.379462 [ 258 ] {6889a284-3818-4a5a-8dff-96cc1369fef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1054 | 2024.12.12 04:04:38.379561 [ 258 ] {6889a284-3818-4a5a-8dff-96cc1369fef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1055 | 2024.12.12 04:04:38.380351 [ 258 ] {6889a284-3818-4a5a-8dff-96cc1369fef6} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1056 | 2024.12.12 04:04:38.380405 [ 258 ] {6889a284-3818-4a5a-8dff-96cc1369fef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1057 | 2024.12.12 04:04:38.380979 [ 258 ] {6889a284-3818-4a5a-8dff-96cc1369fef6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1058 | 2024.12.12 04:04:38.381513 [ 258 ] {6889a284-3818-4a5a-8dff-96cc1369fef6} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1059 | 2024.12.12 04:04:38.381754 [ 258 ] {6889a284-3818-4a5a-8dff-96cc1369fef6} <Debug> executeQuery: Read 84 rows, 7.51 KiB in 0.002369 sec., 35457.99915576192 rows/sec., 3.10 MiB/sec. | ||
| 1060 | 2024.12.12 04:04:38.381817 [ 258 ] {6889a284-3818-4a5a-8dff-96cc1369fef6} <Debug> TCPHandler: Processed in 0.002807913 sec. | ||
| 1061 | 2024.12.12 04:04:38.382102 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1062 | 2024.12.12 04:04:38.382294 [ 264 ] {50dfe8e4-be46-4191-a7d8-abc4385a709f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1063 | 2024.12.12 04:04:38.382366 [ 264 ] {50dfe8e4-be46-4191-a7d8-abc4385a709f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1064 | 2024.12.12 04:04:38.383125 [ 264 ] {50dfe8e4-be46-4191-a7d8-abc4385a709f} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1065 | 2024.12.12 04:04:38.383174 [ 264 ] {50dfe8e4-be46-4191-a7d8-abc4385a709f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1066 | 2024.12.12 04:04:38.383722 [ 264 ] {50dfe8e4-be46-4191-a7d8-abc4385a709f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1067 | 2024.12.12 04:04:38.384392 [ 264 ] {50dfe8e4-be46-4191-a7d8-abc4385a709f} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1068 | 2024.12.12 04:04:38.384624 [ 264 ] {50dfe8e4-be46-4191-a7d8-abc4385a709f} <Debug> executeQuery: Read 29 rows, 2.18 KiB in 0.002385 sec., 12159.329140461216 rows/sec., 914.32 KiB/sec. | ||
| 1069 | 2024.12.12 04:04:38.384681 [ 264 ] {50dfe8e4-be46-4191-a7d8-abc4385a709f} <Debug> TCPHandler: Processed in 0.002723471 sec. | ||
| 1070 | 2024.12.12 04:04:38.384845 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1071 | 2024.12.12 04:04:38.384967 [ 258 ] {ac4d9e79-bed7-4a56-ae2f-70ea77a4476d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1072 | 2024.12.12 04:04:38.385018 [ 258 ] {ac4d9e79-bed7-4a56-ae2f-70ea77a4476d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1073 | 2024.12.12 04:04:38.385651 [ 258 ] {ac4d9e79-bed7-4a56-ae2f-70ea77a4476d} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1074 | 2024.12.12 04:04:38.385693 [ 258 ] {ac4d9e79-bed7-4a56-ae2f-70ea77a4476d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1075 | 2024.12.12 04:04:38.386195 [ 258 ] {ac4d9e79-bed7-4a56-ae2f-70ea77a4476d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1076 | 2024.12.12 04:04:38.386797 [ 258 ] {ac4d9e79-bed7-4a56-ae2f-70ea77a4476d} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1077 | 2024.12.12 04:04:38.387013 [ 258 ] {ac4d9e79-bed7-4a56-ae2f-70ea77a4476d} <Debug> executeQuery: Read 65 rows, 5.22 KiB in 0.00207 sec., 31400.96618357488 rows/sec., 2.46 MiB/sec. | ||
| 1078 | 2024.12.12 04:04:38.387066 [ 258 ] {ac4d9e79-bed7-4a56-ae2f-70ea77a4476d} <Debug> TCPHandler: Processed in 0.002286009 sec. | ||
| 1079 | 2024.12.12 04:04:38.387222 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1080 | 2024.12.12 04:04:38.387346 [ 264 ] {f980f2c9-8dd8-4731-9ba6-c98ddd6b8bbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1081 | 2024.12.12 04:04:38.387401 [ 264 ] {f980f2c9-8dd8-4731-9ba6-c98ddd6b8bbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1082 | 2024.12.12 04:04:38.387966 [ 264 ] {f980f2c9-8dd8-4731-9ba6-c98ddd6b8bbb} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1083 | 2024.12.12 04:04:38.388006 [ 264 ] {f980f2c9-8dd8-4731-9ba6-c98ddd6b8bbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1084 | 2024.12.12 04:04:38.388614 [ 264 ] {f980f2c9-8dd8-4731-9ba6-c98ddd6b8bbb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1085 | 2024.12.12 04:04:38.389213 [ 264 ] {f980f2c9-8dd8-4731-9ba6-c98ddd6b8bbb} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1086 | 2024.12.12 04:04:38.389446 [ 264 ] {f980f2c9-8dd8-4731-9ba6-c98ddd6b8bbb} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002125 sec., 47058.82352941176 rows/sec., 3.26 MiB/sec. | ||
| 1087 | 2024.12.12 04:04:38.389517 [ 264 ] {f980f2c9-8dd8-4731-9ba6-c98ddd6b8bbb} <Debug> TCPHandler: Processed in 0.002354931 sec. | ||
| 1088 | 2024.12.12 04:04:38.389689 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1089 | 2024.12.12 04:04:38.389825 [ 258 ] {4a9ea042-ab36-4706-b65d-bb6c286b7cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1090 | 2024.12.12 04:04:38.389908 [ 258 ] {4a9ea042-ab36-4706-b65d-bb6c286b7cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1091 | 2024.12.12 04:04:38.391193 [ 258 ] {4a9ea042-ab36-4706-b65d-bb6c286b7cc5} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1092 | 2024.12.12 04:04:38.391234 [ 258 ] {4a9ea042-ab36-4706-b65d-bb6c286b7cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1093 | 2024.12.12 04:04:38.392092 [ 258 ] {4a9ea042-ab36-4706-b65d-bb6c286b7cc5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1094 | 2024.12.12 04:04:38.392690 [ 258 ] {4a9ea042-ab36-4706-b65d-bb6c286b7cc5} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1095 | 2024.12.12 04:04:38.392931 [ 258 ] {4a9ea042-ab36-4706-b65d-bb6c286b7cc5} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.003133 sec., 9256.30386211299 rows/sec., 16.59 MiB/sec. | ||
| 1096 | 2024.12.12 04:04:38.393023 [ 258 ] {4a9ea042-ab36-4706-b65d-bb6c286b7cc5} <Debug> TCPHandler: Processed in 0.003408309 sec. | ||
| 1097 | 2024.12.12 04:04:38.393202 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1098 | 2024.12.12 04:04:38.393324 [ 264 ] {d9892361-2189-4ae4-a567-7b4814eed438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1099 | 2024.12.12 04:04:38.393376 [ 264 ] {d9892361-2189-4ae4-a567-7b4814eed438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1100 | 2024.12.12 04:04:38.393854 [ 264 ] {d9892361-2189-4ae4-a567-7b4814eed438} <Trace> oximeter.measurements_i64 (a4810090-ea2f-4623-a683-573f4f9453a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1101 | 2024.12.12 04:04:38.393893 [ 264 ] {d9892361-2189-4ae4-a567-7b4814eed438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1102 | 2024.12.12 04:04:38.394460 [ 264 ] {d9892361-2189-4ae4-a567-7b4814eed438} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1103 | 2024.12.12 04:04:38.394957 [ 264 ] {d9892361-2189-4ae4-a567-7b4814eed438} <Trace> oximeter.measurements_i64 (a4810090-ea2f-4623-a683-573f4f9453a4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1104 | 2024.12.12 04:04:38.395189 [ 264 ] {d9892361-2189-4ae4-a567-7b4814eed438} <Debug> executeQuery: Read 15 rows, 1.14 KiB in 0.001884 sec., 7961.783439490446 rows/sec., 607.50 KiB/sec. | ||
| 1105 | 2024.12.12 04:04:38.395248 [ 264 ] {d9892361-2189-4ae4-a567-7b4814eed438} <Debug> TCPHandler: Processed in 0.002107825 sec. | ||
| 1106 | 2024.12.12 04:04:38.395415 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1107 | 2024.12.12 04:04:38.395551 [ 258 ] {5f0ce524-a682-4b33-bb66-f7befb727bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1108 | 2024.12.12 04:04:38.395612 [ 258 ] {5f0ce524-a682-4b33-bb66-f7befb727bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1109 | 2024.12.12 04:04:38.396189 [ 258 ] {5f0ce524-a682-4b33-bb66-f7befb727bd0} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1110 | 2024.12.12 04:04:38.396236 [ 258 ] {5f0ce524-a682-4b33-bb66-f7befb727bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1111 | 2024.12.12 04:04:38.396811 [ 258 ] {5f0ce524-a682-4b33-bb66-f7befb727bd0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1112 | 2024.12.12 04:04:38.397299 [ 258 ] {5f0ce524-a682-4b33-bb66-f7befb727bd0} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1113 | 2024.12.12 04:04:38.397515 [ 258 ] {5f0ce524-a682-4b33-bb66-f7befb727bd0} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001994 sec., 15045.135406218655 rows/sec., 1.03 MiB/sec. | ||
| 1114 | 2024.12.12 04:04:38.397563 [ 258 ] {5f0ce524-a682-4b33-bb66-f7befb727bd0} <Debug> TCPHandler: Processed in 0.002219248 sec. | ||
| 1115 | 2024.12.12 04:04:39.190381 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1116 | 2024.12.12 04:04:39.190623 [ 258 ] {6ecb3784-09df-447c-b085-c9d3517702ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram') FORMAT Native; (stage: Complete) | ||
| 1117 | 2024.12.12 04:04:39.191069 [ 258 ] {6ecb3784-09df-447c-b085-c9d3517702ef} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1118 | 2024.12.12 04:04:39.191147 [ 258 ] {6ecb3784-09df-447c-b085-c9d3517702ef} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 1119 | 2024.12.12 04:04:39.191462 [ 258 ] {6ecb3784-09df-447c-b085-c9d3517702ef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1120 | 2024.12.12 04:04:39.193673 [ 258 ] {6ecb3784-09df-447c-b085-c9d3517702ef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1121 | 2024.12.12 04:04:39.194005 [ 258 ] {6ecb3784-09df-447c-b085-c9d3517702ef} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1122 | 2024.12.12 04:04:39.195281 [ 258 ] {6ecb3784-09df-447c-b085-c9d3517702ef} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1123 | 2024.12.12 04:04:39.195356 [ 258 ] {6ecb3784-09df-447c-b085-c9d3517702ef} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1124 | 2024.12.12 04:04:39.195389 [ 258 ] {6ecb3784-09df-447c-b085-c9d3517702ef} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1125 | 2024.12.12 04:04:39.195543 [ 258 ] {6ecb3784-09df-447c-b085-c9d3517702ef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram'))" | ||
| 1126 | 2024.12.12 04:04:39.195587 [ 258 ] {6ecb3784-09df-447c-b085-c9d3517702ef} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 | ||
| 1127 | 2024.12.12 04:04:39.214045 [ 258 ] {6ecb3784-09df-447c-b085-c9d3517702ef} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.023524 sec., 807.6857677265771 rows/sec., 33.79 KiB/sec. | ||
| 1128 | 2024.12.12 04:04:39.214199 [ 258 ] {6ecb3784-09df-447c-b085-c9d3517702ef} <Debug> TCPHandler: Processed in 0.023945415 sec. | ||
| 1129 | 2024.12.12 04:04:39.214643 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1130 | 2024.12.12 04:04:39.214885 [ 264 ] {7fc5aedf-f52c-4861-aa7b-6a2b2fa7e1ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1131 | 2024.12.12 04:04:39.215273 [ 264 ] {7fc5aedf-f52c-4861-aa7b-6a2b2fa7e1ae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1132 | 2024.12.12 04:04:39.215316 [ 264 ] {7fc5aedf-f52c-4861-aa7b-6a2b2fa7e1ae} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1133 | 2024.12.12 04:04:39.215614 [ 264 ] {7fc5aedf-f52c-4861-aa7b-6a2b2fa7e1ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1134 | 2024.12.12 04:04:39.215692 [ 264 ] {7fc5aedf-f52c-4861-aa7b-6a2b2fa7e1ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1135 | 2024.12.12 04:04:39.215869 [ 264 ] {7fc5aedf-f52c-4861-aa7b-6a2b2fa7e1ae} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1136 | 2024.12.12 04:04:39.215907 [ 264 ] {7fc5aedf-f52c-4861-aa7b-6a2b2fa7e1ae} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1137 | 2024.12.12 04:04:39.215932 [ 264 ] {7fc5aedf-f52c-4861-aa7b-6a2b2fa7e1ae} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1138 | 2024.12.12 04:04:39.215950 [ 264 ] {7fc5aedf-f52c-4861-aa7b-6a2b2fa7e1ae} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1139 | 2024.12.12 04:04:39.215995 [ 264 ] {7fc5aedf-f52c-4861-aa7b-6a2b2fa7e1ae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_routes'))" | ||
| 1140 | 2024.12.12 04:04:39.216019 [ 264 ] {7fc5aedf-f52c-4861-aa7b-6a2b2fa7e1ae} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 | ||
| 1141 | 2024.12.12 04:04:39.216675 [ 264 ] {7fc5aedf-f52c-4861-aa7b-6a2b2fa7e1ae} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.001895 sec., 10026.385224274407 rows/sec., 419.48 KiB/sec. | ||
| 1142 | 2024.12.12 04:04:39.216764 [ 264 ] {7fc5aedf-f52c-4861-aa7b-6a2b2fa7e1ae} <Debug> TCPHandler: Processed in 0.002252858 sec. | ||
| 1143 | 2024.12.12 04:04:39.217066 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1144 | 2024.12.12 04:04:39.217269 [ 258 ] {79c6d0e9-8c1c-4302-a8dd-a1f91557227e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 1145 | 2024.12.12 04:04:39.217639 [ 258 ] {79c6d0e9-8c1c-4302-a8dd-a1f91557227e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1146 | 2024.12.12 04:04:39.217684 [ 258 ] {79c6d0e9-8c1c-4302-a8dd-a1f91557227e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
| 1147 | 2024.12.12 04:04:39.217980 [ 258 ] {79c6d0e9-8c1c-4302-a8dd-a1f91557227e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1148 | 2024.12.12 04:04:39.218058 [ 258 ] {79c6d0e9-8c1c-4302-a8dd-a1f91557227e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1149 | 2024.12.12 04:04:39.218222 [ 258 ] {79c6d0e9-8c1c-4302-a8dd-a1f91557227e} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1150 | 2024.12.12 04:04:39.218261 [ 258 ] {79c6d0e9-8c1c-4302-a8dd-a1f91557227e} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1151 | 2024.12.12 04:04:39.218286 [ 258 ] {79c6d0e9-8c1c-4302-a8dd-a1f91557227e} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1152 | 2024.12.12 04:04:39.218304 [ 258 ] {79c6d0e9-8c1c-4302-a8dd-a1f91557227e} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1153 | 2024.12.12 04:04:39.218351 [ 258 ] {79c6d0e9-8c1c-4302-a8dd-a1f91557227e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
| 1154 | 2024.12.12 04:04:39.218374 [ 258 ] {79c6d0e9-8c1c-4302-a8dd-a1f91557227e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 | ||
| 1155 | 2024.12.12 04:04:39.218977 [ 258 ] {79c6d0e9-8c1c-4302-a8dd-a1f91557227e} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.001805 sec., 10526.315789473685 rows/sec., 440.40 KiB/sec. | ||
| 1156 | 2024.12.12 04:04:39.219096 [ 258 ] {79c6d0e9-8c1c-4302-a8dd-a1f91557227e} <Debug> TCPHandler: Processed in 0.002126286 sec. | ||
| 1157 | 2024.12.12 04:04:39.219441 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1158 | 2024.12.12 04:04:39.219617 [ 264 ] {db63b575-aeb1-458d-88d4-2a708ebde305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1159 | 2024.12.12 04:04:39.219930 [ 264 ] {db63b575-aeb1-458d-88d4-2a708ebde305} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1160 | 2024.12.12 04:04:39.219972 [ 264 ] {db63b575-aeb1-458d-88d4-2a708ebde305} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1161 | 2024.12.12 04:04:39.220245 [ 264 ] {db63b575-aeb1-458d-88d4-2a708ebde305} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1162 | 2024.12.12 04:04:39.220310 [ 264 ] {db63b575-aeb1-458d-88d4-2a708ebde305} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1163 | 2024.12.12 04:04:39.220457 [ 264 ] {db63b575-aeb1-458d-88d4-2a708ebde305} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1164 | 2024.12.12 04:04:39.220490 [ 264 ] {db63b575-aeb1-458d-88d4-2a708ebde305} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1165 | 2024.12.12 04:04:39.220512 [ 264 ] {db63b575-aeb1-458d-88d4-2a708ebde305} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1166 | 2024.12.12 04:04:39.220528 [ 264 ] {db63b575-aeb1-458d-88d4-2a708ebde305} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1167 | 2024.12.12 04:04:39.220571 [ 264 ] {db63b575-aeb1-458d-88d4-2a708ebde305} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1168 | 2024.12.12 04:04:39.220594 [ 264 ] {db63b575-aeb1-458d-88d4-2a708ebde305} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 | ||
| 1169 | 2024.12.12 04:04:39.221122 [ 264 ] {db63b575-aeb1-458d-88d4-2a708ebde305} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.001583 sec., 12002.526847757423 rows/sec., 502.16 KiB/sec. | ||
| 1170 | 2024.12.12 04:04:39.221203 [ 264 ] {db63b575-aeb1-458d-88d4-2a708ebde305} <Debug> TCPHandler: Processed in 0.001821737 sec. | ||
| 1171 | 2024.12.12 04:04:39.222086 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1172 | 2024.12.12 04:04:39.222292 [ 258 ] {f49e5b5f-580d-4b2e-9c12-bee0396ff54a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1173 | 2024.12.12 04:04:39.222647 [ 258 ] {f49e5b5f-580d-4b2e-9c12-bee0396ff54a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1174 | 2024.12.12 04:04:39.222688 [ 258 ] {f49e5b5f-580d-4b2e-9c12-bee0396ff54a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1175 | 2024.12.12 04:04:39.222966 [ 258 ] {f49e5b5f-580d-4b2e-9c12-bee0396ff54a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1176 | 2024.12.12 04:04:39.223035 [ 258 ] {f49e5b5f-580d-4b2e-9c12-bee0396ff54a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1177 | 2024.12.12 04:04:39.223196 [ 258 ] {f49e5b5f-580d-4b2e-9c12-bee0396ff54a} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1178 | 2024.12.12 04:04:39.223234 [ 258 ] {f49e5b5f-580d-4b2e-9c12-bee0396ff54a} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1179 | 2024.12.12 04:04:39.223257 [ 258 ] {f49e5b5f-580d-4b2e-9c12-bee0396ff54a} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1180 | 2024.12.12 04:04:39.223275 [ 258 ] {f49e5b5f-580d-4b2e-9c12-bee0396ff54a} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1181 | 2024.12.12 04:04:39.223326 [ 258 ] {f49e5b5f-580d-4b2e-9c12-bee0396ff54a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1182 | 2024.12.12 04:04:39.223366 [ 258 ] {f49e5b5f-580d-4b2e-9c12-bee0396ff54a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 | ||
| 1183 | 2024.12.12 04:04:39.223975 [ 258 ] {f49e5b5f-580d-4b2e-9c12-bee0396ff54a} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.00178 sec., 10674.157303370786 rows/sec., 446.59 KiB/sec. | ||
| 1184 | 2024.12.12 04:04:39.224091 [ 258 ] {f49e5b5f-580d-4b2e-9c12-bee0396ff54a} <Debug> TCPHandler: Processed in 0.002070924 sec. | ||
| 1185 | 2024.12.12 04:04:39.224369 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1186 | 2024.12.12 04:04:39.224565 [ 264 ] {1c501135-1952-48e7-8348-ad55c8807722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1187 | 2024.12.12 04:04:39.224888 [ 264 ] {1c501135-1952-48e7-8348-ad55c8807722} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1188 | 2024.12.12 04:04:39.224933 [ 264 ] {1c501135-1952-48e7-8348-ad55c8807722} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1189 | 2024.12.12 04:04:39.225229 [ 264 ] {1c501135-1952-48e7-8348-ad55c8807722} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1190 | 2024.12.12 04:04:39.225295 [ 264 ] {1c501135-1952-48e7-8348-ad55c8807722} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1191 | 2024.12.12 04:04:39.225447 [ 264 ] {1c501135-1952-48e7-8348-ad55c8807722} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1192 | 2024.12.12 04:04:39.225482 [ 264 ] {1c501135-1952-48e7-8348-ad55c8807722} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1193 | 2024.12.12 04:04:39.225509 [ 264 ] {1c501135-1952-48e7-8348-ad55c8807722} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1194 | 2024.12.12 04:04:39.225527 [ 264 ] {1c501135-1952-48e7-8348-ad55c8807722} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1195 | 2024.12.12 04:04:39.225573 [ 264 ] {1c501135-1952-48e7-8348-ad55c8807722} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1196 | 2024.12.12 04:04:39.225598 [ 264 ] {1c501135-1952-48e7-8348-ad55c8807722} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 | ||
| 1197 | 2024.12.12 04:04:39.226153 [ 264 ] {1c501135-1952-48e7-8348-ad55c8807722} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.001674 sec., 11350.059737156513 rows/sec., 474.86 KiB/sec. | ||
| 1198 | 2024.12.12 04:04:39.226238 [ 264 ] {1c501135-1952-48e7-8348-ad55c8807722} <Debug> TCPHandler: Processed in 0.00192749 sec. | ||
| 1199 | 2024.12.12 04:04:39.226612 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1200 | 2024.12.12 04:04:39.226874 [ 258 ] {4ea397be-27e9-466e-b1fb-fb6f810317a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1201 | 2024.12.12 04:04:39.227289 [ 258 ] {4ea397be-27e9-466e-b1fb-fb6f810317a5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1202 | 2024.12.12 04:04:39.227335 [ 258 ] {4ea397be-27e9-466e-b1fb-fb6f810317a5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1203 | 2024.12.12 04:04:39.227666 [ 258 ] {4ea397be-27e9-466e-b1fb-fb6f810317a5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1204 | 2024.12.12 04:04:39.227746 [ 258 ] {4ea397be-27e9-466e-b1fb-fb6f810317a5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1205 | 2024.12.12 04:04:39.227923 [ 258 ] {4ea397be-27e9-466e-b1fb-fb6f810317a5} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1206 | 2024.12.12 04:04:39.227963 [ 258 ] {4ea397be-27e9-466e-b1fb-fb6f810317a5} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1207 | 2024.12.12 04:04:39.227989 [ 258 ] {4ea397be-27e9-466e-b1fb-fb6f810317a5} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1208 | 2024.12.12 04:04:39.228008 [ 258 ] {4ea397be-27e9-466e-b1fb-fb6f810317a5} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1209 | 2024.12.12 04:04:39.228057 [ 258 ] {4ea397be-27e9-466e-b1fb-fb6f810317a5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1210 | 2024.12.12 04:04:39.228084 [ 258 ] {4ea397be-27e9-466e-b1fb-fb6f810317a5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 | ||
| 1211 | 2024.12.12 04:04:39.228752 [ 258 ] {4ea397be-27e9-466e-b1fb-fb6f810317a5} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.001994 sec., 9528.585757271814 rows/sec., 398.66 KiB/sec. | ||
| 1212 | 2024.12.12 04:04:39.228917 [ 258 ] {4ea397be-27e9-466e-b1fb-fb6f810317a5} <Debug> TCPHandler: Processed in 0.002443364 sec. | ||
| 1213 | 2024.12.12 04:04:39.229212 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1214 | 2024.12.12 04:04:39.229392 [ 264 ] {18b3c6a4-22c0-4bf4-a8ad-d22262555fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1215 | 2024.12.12 04:04:39.229708 [ 264 ] {18b3c6a4-22c0-4bf4-a8ad-d22262555fec} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1216 | 2024.12.12 04:04:39.229752 [ 264 ] {18b3c6a4-22c0-4bf4-a8ad-d22262555fec} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1217 | 2024.12.12 04:04:39.230040 [ 264 ] {18b3c6a4-22c0-4bf4-a8ad-d22262555fec} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1218 | 2024.12.12 04:04:39.230107 [ 264 ] {18b3c6a4-22c0-4bf4-a8ad-d22262555fec} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1219 | 2024.12.12 04:04:39.230254 [ 264 ] {18b3c6a4-22c0-4bf4-a8ad-d22262555fec} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1220 | 2024.12.12 04:04:39.230287 [ 264 ] {18b3c6a4-22c0-4bf4-a8ad-d22262555fec} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1221 | 2024.12.12 04:04:39.230309 [ 264 ] {18b3c6a4-22c0-4bf4-a8ad-d22262555fec} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1222 | 2024.12.12 04:04:39.230326 [ 264 ] {18b3c6a4-22c0-4bf4-a8ad-d22262555fec} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1223 | 2024.12.12 04:04:39.230370 [ 264 ] {18b3c6a4-22c0-4bf4-a8ad-d22262555fec} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1224 | 2024.12.12 04:04:39.230395 [ 264 ] {18b3c6a4-22c0-4bf4-a8ad-d22262555fec} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 | ||
| 1225 | 2024.12.12 04:04:39.230897 [ 264 ] {18b3c6a4-22c0-4bf4-a8ad-d22262555fec} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.00159 sec., 11949.685534591195 rows/sec., 499.95 KiB/sec. | ||
| 1226 | 2024.12.12 04:04:39.230981 [ 264 ] {18b3c6a4-22c0-4bf4-a8ad-d22262555fec} <Debug> TCPHandler: Processed in 0.001825398 sec. | ||
| 1227 | 2024.12.12 04:04:39.231274 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1228 | 2024.12.12 04:04:39.231529 [ 258 ] {c4042711-e0c1-4c99-8529-4bd6a1f3b447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1229 | 2024.12.12 04:04:39.231998 [ 258 ] {c4042711-e0c1-4c99-8529-4bd6a1f3b447} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1230 | 2024.12.12 04:04:39.232065 [ 258 ] {c4042711-e0c1-4c99-8529-4bd6a1f3b447} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1231 | 2024.12.12 04:04:39.232532 [ 258 ] {c4042711-e0c1-4c99-8529-4bd6a1f3b447} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1232 | 2024.12.12 04:04:39.232639 [ 258 ] {c4042711-e0c1-4c99-8529-4bd6a1f3b447} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1233 | 2024.12.12 04:04:39.232818 [ 258 ] {c4042711-e0c1-4c99-8529-4bd6a1f3b447} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1234 | 2024.12.12 04:04:39.232854 [ 258 ] {c4042711-e0c1-4c99-8529-4bd6a1f3b447} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1235 | 2024.12.12 04:04:39.232882 [ 258 ] {c4042711-e0c1-4c99-8529-4bd6a1f3b447} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1236 | 2024.12.12 04:04:39.232907 [ 258 ] {c4042711-e0c1-4c99-8529-4bd6a1f3b447} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1237 | 2024.12.12 04:04:39.232952 [ 258 ] {c4042711-e0c1-4c99-8529-4bd6a1f3b447} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1238 | 2024.12.12 04:04:39.232978 [ 258 ] {c4042711-e0c1-4c99-8529-4bd6a1f3b447} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 | ||
| 1239 | 2024.12.12 04:04:39.233552 [ 258 ] {c4042711-e0c1-4c99-8529-4bd6a1f3b447} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002158 sec., 8804.448563484708 rows/sec., 368.36 KiB/sec. | ||
| 1240 | 2024.12.12 04:04:39.233666 [ 258 ] {c4042711-e0c1-4c99-8529-4bd6a1f3b447} <Debug> TCPHandler: Processed in 0.002474325 sec. | ||
| 1241 | 2024.12.12 04:04:39.233956 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1242 | 2024.12.12 04:04:39.234148 [ 264 ] {a343a500-f103-4865-9fa3-cf022ce3db02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1243 | 2024.12.12 04:04:39.234494 [ 264 ] {a343a500-f103-4865-9fa3-cf022ce3db02} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1244 | 2024.12.12 04:04:39.234541 [ 264 ] {a343a500-f103-4865-9fa3-cf022ce3db02} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1245 | 2024.12.12 04:04:39.234845 [ 264 ] {a343a500-f103-4865-9fa3-cf022ce3db02} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1246 | 2024.12.12 04:04:39.234912 [ 264 ] {a343a500-f103-4865-9fa3-cf022ce3db02} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1247 | 2024.12.12 04:04:39.235071 [ 264 ] {a343a500-f103-4865-9fa3-cf022ce3db02} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1248 | 2024.12.12 04:04:39.235105 [ 264 ] {a343a500-f103-4865-9fa3-cf022ce3db02} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1249 | 2024.12.12 04:04:39.235129 [ 264 ] {a343a500-f103-4865-9fa3-cf022ce3db02} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1250 | 2024.12.12 04:04:39.235145 [ 264 ] {a343a500-f103-4865-9fa3-cf022ce3db02} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1251 | 2024.12.12 04:04:39.235193 [ 264 ] {a343a500-f103-4865-9fa3-cf022ce3db02} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1252 | 2024.12.12 04:04:39.235220 [ 264 ] {a343a500-f103-4865-9fa3-cf022ce3db02} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 | ||
| 1253 | 2024.12.12 04:04:39.235995 [ 264 ] {a343a500-f103-4865-9fa3-cf022ce3db02} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.001937 sec., 9808.98296334538 rows/sec., 410.39 KiB/sec. | ||
| 1254 | 2024.12.12 04:04:39.236086 [ 264 ] {a343a500-f103-4865-9fa3-cf022ce3db02} <Debug> TCPHandler: Processed in 0.002191327 sec. | ||
| 1255 | 2024.12.12 04:04:39.289230 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1256 | 2024.12.12 04:04:39.289448 [ 258 ] {38013383-9458-4d8e-b941-0efd0fa4b62d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1257 | 2024.12.12 04:04:39.289935 [ 258 ] {38013383-9458-4d8e-b941-0efd0fa4b62d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1258 | 2024.12.12 04:04:39.289984 [ 258 ] {38013383-9458-4d8e-b941-0efd0fa4b62d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1259 | 2024.12.12 04:04:39.290407 [ 258 ] {38013383-9458-4d8e-b941-0efd0fa4b62d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1260 | 2024.12.12 04:04:39.290490 [ 258 ] {38013383-9458-4d8e-b941-0efd0fa4b62d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1261 | 2024.12.12 04:04:39.290658 [ 258 ] {38013383-9458-4d8e-b941-0efd0fa4b62d} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1262 | 2024.12.12 04:04:39.290696 [ 258 ] {38013383-9458-4d8e-b941-0efd0fa4b62d} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1263 | 2024.12.12 04:04:39.290721 [ 258 ] {38013383-9458-4d8e-b941-0efd0fa4b62d} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1264 | 2024.12.12 04:04:39.290740 [ 258 ] {38013383-9458-4d8e-b941-0efd0fa4b62d} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1265 | 2024.12.12 04:04:39.290787 [ 258 ] {38013383-9458-4d8e-b941-0efd0fa4b62d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1266 | 2024.12.12 04:04:39.290813 [ 258 ] {38013383-9458-4d8e-b941-0efd0fa4b62d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 | ||
| 1267 | 2024.12.12 04:04:39.291495 [ 258 ] {38013383-9458-4d8e-b941-0efd0fa4b62d} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002148 sec., 8845.437616387337 rows/sec., 370.08 KiB/sec. | ||
| 1268 | 2024.12.12 04:04:39.291620 [ 258 ] {38013383-9458-4d8e-b941-0efd0fa4b62d} <Debug> TCPHandler: Processed in 0.002480185 sec. | ||
| 1269 | 2024.12.12 04:04:39.292218 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1270 | 2024.12.12 04:04:39.292378 [ 264 ] {a067855a-ece0-4df1-918a-93205b237673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1271 | 2024.12.12 04:04:39.292443 [ 264 ] {a067855a-ece0-4df1-918a-93205b237673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1272 | 2024.12.12 04:04:39.293251 [ 264 ] {a067855a-ece0-4df1-918a-93205b237673} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1273 | 2024.12.12 04:04:39.293296 [ 264 ] {a067855a-ece0-4df1-918a-93205b237673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1274 | 2024.12.12 04:04:39.293932 [ 264 ] {a067855a-ece0-4df1-918a-93205b237673} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1275 | 2024.12.12 04:04:39.294347 [ 264 ] {a067855a-ece0-4df1-918a-93205b237673} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1276 | 2024.12.12 04:04:39.294589 [ 264 ] {a067855a-ece0-4df1-918a-93205b237673} <Debug> executeQuery: Read 11 rows, 1.93 KiB in 0.002256 sec., 4875.886524822695 rows/sec., 856.66 KiB/sec. | ||
| 1277 | 2024.12.12 04:04:39.294655 [ 264 ] {a067855a-ece0-4df1-918a-93205b237673} <Debug> TCPHandler: Processed in 0.002533486 sec. | ||
| 1278 | 2024.12.12 04:04:39.294817 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1279 | 2024.12.12 04:04:39.294947 [ 258 ] {bf78404f-132f-4166-9c23-ec23c00fc1bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1280 | 2024.12.12 04:04:39.294999 [ 258 ] {bf78404f-132f-4166-9c23-ec23c00fc1bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1281 | 2024.12.12 04:04:39.296119 [ 258 ] {bf78404f-132f-4166-9c23-ec23c00fc1bc} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1282 | 2024.12.12 04:04:39.296160 [ 258 ] {bf78404f-132f-4166-9c23-ec23c00fc1bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1283 | 2024.12.12 04:04:39.296784 [ 258 ] {bf78404f-132f-4166-9c23-ec23c00fc1bc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1284 | 2024.12.12 04:04:39.297353 [ 258 ] {bf78404f-132f-4166-9c23-ec23c00fc1bc} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1285 | 2024.12.12 04:04:39.297594 [ 258 ] {bf78404f-132f-4166-9c23-ec23c00fc1bc} <Debug> executeQuery: Read 1197 rows, 101.04 KiB in 0.002674 sec., 447643.9790575916 rows/sec., 36.90 MiB/sec. | ||
| 1286 | 2024.12.12 04:04:39.297743 [ 258 ] {bf78404f-132f-4166-9c23-ec23c00fc1bc} <Debug> TCPHandler: Processed in 0.002987948 sec. | ||
| 1287 | 2024.12.12 04:04:39.297905 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1288 | 2024.12.12 04:04:39.298034 [ 264 ] {bffcdde8-e421-476a-b0d7-d2a24c3332b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1289 | 2024.12.12 04:04:39.298087 [ 264 ] {bffcdde8-e421-476a-b0d7-d2a24c3332b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1290 | 2024.12.12 04:04:39.298826 [ 264 ] {bffcdde8-e421-476a-b0d7-d2a24c3332b1} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1291 | 2024.12.12 04:04:39.298866 [ 264 ] {bffcdde8-e421-476a-b0d7-d2a24c3332b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1292 | 2024.12.12 04:04:39.299372 [ 264 ] {bffcdde8-e421-476a-b0d7-d2a24c3332b1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1293 | 2024.12.12 04:04:39.299984 [ 264 ] {bffcdde8-e421-476a-b0d7-d2a24c3332b1} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1294 | 2024.12.12 04:04:39.300241 [ 264 ] {bffcdde8-e421-476a-b0d7-d2a24c3332b1} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002235 sec., 102013.42281879195 rows/sec., 6.91 MiB/sec. | ||
| 1295 | 2024.12.12 04:04:39.300309 [ 264 ] {bffcdde8-e421-476a-b0d7-d2a24c3332b1} <Debug> TCPHandler: Processed in 0.002464175 sec. | ||
| 1296 | 2024.12.12 04:04:39.300486 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1297 | 2024.12.12 04:04:39.300619 [ 258 ] {b08a1d17-6089-41f1-a48b-71fa1a795318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1298 | 2024.12.12 04:04:39.300675 [ 258 ] {b08a1d17-6089-41f1-a48b-71fa1a795318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1299 | 2024.12.12 04:04:39.301828 [ 258 ] {b08a1d17-6089-41f1-a48b-71fa1a795318} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1300 | 2024.12.12 04:04:39.301874 [ 258 ] {b08a1d17-6089-41f1-a48b-71fa1a795318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1301 | 2024.12.12 04:04:39.302814 [ 258 ] {b08a1d17-6089-41f1-a48b-71fa1a795318} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1302 | 2024.12.12 04:04:39.303386 [ 258 ] {b08a1d17-6089-41f1-a48b-71fa1a795318} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1303 | 2024.12.12 04:04:39.303675 [ 258 ] {b08a1d17-6089-41f1-a48b-71fa1a795318} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.003068 sec., 169491.5254237288 rows/sec., 12.54 MiB/sec. | ||
| 1304 | 2024.12.12 04:04:39.303758 [ 258 ] {b08a1d17-6089-41f1-a48b-71fa1a795318} <Debug> TCPHandler: Processed in 0.003340407 sec. | ||
| 1305 | 2024.12.12 04:04:39.303960 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1306 | 2024.12.12 04:04:39.304100 [ 264 ] {bddffd25-547e-4489-9208-6ce54f3d6b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1307 | 2024.12.12 04:04:39.304158 [ 264 ] {bddffd25-547e-4489-9208-6ce54f3d6b87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1308 | 2024.12.12 04:04:39.305448 [ 264 ] {bddffd25-547e-4489-9208-6ce54f3d6b87} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1309 | 2024.12.12 04:04:39.305499 [ 264 ] {bddffd25-547e-4489-9208-6ce54f3d6b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1310 | 2024.12.12 04:04:39.306449 [ 264 ] {bddffd25-547e-4489-9208-6ce54f3d6b87} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1311 | 2024.12.12 04:04:39.306952 [ 264 ] {bddffd25-547e-4489-9208-6ce54f3d6b87} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1312 | 2024.12.12 04:04:39.307186 [ 264 ] {bddffd25-547e-4489-9208-6ce54f3d6b87} <Debug> executeQuery: Read 1347 rows, 92.18 KiB in 0.003116 sec., 432284.9807445443 rows/sec., 28.89 MiB/sec. | ||
| 1313 | 2024.12.12 04:04:39.307239 [ 264 ] {bddffd25-547e-4489-9208-6ce54f3d6b87} <Debug> TCPHandler: Processed in 0.003361578 sec. | ||
| 1314 | 2024.12.12 04:04:39.307399 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1315 | 2024.12.12 04:04:39.307523 [ 258 ] {9e81b15e-dc5b-473c-b262-76fe8f342507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1316 | 2024.12.12 04:04:39.307576 [ 258 ] {9e81b15e-dc5b-473c-b262-76fe8f342507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1317 | 2024.12.12 04:04:39.308068 [ 258 ] {9e81b15e-dc5b-473c-b262-76fe8f342507} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1318 | 2024.12.12 04:04:39.308106 [ 258 ] {9e81b15e-dc5b-473c-b262-76fe8f342507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1319 | 2024.12.12 04:04:39.308592 [ 258 ] {9e81b15e-dc5b-473c-b262-76fe8f342507} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1320 | 2024.12.12 04:04:39.309047 [ 258 ] {9e81b15e-dc5b-473c-b262-76fe8f342507} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1321 | 2024.12.12 04:04:39.309246 [ 258 ] {9e81b15e-dc5b-473c-b262-76fe8f342507} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001751 sec., 6853.226727584238 rows/sec., 472.94 KiB/sec. | ||
| 1322 | 2024.12.12 04:04:39.309297 [ 258 ] {9e81b15e-dc5b-473c-b262-76fe8f342507} <Debug> TCPHandler: Processed in 0.001970712 sec. | ||
| 1323 | 2024.12.12 04:04:43.378177 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1324 | 2024.12.12 04:04:43.378381 [ 258 ] {561f7dc2-c161-4d38-808f-aca7304beb34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1325 | 2024.12.12 04:04:43.378450 [ 258 ] {561f7dc2-c161-4d38-808f-aca7304beb34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1326 | 2024.12.12 04:04:43.379207 [ 258 ] {561f7dc2-c161-4d38-808f-aca7304beb34} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1327 | 2024.12.12 04:04:43.379250 [ 258 ] {561f7dc2-c161-4d38-808f-aca7304beb34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1328 | 2024.12.12 04:04:43.379773 [ 258 ] {561f7dc2-c161-4d38-808f-aca7304beb34} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1329 | 2024.12.12 04:04:43.380298 [ 258 ] {561f7dc2-c161-4d38-808f-aca7304beb34} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1330 | 2024.12.12 04:04:43.380520 [ 258 ] {561f7dc2-c161-4d38-808f-aca7304beb34} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002195 sec., 25512.5284738041 rows/sec., 1.96 MiB/sec. | ||
| 1331 | 2024.12.12 04:04:43.380583 [ 258 ] {561f7dc2-c161-4d38-808f-aca7304beb34} <Debug> TCPHandler: Processed in 0.002534866 sec. | ||
| 1332 | 2024.12.12 04:04:43.380875 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1333 | 2024.12.12 04:04:43.381083 [ 264 ] {89a0e999-92e4-4e8d-9dd4-8bcd3a19a709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1334 | 2024.12.12 04:04:43.381198 [ 264 ] {89a0e999-92e4-4e8d-9dd4-8bcd3a19a709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1335 | 2024.12.12 04:04:43.382017 [ 264 ] {89a0e999-92e4-4e8d-9dd4-8bcd3a19a709} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1336 | 2024.12.12 04:04:43.382073 [ 264 ] {89a0e999-92e4-4e8d-9dd4-8bcd3a19a709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1337 | 2024.12.12 04:04:43.382706 [ 264 ] {89a0e999-92e4-4e8d-9dd4-8bcd3a19a709} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1338 | 2024.12.12 04:04:43.383241 [ 264 ] {89a0e999-92e4-4e8d-9dd4-8bcd3a19a709} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1339 | 2024.12.12 04:04:43.383542 [ 264 ] {89a0e999-92e4-4e8d-9dd4-8bcd3a19a709} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002516 sec., 25437.201907790142 rows/sec., 1.99 MiB/sec. | ||
| 1340 | 2024.12.12 04:04:43.383705 [ 264 ] {89a0e999-92e4-4e8d-9dd4-8bcd3a19a709} <Debug> TCPHandler: Processed in 0.002985798 sec. | ||
| 1341 | 2024.12.12 04:04:43.383892 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1342 | 2024.12.12 04:04:43.384024 [ 258 ] {e0f2f020-6567-4eac-b91c-76691f9a7a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1343 | 2024.12.12 04:04:43.384081 [ 258 ] {e0f2f020-6567-4eac-b91c-76691f9a7a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1344 | 2024.12.12 04:04:43.384649 [ 258 ] {e0f2f020-6567-4eac-b91c-76691f9a7a89} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1345 | 2024.12.12 04:04:43.384690 [ 258 ] {e0f2f020-6567-4eac-b91c-76691f9a7a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1346 | 2024.12.12 04:04:43.385247 [ 258 ] {e0f2f020-6567-4eac-b91c-76691f9a7a89} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1347 | 2024.12.12 04:04:43.385879 [ 258 ] {e0f2f020-6567-4eac-b91c-76691f9a7a89} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1348 | 2024.12.12 04:04:43.386203 [ 258 ] {e0f2f020-6567-4eac-b91c-76691f9a7a89} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002205 sec., 58049.88662131519 rows/sec., 4.04 MiB/sec. | ||
| 1349 | 2024.12.12 04:04:43.386298 [ 258 ] {e0f2f020-6567-4eac-b91c-76691f9a7a89} <Debug> TCPHandler: Processed in 0.002474415 sec. | ||
| 1350 | 2024.12.12 04:04:43.386483 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1351 | 2024.12.12 04:04:43.386618 [ 264 ] {3a747143-196b-4673-b344-663be7703e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1352 | 2024.12.12 04:04:43.386675 [ 264 ] {3a747143-196b-4673-b344-663be7703e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1353 | 2024.12.12 04:04:43.387193 [ 264 ] {3a747143-196b-4673-b344-663be7703e2f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1354 | 2024.12.12 04:04:43.387235 [ 264 ] {3a747143-196b-4673-b344-663be7703e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1355 | 2024.12.12 04:04:43.387757 [ 264 ] {3a747143-196b-4673-b344-663be7703e2f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1356 | 2024.12.12 04:04:43.388258 [ 264 ] {3a747143-196b-4673-b344-663be7703e2f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1357 | 2024.12.12 04:04:43.388500 [ 264 ] {3a747143-196b-4673-b344-663be7703e2f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001912 sec., 25104.60251046025 rows/sec., 1.69 MiB/sec. | ||
| 1358 | 2024.12.12 04:04:43.388552 [ 264 ] {3a747143-196b-4673-b344-663be7703e2f} <Debug> TCPHandler: Processed in 0.002132476 sec. | ||
| 1359 | 2024.12.12 04:04:44.244994 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1360 | 2024.12.12 04:04:44.245635 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1361 | 2024.12.12 04:04:44.245681 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1362 | 2024.12.12 04:04:44.246252 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1363 | 2024.12.12 04:04:44.246539 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1364 | 2024.12.12 04:04:44.246733 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1365 | 2024.12.12 04:04:44.365627 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1366 | 2024.12.12 04:04:44.394999 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1367 | 2024.12.12 04:04:44.395130 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1368 | 2024.12.12 04:04:44.402411 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1369 | 2024.12.12 04:04:44.403355 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1370 | 2024.12.12 04:04:44.408188 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1371 | 2024.12.12 04:04:45.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.95 MiB, peak 162.95 MiB, free memory in arenas 0.00 B, will set to 160.32 MiB (RSS), difference: 1.37 MiB | ||
| 1372 | 2024.12.12 04:04:46.728280 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 212 | ||
| 1373 | 2024.12.12 04:04:46.731756 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1374 | 2024.12.12 04:04:46.731815 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1375 | 2024.12.12 04:04:46.733340 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1376 | 2024.12.12 04:04:46.733687 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1377 | 2024.12.12 04:04:46.734338 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 212 | ||
| 1378 | 2024.12.12 04:04:48.380922 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1379 | 2024.12.12 04:04:48.381108 [ 258 ] {adc7cc09-9f31-430c-9764-cc3678faea11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1380 | 2024.12.12 04:04:48.381181 [ 258 ] {adc7cc09-9f31-430c-9764-cc3678faea11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1381 | 2024.12.12 04:04:48.382009 [ 258 ] {adc7cc09-9f31-430c-9764-cc3678faea11} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1382 | 2024.12.12 04:04:48.382055 [ 258 ] {adc7cc09-9f31-430c-9764-cc3678faea11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1383 | 2024.12.12 04:04:48.382489 [ 258 ] {adc7cc09-9f31-430c-9764-cc3678faea11} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1384 | 2024.12.12 04:04:48.382747 [ 258 ] {adc7cc09-9f31-430c-9764-cc3678faea11} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1385 | 2024.12.12 04:04:48.382964 [ 87 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1386 | 2024.12.12 04:04:48.383019 [ 258 ] {adc7cc09-9f31-430c-9764-cc3678faea11} <Debug> executeQuery: Read 118 rows, 10.31 KiB in 0.001958 sec., 60265.577119509704 rows/sec., 5.14 MiB/sec. | ||
| 1387 | 2024.12.12 04:04:48.383111 [ 87 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1388 | 2024.12.12 04:04:48.383131 [ 258 ] {adc7cc09-9f31-430c-9764-cc3678faea11} <Debug> TCPHandler: Processed in 0.002334421 sec. | ||
| 1389 | 2024.12.12 04:04:48.383182 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1390 | 2024.12.12 04:04:48.383476 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1391 | 2024.12.12 04:04:48.383704 [ 264 ] {d5dc2419-53f0-4654-9332-859ad46def6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1392 | 2024.12.12 04:04:48.383786 [ 264 ] {d5dc2419-53f0-4654-9332-859ad46def6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1393 | 2024.12.12 04:04:48.384542 [ 264 ] {d5dc2419-53f0-4654-9332-859ad46def6a} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1394 | 2024.12.12 04:04:48.384589 [ 264 ] {d5dc2419-53f0-4654-9332-859ad46def6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1395 | 2024.12.12 04:04:48.385030 [ 264 ] {d5dc2419-53f0-4654-9332-859ad46def6a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1396 | 2024.12.12 04:04:48.385287 [ 264 ] {d5dc2419-53f0-4654-9332-859ad46def6a} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1397 | 2024.12.12 04:04:48.385516 [ 264 ] {d5dc2419-53f0-4654-9332-859ad46def6a} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001871 sec., 16568.679850347406 rows/sec., 1.22 MiB/sec. | ||
| 1398 | 2024.12.12 04:04:48.385573 [ 264 ] {d5dc2419-53f0-4654-9332-859ad46def6a} <Debug> TCPHandler: Processed in 0.00228949 sec. | ||
| 1399 | 2024.12.12 04:04:48.385737 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1400 | 2024.12.12 04:04:48.385856 [ 258 ] {d7ab7eb9-8cd3-43ee-8bb0-82d585d6465d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1401 | 2024.12.12 04:04:48.385909 [ 258 ] {d7ab7eb9-8cd3-43ee-8bb0-82d585d6465d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1402 | 2024.12.12 04:04:48.386654 [ 258 ] {d7ab7eb9-8cd3-43ee-8bb0-82d585d6465d} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1403 | 2024.12.12 04:04:48.386704 [ 258 ] {d7ab7eb9-8cd3-43ee-8bb0-82d585d6465d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1404 | 2024.12.12 04:04:48.387115 [ 258 ] {d7ab7eb9-8cd3-43ee-8bb0-82d585d6465d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1405 | 2024.12.12 04:04:48.387376 [ 258 ] {d7ab7eb9-8cd3-43ee-8bb0-82d585d6465d} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1406 | 2024.12.12 04:04:48.387457 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 1407 | 2024.12.12 04:04:48.387676 [ 87 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1408 | 2024.12.12 04:04:48.387823 [ 258 ] {d7ab7eb9-8cd3-43ee-8bb0-82d585d6465d} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001959 sec., 48494.12965798877 rows/sec., 3.79 MiB/sec. | ||
| 1409 | 2024.12.12 04:04:48.387823 [ 87 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1410 | 2024.12.12 04:04:48.387888 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1411 | 2024.12.12 04:04:48.387968 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1412 | 2024.12.12 04:04:48.388019 [ 258 ] {d7ab7eb9-8cd3-43ee-8bb0-82d585d6465d} <Debug> TCPHandler: Processed in 0.002342191 sec. | ||
| 1413 | 2024.12.12 04:04:48.388142 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 51 rows starting from the beginning of the part | ||
| 1414 | 2024.12.12 04:04:48.388347 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1415 | 2024.12.12 04:04:48.389136 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 1416 | 2024.12.12 04:04:48.389198 [ 264 ] {7edf4edb-788f-47c3-a6ea-1e9371cd4155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1417 | 2024.12.12 04:04:48.389365 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 1418 | 2024.12.12 04:04:48.389472 [ 264 ] {7edf4edb-788f-47c3-a6ea-1e9371cd4155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1419 | 2024.12.12 04:04:48.389714 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 84 rows starting from the beginning of the part | ||
| 1420 | 2024.12.12 04:04:48.390237 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1421 | 2024.12.12 04:04:48.390383 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1197 rows starting from the beginning of the part | ||
| 1422 | 2024.12.12 04:04:48.390491 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 46 rows starting from the beginning of the part | ||
| 1423 | 2024.12.12 04:04:48.390873 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 1424 | 2024.12.12 04:04:48.391261 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 1425 | 2024.12.12 04:04:48.391515 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 118 rows starting from the beginning of the part | ||
| 1426 | 2024.12.12 04:04:48.391932 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 65 rows starting from the beginning of the part | ||
| 1427 | 2024.12.12 04:04:48.392741 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 520 rows starting from the beginning of the part | ||
| 1428 | 2024.12.12 04:04:48.393123 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
| 1429 | 2024.12.12 04:04:48.393544 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 95 rows starting from the beginning of the part | ||
| 1430 | 2024.12.12 04:04:48.395227 [ 264 ] {7edf4edb-788f-47c3-a6ea-1e9371cd4155} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1431 | 2024.12.12 04:04:48.395317 [ 264 ] {7edf4edb-788f-47c3-a6ea-1e9371cd4155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1432 | 2024.12.12 04:04:48.397239 [ 264 ] {7edf4edb-788f-47c3-a6ea-1e9371cd4155} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1433 | 2024.12.12 04:04:48.398212 [ 264 ] {7edf4edb-788f-47c3-a6ea-1e9371cd4155} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1434 | 2024.12.12 04:04:48.398263 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1532 rows, containing 5 columns (5 merged, 0 gathered) in 0.014931728 sec., 102600.3152481749 rows/sec., 8.88 MiB/sec. | ||
| 1435 | 2024.12.12 04:04:48.398713 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1436 | 2024.12.12 04:04:48.398685 [ 87 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1437 | 2024.12.12 04:04:48.399062 [ 264 ] {7edf4edb-788f-47c3-a6ea-1e9371cd4155} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.010155 sec., 15755.785327424912 rows/sec., 1.10 MiB/sec. | ||
| 1438 | 2024.12.12 04:04:48.399084 [ 87 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1439 | 2024.12.12 04:04:48.399261 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1440 | 2024.12.12 04:04:48.399635 [ 264 ] {7edf4edb-788f-47c3-a6ea-1e9371cd4155} <Debug> TCPHandler: Processed in 0.011468972 sec. | ||
| 1441 | 2024.12.12 04:04:48.399995 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1442 | 2024.12.12 04:04:48.400033 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 1443 | 2024.12.12 04:04:48.400675 [ 258 ] {bb9383e0-a31f-4c28-abc0-3acd792b3405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1444 | 2024.12.12 04:04:48.400816 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 818 rows, containing 5 columns (5 merged, 0 gathered) in 0.012620009 sec., 64817.70337881693 rows/sec., 5.14 MiB/sec. | ||
| 1445 | 2024.12.12 04:04:48.400863 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_6_1} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1446 | 2024.12.12 04:04:48.400940 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1447 | 2024.12.12 04:04:48.401155 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 100 rows starting from the beginning of the part | ||
| 1448 | 2024.12.12 04:04:48.401212 [ 258 ] {bb9383e0-a31f-4c28-abc0-3acd792b3405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1449 | 2024.12.12 04:04:48.401316 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1450 | 2024.12.12 04:04:48.401820 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
| 1451 | 2024.12.12 04:04:48.402456 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part | ||
| 1452 | 2024.12.12 04:04:48.403007 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1347 rows starting from the beginning of the part | ||
| 1453 | 2024.12.12 04:04:48.403165 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_6_1} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1454 | 2024.12.12 04:04:48.403471 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 128 rows starting from the beginning of the part | ||
| 1455 | 2024.12.12 04:04:48.403675 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_6_1} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1456 | 2024.12.12 04:04:48.403790 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_6_1} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1457 | 2024.12.12 04:04:48.404105 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1458 | 2024.12.12 04:04:48.404246 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 1459 | 2024.12.12 04:04:48.404851 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 1460 | 2024.12.12 04:04:48.405864 [ 258 ] {bb9383e0-a31f-4c28-abc0-3acd792b3405} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1461 | 2024.12.12 04:04:48.405908 [ 258 ] {bb9383e0-a31f-4c28-abc0-3acd792b3405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1462 | 2024.12.12 04:04:48.406580 [ 258 ] {bb9383e0-a31f-4c28-abc0-3acd792b3405} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1463 | 2024.12.12 04:04:48.406847 [ 258 ] {bb9383e0-a31f-4c28-abc0-3acd792b3405} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1464 | 2024.12.12 04:04:48.407396 [ 258 ] {bb9383e0-a31f-4c28-abc0-3acd792b3405} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006955 sec., 4457.225017972682 rows/sec., 7.99 MiB/sec. | ||
| 1465 | 2024.12.12 04:04:48.407697 [ 258 ] {bb9383e0-a31f-4c28-abc0-3acd792b3405} <Debug> TCPHandler: Processed in 0.007919217 sec. | ||
| 1466 | 2024.12.12 04:04:48.407939 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1467 | 2024.12.12 04:04:48.408217 [ 264 ] {7267c169-62c6-403a-946b-bf51772e01a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1468 | 2024.12.12 04:04:48.408314 [ 264 ] {7267c169-62c6-403a-946b-bf51772e01a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1469 | 2024.12.12 04:04:48.410090 [ 264 ] {7267c169-62c6-403a-946b-bf51772e01a5} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1470 | 2024.12.12 04:04:48.410145 [ 264 ] {7267c169-62c6-403a-946b-bf51772e01a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1471 | 2024.12.12 04:04:48.410871 [ 188 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1935 rows, containing 5 columns (5 merged, 0 gathered) in 0.011295744 sec., 171303.45730214848 rows/sec., 11.59 MiB/sec. | ||
| 1472 | 2024.12.12 04:04:48.410989 [ 264 ] {7267c169-62c6-403a-946b-bf51772e01a5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1473 | 2024.12.12 04:04:48.411185 [ 188 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1474 | 2024.12.12 04:04:48.411418 [ 264 ] {7267c169-62c6-403a-946b-bf51772e01a5} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1475 | 2024.12.12 04:04:48.411756 [ 87 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1476 | 2024.12.12 04:04:48.411879 [ 87 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1477 | 2024.12.12 04:04:48.411901 [ 188 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1478 | 2024.12.12 04:04:48.411944 [ 264 ] {7267c169-62c6-403a-946b-bf51772e01a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003794 sec., 15814.443858724302 rows/sec., 1.07 MiB/sec. | ||
| 1479 | 2024.12.12 04:04:48.411978 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1480 | 2024.12.12 04:04:48.412231 [ 188 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1481 | 2024.12.12 04:04:48.412275 [ 264 ] {7267c169-62c6-403a-946b-bf51772e01a5} <Debug> TCPHandler: Processed in 0.004457087 sec. | ||
| 1482 | 2024.12.12 04:04:48.412511 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 1483 | 2024.12.12 04:04:48.412529 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 1484 | 2024.12.12 04:04:48.412676 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1485 | 2024.12.12 04:04:48.412707 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
| 1486 | 2024.12.12 04:04:48.412775 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1487 | 2024.12.12 04:04:48.412858 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
| 1488 | 2024.12.12 04:04:48.413102 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 1489 | 2024.12.12 04:04:48.413174 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part | ||
| 1490 | 2024.12.12 04:04:48.413404 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 1491 | 2024.12.12 04:04:48.414315 [ 187 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 4 columns (4 merged, 0 gathered) in 0.002146904 sec., 97815.27259719113 rows/sec., 6.64 MiB/sec. | ||
| 1492 | 2024.12.12 04:04:48.414476 [ 189 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1493 | 2024.12.12 04:04:48.414775 [ 189 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_6_1} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1494 | 2024.12.12 04:04:48.414852 [ 189 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_6_1} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1495 | 2024.12.12 04:04:48.414937 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1496 | 2024.12.12 04:04:51.661909 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1497 | 2024.12.12 04:04:51.661984 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1498 | 2024.12.12 04:04:51.746856 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1499 | 2024.12.12 04:04:51.747514 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1500 | 2024.12.12 04:04:51.747563 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1501 | 2024.12.12 04:04:51.748112 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1502 | 2024.12.12 04:04:51.748381 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1503 | 2024.12.12 04:04:51.748582 [ 81 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1504 | 2024.12.12 04:04:51.748641 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1505 | 2024.12.12 04:04:51.748664 [ 81 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1506 | 2024.12.12 04:04:51.748693 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1507 | 2024.12.12 04:04:51.748861 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 1508 | 2024.12.12 04:04:51.749024 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1509 | 2024.12.12 04:04:51.749058 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part | ||
| 1510 | 2024.12.12 04:04:51.749123 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part | ||
| 1511 | 2024.12.12 04:04:51.749210 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part | ||
| 1512 | 2024.12.12 04:04:51.749441 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part | ||
| 1513 | 2024.12.12 04:04:51.749687 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part | ||
| 1514 | 2024.12.12 04:04:51.749786 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part | ||
| 1515 | 2024.12.12 04:04:51.767058 [ 187 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.018287275 sec., 153440.02865380436 rows/sec., 2.19 MiB/sec. | ||
| 1516 | 2024.12.12 04:04:51.768114 [ 187 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1517 | 2024.12.12 04:04:51.768477 [ 187 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_6_1} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1518 | 2024.12.12 04:04:51.768572 [ 187 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_6_1} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1519 | 2024.12.12 04:04:51.768685 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1520 | 2024.12.12 04:04:51.908267 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1521 | 2024.12.12 04:04:51.928556 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1522 | 2024.12.12 04:04:51.928623 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1523 | 2024.12.12 04:04:51.935239 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1524 | 2024.12.12 04:04:51.936015 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1525 | 2024.12.12 04:04:51.936439 [ 81 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1526 | 2024.12.12 04:04:51.936601 [ 81 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1527 | 2024.12.12 04:04:51.936703 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1528 | 2024.12.12 04:04:51.937047 [ 187 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 1529 | 2024.12.12 04:04:51.945339 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1530 | 2024.12.12 04:04:51.946521 [ 187 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1531 | 2024.12.12 04:04:51.947378 [ 187 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 1532 | 2024.12.12 04:04:51.951988 [ 187 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 1533 | 2024.12.12 04:04:51.956377 [ 187 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part | ||
| 1534 | 2024.12.12 04:04:51.960779 [ 187 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 1535 | 2024.12.12 04:04:51.971438 [ 187 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 1536 | 2024.12.12 04:04:51.975794 [ 187 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
| 1537 | 2024.12.12 04:04:52.000197 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.33 MiB, peak 171.33 MiB, free memory in arenas 0.00 B, will set to 164.16 MiB (RSS), difference: -7.18 MiB | ||
| 1538 | 2024.12.12 04:04:52.036640 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.099747146 sec., 461.166076872014 rows/sec., 2.38 MiB/sec. | ||
| 1539 | 2024.12.12 04:04:52.039197 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1540 | 2024.12.12 04:04:52.042043 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_6_1} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1541 | 2024.12.12 04:04:52.042158 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_6_1} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1542 | 2024.12.12 04:04:52.044401 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1543 | 2024.12.12 04:04:53.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.74 MiB, peak 171.33 MiB, free memory in arenas 0.00 B, will set to 164.61 MiB (RSS), difference: 9.87 MiB | ||
| 1544 | 2024.12.12 04:04:53.378852 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1545 | 2024.12.12 04:04:53.379068 [ 258 ] {c05c0f20-836b-4537-8667-062196c11482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1546 | 2024.12.12 04:04:53.379149 [ 258 ] {c05c0f20-836b-4537-8667-062196c11482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1547 | 2024.12.12 04:04:53.379924 [ 258 ] {c05c0f20-836b-4537-8667-062196c11482} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1548 | 2024.12.12 04:04:53.379975 [ 258 ] {c05c0f20-836b-4537-8667-062196c11482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1549 | 2024.12.12 04:04:53.380417 [ 258 ] {c05c0f20-836b-4537-8667-062196c11482} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1550 | 2024.12.12 04:04:53.380671 [ 258 ] {c05c0f20-836b-4537-8667-062196c11482} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1551 | 2024.12.12 04:04:53.380924 [ 258 ] {c05c0f20-836b-4537-8667-062196c11482} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001915 sec., 29242.819843342037 rows/sec., 2.25 MiB/sec. | ||
| 1552 | 2024.12.12 04:04:53.380982 [ 258 ] {c05c0f20-836b-4537-8667-062196c11482} <Debug> TCPHandler: Processed in 0.002269059 sec. | ||
| 1553 | 2024.12.12 04:04:53.381259 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1554 | 2024.12.12 04:04:53.381477 [ 264 ] {ab00dac6-b355-4312-8726-bfafe6bb8119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1555 | 2024.12.12 04:04:53.381565 [ 264 ] {ab00dac6-b355-4312-8726-bfafe6bb8119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1556 | 2024.12.12 04:04:53.382444 [ 264 ] {ab00dac6-b355-4312-8726-bfafe6bb8119} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1557 | 2024.12.12 04:04:53.382505 [ 264 ] {ab00dac6-b355-4312-8726-bfafe6bb8119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1558 | 2024.12.12 04:04:53.382959 [ 264 ] {ab00dac6-b355-4312-8726-bfafe6bb8119} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1559 | 2024.12.12 04:04:53.383223 [ 264 ] {ab00dac6-b355-4312-8726-bfafe6bb8119} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1560 | 2024.12.12 04:04:53.383462 [ 264 ] {ab00dac6-b355-4312-8726-bfafe6bb8119} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002049 sec., 31234.748657881893 rows/sec., 2.44 MiB/sec. | ||
| 1561 | 2024.12.12 04:04:53.383531 [ 264 ] {ab00dac6-b355-4312-8726-bfafe6bb8119} <Debug> TCPHandler: Processed in 0.002421944 sec. | ||
| 1562 | 2024.12.12 04:04:53.383703 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1563 | 2024.12.12 04:04:53.383830 [ 258 ] {98361689-9a06-41ab-a344-bf79d2662b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1564 | 2024.12.12 04:04:53.383885 [ 258 ] {98361689-9a06-41ab-a344-bf79d2662b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1565 | 2024.12.12 04:04:53.384468 [ 258 ] {98361689-9a06-41ab-a344-bf79d2662b3c} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1566 | 2024.12.12 04:04:53.384508 [ 258 ] {98361689-9a06-41ab-a344-bf79d2662b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1567 | 2024.12.12 04:04:53.384925 [ 258 ] {98361689-9a06-41ab-a344-bf79d2662b3c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1568 | 2024.12.12 04:04:53.385172 [ 258 ] {98361689-9a06-41ab-a344-bf79d2662b3c} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1569 | 2024.12.12 04:04:53.385439 [ 258 ] {98361689-9a06-41ab-a344-bf79d2662b3c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001633 sec., 97979.17942437233 rows/sec., 6.82 MiB/sec. | ||
| 1570 | 2024.12.12 04:04:53.385596 [ 258 ] {98361689-9a06-41ab-a344-bf79d2662b3c} <Debug> TCPHandler: Processed in 0.001956031 sec. | ||
| 1571 | 2024.12.12 04:04:53.385765 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1572 | 2024.12.12 04:04:53.385914 [ 264 ] {c46ecfd6-0576-4e1a-9d7f-0343f0dceab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1573 | 2024.12.12 04:04:53.385981 [ 264 ] {c46ecfd6-0576-4e1a-9d7f-0343f0dceab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1574 | 2024.12.12 04:04:53.386510 [ 264 ] {c46ecfd6-0576-4e1a-9d7f-0343f0dceab2} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1575 | 2024.12.12 04:04:53.386551 [ 264 ] {c46ecfd6-0576-4e1a-9d7f-0343f0dceab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1576 | 2024.12.12 04:04:53.386938 [ 264 ] {c46ecfd6-0576-4e1a-9d7f-0343f0dceab2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1577 | 2024.12.12 04:04:53.387180 [ 264 ] {c46ecfd6-0576-4e1a-9d7f-0343f0dceab2} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1578 | 2024.12.12 04:04:53.387385 [ 264 ] {c46ecfd6-0576-4e1a-9d7f-0343f0dceab2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001509 sec., 39761.431411530815 rows/sec., 2.68 MiB/sec. | ||
| 1579 | 2024.12.12 04:04:53.387435 [ 264 ] {c46ecfd6-0576-4e1a-9d7f-0343f0dceab2} <Debug> TCPHandler: Processed in 0.001742205 sec. | ||
| 1580 | 2024.12.12 04:04:56.734674 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 232 | ||
| 1581 | 2024.12.12 04:04:56.737710 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1582 | 2024.12.12 04:04:56.737753 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1583 | 2024.12.12 04:04:56.739169 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1584 | 2024.12.12 04:04:56.739471 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1585 | 2024.12.12 04:04:56.740023 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 232 | ||
| 1586 | 2024.12.12 04:04:58.375270 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1587 | 2024.12.12 04:04:58.375533 [ 258 ] {e60847cf-6bbb-4be4-95d1-b310de714bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1588 | 2024.12.12 04:04:58.375949 [ 258 ] {e60847cf-6bbb-4be4-95d1-b310de714bb8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1589 | 2024.12.12 04:04:58.375999 [ 258 ] {e60847cf-6bbb-4be4-95d1-b310de714bb8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1590 | 2024.12.12 04:04:58.376351 [ 258 ] {e60847cf-6bbb-4be4-95d1-b310de714bb8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1591 | 2024.12.12 04:04:58.376431 [ 258 ] {e60847cf-6bbb-4be4-95d1-b310de714bb8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1592 | 2024.12.12 04:04:58.376606 [ 258 ] {e60847cf-6bbb-4be4-95d1-b310de714bb8} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1593 | 2024.12.12 04:04:58.376777 [ 295 ] {e60847cf-6bbb-4be4-95d1-b310de714bb8} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1594 | 2024.12.12 04:04:58.376874 [ 296 ] {e60847cf-6bbb-4be4-95d1-b310de714bb8} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1595 | 2024.12.12 04:04:58.376998 [ 258 ] {e60847cf-6bbb-4be4-95d1-b310de714bb8} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1596 | 2024.12.12 04:04:58.377030 [ 258 ] {e60847cf-6bbb-4be4-95d1-b310de714bb8} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1597 | 2024.12.12 04:04:58.380934 [ 258 ] {e60847cf-6bbb-4be4-95d1-b310de714bb8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1598 | 2024.12.12 04:04:58.380962 [ 258 ] {e60847cf-6bbb-4be4-95d1-b310de714bb8} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1599 | 2024.12.12 04:04:58.381027 [ 258 ] {e60847cf-6bbb-4be4-95d1-b310de714bb8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1600 | 2024.12.12 04:04:58.381079 [ 258 ] {e60847cf-6bbb-4be4-95d1-b310de714bb8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1601 | 2024.12.12 04:04:58.382489 [ 258 ] {e60847cf-6bbb-4be4-95d1-b310de714bb8} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.007078 sec., 4238.485447866629 rows/sec., 171.50 KiB/sec. | ||
| 1602 | 2024.12.12 04:04:58.382624 [ 258 ] {e60847cf-6bbb-4be4-95d1-b310de714bb8} <Debug> TCPHandler: Processed in 0.007480495 sec. | ||
| 1603 | 2024.12.12 04:04:58.383033 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1604 | 2024.12.12 04:04:58.383304 [ 264 ] {2d128496-bf7a-4021-baff-142350ae0756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1605 | 2024.12.12 04:04:58.383734 [ 264 ] {2d128496-bf7a-4021-baff-142350ae0756} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1606 | 2024.12.12 04:04:58.383787 [ 264 ] {2d128496-bf7a-4021-baff-142350ae0756} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1607 | 2024.12.12 04:04:58.384135 [ 264 ] {2d128496-bf7a-4021-baff-142350ae0756} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1608 | 2024.12.12 04:04:58.384218 [ 264 ] {2d128496-bf7a-4021-baff-142350ae0756} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1609 | 2024.12.12 04:04:58.384405 [ 264 ] {2d128496-bf7a-4021-baff-142350ae0756} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1610 | 2024.12.12 04:04:58.384496 [ 297 ] {2d128496-bf7a-4021-baff-142350ae0756} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1611 | 2024.12.12 04:04:58.384518 [ 295 ] {2d128496-bf7a-4021-baff-142350ae0756} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1612 | 2024.12.12 04:04:58.384635 [ 264 ] {2d128496-bf7a-4021-baff-142350ae0756} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1613 | 2024.12.12 04:04:58.384667 [ 264 ] {2d128496-bf7a-4021-baff-142350ae0756} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1614 | 2024.12.12 04:04:58.384764 [ 264 ] {2d128496-bf7a-4021-baff-142350ae0756} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1615 | 2024.12.12 04:04:58.384787 [ 264 ] {2d128496-bf7a-4021-baff-142350ae0756} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1616 | 2024.12.12 04:04:58.384833 [ 264 ] {2d128496-bf7a-4021-baff-142350ae0756} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1617 | 2024.12.12 04:04:58.384885 [ 264 ] {2d128496-bf7a-4021-baff-142350ae0756} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1618 | 2024.12.12 04:04:58.386021 [ 264 ] {2d128496-bf7a-4021-baff-142350ae0756} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.002847 sec., 10537.40779768177 rows/sec., 426.37 KiB/sec. | ||
| 1619 | 2024.12.12 04:04:58.386201 [ 264 ] {2d128496-bf7a-4021-baff-142350ae0756} <Debug> TCPHandler: Processed in 0.003300657 sec. | ||
| 1620 | 2024.12.12 04:04:58.386767 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1621 | 2024.12.12 04:04:58.386971 [ 258 ] {2edb58e6-7186-45e0-843d-9f439ebbced0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1622 | 2024.12.12 04:04:58.387322 [ 258 ] {2edb58e6-7186-45e0-843d-9f439ebbced0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1623 | 2024.12.12 04:04:58.387372 [ 258 ] {2edb58e6-7186-45e0-843d-9f439ebbced0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1624 | 2024.12.12 04:04:58.387688 [ 258 ] {2edb58e6-7186-45e0-843d-9f439ebbced0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1625 | 2024.12.12 04:04:58.387755 [ 258 ] {2edb58e6-7186-45e0-843d-9f439ebbced0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1626 | 2024.12.12 04:04:58.387908 [ 258 ] {2edb58e6-7186-45e0-843d-9f439ebbced0} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1627 | 2024.12.12 04:04:58.388021 [ 295 ] {2edb58e6-7186-45e0-843d-9f439ebbced0} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1628 | 2024.12.12 04:04:58.388023 [ 296 ] {2edb58e6-7186-45e0-843d-9f439ebbced0} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1629 | 2024.12.12 04:04:58.388152 [ 258 ] {2edb58e6-7186-45e0-843d-9f439ebbced0} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1630 | 2024.12.12 04:04:58.388181 [ 258 ] {2edb58e6-7186-45e0-843d-9f439ebbced0} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1631 | 2024.12.12 04:04:58.388264 [ 258 ] {2edb58e6-7186-45e0-843d-9f439ebbced0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1632 | 2024.12.12 04:04:58.388285 [ 258 ] {2edb58e6-7186-45e0-843d-9f439ebbced0} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1633 | 2024.12.12 04:04:58.388328 [ 258 ] {2edb58e6-7186-45e0-843d-9f439ebbced0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1634 | 2024.12.12 04:04:58.388377 [ 258 ] {2edb58e6-7186-45e0-843d-9f439ebbced0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1635 | 2024.12.12 04:04:58.389450 [ 258 ] {2edb58e6-7186-45e0-843d-9f439ebbced0} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.002582 sec., 11618.900077459333 rows/sec., 470.13 KiB/sec. | ||
| 1636 | 2024.12.12 04:04:58.389585 [ 258 ] {2edb58e6-7186-45e0-843d-9f439ebbced0} <Debug> TCPHandler: Processed in 0.002878304 sec. | ||
| 1637 | 2024.12.12 04:04:58.389839 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1638 | 2024.12.12 04:04:58.390050 [ 264 ] {6c7c8a5c-ab92-4955-ad30-9ad79a984098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1639 | 2024.12.12 04:04:58.390408 [ 264 ] {6c7c8a5c-ab92-4955-ad30-9ad79a984098} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1640 | 2024.12.12 04:04:58.390458 [ 264 ] {6c7c8a5c-ab92-4955-ad30-9ad79a984098} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1641 | 2024.12.12 04:04:58.390779 [ 264 ] {6c7c8a5c-ab92-4955-ad30-9ad79a984098} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1642 | 2024.12.12 04:04:58.390846 [ 264 ] {6c7c8a5c-ab92-4955-ad30-9ad79a984098} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1643 | 2024.12.12 04:04:58.391005 [ 264 ] {6c7c8a5c-ab92-4955-ad30-9ad79a984098} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1644 | 2024.12.12 04:04:58.391093 [ 297 ] {6c7c8a5c-ab92-4955-ad30-9ad79a984098} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1645 | 2024.12.12 04:04:58.391111 [ 296 ] {6c7c8a5c-ab92-4955-ad30-9ad79a984098} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1646 | 2024.12.12 04:04:58.391205 [ 264 ] {6c7c8a5c-ab92-4955-ad30-9ad79a984098} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1647 | 2024.12.12 04:04:58.391234 [ 264 ] {6c7c8a5c-ab92-4955-ad30-9ad79a984098} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1648 | 2024.12.12 04:04:58.391319 [ 264 ] {6c7c8a5c-ab92-4955-ad30-9ad79a984098} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1649 | 2024.12.12 04:04:58.391342 [ 264 ] {6c7c8a5c-ab92-4955-ad30-9ad79a984098} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1650 | 2024.12.12 04:04:58.391385 [ 264 ] {6c7c8a5c-ab92-4955-ad30-9ad79a984098} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1651 | 2024.12.12 04:04:58.391435 [ 264 ] {6c7c8a5c-ab92-4955-ad30-9ad79a984098} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1652 | 2024.12.12 04:04:58.392544 [ 264 ] {6c7c8a5c-ab92-4955-ad30-9ad79a984098} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.002604 sec., 11520.737327188941 rows/sec., 466.15 KiB/sec. | ||
| 1653 | 2024.12.12 04:04:58.392678 [ 264 ] {6c7c8a5c-ab92-4955-ad30-9ad79a984098} <Debug> TCPHandler: Processed in 0.002900506 sec. | ||
| 1654 | 2024.12.12 04:04:58.393036 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1655 | 2024.12.12 04:04:58.393261 [ 258 ] {84634fc2-8e1d-47fc-8283-d13af64a05d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1656 | 2024.12.12 04:04:58.393607 [ 258 ] {84634fc2-8e1d-47fc-8283-d13af64a05d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1657 | 2024.12.12 04:04:58.393657 [ 258 ] {84634fc2-8e1d-47fc-8283-d13af64a05d9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1658 | 2024.12.12 04:04:58.393974 [ 258 ] {84634fc2-8e1d-47fc-8283-d13af64a05d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1659 | 2024.12.12 04:04:58.394040 [ 258 ] {84634fc2-8e1d-47fc-8283-d13af64a05d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1660 | 2024.12.12 04:04:58.394192 [ 258 ] {84634fc2-8e1d-47fc-8283-d13af64a05d9} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1661 | 2024.12.12 04:04:58.394301 [ 295 ] {84634fc2-8e1d-47fc-8283-d13af64a05d9} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1662 | 2024.12.12 04:04:58.394309 [ 296 ] {84634fc2-8e1d-47fc-8283-d13af64a05d9} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1663 | 2024.12.12 04:04:58.394431 [ 258 ] {84634fc2-8e1d-47fc-8283-d13af64a05d9} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1664 | 2024.12.12 04:04:58.394459 [ 258 ] {84634fc2-8e1d-47fc-8283-d13af64a05d9} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1665 | 2024.12.12 04:04:58.394542 [ 258 ] {84634fc2-8e1d-47fc-8283-d13af64a05d9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1666 | 2024.12.12 04:04:58.394562 [ 258 ] {84634fc2-8e1d-47fc-8283-d13af64a05d9} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1667 | 2024.12.12 04:04:58.394604 [ 258 ] {84634fc2-8e1d-47fc-8283-d13af64a05d9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1668 | 2024.12.12 04:04:58.394653 [ 258 ] {84634fc2-8e1d-47fc-8283-d13af64a05d9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1669 | 2024.12.12 04:04:58.395722 [ 258 ] {84634fc2-8e1d-47fc-8283-d13af64a05d9} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.002576 sec., 11645.962732919254 rows/sec., 471.22 KiB/sec. | ||
| 1670 | 2024.12.12 04:04:58.395854 [ 258 ] {84634fc2-8e1d-47fc-8283-d13af64a05d9} <Debug> TCPHandler: Processed in 0.002886175 sec. | ||
| 1671 | 2024.12.12 04:04:58.396093 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1672 | 2024.12.12 04:04:58.396285 [ 264 ] {3cf2170e-aa9d-466a-86c2-6c10b14863bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1673 | 2024.12.12 04:04:58.396627 [ 264 ] {3cf2170e-aa9d-466a-86c2-6c10b14863bd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1674 | 2024.12.12 04:04:58.396676 [ 264 ] {3cf2170e-aa9d-466a-86c2-6c10b14863bd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1675 | 2024.12.12 04:04:58.396992 [ 264 ] {3cf2170e-aa9d-466a-86c2-6c10b14863bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1676 | 2024.12.12 04:04:58.397072 [ 264 ] {3cf2170e-aa9d-466a-86c2-6c10b14863bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1677 | 2024.12.12 04:04:58.397225 [ 264 ] {3cf2170e-aa9d-466a-86c2-6c10b14863bd} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1678 | 2024.12.12 04:04:58.397341 [ 296 ] {3cf2170e-aa9d-466a-86c2-6c10b14863bd} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1679 | 2024.12.12 04:04:58.397347 [ 297 ] {3cf2170e-aa9d-466a-86c2-6c10b14863bd} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1680 | 2024.12.12 04:04:58.397451 [ 264 ] {3cf2170e-aa9d-466a-86c2-6c10b14863bd} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1681 | 2024.12.12 04:04:58.397475 [ 264 ] {3cf2170e-aa9d-466a-86c2-6c10b14863bd} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1682 | 2024.12.12 04:04:58.397554 [ 264 ] {3cf2170e-aa9d-466a-86c2-6c10b14863bd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1683 | 2024.12.12 04:04:58.397575 [ 264 ] {3cf2170e-aa9d-466a-86c2-6c10b14863bd} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1684 | 2024.12.12 04:04:58.397615 [ 264 ] {3cf2170e-aa9d-466a-86c2-6c10b14863bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1685 | 2024.12.12 04:04:58.397665 [ 264 ] {3cf2170e-aa9d-466a-86c2-6c10b14863bd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1686 | 2024.12.12 04:04:58.398710 [ 264 ] {3cf2170e-aa9d-466a-86c2-6c10b14863bd} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.002522 sec., 11895.32117367169 rows/sec., 481.31 KiB/sec. | ||
| 1687 | 2024.12.12 04:04:58.398838 [ 264 ] {3cf2170e-aa9d-466a-86c2-6c10b14863bd} <Debug> TCPHandler: Processed in 0.002811684 sec. | ||
| 1688 | 2024.12.12 04:04:58.399118 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1689 | 2024.12.12 04:04:58.399314 [ 258 ] {0fba23a4-fd7a-4d60-8d72-8ceca5b18337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1690 | 2024.12.12 04:04:58.399656 [ 258 ] {0fba23a4-fd7a-4d60-8d72-8ceca5b18337} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1691 | 2024.12.12 04:04:58.399706 [ 258 ] {0fba23a4-fd7a-4d60-8d72-8ceca5b18337} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1692 | 2024.12.12 04:04:58.400024 [ 258 ] {0fba23a4-fd7a-4d60-8d72-8ceca5b18337} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1693 | 2024.12.12 04:04:58.400092 [ 258 ] {0fba23a4-fd7a-4d60-8d72-8ceca5b18337} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1694 | 2024.12.12 04:04:58.400244 [ 258 ] {0fba23a4-fd7a-4d60-8d72-8ceca5b18337} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1695 | 2024.12.12 04:04:58.400351 [ 296 ] {0fba23a4-fd7a-4d60-8d72-8ceca5b18337} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1696 | 2024.12.12 04:04:58.400365 [ 295 ] {0fba23a4-fd7a-4d60-8d72-8ceca5b18337} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1697 | 2024.12.12 04:04:58.400469 [ 258 ] {0fba23a4-fd7a-4d60-8d72-8ceca5b18337} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1698 | 2024.12.12 04:04:58.400494 [ 258 ] {0fba23a4-fd7a-4d60-8d72-8ceca5b18337} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1699 | 2024.12.12 04:04:58.400575 [ 258 ] {0fba23a4-fd7a-4d60-8d72-8ceca5b18337} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1700 | 2024.12.12 04:04:58.400596 [ 258 ] {0fba23a4-fd7a-4d60-8d72-8ceca5b18337} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1701 | 2024.12.12 04:04:58.400638 [ 258 ] {0fba23a4-fd7a-4d60-8d72-8ceca5b18337} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1702 | 2024.12.12 04:04:58.400687 [ 258 ] {0fba23a4-fd7a-4d60-8d72-8ceca5b18337} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1703 | 2024.12.12 04:04:58.401740 [ 258 ] {0fba23a4-fd7a-4d60-8d72-8ceca5b18337} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.00252 sec., 11904.761904761905 rows/sec., 481.69 KiB/sec. | ||
| 1704 | 2024.12.12 04:04:58.401870 [ 258 ] {0fba23a4-fd7a-4d60-8d72-8ceca5b18337} <Debug> TCPHandler: Processed in 0.002809543 sec. | ||
| 1705 | 2024.12.12 04:04:58.402101 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1706 | 2024.12.12 04:04:58.402294 [ 264 ] {4e3e4400-d78a-4e0c-955c-8f94578e9636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1707 | 2024.12.12 04:04:58.402638 [ 264 ] {4e3e4400-d78a-4e0c-955c-8f94578e9636} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1708 | 2024.12.12 04:04:58.402686 [ 264 ] {4e3e4400-d78a-4e0c-955c-8f94578e9636} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1709 | 2024.12.12 04:04:58.403006 [ 264 ] {4e3e4400-d78a-4e0c-955c-8f94578e9636} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1710 | 2024.12.12 04:04:58.403079 [ 264 ] {4e3e4400-d78a-4e0c-955c-8f94578e9636} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1711 | 2024.12.12 04:04:58.403229 [ 264 ] {4e3e4400-d78a-4e0c-955c-8f94578e9636} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1712 | 2024.12.12 04:04:58.403334 [ 296 ] {4e3e4400-d78a-4e0c-955c-8f94578e9636} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1713 | 2024.12.12 04:04:58.403348 [ 297 ] {4e3e4400-d78a-4e0c-955c-8f94578e9636} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1714 | 2024.12.12 04:04:58.403446 [ 264 ] {4e3e4400-d78a-4e0c-955c-8f94578e9636} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1715 | 2024.12.12 04:04:58.403469 [ 264 ] {4e3e4400-d78a-4e0c-955c-8f94578e9636} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1716 | 2024.12.12 04:04:58.403550 [ 264 ] {4e3e4400-d78a-4e0c-955c-8f94578e9636} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1717 | 2024.12.12 04:04:58.403572 [ 264 ] {4e3e4400-d78a-4e0c-955c-8f94578e9636} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1718 | 2024.12.12 04:04:58.403614 [ 264 ] {4e3e4400-d78a-4e0c-955c-8f94578e9636} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1719 | 2024.12.12 04:04:58.403661 [ 264 ] {4e3e4400-d78a-4e0c-955c-8f94578e9636} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1720 | 2024.12.12 04:04:58.404676 [ 264 ] {4e3e4400-d78a-4e0c-955c-8f94578e9636} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.002479 sec., 12101.653892698669 rows/sec., 489.66 KiB/sec. | ||
| 1721 | 2024.12.12 04:04:58.404807 [ 264 ] {4e3e4400-d78a-4e0c-955c-8f94578e9636} <Debug> TCPHandler: Processed in 0.002761412 sec. | ||
| 1722 | 2024.12.12 04:04:58.405087 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1723 | 2024.12.12 04:04:58.405287 [ 258 ] {cb528915-6dd8-4ceb-9bcb-48288149e793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1724 | 2024.12.12 04:04:58.405667 [ 258 ] {cb528915-6dd8-4ceb-9bcb-48288149e793} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1725 | 2024.12.12 04:04:58.405718 [ 258 ] {cb528915-6dd8-4ceb-9bcb-48288149e793} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1726 | 2024.12.12 04:04:58.406076 [ 258 ] {cb528915-6dd8-4ceb-9bcb-48288149e793} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1727 | 2024.12.12 04:04:58.406145 [ 258 ] {cb528915-6dd8-4ceb-9bcb-48288149e793} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1728 | 2024.12.12 04:04:58.406298 [ 258 ] {cb528915-6dd8-4ceb-9bcb-48288149e793} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1729 | 2024.12.12 04:04:58.406409 [ 296 ] {cb528915-6dd8-4ceb-9bcb-48288149e793} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1730 | 2024.12.12 04:04:58.406417 [ 295 ] {cb528915-6dd8-4ceb-9bcb-48288149e793} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1731 | 2024.12.12 04:04:58.406522 [ 258 ] {cb528915-6dd8-4ceb-9bcb-48288149e793} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1732 | 2024.12.12 04:04:58.406547 [ 258 ] {cb528915-6dd8-4ceb-9bcb-48288149e793} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1733 | 2024.12.12 04:04:58.406633 [ 258 ] {cb528915-6dd8-4ceb-9bcb-48288149e793} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1734 | 2024.12.12 04:04:58.406656 [ 258 ] {cb528915-6dd8-4ceb-9bcb-48288149e793} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1735 | 2024.12.12 04:04:58.406698 [ 258 ] {cb528915-6dd8-4ceb-9bcb-48288149e793} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1736 | 2024.12.12 04:04:58.406747 [ 258 ] {cb528915-6dd8-4ceb-9bcb-48288149e793} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1737 | 2024.12.12 04:04:58.407821 [ 258 ] {cb528915-6dd8-4ceb-9bcb-48288149e793} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.002633 sec., 11393.84732244588 rows/sec., 461.02 KiB/sec. | ||
| 1738 | 2024.12.12 04:04:58.407952 [ 258 ] {cb528915-6dd8-4ceb-9bcb-48288149e793} <Debug> TCPHandler: Processed in 0.002931197 sec. | ||
| 1739 | 2024.12.12 04:04:58.408206 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1740 | 2024.12.12 04:04:58.408400 [ 264 ] {57d40532-4ee8-46f5-abe5-9023d7efbdc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1741 | 2024.12.12 04:04:58.408745 [ 264 ] {57d40532-4ee8-46f5-abe5-9023d7efbdc0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1742 | 2024.12.12 04:04:58.408795 [ 264 ] {57d40532-4ee8-46f5-abe5-9023d7efbdc0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1743 | 2024.12.12 04:04:58.409127 [ 264 ] {57d40532-4ee8-46f5-abe5-9023d7efbdc0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1744 | 2024.12.12 04:04:58.409191 [ 264 ] {57d40532-4ee8-46f5-abe5-9023d7efbdc0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1745 | 2024.12.12 04:04:58.409338 [ 264 ] {57d40532-4ee8-46f5-abe5-9023d7efbdc0} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1746 | 2024.12.12 04:04:58.409441 [ 296 ] {57d40532-4ee8-46f5-abe5-9023d7efbdc0} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1747 | 2024.12.12 04:04:58.409457 [ 297 ] {57d40532-4ee8-46f5-abe5-9023d7efbdc0} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1748 | 2024.12.12 04:04:58.409551 [ 264 ] {57d40532-4ee8-46f5-abe5-9023d7efbdc0} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1749 | 2024.12.12 04:04:58.409575 [ 264 ] {57d40532-4ee8-46f5-abe5-9023d7efbdc0} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1750 | 2024.12.12 04:04:58.409656 [ 264 ] {57d40532-4ee8-46f5-abe5-9023d7efbdc0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1751 | 2024.12.12 04:04:58.409676 [ 264 ] {57d40532-4ee8-46f5-abe5-9023d7efbdc0} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1752 | 2024.12.12 04:04:58.409717 [ 264 ] {57d40532-4ee8-46f5-abe5-9023d7efbdc0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1753 | 2024.12.12 04:04:58.409764 [ 264 ] {57d40532-4ee8-46f5-abe5-9023d7efbdc0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1754 | 2024.12.12 04:04:58.410772 [ 264 ] {57d40532-4ee8-46f5-abe5-9023d7efbdc0} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.002469 sec., 12150.668286755772 rows/sec., 491.64 KiB/sec. | ||
| 1755 | 2024.12.12 04:04:58.410904 [ 264 ] {57d40532-4ee8-46f5-abe5-9023d7efbdc0} <Debug> TCPHandler: Processed in 0.002755691 sec. | ||
| 1756 | 2024.12.12 04:04:58.411167 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1757 | 2024.12.12 04:04:58.411400 [ 258 ] {c92533da-941f-4f2b-ad60-71fe17bd370b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1758 | 2024.12.12 04:04:58.411819 [ 258 ] {c92533da-941f-4f2b-ad60-71fe17bd370b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1759 | 2024.12.12 04:04:58.411881 [ 258 ] {c92533da-941f-4f2b-ad60-71fe17bd370b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1760 | 2024.12.12 04:04:58.412291 [ 258 ] {c92533da-941f-4f2b-ad60-71fe17bd370b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1761 | 2024.12.12 04:04:58.412358 [ 258 ] {c92533da-941f-4f2b-ad60-71fe17bd370b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1762 | 2024.12.12 04:04:58.412509 [ 258 ] {c92533da-941f-4f2b-ad60-71fe17bd370b} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 1763 | 2024.12.12 04:04:58.412625 [ 296 ] {c92533da-941f-4f2b-ad60-71fe17bd370b} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1764 | 2024.12.12 04:04:58.412631 [ 295 ] {c92533da-941f-4f2b-ad60-71fe17bd370b} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1765 | 2024.12.12 04:04:58.412733 [ 258 ] {c92533da-941f-4f2b-ad60-71fe17bd370b} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1766 | 2024.12.12 04:04:58.412756 [ 258 ] {c92533da-941f-4f2b-ad60-71fe17bd370b} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1767 | 2024.12.12 04:04:58.412840 [ 258 ] {c92533da-941f-4f2b-ad60-71fe17bd370b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1768 | 2024.12.12 04:04:58.412861 [ 258 ] {c92533da-941f-4f2b-ad60-71fe17bd370b} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1769 | 2024.12.12 04:04:58.412902 [ 258 ] {c92533da-941f-4f2b-ad60-71fe17bd370b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1770 | 2024.12.12 04:04:58.412952 [ 258 ] {c92533da-941f-4f2b-ad60-71fe17bd370b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1771 | 2024.12.12 04:04:58.414051 [ 258 ] {c92533da-941f-4f2b-ad60-71fe17bd370b} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.00277 sec., 10830.324909747293 rows/sec., 438.22 KiB/sec. | ||
| 1772 | 2024.12.12 04:04:58.414188 [ 258 ] {c92533da-941f-4f2b-ad60-71fe17bd370b} <Debug> TCPHandler: Processed in 0.003093291 sec. | ||
| 1773 | 2024.12.12 04:04:58.418200 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1774 | 2024.12.12 04:04:58.418396 [ 264 ] {753dad63-57f6-40bf-9c64-b508817181bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1775 | 2024.12.12 04:04:58.418744 [ 264 ] {753dad63-57f6-40bf-9c64-b508817181bc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1776 | 2024.12.12 04:04:58.418795 [ 264 ] {753dad63-57f6-40bf-9c64-b508817181bc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1777 | 2024.12.12 04:04:58.419138 [ 264 ] {753dad63-57f6-40bf-9c64-b508817181bc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1778 | 2024.12.12 04:04:58.419203 [ 264 ] {753dad63-57f6-40bf-9c64-b508817181bc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1779 | 2024.12.12 04:04:58.419349 [ 264 ] {753dad63-57f6-40bf-9c64-b508817181bc} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 1780 | 2024.12.12 04:04:58.419459 [ 296 ] {753dad63-57f6-40bf-9c64-b508817181bc} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1781 | 2024.12.12 04:04:58.419465 [ 297 ] {753dad63-57f6-40bf-9c64-b508817181bc} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1782 | 2024.12.12 04:04:58.419569 [ 264 ] {753dad63-57f6-40bf-9c64-b508817181bc} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 1783 | 2024.12.12 04:04:58.419592 [ 264 ] {753dad63-57f6-40bf-9c64-b508817181bc} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1784 | 2024.12.12 04:04:58.419671 [ 264 ] {753dad63-57f6-40bf-9c64-b508817181bc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1785 | 2024.12.12 04:04:58.419692 [ 264 ] {753dad63-57f6-40bf-9c64-b508817181bc} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1786 | 2024.12.12 04:04:58.419733 [ 264 ] {753dad63-57f6-40bf-9c64-b508817181bc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1787 | 2024.12.12 04:04:58.419783 [ 264 ] {753dad63-57f6-40bf-9c64-b508817181bc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1788 | 2024.12.12 04:04:58.420796 [ 264 ] {753dad63-57f6-40bf-9c64-b508817181bc} <Debug> executeQuery: Read 30 rows, 1.21 KiB in 0.002499 sec., 12004.801920768308 rows/sec., 485.74 KiB/sec. | ||
| 1789 | 2024.12.12 04:04:58.420927 [ 264 ] {753dad63-57f6-40bf-9c64-b508817181bc} <Debug> TCPHandler: Processed in 0.002783642 sec. | ||
| 1790 | 2024.12.12 04:04:58.427467 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1791 | 2024.12.12 04:04:58.427621 [ 258 ] {42bc364e-ba16-4ec4-bf58-853a6a601947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1792 | 2024.12.12 04:04:58.427688 [ 258 ] {42bc364e-ba16-4ec4-bf58-853a6a601947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1793 | 2024.12.12 04:04:58.428527 [ 258 ] {42bc364e-ba16-4ec4-bf58-853a6a601947} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1794 | 2024.12.12 04:04:58.428570 [ 258 ] {42bc364e-ba16-4ec4-bf58-853a6a601947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1795 | 2024.12.12 04:04:58.429083 [ 258 ] {42bc364e-ba16-4ec4-bf58-853a6a601947} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1796 | 2024.12.12 04:04:58.429320 [ 258 ] {42bc364e-ba16-4ec4-bf58-853a6a601947} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1797 | 2024.12.12 04:04:58.429537 [ 258 ] {42bc364e-ba16-4ec4-bf58-853a6a601947} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.00196 sec., 6122.448979591837 rows/sec., 1.24 MiB/sec. | ||
| 1798 | 2024.12.12 04:04:58.429594 [ 258 ] {42bc364e-ba16-4ec4-bf58-853a6a601947} <Debug> TCPHandler: Processed in 0.002197058 sec. | ||
| 1799 | 2024.12.12 04:04:58.429744 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1800 | 2024.12.12 04:04:58.429874 [ 264 ] {12752571-bbeb-43f6-a057-455b05cddc43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1801 | 2024.12.12 04:04:58.429925 [ 264 ] {12752571-bbeb-43f6-a057-455b05cddc43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1802 | 2024.12.12 04:04:58.431121 [ 264 ] {12752571-bbeb-43f6-a057-455b05cddc43} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1803 | 2024.12.12 04:04:58.431157 [ 264 ] {12752571-bbeb-43f6-a057-455b05cddc43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1804 | 2024.12.12 04:04:58.431565 [ 264 ] {12752571-bbeb-43f6-a057-455b05cddc43} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1805 | 2024.12.12 04:04:58.431808 [ 264 ] {12752571-bbeb-43f6-a057-455b05cddc43} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1806 | 2024.12.12 04:04:58.432003 [ 264 ] {12752571-bbeb-43f6-a057-455b05cddc43} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002163 sec., 6472.491909385113 rows/sec., 465.93 KiB/sec. | ||
| 1807 | 2024.12.12 04:04:58.432072 [ 264 ] {12752571-bbeb-43f6-a057-455b05cddc43} <Debug> TCPHandler: Processed in 0.002385472 sec. | ||
| 1808 | 2024.12.12 04:04:58.432221 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1809 | 2024.12.12 04:04:58.432361 [ 258 ] {93495a9f-282d-4f88-a52f-84331eedfa65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1810 | 2024.12.12 04:04:58.432420 [ 258 ] {93495a9f-282d-4f88-a52f-84331eedfa65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1811 | 2024.12.12 04:04:58.433284 [ 258 ] {93495a9f-282d-4f88-a52f-84331eedfa65} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1812 | 2024.12.12 04:04:58.433324 [ 258 ] {93495a9f-282d-4f88-a52f-84331eedfa65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1813 | 2024.12.12 04:04:58.433720 [ 258 ] {93495a9f-282d-4f88-a52f-84331eedfa65} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1814 | 2024.12.12 04:04:58.433961 [ 258 ] {93495a9f-282d-4f88-a52f-84331eedfa65} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1815 | 2024.12.12 04:04:58.434199 [ 258 ] {93495a9f-282d-4f88-a52f-84331eedfa65} <Debug> executeQuery: Read 265 rows, 23.89 KiB in 0.001864 sec., 142167.3819742489 rows/sec., 12.52 MiB/sec. | ||
| 1816 | 2024.12.12 04:04:58.434275 [ 258 ] {93495a9f-282d-4f88-a52f-84331eedfa65} <Debug> TCPHandler: Processed in 0.002122176 sec. | ||
| 1817 | 2024.12.12 04:04:58.434416 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1818 | 2024.12.12 04:04:58.434533 [ 264 ] {d5cfe088-0049-4c22-8f48-5f3752198506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1819 | 2024.12.12 04:04:58.434580 [ 264 ] {d5cfe088-0049-4c22-8f48-5f3752198506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1820 | 2024.12.12 04:04:58.435177 [ 264 ] {d5cfe088-0049-4c22-8f48-5f3752198506} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1821 | 2024.12.12 04:04:58.435215 [ 264 ] {d5cfe088-0049-4c22-8f48-5f3752198506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1822 | 2024.12.12 04:04:58.435564 [ 264 ] {d5cfe088-0049-4c22-8f48-5f3752198506} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1823 | 2024.12.12 04:04:58.435800 [ 264 ] {d5cfe088-0049-4c22-8f48-5f3752198506} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1824 | 2024.12.12 04:04:58.435973 [ 264 ] {d5cfe088-0049-4c22-8f48-5f3752198506} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001465 sec., 25938.566552901026 rows/sec., 1.86 MiB/sec. | ||
| 1825 | 2024.12.12 04:04:58.436022 [ 264 ] {d5cfe088-0049-4c22-8f48-5f3752198506} <Debug> TCPHandler: Processed in 0.001663433 sec. | ||
| 1826 | 2024.12.12 04:04:58.436170 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1827 | 2024.12.12 04:04:58.436288 [ 258 ] {8bf557b9-42cc-4bcd-ad32-b988ce27ced8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1828 | 2024.12.12 04:04:58.436335 [ 258 ] {8bf557b9-42cc-4bcd-ad32-b988ce27ced8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1829 | 2024.12.12 04:04:58.436917 [ 258 ] {8bf557b9-42cc-4bcd-ad32-b988ce27ced8} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1830 | 2024.12.12 04:04:58.436957 [ 258 ] {8bf557b9-42cc-4bcd-ad32-b988ce27ced8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1831 | 2024.12.12 04:04:58.437316 [ 258 ] {8bf557b9-42cc-4bcd-ad32-b988ce27ced8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1832 | 2024.12.12 04:04:58.437558 [ 258 ] {8bf557b9-42cc-4bcd-ad32-b988ce27ced8} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1833 | 2024.12.12 04:04:58.437745 [ 258 ] {8bf557b9-42cc-4bcd-ad32-b988ce27ced8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001478 sec., 9472.259810554804 rows/sec., 663.38 KiB/sec. | ||
| 1834 | 2024.12.12 04:04:58.437917 [ 258 ] {8bf557b9-42cc-4bcd-ad32-b988ce27ced8} <Debug> TCPHandler: Processed in 0.001803547 sec. | ||
| 1835 | 2024.12.12 04:04:58.438079 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1836 | 2024.12.12 04:04:58.438196 [ 264 ] {30e7d4f7-834e-4f76-a124-93e766f56862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1837 | 2024.12.12 04:04:58.438244 [ 264 ] {30e7d4f7-834e-4f76-a124-93e766f56862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1838 | 2024.12.12 04:04:58.438799 [ 264 ] {30e7d4f7-834e-4f76-a124-93e766f56862} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1839 | 2024.12.12 04:04:58.438838 [ 264 ] {30e7d4f7-834e-4f76-a124-93e766f56862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1840 | 2024.12.12 04:04:58.439311 [ 264 ] {30e7d4f7-834e-4f76-a124-93e766f56862} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1841 | 2024.12.12 04:04:58.439563 [ 264 ] {30e7d4f7-834e-4f76-a124-93e766f56862} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1842 | 2024.12.12 04:04:58.439823 [ 264 ] {30e7d4f7-834e-4f76-a124-93e766f56862} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001637 sec., 7941.356139279169 rows/sec., 495.14 KiB/sec. | ||
| 1843 | 2024.12.12 04:04:58.439886 [ 264 ] {30e7d4f7-834e-4f76-a124-93e766f56862} <Debug> TCPHandler: Processed in 0.001877959 sec. | ||
| 1844 | 2024.12.12 04:04:58.440029 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1845 | 2024.12.12 04:04:58.440146 [ 258 ] {d52c5651-3689-4c55-8d3f-fccf3f4a7f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1846 | 2024.12.12 04:04:58.440195 [ 258 ] {d52c5651-3689-4c55-8d3f-fccf3f4a7f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1847 | 2024.12.12 04:04:58.441003 [ 258 ] {d52c5651-3689-4c55-8d3f-fccf3f4a7f75} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1848 | 2024.12.12 04:04:58.441050 [ 258 ] {d52c5651-3689-4c55-8d3f-fccf3f4a7f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1849 | 2024.12.12 04:04:58.441468 [ 258 ] {d52c5651-3689-4c55-8d3f-fccf3f4a7f75} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1850 | 2024.12.12 04:04:58.441718 [ 258 ] {d52c5651-3689-4c55-8d3f-fccf3f4a7f75} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1851 | 2024.12.12 04:04:58.441974 [ 258 ] {d52c5651-3689-4c55-8d3f-fccf3f4a7f75} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001842 sec., 224212.81216069488 rows/sec., 15.99 MiB/sec. | ||
| 1852 | 2024.12.12 04:04:58.442180 [ 258 ] {d52c5651-3689-4c55-8d3f-fccf3f4a7f75} <Debug> TCPHandler: Processed in 0.002201468 sec. | ||
| 1853 | 2024.12.12 04:04:58.442331 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1854 | 2024.12.12 04:04:58.442447 [ 264 ] {33b498d9-d685-4782-b13c-1d3d062e1a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1855 | 2024.12.12 04:04:58.442496 [ 264 ] {33b498d9-d685-4782-b13c-1d3d062e1a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1856 | 2024.12.12 04:04:58.442986 [ 264 ] {33b498d9-d685-4782-b13c-1d3d062e1a86} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1857 | 2024.12.12 04:04:58.443025 [ 264 ] {33b498d9-d685-4782-b13c-1d3d062e1a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1858 | 2024.12.12 04:04:58.443521 [ 264 ] {33b498d9-d685-4782-b13c-1d3d062e1a86} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1859 | 2024.12.12 04:04:58.443758 [ 264 ] {33b498d9-d685-4782-b13c-1d3d062e1a86} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1860 | 2024.12.12 04:04:58.444027 [ 264 ] {33b498d9-d685-4782-b13c-1d3d062e1a86} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001584 sec., 3787.878787878788 rows/sec., 197.90 KiB/sec. | ||
| 1861 | 2024.12.12 04:04:58.444092 [ 264 ] {33b498d9-d685-4782-b13c-1d3d062e1a86} <Debug> TCPHandler: Processed in 0.001817238 sec. | ||
| 1862 | 2024.12.12 04:04:58.444235 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1863 | 2024.12.12 04:04:58.444368 [ 258 ] {5f21c434-354a-4684-83ba-eeef55074ce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1864 | 2024.12.12 04:04:58.444429 [ 258 ] {5f21c434-354a-4684-83ba-eeef55074ce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1865 | 2024.12.12 04:04:58.445091 [ 258 ] {5f21c434-354a-4684-83ba-eeef55074ce3} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1866 | 2024.12.12 04:04:58.445136 [ 258 ] {5f21c434-354a-4684-83ba-eeef55074ce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1867 | 2024.12.12 04:04:58.445544 [ 258 ] {5f21c434-354a-4684-83ba-eeef55074ce3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1868 | 2024.12.12 04:04:58.445782 [ 258 ] {5f21c434-354a-4684-83ba-eeef55074ce3} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1869 | 2024.12.12 04:04:58.446043 [ 258 ] {5f21c434-354a-4684-83ba-eeef55074ce3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001692 sec., 140070.9219858156 rows/sec., 9.39 MiB/sec. | ||
| 1870 | 2024.12.12 04:04:58.446181 [ 258 ] {5f21c434-354a-4684-83ba-eeef55074ce3} <Debug> TCPHandler: Processed in 0.002002902 sec. | ||
| 1871 | 2024.12.12 04:04:58.446324 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1872 | 2024.12.12 04:04:58.446440 [ 264 ] {d7c70f30-ba29-4c40-9b50-e6a6f35e4616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1873 | 2024.12.12 04:04:58.446491 [ 264 ] {d7c70f30-ba29-4c40-9b50-e6a6f35e4616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1874 | 2024.12.12 04:04:58.446954 [ 264 ] {d7c70f30-ba29-4c40-9b50-e6a6f35e4616} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1875 | 2024.12.12 04:04:58.446993 [ 264 ] {d7c70f30-ba29-4c40-9b50-e6a6f35e4616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1876 | 2024.12.12 04:04:58.447349 [ 264 ] {d7c70f30-ba29-4c40-9b50-e6a6f35e4616} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1877 | 2024.12.12 04:04:58.447582 [ 264 ] {d7c70f30-ba29-4c40-9b50-e6a6f35e4616} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1878 | 2024.12.12 04:04:58.447791 [ 264 ] {d7c70f30-ba29-4c40-9b50-e6a6f35e4616} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001375 sec., 727.2727272727274 rows/sec., 49.01 KiB/sec. | ||
| 1879 | 2024.12.12 04:04:58.447840 [ 264 ] {d7c70f30-ba29-4c40-9b50-e6a6f35e4616} <Debug> TCPHandler: Processed in 0.00157169 sec. | ||
| 1880 | 2024.12.12 04:04:58.447973 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1881 | 2024.12.12 04:04:58.448090 [ 258 ] {b41847c2-c67e-4fa1-b928-5a9c4df69157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1882 | 2024.12.12 04:04:58.448170 [ 258 ] {b41847c2-c67e-4fa1-b928-5a9c4df69157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1883 | 2024.12.12 04:04:58.449310 [ 258 ] {b41847c2-c67e-4fa1-b928-5a9c4df69157} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1884 | 2024.12.12 04:04:58.449349 [ 258 ] {b41847c2-c67e-4fa1-b928-5a9c4df69157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1885 | 2024.12.12 04:04:58.449986 [ 258 ] {b41847c2-c67e-4fa1-b928-5a9c4df69157} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1886 | 2024.12.12 04:04:58.450250 [ 258 ] {b41847c2-c67e-4fa1-b928-5a9c4df69157} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1887 | 2024.12.12 04:04:58.450485 [ 258 ] {b41847c2-c67e-4fa1-b928-5a9c4df69157} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002419 sec., 12815.21289789169 rows/sec., 22.96 MiB/sec. | ||
| 1888 | 2024.12.12 04:04:58.450578 [ 258 ] {b41847c2-c67e-4fa1-b928-5a9c4df69157} <Debug> TCPHandler: Processed in 0.002662969 sec. | ||
| 1889 | 2024.12.12 04:04:58.450729 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1890 | 2024.12.12 04:04:58.450845 [ 264 ] {ac2ea4db-d553-41ef-af24-19b289df3cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1891 | 2024.12.12 04:04:58.450895 [ 264 ] {ac2ea4db-d553-41ef-af24-19b289df3cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1892 | 2024.12.12 04:04:58.451389 [ 264 ] {ac2ea4db-d553-41ef-af24-19b289df3cf0} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1893 | 2024.12.12 04:04:58.451428 [ 264 ] {ac2ea4db-d553-41ef-af24-19b289df3cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1894 | 2024.12.12 04:04:58.451792 [ 264 ] {ac2ea4db-d553-41ef-af24-19b289df3cf0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1895 | 2024.12.12 04:04:58.452027 [ 264 ] {ac2ea4db-d553-41ef-af24-19b289df3cf0} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1896 | 2024.12.12 04:04:58.452253 [ 264 ] {ac2ea4db-d553-41ef-af24-19b289df3cf0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001432 sec., 57262.56983240224 rows/sec., 3.64 MiB/sec. | ||
| 1897 | 2024.12.12 04:04:58.452303 [ 264 ] {ac2ea4db-d553-41ef-af24-19b289df3cf0} <Debug> TCPHandler: Processed in 0.001627582 sec. | ||
| 1898 | 2024.12.12 04:04:59.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.12 MiB, peak 171.33 MiB, free memory in arenas 0.00 B, will set to 164.92 MiB (RSS), difference: -1.20 MiB | ||
| 1899 | 2024.12.12 04:04:59.248756 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1900 | 2024.12.12 04:04:59.249429 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1901 | 2024.12.12 04:04:59.249471 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1902 | 2024.12.12 04:04:59.250074 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1903 | 2024.12.12 04:04:59.250348 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1904 | 2024.12.12 04:04:59.250581 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1905 | 2024.12.12 04:04:59.445429 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1906 | 2024.12.12 04:04:59.463967 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1907 | 2024.12.12 04:04:59.464018 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1908 | 2024.12.12 04:04:59.470700 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1909 | 2024.12.12 04:04:59.471445 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1910 | 2024.12.12 04:04:59.473847 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1911 | 2024.12.12 04:05:03.379875 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1912 | 2024.12.12 04:05:03.380101 [ 258 ] {01cf3fa8-a7a3-421e-b4e9-b8e86364fa9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1913 | 2024.12.12 04:05:03.380183 [ 258 ] {01cf3fa8-a7a3-421e-b4e9-b8e86364fa9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1914 | 2024.12.12 04:05:03.380996 [ 258 ] {01cf3fa8-a7a3-421e-b4e9-b8e86364fa9e} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1915 | 2024.12.12 04:05:03.381047 [ 258 ] {01cf3fa8-a7a3-421e-b4e9-b8e86364fa9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1916 | 2024.12.12 04:05:03.381500 [ 258 ] {01cf3fa8-a7a3-421e-b4e9-b8e86364fa9e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1917 | 2024.12.12 04:05:03.381757 [ 258 ] {01cf3fa8-a7a3-421e-b4e9-b8e86364fa9e} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1918 | 2024.12.12 04:05:03.382006 [ 258 ] {01cf3fa8-a7a3-421e-b4e9-b8e86364fa9e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001961 sec., 28556.85874553799 rows/sec., 2.19 MiB/sec. | ||
| 1919 | 2024.12.12 04:05:03.382122 [ 258 ] {01cf3fa8-a7a3-421e-b4e9-b8e86364fa9e} <Debug> TCPHandler: Processed in 0.002381952 sec. | ||
| 1920 | 2024.12.12 04:05:03.382398 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1921 | 2024.12.12 04:05:03.382595 [ 264 ] {26223c19-eb41-49bc-bd24-eafe84baea21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1922 | 2024.12.12 04:05:03.382673 [ 264 ] {26223c19-eb41-49bc-bd24-eafe84baea21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1923 | 2024.12.12 04:05:03.383458 [ 264 ] {26223c19-eb41-49bc-bd24-eafe84baea21} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1924 | 2024.12.12 04:05:03.383513 [ 264 ] {26223c19-eb41-49bc-bd24-eafe84baea21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1925 | 2024.12.12 04:05:03.383957 [ 264 ] {26223c19-eb41-49bc-bd24-eafe84baea21} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1926 | 2024.12.12 04:05:03.384226 [ 264 ] {26223c19-eb41-49bc-bd24-eafe84baea21} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1927 | 2024.12.12 04:05:03.384474 [ 264 ] {26223c19-eb41-49bc-bd24-eafe84baea21} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001935 sec., 33074.93540051679 rows/sec., 2.58 MiB/sec. | ||
| 1928 | 2024.12.12 04:05:03.384542 [ 264 ] {26223c19-eb41-49bc-bd24-eafe84baea21} <Debug> TCPHandler: Processed in 0.002282699 sec. | ||
| 1929 | 2024.12.12 04:05:03.384710 [ 258 ] {} <Trace> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1930 | 2024.12.12 04:05:03.384853 [ 258 ] {20071563-daf9-4366-8335-7ed6d6cac86b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56345) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1931 | 2024.12.12 04:05:03.384917 [ 258 ] {20071563-daf9-4366-8335-7ed6d6cac86b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1932 | 2024.12.12 04:05:03.385583 [ 258 ] {20071563-daf9-4366-8335-7ed6d6cac86b} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1933 | 2024.12.12 04:05:03.385622 [ 258 ] {20071563-daf9-4366-8335-7ed6d6cac86b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1934 | 2024.12.12 04:05:03.386031 [ 258 ] {20071563-daf9-4366-8335-7ed6d6cac86b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1935 | 2024.12.12 04:05:03.386276 [ 258 ] {20071563-daf9-4366-8335-7ed6d6cac86b} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1936 | 2024.12.12 04:05:03.386488 [ 258 ] {20071563-daf9-4366-8335-7ed6d6cac86b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001667 sec., 95980.80383923215 rows/sec., 6.68 MiB/sec. | ||
| 1937 | 2024.12.12 04:05:03.386544 [ 258 ] {20071563-daf9-4366-8335-7ed6d6cac86b} <Debug> TCPHandler: Processed in 0.00190017 sec. | ||
| 1938 | 2024.12.12 04:05:03.386698 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1939 | 2024.12.12 04:05:03.386827 [ 264 ] {2dcb0c4b-4117-49b1-9785-e178e7a28e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1940 | 2024.12.12 04:05:03.386884 [ 264 ] {2dcb0c4b-4117-49b1-9785-e178e7a28e5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1941 | 2024.12.12 04:05:03.387428 [ 264 ] {2dcb0c4b-4117-49b1-9785-e178e7a28e5b} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1942 | 2024.12.12 04:05:03.387471 [ 264 ] {2dcb0c4b-4117-49b1-9785-e178e7a28e5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1943 | 2024.12.12 04:05:03.387859 [ 264 ] {2dcb0c4b-4117-49b1-9785-e178e7a28e5b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1944 | 2024.12.12 04:05:03.388142 [ 264 ] {2dcb0c4b-4117-49b1-9785-e178e7a28e5b} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1945 | 2024.12.12 04:05:03.388356 [ 264 ] {2dcb0c4b-4117-49b1-9785-e178e7a28e5b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001561 sec., 38436.899423446506 rows/sec., 2.59 MiB/sec. | ||
| 1946 | 2024.12.12 04:05:03.388412 [ 264 ] {2dcb0c4b-4117-49b1-9785-e178e7a28e5b} <Debug> TCPHandler: Processed in 0.001773346 sec. | ||
| 1947 | 2024.12.12 04:05:06.662028 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1948 | 2024.12.12 04:05:06.662093 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1949 | 2024.12.12 04:05:06.740166 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 288 | ||
| 1950 | 2024.12.12 04:05:06.743731 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1951 | 2024.12.12 04:05:06.743796 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1952 | 2024.12.12 04:05:06.745352 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1953 | 2024.12.12 04:05:06.745673 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1954 | 2024.12.12 04:05:06.746619 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 288 | ||
| 1955 | 2024.12.12 04:05:06.750708 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1956 | 2024.12.12 04:05:06.751422 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1957 | 2024.12.12 04:05:06.751470 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1958 | 2024.12.12 04:05:06.752099 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1959 | 2024.12.12 04:05:06.752359 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1960 | 2024.12.12 04:05:06.752558 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1961 | 2024.12.12 04:05:06.973918 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1962 | 2024.12.12 04:05:06.993895 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1963 | 2024.12.12 04:05:06.993949 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1964 | 2024.12.12 04:05:07.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.99 MiB, peak 171.33 MiB, free memory in arenas 0.00 B, will set to 167.15 MiB (RSS), difference: -3.84 MiB | ||
| 1965 | 2024.12.12 04:05:07.001313 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1966 | 2024.12.12 04:05:07.002053 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1967 | 2024.12.12 04:05:07.004520 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1968 | 2024.12.12 04:05:07.774347 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1969 | 2024.12.12 04:05:07.774444 [ 258 ] {} <Debug> TCP-Session: 2fba2d64-a971-4de4-ab47-e0e0f39b6b24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1970 | 2024.12.12 04:05:08.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.11 MiB, peak 171.33 MiB, free memory in arenas 0.00 B, will set to 167.46 MiB (RSS), difference: 6.34 MiB | ||
| 1971 | 2024.12.12 04:05:08.385740 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1972 | 2024.12.12 04:05:08.385927 [ 264 ] {c2b3ae19-4366-4590-bdb0-8c6f2208bcdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1973 | 2024.12.12 04:05:08.386000 [ 264 ] {c2b3ae19-4366-4590-bdb0-8c6f2208bcdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1974 | 2024.12.12 04:05:08.386763 [ 264 ] {c2b3ae19-4366-4590-bdb0-8c6f2208bcdf} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1975 | 2024.12.12 04:05:08.386813 [ 264 ] {c2b3ae19-4366-4590-bdb0-8c6f2208bcdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1976 | 2024.12.12 04:05:08.387254 [ 264 ] {c2b3ae19-4366-4590-bdb0-8c6f2208bcdf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1977 | 2024.12.12 04:05:08.387514 [ 264 ] {c2b3ae19-4366-4590-bdb0-8c6f2208bcdf} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1978 | 2024.12.12 04:05:08.387757 [ 264 ] {c2b3ae19-4366-4590-bdb0-8c6f2208bcdf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001882 sec., 7438.894792773645 rows/sec., 535.50 KiB/sec. | ||
| 1979 | 2024.12.12 04:05:08.387819 [ 264 ] {c2b3ae19-4366-4590-bdb0-8c6f2208bcdf} <Debug> TCPHandler: Processed in 0.002210967 sec. | ||
| 1980 | 2024.12.12 04:05:08.388111 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1981 | 2024.12.12 04:05:08.388327 [ 263 ] {cc9ebc6b-5f1a-4b27-949f-f501856f6bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1982 | 2024.12.12 04:05:08.388433 [ 263 ] {cc9ebc6b-5f1a-4b27-949f-f501856f6bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1983 | 2024.12.12 04:05:08.389367 [ 263 ] {cc9ebc6b-5f1a-4b27-949f-f501856f6bfe} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1984 | 2024.12.12 04:05:08.389408 [ 263 ] {cc9ebc6b-5f1a-4b27-949f-f501856f6bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1985 | 2024.12.12 04:05:08.389865 [ 263 ] {cc9ebc6b-5f1a-4b27-949f-f501856f6bfe} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1986 | 2024.12.12 04:05:08.390120 [ 263 ] {cc9ebc6b-5f1a-4b27-949f-f501856f6bfe} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1987 | 2024.12.12 04:05:08.390392 [ 263 ] {cc9ebc6b-5f1a-4b27-949f-f501856f6bfe} <Debug> executeQuery: Read 265 rows, 23.89 KiB in 0.002109 sec., 125651.9677572309 rows/sec., 11.06 MiB/sec. | ||
| 1988 | 2024.12.12 04:05:08.390778 [ 263 ] {cc9ebc6b-5f1a-4b27-949f-f501856f6bfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1989 | 2024.12.12 04:05:08.390798 [ 263 ] {cc9ebc6b-5f1a-4b27-949f-f501856f6bfe} <Debug> TCPHandler: Processed in 0.002863665 sec. | ||
| 1990 | 2024.12.12 04:05:08.390958 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1991 | 2024.12.12 04:05:08.391092 [ 264 ] {0743b693-781b-4c99-9787-88a36c738ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1992 | 2024.12.12 04:05:08.391147 [ 264 ] {0743b693-781b-4c99-9787-88a36c738ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1993 | 2024.12.12 04:05:08.391783 [ 264 ] {0743b693-781b-4c99-9787-88a36c738ecd} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1994 | 2024.12.12 04:05:08.391823 [ 264 ] {0743b693-781b-4c99-9787-88a36c738ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1995 | 2024.12.12 04:05:08.392203 [ 264 ] {0743b693-781b-4c99-9787-88a36c738ecd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1996 | 2024.12.12 04:05:08.392445 [ 264 ] {0743b693-781b-4c99-9787-88a36c738ecd} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1997 | 2024.12.12 04:05:08.392692 [ 264 ] {0743b693-781b-4c99-9787-88a36c738ecd} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001632 sec., 23284.313725490196 rows/sec., 1.67 MiB/sec. | ||
| 1998 | 2024.12.12 04:05:08.392752 [ 264 ] {0743b693-781b-4c99-9787-88a36c738ecd} <Debug> TCPHandler: Processed in 0.001854008 sec. | ||
| 1999 | 2024.12.12 04:05:08.392909 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2000 | 2024.12.12 04:05:08.393033 [ 263 ] {37ab08d2-2cef-4d3e-90d8-f93adb6d6b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2001 | 2024.12.12 04:05:08.393082 [ 263 ] {37ab08d2-2cef-4d3e-90d8-f93adb6d6b9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2002 | 2024.12.12 04:05:08.393664 [ 263 ] {37ab08d2-2cef-4d3e-90d8-f93adb6d6b9b} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2003 | 2024.12.12 04:05:08.393703 [ 263 ] {37ab08d2-2cef-4d3e-90d8-f93adb6d6b9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2004 | 2024.12.12 04:05:08.394059 [ 263 ] {37ab08d2-2cef-4d3e-90d8-f93adb6d6b9b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2005 | 2024.12.12 04:05:08.394296 [ 263 ] {37ab08d2-2cef-4d3e-90d8-f93adb6d6b9b} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2006 | 2024.12.12 04:05:08.394631 [ 263 ] {37ab08d2-2cef-4d3e-90d8-f93adb6d6b9b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001592 sec., 8793.96984924623 rows/sec., 615.87 KiB/sec. | ||
| 2007 | 2024.12.12 04:05:08.394755 [ 263 ] {37ab08d2-2cef-4d3e-90d8-f93adb6d6b9b} <Debug> TCPHandler: Processed in 0.00190473 sec. | ||
| 2008 | 2024.12.12 04:05:08.394917 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2009 | 2024.12.12 04:05:08.395066 [ 264 ] {de57e43b-6d0e-4ebe-ba07-d6b3b64eefde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2010 | 2024.12.12 04:05:08.395126 [ 264 ] {de57e43b-6d0e-4ebe-ba07-d6b3b64eefde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2011 | 2024.12.12 04:05:08.395799 [ 264 ] {de57e43b-6d0e-4ebe-ba07-d6b3b64eefde} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2012 | 2024.12.12 04:05:08.395839 [ 264 ] {de57e43b-6d0e-4ebe-ba07-d6b3b64eefde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2013 | 2024.12.12 04:05:08.396206 [ 264 ] {de57e43b-6d0e-4ebe-ba07-d6b3b64eefde} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2014 | 2024.12.12 04:05:08.396449 [ 264 ] {de57e43b-6d0e-4ebe-ba07-d6b3b64eefde} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2015 | 2024.12.12 04:05:08.396688 [ 264 ] {de57e43b-6d0e-4ebe-ba07-d6b3b64eefde} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001655 sec., 7854.984894259819 rows/sec., 489.76 KiB/sec. | ||
| 2016 | 2024.12.12 04:05:08.396841 [ 264 ] {de57e43b-6d0e-4ebe-ba07-d6b3b64eefde} <Debug> TCPHandler: Processed in 0.001994582 sec. | ||
| 2017 | 2024.12.12 04:05:08.397034 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2018 | 2024.12.12 04:05:08.397258 [ 263 ] {c70392a3-29c8-4d70-aaa8-39094ab29854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2019 | 2024.12.12 04:05:08.397348 [ 263 ] {c70392a3-29c8-4d70-aaa8-39094ab29854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2020 | 2024.12.12 04:05:08.398271 [ 263 ] {c70392a3-29c8-4d70-aaa8-39094ab29854} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2021 | 2024.12.12 04:05:08.398311 [ 263 ] {c70392a3-29c8-4d70-aaa8-39094ab29854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2022 | 2024.12.12 04:05:08.398688 [ 263 ] {c70392a3-29c8-4d70-aaa8-39094ab29854} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2023 | 2024.12.12 04:05:08.398931 [ 263 ] {c70392a3-29c8-4d70-aaa8-39094ab29854} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2024 | 2024.12.12 04:05:08.399190 [ 263 ] {c70392a3-29c8-4d70-aaa8-39094ab29854} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.001964 sec., 210285.13238289204 rows/sec., 15.00 MiB/sec. | ||
| 2025 | 2024.12.12 04:05:08.399281 [ 263 ] {c70392a3-29c8-4d70-aaa8-39094ab29854} <Debug> TCPHandler: Processed in 0.002357032 sec. | ||
| 2026 | 2024.12.12 04:05:08.399433 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2027 | 2024.12.12 04:05:08.399553 [ 264 ] {36990ce2-5222-4ff7-ab3f-57b2fbe460a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2028 | 2024.12.12 04:05:08.399605 [ 264 ] {36990ce2-5222-4ff7-ab3f-57b2fbe460a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2029 | 2024.12.12 04:05:08.400176 [ 264 ] {36990ce2-5222-4ff7-ab3f-57b2fbe460a9} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2030 | 2024.12.12 04:05:08.400220 [ 264 ] {36990ce2-5222-4ff7-ab3f-57b2fbe460a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2031 | 2024.12.12 04:05:08.400627 [ 264 ] {36990ce2-5222-4ff7-ab3f-57b2fbe460a9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2032 | 2024.12.12 04:05:08.400848 [ 264 ] {36990ce2-5222-4ff7-ab3f-57b2fbe460a9} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2033 | 2024.12.12 04:05:08.401199 [ 264 ] {36990ce2-5222-4ff7-ab3f-57b2fbe460a9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001646 sec., 3645.2004860267316 rows/sec., 190.45 KiB/sec. | ||
| 2034 | 2024.12.12 04:05:08.401399 [ 264 ] {36990ce2-5222-4ff7-ab3f-57b2fbe460a9} <Debug> TCPHandler: Processed in 0.002022263 sec. | ||
| 2035 | 2024.12.12 04:05:08.401541 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2036 | 2024.12.12 04:05:08.401660 [ 263 ] {9e8fc2ea-5bd5-4bbd-b393-c1e67931c6a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2037 | 2024.12.12 04:05:08.401723 [ 263 ] {9e8fc2ea-5bd5-4bbd-b393-c1e67931c6a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2038 | 2024.12.12 04:05:08.402395 [ 263 ] {9e8fc2ea-5bd5-4bbd-b393-c1e67931c6a1} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2039 | 2024.12.12 04:05:08.402441 [ 263 ] {9e8fc2ea-5bd5-4bbd-b393-c1e67931c6a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2040 | 2024.12.12 04:05:08.402863 [ 263 ] {9e8fc2ea-5bd5-4bbd-b393-c1e67931c6a1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2041 | 2024.12.12 04:05:08.403101 [ 263 ] {9e8fc2ea-5bd5-4bbd-b393-c1e67931c6a1} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2042 | 2024.12.12 04:05:08.403305 [ 263 ] {9e8fc2ea-5bd5-4bbd-b393-c1e67931c6a1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001671 sec., 141831.23877917416 rows/sec., 9.51 MiB/sec. | ||
| 2043 | 2024.12.12 04:05:08.403360 [ 263 ] {9e8fc2ea-5bd5-4bbd-b393-c1e67931c6a1} <Debug> TCPHandler: Processed in 0.001874149 sec. | ||
| 2044 | 2024.12.12 04:05:08.403502 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2045 | 2024.12.12 04:05:08.403620 [ 264 ] {3e6cad10-af23-40bf-a02c-64310b230bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2046 | 2024.12.12 04:05:08.403676 [ 264 ] {3e6cad10-af23-40bf-a02c-64310b230bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2047 | 2024.12.12 04:05:08.404234 [ 264 ] {3e6cad10-af23-40bf-a02c-64310b230bdd} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2048 | 2024.12.12 04:05:08.404281 [ 264 ] {3e6cad10-af23-40bf-a02c-64310b230bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2049 | 2024.12.12 04:05:08.404701 [ 264 ] {3e6cad10-af23-40bf-a02c-64310b230bdd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2050 | 2024.12.12 04:05:08.404938 [ 264 ] {3e6cad10-af23-40bf-a02c-64310b230bdd} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2051 | 2024.12.12 04:05:08.405275 [ 264 ] {3e6cad10-af23-40bf-a02c-64310b230bdd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001645 sec., 607.90273556231 rows/sec., 40.96 KiB/sec. | ||
| 2052 | 2024.12.12 04:05:08.405442 [ 264 ] {3e6cad10-af23-40bf-a02c-64310b230bdd} <Debug> TCPHandler: Processed in 0.001995503 sec. | ||
| 2053 | 2024.12.12 04:05:08.405591 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2054 | 2024.12.12 04:05:08.405710 [ 263 ] {2b51eea5-9d14-40bf-ab46-699eb0c455bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2055 | 2024.12.12 04:05:08.405791 [ 263 ] {2b51eea5-9d14-40bf-ab46-699eb0c455bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2056 | 2024.12.12 04:05:08.406972 [ 263 ] {2b51eea5-9d14-40bf-ab46-699eb0c455bb} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2057 | 2024.12.12 04:05:08.407011 [ 263 ] {2b51eea5-9d14-40bf-ab46-699eb0c455bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2058 | 2024.12.12 04:05:08.407651 [ 263 ] {2b51eea5-9d14-40bf-ab46-699eb0c455bb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2059 | 2024.12.12 04:05:08.407907 [ 263 ] {2b51eea5-9d14-40bf-ab46-699eb0c455bb} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2060 | 2024.12.12 04:05:08.408336 [ 263 ] {2b51eea5-9d14-40bf-ab46-699eb0c455bb} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002615 sec., 11854.684512428297 rows/sec., 21.24 MiB/sec. | ||
| 2061 | 2024.12.12 04:05:08.408663 [ 263 ] {2b51eea5-9d14-40bf-ab46-699eb0c455bb} <Debug> TCPHandler: Processed in 0.003129332 sec. | ||
| 2062 | 2024.12.12 04:05:08.408817 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2063 | 2024.12.12 04:05:08.408956 [ 264 ] {acb7563d-9037-4520-9913-6006bce76764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2064 | 2024.12.12 04:05:08.409015 [ 264 ] {acb7563d-9037-4520-9913-6006bce76764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2065 | 2024.12.12 04:05:08.409602 [ 264 ] {acb7563d-9037-4520-9913-6006bce76764} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2066 | 2024.12.12 04:05:08.409648 [ 264 ] {acb7563d-9037-4520-9913-6006bce76764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2067 | 2024.12.12 04:05:08.410032 [ 264 ] {acb7563d-9037-4520-9913-6006bce76764} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2068 | 2024.12.12 04:05:08.410271 [ 264 ] {acb7563d-9037-4520-9913-6006bce76764} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2069 | 2024.12.12 04:05:08.410576 [ 264 ] {acb7563d-9037-4520-9913-6006bce76764} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001627 sec., 50399.508297480024 rows/sec., 3.20 MiB/sec. | ||
| 2070 | 2024.12.12 04:05:08.410663 [ 264 ] {acb7563d-9037-4520-9913-6006bce76764} <Debug> TCPHandler: Processed in 0.00191236 sec. | ||
| 2071 | 2024.12.12 04:05:09.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.27 MiB, peak 171.79 MiB, free memory in arenas 0.00 B, will set to 167.58 MiB (RSS), difference: -2.69 MiB | ||
| 2072 | 2024.12.12 04:05:13.408090 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2073 | 2024.12.12 04:05:13.408320 [ 264 ] {f9e531a3-cad7-47a5-a8dd-d5c39b27a6eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2074 | 2024.12.12 04:05:13.408405 [ 264 ] {f9e531a3-cad7-47a5-a8dd-d5c39b27a6eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2075 | 2024.12.12 04:05:13.409831 [ 264 ] {f9e531a3-cad7-47a5-a8dd-d5c39b27a6eb} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2076 | 2024.12.12 04:05:13.409882 [ 264 ] {f9e531a3-cad7-47a5-a8dd-d5c39b27a6eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2077 | 2024.12.12 04:05:13.410392 [ 264 ] {f9e531a3-cad7-47a5-a8dd-d5c39b27a6eb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2078 | 2024.12.12 04:05:13.410654 [ 264 ] {f9e531a3-cad7-47a5-a8dd-d5c39b27a6eb} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2079 | 2024.12.12 04:05:13.410853 [ 49 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2080 | 2024.12.12 04:05:13.410922 [ 264 ] {f9e531a3-cad7-47a5-a8dd-d5c39b27a6eb} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002658 sec., 449962.3777276147 rows/sec., 37.10 MiB/sec. | ||
| 2081 | 2024.12.12 04:05:13.410938 [ 49 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2082 | 2024.12.12 04:05:13.411006 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2083 | 2024.12.12 04:05:13.411066 [ 264 ] {f9e531a3-cad7-47a5-a8dd-d5c39b27a6eb} <Debug> TCPHandler: Processed in 0.003119881 sec. | ||
| 2084 | 2024.12.12 04:05:13.411292 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 2085 | 2024.12.12 04:05:13.411353 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2086 | 2024.12.12 04:05:13.411494 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2087 | 2024.12.12 04:05:13.411532 [ 263 ] {46555fe8-d0f2-4017-b6e4-3f67867782ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2088 | 2024.12.12 04:05:13.411544 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1260 rows starting from the beginning of the part | ||
| 2089 | 2024.12.12 04:05:13.411616 [ 263 ] {46555fe8-d0f2-4017-b6e4-3f67867782ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2090 | 2024.12.12 04:05:13.411810 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
| 2091 | 2024.12.12 04:05:13.412126 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 265 rows starting from the beginning of the part | ||
| 2092 | 2024.12.12 04:05:13.412735 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 2093 | 2024.12.12 04:05:13.412953 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 265 rows starting from the beginning of the part | ||
| 2094 | 2024.12.12 04:05:13.413186 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1196 rows starting from the beginning of the part | ||
| 2095 | 2024.12.12 04:05:13.413976 [ 263 ] {46555fe8-d0f2-4017-b6e4-3f67867782ff} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2096 | 2024.12.12 04:05:13.414025 [ 263 ] {46555fe8-d0f2-4017-b6e4-3f67867782ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2097 | 2024.12.12 04:05:13.414591 [ 263 ] {46555fe8-d0f2-4017-b6e4-3f67867782ff} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2098 | 2024.12.12 04:05:13.414877 [ 263 ] {46555fe8-d0f2-4017-b6e4-3f67867782ff} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2099 | 2024.12.12 04:05:13.415136 [ 263 ] {46555fe8-d0f2-4017-b6e4-3f67867782ff} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.003663 sec., 62244.06224406225 rows/sec., 4.21 MiB/sec. | ||
| 2100 | 2024.12.12 04:05:13.415228 [ 263 ] {46555fe8-d0f2-4017-b6e4-3f67867782ff} <Debug> TCPHandler: Processed in 0.004010805 sec. | ||
| 2101 | 2024.12.12 04:05:13.415479 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3098 rows, containing 5 columns (5 merged, 0 gathered) in 0.004343253 sec., 713290.245813449 rows/sec., 62.22 MiB/sec. | ||
| 2102 | 2024.12.12 04:05:13.415508 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2103 | 2024.12.12 04:05:13.415712 [ 264 ] {a3182938-bc73-4d5d-8e87-f44e9e779e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2104 | 2024.12.12 04:05:13.415738 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2105 | 2024.12.12 04:05:13.415843 [ 264 ] {a3182938-bc73-4d5d-8e87-f44e9e779e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2106 | 2024.12.12 04:05:13.416359 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_11_2} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2107 | 2024.12.12 04:05:13.416576 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_11_2} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2108 | 2024.12.12 04:05:13.416658 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 2109 | 2024.12.12 04:05:13.417169 [ 264 ] {a3182938-bc73-4d5d-8e87-f44e9e779e3c} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2110 | 2024.12.12 04:05:13.417217 [ 264 ] {a3182938-bc73-4d5d-8e87-f44e9e779e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2111 | 2024.12.12 04:05:13.417620 [ 264 ] {a3182938-bc73-4d5d-8e87-f44e9e779e3c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2112 | 2024.12.12 04:05:13.417866 [ 264 ] {a3182938-bc73-4d5d-8e87-f44e9e779e3c} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2113 | 2024.12.12 04:05:13.418042 [ 49 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2114 | 2024.12.12 04:05:13.418109 [ 49 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2115 | 2024.12.12 04:05:13.418124 [ 264 ] {a3182938-bc73-4d5d-8e87-f44e9e779e3c} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.002477 sec., 209931.36859103755 rows/sec., 15.54 MiB/sec. | ||
| 2116 | 2024.12.12 04:05:13.418148 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2117 | 2024.12.12 04:05:13.418316 [ 264 ] {a3182938-bc73-4d5d-8e87-f44e9e779e3c} <Debug> TCPHandler: Processed in 0.002963258 sec. | ||
| 2118 | 2024.12.12 04:05:13.418401 [ 192 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 2119 | 2024.12.12 04:05:13.418507 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2120 | 2024.12.12 04:05:13.418539 [ 192 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2121 | 2024.12.12 04:05:13.418570 [ 192 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 563 rows starting from the beginning of the part | ||
| 2122 | 2024.12.12 04:05:13.418693 [ 263 ] {70575cc6-ae5a-4e5f-b293-90f6ed16b260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2123 | 2024.12.12 04:05:13.418700 [ 192 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part | ||
| 2124 | 2024.12.12 04:05:13.418767 [ 263 ] {70575cc6-ae5a-4e5f-b293-90f6ed16b260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2125 | 2024.12.12 04:05:13.418918 [ 192 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 413 rows starting from the beginning of the part | ||
| 2126 | 2024.12.12 04:05:13.419137 [ 192 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 2127 | 2024.12.12 04:05:13.419345 [ 192 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 413 rows starting from the beginning of the part | ||
| 2128 | 2024.12.12 04:05:13.419493 [ 192 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 520 rows starting from the beginning of the part | ||
| 2129 | 2024.12.12 04:05:13.420117 [ 263 ] {70575cc6-ae5a-4e5f-b293-90f6ed16b260} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2130 | 2024.12.12 04:05:13.420165 [ 263 ] {70575cc6-ae5a-4e5f-b293-90f6ed16b260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2131 | 2024.12.12 04:05:13.420792 [ 263 ] {70575cc6-ae5a-4e5f-b293-90f6ed16b260} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2132 | 2024.12.12 04:05:13.421115 [ 195 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2037 rows, containing 5 columns (5 merged, 0 gathered) in 0.002837582 sec., 717864.7172134585 rows/sec., 55.33 MiB/sec. | ||
| 2133 | 2024.12.12 04:05:13.421200 [ 263 ] {70575cc6-ae5a-4e5f-b293-90f6ed16b260} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2134 | 2024.12.12 04:05:13.421412 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2135 | 2024.12.12 04:05:13.421503 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2136 | 2024.12.12 04:05:13.421522 [ 195 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2137 | 2024.12.12 04:05:13.421575 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2138 | 2024.12.12 04:05:13.421688 [ 263 ] {70575cc6-ae5a-4e5f-b293-90f6ed16b260} <Debug> executeQuery: Read 874 rows, 60.22 KiB in 0.003038 sec., 287689.2692560895 rows/sec., 19.36 MiB/sec. | ||
| 2139 | 2024.12.12 04:05:13.422029 [ 263 ] {70575cc6-ae5a-4e5f-b293-90f6ed16b260} <Debug> TCPHandler: Processed in 0.003583853 sec. | ||
| 2140 | 2024.12.12 04:05:13.422053 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 2141 | 2024.12.12 04:05:13.422345 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2142 | 2024.12.12 04:05:13.422427 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2143 | 2024.12.12 04:05:13.422558 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1935 rows starting from the beginning of the part | ||
| 2144 | 2024.12.12 04:05:13.422599 [ 195 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_11_2} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2145 | 2024.12.12 04:05:13.422724 [ 264 ] {0b23e97f-8fbe-4ec3-80d5-8f1f05df7098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2146 | 2024.12.12 04:05:13.422921 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
| 2147 | 2024.12.12 04:05:13.423012 [ 264 ] {0b23e97f-8fbe-4ec3-80d5-8f1f05df7098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2148 | 2024.12.12 04:05:13.423249 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 237 rows starting from the beginning of the part | ||
| 2149 | 2024.12.12 04:05:13.423620 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2150 | 2024.12.12 04:05:13.424085 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
| 2151 | 2024.12.12 04:05:13.424101 [ 195 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_11_2} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2152 | 2024.12.12 04:05:13.424600 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 874 rows starting from the beginning of the part | ||
| 2153 | 2024.12.12 04:05:13.425034 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 2154 | 2024.12.12 04:05:13.425774 [ 264 ] {0b23e97f-8fbe-4ec3-80d5-8f1f05df7098} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2155 | 2024.12.12 04:05:13.425853 [ 264 ] {0b23e97f-8fbe-4ec3-80d5-8f1f05df7098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2156 | 2024.12.12 04:05:13.426822 [ 264 ] {0b23e97f-8fbe-4ec3-80d5-8f1f05df7098} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2157 | 2024.12.12 04:05:13.427358 [ 264 ] {0b23e97f-8fbe-4ec3-80d5-8f1f05df7098} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2158 | 2024.12.12 04:05:13.427654 [ 46 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2159 | 2024.12.12 04:05:13.427709 [ 46 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2160 | 2024.12.12 04:05:13.427733 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2161 | 2024.12.12 04:05:13.427739 [ 264 ] {0b23e97f-8fbe-4ec3-80d5-8f1f05df7098} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005146 sec., 11659.541391371939 rows/sec., 804.63 KiB/sec. | ||
| 2162 | 2024.12.12 04:05:13.428106 [ 264 ] {0b23e97f-8fbe-4ec3-80d5-8f1f05df7098} <Debug> TCPHandler: Processed in 0.005943125 sec. | ||
| 2163 | 2024.12.12 04:05:13.428217 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 2164 | 2024.12.12 04:05:13.428866 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2165 | 2024.12.12 04:05:13.428989 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 210 rows starting from the beginning of the part | ||
| 2166 | 2024.12.12 04:05:13.429083 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3603 rows, containing 5 columns (5 merged, 0 gathered) in 0.007327931 sec., 491680.3938246689 rows/sec., 33.26 MiB/sec. | ||
| 2167 | 2024.12.12 04:05:13.429248 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
| 2168 | 2024.12.12 04:05:13.429470 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 82 rows starting from the beginning of the part | ||
| 2169 | 2024.12.12 04:05:13.429593 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2170 | 2024.12.12 04:05:13.429777 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2171 | 2024.12.12 04:05:13.430052 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
| 2172 | 2024.12.12 04:05:13.430347 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2173 | 2024.12.12 04:05:13.430797 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2174 | 2024.12.12 04:05:13.431030 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2175 | 2024.12.12 04:05:13.431208 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 2176 | 2024.12.12 04:05:13.431982 [ 186 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 554 rows, containing 4 columns (4 merged, 0 gathered) in 0.004132088 sec., 134072.65285734477 rows/sec., 8.91 MiB/sec. | ||
| 2177 | 2024.12.12 04:05:13.432151 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2178 | 2024.12.12 04:05:13.432457 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_11_2} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2179 | 2024.12.12 04:05:13.432542 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_11_2} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2180 | 2024.12.12 04:05:13.432627 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2181 | 2024.12.12 04:05:14.252683 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2182 | 2024.12.12 04:05:14.253458 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2183 | 2024.12.12 04:05:14.253512 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2184 | 2024.12.12 04:05:14.254090 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2185 | 2024.12.12 04:05:14.254341 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2186 | 2024.12.12 04:05:14.254600 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2187 | 2024.12.12 04:05:14.504594 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2188 | 2024.12.12 04:05:14.525843 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2189 | 2024.12.12 04:05:14.525914 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2190 | 2024.12.12 04:05:14.533375 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2191 | 2024.12.12 04:05:14.534153 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2192 | 2024.12.12 04:05:14.537056 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2193 | 2024.12.12 04:05:16.746926 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 320 | ||
| 2194 | 2024.12.12 04:05:16.750163 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2195 | 2024.12.12 04:05:16.750218 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2196 | 2024.12.12 04:05:16.751708 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2197 | 2024.12.12 04:05:16.752020 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2198 | 2024.12.12 04:05:16.752250 [ 41 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2199 | 2024.12.12 04:05:16.752369 [ 41 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2200 | 2024.12.12 04:05:16.752433 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2201 | 2024.12.12 04:05:16.752985 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 2202 | 2024.12.12 04:05:16.753888 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 320 | ||
| 2203 | 2024.12.12 04:05:16.754319 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2204 | 2024.12.12 04:05:16.754493 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 2205 | 2024.12.12 04:05:16.755166 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 66 rows starting from the beginning of the part | ||
| 2206 | 2024.12.12 04:05:16.755840 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
| 2207 | 2024.12.12 04:05:16.756498 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
| 2208 | 2024.12.12 04:05:16.757103 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 2209 | 2024.12.12 04:05:16.757709 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part | ||
| 2210 | 2024.12.12 04:05:16.765439 [ 186 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 72 columns (72 merged, 0 gathered) in 0.012872576 sec., 24859.04919108654 rows/sec., 25.80 MiB/sec. | ||
| 2211 | 2024.12.12 04:05:16.766332 [ 200 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2212 | 2024.12.12 04:05:16.767032 [ 200 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_6_1} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2213 | 2024.12.12 04:05:16.767114 [ 200 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_6_1} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2214 | 2024.12.12 04:05:16.767313 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. | ||
| 2215 | 2024.12.12 04:05:18.385899 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2216 | 2024.12.12 04:05:18.386092 [ 264 ] {e80bbb39-2605-467b-9aaa-d558a1b0f404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2217 | 2024.12.12 04:05:18.386164 [ 264 ] {e80bbb39-2605-467b-9aaa-d558a1b0f404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2218 | 2024.12.12 04:05:18.386902 [ 264 ] {e80bbb39-2605-467b-9aaa-d558a1b0f404} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2219 | 2024.12.12 04:05:18.386948 [ 264 ] {e80bbb39-2605-467b-9aaa-d558a1b0f404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2220 | 2024.12.12 04:05:18.387368 [ 264 ] {e80bbb39-2605-467b-9aaa-d558a1b0f404} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2221 | 2024.12.12 04:05:18.387622 [ 264 ] {e80bbb39-2605-467b-9aaa-d558a1b0f404} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2222 | 2024.12.12 04:05:18.387862 [ 264 ] {e80bbb39-2605-467b-9aaa-d558a1b0f404} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001824 sec., 7675.438596491228 rows/sec., 552.53 KiB/sec. | ||
| 2223 | 2024.12.12 04:05:18.387919 [ 264 ] {e80bbb39-2605-467b-9aaa-d558a1b0f404} <Debug> TCPHandler: Processed in 0.002156347 sec. | ||
| 2224 | 2024.12.12 04:05:18.388175 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2225 | 2024.12.12 04:05:18.388389 [ 263 ] {d3903ccd-3647-45ea-ac27-190a949cc6eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2226 | 2024.12.12 04:05:18.388468 [ 263 ] {d3903ccd-3647-45ea-ac27-190a949cc6eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2227 | 2024.12.12 04:05:18.389412 [ 263 ] {d3903ccd-3647-45ea-ac27-190a949cc6eb} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2228 | 2024.12.12 04:05:18.389456 [ 263 ] {d3903ccd-3647-45ea-ac27-190a949cc6eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2229 | 2024.12.12 04:05:18.389919 [ 263 ] {d3903ccd-3647-45ea-ac27-190a949cc6eb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2230 | 2024.12.12 04:05:18.390188 [ 263 ] {d3903ccd-3647-45ea-ac27-190a949cc6eb} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2231 | 2024.12.12 04:05:18.390390 [ 263 ] {d3903ccd-3647-45ea-ac27-190a949cc6eb} <Debug> executeQuery: Read 265 rows, 23.89 KiB in 0.002061 sec., 128578.36001940806 rows/sec., 11.32 MiB/sec. | ||
| 2232 | 2024.12.12 04:05:18.390446 [ 263 ] {d3903ccd-3647-45ea-ac27-190a949cc6eb} <Debug> TCPHandler: Processed in 0.002414103 sec. | ||
| 2233 | 2024.12.12 04:05:18.390613 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2234 | 2024.12.12 04:05:18.390757 [ 264 ] {48877baf-882e-4916-8891-72af7de8c75d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2235 | 2024.12.12 04:05:18.390816 [ 264 ] {48877baf-882e-4916-8891-72af7de8c75d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2236 | 2024.12.12 04:05:18.391445 [ 264 ] {48877baf-882e-4916-8891-72af7de8c75d} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2237 | 2024.12.12 04:05:18.391486 [ 264 ] {48877baf-882e-4916-8891-72af7de8c75d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2238 | 2024.12.12 04:05:18.391847 [ 264 ] {48877baf-882e-4916-8891-72af7de8c75d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2239 | 2024.12.12 04:05:18.392089 [ 264 ] {48877baf-882e-4916-8891-72af7de8c75d} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): 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.12.12 04:05:18.392262 [ 36 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2241 | 2024.12.12 04:05:18.392319 [ 264 ] {48877baf-882e-4916-8891-72af7de8c75d} <Debug> executeQuery: Read 38 rows, 2.79 KiB in 0.001588 sec., 23929.47103274559 rows/sec., 1.71 MiB/sec. | ||
| 2242 | 2024.12.12 04:05:18.392336 [ 36 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2243 | 2024.12.12 04:05:18.392411 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2244 | 2024.12.12 04:05:18.392440 [ 264 ] {48877baf-882e-4916-8891-72af7de8c75d} <Debug> TCPHandler: Processed in 0.00189406 sec. | ||
| 2245 | 2024.12.12 04:05:18.392627 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 2246 | 2024.12.12 04:05:18.392660 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2247 | 2024.12.12 04:05:18.392799 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2248 | 2024.12.12 04:05:18.392895 [ 263 ] {a2025a36-6570-43bf-945c-175d434c2833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2249 | 2024.12.12 04:05:18.392887 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 2250 | 2024.12.12 04:05:18.392962 [ 263 ] {a2025a36-6570-43bf-945c-175d434c2833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2251 | 2024.12.12 04:05:18.393234 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 29 rows starting from the beginning of the part | ||
| 2252 | 2024.12.12 04:05:18.393555 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 31 rows starting from the beginning of the part | ||
| 2253 | 2024.12.12 04:05:18.393917 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 38 rows starting from the beginning of the part | ||
| 2254 | 2024.12.12 04:05:18.394293 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 38 rows starting from the beginning of the part | ||
| 2255 | 2024.12.12 04:05:18.394663 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 38 rows starting from the beginning of the part | ||
| 2256 | 2024.12.12 04:05:18.395952 [ 263 ] {a2025a36-6570-43bf-945c-175d434c2833} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2257 | 2024.12.12 04:05:18.396025 [ 263 ] {a2025a36-6570-43bf-945c-175d434c2833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2258 | 2024.12.12 04:05:18.397117 [ 263 ] {a2025a36-6570-43bf-945c-175d434c2833} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2259 | 2024.12.12 04:05:18.397457 [ 200 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.004940519 sec., 37647.866550052735 rows/sec., 2.87 MiB/sec. | ||
| 2260 | 2024.12.12 04:05:18.397568 [ 263 ] {a2025a36-6570-43bf-945c-175d434c2833} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2261 | 2024.12.12 04:05:18.397616 [ 200 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2262 | 2024.12.12 04:05:18.397728 [ 36 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2263 | 2024.12.12 04:05:18.397786 [ 36 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2264 | 2024.12.12 04:05:18.397816 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2265 | 2024.12.12 04:05:18.397826 [ 263 ] {a2025a36-6570-43bf-945c-175d434c2833} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004985 sec., 2808.4252758274824 rows/sec., 196.68 KiB/sec. | ||
| 2266 | 2024.12.12 04:05:18.398220 [ 263 ] {a2025a36-6570-43bf-945c-175d434c2833} <Debug> TCPHandler: Processed in 0.005655158 sec. | ||
| 2267 | 2024.12.12 04:05:18.398307 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_6_1} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full | ||
| 2268 | 2024.12.12 04:05:18.398341 [ 200 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_6_1} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2269 | 2024.12.12 04:05:18.398525 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2270 | 2024.12.12 04:05:18.398698 [ 200 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_6_1} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2271 | 2024.12.12 04:05:18.398746 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2272 | 2024.12.12 04:05:18.398852 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2273 | 2024.12.12 04:05:18.398874 [ 264 ] {cfa76992-25bf-4c91-bf4b-329ae8d01b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2274 | 2024.12.12 04:05:18.399002 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2275 | 2024.12.12 04:05:18.399088 [ 264 ] {cfa76992-25bf-4c91-bf4b-329ae8d01b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2276 | 2024.12.12 04:05:18.399280 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
| 2277 | 2024.12.12 04:05:18.399597 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 2278 | 2024.12.12 04:05:18.399803 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 2279 | 2024.12.12 04:05:18.400038 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part | ||
| 2280 | 2024.12.12 04:05:18.400258 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 2281 | 2024.12.12 04:05:18.400993 [ 264 ] {cfa76992-25bf-4c91-bf4b-329ae8d01b06} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2282 | 2024.12.12 04:05:18.401044 [ 264 ] {cfa76992-25bf-4c91-bf4b-329ae8d01b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2283 | 2024.12.12 04:05:18.401680 [ 264 ] {cfa76992-25bf-4c91-bf4b-329ae8d01b06} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2284 | 2024.12.12 04:05:18.401739 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 499 rows, containing 5 columns (5 merged, 0 gathered) in 0.00382225 sec., 130551.37680685459 rows/sec., 9.34 MiB/sec. | ||
| 2285 | 2024.12.12 04:05:18.401856 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2286 | 2024.12.12 04:05:18.402014 [ 264 ] {cfa76992-25bf-4c91-bf4b-329ae8d01b06} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2287 | 2024.12.12 04:05:18.402275 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_6_1} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2288 | 2024.12.12 04:05:18.402423 [ 264 ] {cfa76992-25bf-4c91-bf4b-329ae8d01b06} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003636 sec., 3575.3575357535756 rows/sec., 222.92 KiB/sec. | ||
| 2289 | 2024.12.12 04:05:18.402476 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_6_1} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2290 | 2024.12.12 04:05:18.402533 [ 264 ] {cfa76992-25bf-4c91-bf4b-329ae8d01b06} <Debug> TCPHandler: Processed in 0.004190989 sec. | ||
| 2291 | 2024.12.12 04:05:18.402592 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 2292 | 2024.12.12 04:05:18.402706 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2293 | 2024.12.12 04:05:18.402831 [ 263 ] {c5ca7ccc-9172-4ba4-9857-95549fdcd519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2294 | 2024.12.12 04:05:18.402881 [ 263 ] {c5ca7ccc-9172-4ba4-9857-95549fdcd519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2295 | 2024.12.12 04:05:18.403627 [ 263 ] {c5ca7ccc-9172-4ba4-9857-95549fdcd519} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2296 | 2024.12.12 04:05:18.403668 [ 263 ] {c5ca7ccc-9172-4ba4-9857-95549fdcd519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2297 | 2024.12.12 04:05:18.404065 [ 263 ] {c5ca7ccc-9172-4ba4-9857-95549fdcd519} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2298 | 2024.12.12 04:05:18.404321 [ 263 ] {c5ca7ccc-9172-4ba4-9857-95549fdcd519} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2299 | 2024.12.12 04:05:18.404535 [ 263 ] {c5ca7ccc-9172-4ba4-9857-95549fdcd519} <Debug> executeQuery: Read 413 rows, 30.16 KiB in 0.00173 sec., 238728.32369942198 rows/sec., 17.03 MiB/sec. | ||
| 2300 | 2024.12.12 04:05:18.404589 [ 263 ] {c5ca7ccc-9172-4ba4-9857-95549fdcd519} <Debug> TCPHandler: Processed in 0.001943861 sec. | ||
| 2301 | 2024.12.12 04:05:18.404755 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2302 | 2024.12.12 04:05:18.404901 [ 264 ] {24951137-cd8b-425b-9760-5e7f81f4dac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2303 | 2024.12.12 04:05:18.404960 [ 264 ] {24951137-cd8b-425b-9760-5e7f81f4dac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2304 | 2024.12.12 04:05:18.405481 [ 264 ] {24951137-cd8b-425b-9760-5e7f81f4dac9} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2305 | 2024.12.12 04:05:18.405521 [ 264 ] {24951137-cd8b-425b-9760-5e7f81f4dac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2306 | 2024.12.12 04:05:18.405887 [ 264 ] {24951137-cd8b-425b-9760-5e7f81f4dac9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2307 | 2024.12.12 04:05:18.406130 [ 264 ] {24951137-cd8b-425b-9760-5e7f81f4dac9} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2308 | 2024.12.12 04:05:18.406402 [ 264 ] {24951137-cd8b-425b-9760-5e7f81f4dac9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001532 sec., 3916.44908616188 rows/sec., 204.62 KiB/sec. | ||
| 2309 | 2024.12.12 04:05:18.406459 [ 264 ] {24951137-cd8b-425b-9760-5e7f81f4dac9} <Debug> TCPHandler: Processed in 0.00177609 sec. | ||
| 2310 | 2024.12.12 04:05:18.406623 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2311 | 2024.12.12 04:05:18.406766 [ 263 ] {e57a9240-fdea-412f-9d33-cd1593dd0aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2312 | 2024.12.12 04:05:18.406829 [ 263 ] {e57a9240-fdea-412f-9d33-cd1593dd0aad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2313 | 2024.12.12 04:05:18.407455 [ 263 ] {e57a9240-fdea-412f-9d33-cd1593dd0aad} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2314 | 2024.12.12 04:05:18.407493 [ 263 ] {e57a9240-fdea-412f-9d33-cd1593dd0aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2315 | 2024.12.12 04:05:18.407891 [ 263 ] {e57a9240-fdea-412f-9d33-cd1593dd0aad} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2316 | 2024.12.12 04:05:18.408135 [ 263 ] {e57a9240-fdea-412f-9d33-cd1593dd0aad} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2317 | 2024.12.12 04:05:18.408318 [ 263 ] {e57a9240-fdea-412f-9d33-cd1593dd0aad} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001585 sec., 149526.81388012617 rows/sec., 10.02 MiB/sec. | ||
| 2318 | 2024.12.12 04:05:18.408371 [ 263 ] {e57a9240-fdea-412f-9d33-cd1593dd0aad} <Debug> TCPHandler: Processed in 0.001817308 sec. | ||
| 2319 | 2024.12.12 04:05:18.408533 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2320 | 2024.12.12 04:05:18.408670 [ 264 ] {4dedef23-1eae-4dfa-aa4d-97cc39f8a171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2321 | 2024.12.12 04:05:18.408731 [ 264 ] {4dedef23-1eae-4dfa-aa4d-97cc39f8a171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2322 | 2024.12.12 04:05:18.409253 [ 264 ] {4dedef23-1eae-4dfa-aa4d-97cc39f8a171} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2323 | 2024.12.12 04:05:18.409293 [ 264 ] {4dedef23-1eae-4dfa-aa4d-97cc39f8a171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2324 | 2024.12.12 04:05:18.409659 [ 264 ] {4dedef23-1eae-4dfa-aa4d-97cc39f8a171} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2325 | 2024.12.12 04:05:18.409900 [ 264 ] {4dedef23-1eae-4dfa-aa4d-97cc39f8a171} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2326 | 2024.12.12 04:05:18.410174 [ 264 ] {4dedef23-1eae-4dfa-aa4d-97cc39f8a171} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001513 sec., 660.9385327164574 rows/sec., 44.54 KiB/sec. | ||
| 2327 | 2024.12.12 04:05:18.410302 [ 264 ] {4dedef23-1eae-4dfa-aa4d-97cc39f8a171} <Debug> TCPHandler: Processed in 0.001835638 sec. | ||
| 2328 | 2024.12.12 04:05:18.410457 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2329 | 2024.12.12 04:05:18.410598 [ 263 ] {285ac945-2590-44e3-8894-d8b82e69a862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2330 | 2024.12.12 04:05:18.410688 [ 263 ] {285ac945-2590-44e3-8894-d8b82e69a862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2331 | 2024.12.12 04:05:18.411886 [ 263 ] {285ac945-2590-44e3-8894-d8b82e69a862} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2332 | 2024.12.12 04:05:18.411923 [ 263 ] {285ac945-2590-44e3-8894-d8b82e69a862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2333 | 2024.12.12 04:05:18.412559 [ 263 ] {285ac945-2590-44e3-8894-d8b82e69a862} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2334 | 2024.12.12 04:05:18.412818 [ 263 ] {285ac945-2590-44e3-8894-d8b82e69a862} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2335 | 2024.12.12 04:05:18.412948 [ 36 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2336 | 2024.12.12 04:05:18.413000 [ 36 ] {} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2337 | 2024.12.12 04:05:18.413031 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2338 | 2024.12.12 04:05:18.413035 [ 263 ] {285ac945-2590-44e3-8894-d8b82e69a862} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002469 sec., 12555.690562980964 rows/sec., 22.50 MiB/sec. | ||
| 2339 | 2024.12.12 04:05:18.413557 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::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 | ||
| 2340 | 2024.12.12 04:05:18.413684 [ 263 ] {285ac945-2590-44e3-8894-d8b82e69a862} <Debug> TCPHandler: Processed in 0.003292416 sec. | ||
| 2341 | 2024.12.12 04:05:18.413936 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2342 | 2024.12.12 04:05:18.414113 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2343 | 2024.12.12 04:05:18.414122 [ 264 ] {50aadb54-7aa4-4152-a345-fa1b01f49bc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2344 | 2024.12.12 04:05:18.414202 [ 264 ] {50aadb54-7aa4-4152-a345-fa1b01f49bc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2345 | 2024.12.12 04:05:18.414205 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 2346 | 2024.12.12 04:05:18.414768 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 29 rows starting from the beginning of the part | ||
| 2347 | 2024.12.12 04:05:18.415175 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 31 rows starting from the beginning of the part | ||
| 2348 | 2024.12.12 04:05:18.415613 [ 264 ] {50aadb54-7aa4-4152-a345-fa1b01f49bc8} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2349 | 2024.12.12 04:05:18.415627 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part | ||
| 2350 | 2024.12.12 04:05:18.415656 [ 264 ] {50aadb54-7aa4-4152-a345-fa1b01f49bc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2351 | 2024.12.12 04:05:18.415979 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 31 rows starting from the beginning of the part | ||
| 2352 | 2024.12.12 04:05:18.416345 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 31 rows starting from the beginning of the part | ||
| 2353 | 2024.12.12 04:05:18.416617 [ 264 ] {50aadb54-7aa4-4152-a345-fa1b01f49bc8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2354 | 2024.12.12 04:05:18.417067 [ 264 ] {50aadb54-7aa4-4152-a345-fa1b01f49bc8} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2355 | 2024.12.12 04:05:18.417440 [ 264 ] {50aadb54-7aa4-4152-a345-fa1b01f49bc8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003357 sec., 24426.571343461423 rows/sec., 1.55 MiB/sec. | ||
| 2356 | 2024.12.12 04:05:18.417526 [ 264 ] {50aadb54-7aa4-4152-a345-fa1b01f49bc8} <Debug> TCPHandler: Processed in 0.003703497 sec. | ||
| 2357 | 2024.12.12 04:05:18.420018 [ 186 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 19 columns (19 merged, 0 gathered) in 0.006873209 sec., 24006.25384736591 rows/sec., 43.02 MiB/sec. | ||
| 2358 | 2024.12.12 04:05:18.420564 [ 199 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2359 | 2024.12.12 04:05:18.421074 [ 199 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2360 | 2024.12.12 04:05:18.421173 [ 199 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2361 | 2024.12.12 04:05:18.421347 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 2362 | 2024.12.12 04:05:21.662157 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2363 | 2024.12.12 04:05:21.662227 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2364 | 2024.12.12 04:05:21.754763 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2365 | 2024.12.12 04:05:21.755557 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2366 | 2024.12.12 04:05:21.755598 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2367 | 2024.12.12 04:05:21.756135 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2368 | 2024.12.12 04:05:21.756392 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2369 | 2024.12.12 04:05:21.756587 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2370 | 2024.12.12 04:05:22.037128 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2371 | 2024.12.12 04:05:22.057915 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2372 | 2024.12.12 04:05:22.057984 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2373 | 2024.12.12 04:05:22.064944 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2374 | 2024.12.12 04:05:22.065715 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2375 | 2024.12.12 04:05:22.068541 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2376 | 2024.12.12 04:05:23.380092 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2377 | 2024.12.12 04:05:23.380386 [ 264 ] {ba5f92cb-0c67-493d-9cca-0ecefdff3e82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2378 | 2024.12.12 04:05:23.380465 [ 264 ] {ba5f92cb-0c67-493d-9cca-0ecefdff3e82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2379 | 2024.12.12 04:05:23.381230 [ 264 ] {ba5f92cb-0c67-493d-9cca-0ecefdff3e82} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2380 | 2024.12.12 04:05:23.381277 [ 264 ] {ba5f92cb-0c67-493d-9cca-0ecefdff3e82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2381 | 2024.12.12 04:05:23.381733 [ 264 ] {ba5f92cb-0c67-493d-9cca-0ecefdff3e82} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2382 | 2024.12.12 04:05:23.382015 [ 264 ] {ba5f92cb-0c67-493d-9cca-0ecefdff3e82} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2383 | 2024.12.12 04:05:23.382245 [ 264 ] {ba5f92cb-0c67-493d-9cca-0ecefdff3e82} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00194 sec., 28865.979381443296 rows/sec., 2.22 MiB/sec. | ||
| 2384 | 2024.12.12 04:05:23.382303 [ 264 ] {ba5f92cb-0c67-493d-9cca-0ecefdff3e82} <Debug> TCPHandler: Processed in 0.002390762 sec. | ||
| 2385 | 2024.12.12 04:05:23.382562 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2386 | 2024.12.12 04:05:23.382754 [ 263 ] {162666fb-84cf-472f-94a2-8bb0da4f11ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2387 | 2024.12.12 04:05:23.382831 [ 263 ] {162666fb-84cf-472f-94a2-8bb0da4f11ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2388 | 2024.12.12 04:05:23.383631 [ 263 ] {162666fb-84cf-472f-94a2-8bb0da4f11ad} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2389 | 2024.12.12 04:05:23.383682 [ 263 ] {162666fb-84cf-472f-94a2-8bb0da4f11ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2390 | 2024.12.12 04:05:23.384141 [ 263 ] {162666fb-84cf-472f-94a2-8bb0da4f11ad} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2391 | 2024.12.12 04:05:23.384411 [ 263 ] {162666fb-84cf-472f-94a2-8bb0da4f11ad} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2392 | 2024.12.12 04:05:23.384663 [ 263 ] {162666fb-84cf-472f-94a2-8bb0da4f11ad} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001959 sec., 32669.729453802964 rows/sec., 2.55 MiB/sec. | ||
| 2393 | 2024.12.12 04:05:23.384753 [ 263 ] {162666fb-84cf-472f-94a2-8bb0da4f11ad} <Debug> TCPHandler: Processed in 0.002325081 sec. | ||
| 2394 | 2024.12.12 04:05:23.384923 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2395 | 2024.12.12 04:05:23.385048 [ 264 ] {0c24e3e7-9f7e-4b93-877b-6e532d6cb175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2396 | 2024.12.12 04:05:23.385110 [ 264 ] {0c24e3e7-9f7e-4b93-877b-6e532d6cb175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2397 | 2024.12.12 04:05:23.385695 [ 264 ] {0c24e3e7-9f7e-4b93-877b-6e532d6cb175} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2398 | 2024.12.12 04:05:23.385734 [ 264 ] {0c24e3e7-9f7e-4b93-877b-6e532d6cb175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2399 | 2024.12.12 04:05:23.386136 [ 264 ] {0c24e3e7-9f7e-4b93-877b-6e532d6cb175} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2400 | 2024.12.12 04:05:23.386387 [ 264 ] {0c24e3e7-9f7e-4b93-877b-6e532d6cb175} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2401 | 2024.12.12 04:05:23.386570 [ 264 ] {0c24e3e7-9f7e-4b93-877b-6e532d6cb175} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001546 sec., 103492.88486416558 rows/sec., 7.21 MiB/sec. | ||
| 2402 | 2024.12.12 04:05:23.386686 [ 264 ] {0c24e3e7-9f7e-4b93-877b-6e532d6cb175} <Debug> TCPHandler: Processed in 0.001823568 sec. | ||
| 2403 | 2024.12.12 04:05:23.386849 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2404 | 2024.12.12 04:05:23.386973 [ 263 ] {0ab629a3-4ab2-458f-a35f-e2dc62156bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2405 | 2024.12.12 04:05:23.387025 [ 263 ] {0ab629a3-4ab2-458f-a35f-e2dc62156bc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2406 | 2024.12.12 04:05:23.387553 [ 263 ] {0ab629a3-4ab2-458f-a35f-e2dc62156bc1} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2407 | 2024.12.12 04:05:23.387594 [ 263 ] {0ab629a3-4ab2-458f-a35f-e2dc62156bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2408 | 2024.12.12 04:05:23.387983 [ 263 ] {0ab629a3-4ab2-458f-a35f-e2dc62156bc1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2409 | 2024.12.12 04:05:23.388225 [ 263 ] {0ab629a3-4ab2-458f-a35f-e2dc62156bc1} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2410 | 2024.12.12 04:05:23.388446 [ 263 ] {0ab629a3-4ab2-458f-a35f-e2dc62156bc1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001499 sec., 40026.6844563042 rows/sec., 2.70 MiB/sec. | ||
| 2411 | 2024.12.12 04:05:23.388497 [ 263 ] {0ab629a3-4ab2-458f-a35f-e2dc62156bc1} <Debug> TCPHandler: Processed in 0.001707395 sec. | ||
| 2412 | 2024.12.12 04:05:26.754090 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 350 | ||
| 2413 | 2024.12.12 04:05:26.757030 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2414 | 2024.12.12 04:05:26.757081 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2415 | 2024.12.12 04:05:26.758568 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2416 | 2024.12.12 04:05:26.758883 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2417 | 2024.12.12 04:05:26.759739 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 350 | ||
| 2418 | 2024.12.12 04:05:28.371270 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2419 | 2024.12.12 04:05:28.371544 [ 264 ] {748a983f-3552-4ffd-9112-4925833a329b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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) | ||
| 2420 | 2024.12.12 04:05:28.371988 [ 264 ] {748a983f-3552-4ffd-9112-4925833a329b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2421 | 2024.12.12 04:05:28.372043 [ 264 ] {748a983f-3552-4ffd-9112-4925833a329b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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 | ||
| 2422 | 2024.12.12 04:05:28.372427 [ 264 ] {748a983f-3552-4ffd-9112-4925833a329b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2423 | 2024.12.12 04:05:28.372510 [ 264 ] {748a983f-3552-4ffd-9112-4925833a329b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2424 | 2024.12.12 04:05:28.372689 [ 264 ] {748a983f-3552-4ffd-9112-4925833a329b} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 2425 | 2024.12.12 04:05:28.372886 [ 296 ] {748a983f-3552-4ffd-9112-4925833a329b} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2426 | 2024.12.12 04:05:28.372901 [ 297 ] {748a983f-3552-4ffd-9112-4925833a329b} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2427 | 2024.12.12 04:05:28.372900 [ 295 ] {748a983f-3552-4ffd-9112-4925833a329b} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2428 | 2024.12.12 04:05:28.373077 [ 264 ] {748a983f-3552-4ffd-9112-4925833a329b} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (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 | ||
| 2429 | 2024.12.12 04:05:28.373107 [ 264 ] {748a983f-3552-4ffd-9112-4925833a329b} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2430 | 2024.12.12 04:05:28.373232 [ 264 ] {748a983f-3552-4ffd-9112-4925833a329b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2431 | 2024.12.12 04:05:28.373258 [ 264 ] {748a983f-3552-4ffd-9112-4925833a329b} <Debug> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e) (SelectExecutor): Reading approx. 42 rows with 3 streams | ||
| 2432 | 2024.12.12 04:05:28.373304 [ 264 ] {748a983f-3552-4ffd-9112-4925833a329b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 2433 | 2024.12.12 04:05:28.373355 [ 264 ] {748a983f-3552-4ffd-9112-4925833a329b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 2434 | 2024.12.12 04:05:28.373399 [ 264 ] {748a983f-3552-4ffd-9112-4925833a329b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', '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'))" | ||
| 2435 | 2024.12.12 04:05:28.375106 [ 264 ] {748a983f-3552-4ffd-9112-4925833a329b} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003694 sec., 11369.78884677856 rows/sec., 433.56 KiB/sec. | ||
| 2436 | 2024.12.12 04:05:28.375284 [ 264 ] {748a983f-3552-4ffd-9112-4925833a329b} <Debug> TCPHandler: Processed in 0.004154638 sec. | ||
| 2437 | 2024.12.12 04:05:28.391049 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2438 | 2024.12.12 04:05:28.391196 [ 264 ] {5584adfe-2a01-4f3e-abb3-72195bfb8c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2439 | 2024.12.12 04:05:28.391256 [ 264 ] {5584adfe-2a01-4f3e-abb3-72195bfb8c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2440 | 2024.12.12 04:05:28.392021 [ 264 ] {5584adfe-2a01-4f3e-abb3-72195bfb8c26} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2441 | 2024.12.12 04:05:28.392068 [ 264 ] {5584adfe-2a01-4f3e-abb3-72195bfb8c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2442 | 2024.12.12 04:05:28.392594 [ 264 ] {5584adfe-2a01-4f3e-abb3-72195bfb8c26} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2443 | 2024.12.12 04:05:28.392841 [ 264 ] {5584adfe-2a01-4f3e-abb3-72195bfb8c26} <Trace> oximeter.timeseries_schema (dcd86d00-6a36-46e7-9843-4130ae437a0e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2444 | 2024.12.12 04:05:28.393083 [ 264 ] {5584adfe-2a01-4f3e-abb3-72195bfb8c26} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001928 sec., 518.6721991701245 rows/sec., 117.51 KiB/sec. | ||
| 2445 | 2024.12.12 04:05:28.393168 [ 264 ] {5584adfe-2a01-4f3e-abb3-72195bfb8c26} <Debug> TCPHandler: Processed in 0.002200178 sec. | ||
| 2446 | 2024.12.12 04:05:28.393426 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2447 | 2024.12.12 04:05:28.393612 [ 263 ] {88587d89-4aba-4712-ae73-01c1f6b08e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2448 | 2024.12.12 04:05:28.393689 [ 263 ] {88587d89-4aba-4712-ae73-01c1f6b08e74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2449 | 2024.12.12 04:05:28.394437 [ 263 ] {88587d89-4aba-4712-ae73-01c1f6b08e74} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2450 | 2024.12.12 04:05:28.394481 [ 263 ] {88587d89-4aba-4712-ae73-01c1f6b08e74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2451 | 2024.12.12 04:05:28.394926 [ 263 ] {88587d89-4aba-4712-ae73-01c1f6b08e74} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2452 | 2024.12.12 04:05:28.395193 [ 263 ] {88587d89-4aba-4712-ae73-01c1f6b08e74} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2453 | 2024.12.12 04:05:28.395413 [ 263 ] {88587d89-4aba-4712-ae73-01c1f6b08e74} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001857 sec., 7539.041464728056 rows/sec., 542.71 KiB/sec. | ||
| 2454 | 2024.12.12 04:05:28.395489 [ 263 ] {88587d89-4aba-4712-ae73-01c1f6b08e74} <Debug> TCPHandler: Processed in 0.002191877 sec. | ||
| 2455 | 2024.12.12 04:05:28.395666 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2456 | 2024.12.12 04:05:28.395787 [ 264 ] {bbb9f1f6-013e-40ee-9610-9f63fabb71c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2457 | 2024.12.12 04:05:28.395836 [ 264 ] {bbb9f1f6-013e-40ee-9610-9f63fabb71c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2458 | 2024.12.12 04:05:28.396451 [ 264 ] {bbb9f1f6-013e-40ee-9610-9f63fabb71c0} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2459 | 2024.12.12 04:05:28.396490 [ 264 ] {bbb9f1f6-013e-40ee-9610-9f63fabb71c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2460 | 2024.12.12 04:05:28.396862 [ 264 ] {bbb9f1f6-013e-40ee-9610-9f63fabb71c0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2461 | 2024.12.12 04:05:28.397103 [ 264 ] {bbb9f1f6-013e-40ee-9610-9f63fabb71c0} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2462 | 2024.12.12 04:05:28.397335 [ 264 ] {bbb9f1f6-013e-40ee-9610-9f63fabb71c0} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001565 sec., 3833.865814696486 rows/sec., 312.62 KiB/sec. | ||
| 2463 | 2024.12.12 04:05:28.397485 [ 264 ] {bbb9f1f6-013e-40ee-9610-9f63fabb71c0} <Debug> TCPHandler: Processed in 0.00188362 sec. | ||
| 2464 | 2024.12.12 04:05:28.397652 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2465 | 2024.12.12 04:05:28.397777 [ 263 ] {74731c4e-67ad-49da-9501-8c324a02c187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2466 | 2024.12.12 04:05:28.397829 [ 263 ] {74731c4e-67ad-49da-9501-8c324a02c187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2467 | 2024.12.12 04:05:28.398571 [ 263 ] {74731c4e-67ad-49da-9501-8c324a02c187} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2468 | 2024.12.12 04:05:28.398612 [ 263 ] {74731c4e-67ad-49da-9501-8c324a02c187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2469 | 2024.12.12 04:05:28.399010 [ 263 ] {74731c4e-67ad-49da-9501-8c324a02c187} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2470 | 2024.12.12 04:05:28.399266 [ 263 ] {74731c4e-67ad-49da-9501-8c324a02c187} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2471 | 2024.12.12 04:05:28.399454 [ 263 ] {74731c4e-67ad-49da-9501-8c324a02c187} <Debug> executeQuery: Read 284 rows, 25.64 KiB in 0.001708 sec., 166276.34660421545 rows/sec., 14.66 MiB/sec. | ||
| 2472 | 2024.12.12 04:05:28.399514 [ 263 ] {74731c4e-67ad-49da-9501-8c324a02c187} <Debug> TCPHandler: Processed in 0.00192084 sec. | ||
| 2473 | 2024.12.12 04:05:28.399663 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2474 | 2024.12.12 04:05:28.399787 [ 264 ] {4dcd1427-a995-45ec-acfb-0cf7a64ef0f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2475 | 2024.12.12 04:05:28.399837 [ 264 ] {4dcd1427-a995-45ec-acfb-0cf7a64ef0f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2476 | 2024.12.12 04:05:28.400472 [ 264 ] {4dcd1427-a995-45ec-acfb-0cf7a64ef0f6} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2477 | 2024.12.12 04:05:28.400512 [ 264 ] {4dcd1427-a995-45ec-acfb-0cf7a64ef0f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2478 | 2024.12.12 04:05:28.400920 [ 264 ] {4dcd1427-a995-45ec-acfb-0cf7a64ef0f6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2479 | 2024.12.12 04:05:28.401185 [ 264 ] {4dcd1427-a995-45ec-acfb-0cf7a64ef0f6} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2480 | 2024.12.12 04:05:28.401407 [ 264 ] {4dcd1427-a995-45ec-acfb-0cf7a64ef0f6} <Debug> executeQuery: Read 52 rows, 3.81 KiB in 0.001645 sec., 31610.94224924012 rows/sec., 2.26 MiB/sec. | ||
| 2481 | 2024.12.12 04:05:28.401462 [ 264 ] {4dcd1427-a995-45ec-acfb-0cf7a64ef0f6} <Debug> TCPHandler: Processed in 0.001859348 sec. | ||
| 2482 | 2024.12.12 04:05:28.401616 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2483 | 2024.12.12 04:05:28.401739 [ 263 ] {58eb5570-545e-48c7-81ee-de6a33d8fe55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2484 | 2024.12.12 04:05:28.401790 [ 263 ] {58eb5570-545e-48c7-81ee-de6a33d8fe55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2485 | 2024.12.12 04:05:28.402383 [ 263 ] {58eb5570-545e-48c7-81ee-de6a33d8fe55} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2486 | 2024.12.12 04:05:28.402423 [ 263 ] {58eb5570-545e-48c7-81ee-de6a33d8fe55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2487 | 2024.12.12 04:05:28.402797 [ 263 ] {58eb5570-545e-48c7-81ee-de6a33d8fe55} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2488 | 2024.12.12 04:05:28.403043 [ 263 ] {58eb5570-545e-48c7-81ee-de6a33d8fe55} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2489 | 2024.12.12 04:05:28.403220 [ 263 ] {58eb5570-545e-48c7-81ee-de6a33d8fe55} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001509 sec., 9277.667329357191 rows/sec., 649.75 KiB/sec. | ||
| 2490 | 2024.12.12 04:05:28.403273 [ 263 ] {58eb5570-545e-48c7-81ee-de6a33d8fe55} <Debug> TCPHandler: Processed in 0.001714625 sec. | ||
| 2491 | 2024.12.12 04:05:28.403419 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2492 | 2024.12.12 04:05:28.403561 [ 264 ] {69b6d8a3-45e6-4eac-979f-a581545f4af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2493 | 2024.12.12 04:05:28.403619 [ 264 ] {69b6d8a3-45e6-4eac-979f-a581545f4af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2494 | 2024.12.12 04:05:28.404217 [ 264 ] {69b6d8a3-45e6-4eac-979f-a581545f4af9} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2495 | 2024.12.12 04:05:28.404258 [ 264 ] {69b6d8a3-45e6-4eac-979f-a581545f4af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2496 | 2024.12.12 04:05:28.404627 [ 264 ] {69b6d8a3-45e6-4eac-979f-a581545f4af9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2497 | 2024.12.12 04:05:28.404877 [ 264 ] {69b6d8a3-45e6-4eac-979f-a581545f4af9} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2498 | 2024.12.12 04:05:28.405187 [ 264 ] {69b6d8a3-45e6-4eac-979f-a581545f4af9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001639 sec., 7931.665649786455 rows/sec., 494.54 KiB/sec. | ||
| 2499 | 2024.12.12 04:05:28.405280 [ 264 ] {69b6d8a3-45e6-4eac-979f-a581545f4af9} <Debug> TCPHandler: Processed in 0.001919951 sec. | ||
| 2500 | 2024.12.12 04:05:28.405444 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2501 | 2024.12.12 04:05:28.405566 [ 263 ] {2f413149-359e-4ac9-9155-00cb7e88408a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2502 | 2024.12.12 04:05:28.405618 [ 263 ] {2f413149-359e-4ac9-9155-00cb7e88408a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2503 | 2024.12.12 04:05:28.406362 [ 263 ] {2f413149-359e-4ac9-9155-00cb7e88408a} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2504 | 2024.12.12 04:05:28.406402 [ 263 ] {2f413149-359e-4ac9-9155-00cb7e88408a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2505 | 2024.12.12 04:05:28.406793 [ 263 ] {2f413149-359e-4ac9-9155-00cb7e88408a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2506 | 2024.12.12 04:05:28.407059 [ 263 ] {2f413149-359e-4ac9-9155-00cb7e88408a} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2507 | 2024.12.12 04:05:28.407293 [ 263 ] {2f413149-359e-4ac9-9155-00cb7e88408a} <Debug> executeQuery: Read 433 rows, 31.78 KiB in 0.001736 sec., 249423.96313364056 rows/sec., 17.88 MiB/sec. | ||
| 2508 | 2024.12.12 04:05:28.407466 [ 263 ] {2f413149-359e-4ac9-9155-00cb7e88408a} <Debug> TCPHandler: Processed in 0.002080385 sec. | ||
| 2509 | 2024.12.12 04:05:28.407630 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2510 | 2024.12.12 04:05:28.407748 [ 264 ] {35baaff8-e46d-4a08-837e-116e6a83222e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2511 | 2024.12.12 04:05:28.407800 [ 264 ] {35baaff8-e46d-4a08-837e-116e6a83222e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2512 | 2024.12.12 04:05:28.408274 [ 264 ] {35baaff8-e46d-4a08-837e-116e6a83222e} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2513 | 2024.12.12 04:05:28.408313 [ 264 ] {35baaff8-e46d-4a08-837e-116e6a83222e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2514 | 2024.12.12 04:05:28.408705 [ 264 ] {35baaff8-e46d-4a08-837e-116e6a83222e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2515 | 2024.12.12 04:05:28.408946 [ 264 ] {35baaff8-e46d-4a08-837e-116e6a83222e} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2516 | 2024.12.12 04:05:28.409201 [ 264 ] {35baaff8-e46d-4a08-837e-116e6a83222e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001476 sec., 4065.0406504065036 rows/sec., 212.38 KiB/sec. | ||
| 2517 | 2024.12.12 04:05:28.409333 [ 264 ] {35baaff8-e46d-4a08-837e-116e6a83222e} <Debug> TCPHandler: Processed in 0.001761956 sec. | ||
| 2518 | 2024.12.12 04:05:28.409497 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2519 | 2024.12.12 04:05:28.409618 [ 263 ] {12842583-6e56-43af-911e-5beb80b74892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2520 | 2024.12.12 04:05:28.409673 [ 263 ] {12842583-6e56-43af-911e-5beb80b74892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2521 | 2024.12.12 04:05:28.410269 [ 263 ] {12842583-6e56-43af-911e-5beb80b74892} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2522 | 2024.12.12 04:05:28.410311 [ 263 ] {12842583-6e56-43af-911e-5beb80b74892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2523 | 2024.12.12 04:05:28.410711 [ 263 ] {12842583-6e56-43af-911e-5beb80b74892} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2524 | 2024.12.12 04:05:28.410956 [ 263 ] {12842583-6e56-43af-911e-5beb80b74892} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2525 | 2024.12.12 04:05:28.411232 [ 263 ] {12842583-6e56-43af-911e-5beb80b74892} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001625 sec., 147692.3076923077 rows/sec., 9.90 MiB/sec. | ||
| 2526 | 2024.12.12 04:05:28.411392 [ 263 ] {12842583-6e56-43af-911e-5beb80b74892} <Debug> TCPHandler: Processed in 0.001953781 sec. | ||
| 2527 | 2024.12.12 04:05:28.411559 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2528 | 2024.12.12 04:05:28.411679 [ 264 ] {45e04592-d354-4488-838c-ddaa5d744ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2529 | 2024.12.12 04:05:28.411731 [ 264 ] {45e04592-d354-4488-838c-ddaa5d744ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2530 | 2024.12.12 04:05:28.412209 [ 264 ] {45e04592-d354-4488-838c-ddaa5d744ead} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2531 | 2024.12.12 04:05:28.412248 [ 264 ] {45e04592-d354-4488-838c-ddaa5d744ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2532 | 2024.12.12 04:05:28.412614 [ 264 ] {45e04592-d354-4488-838c-ddaa5d744ead} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2533 | 2024.12.12 04:05:28.412854 [ 264 ] {45e04592-d354-4488-838c-ddaa5d744ead} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2534 | 2024.12.12 04:05:28.413064 [ 264 ] {45e04592-d354-4488-838c-ddaa5d744ead} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00141 sec., 709.2198581560284 rows/sec., 47.79 KiB/sec. | ||
| 2535 | 2024.12.12 04:05:28.413118 [ 264 ] {45e04592-d354-4488-838c-ddaa5d744ead} <Debug> TCPHandler: Processed in 0.001622502 sec. | ||
| 2536 | 2024.12.12 04:05:28.413273 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2537 | 2024.12.12 04:05:28.413395 [ 263 ] {f677e9a8-423a-465b-805d-c63dd27beb31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2538 | 2024.12.12 04:05:28.413486 [ 263 ] {f677e9a8-423a-465b-805d-c63dd27beb31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2539 | 2024.12.12 04:05:28.414835 [ 263 ] {f677e9a8-423a-465b-805d-c63dd27beb31} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2540 | 2024.12.12 04:05:28.414877 [ 263 ] {f677e9a8-423a-465b-805d-c63dd27beb31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2541 | 2024.12.12 04:05:28.415567 [ 263 ] {f677e9a8-423a-465b-805d-c63dd27beb31} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2542 | 2024.12.12 04:05:28.415834 [ 263 ] {f677e9a8-423a-465b-805d-c63dd27beb31} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2543 | 2024.12.12 04:05:28.416077 [ 263 ] {f677e9a8-423a-465b-805d-c63dd27beb31} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002709 sec., 14396.456256921372 rows/sec., 25.80 MiB/sec. | ||
| 2544 | 2024.12.12 04:05:28.416209 [ 263 ] {f677e9a8-423a-465b-805d-c63dd27beb31} <Debug> TCPHandler: Processed in 0.002995329 sec. | ||
| 2545 | 2024.12.12 04:05:28.416368 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2546 | 2024.12.12 04:05:28.416490 [ 264 ] {9f2b10a5-3329-40ce-a5cd-71d4805d2f08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2547 | 2024.12.12 04:05:28.416543 [ 264 ] {9f2b10a5-3329-40ce-a5cd-71d4805d2f08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2548 | 2024.12.12 04:05:28.417036 [ 264 ] {9f2b10a5-3329-40ce-a5cd-71d4805d2f08} <Trace> oximeter.measurements_i64 (a4810090-ea2f-4623-a683-573f4f9453a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2549 | 2024.12.12 04:05:28.417073 [ 264 ] {9f2b10a5-3329-40ce-a5cd-71d4805d2f08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2550 | 2024.12.12 04:05:28.417446 [ 264 ] {9f2b10a5-3329-40ce-a5cd-71d4805d2f08} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2551 | 2024.12.12 04:05:28.417690 [ 264 ] {9f2b10a5-3329-40ce-a5cd-71d4805d2f08} <Trace> oximeter.measurements_i64 (a4810090-ea2f-4623-a683-573f4f9453a4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2552 | 2024.12.12 04:05:28.417954 [ 264 ] {9f2b10a5-3329-40ce-a5cd-71d4805d2f08} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.00147 sec., 4081.6326530612246 rows/sec., 288.32 KiB/sec. | ||
| 2553 | 2024.12.12 04:05:28.418077 [ 264 ] {9f2b10a5-3329-40ce-a5cd-71d4805d2f08} <Debug> TCPHandler: Processed in 0.001769166 sec. | ||
| 2554 | 2024.12.12 04:05:28.418231 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2555 | 2024.12.12 04:05:28.418350 [ 263 ] {2964879d-e2ec-47f2-b343-1955501d7ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2556 | 2024.12.12 04:05:28.418402 [ 263 ] {2964879d-e2ec-47f2-b343-1955501d7ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2557 | 2024.12.12 04:05:28.418987 [ 263 ] {2964879d-e2ec-47f2-b343-1955501d7ec2} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2558 | 2024.12.12 04:05:28.419036 [ 263 ] {2964879d-e2ec-47f2-b343-1955501d7ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2559 | 2024.12.12 04:05:28.419477 [ 263 ] {2964879d-e2ec-47f2-b343-1955501d7ec2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2560 | 2024.12.12 04:05:28.419735 [ 263 ] {2964879d-e2ec-47f2-b343-1955501d7ec2} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2561 | 2024.12.12 04:05:28.419986 [ 263 ] {2964879d-e2ec-47f2-b343-1955501d7ec2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001651 sec., 49666.86856450636 rows/sec., 3.15 MiB/sec. | ||
| 2562 | 2024.12.12 04:05:28.420196 [ 263 ] {2964879d-e2ec-47f2-b343-1955501d7ec2} <Debug> TCPHandler: Processed in 0.002017893 sec. | ||
| 2563 | 2024.12.12 04:05:29.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.43 MiB, peak 173.79 MiB, free memory in arenas 0.00 B, will set to 169.38 MiB (RSS), difference: -1.05 MiB | ||
| 2564 | 2024.12.12 04:05:29.256713 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2565 | 2024.12.12 04:05:29.257471 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2566 | 2024.12.12 04:05:29.257517 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2567 | 2024.12.12 04:05:29.258065 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2568 | 2024.12.12 04:05:29.258315 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2569 | 2024.12.12 04:05:29.258538 [ 113 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2570 | 2024.12.12 04:05:29.258557 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2571 | 2024.12.12 04:05:29.258633 [ 113 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2572 | 2024.12.12 04:05:29.258662 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2573 | 2024.12.12 04:05:29.258799 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 2574 | 2024.12.12 04:05:29.258947 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2575 | 2024.12.12 04:05:29.259000 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part | ||
| 2576 | 2024.12.12 04:05:29.259113 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part | ||
| 2577 | 2024.12.12 04:05:29.259287 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part | ||
| 2578 | 2024.12.12 04:05:29.259569 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part | ||
| 2579 | 2024.12.12 04:05:29.259757 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part | ||
| 2580 | 2024.12.12 04:05:29.260002 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part | ||
| 2581 | 2024.12.12 04:05:29.261849 [ 199 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003106219 sec., 1649593.927536983 rows/sec., 23.60 MiB/sec. | ||
| 2582 | 2024.12.12 04:05:29.262508 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2583 | 2024.12.12 04:05:29.262795 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_11_2} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2584 | 2024.12.12 04:05:29.262878 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_11_2} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2585 | 2024.12.12 04:05:29.262961 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2586 | 2024.12.12 04:05:29.568612 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2587 | 2024.12.12 04:05:29.590159 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2588 | 2024.12.12 04:05:29.590222 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2589 | 2024.12.12 04:05:29.597843 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2590 | 2024.12.12 04:05:29.598660 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2591 | 2024.12.12 04:05:29.598951 [ 135 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2592 | 2024.12.12 04:05:29.599019 [ 135 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2593 | 2024.12.12 04:05:29.599060 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2594 | 2024.12.12 04:05:29.599280 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 2595 | 2024.12.12 04:05:29.608820 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2596 | 2024.12.12 04:05:29.609713 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2597 | 2024.12.12 04:05:29.610624 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part | ||
| 2598 | 2024.12.12 04:05:29.615248 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part | ||
| 2599 | 2024.12.12 04:05:29.620003 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
| 2600 | 2024.12.12 04:05:29.625541 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part | ||
| 2601 | 2024.12.12 04:05:29.631422 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part | ||
| 2602 | 2024.12.12 04:05:29.636003 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part | ||
| 2603 | 2024.12.12 04:05:29.696486 [ 197 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.097333752 sec., 852.7360580942159 rows/sec., 4.41 MiB/sec. | ||
| 2604 | 2024.12.12 04:05:29.698266 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2605 | 2024.12.12 04:05:29.700814 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_11_2} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2606 | 2024.12.12 04:05:29.700926 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_11_2} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2607 | 2024.12.12 04:05:29.702415 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2608 | 2024.12.12 04:05:30.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.48 MiB, peak 180.38 MiB, free memory in arenas 0.00 B, will set to 172.49 MiB (RSS), difference: 2.01 MiB | ||
| 2609 | 2024.12.12 04:05:33.379294 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2610 | 2024.12.12 04:05:33.379506 [ 264 ] {852dd56e-f554-4dd2-9018-b4c4125d7fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2611 | 2024.12.12 04:05:33.379587 [ 264 ] {852dd56e-f554-4dd2-9018-b4c4125d7fa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2612 | 2024.12.12 04:05:33.380375 [ 264 ] {852dd56e-f554-4dd2-9018-b4c4125d7fa8} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2613 | 2024.12.12 04:05:33.380421 [ 264 ] {852dd56e-f554-4dd2-9018-b4c4125d7fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2614 | 2024.12.12 04:05:33.380889 [ 264 ] {852dd56e-f554-4dd2-9018-b4c4125d7fa8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2615 | 2024.12.12 04:05:33.381161 [ 264 ] {852dd56e-f554-4dd2-9018-b4c4125d7fa8} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2616 | 2024.12.12 04:05:33.381364 [ 264 ] {852dd56e-f554-4dd2-9018-b4c4125d7fa8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001918 sec., 29197.080291970804 rows/sec., 2.24 MiB/sec. | ||
| 2617 | 2024.12.12 04:05:33.381424 [ 264 ] {852dd56e-f554-4dd2-9018-b4c4125d7fa8} <Debug> TCPHandler: Processed in 0.002272769 sec. | ||
| 2618 | 2024.12.12 04:05:33.381726 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2619 | 2024.12.12 04:05:33.381945 [ 263 ] {ec89e18d-81a5-4574-810c-6fa6eb8be7ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2620 | 2024.12.12 04:05:33.382027 [ 263 ] {ec89e18d-81a5-4574-810c-6fa6eb8be7ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2621 | 2024.12.12 04:05:33.382867 [ 263 ] {ec89e18d-81a5-4574-810c-6fa6eb8be7ed} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2622 | 2024.12.12 04:05:33.382915 [ 263 ] {ec89e18d-81a5-4574-810c-6fa6eb8be7ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2623 | 2024.12.12 04:05:33.383364 [ 263 ] {ec89e18d-81a5-4574-810c-6fa6eb8be7ed} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2624 | 2024.12.12 04:05:33.383616 [ 263 ] {ec89e18d-81a5-4574-810c-6fa6eb8be7ed} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2625 | 2024.12.12 04:05:33.383856 [ 263 ] {ec89e18d-81a5-4574-810c-6fa6eb8be7ed} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001973 sec., 32437.91180942727 rows/sec., 2.53 MiB/sec. | ||
| 2626 | 2024.12.12 04:05:33.383915 [ 263 ] {ec89e18d-81a5-4574-810c-6fa6eb8be7ed} <Debug> TCPHandler: Processed in 0.002363932 sec. | ||
| 2627 | 2024.12.12 04:05:33.384063 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2628 | 2024.12.12 04:05:33.384183 [ 264 ] {0fb098f6-cf13-4e4a-8b4d-41996649722a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2629 | 2024.12.12 04:05:33.384238 [ 264 ] {0fb098f6-cf13-4e4a-8b4d-41996649722a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2630 | 2024.12.12 04:05:33.384825 [ 264 ] {0fb098f6-cf13-4e4a-8b4d-41996649722a} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2631 | 2024.12.12 04:05:33.384862 [ 264 ] {0fb098f6-cf13-4e4a-8b4d-41996649722a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2632 | 2024.12.12 04:05:33.385287 [ 264 ] {0fb098f6-cf13-4e4a-8b4d-41996649722a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2633 | 2024.12.12 04:05:33.385538 [ 264 ] {0fb098f6-cf13-4e4a-8b4d-41996649722a} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2634 | 2024.12.12 04:05:33.385725 [ 264 ] {0fb098f6-cf13-4e4a-8b4d-41996649722a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001568 sec., 102040.81632653062 rows/sec., 7.11 MiB/sec. | ||
| 2635 | 2024.12.12 04:05:33.385779 [ 264 ] {0fb098f6-cf13-4e4a-8b4d-41996649722a} <Debug> TCPHandler: Processed in 0.001771177 sec. | ||
| 2636 | 2024.12.12 04:05:33.385938 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2637 | 2024.12.12 04:05:33.386081 [ 263 ] {7a949bd0-6912-421b-9d72-4ef5c86a66b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2638 | 2024.12.12 04:05:33.386145 [ 263 ] {7a949bd0-6912-421b-9d72-4ef5c86a66b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2639 | 2024.12.12 04:05:33.386714 [ 263 ] {7a949bd0-6912-421b-9d72-4ef5c86a66b4} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2640 | 2024.12.12 04:05:33.386755 [ 263 ] {7a949bd0-6912-421b-9d72-4ef5c86a66b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2641 | 2024.12.12 04:05:33.387142 [ 263 ] {7a949bd0-6912-421b-9d72-4ef5c86a66b4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2642 | 2024.12.12 04:05:33.387394 [ 263 ] {7a949bd0-6912-421b-9d72-4ef5c86a66b4} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2643 | 2024.12.12 04:05:33.387610 [ 263 ] {7a949bd0-6912-421b-9d72-4ef5c86a66b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001563 sec., 38387.715930902115 rows/sec., 2.59 MiB/sec. | ||
| 2644 | 2024.12.12 04:05:33.387662 [ 263 ] {7a949bd0-6912-421b-9d72-4ef5c86a66b4} <Debug> TCPHandler: Processed in 0.001790996 sec. | ||
| 2645 | 2024.12.12 04:05:36.662268 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2646 | 2024.12.12 04:05:36.662329 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2647 | 2024.12.12 04:05:36.758750 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2648 | 2024.12.12 04:05:36.759730 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2649 | 2024.12.12 04:05:36.759800 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2650 | 2024.12.12 04:05:36.760102 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 388 | ||
| 2651 | 2024.12.12 04:05:36.761255 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2652 | 2024.12.12 04:05:36.761738 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2653 | 2024.12.12 04:05:36.762361 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2654 | 2024.12.12 04:05:36.764724 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2655 | 2024.12.12 04:05:36.764771 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2656 | 2024.12.12 04:05:36.766251 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2657 | 2024.12.12 04:05:36.766567 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2658 | 2024.12.12 04:05:36.767340 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 388 | ||
| 2659 | 2024.12.12 04:05:37.108890 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2660 | 2024.12.12 04:05:37.127413 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2661 | 2024.12.12 04:05:37.127464 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2662 | 2024.12.12 04:05:37.134607 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2663 | 2024.12.12 04:05:37.135375 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2664 | 2024.12.12 04:05:37.137920 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2665 | 2024.12.12 04:05:38.386249 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2666 | 2024.12.12 04:05:38.386439 [ 264 ] {0472ac6d-ffa4-4fe1-b309-9b791148a898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2667 | 2024.12.12 04:05:38.386510 [ 264 ] {0472ac6d-ffa4-4fe1-b309-9b791148a898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2668 | 2024.12.12 04:05:38.387260 [ 264 ] {0472ac6d-ffa4-4fe1-b309-9b791148a898} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2669 | 2024.12.12 04:05:38.387309 [ 264 ] {0472ac6d-ffa4-4fe1-b309-9b791148a898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2670 | 2024.12.12 04:05:38.387742 [ 264 ] {0472ac6d-ffa4-4fe1-b309-9b791148a898} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2671 | 2024.12.12 04:05:38.388000 [ 264 ] {0472ac6d-ffa4-4fe1-b309-9b791148a898} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2672 | 2024.12.12 04:05:38.388185 [ 145 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2673 | 2024.12.12 04:05:38.388262 [ 264 ] {0472ac6d-ffa4-4fe1-b309-9b791148a898} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001872 sec., 7478.6324786324785 rows/sec., 538.36 KiB/sec. | ||
| 2674 | 2024.12.12 04:05:38.388270 [ 145 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2675 | 2024.12.12 04:05:38.388347 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2676 | 2024.12.12 04:05:38.388400 [ 264 ] {0472ac6d-ffa4-4fe1-b309-9b791148a898} <Debug> TCPHandler: Processed in 0.00228583 sec. | ||
| 2677 | 2024.12.12 04:05:38.388529 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 2678 | 2024.12.12 04:05:38.388667 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2679 | 2024.12.12 04:05:38.388711 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2680 | 2024.12.12 04:05:38.388733 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 2681 | 2024.12.12 04:05:38.389048 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 2682 | 2024.12.12 04:05:38.389145 [ 263 ] {afd9b3e8-926c-4547-af13-6640bb0d7cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2683 | 2024.12.12 04:05:38.389297 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 2684 | 2024.12.12 04:05:38.389377 [ 263 ] {afd9b3e8-926c-4547-af13-6640bb0d7cb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2685 | 2024.12.12 04:05:38.389580 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 2686 | 2024.12.12 04:05:38.389934 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 2687 | 2024.12.12 04:05:38.392321 [ 263 ] {afd9b3e8-926c-4547-af13-6640bb0d7cb2} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2688 | 2024.12.12 04:05:38.392432 [ 263 ] {afd9b3e8-926c-4547-af13-6640bb0d7cb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2689 | 2024.12.12 04:05:38.392496 [ 199 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004020263 sec., 17411.796193433118 rows/sec., 1.29 MiB/sec. | ||
| 2690 | 2024.12.12 04:05:38.392786 [ 199 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2691 | 2024.12.12 04:05:38.393305 [ 263 ] {afd9b3e8-926c-4547-af13-6640bb0d7cb2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2692 | 2024.12.12 04:05:38.393460 [ 199 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_5_1} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2693 | 2024.12.12 04:05:38.393605 [ 199 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_5_1} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2694 | 2024.12.12 04:05:38.393771 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2695 | 2024.12.12 04:05:38.393826 [ 263 ] {afd9b3e8-926c-4547-af13-6640bb0d7cb2} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2696 | 2024.12.12 04:05:38.394031 [ 145 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2697 | 2024.12.12 04:05:38.394106 [ 145 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2698 | 2024.12.12 04:05:38.394142 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2699 | 2024.12.12 04:05:38.394152 [ 263 ] {afd9b3e8-926c-4547-af13-6640bb0d7cb2} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005174 sec., 54310.01159644376 rows/sec., 4.80 MiB/sec. | ||
| 2700 | 2024.12.12 04:05:38.394438 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 2701 | 2024.12.12 04:05:38.394436 [ 263 ] {afd9b3e8-926c-4547-af13-6640bb0d7cb2} <Debug> TCPHandler: Processed in 0.005875493 sec. | ||
| 2702 | 2024.12.12 04:05:38.394680 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2703 | 2024.12.12 04:05:38.394712 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2704 | 2024.12.12 04:05:38.394748 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1407 rows starting from the beginning of the part | ||
| 2705 | 2024.12.12 04:05:38.395057 [ 264 ] {8b610e6c-4830-453c-825f-180c209a46ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2706 | 2024.12.12 04:05:38.395070 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 265 rows starting from the beginning of the part | ||
| 2707 | 2024.12.12 04:05:38.395177 [ 264 ] {8b610e6c-4830-453c-825f-180c209a46ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2708 | 2024.12.12 04:05:38.395399 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
| 2709 | 2024.12.12 04:05:38.395653 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 284 rows starting from the beginning of the part | ||
| 2710 | 2024.12.12 04:05:38.395949 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 2711 | 2024.12.12 04:05:38.396357 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 281 rows starting from the beginning of the part | ||
| 2712 | 2024.12.12 04:05:38.397935 [ 264 ] {8b610e6c-4830-453c-825f-180c209a46ff} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2713 | 2024.12.12 04:05:38.398018 [ 264 ] {8b610e6c-4830-453c-825f-180c209a46ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2714 | 2024.12.12 04:05:38.398894 [ 264 ] {8b610e6c-4830-453c-825f-180c209a46ff} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2715 | 2024.12.12 04:05:38.399269 [ 264 ] {8b610e6c-4830-453c-825f-180c209a46ff} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2716 | 2024.12.12 04:05:38.399726 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2349 rows, containing 5 columns (5 merged, 0 gathered) in 0.005504861 sec., 426713.7717010475 rows/sec., 37.89 MiB/sec. | ||
| 2717 | 2024.12.12 04:05:38.399799 [ 264 ] {8b610e6c-4830-453c-825f-180c209a46ff} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004884 sec., 9418.509418509419 rows/sec., 693.83 KiB/sec. | ||
| 2718 | 2024.12.12 04:05:38.399894 [ 264 ] {8b610e6c-4830-453c-825f-180c209a46ff} <Debug> TCPHandler: Processed in 0.005289228 sec. | ||
| 2719 | 2024.12.12 04:05:38.400013 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2720 | 2024.12.12 04:05:38.400101 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2721 | 2024.12.12 04:05:38.400312 [ 263 ] {cfb6602e-c521-4368-84ca-4baff4fc5490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2722 | 2024.12.12 04:05:38.400409 [ 263 ] {cfb6602e-c521-4368-84ca-4baff4fc5490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2723 | 2024.12.12 04:05:38.400424 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_16_3} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2724 | 2024.12.12 04:05:38.400667 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_16_3} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2725 | 2024.12.12 04:05:38.400811 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 2726 | 2024.12.12 04:05:38.401338 [ 263 ] {cfb6602e-c521-4368-84ca-4baff4fc5490} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2727 | 2024.12.12 04:05:38.401386 [ 263 ] {cfb6602e-c521-4368-84ca-4baff4fc5490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2728 | 2024.12.12 04:05:38.401779 [ 263 ] {cfb6602e-c521-4368-84ca-4baff4fc5490} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2729 | 2024.12.12 04:05:38.402030 [ 263 ] {cfb6602e-c521-4368-84ca-4baff4fc5490} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2730 | 2024.12.12 04:05:38.402255 [ 263 ] {cfb6602e-c521-4368-84ca-4baff4fc5490} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002005 sec., 6982.543640897756 rows/sec., 489.01 KiB/sec. | ||
| 2731 | 2024.12.12 04:05:38.402314 [ 263 ] {cfb6602e-c521-4368-84ca-4baff4fc5490} <Debug> TCPHandler: Processed in 0.002287959 sec. | ||
| 2732 | 2024.12.12 04:05:38.402482 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2733 | 2024.12.12 04:05:38.402622 [ 264 ] {b3ea20b8-ea59-435b-bff7-0d1b10b29cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2734 | 2024.12.12 04:05:38.402679 [ 264 ] {b3ea20b8-ea59-435b-bff7-0d1b10b29cbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2735 | 2024.12.12 04:05:38.403280 [ 264 ] {b3ea20b8-ea59-435b-bff7-0d1b10b29cbb} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2736 | 2024.12.12 04:05:38.403319 [ 264 ] {b3ea20b8-ea59-435b-bff7-0d1b10b29cbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2737 | 2024.12.12 04:05:38.403676 [ 264 ] {b3ea20b8-ea59-435b-bff7-0d1b10b29cbb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2738 | 2024.12.12 04:05:38.403913 [ 264 ] {b3ea20b8-ea59-435b-bff7-0d1b10b29cbb} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2739 | 2024.12.12 04:05:38.404083 [ 145 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2740 | 2024.12.12 04:05:38.404147 [ 264 ] {b3ea20b8-ea59-435b-bff7-0d1b10b29cbb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001549 sec., 8392.511297611361 rows/sec., 523.27 KiB/sec. | ||
| 2741 | 2024.12.12 04:05:38.404151 [ 145 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2742 | 2024.12.12 04:05:38.404236 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2743 | 2024.12.12 04:05:38.404289 [ 264 ] {b3ea20b8-ea59-435b-bff7-0d1b10b29cbb} <Debug> TCPHandler: Processed in 0.001875549 sec. | ||
| 2744 | 2024.12.12 04:05:38.404502 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 2745 | 2024.12.12 04:05:38.404532 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2746 | 2024.12.12 04:05:38.404713 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2747 | 2024.12.12 04:05:38.404783 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 2748 | 2024.12.12 04:05:38.404788 [ 263 ] {2ee52656-340b-4eb9-9784-d113835659be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2749 | 2024.12.12 04:05:38.404932 [ 263 ] {2ee52656-340b-4eb9-9784-d113835659be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2750 | 2024.12.12 04:05:38.405044 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 2751 | 2024.12.12 04:05:38.405453 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 2752 | 2024.12.12 04:05:38.405719 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 2753 | 2024.12.12 04:05:38.406094 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 2754 | 2024.12.12 04:05:38.407950 [ 263 ] {2ee52656-340b-4eb9-9784-d113835659be} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2755 | 2024.12.12 04:05:38.408026 [ 263 ] {2ee52656-340b-4eb9-9784-d113835659be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2756 | 2024.12.12 04:05:38.408409 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004067886 sec., 15978.815532195347 rows/sec., 1.03 MiB/sec. | ||
| 2757 | 2024.12.12 04:05:38.408598 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2758 | 2024.12.12 04:05:38.408949 [ 263 ] {2ee52656-340b-4eb9-9784-d113835659be} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2759 | 2024.12.12 04:05:38.409108 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_5_1} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2760 | 2024.12.12 04:05:38.409249 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_5_1} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2761 | 2024.12.12 04:05:38.409377 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2762 | 2024.12.12 04:05:38.409455 [ 263 ] {2ee52656-340b-4eb9-9784-d113835659be} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2763 | 2024.12.12 04:05:38.409654 [ 85 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2764 | 2024.12.12 04:05:38.409715 [ 263 ] {2ee52656-340b-4eb9-9784-d113835659be} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004993 sec., 84318.04526336871 rows/sec., 6.02 MiB/sec. | ||
| 2765 | 2024.12.12 04:05:38.409736 [ 85 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2766 | 2024.12.12 04:05:38.409833 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2767 | 2024.12.12 04:05:38.409886 [ 263 ] {2ee52656-340b-4eb9-9784-d113835659be} <Debug> TCPHandler: Processed in 0.005463393 sec. | ||
| 2768 | 2024.12.12 04:05:38.410113 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2769 | 2024.12.12 04:05:38.410133 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 2770 | 2024.12.12 04:05:38.410286 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2771 | 2024.12.12 04:05:38.410286 [ 264 ] {9cb154a5-bb28-445c-93d2-073be2a9e945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2772 | 2024.12.12 04:05:38.410323 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 881 rows starting from the beginning of the part | ||
| 2773 | 2024.12.12 04:05:38.410370 [ 264 ] {9cb154a5-bb28-445c-93d2-073be2a9e945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2774 | 2024.12.12 04:05:38.410546 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 413 rows starting from the beginning of the part | ||
| 2775 | 2024.12.12 04:05:38.410909 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part | ||
| 2776 | 2024.12.12 04:05:38.411149 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 433 rows starting from the beginning of the part | ||
| 2777 | 2024.12.12 04:05:38.411366 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 2778 | 2024.12.12 04:05:38.411567 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 421 rows starting from the beginning of the part | ||
| 2779 | 2024.12.12 04:05:38.412095 [ 264 ] {9cb154a5-bb28-445c-93d2-073be2a9e945} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2780 | 2024.12.12 04:05:38.412137 [ 264 ] {9cb154a5-bb28-445c-93d2-073be2a9e945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2781 | 2024.12.12 04:05:38.412643 [ 264 ] {9cb154a5-bb28-445c-93d2-073be2a9e945} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2782 | 2024.12.12 04:05:38.412950 [ 264 ] {9cb154a5-bb28-445c-93d2-073be2a9e945} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2783 | 2024.12.12 04:05:38.413198 [ 264 ] {9cb154a5-bb28-445c-93d2-073be2a9e945} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002964 sec., 2024.2914979757084 rows/sec., 105.76 KiB/sec. | ||
| 2784 | 2024.12.12 04:05:38.413304 [ 264 ] {9cb154a5-bb28-445c-93d2-073be2a9e945} <Debug> TCPHandler: Processed in 0.003301856 sec. | ||
| 2785 | 2024.12.12 04:05:38.413537 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2786 | 2024.12.12 04:05:38.413588 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2276 rows, containing 5 columns (5 merged, 0 gathered) in 0.003610193 sec., 630437.2093126323 rows/sec., 47.96 MiB/sec. | ||
| 2787 | 2024.12.12 04:05:38.413698 [ 263 ] {80821fe9-deec-44cb-8cc7-0fb46618dffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2788 | 2024.12.12 04:05:38.413770 [ 263 ] {80821fe9-deec-44cb-8cc7-0fb46618dffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2789 | 2024.12.12 04:05:38.413872 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2790 | 2024.12.12 04:05:38.414556 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_16_3} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2791 | 2024.12.12 04:05:38.414788 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_16_3} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2792 | 2024.12.12 04:05:38.414969 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 2793 | 2024.12.12 04:05:38.415091 [ 263 ] {80821fe9-deec-44cb-8cc7-0fb46618dffe} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2794 | 2024.12.12 04:05:38.415137 [ 263 ] {80821fe9-deec-44cb-8cc7-0fb46618dffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2795 | 2024.12.12 04:05:38.415550 [ 263 ] {80821fe9-deec-44cb-8cc7-0fb46618dffe} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2796 | 2024.12.12 04:05:38.415796 [ 263 ] {80821fe9-deec-44cb-8cc7-0fb46618dffe} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2797 | 2024.12.12 04:05:38.415959 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2798 | 2024.12.12 04:05:38.416019 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2799 | 2024.12.12 04:05:38.416054 [ 263 ] {80821fe9-deec-44cb-8cc7-0fb46618dffe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00238 sec., 99579.8319327731 rows/sec., 6.67 MiB/sec. | ||
| 2800 | 2024.12.12 04:05:38.416059 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2801 | 2024.12.12 04:05:38.416234 [ 263 ] {80821fe9-deec-44cb-8cc7-0fb46618dffe} <Debug> TCPHandler: Processed in 0.002833385 sec. | ||
| 2802 | 2024.12.12 04:05:38.416417 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 2803 | 2024.12.12 04:05:38.416525 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2804 | 2024.12.12 04:05:38.416697 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2805 | 2024.12.12 04:05:38.416785 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3603 rows starting from the beginning of the part | ||
| 2806 | 2024.12.12 04:05:38.416787 [ 264 ] {4c1240d6-514f-4643-8a70-5bafa7dd2a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2807 | 2024.12.12 04:05:38.416952 [ 264 ] {4c1240d6-514f-4643-8a70-5bafa7dd2a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2808 | 2024.12.12 04:05:38.417134 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 2809 | 2024.12.12 04:05:38.417542 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 2810 | 2024.12.12 04:05:38.417960 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 240 rows starting from the beginning of the part | ||
| 2811 | 2024.12.12 04:05:38.418210 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 2812 | 2024.12.12 04:05:38.418478 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 2813 | 2024.12.12 04:05:38.419275 [ 264 ] {4c1240d6-514f-4643-8a70-5bafa7dd2a3b} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2814 | 2024.12.12 04:05:38.419346 [ 264 ] {4c1240d6-514f-4643-8a70-5bafa7dd2a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2815 | 2024.12.12 04:05:38.420037 [ 264 ] {4c1240d6-514f-4643-8a70-5bafa7dd2a3b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2816 | 2024.12.12 04:05:38.420593 [ 264 ] {4c1240d6-514f-4643-8a70-5bafa7dd2a3b} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2817 | 2024.12.12 04:05:38.420903 [ 85 ] {} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2818 | 2024.12.12 04:05:38.420988 [ 85 ] {} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2819 | 2024.12.12 04:05:38.421070 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2820 | 2024.12.12 04:05:38.421510 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::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 | ||
| 2821 | 2024.12.12 04:05:38.421528 [ 264 ] {4c1240d6-514f-4643-8a70-5bafa7dd2a3b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004768 sec., 209.73154362416108 rows/sec., 14.13 KiB/sec. | ||
| 2822 | 2024.12.12 04:05:38.421824 [ 264 ] {4c1240d6-514f-4643-8a70-5bafa7dd2a3b} <Debug> TCPHandler: Processed in 0.005477153 sec. | ||
| 2823 | 2024.12.12 04:05:38.421879 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2824 | 2024.12.12 04:05:38.421978 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2825 | 2024.12.12 04:05:38.422228 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2826 | 2024.12.12 04:05:38.422311 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2827 | 2024.12.12 04:05:38.422877 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2828 | 2024.12.12 04:05:38.422884 [ 263 ] {09962b87-1801-4175-9ab6-315866699675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2829 | 2024.12.12 04:05:38.423448 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2830 | 2024.12.12 04:05:38.423707 [ 263 ] {09962b87-1801-4175-9ab6-315866699675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2831 | 2024.12.12 04:05:38.423932 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2832 | 2024.12.12 04:05:38.424190 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4637 rows, containing 5 columns (5 merged, 0 gathered) in 0.007921007 sec., 585405.3657571569 rows/sec., 39.63 MiB/sec. | ||
| 2833 | 2024.12.12 04:05:38.424341 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 2834 | 2024.12.12 04:05:38.425372 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2835 | 2024.12.12 04:05:38.427010 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2836 | 2024.12.12 04:05:38.427545 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2837 | 2024.12.12 04:05:38.427877 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 2838 | 2024.12.12 04:05:38.428952 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.007723632 sec., 776.8365970828232 rows/sec., 51.84 KiB/sec. | ||
| 2839 | 2024.12.12 04:05:38.429169 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2840 | 2024.12.12 04:05:38.429850 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_6_1} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2841 | 2024.12.12 04:05:38.430103 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_6_1} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2842 | 2024.12.12 04:05:38.430160 [ 263 ] {09962b87-1801-4175-9ab6-315866699675} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2843 | 2024.12.12 04:05:38.430240 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 2844 | 2024.12.12 04:05:38.430247 [ 263 ] {09962b87-1801-4175-9ab6-315866699675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2845 | 2024.12.12 04:05:38.430973 [ 263 ] {09962b87-1801-4175-9ab6-315866699675} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2846 | 2024.12.12 04:05:38.431233 [ 263 ] {09962b87-1801-4175-9ab6-315866699675} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2847 | 2024.12.12 04:05:38.431476 [ 263 ] {09962b87-1801-4175-9ab6-315866699675} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008879 sec., 4392.386530014642 rows/sec., 7.87 MiB/sec. | ||
| 2848 | 2024.12.12 04:05:38.431599 [ 263 ] {09962b87-1801-4175-9ab6-315866699675} <Debug> TCPHandler: Processed in 0.009648562 sec. | ||
| 2849 | 2024.12.12 04:05:38.431769 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2850 | 2024.12.12 04:05:38.431897 [ 264 ] {93a47597-91a4-4b4f-b32d-b6bd212d8ea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2851 | 2024.12.12 04:05:38.431948 [ 264 ] {93a47597-91a4-4b4f-b32d-b6bd212d8ea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2852 | 2024.12.12 04:05:38.432463 [ 264 ] {93a47597-91a4-4b4f-b32d-b6bd212d8ea9} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2853 | 2024.12.12 04:05:38.432503 [ 264 ] {93a47597-91a4-4b4f-b32d-b6bd212d8ea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2854 | 2024.12.12 04:05:38.432890 [ 264 ] {93a47597-91a4-4b4f-b32d-b6bd212d8ea9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2855 | 2024.12.12 04:05:38.433137 [ 264 ] {93a47597-91a4-4b4f-b32d-b6bd212d8ea9} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2856 | 2024.12.12 04:05:38.433302 [ 85 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2857 | 2024.12.12 04:05:38.433362 [ 85 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2858 | 2024.12.12 04:05:38.433399 [ 264 ] {93a47597-91a4-4b4f-b32d-b6bd212d8ea9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001518 sec., 54018.445322793144 rows/sec., 3.43 MiB/sec. | ||
| 2859 | 2024.12.12 04:05:38.433403 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2860 | 2024.12.12 04:05:38.433582 [ 264 ] {93a47597-91a4-4b4f-b32d-b6bd212d8ea9} <Debug> TCPHandler: Processed in 0.001879049 sec. | ||
| 2861 | 2024.12.12 04:05:38.433665 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 2862 | 2024.12.12 04:05:38.433793 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2863 | 2024.12.12 04:05:38.433828 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 554 rows starting from the beginning of the part | ||
| 2864 | 2024.12.12 04:05:38.433952 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 2865 | 2024.12.12 04:05:38.434177 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 2866 | 2024.12.12 04:05:38.434349 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
| 2867 | 2024.12.12 04:05:38.434482 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 2868 | 2024.12.12 04:05:38.434639 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 2869 | 2024.12.12 04:05:38.435861 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 920 rows, containing 4 columns (4 merged, 0 gathered) in 0.002332151 sec., 394485.60577767045 rows/sec., 25.95 MiB/sec. | ||
| 2870 | 2024.12.12 04:05:38.436051 [ 187 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2871 | 2024.12.12 04:05:38.436379 [ 187 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_16_3} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2872 | 2024.12.12 04:05:38.436466 [ 187 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_16_3} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2873 | 2024.12.12 04:05:38.436555 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2874 | 2024.12.12 04:05:43.409143 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2875 | 2024.12.12 04:05:43.409350 [ 264 ] {25d55171-a183-4829-9d81-04adf82a6a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2876 | 2024.12.12 04:05:43.409426 [ 264 ] {25d55171-a183-4829-9d81-04adf82a6a68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2877 | 2024.12.12 04:05:43.410173 [ 264 ] {25d55171-a183-4829-9d81-04adf82a6a68} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2878 | 2024.12.12 04:05:43.410221 [ 264 ] {25d55171-a183-4829-9d81-04adf82a6a68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2879 | 2024.12.12 04:05:43.410635 [ 264 ] {25d55171-a183-4829-9d81-04adf82a6a68} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2880 | 2024.12.12 04:05:43.410889 [ 264 ] {25d55171-a183-4829-9d81-04adf82a6a68} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2881 | 2024.12.12 04:05:43.411148 [ 264 ] {25d55171-a183-4829-9d81-04adf82a6a68} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001848 sec., 3246.753246753247 rows/sec., 264.75 KiB/sec. | ||
| 2882 | 2024.12.12 04:05:43.411208 [ 264 ] {25d55171-a183-4829-9d81-04adf82a6a68} <Debug> TCPHandler: Processed in 0.002197578 sec. | ||
| 2883 | 2024.12.12 04:05:43.411477 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2884 | 2024.12.12 04:05:43.411673 [ 263 ] {1bae0809-732f-4657-b213-8358115f0e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2885 | 2024.12.12 04:05:43.411749 [ 263 ] {1bae0809-732f-4657-b213-8358115f0e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2886 | 2024.12.12 04:05:43.413081 [ 263 ] {1bae0809-732f-4657-b213-8358115f0e3b} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2887 | 2024.12.12 04:05:43.413133 [ 263 ] {1bae0809-732f-4657-b213-8358115f0e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2888 | 2024.12.12 04:05:43.413657 [ 263 ] {1bae0809-732f-4657-b213-8358115f0e3b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2889 | 2024.12.12 04:05:43.413944 [ 263 ] {1bae0809-732f-4657-b213-8358115f0e3b} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2890 | 2024.12.12 04:05:43.414183 [ 263 ] {1bae0809-732f-4657-b213-8358115f0e3b} <Debug> executeQuery: Read 1199 rows, 101.19 KiB in 0.002563 sec., 467811.15879828326 rows/sec., 38.55 MiB/sec. | ||
| 2891 | 2024.12.12 04:05:43.414241 [ 263 ] {1bae0809-732f-4657-b213-8358115f0e3b} <Debug> TCPHandler: Processed in 0.002901846 sec. | ||
| 2892 | 2024.12.12 04:05:43.414423 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2893 | 2024.12.12 04:05:43.414563 [ 264 ] {e7c29573-1d7a-4ac3-b9f5-f0710addf5fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2894 | 2024.12.12 04:05:43.414622 [ 264 ] {e7c29573-1d7a-4ac3-b9f5-f0710addf5fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2895 | 2024.12.12 04:05:43.415261 [ 264 ] {e7c29573-1d7a-4ac3-b9f5-f0710addf5fc} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2896 | 2024.12.12 04:05:43.415301 [ 264 ] {e7c29573-1d7a-4ac3-b9f5-f0710addf5fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2897 | 2024.12.12 04:05:43.415651 [ 264 ] {e7c29573-1d7a-4ac3-b9f5-f0710addf5fc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2898 | 2024.12.12 04:05:43.415925 [ 264 ] {e7c29573-1d7a-4ac3-b9f5-f0710addf5fc} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2899 | 2024.12.12 04:05:43.416135 [ 264 ] {e7c29573-1d7a-4ac3-b9f5-f0710addf5fc} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001602 sec., 3745.3183520599255 rows/sec., 261.51 KiB/sec. | ||
| 2900 | 2024.12.12 04:05:43.416188 [ 264 ] {e7c29573-1d7a-4ac3-b9f5-f0710addf5fc} <Debug> TCPHandler: Processed in 0.001832808 sec. | ||
| 2901 | 2024.12.12 04:05:43.416350 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2902 | 2024.12.12 04:05:43.416491 [ 263 ] {9522ac96-6949-4326-b11a-82373074ff0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2903 | 2024.12.12 04:05:43.416550 [ 263 ] {9522ac96-6949-4326-b11a-82373074ff0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2904 | 2024.12.12 04:05:43.417277 [ 263 ] {9522ac96-6949-4326-b11a-82373074ff0a} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2905 | 2024.12.12 04:05:43.417315 [ 263 ] {9522ac96-6949-4326-b11a-82373074ff0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2906 | 2024.12.12 04:05:43.417689 [ 263 ] {9522ac96-6949-4326-b11a-82373074ff0a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2907 | 2024.12.12 04:05:43.417933 [ 263 ] {9522ac96-6949-4326-b11a-82373074ff0a} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2908 | 2024.12.12 04:05:43.418110 [ 263 ] {9522ac96-6949-4326-b11a-82373074ff0a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001653 sec., 137931.03448275864 rows/sec., 9.34 MiB/sec. | ||
| 2909 | 2024.12.12 04:05:43.418163 [ 263 ] {9522ac96-6949-4326-b11a-82373074ff0a} <Debug> TCPHandler: Processed in 0.001880919 sec. | ||
| 2910 | 2024.12.12 04:05:43.418319 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2911 | 2024.12.12 04:05:43.418458 [ 264 ] {6a18bfbb-9b30-43c2-a0bf-d5cbf56c3569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2912 | 2024.12.12 04:05:43.418516 [ 264 ] {6a18bfbb-9b30-43c2-a0bf-d5cbf56c3569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2913 | 2024.12.12 04:05:43.419362 [ 264 ] {6a18bfbb-9b30-43c2-a0bf-d5cbf56c3569} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2914 | 2024.12.12 04:05:43.419401 [ 264 ] {6a18bfbb-9b30-43c2-a0bf-d5cbf56c3569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2915 | 2024.12.12 04:05:43.419792 [ 264 ] {6a18bfbb-9b30-43c2-a0bf-d5cbf56c3569} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2916 | 2024.12.12 04:05:43.420034 [ 264 ] {6a18bfbb-9b30-43c2-a0bf-d5cbf56c3569} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2917 | 2024.12.12 04:05:43.420246 [ 264 ] {6a18bfbb-9b30-43c2-a0bf-d5cbf56c3569} <Debug> executeQuery: Read 526 rows, 39.89 KiB in 0.001819 sec., 289169.8735568994 rows/sec., 21.42 MiB/sec. | ||
| 2918 | 2024.12.12 04:05:43.420299 [ 264 ] {6a18bfbb-9b30-43c2-a0bf-d5cbf56c3569} <Debug> TCPHandler: Processed in 0.002048513 sec. | ||
| 2919 | 2024.12.12 04:05:43.420444 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2920 | 2024.12.12 04:05:43.420564 [ 263 ] {e06685b9-cebc-4459-8fbc-88d3af52b162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2921 | 2024.12.12 04:05:43.420618 [ 263 ] {e06685b9-cebc-4459-8fbc-88d3af52b162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2922 | 2024.12.12 04:05:43.421419 [ 263 ] {e06685b9-cebc-4459-8fbc-88d3af52b162} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2923 | 2024.12.12 04:05:43.421457 [ 263 ] {e06685b9-cebc-4459-8fbc-88d3af52b162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2924 | 2024.12.12 04:05:43.421915 [ 263 ] {e06685b9-cebc-4459-8fbc-88d3af52b162} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2925 | 2024.12.12 04:05:43.422160 [ 263 ] {e06685b9-cebc-4459-8fbc-88d3af52b162} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2926 | 2024.12.12 04:05:43.422379 [ 263 ] {e06685b9-cebc-4459-8fbc-88d3af52b162} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001839 sec., 480152.25666122895 rows/sec., 32.31 MiB/sec. | ||
| 2927 | 2024.12.12 04:05:43.422590 [ 263 ] {e06685b9-cebc-4459-8fbc-88d3af52b162} <Debug> TCPHandler: Processed in 0.002199537 sec. | ||
| 2928 | 2024.12.12 04:05:43.422762 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2929 | 2024.12.12 04:05:43.422902 [ 264 ] {3ffe40cd-be5a-4812-9d4d-24f9c8a0e96d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2930 | 2024.12.12 04:05:43.422963 [ 264 ] {3ffe40cd-be5a-4812-9d4d-24f9c8a0e96d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2931 | 2024.12.12 04:05:43.423553 [ 264 ] {3ffe40cd-be5a-4812-9d4d-24f9c8a0e96d} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2932 | 2024.12.12 04:05:43.423600 [ 264 ] {3ffe40cd-be5a-4812-9d4d-24f9c8a0e96d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2933 | 2024.12.12 04:05:43.424029 [ 264 ] {3ffe40cd-be5a-4812-9d4d-24f9c8a0e96d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2934 | 2024.12.12 04:05:43.424267 [ 264 ] {3ffe40cd-be5a-4812-9d4d-24f9c8a0e96d} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2935 | 2024.12.12 04:05:43.424480 [ 264 ] {3ffe40cd-be5a-4812-9d4d-24f9c8a0e96d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00161 sec., 37267.08074534161 rows/sec., 2.51 MiB/sec. | ||
| 2936 | 2024.12.12 04:05:43.424529 [ 264 ] {3ffe40cd-be5a-4812-9d4d-24f9c8a0e96d} <Debug> TCPHandler: Processed in 0.001835868 sec. | ||
| 2937 | 2024.12.12 04:05:44.263440 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 2938 | 2024.12.12 04:05:44.264104 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2939 | 2024.12.12 04:05:44.264152 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2940 | 2024.12.12 04:05:44.264663 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2941 | 2024.12.12 04:05:44.264924 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2942 | 2024.12.12 04:05:44.265165 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 2943 | 2024.12.12 04:05:44.638903 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2944 | 2024.12.12 04:05:44.659749 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2945 | 2024.12.12 04:05:44.659849 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2946 | 2024.12.12 04:05:44.667534 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2947 | 2024.12.12 04:05:44.668368 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2948 | 2024.12.12 04:05:44.671565 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2949 | 2024.12.12 04:05:46.768354 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 424 | ||
| 2950 | 2024.12.12 04:05:46.771897 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2951 | 2024.12.12 04:05:46.771950 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2952 | 2024.12.12 04:05:46.773429 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2953 | 2024.12.12 04:05:46.773742 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2954 | 2024.12.12 04:05:46.774296 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 424 | ||
| 2955 | 2024.12.12 04:05:48.386022 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2956 | 2024.12.12 04:05:48.386337 [ 264 ] {29f835df-5c2d-4f34-b9d9-6c0f7d0d340f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2957 | 2024.12.12 04:05:48.386419 [ 264 ] {29f835df-5c2d-4f34-b9d9-6c0f7d0d340f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2958 | 2024.12.12 04:05:48.387228 [ 264 ] {29f835df-5c2d-4f34-b9d9-6c0f7d0d340f} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2959 | 2024.12.12 04:05:48.387274 [ 264 ] {29f835df-5c2d-4f34-b9d9-6c0f7d0d340f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2960 | 2024.12.12 04:05:48.387696 [ 264 ] {29f835df-5c2d-4f34-b9d9-6c0f7d0d340f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2961 | 2024.12.12 04:05:48.387949 [ 264 ] {29f835df-5c2d-4f34-b9d9-6c0f7d0d340f} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2962 | 2024.12.12 04:05:48.388193 [ 264 ] {29f835df-5c2d-4f34-b9d9-6c0f7d0d340f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001916 sec., 7306.889352818372 rows/sec., 526.00 KiB/sec. | ||
| 2963 | 2024.12.12 04:05:48.388253 [ 264 ] {29f835df-5c2d-4f34-b9d9-6c0f7d0d340f} <Debug> TCPHandler: Processed in 0.002377122 sec. | ||
| 2964 | 2024.12.12 04:05:48.388590 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2965 | 2024.12.12 04:05:48.388902 [ 263 ] {f555145c-4afa-4e85-9103-d14f0b536176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2966 | 2024.12.12 04:05:48.389006 [ 263 ] {f555145c-4afa-4e85-9103-d14f0b536176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2967 | 2024.12.12 04:05:48.389940 [ 263 ] {f555145c-4afa-4e85-9103-d14f0b536176} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2968 | 2024.12.12 04:05:48.389987 [ 263 ] {f555145c-4afa-4e85-9103-d14f0b536176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2969 | 2024.12.12 04:05:48.390464 [ 263 ] {f555145c-4afa-4e85-9103-d14f0b536176} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2970 | 2024.12.12 04:05:48.390726 [ 263 ] {f555145c-4afa-4e85-9103-d14f0b536176} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2971 | 2024.12.12 04:05:48.391000 [ 263 ] {f555145c-4afa-4e85-9103-d14f0b536176} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002186 sec., 128545.28819762122 rows/sec., 11.36 MiB/sec. | ||
| 2972 | 2024.12.12 04:05:48.391068 [ 263 ] {f555145c-4afa-4e85-9103-d14f0b536176} <Debug> TCPHandler: Processed in 0.00267049 sec. | ||
| 2973 | 2024.12.12 04:05:48.391217 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2974 | 2024.12.12 04:05:48.391359 [ 264 ] {17d06570-f998-4d5c-b419-154910aca05a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2975 | 2024.12.12 04:05:48.391417 [ 264 ] {17d06570-f998-4d5c-b419-154910aca05a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2976 | 2024.12.12 04:05:48.392098 [ 264 ] {17d06570-f998-4d5c-b419-154910aca05a} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2977 | 2024.12.12 04:05:48.392138 [ 264 ] {17d06570-f998-4d5c-b419-154910aca05a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2978 | 2024.12.12 04:05:48.392529 [ 264 ] {17d06570-f998-4d5c-b419-154910aca05a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2979 | 2024.12.12 04:05:48.392769 [ 264 ] {17d06570-f998-4d5c-b419-154910aca05a} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2980 | 2024.12.12 04:05:48.392978 [ 264 ] {17d06570-f998-4d5c-b419-154910aca05a} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001652 sec., 27845.03631961259 rows/sec., 2.00 MiB/sec. | ||
| 2981 | 2024.12.12 04:05:48.393032 [ 264 ] {17d06570-f998-4d5c-b419-154910aca05a} <Debug> TCPHandler: Processed in 0.001882849 sec. | ||
| 2982 | 2024.12.12 04:05:48.393191 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2983 | 2024.12.12 04:05:48.393342 [ 263 ] {0abeef5e-48b6-4016-a178-a46954e897ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2984 | 2024.12.12 04:05:48.393402 [ 263 ] {0abeef5e-48b6-4016-a178-a46954e897ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2985 | 2024.12.12 04:05:48.394092 [ 263 ] {0abeef5e-48b6-4016-a178-a46954e897ec} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2986 | 2024.12.12 04:05:48.394135 [ 263 ] {0abeef5e-48b6-4016-a178-a46954e897ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2987 | 2024.12.12 04:05:48.394517 [ 263 ] {0abeef5e-48b6-4016-a178-a46954e897ec} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2988 | 2024.12.12 04:05:48.394766 [ 263 ] {0abeef5e-48b6-4016-a178-a46954e897ec} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2989 | 2024.12.12 04:05:48.394989 [ 263 ] {0abeef5e-48b6-4016-a178-a46954e897ec} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001685 sec., 8308.60534124629 rows/sec., 581.88 KiB/sec. | ||
| 2990 | 2024.12.12 04:05:48.395044 [ 263 ] {0abeef5e-48b6-4016-a178-a46954e897ec} <Debug> TCPHandler: Processed in 0.0019213 sec. | ||
| 2991 | 2024.12.12 04:05:48.395198 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2992 | 2024.12.12 04:05:48.395336 [ 264 ] {0d60983a-b03f-47c9-ba8c-28b687a7fac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2993 | 2024.12.12 04:05:48.395394 [ 264 ] {0d60983a-b03f-47c9-ba8c-28b687a7fac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2994 | 2024.12.12 04:05:48.396061 [ 264 ] {0d60983a-b03f-47c9-ba8c-28b687a7fac0} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2995 | 2024.12.12 04:05:48.396100 [ 264 ] {0d60983a-b03f-47c9-ba8c-28b687a7fac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2996 | 2024.12.12 04:05:48.396456 [ 264 ] {0d60983a-b03f-47c9-ba8c-28b687a7fac0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2997 | 2024.12.12 04:05:48.396699 [ 264 ] {0d60983a-b03f-47c9-ba8c-28b687a7fac0} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2998 | 2024.12.12 04:05:48.396933 [ 264 ] {0d60983a-b03f-47c9-ba8c-28b687a7fac0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00162 sec., 8024.691358024692 rows/sec., 500.34 KiB/sec. | ||
| 2999 | 2024.12.12 04:05:48.396993 [ 264 ] {0d60983a-b03f-47c9-ba8c-28b687a7fac0} <Debug> TCPHandler: Processed in 0.001863299 sec. | ||
| 3000 | 2024.12.12 04:05:48.397136 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3001 | 2024.12.12 04:05:48.397257 [ 263 ] {08a45aa9-13a2-4dd4-8d66-4c6272b51771} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3002 | 2024.12.12 04:05:48.397306 [ 263 ] {08a45aa9-13a2-4dd4-8d66-4c6272b51771} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3003 | 2024.12.12 04:05:48.398068 [ 263 ] {08a45aa9-13a2-4dd4-8d66-4c6272b51771} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3004 | 2024.12.12 04:05:48.398109 [ 263 ] {08a45aa9-13a2-4dd4-8d66-4c6272b51771} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3005 | 2024.12.12 04:05:48.398508 [ 263 ] {08a45aa9-13a2-4dd4-8d66-4c6272b51771} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3006 | 2024.12.12 04:05:48.398752 [ 263 ] {08a45aa9-13a2-4dd4-8d66-4c6272b51771} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3007 | 2024.12.12 04:05:48.398970 [ 263 ] {08a45aa9-13a2-4dd4-8d66-4c6272b51771} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001738 sec., 242232.4510932106 rows/sec., 17.31 MiB/sec. | ||
| 3008 | 2024.12.12 04:05:48.399028 [ 263 ] {08a45aa9-13a2-4dd4-8d66-4c6272b51771} <Debug> TCPHandler: Processed in 0.001950711 sec. | ||
| 3009 | 2024.12.12 04:05:48.399179 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3010 | 2024.12.12 04:05:48.399296 [ 264 ] {f2b5a5b3-ffda-4783-8351-8821dedd1f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3011 | 2024.12.12 04:05:48.399348 [ 264 ] {f2b5a5b3-ffda-4783-8351-8821dedd1f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3012 | 2024.12.12 04:05:48.399838 [ 264 ] {f2b5a5b3-ffda-4783-8351-8821dedd1f51} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3013 | 2024.12.12 04:05:48.399877 [ 264 ] {f2b5a5b3-ffda-4783-8351-8821dedd1f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3014 | 2024.12.12 04:05:48.400238 [ 264 ] {f2b5a5b3-ffda-4783-8351-8821dedd1f51} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3015 | 2024.12.12 04:05:48.400476 [ 264 ] {f2b5a5b3-ffda-4783-8351-8821dedd1f51} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3016 | 2024.12.12 04:05:48.400634 [ 23 ] {} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3017 | 2024.12.12 04:05:48.400705 [ 264 ] {f2b5a5b3-ffda-4783-8351-8821dedd1f51} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001427 sec., 4204.625087596356 rows/sec., 219.68 KiB/sec. | ||
| 3018 | 2024.12.12 04:05:48.400713 [ 23 ] {} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3019 | 2024.12.12 04:05:48.400783 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3020 | 2024.12.12 04:05:48.400824 [ 264 ] {f2b5a5b3-ffda-4783-8351-8821dedd1f51} <Debug> TCPHandler: Processed in 0.001701675 sec. | ||
| 3021 | 2024.12.12 04:05:48.401051 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::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 | ||
| 3022 | 2024.12.12 04:05:48.401056 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3023 | 2024.12.12 04:05:48.401348 [ 263 ] {4c630283-f6f7-4460-bdf8-743fae814be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3024 | 2024.12.12 04:05:48.401360 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3025 | 2024.12.12 04:05:48.401445 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 3026 | 2024.12.12 04:05:48.401457 [ 263 ] {4c630283-f6f7-4460-bdf8-743fae814be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3027 | 2024.12.12 04:05:48.401678 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 3028 | 2024.12.12 04:05:48.402018 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 3029 | 2024.12.12 04:05:48.402402 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3030 | 2024.12.12 04:05:48.402885 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3031 | 2024.12.12 04:05:48.403168 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 3032 | 2024.12.12 04:05:48.404344 [ 263 ] {4c630283-f6f7-4460-bdf8-743fae814be6} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3033 | 2024.12.12 04:05:48.404417 [ 263 ] {4c630283-f6f7-4460-bdf8-743fae814be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3034 | 2024.12.12 04:05:48.405579 [ 263 ] {4c630283-f6f7-4460-bdf8-743fae814be6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3035 | 2024.12.12 04:05:48.406065 [ 193 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.005143785 sec., 6998.737311143448 rows/sec., 365.66 KiB/sec. | ||
| 3036 | 2024.12.12 04:05:48.406153 [ 263 ] {4c630283-f6f7-4460-bdf8-743fae814be6} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3037 | 2024.12.12 04:05:48.406276 [ 193 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3038 | 2024.12.12 04:05:48.406701 [ 263 ] {4c630283-f6f7-4460-bdf8-743fae814be6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005411 sec., 43799.66734429865 rows/sec., 2.94 MiB/sec. | ||
| 3039 | 2024.12.12 04:05:48.407055 [ 263 ] {4c630283-f6f7-4460-bdf8-743fae814be6} <Debug> TCPHandler: Processed in 0.006094959 sec. | ||
| 3040 | 2024.12.12 04:05:48.407204 [ 193 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_6_1} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3041 | 2024.12.12 04:05:48.407263 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3042 | 2024.12.12 04:05:48.407328 [ 193 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_6_1} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3043 | 2024.12.12 04:05:48.407464 [ 264 ] {3d9b3266-2abd-4279-91b3-1df9a6c62fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3044 | 2024.12.12 04:05:48.407472 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3045 | 2024.12.12 04:05:48.407539 [ 264 ] {3d9b3266-2abd-4279-91b3-1df9a6c62fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3046 | 2024.12.12 04:05:48.408019 [ 264 ] {3d9b3266-2abd-4279-91b3-1df9a6c62fa3} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3047 | 2024.12.12 04:05:48.408058 [ 264 ] {3d9b3266-2abd-4279-91b3-1df9a6c62fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3048 | 2024.12.12 04:05:48.408439 [ 264 ] {3d9b3266-2abd-4279-91b3-1df9a6c62fa3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3049 | 2024.12.12 04:05:48.408679 [ 264 ] {3d9b3266-2abd-4279-91b3-1df9a6c62fa3} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3050 | 2024.12.12 04:05:48.408927 [ 264 ] {3d9b3266-2abd-4279-91b3-1df9a6c62fa3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001532 sec., 652.7415143603133 rows/sec., 43.98 KiB/sec. | ||
| 3051 | 2024.12.12 04:05:48.409103 [ 264 ] {3d9b3266-2abd-4279-91b3-1df9a6c62fa3} <Debug> TCPHandler: Processed in 0.001929931 sec. | ||
| 3052 | 2024.12.12 04:05:48.409286 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3053 | 2024.12.12 04:05:48.409428 [ 263 ] {ae717852-f5a2-4de8-b842-696e63d6f54e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3054 | 2024.12.12 04:05:48.409521 [ 263 ] {ae717852-f5a2-4de8-b842-696e63d6f54e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3055 | 2024.12.12 04:05:48.410806 [ 263 ] {ae717852-f5a2-4de8-b842-696e63d6f54e} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3056 | 2024.12.12 04:05:48.410844 [ 263 ] {ae717852-f5a2-4de8-b842-696e63d6f54e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3057 | 2024.12.12 04:05:48.411570 [ 263 ] {ae717852-f5a2-4de8-b842-696e63d6f54e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3058 | 2024.12.12 04:05:48.411833 [ 263 ] {ae717852-f5a2-4de8-b842-696e63d6f54e} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3059 | 2024.12.12 04:05:48.412106 [ 263 ] {ae717852-f5a2-4de8-b842-696e63d6f54e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002711 sec., 14385.835485060863 rows/sec., 25.78 MiB/sec. | ||
| 3060 | 2024.12.12 04:05:48.412216 [ 263 ] {ae717852-f5a2-4de8-b842-696e63d6f54e} <Debug> TCPHandler: Processed in 0.002996178 sec. | ||
| 3061 | 2024.12.12 04:05:48.412372 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3062 | 2024.12.12 04:05:48.412511 [ 264 ] {5ba72b53-904e-4114-9258-442a1490e66d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3063 | 2024.12.12 04:05:48.412571 [ 264 ] {5ba72b53-904e-4114-9258-442a1490e66d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3064 | 2024.12.12 04:05:48.413111 [ 264 ] {5ba72b53-904e-4114-9258-442a1490e66d} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3065 | 2024.12.12 04:05:48.413150 [ 264 ] {5ba72b53-904e-4114-9258-442a1490e66d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3066 | 2024.12.12 04:05:48.413528 [ 264 ] {5ba72b53-904e-4114-9258-442a1490e66d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3067 | 2024.12.12 04:05:48.413766 [ 264 ] {5ba72b53-904e-4114-9258-442a1490e66d} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3068 | 2024.12.12 04:05:48.413988 [ 264 ] {5ba72b53-904e-4114-9258-442a1490e66d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001508 sec., 54376.65782493369 rows/sec., 3.45 MiB/sec. | ||
| 3069 | 2024.12.12 04:05:48.414039 [ 264 ] {5ba72b53-904e-4114-9258-442a1490e66d} <Debug> TCPHandler: Processed in 0.001734465 sec. | ||
| 3070 | 2024.12.12 04:05:51.662567 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3071 | 2024.12.12 04:05:51.662627 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3072 | 2024.12.12 04:05:51.766114 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 3073 | 2024.12.12 04:05:51.766755 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3074 | 2024.12.12 04:05:51.766803 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3075 | 2024.12.12 04:05:51.767329 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3076 | 2024.12.12 04:05:51.767591 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3077 | 2024.12.12 04:05:51.767832 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3078 | 2024.12.12 04:05:52.172469 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3079 | 2024.12.12 04:05:52.193314 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3080 | 2024.12.12 04:05:52.193378 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3081 | 2024.12.12 04:05:52.201093 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3082 | 2024.12.12 04:05:52.201928 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3083 | 2024.12.12 04:05:52.205423 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3084 | 2024.12.12 04:05:53.379866 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3085 | 2024.12.12 04:05:53.380081 [ 264 ] {b8449ff3-c0a0-47bb-b557-819fefa3560b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3086 | 2024.12.12 04:05:53.380158 [ 264 ] {b8449ff3-c0a0-47bb-b557-819fefa3560b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3087 | 2024.12.12 04:05:53.380938 [ 264 ] {b8449ff3-c0a0-47bb-b557-819fefa3560b} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3088 | 2024.12.12 04:05:53.380985 [ 264 ] {b8449ff3-c0a0-47bb-b557-819fefa3560b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3089 | 2024.12.12 04:05:53.381418 [ 264 ] {b8449ff3-c0a0-47bb-b557-819fefa3560b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3090 | 2024.12.12 04:05:53.381678 [ 264 ] {b8449ff3-c0a0-47bb-b557-819fefa3560b} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3091 | 2024.12.12 04:05:53.381916 [ 264 ] {b8449ff3-c0a0-47bb-b557-819fefa3560b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.27 MiB/sec. | ||
| 3092 | 2024.12.12 04:05:53.381975 [ 264 ] {b8449ff3-c0a0-47bb-b557-819fefa3560b} <Debug> TCPHandler: Processed in 0.002252408 sec. | ||
| 3093 | 2024.12.12 04:05:53.382237 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3094 | 2024.12.12 04:05:53.382451 [ 263 ] {bf2dcbff-415b-4cdf-85af-2272a50998e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3095 | 2024.12.12 04:05:53.382531 [ 263 ] {bf2dcbff-415b-4cdf-85af-2272a50998e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3096 | 2024.12.12 04:05:53.383354 [ 263 ] {bf2dcbff-415b-4cdf-85af-2272a50998e8} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3097 | 2024.12.12 04:05:53.383394 [ 263 ] {bf2dcbff-415b-4cdf-85af-2272a50998e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3098 | 2024.12.12 04:05:53.383834 [ 263 ] {bf2dcbff-415b-4cdf-85af-2272a50998e8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3099 | 2024.12.12 04:05:53.384094 [ 263 ] {bf2dcbff-415b-4cdf-85af-2272a50998e8} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3100 | 2024.12.12 04:05:53.384342 [ 263 ] {bf2dcbff-415b-4cdf-85af-2272a50998e8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001951 sec., 32803.6904151717 rows/sec., 2.56 MiB/sec. | ||
| 3101 | 2024.12.12 04:05:53.384583 [ 263 ] {bf2dcbff-415b-4cdf-85af-2272a50998e8} <Debug> TCPHandler: Processed in 0.002476204 sec. | ||
| 3102 | 2024.12.12 04:05:53.384754 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3103 | 2024.12.12 04:05:53.384892 [ 264 ] {97229c7c-07ad-4c4c-9f48-8b1d61ad49b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3104 | 2024.12.12 04:05:53.384955 [ 264 ] {97229c7c-07ad-4c4c-9f48-8b1d61ad49b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3105 | 2024.12.12 04:05:53.385531 [ 264 ] {97229c7c-07ad-4c4c-9f48-8b1d61ad49b8} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3106 | 2024.12.12 04:05:53.385569 [ 264 ] {97229c7c-07ad-4c4c-9f48-8b1d61ad49b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3107 | 2024.12.12 04:05:53.385966 [ 264 ] {97229c7c-07ad-4c4c-9f48-8b1d61ad49b8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3108 | 2024.12.12 04:05:53.386234 [ 264 ] {97229c7c-07ad-4c4c-9f48-8b1d61ad49b8} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3109 | 2024.12.12 04:05:53.386445 [ 264 ] {97229c7c-07ad-4c4c-9f48-8b1d61ad49b8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00158 sec., 101265.82278481012 rows/sec., 7.05 MiB/sec. | ||
| 3110 | 2024.12.12 04:05:53.386500 [ 264 ] {97229c7c-07ad-4c4c-9f48-8b1d61ad49b8} <Debug> TCPHandler: Processed in 0.001814268 sec. | ||
| 3111 | 2024.12.12 04:05:53.386717 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3112 | 2024.12.12 04:05:53.386958 [ 263 ] {894c18f5-d79e-4e7f-865d-52ca64c8f088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3113 | 2024.12.12 04:05:53.387056 [ 263 ] {894c18f5-d79e-4e7f-865d-52ca64c8f088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3114 | 2024.12.12 04:05:53.387613 [ 263 ] {894c18f5-d79e-4e7f-865d-52ca64c8f088} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3115 | 2024.12.12 04:05:53.387654 [ 263 ] {894c18f5-d79e-4e7f-865d-52ca64c8f088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3116 | 2024.12.12 04:05:53.388050 [ 263 ] {894c18f5-d79e-4e7f-865d-52ca64c8f088} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3117 | 2024.12.12 04:05:53.388294 [ 263 ] {894c18f5-d79e-4e7f-865d-52ca64c8f088} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3118 | 2024.12.12 04:05:53.388528 [ 263 ] {894c18f5-d79e-4e7f-865d-52ca64c8f088} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001629 sec., 36832.412523020255 rows/sec., 2.48 MiB/sec. | ||
| 3119 | 2024.12.12 04:05:53.388579 [ 263 ] {894c18f5-d79e-4e7f-865d-52ca64c8f088} <Debug> TCPHandler: Processed in 0.001971191 sec. | ||
| 3120 | 2024.12.12 04:05:56.775431 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 454 | ||
| 3121 | 2024.12.12 04:05:56.778445 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3122 | 2024.12.12 04:05:56.778507 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3123 | 2024.12.12 04:05:56.779984 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3124 | 2024.12.12 04:05:56.780309 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3125 | 2024.12.12 04:05:56.780969 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 454 | ||
| 3126 | 2024.12.12 04:05:58.385404 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3127 | 2024.12.12 04:05:58.385619 [ 264 ] {e315e2da-4e15-45a9-b792-256efd71dc7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3128 | 2024.12.12 04:05:58.385700 [ 264 ] {e315e2da-4e15-45a9-b792-256efd71dc7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3129 | 2024.12.12 04:05:58.386530 [ 264 ] {e315e2da-4e15-45a9-b792-256efd71dc7b} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3130 | 2024.12.12 04:05:58.386577 [ 264 ] {e315e2da-4e15-45a9-b792-256efd71dc7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3131 | 2024.12.12 04:05:58.387014 [ 264 ] {e315e2da-4e15-45a9-b792-256efd71dc7b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3132 | 2024.12.12 04:05:58.387265 [ 264 ] {e315e2da-4e15-45a9-b792-256efd71dc7b} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3133 | 2024.12.12 04:05:58.387487 [ 264 ] {e315e2da-4e15-45a9-b792-256efd71dc7b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001929 sec., 7257.646448937274 rows/sec., 522.45 KiB/sec. | ||
| 3134 | 2024.12.12 04:05:58.387545 [ 264 ] {e315e2da-4e15-45a9-b792-256efd71dc7b} <Debug> TCPHandler: Processed in 0.00228365 sec. | ||
| 3135 | 2024.12.12 04:05:58.387806 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3136 | 2024.12.12 04:05:58.387994 [ 263 ] {d54fb040-938c-4732-994b-1659ce0699d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3137 | 2024.12.12 04:05:58.388067 [ 263 ] {d54fb040-938c-4732-994b-1659ce0699d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3138 | 2024.12.12 04:05:58.388800 [ 263 ] {d54fb040-938c-4732-994b-1659ce0699d2} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3139 | 2024.12.12 04:05:58.388842 [ 263 ] {d54fb040-938c-4732-994b-1659ce0699d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3140 | 2024.12.12 04:05:58.389266 [ 263 ] {d54fb040-938c-4732-994b-1659ce0699d2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3141 | 2024.12.12 04:05:58.389529 [ 263 ] {d54fb040-938c-4732-994b-1659ce0699d2} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3142 | 2024.12.12 04:05:58.389798 [ 263 ] {d54fb040-938c-4732-994b-1659ce0699d2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001841 sec., 1086.3661053775122 rows/sec., 88.59 KiB/sec. | ||
| 3143 | 2024.12.12 04:05:58.389865 [ 263 ] {d54fb040-938c-4732-994b-1659ce0699d2} <Debug> TCPHandler: Processed in 0.002189867 sec. | ||
| 3144 | 2024.12.12 04:05:58.390027 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3145 | 2024.12.12 04:05:58.390166 [ 264 ] {f5530ae5-c5df-4108-ae1a-dcd177d66d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3146 | 2024.12.12 04:05:58.390223 [ 264 ] {f5530ae5-c5df-4108-ae1a-dcd177d66d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3147 | 2024.12.12 04:05:58.390979 [ 264 ] {f5530ae5-c5df-4108-ae1a-dcd177d66d12} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3148 | 2024.12.12 04:05:58.391018 [ 264 ] {f5530ae5-c5df-4108-ae1a-dcd177d66d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3149 | 2024.12.12 04:05:58.391404 [ 264 ] {f5530ae5-c5df-4108-ae1a-dcd177d66d12} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3150 | 2024.12.12 04:05:58.391640 [ 264 ] {f5530ae5-c5df-4108-ae1a-dcd177d66d12} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3151 | 2024.12.12 04:05:58.391856 [ 264 ] {f5530ae5-c5df-4108-ae1a-dcd177d66d12} <Debug> executeQuery: Read 282 rows, 25.49 KiB in 0.001722 sec., 163763.0662020906 rows/sec., 14.46 MiB/sec. | ||
| 3152 | 2024.12.12 04:05:58.391909 [ 264 ] {f5530ae5-c5df-4108-ae1a-dcd177d66d12} <Debug> TCPHandler: Processed in 0.001949151 sec. | ||
| 3153 | 2024.12.12 04:05:58.392062 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3154 | 2024.12.12 04:05:58.392180 [ 263 ] {e3b8ca18-7ea4-4231-af84-7d3d9835c5e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3155 | 2024.12.12 04:05:58.392229 [ 263 ] {e3b8ca18-7ea4-4231-af84-7d3d9835c5e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3156 | 2024.12.12 04:05:58.392952 [ 263 ] {e3b8ca18-7ea4-4231-af84-7d3d9835c5e6} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3157 | 2024.12.12 04:05:58.392999 [ 263 ] {e3b8ca18-7ea4-4231-af84-7d3d9835c5e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3158 | 2024.12.12 04:05:58.393414 [ 263 ] {e3b8ca18-7ea4-4231-af84-7d3d9835c5e6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3159 | 2024.12.12 04:05:58.393663 [ 263 ] {e3b8ca18-7ea4-4231-af84-7d3d9835c5e6} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3160 | 2024.12.12 04:05:58.393789 [ 56 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3161 | 2024.12.12 04:05:58.393839 [ 56 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3162 | 2024.12.12 04:05:58.393856 [ 263 ] {e3b8ca18-7ea4-4231-af84-7d3d9835c5e6} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.0017 sec., 28235.29411764706 rows/sec., 2.03 MiB/sec. | ||
| 3163 | 2024.12.12 04:05:58.393868 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3164 | 2024.12.12 04:05:58.393938 [ 263 ] {e3b8ca18-7ea4-4231-af84-7d3d9835c5e6} <Debug> TCPHandler: Processed in 0.00193049 sec. | ||
| 3165 | 2024.12.12 04:05:58.394151 [ 189 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 3166 | 2024.12.12 04:05:58.394174 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3167 | 2024.12.12 04:05:58.394430 [ 264 ] {d7dcb8d9-bb87-4332-869c-51b4be7fcf91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3168 | 2024.12.12 04:05:58.394451 [ 189 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3169 | 2024.12.12 04:05:58.394536 [ 264 ] {d7dcb8d9-bb87-4332-869c-51b4be7fcf91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3170 | 2024.12.12 04:05:58.394536 [ 189 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 38 rows starting from the beginning of the part | ||
| 3171 | 2024.12.12 04:05:58.394919 [ 189 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 52 rows starting from the beginning of the part | ||
| 3172 | 2024.12.12 04:05:58.395205 [ 189 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 46 rows starting from the beginning of the part | ||
| 3173 | 2024.12.12 04:05:58.395580 [ 189 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 3174 | 2024.12.12 04:05:58.395944 [ 189 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 46 rows starting from the beginning of the part | ||
| 3175 | 2024.12.12 04:05:58.396340 [ 189 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part | ||
| 3176 | 2024.12.12 04:05:58.397613 [ 264 ] {d7dcb8d9-bb87-4332-869c-51b4be7fcf91} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3177 | 2024.12.12 04:05:58.397680 [ 264 ] {d7dcb8d9-bb87-4332-869c-51b4be7fcf91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3178 | 2024.12.12 04:05:58.398649 [ 264 ] {d7dcb8d9-bb87-4332-869c-51b4be7fcf91} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3179 | 2024.12.12 04:05:58.399215 [ 264 ] {d7dcb8d9-bb87-4332-869c-51b4be7fcf91} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3180 | 2024.12.12 04:05:58.399217 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 236 rows, containing 5 columns (5 merged, 0 gathered) in 0.005238794 sec., 45048.53597984574 rows/sec., 3.40 MiB/sec. | ||
| 3181 | 2024.12.12 04:05:58.399459 [ 56 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3182 | 2024.12.12 04:05:58.399509 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3183 | 2024.12.12 04:05:58.399563 [ 56 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3184 | 2024.12.12 04:05:58.399644 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3185 | 2024.12.12 04:05:58.399853 [ 264 ] {d7dcb8d9-bb87-4332-869c-51b4be7fcf91} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005466 sec., 2561.287961946579 rows/sec., 179.38 KiB/sec. | ||
| 3186 | 2024.12.12 04:05:58.399966 [ 189 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::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 | ||
| 3187 | 2024.12.12 04:05:58.400197 [ 264 ] {d7dcb8d9-bb87-4332-869c-51b4be7fcf91} <Debug> TCPHandler: Processed in 0.006103809 sec. | ||
| 3188 | 2024.12.12 04:05:58.400453 [ 189 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3189 | 2024.12.12 04:05:58.400479 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3190 | 2024.12.12 04:05:58.400578 [ 189 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
| 3191 | 2024.12.12 04:05:58.400579 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_11_2} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3192 | 2024.12.12 04:05:58.400852 [ 263 ] {5ecc689a-6fba-4118-9556-0abc753cf03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3193 | 2024.12.12 04:05:58.401016 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_11_2} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3194 | 2024.12.12 04:05:58.401060 [ 189 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 3195 | 2024.12.12 04:05:58.401087 [ 263 ] {5ecc689a-6fba-4118-9556-0abc753cf03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3196 | 2024.12.12 04:05:58.401436 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3197 | 2024.12.12 04:05:58.401586 [ 189 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 3198 | 2024.12.12 04:05:58.401927 [ 189 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part | ||
| 3199 | 2024.12.12 04:05:58.402249 [ 189 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 3200 | 2024.12.12 04:05:58.402597 [ 189 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 3201 | 2024.12.12 04:05:58.404115 [ 263 ] {5ecc689a-6fba-4118-9556-0abc753cf03c} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3202 | 2024.12.12 04:05:58.404200 [ 263 ] {5ecc689a-6fba-4118-9556-0abc753cf03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3203 | 2024.12.12 04:05:58.405154 [ 263 ] {5ecc689a-6fba-4118-9556-0abc753cf03c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3204 | 2024.12.12 04:05:58.405443 [ 188 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005651185 sec., 93254.77753780843 rows/sec., 6.68 MiB/sec. | ||
| 3205 | 2024.12.12 04:05:58.405592 [ 263 ] {5ecc689a-6fba-4118-9556-0abc753cf03c} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3206 | 2024.12.12 04:05:58.405621 [ 188 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3207 | 2024.12.12 04:05:58.405839 [ 263 ] {5ecc689a-6fba-4118-9556-0abc753cf03c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005136 sec., 2531.152647975078 rows/sec., 157.82 KiB/sec. | ||
| 3208 | 2024.12.12 04:05:58.405922 [ 263 ] {5ecc689a-6fba-4118-9556-0abc753cf03c} <Debug> TCPHandler: Processed in 0.005596176 sec. | ||
| 3209 | 2024.12.12 04:05:58.406072 [ 188 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_11_2} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3210 | 2024.12.12 04:05:58.406130 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3211 | 2024.12.12 04:05:58.406193 [ 188 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_11_2} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3212 | 2024.12.12 04:05:58.406346 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3213 | 2024.12.12 04:05:58.406357 [ 264 ] {8c5c2117-b787-4117-891a-9f9a349ffe3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3214 | 2024.12.12 04:05:58.406432 [ 264 ] {8c5c2117-b787-4117-891a-9f9a349ffe3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3215 | 2024.12.12 04:05:58.407586 [ 264 ] {8c5c2117-b787-4117-891a-9f9a349ffe3d} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3216 | 2024.12.12 04:05:58.407628 [ 264 ] {8c5c2117-b787-4117-891a-9f9a349ffe3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3217 | 2024.12.12 04:05:58.408010 [ 264 ] {8c5c2117-b787-4117-891a-9f9a349ffe3d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3218 | 2024.12.12 04:05:58.408252 [ 264 ] {8c5c2117-b787-4117-891a-9f9a349ffe3d} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3219 | 2024.12.12 04:05:58.408470 [ 264 ] {8c5c2117-b787-4117-891a-9f9a349ffe3d} <Debug> executeQuery: Read 423 rows, 30.97 KiB in 0.00219 sec., 193150.68493150684 rows/sec., 13.81 MiB/sec. | ||
| 3220 | 2024.12.12 04:05:58.408523 [ 264 ] {8c5c2117-b787-4117-891a-9f9a349ffe3d} <Debug> TCPHandler: Processed in 0.002485035 sec. | ||
| 3221 | 2024.12.12 04:05:58.408683 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3222 | 2024.12.12 04:05:58.408804 [ 263 ] {deca82d5-b9a3-4ec7-92fd-9fba13ecd015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3223 | 2024.12.12 04:05:58.408857 [ 263 ] {deca82d5-b9a3-4ec7-92fd-9fba13ecd015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3224 | 2024.12.12 04:05:58.409357 [ 263 ] {deca82d5-b9a3-4ec7-92fd-9fba13ecd015} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3225 | 2024.12.12 04:05:58.409395 [ 263 ] {deca82d5-b9a3-4ec7-92fd-9fba13ecd015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3226 | 2024.12.12 04:05:58.409769 [ 263 ] {deca82d5-b9a3-4ec7-92fd-9fba13ecd015} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3227 | 2024.12.12 04:05:58.410006 [ 263 ] {deca82d5-b9a3-4ec7-92fd-9fba13ecd015} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3228 | 2024.12.12 04:05:58.410184 [ 263 ] {deca82d5-b9a3-4ec7-92fd-9fba13ecd015} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001405 sec., 4270.462633451957 rows/sec., 223.11 KiB/sec. | ||
| 3229 | 2024.12.12 04:05:58.410233 [ 263 ] {deca82d5-b9a3-4ec7-92fd-9fba13ecd015} <Debug> TCPHandler: Processed in 0.001609052 sec. | ||
| 3230 | 2024.12.12 04:05:58.410381 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3231 | 2024.12.12 04:05:58.410508 [ 264 ] {930bff45-1a07-41b7-866e-01846e018fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3232 | 2024.12.12 04:05:58.410563 [ 264 ] {930bff45-1a07-41b7-866e-01846e018fe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3233 | 2024.12.12 04:05:58.411163 [ 264 ] {930bff45-1a07-41b7-866e-01846e018fe6} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3234 | 2024.12.12 04:05:58.411202 [ 264 ] {930bff45-1a07-41b7-866e-01846e018fe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3235 | 2024.12.12 04:05:58.411595 [ 264 ] {930bff45-1a07-41b7-866e-01846e018fe6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3236 | 2024.12.12 04:05:58.411835 [ 264 ] {930bff45-1a07-41b7-866e-01846e018fe6} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3237 | 2024.12.12 04:05:58.412059 [ 264 ] {930bff45-1a07-41b7-866e-01846e018fe6} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001575 sec., 151111.11111111112 rows/sec., 10.13 MiB/sec. | ||
| 3238 | 2024.12.12 04:05:58.412111 [ 264 ] {930bff45-1a07-41b7-866e-01846e018fe6} <Debug> TCPHandler: Processed in 0.001789847 sec. | ||
| 3239 | 2024.12.12 04:05:58.412255 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3240 | 2024.12.12 04:05:58.412375 [ 263 ] {3e8018e4-468b-4e2f-80c7-c95f1d1925c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3241 | 2024.12.12 04:05:58.412427 [ 263 ] {3e8018e4-468b-4e2f-80c7-c95f1d1925c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3242 | 2024.12.12 04:05:58.412900 [ 263 ] {3e8018e4-468b-4e2f-80c7-c95f1d1925c1} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3243 | 2024.12.12 04:05:58.412937 [ 263 ] {3e8018e4-468b-4e2f-80c7-c95f1d1925c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3244 | 2024.12.12 04:05:58.413298 [ 263 ] {3e8018e4-468b-4e2f-80c7-c95f1d1925c1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3245 | 2024.12.12 04:05:58.413540 [ 263 ] {3e8018e4-468b-4e2f-80c7-c95f1d1925c1} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3246 | 2024.12.12 04:05:58.413766 [ 263 ] {3e8018e4-468b-4e2f-80c7-c95f1d1925c1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec. | ||
| 3247 | 2024.12.12 04:05:58.413940 [ 263 ] {3e8018e4-468b-4e2f-80c7-c95f1d1925c1} <Debug> TCPHandler: Processed in 0.001739715 sec. | ||
| 3248 | 2024.12.12 04:05:58.414084 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3249 | 2024.12.12 04:05:58.414202 [ 264 ] {cd1e2d16-258e-4870-8c20-c96229bc6d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3250 | 2024.12.12 04:05:58.414284 [ 264 ] {cd1e2d16-258e-4870-8c20-c96229bc6d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3251 | 2024.12.12 04:05:58.415615 [ 264 ] {cd1e2d16-258e-4870-8c20-c96229bc6d24} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3252 | 2024.12.12 04:05:58.415652 [ 264 ] {cd1e2d16-258e-4870-8c20-c96229bc6d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3253 | 2024.12.12 04:05:58.416301 [ 264 ] {cd1e2d16-258e-4870-8c20-c96229bc6d24} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3254 | 2024.12.12 04:05:58.416568 [ 264 ] {cd1e2d16-258e-4870-8c20-c96229bc6d24} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3255 | 2024.12.12 04:05:58.416769 [ 264 ] {cd1e2d16-258e-4870-8c20-c96229bc6d24} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002592 sec., 15046.296296296296 rows/sec., 26.96 MiB/sec. | ||
| 3256 | 2024.12.12 04:05:58.416860 [ 264 ] {cd1e2d16-258e-4870-8c20-c96229bc6d24} <Debug> TCPHandler: Processed in 0.002833784 sec. | ||
| 3257 | 2024.12.12 04:05:58.417023 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3258 | 2024.12.12 04:05:58.417161 [ 263 ] {9f4c30d9-36ba-4f74-99ce-e13991ee232d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3259 | 2024.12.12 04:05:58.417221 [ 263 ] {9f4c30d9-36ba-4f74-99ce-e13991ee232d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3260 | 2024.12.12 04:05:58.417732 [ 263 ] {9f4c30d9-36ba-4f74-99ce-e13991ee232d} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3261 | 2024.12.12 04:05:58.417771 [ 263 ] {9f4c30d9-36ba-4f74-99ce-e13991ee232d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3262 | 2024.12.12 04:05:58.418157 [ 263 ] {9f4c30d9-36ba-4f74-99ce-e13991ee232d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3263 | 2024.12.12 04:05:58.418391 [ 263 ] {9f4c30d9-36ba-4f74-99ce-e13991ee232d} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3264 | 2024.12.12 04:05:58.418612 [ 263 ] {9f4c30d9-36ba-4f74-99ce-e13991ee232d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001482 sec., 55330.6342780027 rows/sec., 3.51 MiB/sec. | ||
| 3265 | 2024.12.12 04:05:58.418662 [ 263 ] {9f4c30d9-36ba-4f74-99ce-e13991ee232d} <Debug> TCPHandler: Processed in 0.001707365 sec. | ||
| 3266 | 2024.12.12 04:05:59.267975 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3267 | 2024.12.12 04:05:59.268810 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3268 | 2024.12.12 04:05:59.268861 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3269 | 2024.12.12 04:05:59.269411 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3270 | 2024.12.12 04:05:59.269679 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3271 | 2024.12.12 04:05:59.269952 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3272 | 2024.12.12 04:05:59.705485 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3273 | 2024.12.12 04:05:59.726443 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3274 | 2024.12.12 04:05:59.726513 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3275 | 2024.12.12 04:05:59.734683 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3276 | 2024.12.12 04:05:59.735557 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3277 | 2024.12.12 04:05:59.739399 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3278 | 2024.12.12 04:06:03.380050 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3279 | 2024.12.12 04:06:03.380282 [ 264 ] {522aa6c3-548e-435a-9383-4c635207c7cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3280 | 2024.12.12 04:06:03.380355 [ 264 ] {522aa6c3-548e-435a-9383-4c635207c7cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3281 | 2024.12.12 04:06:03.381118 [ 264 ] {522aa6c3-548e-435a-9383-4c635207c7cf} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3282 | 2024.12.12 04:06:03.381167 [ 264 ] {522aa6c3-548e-435a-9383-4c635207c7cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3283 | 2024.12.12 04:06:03.381592 [ 264 ] {522aa6c3-548e-435a-9383-4c635207c7cf} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3284 | 2024.12.12 04:06:03.381846 [ 264 ] {522aa6c3-548e-435a-9383-4c635207c7cf} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3285 | 2024.12.12 04:06:03.382044 [ 143 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3286 | 2024.12.12 04:06:03.382100 [ 264 ] {522aa6c3-548e-435a-9383-4c635207c7cf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00188 sec., 29787.23404255319 rows/sec., 2.29 MiB/sec. | ||
| 3287 | 2024.12.12 04:06:03.382181 [ 143 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3288 | 2024.12.12 04:06:03.382232 [ 264 ] {522aa6c3-548e-435a-9383-4c635207c7cf} <Debug> TCPHandler: Processed in 0.002329721 sec. | ||
| 3289 | 2024.12.12 04:06:03.382260 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3290 | 2024.12.12 04:06:03.382509 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 3291 | 2024.12.12 04:06:03.382582 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3292 | 2024.12.12 04:06:03.382807 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3293 | 2024.12.12 04:06:03.382882 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 3294 | 2024.12.12 04:06:03.382920 [ 263 ] {f65403f4-303f-4530-a186-cd124366df62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3295 | 2024.12.12 04:06:03.383143 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1199 rows starting from the beginning of the part | ||
| 3296 | 2024.12.12 04:06:03.383147 [ 263 ] {f65403f4-303f-4530-a186-cd124366df62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3297 | 2024.12.12 04:06:03.383603 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 281 rows starting from the beginning of the part | ||
| 3298 | 2024.12.12 04:06:03.383879 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part | ||
| 3299 | 2024.12.12 04:06:03.384240 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 282 rows starting from the beginning of the part | ||
| 3300 | 2024.12.12 04:06:03.384623 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 3301 | 2024.12.12 04:06:03.385856 [ 263 ] {f65403f4-303f-4530-a186-cd124366df62} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3302 | 2024.12.12 04:06:03.385903 [ 263 ] {f65403f4-303f-4530-a186-cd124366df62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3303 | 2024.12.12 04:06:03.386566 [ 263 ] {f65403f4-303f-4530-a186-cd124366df62} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3304 | 2024.12.12 04:06:03.386837 [ 263 ] {f65403f4-303f-4530-a186-cd124366df62} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3305 | 2024.12.12 04:06:03.387061 [ 143 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3306 | 2024.12.12 04:06:03.387172 [ 143 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3307 | 2024.12.12 04:06:03.387231 [ 263 ] {f65403f4-303f-4530-a186-cd124366df62} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004399 sec., 14548.761082064106 rows/sec., 1.14 MiB/sec. | ||
| 3308 | 2024.12.12 04:06:03.387246 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3309 | 2024.12.12 04:06:03.387574 [ 263 ] {f65403f4-303f-4530-a186-cd124366df62} <Debug> TCPHandler: Processed in 0.005172615 sec. | ||
| 3310 | 2024.12.12 04:06:03.387945 [ 201 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 3311 | 2024.12.12 04:06:03.388077 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3312 | 2024.12.12 04:06:03.388682 [ 200 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3300 rows, containing 5 columns (5 merged, 0 gathered) in 0.006286194 sec., 524959.9360121562 rows/sec., 46.01 MiB/sec. | ||
| 3313 | 2024.12.12 04:06:03.388751 [ 201 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3314 | 2024.12.12 04:06:03.388793 [ 264 ] {a9033298-37b4-407e-a3cc-f5d1bfcae5a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3315 | 2024.12.12 04:06:03.388926 [ 201 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 901 rows starting from the beginning of the part | ||
| 3316 | 2024.12.12 04:06:03.388970 [ 264 ] {a9033298-37b4-407e-a3cc-f5d1bfcae5a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3317 | 2024.12.12 04:06:03.389270 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3318 | 2024.12.12 04:06:03.389386 [ 201 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 526 rows starting from the beginning of the part | ||
| 3319 | 2024.12.12 04:06:03.389829 [ 201 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 421 rows starting from the beginning of the part | ||
| 3320 | 2024.12.12 04:06:03.390232 [ 201 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part | ||
| 3321 | 2024.12.12 04:06:03.390643 [ 201 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 423 rows starting from the beginning of the part | ||
| 3322 | 2024.12.12 04:06:03.390692 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_21_4} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3323 | 2024.12.12 04:06:03.390995 [ 201 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 3324 | 2024.12.12 04:06:03.391128 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_21_4} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3325 | 2024.12.12 04:06:03.391559 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 3326 | 2024.12.12 04:06:03.392933 [ 264 ] {a9033298-37b4-407e-a3cc-f5d1bfcae5a1} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3327 | 2024.12.12 04:06:03.393014 [ 264 ] {a9033298-37b4-407e-a3cc-f5d1bfcae5a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3328 | 2024.12.12 04:06:03.394078 [ 264 ] {a9033298-37b4-407e-a3cc-f5d1bfcae5a1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3329 | 2024.12.12 04:06:03.394461 [ 264 ] {a9033298-37b4-407e-a3cc-f5d1bfcae5a1} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3330 | 2024.12.12 04:06:03.394838 [ 201 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2399 rows, containing 5 columns (5 merged, 0 gathered) in 0.007415933 sec., 323492.6744888337 rows/sec., 24.80 MiB/sec. | ||
| 3331 | 2024.12.12 04:06:03.394878 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3332 | 2024.12.12 04:06:03.394983 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3333 | 2024.12.12 04:06:03.395060 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3334 | 2024.12.12 04:06:03.395071 [ 264 ] {a9033298-37b4-407e-a3cc-f5d1bfcae5a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006496 sec., 24630.54187192118 rows/sec., 1.72 MiB/sec. | ||
| 3335 | 2024.12.12 04:06:03.395239 [ 201 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3336 | 2024.12.12 04:06:03.395424 [ 264 ] {a9033298-37b4-407e-a3cc-f5d1bfcae5a1} <Debug> TCPHandler: Processed in 0.007628169 sec. | ||
| 3337 | 2024.12.12 04:06:03.395515 [ 198 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 3338 | 2024.12.12 04:06:03.395766 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3339 | 2024.12.12 04:06:03.396241 [ 198 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3340 | 2024.12.12 04:06:03.396432 [ 263 ] {4f8a5f3c-37f8-45e7-9527-8d35e18b4275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3341 | 2024.12.12 04:06:03.396457 [ 198 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4637 rows starting from the beginning of the part | ||
| 3342 | 2024.12.12 04:06:03.396485 [ 201 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_21_4} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3343 | 2024.12.12 04:06:03.396791 [ 263 ] {4f8a5f3c-37f8-45e7-9527-8d35e18b4275} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3344 | 2024.12.12 04:06:03.396958 [ 201 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_21_4} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3345 | 2024.12.12 04:06:03.397231 [ 198 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 883 rows starting from the beginning of the part | ||
| 3346 | 2024.12.12 04:06:03.397415 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 3347 | 2024.12.12 04:06:03.397717 [ 198 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part | ||
| 3348 | 2024.12.12 04:06:03.398124 [ 198 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 3349 | 2024.12.12 04:06:03.398744 [ 198 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 238 rows starting from the beginning of the part | ||
| 3350 | 2024.12.12 04:06:03.399142 [ 198 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 3351 | 2024.12.12 04:06:03.399811 [ 263 ] {4f8a5f3c-37f8-45e7-9527-8d35e18b4275} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3352 | 2024.12.12 04:06:03.399872 [ 263 ] {4f8a5f3c-37f8-45e7-9527-8d35e18b4275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3353 | 2024.12.12 04:06:03.400728 [ 263 ] {4f8a5f3c-37f8-45e7-9527-8d35e18b4275} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3354 | 2024.12.12 04:06:03.401181 [ 263 ] {4f8a5f3c-37f8-45e7-9527-8d35e18b4275} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3355 | 2024.12.12 04:06:03.401523 [ 143 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3356 | 2024.12.12 04:06:03.401670 [ 143 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3357 | 2024.12.12 04:06:03.401803 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3358 | 2024.12.12 04:06:03.401811 [ 263 ] {4f8a5f3c-37f8-45e7-9527-8d35e18b4275} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005671 sec., 10580.14459530947 rows/sec., 730.14 KiB/sec. | ||
| 3359 | 2024.12.12 04:06:03.402254 [ 263 ] {4f8a5f3c-37f8-45e7-9527-8d35e18b4275} <Debug> TCPHandler: Processed in 0.006657034 sec. | ||
| 3360 | 2024.12.12 04:06:03.402443 [ 188 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 3361 | 2024.12.12 04:06:03.403198 [ 188 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3362 | 2024.12.12 04:06:03.403280 [ 188 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 920 rows starting from the beginning of the part | ||
| 3363 | 2024.12.12 04:06:03.403408 [ 188 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 3364 | 2024.12.12 04:06:03.403597 [ 188 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part | ||
| 3365 | 2024.12.12 04:06:03.403972 [ 188 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 3366 | 2024.12.12 04:06:03.404257 [ 188 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 82 rows starting from the beginning of the part | ||
| 3367 | 2024.12.12 04:06:03.404594 [ 188 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 3368 | 2024.12.12 04:06:03.405642 [ 198 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6315 rows, containing 5 columns (5 merged, 0 gathered) in 0.010460263 sec., 603713.3100764293 rows/sec., 40.86 MiB/sec. | ||
| 3369 | 2024.12.12 04:06:03.406151 [ 198 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3370 | 2024.12.12 04:06:03.406671 [ 186 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1264 rows, containing 4 columns (4 merged, 0 gathered) in 0.004735512 sec., 266919.3954106758 rows/sec., 17.54 MiB/sec. | ||
| 3371 | 2024.12.12 04:06:03.406754 [ 198 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3372 | 2024.12.12 04:06:03.406834 [ 198 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3373 | 2024.12.12 04:06:03.406931 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. | ||
| 3374 | 2024.12.12 04:06:03.406944 [ 186 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3375 | 2024.12.12 04:06:03.407251 [ 186 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_21_4} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3376 | 2024.12.12 04:06:03.407332 [ 186 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_21_4} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3377 | 2024.12.12 04:06:03.407420 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 3378 | 2024.12.12 04:06:06.662892 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3379 | 2024.12.12 04:06:06.662961 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3380 | 2024.12.12 04:06:06.770832 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3381 | 2024.12.12 04:06:06.771462 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3382 | 2024.12.12 04:06:06.771503 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3383 | 2024.12.12 04:06:06.772032 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3384 | 2024.12.12 04:06:06.772299 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3385 | 2024.12.12 04:06:06.772498 [ 142 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3386 | 2024.12.12 04:06:06.772538 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3387 | 2024.12.12 04:06:06.772585 [ 142 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3388 | 2024.12.12 04:06:06.772615 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3389 | 2024.12.12 04:06:06.772740 [ 188 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 3390 | 2024.12.12 04:06:06.772862 [ 188 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3391 | 2024.12.12 04:06:06.772902 [ 188 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part | ||
| 3392 | 2024.12.12 04:06:06.772980 [ 188 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part | ||
| 3393 | 2024.12.12 04:06:06.773083 [ 188 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part | ||
| 3394 | 2024.12.12 04:06:06.773329 [ 188 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part | ||
| 3395 | 2024.12.12 04:06:06.773397 [ 188 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part | ||
| 3396 | 2024.12.12 04:06:06.773487 [ 188 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part | ||
| 3397 | 2024.12.12 04:06:06.775141 [ 186 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002462212 sec., 2997711.001327262 rows/sec., 42.88 MiB/sec. | ||
| 3398 | 2024.12.12 04:06:06.775852 [ 188 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3399 | 2024.12.12 04:06:06.776135 [ 188 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_16_3} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3400 | 2024.12.12 04:06:06.776211 [ 188 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_16_3} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3401 | 2024.12.12 04:06:06.776290 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3402 | 2024.12.12 04:06:06.781891 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 486 | ||
| 3403 | 2024.12.12 04:06:06.785030 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3404 | 2024.12.12 04:06:06.785071 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3405 | 2024.12.12 04:06:06.786549 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3406 | 2024.12.12 04:06:06.786864 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3407 | 2024.12.12 04:06:06.787017 [ 142 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3408 | 2024.12.12 04:06:06.787068 [ 142 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3409 | 2024.12.12 04:06:06.787103 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3410 | 2024.12.12 04:06:06.787773 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 3411 | 2024.12.12 04:06:06.788844 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 486 | ||
| 3412 | 2024.12.12 04:06:06.789249 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3413 | 2024.12.12 04:06:06.789416 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 320 rows starting from the beginning of the part | ||
| 3414 | 2024.12.12 04:06:06.789910 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 3415 | 2024.12.12 04:06:06.790390 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part | ||
| 3416 | 2024.12.12 04:06:06.790865 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
| 3417 | 2024.12.12 04:06:06.791332 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 3418 | 2024.12.12 04:06:06.791944 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part | ||
| 3419 | 2024.12.12 04:06:06.800190 [ 186 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 486 rows, containing 72 columns (72 merged, 0 gathered) in 0.012956453 sec., 37510.2661199018 rows/sec., 34.91 MiB/sec. | ||
| 3420 | 2024.12.12 04:06:06.801041 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3421 | 2024.12.12 04:06:06.801737 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_11_2} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3422 | 2024.12.12 04:06:06.801826 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_11_2} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3423 | 2024.12.12 04:06:06.802033 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
| 3424 | 2024.12.12 04:06:07.001367 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000956205 sec. | ||
| 3425 | 2024.12.12 04:06:07.240241 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3426 | 2024.12.12 04:06:07.261100 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3427 | 2024.12.12 04:06:07.261159 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3428 | 2024.12.12 04:06:07.268642 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3429 | 2024.12.12 04:06:07.269465 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3430 | 2024.12.12 04:06:07.269885 [ 142 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3431 | 2024.12.12 04:06:07.270014 [ 142 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3432 | 2024.12.12 04:06:07.270088 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3433 | 2024.12.12 04:06:07.270502 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 3434 | 2024.12.12 04:06:07.283376 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3435 | 2024.12.12 04:06:07.285165 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3436 | 2024.12.12 04:06:07.286451 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part | ||
| 3437 | 2024.12.12 04:06:07.291602 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
| 3438 | 2024.12.12 04:06:07.296958 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part | ||
| 3439 | 2024.12.12 04:06:07.302226 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part | ||
| 3440 | 2024.12.12 04:06:07.307666 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3441 | 2024.12.12 04:06:07.312139 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3442 | 2024.12.12 04:06:07.370674 [ 197 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.100425271 sec., 1204.8760117361296 rows/sec., 6.23 MiB/sec. | ||
| 3443 | 2024.12.12 04:06:07.372256 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3444 | 2024.12.12 04:06:07.374717 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_16_3} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3445 | 2024.12.12 04:06:07.374833 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_16_3} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3446 | 2024.12.12 04:06:07.376237 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.54 MiB. | ||
| 3447 | 2024.12.12 04:06:08.000217 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.16 MiB, peak 188.12 MiB, free memory in arenas 0.00 B, will set to 179.50 MiB (RSS), difference: 1.35 MiB | ||
| 3448 | 2024.12.12 04:06:08.386347 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3449 | 2024.12.12 04:06:08.386629 [ 264 ] {722f2251-423b-437d-9235-ba6001aedd5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3450 | 2024.12.12 04:06:08.386741 [ 264 ] {722f2251-423b-437d-9235-ba6001aedd5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3451 | 2024.12.12 04:06:08.387813 [ 264 ] {722f2251-423b-437d-9235-ba6001aedd5e} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3452 | 2024.12.12 04:06:08.387868 [ 264 ] {722f2251-423b-437d-9235-ba6001aedd5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3453 | 2024.12.12 04:06:08.388321 [ 264 ] {722f2251-423b-437d-9235-ba6001aedd5e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3454 | 2024.12.12 04:06:08.388597 [ 264 ] {722f2251-423b-437d-9235-ba6001aedd5e} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3455 | 2024.12.12 04:06:08.388867 [ 264 ] {722f2251-423b-437d-9235-ba6001aedd5e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002318 sec., 6039.689387402933 rows/sec., 434.78 KiB/sec. | ||
| 3456 | 2024.12.12 04:06:08.388959 [ 264 ] {722f2251-423b-437d-9235-ba6001aedd5e} <Debug> TCPHandler: Processed in 0.002761302 sec. | ||
| 3457 | 2024.12.12 04:06:08.389222 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3458 | 2024.12.12 04:06:08.389432 [ 263 ] {b9db0be2-aeb4-45fe-b887-dfedfa11effa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3459 | 2024.12.12 04:06:08.389508 [ 263 ] {b9db0be2-aeb4-45fe-b887-dfedfa11effa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3460 | 2024.12.12 04:06:08.390406 [ 263 ] {b9db0be2-aeb4-45fe-b887-dfedfa11effa} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3461 | 2024.12.12 04:06:08.390451 [ 263 ] {b9db0be2-aeb4-45fe-b887-dfedfa11effa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3462 | 2024.12.12 04:06:08.390934 [ 263 ] {b9db0be2-aeb4-45fe-b887-dfedfa11effa} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3463 | 2024.12.12 04:06:08.391204 [ 263 ] {b9db0be2-aeb4-45fe-b887-dfedfa11effa} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3464 | 2024.12.12 04:06:08.391480 [ 263 ] {b9db0be2-aeb4-45fe-b887-dfedfa11effa} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002096 sec., 134064.88549618318 rows/sec., 11.84 MiB/sec. | ||
| 3465 | 2024.12.12 04:06:08.391723 [ 263 ] {b9db0be2-aeb4-45fe-b887-dfedfa11effa} <Debug> TCPHandler: Processed in 0.002630538 sec. | ||
| 3466 | 2024.12.12 04:06:08.391898 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3467 | 2024.12.12 04:06:08.392046 [ 264 ] {585c0914-9904-4b84-bd6c-495f7778830b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3468 | 2024.12.12 04:06:08.392110 [ 264 ] {585c0914-9904-4b84-bd6c-495f7778830b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3469 | 2024.12.12 04:06:08.392780 [ 264 ] {585c0914-9904-4b84-bd6c-495f7778830b} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3470 | 2024.12.12 04:06:08.392823 [ 264 ] {585c0914-9904-4b84-bd6c-495f7778830b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3471 | 2024.12.12 04:06:08.393227 [ 264 ] {585c0914-9904-4b84-bd6c-495f7778830b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3472 | 2024.12.12 04:06:08.393472 [ 264 ] {585c0914-9904-4b84-bd6c-495f7778830b} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3473 | 2024.12.12 04:06:08.393738 [ 264 ] {585c0914-9904-4b84-bd6c-495f7778830b} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001722 sec., 26713.124274099882 rows/sec., 1.92 MiB/sec. | ||
| 3474 | 2024.12.12 04:06:08.393967 [ 264 ] {585c0914-9904-4b84-bd6c-495f7778830b} <Debug> TCPHandler: Processed in 0.002135186 sec. | ||
| 3475 | 2024.12.12 04:06:08.394214 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3476 | 2024.12.12 04:06:08.394438 [ 263 ] {d80e75b8-93b4-49ea-8a15-ee8ffdf277e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3477 | 2024.12.12 04:06:08.394504 [ 263 ] {d80e75b8-93b4-49ea-8a15-ee8ffdf277e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3478 | 2024.12.12 04:06:08.395106 [ 263 ] {d80e75b8-93b4-49ea-8a15-ee8ffdf277e0} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3479 | 2024.12.12 04:06:08.395147 [ 263 ] {d80e75b8-93b4-49ea-8a15-ee8ffdf277e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3480 | 2024.12.12 04:06:08.395545 [ 263 ] {d80e75b8-93b4-49ea-8a15-ee8ffdf277e0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3481 | 2024.12.12 04:06:08.395789 [ 263 ] {d80e75b8-93b4-49ea-8a15-ee8ffdf277e0} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3482 | 2024.12.12 04:06:08.396042 [ 263 ] {d80e75b8-93b4-49ea-8a15-ee8ffdf277e0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001649 sec., 8489.993935718618 rows/sec., 594.58 KiB/sec. | ||
| 3483 | 2024.12.12 04:06:08.396216 [ 263 ] {d80e75b8-93b4-49ea-8a15-ee8ffdf277e0} <Debug> TCPHandler: Processed in 0.002126186 sec. | ||
| 3484 | 2024.12.12 04:06:08.396375 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3485 | 2024.12.12 04:06:08.396509 [ 264 ] {fdf12572-6a2d-40d7-8d62-8f461c0c371f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3486 | 2024.12.12 04:06:08.396568 [ 264 ] {fdf12572-6a2d-40d7-8d62-8f461c0c371f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3487 | 2024.12.12 04:06:08.397267 [ 264 ] {fdf12572-6a2d-40d7-8d62-8f461c0c371f} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3488 | 2024.12.12 04:06:08.397316 [ 264 ] {fdf12572-6a2d-40d7-8d62-8f461c0c371f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3489 | 2024.12.12 04:06:08.397695 [ 264 ] {fdf12572-6a2d-40d7-8d62-8f461c0c371f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3490 | 2024.12.12 04:06:08.397935 [ 264 ] {fdf12572-6a2d-40d7-8d62-8f461c0c371f} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3491 | 2024.12.12 04:06:08.398218 [ 264 ] {fdf12572-6a2d-40d7-8d62-8f461c0c371f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001718 sec., 7566.938300349244 rows/sec., 471.80 KiB/sec. | ||
| 3492 | 2024.12.12 04:06:08.398302 [ 264 ] {fdf12572-6a2d-40d7-8d62-8f461c0c371f} <Debug> TCPHandler: Processed in 0.001985912 sec. | ||
| 3493 | 2024.12.12 04:06:08.398447 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3494 | 2024.12.12 04:06:08.398564 [ 263 ] {b5c38673-3c55-438b-97eb-f353f7f28d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3495 | 2024.12.12 04:06:08.398614 [ 263 ] {b5c38673-3c55-438b-97eb-f353f7f28d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3496 | 2024.12.12 04:06:08.399360 [ 263 ] {b5c38673-3c55-438b-97eb-f353f7f28d8e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3497 | 2024.12.12 04:06:08.399400 [ 263 ] {b5c38673-3c55-438b-97eb-f353f7f28d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3498 | 2024.12.12 04:06:08.399805 [ 263 ] {b5c38673-3c55-438b-97eb-f353f7f28d8e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3499 | 2024.12.12 04:06:08.400052 [ 263 ] {b5c38673-3c55-438b-97eb-f353f7f28d8e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3500 | 2024.12.12 04:06:08.400334 [ 263 ] {b5c38673-3c55-438b-97eb-f353f7f28d8e} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001772 sec., 237584.65011286683 rows/sec., 16.98 MiB/sec. | ||
| 3501 | 2024.12.12 04:06:08.400529 [ 263 ] {b5c38673-3c55-438b-97eb-f353f7f28d8e} <Debug> TCPHandler: Processed in 0.002138596 sec. | ||
| 3502 | 2024.12.12 04:06:08.400682 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3503 | 2024.12.12 04:06:08.400821 [ 264 ] {3a9ce0e7-32ca-4192-a4cd-069ccef7859c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3504 | 2024.12.12 04:06:08.400883 [ 264 ] {3a9ce0e7-32ca-4192-a4cd-069ccef7859c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3505 | 2024.12.12 04:06:08.401471 [ 264 ] {3a9ce0e7-32ca-4192-a4cd-069ccef7859c} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3506 | 2024.12.12 04:06:08.401510 [ 264 ] {3a9ce0e7-32ca-4192-a4cd-069ccef7859c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3507 | 2024.12.12 04:06:08.401874 [ 264 ] {3a9ce0e7-32ca-4192-a4cd-069ccef7859c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3508 | 2024.12.12 04:06:08.402112 [ 264 ] {3a9ce0e7-32ca-4192-a4cd-069ccef7859c} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3509 | 2024.12.12 04:06:08.402399 [ 264 ] {3a9ce0e7-32ca-4192-a4cd-069ccef7859c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001589 sec., 3775.9597230962872 rows/sec., 197.28 KiB/sec. | ||
| 3510 | 2024.12.12 04:06:08.402464 [ 264 ] {3a9ce0e7-32ca-4192-a4cd-069ccef7859c} <Debug> TCPHandler: Processed in 0.001849378 sec. | ||
| 3511 | 2024.12.12 04:06:08.402606 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3512 | 2024.12.12 04:06:08.402751 [ 263 ] {e1c9c31d-3733-4e61-b18c-9fa81ce7a3a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3513 | 2024.12.12 04:06:08.402815 [ 263 ] {e1c9c31d-3733-4e61-b18c-9fa81ce7a3a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3514 | 2024.12.12 04:06:08.403505 [ 263 ] {e1c9c31d-3733-4e61-b18c-9fa81ce7a3a1} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3515 | 2024.12.12 04:06:08.403546 [ 263 ] {e1c9c31d-3733-4e61-b18c-9fa81ce7a3a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3516 | 2024.12.12 04:06:08.403959 [ 263 ] {e1c9c31d-3733-4e61-b18c-9fa81ce7a3a1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3517 | 2024.12.12 04:06:08.404210 [ 263 ] {e1c9c31d-3733-4e61-b18c-9fa81ce7a3a1} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3518 | 2024.12.12 04:06:08.404568 [ 263 ] {e1c9c31d-3733-4e61-b18c-9fa81ce7a3a1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001817 sec., 130434.78260869565 rows/sec., 8.74 MiB/sec. | ||
| 3519 | 2024.12.12 04:06:08.404960 [ 263 ] {e1c9c31d-3733-4e61-b18c-9fa81ce7a3a1} <Debug> TCPHandler: Processed in 0.002409423 sec. | ||
| 3520 | 2024.12.12 04:06:08.405234 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3521 | 2024.12.12 04:06:08.405393 [ 264 ] {4a7eb827-28d1-478f-bb24-08a225718ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3522 | 2024.12.12 04:06:08.405455 [ 264 ] {4a7eb827-28d1-478f-bb24-08a225718ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3523 | 2024.12.12 04:06:08.405934 [ 264 ] {4a7eb827-28d1-478f-bb24-08a225718ff2} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3524 | 2024.12.12 04:06:08.405973 [ 264 ] {4a7eb827-28d1-478f-bb24-08a225718ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3525 | 2024.12.12 04:06:08.406354 [ 264 ] {4a7eb827-28d1-478f-bb24-08a225718ff2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3526 | 2024.12.12 04:06:08.406590 [ 264 ] {4a7eb827-28d1-478f-bb24-08a225718ff2} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3527 | 2024.12.12 04:06:08.406875 [ 264 ] {4a7eb827-28d1-478f-bb24-08a225718ff2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001486 sec., 672.9475100942127 rows/sec., 45.35 KiB/sec. | ||
| 3528 | 2024.12.12 04:06:08.406990 [ 264 ] {4a7eb827-28d1-478f-bb24-08a225718ff2} <Debug> TCPHandler: Processed in 0.001900749 sec. | ||
| 3529 | 2024.12.12 04:06:08.407127 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3530 | 2024.12.12 04:06:08.407243 [ 263 ] {ee09ce72-c2b8-44c6-bffb-3d98710cec06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3531 | 2024.12.12 04:06:08.407323 [ 263 ] {ee09ce72-c2b8-44c6-bffb-3d98710cec06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3532 | 2024.12.12 04:06:08.408532 [ 263 ] {ee09ce72-c2b8-44c6-bffb-3d98710cec06} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3533 | 2024.12.12 04:06:08.408572 [ 263 ] {ee09ce72-c2b8-44c6-bffb-3d98710cec06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3534 | 2024.12.12 04:06:08.409267 [ 263 ] {ee09ce72-c2b8-44c6-bffb-3d98710cec06} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3535 | 2024.12.12 04:06:08.409550 [ 263 ] {ee09ce72-c2b8-44c6-bffb-3d98710cec06} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3536 | 2024.12.12 04:06:08.409733 [ 141 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3537 | 2024.12.12 04:06:08.409821 [ 141 ] {} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3538 | 2024.12.12 04:06:08.409825 [ 263 ] {ee09ce72-c2b8-44c6-bffb-3d98710cec06} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.0026 sec., 15000 rows/sec., 26.88 MiB/sec. | ||
| 3539 | 2024.12.12 04:06:08.409859 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3540 | 2024.12.12 04:06:08.410383 [ 263 ] {ee09ce72-c2b8-44c6-bffb-3d98710cec06} <Debug> TCPHandler: Processed in 0.003307666 sec. | ||
| 3541 | 2024.12.12 04:06:08.410479 [ 199 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::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 | ||
| 3542 | 2024.12.12 04:06:08.410589 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3543 | 2024.12.12 04:06:08.410876 [ 264 ] {34e46c3d-d47e-4fb4-b608-cc66f46a1baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3544 | 2024.12.12 04:06:08.411020 [ 264 ] {34e46c3d-d47e-4fb4-b608-cc66f46a1baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3545 | 2024.12.12 04:06:08.411319 [ 199 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3546 | 2024.12.12 04:06:08.411586 [ 199 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 165 rows starting from the beginning of the part | ||
| 3547 | 2024.12.12 04:06:08.412357 [ 199 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part | ||
| 3548 | 2024.12.12 04:06:08.413104 [ 199 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part | ||
| 3549 | 2024.12.12 04:06:08.413266 [ 264 ] {34e46c3d-d47e-4fb4-b608-cc66f46a1baf} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3550 | 2024.12.12 04:06:08.413368 [ 264 ] {34e46c3d-d47e-4fb4-b608-cc66f46a1baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3551 | 2024.12.12 04:06:08.413792 [ 199 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part | ||
| 3552 | 2024.12.12 04:06:08.414456 [ 199 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part | ||
| 3553 | 2024.12.12 04:06:08.414991 [ 264 ] {34e46c3d-d47e-4fb4-b608-cc66f46a1baf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3554 | 2024.12.12 04:06:08.415062 [ 199 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part | ||
| 3555 | 2024.12.12 04:06:08.415829 [ 264 ] {34e46c3d-d47e-4fb4-b608-cc66f46a1baf} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3556 | 2024.12.12 04:06:08.416462 [ 264 ] {34e46c3d-d47e-4fb4-b608-cc66f46a1baf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005663 sec., 14479.957619636236 rows/sec., 941.73 KiB/sec. | ||
| 3557 | 2024.12.12 04:06:08.416760 [ 264 ] {34e46c3d-d47e-4fb4-b608-cc66f46a1baf} <Debug> TCPHandler: Processed in 0.006268054 sec. | ||
| 3558 | 2024.12.12 04:06:08.419411 [ 199 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 19 columns (19 merged, 0 gathered) in 0.009374135 sec., 38403.54336693465 rows/sec., 68.82 MiB/sec. | ||
| 3559 | 2024.12.12 04:06:08.420223 [ 186 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3560 | 2024.12.12 04:06:08.420676 [ 186 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3561 | 2024.12.12 04:06:08.420769 [ 186 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3562 | 2024.12.12 04:06:08.420924 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 3563 | 2024.12.12 04:06:13.409979 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3564 | 2024.12.12 04:06:13.410182 [ 264 ] {bc694ac6-8985-4512-bf37-2c46202000b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3565 | 2024.12.12 04:06:13.410255 [ 264 ] {bc694ac6-8985-4512-bf37-2c46202000b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3566 | 2024.12.12 04:06:13.411592 [ 264 ] {bc694ac6-8985-4512-bf37-2c46202000b1} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3567 | 2024.12.12 04:06:13.411642 [ 264 ] {bc694ac6-8985-4512-bf37-2c46202000b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3568 | 2024.12.12 04:06:13.412157 [ 264 ] {bc694ac6-8985-4512-bf37-2c46202000b1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3569 | 2024.12.12 04:06:13.412416 [ 264 ] {bc694ac6-8985-4512-bf37-2c46202000b1} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3570 | 2024.12.12 04:06:13.412631 [ 264 ] {bc694ac6-8985-4512-bf37-2c46202000b1} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002502 sec., 478017.585931255 rows/sec., 39.41 MiB/sec. | ||
| 3571 | 2024.12.12 04:06:13.412693 [ 264 ] {bc694ac6-8985-4512-bf37-2c46202000b1} <Debug> TCPHandler: Processed in 0.002847274 sec. | ||
| 3572 | 2024.12.12 04:06:13.412959 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3573 | 2024.12.12 04:06:13.413155 [ 263 ] {9c52026b-1a61-467e-af2e-1741b7e76f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3574 | 2024.12.12 04:06:13.413230 [ 263 ] {9c52026b-1a61-467e-af2e-1741b7e76f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3575 | 2024.12.12 04:06:13.414059 [ 263 ] {9c52026b-1a61-467e-af2e-1741b7e76f57} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3576 | 2024.12.12 04:06:13.414111 [ 263 ] {9c52026b-1a61-467e-af2e-1741b7e76f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3577 | 2024.12.12 04:06:13.414563 [ 263 ] {9c52026b-1a61-467e-af2e-1741b7e76f57} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3578 | 2024.12.12 04:06:13.414825 [ 263 ] {9c52026b-1a61-467e-af2e-1741b7e76f57} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3579 | 2024.12.12 04:06:13.415065 [ 263 ] {9c52026b-1a61-467e-af2e-1741b7e76f57} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001964 sec., 116089.61303462321 rows/sec., 7.86 MiB/sec. | ||
| 3580 | 2024.12.12 04:06:13.415124 [ 263 ] {9c52026b-1a61-467e-af2e-1741b7e76f57} <Debug> TCPHandler: Processed in 0.002297551 sec. | ||
| 3581 | 2024.12.12 04:06:13.415279 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3582 | 2024.12.12 04:06:13.415397 [ 264 ] {561e1405-db01-488a-a163-62b2b15d7054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3583 | 2024.12.12 04:06:13.415447 [ 264 ] {561e1405-db01-488a-a163-62b2b15d7054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3584 | 2024.12.12 04:06:13.416234 [ 264 ] {561e1405-db01-488a-a163-62b2b15d7054} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3585 | 2024.12.12 04:06:13.416274 [ 264 ] {561e1405-db01-488a-a163-62b2b15d7054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3586 | 2024.12.12 04:06:13.416665 [ 264 ] {561e1405-db01-488a-a163-62b2b15d7054} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3587 | 2024.12.12 04:06:13.416909 [ 264 ] {561e1405-db01-488a-a163-62b2b15d7054} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3588 | 2024.12.12 04:06:13.417120 [ 264 ] {561e1405-db01-488a-a163-62b2b15d7054} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001748 sec., 297482.83752860414 rows/sec., 22.01 MiB/sec. | ||
| 3589 | 2024.12.12 04:06:13.417174 [ 264 ] {561e1405-db01-488a-a163-62b2b15d7054} <Debug> TCPHandler: Processed in 0.001955721 sec. | ||
| 3590 | 2024.12.12 04:06:13.417330 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3591 | 2024.12.12 04:06:13.417480 [ 263 ] {0d61ccdd-9999-4d21-a00a-c53c7bf624c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3592 | 2024.12.12 04:06:13.417546 [ 263 ] {0d61ccdd-9999-4d21-a00a-c53c7bf624c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3593 | 2024.12.12 04:06:13.418373 [ 263 ] {0d61ccdd-9999-4d21-a00a-c53c7bf624c9} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3594 | 2024.12.12 04:06:13.418415 [ 263 ] {0d61ccdd-9999-4d21-a00a-c53c7bf624c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3595 | 2024.12.12 04:06:13.418911 [ 263 ] {0d61ccdd-9999-4d21-a00a-c53c7bf624c9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3596 | 2024.12.12 04:06:13.419185 [ 263 ] {0d61ccdd-9999-4d21-a00a-c53c7bf624c9} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3597 | 2024.12.12 04:06:13.419398 [ 263 ] {0d61ccdd-9999-4d21-a00a-c53c7bf624c9} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001952 sec., 450819.6721311475 rows/sec., 30.33 MiB/sec. | ||
| 3598 | 2024.12.12 04:06:13.419453 [ 263 ] {0d61ccdd-9999-4d21-a00a-c53c7bf624c9} <Debug> TCPHandler: Processed in 0.002189858 sec. | ||
| 3599 | 2024.12.12 04:06:13.419622 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3600 | 2024.12.12 04:06:13.419741 [ 264 ] {755c298e-08e4-4b29-af28-f7b3499b6dbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3601 | 2024.12.12 04:06:13.419794 [ 264 ] {755c298e-08e4-4b29-af28-f7b3499b6dbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3602 | 2024.12.12 04:06:13.420306 [ 264 ] {755c298e-08e4-4b29-af28-f7b3499b6dbd} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3603 | 2024.12.12 04:06:13.420346 [ 264 ] {755c298e-08e4-4b29-af28-f7b3499b6dbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3604 | 2024.12.12 04:06:13.420735 [ 264 ] {755c298e-08e4-4b29-af28-f7b3499b6dbd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3605 | 2024.12.12 04:06:13.420973 [ 264 ] {755c298e-08e4-4b29-af28-f7b3499b6dbd} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3606 | 2024.12.12 04:06:13.421203 [ 264 ] {755c298e-08e4-4b29-af28-f7b3499b6dbd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001479 sec., 40567.951318458414 rows/sec., 2.73 MiB/sec. | ||
| 3607 | 2024.12.12 04:06:13.421276 [ 264 ] {755c298e-08e4-4b29-af28-f7b3499b6dbd} <Debug> TCPHandler: Processed in 0.001714455 sec. | ||
| 3608 | 2024.12.12 04:06:14.272878 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3609 | 2024.12.12 04:06:14.273550 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3610 | 2024.12.12 04:06:14.273597 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3611 | 2024.12.12 04:06:14.274195 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3612 | 2024.12.12 04:06:14.274449 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3613 | 2024.12.12 04:06:14.274760 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3614 | 2024.12.12 04:06:14.783468 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3615 | 2024.12.12 04:06:14.802836 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3616 | 2024.12.12 04:06:14.802901 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3617 | 2024.12.12 04:06:14.810368 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3618 | 2024.12.12 04:06:14.811129 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3619 | 2024.12.12 04:06:14.814187 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3620 | 2024.12.12 04:06:16.789066 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 518 | ||
| 3621 | 2024.12.12 04:06:16.792176 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3622 | 2024.12.12 04:06:16.792227 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3623 | 2024.12.12 04:06:16.793685 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3624 | 2024.12.12 04:06:16.794004 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3625 | 2024.12.12 04:06:16.794852 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 518 | ||
| 3626 | 2024.12.12 04:06:18.384944 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3627 | 2024.12.12 04:06:18.385127 [ 264 ] {fbd53c44-e10f-4919-971b-7872edf19d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3628 | 2024.12.12 04:06:18.385198 [ 264 ] {fbd53c44-e10f-4919-971b-7872edf19d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3629 | 2024.12.12 04:06:18.385951 [ 264 ] {fbd53c44-e10f-4919-971b-7872edf19d37} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3630 | 2024.12.12 04:06:18.385991 [ 264 ] {fbd53c44-e10f-4919-971b-7872edf19d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3631 | 2024.12.12 04:06:18.386448 [ 264 ] {fbd53c44-e10f-4919-971b-7872edf19d37} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3632 | 2024.12.12 04:06:18.386730 [ 264 ] {fbd53c44-e10f-4919-971b-7872edf19d37} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3633 | 2024.12.12 04:06:18.386970 [ 126 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3634 | 2024.12.12 04:06:18.387022 [ 126 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3635 | 2024.12.12 04:06:18.387045 [ 264 ] {fbd53c44-e10f-4919-971b-7872edf19d37} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001966 sec., 7121.057985757884 rows/sec., 512.62 KiB/sec. | ||
| 3636 | 2024.12.12 04:06:18.387052 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3637 | 2024.12.12 04:06:18.387160 [ 264 ] {fbd53c44-e10f-4919-971b-7872edf19d37} <Debug> TCPHandler: Processed in 0.002347341 sec. | ||
| 3638 | 2024.12.12 04:06:18.387577 [ 197 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 3639 | 2024.12.12 04:06:18.387598 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3640 | 2024.12.12 04:06:18.387854 [ 197 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3641 | 2024.12.12 04:06:18.387929 [ 197 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 3642 | 2024.12.12 04:06:18.387936 [ 263 ] {4d6e79c4-458e-46c7-ab93-55d7ea8d54ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3643 | 2024.12.12 04:06:18.388178 [ 263 ] {4d6e79c4-458e-46c7-ab93-55d7ea8d54ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3644 | 2024.12.12 04:06:18.388234 [ 197 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 3645 | 2024.12.12 04:06:18.388707 [ 197 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 3646 | 2024.12.12 04:06:18.388949 [ 197 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 3647 | 2024.12.12 04:06:18.389331 [ 197 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 3648 | 2024.12.12 04:06:18.391346 [ 263 ] {4d6e79c4-458e-46c7-ab93-55d7ea8d54ed} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3649 | 2024.12.12 04:06:18.391431 [ 263 ] {4d6e79c4-458e-46c7-ab93-55d7ea8d54ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3650 | 2024.12.12 04:06:18.391871 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004685493 sec., 14939.729928099348 rows/sec., 1.11 MiB/sec. | ||
| 3651 | 2024.12.12 04:06:18.392199 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3652 | 2024.12.12 04:06:18.392352 [ 263 ] {4d6e79c4-458e-46c7-ab93-55d7ea8d54ed} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3653 | 2024.12.12 04:06:18.392625 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_9_2} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3654 | 2024.12.12 04:06:18.392661 [ 263 ] {4d6e79c4-458e-46c7-ab93-55d7ea8d54ed} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3655 | 2024.12.12 04:06:18.392760 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_9_2} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3656 | 2024.12.12 04:06:18.393037 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3657 | 2024.12.12 04:06:18.393190 [ 263 ] {4d6e79c4-458e-46c7-ab93-55d7ea8d54ed} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005329 sec., 52730.34340401576 rows/sec., 4.66 MiB/sec. | ||
| 3658 | 2024.12.12 04:06:18.393419 [ 263 ] {4d6e79c4-458e-46c7-ab93-55d7ea8d54ed} <Debug> TCPHandler: Processed in 0.006081279 sec. | ||
| 3659 | 2024.12.12 04:06:18.393584 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3660 | 2024.12.12 04:06:18.393707 [ 264 ] {c2ec00a5-f08b-4112-ae24-f9e9fdea0105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3661 | 2024.12.12 04:06:18.393758 [ 264 ] {c2ec00a5-f08b-4112-ae24-f9e9fdea0105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3662 | 2024.12.12 04:06:18.394349 [ 264 ] {c2ec00a5-f08b-4112-ae24-f9e9fdea0105} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3663 | 2024.12.12 04:06:18.394388 [ 264 ] {c2ec00a5-f08b-4112-ae24-f9e9fdea0105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3664 | 2024.12.12 04:06:18.394764 [ 264 ] {c2ec00a5-f08b-4112-ae24-f9e9fdea0105} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3665 | 2024.12.12 04:06:18.395007 [ 264 ] {c2ec00a5-f08b-4112-ae24-f9e9fdea0105} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3666 | 2024.12.12 04:06:18.395183 [ 264 ] {c2ec00a5-f08b-4112-ae24-f9e9fdea0105} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001502 sec., 30625.83222370173 rows/sec., 2.20 MiB/sec. | ||
| 3667 | 2024.12.12 04:06:18.395234 [ 264 ] {c2ec00a5-f08b-4112-ae24-f9e9fdea0105} <Debug> TCPHandler: Processed in 0.001709535 sec. | ||
| 3668 | 2024.12.12 04:06:18.395382 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3669 | 2024.12.12 04:06:18.395501 [ 263 ] {4229547d-04a2-4c67-ae2c-6eabb8042398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3670 | 2024.12.12 04:06:18.395550 [ 263 ] {4229547d-04a2-4c67-ae2c-6eabb8042398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3671 | 2024.12.12 04:06:18.396143 [ 263 ] {4229547d-04a2-4c67-ae2c-6eabb8042398} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3672 | 2024.12.12 04:06:18.396183 [ 263 ] {4229547d-04a2-4c67-ae2c-6eabb8042398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3673 | 2024.12.12 04:06:18.396543 [ 263 ] {4229547d-04a2-4c67-ae2c-6eabb8042398} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3674 | 2024.12.12 04:06:18.396789 [ 263 ] {4229547d-04a2-4c67-ae2c-6eabb8042398} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3675 | 2024.12.12 04:06:18.397108 [ 263 ] {4229547d-04a2-4c67-ae2c-6eabb8042398} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001605 sec., 8722.741433021807 rows/sec., 610.88 KiB/sec. | ||
| 3676 | 2024.12.12 04:06:18.397273 [ 263 ] {4229547d-04a2-4c67-ae2c-6eabb8042398} <Debug> TCPHandler: Processed in 0.001949162 sec. | ||
| 3677 | 2024.12.12 04:06:18.397437 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3678 | 2024.12.12 04:06:18.397587 [ 264 ] {d53625a0-9eda-4f36-a47f-14dfc6b1bdbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3679 | 2024.12.12 04:06:18.397645 [ 264 ] {d53625a0-9eda-4f36-a47f-14dfc6b1bdbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3680 | 2024.12.12 04:06:18.398254 [ 264 ] {d53625a0-9eda-4f36-a47f-14dfc6b1bdbb} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3681 | 2024.12.12 04:06:18.398293 [ 264 ] {d53625a0-9eda-4f36-a47f-14dfc6b1bdbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3682 | 2024.12.12 04:06:18.398669 [ 264 ] {d53625a0-9eda-4f36-a47f-14dfc6b1bdbb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3683 | 2024.12.12 04:06:18.398920 [ 264 ] {d53625a0-9eda-4f36-a47f-14dfc6b1bdbb} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3684 | 2024.12.12 04:06:18.399037 [ 126 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3685 | 2024.12.12 04:06:18.399077 [ 126 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3686 | 2024.12.12 04:06:18.399101 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3687 | 2024.12.12 04:06:18.399109 [ 264 ] {d53625a0-9eda-4f36-a47f-14dfc6b1bdbb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001554 sec., 8365.508365508365 rows/sec., 521.59 KiB/sec. | ||
| 3688 | 2024.12.12 04:06:18.399303 [ 264 ] {d53625a0-9eda-4f36-a47f-14dfc6b1bdbb} <Debug> TCPHandler: Processed in 0.00193307 sec. | ||
| 3689 | 2024.12.12 04:06:18.399341 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 3690 | 2024.12.12 04:06:18.399483 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3691 | 2024.12.12 04:06:18.399508 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3692 | 2024.12.12 04:06:18.399539 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 3693 | 2024.12.12 04:06:18.399639 [ 263 ] {5f9c3298-88b6-4f9d-8c43-d8c9442c999b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3694 | 2024.12.12 04:06:18.399684 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 3695 | 2024.12.12 04:06:18.399743 [ 263 ] {5f9c3298-88b6-4f9d-8c43-d8c9442c999b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3696 | 2024.12.12 04:06:18.399885 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 3697 | 2024.12.12 04:06:18.400090 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 3698 | 2024.12.12 04:06:18.400315 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 3699 | 2024.12.12 04:06:18.401595 [ 263 ] {5f9c3298-88b6-4f9d-8c43-d8c9442c999b} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3700 | 2024.12.12 04:06:18.401642 [ 263 ] {5f9c3298-88b6-4f9d-8c43-d8c9442c999b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3701 | 2024.12.12 04:06:18.401909 [ 194 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002725732 sec., 23846.805188477814 rows/sec., 1.54 MiB/sec. | ||
| 3702 | 2024.12.12 04:06:18.402149 [ 194 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3703 | 2024.12.12 04:06:18.402375 [ 263 ] {5f9c3298-88b6-4f9d-8c43-d8c9442c999b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3704 | 2024.12.12 04:06:18.402716 [ 194 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_9_2} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3705 | 2024.12.12 04:06:18.402916 [ 194 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_9_2} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3706 | 2024.12.12 04:06:18.402923 [ 263 ] {5f9c3298-88b6-4f9d-8c43-d8c9442c999b} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3707 | 2024.12.12 04:06:18.403076 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3708 | 2024.12.12 04:06:18.403279 [ 263 ] {5f9c3298-88b6-4f9d-8c43-d8c9442c999b} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.003694 sec., 113968.59772604224 rows/sec., 8.14 MiB/sec. | ||
| 3709 | 2024.12.12 04:06:18.403345 [ 263 ] {5f9c3298-88b6-4f9d-8c43-d8c9442c999b} <Debug> TCPHandler: Processed in 0.003938955 sec. | ||
| 3710 | 2024.12.12 04:06:18.403501 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3711 | 2024.12.12 04:06:18.403618 [ 264 ] {241f6ea1-ac38-48da-8b49-3dbd956dc964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3712 | 2024.12.12 04:06:18.403669 [ 264 ] {241f6ea1-ac38-48da-8b49-3dbd956dc964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3713 | 2024.12.12 04:06:18.404163 [ 264 ] {241f6ea1-ac38-48da-8b49-3dbd956dc964} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3714 | 2024.12.12 04:06:18.404201 [ 264 ] {241f6ea1-ac38-48da-8b49-3dbd956dc964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3715 | 2024.12.12 04:06:18.404565 [ 264 ] {241f6ea1-ac38-48da-8b49-3dbd956dc964} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3716 | 2024.12.12 04:06:18.404834 [ 264 ] {241f6ea1-ac38-48da-8b49-3dbd956dc964} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3717 | 2024.12.12 04:06:18.405044 [ 264 ] {241f6ea1-ac38-48da-8b49-3dbd956dc964} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec. | ||
| 3718 | 2024.12.12 04:06:18.405102 [ 264 ] {241f6ea1-ac38-48da-8b49-3dbd956dc964} <Debug> TCPHandler: Processed in 0.001662384 sec. | ||
| 3719 | 2024.12.12 04:06:18.405317 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3720 | 2024.12.12 04:06:18.405538 [ 263 ] {b1443771-3dea-4387-93db-f504fcb6bbfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3721 | 2024.12.12 04:06:18.405636 [ 263 ] {b1443771-3dea-4387-93db-f504fcb6bbfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3722 | 2024.12.12 04:06:18.406329 [ 263 ] {b1443771-3dea-4387-93db-f504fcb6bbfc} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3723 | 2024.12.12 04:06:18.406369 [ 263 ] {b1443771-3dea-4387-93db-f504fcb6bbfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3724 | 2024.12.12 04:06:18.406781 [ 263 ] {b1443771-3dea-4387-93db-f504fcb6bbfc} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3725 | 2024.12.12 04:06:18.407037 [ 263 ] {b1443771-3dea-4387-93db-f504fcb6bbfc} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3726 | 2024.12.12 04:06:18.407290 [ 263 ] {b1443771-3dea-4387-93db-f504fcb6bbfc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001807 sec., 131156.61317100166 rows/sec., 8.79 MiB/sec. | ||
| 3727 | 2024.12.12 04:06:18.407442 [ 263 ] {b1443771-3dea-4387-93db-f504fcb6bbfc} <Debug> TCPHandler: Processed in 0.002230828 sec. | ||
| 3728 | 2024.12.12 04:06:18.407668 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3729 | 2024.12.12 04:06:18.407805 [ 264 ] {2b17d81d-6e1b-4bac-8d32-e4956ba7ae53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3730 | 2024.12.12 04:06:18.407866 [ 264 ] {2b17d81d-6e1b-4bac-8d32-e4956ba7ae53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3731 | 2024.12.12 04:06:18.408421 [ 264 ] {2b17d81d-6e1b-4bac-8d32-e4956ba7ae53} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3732 | 2024.12.12 04:06:18.408467 [ 264 ] {2b17d81d-6e1b-4bac-8d32-e4956ba7ae53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3733 | 2024.12.12 04:06:18.408884 [ 264 ] {2b17d81d-6e1b-4bac-8d32-e4956ba7ae53} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3734 | 2024.12.12 04:06:18.409125 [ 264 ] {2b17d81d-6e1b-4bac-8d32-e4956ba7ae53} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3735 | 2024.12.12 04:06:18.409324 [ 264 ] {2b17d81d-6e1b-4bac-8d32-e4956ba7ae53} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001547 sec., 646.4124111182934 rows/sec., 43.56 KiB/sec. | ||
| 3736 | 2024.12.12 04:06:18.409377 [ 264 ] {2b17d81d-6e1b-4bac-8d32-e4956ba7ae53} <Debug> TCPHandler: Processed in 0.001827068 sec. | ||
| 3737 | 2024.12.12 04:06:18.409520 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3738 | 2024.12.12 04:06:18.409636 [ 263 ] {c7b3e581-6afa-4802-b2d7-1a53d7d075df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3739 | 2024.12.12 04:06:18.409718 [ 263 ] {c7b3e581-6afa-4802-b2d7-1a53d7d075df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3740 | 2024.12.12 04:06:18.410917 [ 263 ] {c7b3e581-6afa-4802-b2d7-1a53d7d075df} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3741 | 2024.12.12 04:06:18.410957 [ 263 ] {c7b3e581-6afa-4802-b2d7-1a53d7d075df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3742 | 2024.12.12 04:06:18.411628 [ 263 ] {c7b3e581-6afa-4802-b2d7-1a53d7d075df} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3743 | 2024.12.12 04:06:18.411890 [ 263 ] {c7b3e581-6afa-4802-b2d7-1a53d7d075df} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3744 | 2024.12.12 04:06:18.412207 [ 263 ] {c7b3e581-6afa-4802-b2d7-1a53d7d075df} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002583 sec., 15098.722415795588 rows/sec., 27.06 MiB/sec. | ||
| 3745 | 2024.12.12 04:06:18.412586 [ 263 ] {c7b3e581-6afa-4802-b2d7-1a53d7d075df} <Debug> TCPHandler: Processed in 0.003122991 sec. | ||
| 3746 | 2024.12.12 04:06:18.412738 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3747 | 2024.12.12 04:06:18.412876 [ 264 ] {ae6bbe17-0357-4902-b9d3-5520b91c6a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3748 | 2024.12.12 04:06:18.412934 [ 264 ] {ae6bbe17-0357-4902-b9d3-5520b91c6a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3749 | 2024.12.12 04:06:18.413511 [ 264 ] {ae6bbe17-0357-4902-b9d3-5520b91c6a6e} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3750 | 2024.12.12 04:06:18.413557 [ 264 ] {ae6bbe17-0357-4902-b9d3-5520b91c6a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3751 | 2024.12.12 04:06:18.413976 [ 264 ] {ae6bbe17-0357-4902-b9d3-5520b91c6a6e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3752 | 2024.12.12 04:06:18.414214 [ 264 ] {ae6bbe17-0357-4902-b9d3-5520b91c6a6e} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3753 | 2024.12.12 04:06:18.414398 [ 264 ] {ae6bbe17-0357-4902-b9d3-5520b91c6a6e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001552 sec., 52835.051546391755 rows/sec., 3.36 MiB/sec. | ||
| 3754 | 2024.12.12 04:06:18.414447 [ 264 ] {ae6bbe17-0357-4902-b9d3-5520b91c6a6e} <Debug> TCPHandler: Processed in 0.001776826 sec. | ||
| 3755 | 2024.12.12 04:06:21.663210 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3756 | 2024.12.12 04:06:21.663296 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3757 | 2024.12.12 04:06:21.774904 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 3758 | 2024.12.12 04:06:21.775546 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3759 | 2024.12.12 04:06:21.775596 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3760 | 2024.12.12 04:06:21.776125 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3761 | 2024.12.12 04:06:21.776375 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3762 | 2024.12.12 04:06:21.776623 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3763 | 2024.12.12 04:06:22.314255 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3764 | 2024.12.12 04:06:22.333857 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3765 | 2024.12.12 04:06:22.333912 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3766 | 2024.12.12 04:06:22.341347 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3767 | 2024.12.12 04:06:22.342150 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3768 | 2024.12.12 04:06:22.345327 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3769 | 2024.12.12 04:06:23.379523 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3770 | 2024.12.12 04:06:23.379717 [ 264 ] {79f1657d-2937-479a-a1d5-0115d70f6617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3771 | 2024.12.12 04:06:23.379789 [ 264 ] {79f1657d-2937-479a-a1d5-0115d70f6617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3772 | 2024.12.12 04:06:23.380571 [ 264 ] {79f1657d-2937-479a-a1d5-0115d70f6617} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3773 | 2024.12.12 04:06:23.380619 [ 264 ] {79f1657d-2937-479a-a1d5-0115d70f6617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3774 | 2024.12.12 04:06:23.381045 [ 264 ] {79f1657d-2937-479a-a1d5-0115d70f6617} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3775 | 2024.12.12 04:06:23.381327 [ 264 ] {79f1657d-2937-479a-a1d5-0115d70f6617} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3776 | 2024.12.12 04:06:23.381584 [ 264 ] {79f1657d-2937-479a-a1d5-0115d70f6617} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001923 sec., 29121.164846593863 rows/sec., 2.24 MiB/sec. | ||
| 3777 | 2024.12.12 04:06:23.381645 [ 264 ] {79f1657d-2937-479a-a1d5-0115d70f6617} <Debug> TCPHandler: Processed in 0.002257859 sec. | ||
| 3778 | 2024.12.12 04:06:23.381924 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3779 | 2024.12.12 04:06:23.382128 [ 263 ] {882fade5-e1c8-4850-8b2d-8338392826b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3780 | 2024.12.12 04:06:23.382203 [ 263 ] {882fade5-e1c8-4850-8b2d-8338392826b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3781 | 2024.12.12 04:06:23.382994 [ 263 ] {882fade5-e1c8-4850-8b2d-8338392826b3} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3782 | 2024.12.12 04:06:23.383040 [ 263 ] {882fade5-e1c8-4850-8b2d-8338392826b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3783 | 2024.12.12 04:06:23.383489 [ 263 ] {882fade5-e1c8-4850-8b2d-8338392826b3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3784 | 2024.12.12 04:06:23.383776 [ 263 ] {882fade5-e1c8-4850-8b2d-8338392826b3} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3785 | 2024.12.12 04:06:23.384015 [ 263 ] {882fade5-e1c8-4850-8b2d-8338392826b3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001944 sec., 32921.81069958848 rows/sec., 2.57 MiB/sec. | ||
| 3786 | 2024.12.12 04:06:23.384082 [ 263 ] {882fade5-e1c8-4850-8b2d-8338392826b3} <Debug> TCPHandler: Processed in 0.00230219 sec. | ||
| 3787 | 2024.12.12 04:06:23.384252 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3788 | 2024.12.12 04:06:23.384389 [ 264 ] {412462bb-3d6d-4819-95e4-e1fd3ef74d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3789 | 2024.12.12 04:06:23.384447 [ 264 ] {412462bb-3d6d-4819-95e4-e1fd3ef74d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3790 | 2024.12.12 04:06:23.385034 [ 264 ] {412462bb-3d6d-4819-95e4-e1fd3ef74d31} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3791 | 2024.12.12 04:06:23.385075 [ 264 ] {412462bb-3d6d-4819-95e4-e1fd3ef74d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3792 | 2024.12.12 04:06:23.385479 [ 264 ] {412462bb-3d6d-4819-95e4-e1fd3ef74d31} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3793 | 2024.12.12 04:06:23.385729 [ 264 ] {412462bb-3d6d-4819-95e4-e1fd3ef74d31} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3794 | 2024.12.12 04:06:23.385969 [ 264 ] {412462bb-3d6d-4819-95e4-e1fd3ef74d31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001615 sec., 99071.20743034057 rows/sec., 6.90 MiB/sec. | ||
| 3795 | 2024.12.12 04:06:23.386032 [ 264 ] {412462bb-3d6d-4819-95e4-e1fd3ef74d31} <Debug> TCPHandler: Processed in 0.001846099 sec. | ||
| 3796 | 2024.12.12 04:06:23.386205 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3797 | 2024.12.12 04:06:23.386353 [ 263 ] {56390178-97b3-4757-b853-1eb5233b55b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3798 | 2024.12.12 04:06:23.386420 [ 263 ] {56390178-97b3-4757-b853-1eb5233b55b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3799 | 2024.12.12 04:06:23.387018 [ 263 ] {56390178-97b3-4757-b853-1eb5233b55b7} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3800 | 2024.12.12 04:06:23.387059 [ 263 ] {56390178-97b3-4757-b853-1eb5233b55b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3801 | 2024.12.12 04:06:23.387455 [ 263 ] {56390178-97b3-4757-b853-1eb5233b55b7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3802 | 2024.12.12 04:06:23.387721 [ 263 ] {56390178-97b3-4757-b853-1eb5233b55b7} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3803 | 2024.12.12 04:06:23.387943 [ 263 ] {56390178-97b3-4757-b853-1eb5233b55b7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001627 sec., 36877.68899815612 rows/sec., 2.49 MiB/sec. | ||
| 3804 | 2024.12.12 04:06:23.388004 [ 263 ] {56390178-97b3-4757-b853-1eb5233b55b7} <Debug> TCPHandler: Processed in 0.001872139 sec. | ||
| 3805 | 2024.12.12 04:06:26.795037 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 548 | ||
| 3806 | 2024.12.12 04:06:26.797977 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3807 | 2024.12.12 04:06:26.798018 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3808 | 2024.12.12 04:06:26.799462 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3809 | 2024.12.12 04:06:26.799780 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3810 | 2024.12.12 04:06:26.800827 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 548 | ||
| 3811 | 2024.12.12 04:06:28.385592 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3812 | 2024.12.12 04:06:28.385789 [ 264 ] {e3a0479d-d807-4052-b52c-efda9942d012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3813 | 2024.12.12 04:06:28.385867 [ 264 ] {e3a0479d-d807-4052-b52c-efda9942d012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3814 | 2024.12.12 04:06:28.386622 [ 264 ] {e3a0479d-d807-4052-b52c-efda9942d012} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3815 | 2024.12.12 04:06:28.386676 [ 264 ] {e3a0479d-d807-4052-b52c-efda9942d012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3816 | 2024.12.12 04:06:28.387119 [ 264 ] {e3a0479d-d807-4052-b52c-efda9942d012} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3817 | 2024.12.12 04:06:28.387376 [ 264 ] {e3a0479d-d807-4052-b52c-efda9942d012} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3818 | 2024.12.12 04:06:28.387626 [ 264 ] {e3a0479d-d807-4052-b52c-efda9942d012} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec. | ||
| 3819 | 2024.12.12 04:06:28.387786 [ 264 ] {e3a0479d-d807-4052-b52c-efda9942d012} <Debug> TCPHandler: Processed in 0.002332681 sec. | ||
| 3820 | 2024.12.12 04:06:28.388055 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3821 | 2024.12.12 04:06:28.388245 [ 263 ] {af885cdf-e2f3-4e3c-9869-0febe69592e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3822 | 2024.12.12 04:06:28.388319 [ 263 ] {af885cdf-e2f3-4e3c-9869-0febe69592e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3823 | 2024.12.12 04:06:28.389071 [ 263 ] {af885cdf-e2f3-4e3c-9869-0febe69592e8} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3824 | 2024.12.12 04:06:28.389118 [ 263 ] {af885cdf-e2f3-4e3c-9869-0febe69592e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3825 | 2024.12.12 04:06:28.389560 [ 263 ] {af885cdf-e2f3-4e3c-9869-0febe69592e8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3826 | 2024.12.12 04:06:28.389851 [ 263 ] {af885cdf-e2f3-4e3c-9869-0febe69592e8} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3827 | 2024.12.12 04:06:28.390047 [ 263 ] {af885cdf-e2f3-4e3c-9869-0febe69592e8} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001854 sec., 5393.743257820928 rows/sec., 439.82 KiB/sec. | ||
| 3828 | 2024.12.12 04:06:28.390112 [ 263 ] {af885cdf-e2f3-4e3c-9869-0febe69592e8} <Debug> TCPHandler: Processed in 0.002185247 sec. | ||
| 3829 | 2024.12.12 04:06:28.390286 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3830 | 2024.12.12 04:06:28.390428 [ 264 ] {4c500cdd-ca2b-4c80-8822-dfc51eb92a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3831 | 2024.12.12 04:06:28.390488 [ 264 ] {4c500cdd-ca2b-4c80-8822-dfc51eb92a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3832 | 2024.12.12 04:06:28.391300 [ 264 ] {4c500cdd-ca2b-4c80-8822-dfc51eb92a7d} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3833 | 2024.12.12 04:06:28.391341 [ 264 ] {4c500cdd-ca2b-4c80-8822-dfc51eb92a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3834 | 2024.12.12 04:06:28.391735 [ 264 ] {4c500cdd-ca2b-4c80-8822-dfc51eb92a7d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3835 | 2024.12.12 04:06:28.392014 [ 264 ] {4c500cdd-ca2b-4c80-8822-dfc51eb92a7d} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3836 | 2024.12.12 04:06:28.392182 [ 112 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3837 | 2024.12.12 04:06:28.392247 [ 112 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3838 | 2024.12.12 04:06:28.392274 [ 264 ] {4c500cdd-ca2b-4c80-8822-dfc51eb92a7d} <Debug> executeQuery: Read 286 rows, 25.79 KiB in 0.001865 sec., 153351.20643431635 rows/sec., 13.50 MiB/sec. | ||
| 3839 | 2024.12.12 04:06:28.392289 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3840 | 2024.12.12 04:06:28.392454 [ 264 ] {4c500cdd-ca2b-4c80-8822-dfc51eb92a7d} <Debug> TCPHandler: Processed in 0.002236118 sec. | ||
| 3841 | 2024.12.12 04:06:28.392695 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 3842 | 2024.12.12 04:06:28.392715 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3843 | 2024.12.12 04:06:28.393182 [ 263 ] {48ea3876-935d-4b16-b29d-a98fd36e82c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3844 | 2024.12.12 04:06:28.393217 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3845 | 2024.12.12 04:06:28.393298 [ 263 ] {48ea3876-935d-4b16-b29d-a98fd36e82c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3846 | 2024.12.12 04:06:28.393306 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1430 rows starting from the beginning of the part | ||
| 3847 | 2024.12.12 04:06:28.393680 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 281 rows starting from the beginning of the part | ||
| 3848 | 2024.12.12 04:06:28.394084 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1196 rows starting from the beginning of the part | ||
| 3849 | 2024.12.12 04:06:28.394357 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 281 rows starting from the beginning of the part | ||
| 3850 | 2024.12.12 04:06:28.394660 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
| 3851 | 2024.12.12 04:06:28.395094 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 286 rows starting from the beginning of the part | ||
| 3852 | 2024.12.12 04:06:28.396304 [ 263 ] {48ea3876-935d-4b16-b29d-a98fd36e82c7} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3853 | 2024.12.12 04:06:28.396378 [ 263 ] {48ea3876-935d-4b16-b29d-a98fd36e82c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3854 | 2024.12.12 04:06:28.397267 [ 263 ] {48ea3876-935d-4b16-b29d-a98fd36e82c7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3855 | 2024.12.12 04:06:28.397790 [ 263 ] {48ea3876-935d-4b16-b29d-a98fd36e82c7} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3856 | 2024.12.12 04:06:28.398113 [ 263 ] {48ea3876-935d-4b16-b29d-a98fd36e82c7} <Debug> executeQuery: Read 56 rows, 4.09 KiB in 0.005107 sec., 10965.34168787938 rows/sec., 800.26 KiB/sec. | ||
| 3857 | 2024.12.12 04:06:28.398188 [ 263 ] {48ea3876-935d-4b16-b29d-a98fd36e82c7} <Debug> TCPHandler: Processed in 0.005602526 sec. | ||
| 3858 | 2024.12.12 04:06:28.398340 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3859 | 2024.12.12 04:06:28.398594 [ 264 ] {f506feee-f2ed-464d-a417-923e9869946e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3860 | 2024.12.12 04:06:28.398739 [ 264 ] {f506feee-f2ed-464d-a417-923e9869946e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3861 | 2024.12.12 04:06:28.398971 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3530 rows, containing 5 columns (5 merged, 0 gathered) in 0.006556319 sec., 538411.8741019161 rows/sec., 47.43 MiB/sec. | ||
| 3862 | 2024.12.12 04:06:28.399337 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3863 | 2024.12.12 04:06:28.399854 [ 264 ] {f506feee-f2ed-464d-a417-923e9869946e} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3864 | 2024.12.12 04:06:28.399929 [ 264 ] {f506feee-f2ed-464d-a417-923e9869946e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3865 | 2024.12.12 04:06:28.399958 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_26_5} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3866 | 2024.12.12 04:06:28.400164 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_26_5} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3867 | 2024.12.12 04:06:28.400332 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
| 3868 | 2024.12.12 04:06:28.400547 [ 264 ] {f506feee-f2ed-464d-a417-923e9869946e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3869 | 2024.12.12 04:06:28.400798 [ 264 ] {f506feee-f2ed-464d-a417-923e9869946e} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3870 | 2024.12.12 04:06:28.401014 [ 264 ] {f506feee-f2ed-464d-a417-923e9869946e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002505 sec., 5588.8223552894215 rows/sec., 391.40 KiB/sec. | ||
| 3871 | 2024.12.12 04:06:28.401069 [ 264 ] {f506feee-f2ed-464d-a417-923e9869946e} <Debug> TCPHandler: Processed in 0.002793813 sec. | ||
| 3872 | 2024.12.12 04:06:28.401229 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3873 | 2024.12.12 04:06:28.401372 [ 263 ] {99cbc661-d3f9-476c-8138-bdc5be725be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3874 | 2024.12.12 04:06:28.401429 [ 263 ] {99cbc661-d3f9-476c-8138-bdc5be725be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3875 | 2024.12.12 04:06:28.402112 [ 263 ] {99cbc661-d3f9-476c-8138-bdc5be725be9} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3876 | 2024.12.12 04:06:28.402160 [ 263 ] {99cbc661-d3f9-476c-8138-bdc5be725be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3877 | 2024.12.12 04:06:28.402521 [ 263 ] {99cbc661-d3f9-476c-8138-bdc5be725be9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3878 | 2024.12.12 04:06:28.402763 [ 263 ] {99cbc661-d3f9-476c-8138-bdc5be725be9} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3879 | 2024.12.12 04:06:28.403049 [ 263 ] {99cbc661-d3f9-476c-8138-bdc5be725be9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001689 sec., 7696.8620485494375 rows/sec., 479.90 KiB/sec. | ||
| 3880 | 2024.12.12 04:06:28.403173 [ 263 ] {99cbc661-d3f9-476c-8138-bdc5be725be9} <Debug> TCPHandler: Processed in 0.002011942 sec. | ||
| 3881 | 2024.12.12 04:06:28.403328 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3882 | 2024.12.12 04:06:28.403467 [ 264 ] {f4ee5465-2327-4d37-bc8c-1931ee9a9361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3883 | 2024.12.12 04:06:28.403523 [ 264 ] {f4ee5465-2327-4d37-bc8c-1931ee9a9361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3884 | 2024.12.12 04:06:28.404345 [ 264 ] {f4ee5465-2327-4d37-bc8c-1931ee9a9361} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3885 | 2024.12.12 04:06:28.404384 [ 264 ] {f4ee5465-2327-4d37-bc8c-1931ee9a9361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3886 | 2024.12.12 04:06:28.404779 [ 264 ] {f4ee5465-2327-4d37-bc8c-1931ee9a9361} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3887 | 2024.12.12 04:06:28.405021 [ 264 ] {f4ee5465-2327-4d37-bc8c-1931ee9a9361} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3888 | 2024.12.12 04:06:28.405185 [ 111 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3889 | 2024.12.12 04:06:28.405258 [ 111 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3890 | 2024.12.12 04:06:28.405266 [ 264 ] {f4ee5465-2327-4d37-bc8c-1931ee9a9361} <Debug> executeQuery: Read 431 rows, 31.62 KiB in 0.001821 sec., 236683.14113124658 rows/sec., 16.96 MiB/sec. | ||
| 3891 | 2024.12.12 04:06:28.405297 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3892 | 2024.12.12 04:06:28.405400 [ 264 ] {f4ee5465-2327-4d37-bc8c-1931ee9a9361} <Debug> TCPHandler: Processed in 0.002135416 sec. | ||
| 3893 | 2024.12.12 04:06:28.405700 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3894 | 2024.12.12 04:06:28.405701 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 3895 | 2024.12.12 04:06:28.406164 [ 263 ] {b53628a7-11d2-441d-bd91-a35768267861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3896 | 2024.12.12 04:06:28.406277 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3897 | 2024.12.12 04:06:28.406350 [ 263 ] {b53628a7-11d2-441d-bd91-a35768267861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3898 | 2024.12.12 04:06:28.406386 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part | ||
| 3899 | 2024.12.12 04:06:28.406702 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 421 rows starting from the beginning of the part | ||
| 3900 | 2024.12.12 04:06:28.407048 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 520 rows starting from the beginning of the part | ||
| 3901 | 2024.12.12 04:06:28.407415 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 421 rows starting from the beginning of the part | ||
| 3902 | 2024.12.12 04:06:28.407886 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
| 3903 | 2024.12.12 04:06:28.408103 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 431 rows starting from the beginning of the part | ||
| 3904 | 2024.12.12 04:06:28.409007 [ 263 ] {b53628a7-11d2-441d-bd91-a35768267861} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3905 | 2024.12.12 04:06:28.409071 [ 263 ] {b53628a7-11d2-441d-bd91-a35768267861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3906 | 2024.12.12 04:06:28.409956 [ 263 ] {b53628a7-11d2-441d-bd91-a35768267861} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3907 | 2024.12.12 04:06:28.410431 [ 263 ] {b53628a7-11d2-441d-bd91-a35768267861} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3908 | 2024.12.12 04:06:28.410696 [ 263 ] {b53628a7-11d2-441d-bd91-a35768267861} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004714 sec., 1272.8044123886295 rows/sec., 66.50 KiB/sec. | ||
| 3909 | 2024.12.12 04:06:28.410793 [ 263 ] {b53628a7-11d2-441d-bd91-a35768267861} <Debug> TCPHandler: Processed in 0.005254537 sec. | ||
| 3910 | 2024.12.12 04:06:28.411092 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3911 | 2024.12.12 04:06:28.411159 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2766 rows, containing 5 columns (5 merged, 0 gathered) in 0.005750807 sec., 480975.9743284725 rows/sec., 36.72 MiB/sec. | ||
| 3912 | 2024.12.12 04:06:28.411273 [ 264 ] {4c6340e3-c600-45b5-9e0c-4766709a9a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3913 | 2024.12.12 04:06:28.411359 [ 264 ] {4c6340e3-c600-45b5-9e0c-4766709a9a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3914 | 2024.12.12 04:06:28.411383 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3915 | 2024.12.12 04:06:28.412008 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_26_5} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3916 | 2024.12.12 04:06:28.412099 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_26_5} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3917 | 2024.12.12 04:06:28.412240 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3918 | 2024.12.12 04:06:28.412501 [ 264 ] {4c6340e3-c600-45b5-9e0c-4766709a9a16} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3919 | 2024.12.12 04:06:28.412544 [ 264 ] {4c6340e3-c600-45b5-9e0c-4766709a9a16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3920 | 2024.12.12 04:06:28.412950 [ 264 ] {4c6340e3-c600-45b5-9e0c-4766709a9a16} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3921 | 2024.12.12 04:06:28.413194 [ 264 ] {4c6340e3-c600-45b5-9e0c-4766709a9a16} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3922 | 2024.12.12 04:06:28.413356 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3923 | 2024.12.12 04:06:28.413416 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3924 | 2024.12.12 04:06:28.413446 [ 264 ] {4c6340e3-c600-45b5-9e0c-4766709a9a16} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.002199 sec., 110050.022737608 rows/sec., 7.38 MiB/sec. | ||
| 3925 | 2024.12.12 04:06:28.413459 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3926 | 2024.12.12 04:06:28.413623 [ 264 ] {4c6340e3-c600-45b5-9e0c-4766709a9a16} <Debug> TCPHandler: Processed in 0.002716991 sec. | ||
| 3927 | 2024.12.12 04:06:28.413710 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 3928 | 2024.12.12 04:06:28.413834 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3929 | 2024.12.12 04:06:28.413906 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3930 | 2024.12.12 04:06:28.413947 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6315 rows starting from the beginning of the part | ||
| 3931 | 2024.12.12 04:06:28.414145 [ 263 ] {10db5301-e059-4668-bf87-93f885490d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3932 | 2024.12.12 04:06:28.414198 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 3933 | 2024.12.12 04:06:28.414330 [ 263 ] {10db5301-e059-4668-bf87-93f885490d76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3934 | 2024.12.12 04:06:28.414567 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 880 rows starting from the beginning of the part | ||
| 3935 | 2024.12.12 04:06:28.414978 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 3936 | 2024.12.12 04:06:28.415273 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
| 3937 | 2024.12.12 04:06:28.415600 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 242 rows starting from the beginning of the part | ||
| 3938 | 2024.12.12 04:06:28.416819 [ 263 ] {10db5301-e059-4668-bf87-93f885490d76} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3939 | 2024.12.12 04:06:28.416884 [ 263 ] {10db5301-e059-4668-bf87-93f885490d76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3940 | 2024.12.12 04:06:28.417560 [ 263 ] {10db5301-e059-4668-bf87-93f885490d76} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3941 | 2024.12.12 04:06:28.418092 [ 263 ] {10db5301-e059-4668-bf87-93f885490d76} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3942 | 2024.12.12 04:06:28.418447 [ 111 ] {} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3943 | 2024.12.12 04:06:28.418551 [ 111 ] {} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3944 | 2024.12.12 04:06:28.418564 [ 263 ] {10db5301-e059-4668-bf87-93f885490d76} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004542 sec., 220.16732716864817 rows/sec., 14.84 KiB/sec. | ||
| 3945 | 2024.12.12 04:06:28.418599 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3946 | 2024.12.12 04:06:28.418815 [ 263 ] {10db5301-e059-4668-bf87-93f885490d76} <Debug> TCPHandler: Processed in 0.005077742 sec. | ||
| 3947 | 2024.12.12 04:06:28.419151 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3948 | 2024.12.12 04:06:28.419162 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::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 | ||
| 3949 | 2024.12.12 04:06:28.419429 [ 264 ] {0613201b-e91a-46ce-867f-1987b571897b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3950 | 2024.12.12 04:06:28.419480 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3951 | 2024.12.12 04:06:28.419588 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part | ||
| 3952 | 2024.12.12 04:06:28.419842 [ 264 ] {0613201b-e91a-46ce-867f-1987b571897b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3953 | 2024.12.12 04:06:28.420302 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3954 | 2024.12.12 04:06:28.421025 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3955 | 2024.12.12 04:06:28.421274 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8071 rows, containing 5 columns (5 merged, 0 gathered) in 0.00764713 sec., 1055428.6379334468 rows/sec., 71.37 MiB/sec. | ||
| 3956 | 2024.12.12 04:06:28.421439 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3957 | 2024.12.12 04:06:28.421816 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 3958 | 2024.12.12 04:06:28.422172 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 3959 | 2024.12.12 04:06:28.422395 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3960 | 2024.12.12 04:06:28.423802 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3961 | 2024.12.12 04:06:28.424155 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3962 | 2024.12.12 04:06:28.424573 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
| 3963 | 2024.12.12 04:06:28.426115 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.007279882 sec., 1511.01350269139 rows/sec., 101.28 KiB/sec. | ||
| 3964 | 2024.12.12 04:06:28.426380 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3965 | 2024.12.12 04:06:28.427016 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_11_2} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3966 | 2024.12.12 04:06:28.427083 [ 264 ] {0613201b-e91a-46ce-867f-1987b571897b} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3967 | 2024.12.12 04:06:28.427158 [ 264 ] {0613201b-e91a-46ce-867f-1987b571897b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3968 | 2024.12.12 04:06:28.427205 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_11_2} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3969 | 2024.12.12 04:06:28.427399 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 3970 | 2024.12.12 04:06:28.428091 [ 264 ] {0613201b-e91a-46ce-867f-1987b571897b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3971 | 2024.12.12 04:06:28.428361 [ 264 ] {0613201b-e91a-46ce-867f-1987b571897b} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3972 | 2024.12.12 04:06:28.428716 [ 264 ] {0613201b-e91a-46ce-867f-1987b571897b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.009373 sec., 4160.887656033287 rows/sec., 7.46 MiB/sec. | ||
| 3973 | 2024.12.12 04:06:28.428942 [ 264 ] {0613201b-e91a-46ce-867f-1987b571897b} <Debug> TCPHandler: Processed in 0.010006781 sec. | ||
| 3974 | 2024.12.12 04:06:28.429108 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3975 | 2024.12.12 04:06:28.429245 [ 263 ] {f61547fe-20a8-438d-b2e5-4f4979aadde5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3976 | 2024.12.12 04:06:28.429305 [ 263 ] {f61547fe-20a8-438d-b2e5-4f4979aadde5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3977 | 2024.12.12 04:06:28.429883 [ 263 ] {f61547fe-20a8-438d-b2e5-4f4979aadde5} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3978 | 2024.12.12 04:06:28.429930 [ 263 ] {f61547fe-20a8-438d-b2e5-4f4979aadde5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3979 | 2024.12.12 04:06:28.430361 [ 263 ] {f61547fe-20a8-438d-b2e5-4f4979aadde5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3980 | 2024.12.12 04:06:28.430602 [ 263 ] {f61547fe-20a8-438d-b2e5-4f4979aadde5} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3981 | 2024.12.12 04:06:28.430764 [ 111 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3982 | 2024.12.12 04:06:28.430822 [ 111 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3983 | 2024.12.12 04:06:28.430862 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3984 | 2024.12.12 04:06:28.430874 [ 263 ] {f61547fe-20a8-438d-b2e5-4f4979aadde5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001652 sec., 49636.80387409201 rows/sec., 3.15 MiB/sec. | ||
| 3985 | 2024.12.12 04:06:28.431076 [ 263 ] {f61547fe-20a8-438d-b2e5-4f4979aadde5} <Debug> TCPHandler: Processed in 0.002035454 sec. | ||
| 3986 | 2024.12.12 04:06:28.431123 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 3987 | 2024.12.12 04:06:28.431253 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3988 | 2024.12.12 04:06:28.431285 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1264 rows starting from the beginning of the part | ||
| 3989 | 2024.12.12 04:06:28.431356 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 3990 | 2024.12.12 04:06:28.431489 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 3991 | 2024.12.12 04:06:28.431652 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 3992 | 2024.12.12 04:06:28.431777 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 3993 | 2024.12.12 04:06:28.431892 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
| 3994 | 2024.12.12 04:06:28.433058 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1630 rows, containing 4 columns (4 merged, 0 gathered) in 0.002112306 sec., 771668.498787581 rows/sec., 50.55 MiB/sec. | ||
| 3995 | 2024.12.12 04:06:28.433342 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3996 | 2024.12.12 04:06:28.433669 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_26_5} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3997 | 2024.12.12 04:06:28.433752 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_26_5} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3998 | 2024.12.12 04:06:28.433843 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3999 | 2024.12.12 04:06:29.276746 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 4000 | 2024.12.12 04:06:29.277427 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4001 | 2024.12.12 04:06:29.277475 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4002 | 2024.12.12 04:06:29.278002 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4003 | 2024.12.12 04:06:29.278255 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4004 | 2024.12.12 04:06:29.278520 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 4005 | 2024.12.12 04:06:29.845413 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4006 | 2024.12.12 04:06:29.865817 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4007 | 2024.12.12 04:06:29.865865 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4008 | 2024.12.12 04:06:29.873250 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4009 | 2024.12.12 04:06:29.874051 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4010 | 2024.12.12 04:06:29.877253 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4011 | 2024.12.12 04:06:33.379446 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4012 | 2024.12.12 04:06:33.379673 [ 264 ] {278602ba-3b80-4948-bcbc-2c486e165b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4013 | 2024.12.12 04:06:33.379756 [ 264 ] {278602ba-3b80-4948-bcbc-2c486e165b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4014 | 2024.12.12 04:06:33.380606 [ 264 ] {278602ba-3b80-4948-bcbc-2c486e165b11} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4015 | 2024.12.12 04:06:33.380650 [ 264 ] {278602ba-3b80-4948-bcbc-2c486e165b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4016 | 2024.12.12 04:06:33.381086 [ 264 ] {278602ba-3b80-4948-bcbc-2c486e165b11} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4017 | 2024.12.12 04:06:33.381345 [ 264 ] {278602ba-3b80-4948-bcbc-2c486e165b11} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4018 | 2024.12.12 04:06:33.381575 [ 264 ] {278602ba-3b80-4948-bcbc-2c486e165b11} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001954 sec., 28659.160696008188 rows/sec., 2.20 MiB/sec. | ||
| 4019 | 2024.12.12 04:06:33.381697 [ 264 ] {278602ba-3b80-4948-bcbc-2c486e165b11} <Debug> TCPHandler: Processed in 0.002390403 sec. | ||
| 4020 | 2024.12.12 04:06:33.381989 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4021 | 2024.12.12 04:06:33.382199 [ 263 ] {f2407b27-3725-4f16-b0da-d9ab2a1b2722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4022 | 2024.12.12 04:06:33.382278 [ 263 ] {f2407b27-3725-4f16-b0da-d9ab2a1b2722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4023 | 2024.12.12 04:06:33.383039 [ 263 ] {f2407b27-3725-4f16-b0da-d9ab2a1b2722} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4024 | 2024.12.12 04:06:33.383084 [ 263 ] {f2407b27-3725-4f16-b0da-d9ab2a1b2722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4025 | 2024.12.12 04:06:33.383540 [ 263 ] {f2407b27-3725-4f16-b0da-d9ab2a1b2722} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4026 | 2024.12.12 04:06:33.383793 [ 263 ] {f2407b27-3725-4f16-b0da-d9ab2a1b2722} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4027 | 2024.12.12 04:06:33.384025 [ 263 ] {f2407b27-3725-4f16-b0da-d9ab2a1b2722} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001884 sec., 33970.27600849257 rows/sec., 2.65 MiB/sec. | ||
| 4028 | 2024.12.12 04:06:33.384082 [ 263 ] {f2407b27-3725-4f16-b0da-d9ab2a1b2722} <Debug> TCPHandler: Processed in 0.002235939 sec. | ||
| 4029 | 2024.12.12 04:06:33.384253 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4030 | 2024.12.12 04:06:33.384396 [ 264 ] {7de5287f-5cdf-4788-b037-140ff7158975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4031 | 2024.12.12 04:06:33.384452 [ 264 ] {7de5287f-5cdf-4788-b037-140ff7158975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4032 | 2024.12.12 04:06:33.385057 [ 264 ] {7de5287f-5cdf-4788-b037-140ff7158975} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4033 | 2024.12.12 04:06:33.385096 [ 264 ] {7de5287f-5cdf-4788-b037-140ff7158975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4034 | 2024.12.12 04:06:33.385534 [ 264 ] {7de5287f-5cdf-4788-b037-140ff7158975} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4035 | 2024.12.12 04:06:33.385783 [ 264 ] {7de5287f-5cdf-4788-b037-140ff7158975} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4036 | 2024.12.12 04:06:33.385965 [ 264 ] {7de5287f-5cdf-4788-b037-140ff7158975} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
| 4037 | 2024.12.12 04:06:33.386017 [ 264 ] {7de5287f-5cdf-4788-b037-140ff7158975} <Debug> TCPHandler: Processed in 0.001832098 sec. | ||
| 4038 | 2024.12.12 04:06:33.386171 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4039 | 2024.12.12 04:06:33.386290 [ 263 ] {1adf7add-7476-4cf8-a263-a114a41b43b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4040 | 2024.12.12 04:06:33.386344 [ 263 ] {1adf7add-7476-4cf8-a263-a114a41b43b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4041 | 2024.12.12 04:06:33.386941 [ 263 ] {1adf7add-7476-4cf8-a263-a114a41b43b9} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4042 | 2024.12.12 04:06:33.386990 [ 263 ] {1adf7add-7476-4cf8-a263-a114a41b43b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4043 | 2024.12.12 04:06:33.387444 [ 263 ] {1adf7add-7476-4cf8-a263-a114a41b43b9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4044 | 2024.12.12 04:06:33.387682 [ 263 ] {1adf7add-7476-4cf8-a263-a114a41b43b9} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4045 | 2024.12.12 04:06:33.387895 [ 263 ] {1adf7add-7476-4cf8-a263-a114a41b43b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001631 sec., 36787.24708767627 rows/sec., 2.48 MiB/sec. | ||
| 4046 | 2024.12.12 04:06:33.387947 [ 263 ] {1adf7add-7476-4cf8-a263-a114a41b43b9} <Debug> TCPHandler: Processed in 0.001833878 sec. | ||
| 4047 | 2024.12.12 04:06:36.664360 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4048 | 2024.12.12 04:06:36.664423 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4049 | 2024.12.12 04:06:36.778651 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 4050 | 2024.12.12 04:06:36.779288 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4051 | 2024.12.12 04:06:36.779330 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4052 | 2024.12.12 04:06:36.779902 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4053 | 2024.12.12 04:06:36.780158 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4054 | 2024.12.12 04:06:36.780399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4055 | 2024.12.12 04:06:36.801008 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 580 | ||
| 4056 | 2024.12.12 04:06:36.804019 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4057 | 2024.12.12 04:06:36.804067 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4058 | 2024.12.12 04:06:36.805600 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4059 | 2024.12.12 04:06:36.805925 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4060 | 2024.12.12 04:06:36.806665 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 580 | ||
| 4061 | 2024.12.12 04:06:37.377320 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4062 | 2024.12.12 04:06:37.397625 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4063 | 2024.12.12 04:06:37.397675 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4064 | 2024.12.12 04:06:37.405319 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4065 | 2024.12.12 04:06:37.406101 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4066 | 2024.12.12 04:06:37.409466 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4067 | 2024.12.12 04:06:38.385396 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4068 | 2024.12.12 04:06:38.385615 [ 264 ] {a80a953f-b83e-4f98-97a7-3e3cb9ea00e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4069 | 2024.12.12 04:06:38.385696 [ 264 ] {a80a953f-b83e-4f98-97a7-3e3cb9ea00e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4070 | 2024.12.12 04:06:38.386540 [ 264 ] {a80a953f-b83e-4f98-97a7-3e3cb9ea00e3} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4071 | 2024.12.12 04:06:38.386600 [ 264 ] {a80a953f-b83e-4f98-97a7-3e3cb9ea00e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4072 | 2024.12.12 04:06:38.387028 [ 264 ] {a80a953f-b83e-4f98-97a7-3e3cb9ea00e3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4073 | 2024.12.12 04:06:38.387292 [ 264 ] {a80a953f-b83e-4f98-97a7-3e3cb9ea00e3} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4074 | 2024.12.12 04:06:38.387601 [ 264 ] {a80a953f-b83e-4f98-97a7-3e3cb9ea00e3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002046 sec., 6842.619745845552 rows/sec., 492.58 KiB/sec. | ||
| 4075 | 2024.12.12 04:06:38.387802 [ 264 ] {a80a953f-b83e-4f98-97a7-3e3cb9ea00e3} <Debug> TCPHandler: Processed in 0.002554306 sec. | ||
| 4076 | 2024.12.12 04:06:38.388115 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4077 | 2024.12.12 04:06:38.388416 [ 263 ] {149a6cc9-1731-497d-81b6-682a3f4ecf71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4078 | 2024.12.12 04:06:38.388530 [ 263 ] {149a6cc9-1731-497d-81b6-682a3f4ecf71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4079 | 2024.12.12 04:06:38.389402 [ 263 ] {149a6cc9-1731-497d-81b6-682a3f4ecf71} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4080 | 2024.12.12 04:06:38.389443 [ 263 ] {149a6cc9-1731-497d-81b6-682a3f4ecf71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4081 | 2024.12.12 04:06:38.389904 [ 263 ] {149a6cc9-1731-497d-81b6-682a3f4ecf71} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4082 | 2024.12.12 04:06:38.390173 [ 263 ] {149a6cc9-1731-497d-81b6-682a3f4ecf71} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4083 | 2024.12.12 04:06:38.390383 [ 263 ] {149a6cc9-1731-497d-81b6-682a3f4ecf71} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002043 sec., 137542.8291727851 rows/sec., 12.15 MiB/sec. | ||
| 4084 | 2024.12.12 04:06:38.390468 [ 263 ] {149a6cc9-1731-497d-81b6-682a3f4ecf71} <Debug> TCPHandler: Processed in 0.002542457 sec. | ||
| 4085 | 2024.12.12 04:06:38.390699 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4086 | 2024.12.12 04:06:38.390841 [ 264 ] {b7f0376b-1fb9-4b8e-af63-65eee0330dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4087 | 2024.12.12 04:06:38.390898 [ 264 ] {b7f0376b-1fb9-4b8e-af63-65eee0330dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4088 | 2024.12.12 04:06:38.391626 [ 264 ] {b7f0376b-1fb9-4b8e-af63-65eee0330dca} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4089 | 2024.12.12 04:06:38.391666 [ 264 ] {b7f0376b-1fb9-4b8e-af63-65eee0330dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4090 | 2024.12.12 04:06:38.392029 [ 264 ] {b7f0376b-1fb9-4b8e-af63-65eee0330dca} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4091 | 2024.12.12 04:06:38.392271 [ 264 ] {b7f0376b-1fb9-4b8e-af63-65eee0330dca} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4092 | 2024.12.12 04:06:38.392504 [ 264 ] {b7f0376b-1fb9-4b8e-af63-65eee0330dca} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001694 sec., 27154.663518299883 rows/sec., 1.95 MiB/sec. | ||
| 4093 | 2024.12.12 04:06:38.392610 [ 264 ] {b7f0376b-1fb9-4b8e-af63-65eee0330dca} <Debug> TCPHandler: Processed in 0.002046823 sec. | ||
| 4094 | 2024.12.12 04:06:38.392774 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4095 | 2024.12.12 04:06:38.392893 [ 263 ] {ec8744ff-ac9b-4d6c-af96-a657c51aa544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4096 | 2024.12.12 04:06:38.392942 [ 263 ] {ec8744ff-ac9b-4d6c-af96-a657c51aa544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4097 | 2024.12.12 04:06:38.393508 [ 263 ] {ec8744ff-ac9b-4d6c-af96-a657c51aa544} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4098 | 2024.12.12 04:06:38.393545 [ 263 ] {ec8744ff-ac9b-4d6c-af96-a657c51aa544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4099 | 2024.12.12 04:06:38.393900 [ 263 ] {ec8744ff-ac9b-4d6c-af96-a657c51aa544} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4100 | 2024.12.12 04:06:38.394136 [ 263 ] {ec8744ff-ac9b-4d6c-af96-a657c51aa544} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4101 | 2024.12.12 04:06:38.394252 [ 100 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4102 | 2024.12.12 04:06:38.394297 [ 100 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4103 | 2024.12.12 04:06:38.394320 [ 263 ] {ec8744ff-ac9b-4d6c-af96-a657c51aa544} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00145 sec., 9655.172413793103 rows/sec., 676.19 KiB/sec. | ||
| 4104 | 2024.12.12 04:06:38.394324 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4105 | 2024.12.12 04:06:38.394424 [ 263 ] {ec8744ff-ac9b-4d6c-af96-a657c51aa544} <Debug> TCPHandler: Processed in 0.001704945 sec. | ||
| 4106 | 2024.12.12 04:06:38.394568 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::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 | ||
| 4107 | 2024.12.12 04:06:38.394622 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4108 | 2024.12.12 04:06:38.394838 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4109 | 2024.12.12 04:06:38.394858 [ 264 ] {44adc394-206a-4a3b-907c-ea86e9cfd3d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4110 | 2024.12.12 04:06:38.394911 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
| 4111 | 2024.12.12 04:06:38.394965 [ 264 ] {44adc394-206a-4a3b-907c-ea86e9cfd3d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4112 | 2024.12.12 04:06:38.395314 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 4113 | 2024.12.12 04:06:38.395662 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part | ||
| 4114 | 2024.12.12 04:06:38.396039 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 4115 | 2024.12.12 04:06:38.396443 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 4116 | 2024.12.12 04:06:38.396769 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 4117 | 2024.12.12 04:06:38.397627 [ 264 ] {44adc394-206a-4a3b-907c-ea86e9cfd3d8} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4118 | 2024.12.12 04:06:38.397684 [ 264 ] {44adc394-206a-4a3b-907c-ea86e9cfd3d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4119 | 2024.12.12 04:06:38.398622 [ 264 ] {44adc394-206a-4a3b-907c-ea86e9cfd3d8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4120 | 2024.12.12 04:06:38.399147 [ 264 ] {44adc394-206a-4a3b-907c-ea86e9cfd3d8} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4121 | 2024.12.12 04:06:38.399497 [ 201 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005059305 sec., 104164.50480846678 rows/sec., 7.46 MiB/sec. | ||
| 4122 | 2024.12.12 04:06:38.399729 [ 264 ] {44adc394-206a-4a3b-907c-ea86e9cfd3d8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004932 sec., 2635.8475263584755 rows/sec., 164.34 KiB/sec. | ||
| 4123 | 2024.12.12 04:06:38.400002 [ 264 ] {44adc394-206a-4a3b-907c-ea86e9cfd3d8} <Debug> TCPHandler: Processed in 0.005464153 sec. | ||
| 4124 | 2024.12.12 04:06:38.400125 [ 201 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4125 | 2024.12.12 04:06:38.400195 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4126 | 2024.12.12 04:06:38.400382 [ 263 ] {475d632e-15b1-40e3-9351-7efd97744bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4127 | 2024.12.12 04:06:38.400467 [ 263 ] {475d632e-15b1-40e3-9351-7efd97744bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4128 | 2024.12.12 04:06:38.400864 [ 201 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_16_3} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4129 | 2024.12.12 04:06:38.401113 [ 201 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_16_3} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4130 | 2024.12.12 04:06:38.401280 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4131 | 2024.12.12 04:06:38.401697 [ 263 ] {475d632e-15b1-40e3-9351-7efd97744bd0} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4132 | 2024.12.12 04:06:38.401741 [ 263 ] {475d632e-15b1-40e3-9351-7efd97744bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4133 | 2024.12.12 04:06:38.402137 [ 263 ] {475d632e-15b1-40e3-9351-7efd97744bd0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4134 | 2024.12.12 04:06:38.402376 [ 263 ] {475d632e-15b1-40e3-9351-7efd97744bd0} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4135 | 2024.12.12 04:06:38.402597 [ 263 ] {475d632e-15b1-40e3-9351-7efd97744bd0} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002253 sec., 186861.9618286729 rows/sec., 13.35 MiB/sec. | ||
| 4136 | 2024.12.12 04:06:38.402843 [ 263 ] {475d632e-15b1-40e3-9351-7efd97744bd0} <Debug> TCPHandler: Processed in 0.002746511 sec. | ||
| 4137 | 2024.12.12 04:06:38.403024 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4138 | 2024.12.12 04:06:38.403159 [ 264 ] {4f72a09b-8274-4ae3-8bb9-f8ea0ef60184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4139 | 2024.12.12 04:06:38.403217 [ 264 ] {4f72a09b-8274-4ae3-8bb9-f8ea0ef60184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4140 | 2024.12.12 04:06:38.403724 [ 264 ] {4f72a09b-8274-4ae3-8bb9-f8ea0ef60184} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4141 | 2024.12.12 04:06:38.403761 [ 264 ] {4f72a09b-8274-4ae3-8bb9-f8ea0ef60184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4142 | 2024.12.12 04:06:38.404118 [ 264 ] {4f72a09b-8274-4ae3-8bb9-f8ea0ef60184} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4143 | 2024.12.12 04:06:38.404349 [ 264 ] {4f72a09b-8274-4ae3-8bb9-f8ea0ef60184} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4144 | 2024.12.12 04:06:38.404500 [ 100 ] {} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4145 | 2024.12.12 04:06:38.404566 [ 100 ] {} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4146 | 2024.12.12 04:06:38.404614 [ 264 ] {4f72a09b-8274-4ae3-8bb9-f8ea0ef60184} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 212.82 KiB/sec. | ||
| 4147 | 2024.12.12 04:06:38.404625 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4148 | 2024.12.12 04:06:38.404725 [ 264 ] {4f72a09b-8274-4ae3-8bb9-f8ea0ef60184} <Debug> TCPHandler: Processed in 0.001769196 sec. | ||
| 4149 | 2024.12.12 04:06:38.405020 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::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 | ||
| 4150 | 2024.12.12 04:06:38.405027 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4151 | 2024.12.12 04:06:38.405278 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4152 | 2024.12.12 04:06:38.405331 [ 263 ] {0640d7f5-53b7-4ec9-88be-345f23bcbe8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4153 | 2024.12.12 04:06:38.405352 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 4154 | 2024.12.12 04:06:38.405444 [ 263 ] {0640d7f5-53b7-4ec9-88be-345f23bcbe8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4155 | 2024.12.12 04:06:38.405703 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 4156 | 2024.12.12 04:06:38.405996 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 4157 | 2024.12.12 04:06:38.406256 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 4158 | 2024.12.12 04:06:38.406653 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 4159 | 2024.12.12 04:06:38.407052 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 4160 | 2024.12.12 04:06:38.408027 [ 263 ] {0640d7f5-53b7-4ec9-88be-345f23bcbe8e} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4161 | 2024.12.12 04:06:38.408075 [ 263 ] {0640d7f5-53b7-4ec9-88be-345f23bcbe8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4162 | 2024.12.12 04:06:38.408707 [ 263 ] {0640d7f5-53b7-4ec9-88be-345f23bcbe8e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4163 | 2024.12.12 04:06:38.408773 [ 201 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.003994764 sec., 16521.626809493628 rows/sec., 863.19 KiB/sec. | ||
| 4164 | 2024.12.12 04:06:38.408953 [ 201 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4165 | 2024.12.12 04:06:38.409131 [ 263 ] {0640d7f5-53b7-4ec9-88be-345f23bcbe8e} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4166 | 2024.12.12 04:06:38.409514 [ 263 ] {0640d7f5-53b7-4ec9-88be-345f23bcbe8e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004244 sec., 55843.543826578694 rows/sec., 3.74 MiB/sec. | ||
| 4167 | 2024.12.12 04:06:38.409534 [ 201 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_11_2} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4168 | 2024.12.12 04:06:38.409670 [ 263 ] {0640d7f5-53b7-4ec9-88be-345f23bcbe8e} <Debug> TCPHandler: Processed in 0.004813566 sec. | ||
| 4169 | 2024.12.12 04:06:38.409763 [ 201 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_11_2} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4170 | 2024.12.12 04:06:38.409898 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4171 | 2024.12.12 04:06:38.409912 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4172 | 2024.12.12 04:06:38.410052 [ 264 ] {3d523366-503d-445b-b7a0-6feb16914eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4173 | 2024.12.12 04:06:38.410114 [ 264 ] {3d523366-503d-445b-b7a0-6feb16914eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4174 | 2024.12.12 04:06:38.410643 [ 264 ] {3d523366-503d-445b-b7a0-6feb16914eb1} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4175 | 2024.12.12 04:06:38.410681 [ 264 ] {3d523366-503d-445b-b7a0-6feb16914eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4176 | 2024.12.12 04:06:38.411039 [ 264 ] {3d523366-503d-445b-b7a0-6feb16914eb1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4177 | 2024.12.12 04:06:38.411273 [ 264 ] {3d523366-503d-445b-b7a0-6feb16914eb1} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4178 | 2024.12.12 04:06:38.411481 [ 264 ] {3d523366-503d-445b-b7a0-6feb16914eb1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001459 sec., 685.4009595613434 rows/sec., 46.18 KiB/sec. | ||
| 4179 | 2024.12.12 04:06:38.411529 [ 264 ] {3d523366-503d-445b-b7a0-6feb16914eb1} <Debug> TCPHandler: Processed in 0.001741516 sec. | ||
| 4180 | 2024.12.12 04:06:38.411724 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4181 | 2024.12.12 04:06:38.411946 [ 263 ] {88a1abae-43b7-4561-b90e-f69f274c6e4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4182 | 2024.12.12 04:06:38.412082 [ 263 ] {88a1abae-43b7-4561-b90e-f69f274c6e4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4183 | 2024.12.12 04:06:38.413431 [ 263 ] {88a1abae-43b7-4561-b90e-f69f274c6e4f} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4184 | 2024.12.12 04:06:38.413468 [ 263 ] {88a1abae-43b7-4561-b90e-f69f274c6e4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4185 | 2024.12.12 04:06:38.414135 [ 263 ] {88a1abae-43b7-4561-b90e-f69f274c6e4f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4186 | 2024.12.12 04:06:38.414388 [ 263 ] {88a1abae-43b7-4561-b90e-f69f274c6e4f} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4187 | 2024.12.12 04:06:38.414578 [ 263 ] {88a1abae-43b7-4561-b90e-f69f274c6e4f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002688 sec., 14508.928571428572 rows/sec., 26.00 MiB/sec. | ||
| 4188 | 2024.12.12 04:06:38.414668 [ 263 ] {88a1abae-43b7-4561-b90e-f69f274c6e4f} <Debug> TCPHandler: Processed in 0.00305612 sec. | ||
| 4189 | 2024.12.12 04:06:38.414814 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4190 | 2024.12.12 04:06:38.414951 [ 264 ] {f6d15d8d-8c25-4c30-8f37-feadc925a60a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4191 | 2024.12.12 04:06:38.415008 [ 264 ] {f6d15d8d-8c25-4c30-8f37-feadc925a60a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4192 | 2024.12.12 04:06:38.415569 [ 264 ] {f6d15d8d-8c25-4c30-8f37-feadc925a60a} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4193 | 2024.12.12 04:06:38.415608 [ 264 ] {f6d15d8d-8c25-4c30-8f37-feadc925a60a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4194 | 2024.12.12 04:06:38.415978 [ 264 ] {f6d15d8d-8c25-4c30-8f37-feadc925a60a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4195 | 2024.12.12 04:06:38.416223 [ 264 ] {f6d15d8d-8c25-4c30-8f37-feadc925a60a} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4196 | 2024.12.12 04:06:38.416437 [ 264 ] {f6d15d8d-8c25-4c30-8f37-feadc925a60a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001518 sec., 54018.445322793144 rows/sec., 3.43 MiB/sec. | ||
| 4197 | 2024.12.12 04:06:38.416487 [ 264 ] {f6d15d8d-8c25-4c30-8f37-feadc925a60a} <Debug> TCPHandler: Processed in 0.001740695 sec. | ||
| 4198 | 2024.12.12 04:06:43.409404 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4199 | 2024.12.12 04:06:43.409634 [ 264 ] {93467293-6ba3-43d0-9fa9-30b6e0589ac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4200 | 2024.12.12 04:06:43.409715 [ 264 ] {93467293-6ba3-43d0-9fa9-30b6e0589ac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4201 | 2024.12.12 04:06:43.410448 [ 264 ] {93467293-6ba3-43d0-9fa9-30b6e0589ac5} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4202 | 2024.12.12 04:06:43.410498 [ 264 ] {93467293-6ba3-43d0-9fa9-30b6e0589ac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4203 | 2024.12.12 04:06:43.410909 [ 264 ] {93467293-6ba3-43d0-9fa9-30b6e0589ac5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4204 | 2024.12.12 04:06:43.411162 [ 264 ] {93467293-6ba3-43d0-9fa9-30b6e0589ac5} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4205 | 2024.12.12 04:06:43.411398 [ 264 ] {93467293-6ba3-43d0-9fa9-30b6e0589ac5} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001824 sec., 3289.4736842105262 rows/sec., 268.23 KiB/sec. | ||
| 4206 | 2024.12.12 04:06:43.411455 [ 264 ] {93467293-6ba3-43d0-9fa9-30b6e0589ac5} <Debug> TCPHandler: Processed in 0.002193977 sec. | ||
| 4207 | 2024.12.12 04:06:43.411713 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4208 | 2024.12.12 04:06:43.411926 [ 263 ] {672ec6db-90ee-45f2-b7f3-0956b1e89eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4209 | 2024.12.12 04:06:43.412007 [ 263 ] {672ec6db-90ee-45f2-b7f3-0956b1e89eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4210 | 2024.12.12 04:06:43.413459 [ 263 ] {672ec6db-90ee-45f2-b7f3-0956b1e89eed} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4211 | 2024.12.12 04:06:43.413502 [ 263 ] {672ec6db-90ee-45f2-b7f3-0956b1e89eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4212 | 2024.12.12 04:06:43.414002 [ 263 ] {672ec6db-90ee-45f2-b7f3-0956b1e89eed} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4213 | 2024.12.12 04:06:43.414256 [ 263 ] {672ec6db-90ee-45f2-b7f3-0956b1e89eed} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4214 | 2024.12.12 04:06:43.414455 [ 263 ] {672ec6db-90ee-45f2-b7f3-0956b1e89eed} <Debug> executeQuery: Read 1199 rows, 101.19 KiB in 0.002589 sec., 463113.1711085361 rows/sec., 38.17 MiB/sec. | ||
| 4215 | 2024.12.12 04:06:43.414520 [ 263 ] {672ec6db-90ee-45f2-b7f3-0956b1e89eed} <Debug> TCPHandler: Processed in 0.002941687 sec. | ||
| 4216 | 2024.12.12 04:06:43.414687 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4217 | 2024.12.12 04:06:43.414829 [ 264 ] {a74e035f-f742-4d38-b7b6-b3d9cf52366e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4218 | 2024.12.12 04:06:43.414888 [ 264 ] {a74e035f-f742-4d38-b7b6-b3d9cf52366e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4219 | 2024.12.12 04:06:43.415581 [ 264 ] {a74e035f-f742-4d38-b7b6-b3d9cf52366e} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4220 | 2024.12.12 04:06:43.415630 [ 264 ] {a74e035f-f742-4d38-b7b6-b3d9cf52366e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4221 | 2024.12.12 04:06:43.415998 [ 264 ] {a74e035f-f742-4d38-b7b6-b3d9cf52366e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4222 | 2024.12.12 04:06:43.416235 [ 264 ] {a74e035f-f742-4d38-b7b6-b3d9cf52366e} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4223 | 2024.12.12 04:06:43.416404 [ 92 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4224 | 2024.12.12 04:06:43.416464 [ 92 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4225 | 2024.12.12 04:06:43.416482 [ 264 ] {a74e035f-f742-4d38-b7b6-b3d9cf52366e} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001676 sec., 3579.952267303103 rows/sec., 249.97 KiB/sec. | ||
| 4226 | 2024.12.12 04:06:43.416500 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4227 | 2024.12.12 04:06:43.416627 [ 264 ] {a74e035f-f742-4d38-b7b6-b3d9cf52366e} <Debug> TCPHandler: Processed in 0.002006553 sec. | ||
| 4228 | 2024.12.12 04:06:43.416761 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 4229 | 2024.12.12 04:06:43.416826 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4230 | 2024.12.12 04:06:43.416903 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4231 | 2024.12.12 04:06:43.416951 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 60 rows starting from the beginning of the part | ||
| 4232 | 2024.12.12 04:06:43.416991 [ 263 ] {0878a51a-756b-42f0-92c6-6d5a4446808a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4233 | 2024.12.12 04:06:43.417127 [ 263 ] {0878a51a-756b-42f0-92c6-6d5a4446808a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4234 | 2024.12.12 04:06:43.417127 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 46 rows starting from the beginning of the part | ||
| 4235 | 2024.12.12 04:06:43.417614 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 46 rows starting from the beginning of the part | ||
| 4236 | 2024.12.12 04:06:43.417920 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part | ||
| 4237 | 2024.12.12 04:06:43.418312 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 46 rows starting from the beginning of the part | ||
| 4238 | 2024.12.12 04:06:43.418629 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 4239 | 2024.12.12 04:06:43.419598 [ 263 ] {0878a51a-756b-42f0-92c6-6d5a4446808a} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4240 | 2024.12.12 04:06:43.419646 [ 263 ] {0878a51a-756b-42f0-92c6-6d5a4446808a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4241 | 2024.12.12 04:06:43.420209 [ 263 ] {0878a51a-756b-42f0-92c6-6d5a4446808a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4242 | 2024.12.12 04:06:43.420272 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 5 columns (5 merged, 0 gathered) in 0.003650965 sec., 71214.04888844457 rows/sec., 5.36 MiB/sec. | ||
| 4243 | 2024.12.12 04:06:43.420522 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4244 | 2024.12.12 04:06:43.420594 [ 263 ] {0878a51a-756b-42f0-92c6-6d5a4446808a} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4245 | 2024.12.12 04:06:43.421022 [ 263 ] {0878a51a-756b-42f0-92c6-6d5a4446808a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004061 sec., 56143.806944102434 rows/sec., 3.80 MiB/sec. | ||
| 4246 | 2024.12.12 04:06:43.421169 [ 263 ] {0878a51a-756b-42f0-92c6-6d5a4446808a} <Debug> TCPHandler: Processed in 0.004426315 sec. | ||
| 4247 | 2024.12.12 04:06:43.421293 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_16_3} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4248 | 2024.12.12 04:06:43.421395 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4249 | 2024.12.12 04:06:43.421444 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_16_3} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4250 | 2024.12.12 04:06:43.421618 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 4251 | 2024.12.12 04:06:43.421627 [ 264 ] {143a17e1-5ab4-4882-882c-4a12fcf93f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4252 | 2024.12.12 04:06:43.421701 [ 264 ] {143a17e1-5ab4-4882-882c-4a12fcf93f2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4253 | 2024.12.12 04:06:43.422532 [ 264 ] {143a17e1-5ab4-4882-882c-4a12fcf93f2e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4254 | 2024.12.12 04:06:43.422571 [ 264 ] {143a17e1-5ab4-4882-882c-4a12fcf93f2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4255 | 2024.12.12 04:06:43.422965 [ 264 ] {143a17e1-5ab4-4882-882c-4a12fcf93f2e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4256 | 2024.12.12 04:06:43.423226 [ 264 ] {143a17e1-5ab4-4882-882c-4a12fcf93f2e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4257 | 2024.12.12 04:06:43.423461 [ 264 ] {143a17e1-5ab4-4882-882c-4a12fcf93f2e} <Debug> executeQuery: Read 526 rows, 39.89 KiB in 0.001896 sec., 277426.1603375528 rows/sec., 20.55 MiB/sec. | ||
| 4258 | 2024.12.12 04:06:43.423642 [ 264 ] {143a17e1-5ab4-4882-882c-4a12fcf93f2e} <Debug> TCPHandler: Processed in 0.002361561 sec. | ||
| 4259 | 2024.12.12 04:06:43.423823 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4260 | 2024.12.12 04:06:43.423958 [ 263 ] {1f85436a-1995-403f-8999-ae3edb61e7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4261 | 2024.12.12 04:06:43.424019 [ 263 ] {1f85436a-1995-403f-8999-ae3edb61e7c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4262 | 2024.12.12 04:06:43.424848 [ 263 ] {1f85436a-1995-403f-8999-ae3edb61e7c7} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4263 | 2024.12.12 04:06:43.424887 [ 263 ] {1f85436a-1995-403f-8999-ae3edb61e7c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4264 | 2024.12.12 04:06:43.425339 [ 263 ] {1f85436a-1995-403f-8999-ae3edb61e7c7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4265 | 2024.12.12 04:06:43.425587 [ 263 ] {1f85436a-1995-403f-8999-ae3edb61e7c7} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4266 | 2024.12.12 04:06:43.425766 [ 263 ] {1f85436a-1995-403f-8999-ae3edb61e7c7} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001839 sec., 480152.25666122895 rows/sec., 32.31 MiB/sec. | ||
| 4267 | 2024.12.12 04:06:43.425818 [ 263 ] {1f85436a-1995-403f-8999-ae3edb61e7c7} <Debug> TCPHandler: Processed in 0.002066974 sec. | ||
| 4268 | 2024.12.12 04:06:43.425971 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4269 | 2024.12.12 04:06:43.426110 [ 264 ] {cbac1992-1c90-46da-a7f2-bb7bf1df0a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4270 | 2024.12.12 04:06:43.426171 [ 264 ] {cbac1992-1c90-46da-a7f2-bb7bf1df0a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4271 | 2024.12.12 04:06:43.426756 [ 264 ] {cbac1992-1c90-46da-a7f2-bb7bf1df0a8f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4272 | 2024.12.12 04:06:43.426795 [ 264 ] {cbac1992-1c90-46da-a7f2-bb7bf1df0a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4273 | 2024.12.12 04:06:43.427168 [ 264 ] {cbac1992-1c90-46da-a7f2-bb7bf1df0a8f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4274 | 2024.12.12 04:06:43.427406 [ 264 ] {cbac1992-1c90-46da-a7f2-bb7bf1df0a8f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4275 | 2024.12.12 04:06:43.427632 [ 264 ] {cbac1992-1c90-46da-a7f2-bb7bf1df0a8f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001544 sec., 38860.103626943004 rows/sec., 2.62 MiB/sec. | ||
| 4276 | 2024.12.12 04:06:43.427740 [ 264 ] {cbac1992-1c90-46da-a7f2-bb7bf1df0a8f} <Debug> TCPHandler: Processed in 0.001829507 sec. | ||
| 4277 | 2024.12.12 04:06:44.280519 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4278 | 2024.12.12 04:06:44.281230 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4279 | 2024.12.12 04:06:44.281273 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4280 | 2024.12.12 04:06:44.281788 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4281 | 2024.12.12 04:06:44.282038 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4282 | 2024.12.12 04:06:44.282239 [ 91 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4283 | 2024.12.12 04:06:44.282274 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4284 | 2024.12.12 04:06:44.282323 [ 91 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4285 | 2024.12.12 04:06:44.282353 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4286 | 2024.12.12 04:06:44.282598 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 4287 | 2024.12.12 04:06:44.282793 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4288 | 2024.12.12 04:06:44.282839 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part | ||
| 4289 | 2024.12.12 04:06:44.282921 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part | ||
| 4290 | 2024.12.12 04:06:44.283128 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part | ||
| 4291 | 2024.12.12 04:06:44.283282 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part | ||
| 4292 | 2024.12.12 04:06:44.283462 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part | ||
| 4293 | 2024.12.12 04:06:44.283588 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part | ||
| 4294 | 2024.12.12 04:06:44.285977 [ 188 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003535595 sec., 2743244.065001789 rows/sec., 39.24 MiB/sec. | ||
| 4295 | 2024.12.12 04:06:44.286310 [ 199 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4296 | 2024.12.12 04:06:44.286703 [ 199 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_21_4} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4297 | 2024.12.12 04:06:44.286810 [ 199 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_21_4} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4298 | 2024.12.12 04:06:44.286924 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. | ||
| 4299 | 2024.12.12 04:06:44.909538 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4300 | 2024.12.12 04:06:44.932532 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4301 | 2024.12.12 04:06:44.932598 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4302 | 2024.12.12 04:06:44.940292 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4303 | 2024.12.12 04:06:44.941105 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4304 | 2024.12.12 04:06:44.941492 [ 90 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4305 | 2024.12.12 04:06:44.941638 [ 90 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4306 | 2024.12.12 04:06:44.941716 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4307 | 2024.12.12 04:06:44.942296 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 4308 | 2024.12.12 04:06:44.956723 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4309 | 2024.12.12 04:06:44.958564 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4310 | 2024.12.12 04:06:44.960196 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part | ||
| 4311 | 2024.12.12 04:06:44.966103 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
| 4312 | 2024.12.12 04:06:44.971758 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part | ||
| 4313 | 2024.12.12 04:06:44.977242 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part | ||
| 4314 | 2024.12.12 04:06:44.982916 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part | ||
| 4315 | 2024.12.12 04:06:44.987375 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
| 4316 | 2024.12.12 04:06:45.000152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.46 MiB, peak 193.46 MiB, free memory in arenas 0.00 B, will set to 185.13 MiB (RSS), difference: -8.33 MiB | ||
| 4317 | 2024.12.12 04:06:45.045399 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.103542479 sec., 1535.6016345716428 rows/sec., 7.94 MiB/sec. | ||
| 4318 | 2024.12.12 04:06:45.047934 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4319 | 2024.12.12 04:06:45.050885 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_21_4} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4320 | 2024.12.12 04:06:45.051009 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_21_4} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4321 | 2024.12.12 04:06:45.053572 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4322 | 2024.12.12 04:06:46.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 175.72 MiB, peak 193.46 MiB, free memory in arenas 0.00 B, will set to 187.01 MiB (RSS), difference: 11.29 MiB | ||
| 4323 | 2024.12.12 04:06:46.806872 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 616 | ||
| 4324 | 2024.12.12 04:06:46.809992 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4325 | 2024.12.12 04:06:46.810090 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4326 | 2024.12.12 04:06:46.811572 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4327 | 2024.12.12 04:06:46.811887 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4328 | 2024.12.12 04:06:46.812904 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 616 | ||
| 4329 | 2024.12.12 04:06:48.385987 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4330 | 2024.12.12 04:06:48.386203 [ 264 ] {2a3f5fcf-4ce1-432b-bc52-1f0bc544f2bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4331 | 2024.12.12 04:06:48.386285 [ 264 ] {2a3f5fcf-4ce1-432b-bc52-1f0bc544f2bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4332 | 2024.12.12 04:06:48.387119 [ 264 ] {2a3f5fcf-4ce1-432b-bc52-1f0bc544f2bd} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4333 | 2024.12.12 04:06:48.387172 [ 264 ] {2a3f5fcf-4ce1-432b-bc52-1f0bc544f2bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4334 | 2024.12.12 04:06:48.387601 [ 264 ] {2a3f5fcf-4ce1-432b-bc52-1f0bc544f2bd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4335 | 2024.12.12 04:06:48.387860 [ 264 ] {2a3f5fcf-4ce1-432b-bc52-1f0bc544f2bd} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4336 | 2024.12.12 04:06:48.388145 [ 264 ] {2a3f5fcf-4ce1-432b-bc52-1f0bc544f2bd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001991 sec., 7031.642390758412 rows/sec., 506.18 KiB/sec. | ||
| 4337 | 2024.12.12 04:06:48.388304 [ 264 ] {2a3f5fcf-4ce1-432b-bc52-1f0bc544f2bd} <Debug> TCPHandler: Processed in 0.002459504 sec. | ||
| 4338 | 2024.12.12 04:06:48.388612 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4339 | 2024.12.12 04:06:48.388824 [ 263 ] {cd9f63a1-89fb-478b-b00a-94d672926200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4340 | 2024.12.12 04:06:48.388906 [ 263 ] {cd9f63a1-89fb-478b-b00a-94d672926200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4341 | 2024.12.12 04:06:48.389755 [ 263 ] {cd9f63a1-89fb-478b-b00a-94d672926200} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4342 | 2024.12.12 04:06:48.389800 [ 263 ] {cd9f63a1-89fb-478b-b00a-94d672926200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4343 | 2024.12.12 04:06:48.390266 [ 263 ] {cd9f63a1-89fb-478b-b00a-94d672926200} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4344 | 2024.12.12 04:06:48.390526 [ 263 ] {cd9f63a1-89fb-478b-b00a-94d672926200} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4345 | 2024.12.12 04:06:48.390763 [ 263 ] {cd9f63a1-89fb-478b-b00a-94d672926200} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001999 sec., 140570.2851425713 rows/sec., 12.42 MiB/sec. | ||
| 4346 | 2024.12.12 04:06:48.390821 [ 263 ] {cd9f63a1-89fb-478b-b00a-94d672926200} <Debug> TCPHandler: Processed in 0.002393033 sec. | ||
| 4347 | 2024.12.12 04:06:48.390972 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4348 | 2024.12.12 04:06:48.391118 [ 264 ] {11c458f5-d56f-45a3-81c7-c19176bd08ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4349 | 2024.12.12 04:06:48.391178 [ 264 ] {11c458f5-d56f-45a3-81c7-c19176bd08ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4350 | 2024.12.12 04:06:48.391897 [ 264 ] {11c458f5-d56f-45a3-81c7-c19176bd08ac} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4351 | 2024.12.12 04:06:48.391946 [ 264 ] {11c458f5-d56f-45a3-81c7-c19176bd08ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4352 | 2024.12.12 04:06:48.392312 [ 264 ] {11c458f5-d56f-45a3-81c7-c19176bd08ac} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4353 | 2024.12.12 04:06:48.392554 [ 264 ] {11c458f5-d56f-45a3-81c7-c19176bd08ac} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4354 | 2024.12.12 04:06:48.392767 [ 264 ] {11c458f5-d56f-45a3-81c7-c19176bd08ac} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001686 sec., 27283.511269276394 rows/sec., 1.96 MiB/sec. | ||
| 4355 | 2024.12.12 04:06:48.392825 [ 264 ] {11c458f5-d56f-45a3-81c7-c19176bd08ac} <Debug> TCPHandler: Processed in 0.00192212 sec. | ||
| 4356 | 2024.12.12 04:06:48.392971 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4357 | 2024.12.12 04:06:48.393109 [ 263 ] {47399948-0c54-4835-9fa6-5f04c070bd44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4358 | 2024.12.12 04:06:48.393167 [ 263 ] {47399948-0c54-4835-9fa6-5f04c070bd44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4359 | 2024.12.12 04:06:48.393878 [ 263 ] {47399948-0c54-4835-9fa6-5f04c070bd44} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4360 | 2024.12.12 04:06:48.393927 [ 263 ] {47399948-0c54-4835-9fa6-5f04c070bd44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4361 | 2024.12.12 04:06:48.394287 [ 263 ] {47399948-0c54-4835-9fa6-5f04c070bd44} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4362 | 2024.12.12 04:06:48.394528 [ 263 ] {47399948-0c54-4835-9fa6-5f04c070bd44} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4363 | 2024.12.12 04:06:48.394766 [ 263 ] {47399948-0c54-4835-9fa6-5f04c070bd44} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001686 sec., 8303.67734282325 rows/sec., 581.54 KiB/sec. | ||
| 4364 | 2024.12.12 04:06:48.394891 [ 263 ] {47399948-0c54-4835-9fa6-5f04c070bd44} <Debug> TCPHandler: Processed in 0.001981672 sec. | ||
| 4365 | 2024.12.12 04:06:48.395074 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4366 | 2024.12.12 04:06:48.395214 [ 264 ] {1fd7e188-53c0-4450-a324-eeece9564b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4367 | 2024.12.12 04:06:48.395272 [ 264 ] {1fd7e188-53c0-4450-a324-eeece9564b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4368 | 2024.12.12 04:06:48.395971 [ 264 ] {1fd7e188-53c0-4450-a324-eeece9564b79} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4369 | 2024.12.12 04:06:48.396011 [ 264 ] {1fd7e188-53c0-4450-a324-eeece9564b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4370 | 2024.12.12 04:06:48.396393 [ 264 ] {1fd7e188-53c0-4450-a324-eeece9564b79} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4371 | 2024.12.12 04:06:48.396629 [ 264 ] {1fd7e188-53c0-4450-a324-eeece9564b79} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4372 | 2024.12.12 04:06:48.396831 [ 264 ] {1fd7e188-53c0-4450-a324-eeece9564b79} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001648 sec., 7888.349514563107 rows/sec., 491.84 KiB/sec. | ||
| 4373 | 2024.12.12 04:06:48.396886 [ 264 ] {1fd7e188-53c0-4450-a324-eeece9564b79} <Debug> TCPHandler: Processed in 0.001880619 sec. | ||
| 4374 | 2024.12.12 04:06:48.397040 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4375 | 2024.12.12 04:06:48.397181 [ 263 ] {4664348b-d7e3-4a73-a901-2e37978dc5a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4376 | 2024.12.12 04:06:48.397239 [ 263 ] {4664348b-d7e3-4a73-a901-2e37978dc5a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4377 | 2024.12.12 04:06:48.398047 [ 263 ] {4664348b-d7e3-4a73-a901-2e37978dc5a0} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4378 | 2024.12.12 04:06:48.398087 [ 263 ] {4664348b-d7e3-4a73-a901-2e37978dc5a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4379 | 2024.12.12 04:06:48.398467 [ 263 ] {4664348b-d7e3-4a73-a901-2e37978dc5a0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4380 | 2024.12.12 04:06:48.398736 [ 263 ] {4664348b-d7e3-4a73-a901-2e37978dc5a0} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4381 | 2024.12.12 04:06:48.398953 [ 263 ] {4664348b-d7e3-4a73-a901-2e37978dc5a0} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001802 sec., 233629.30077691455 rows/sec., 16.69 MiB/sec. | ||
| 4382 | 2024.12.12 04:06:48.399007 [ 263 ] {4664348b-d7e3-4a73-a901-2e37978dc5a0} <Debug> TCPHandler: Processed in 0.002038473 sec. | ||
| 4383 | 2024.12.12 04:06:48.399140 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4384 | 2024.12.12 04:06:48.399256 [ 264 ] {1d977b03-c75e-4645-bac3-9d784eb9def7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4385 | 2024.12.12 04:06:48.399308 [ 264 ] {1d977b03-c75e-4645-bac3-9d784eb9def7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4386 | 2024.12.12 04:06:48.399793 [ 264 ] {1d977b03-c75e-4645-bac3-9d784eb9def7} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4387 | 2024.12.12 04:06:48.399832 [ 264 ] {1d977b03-c75e-4645-bac3-9d784eb9def7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4388 | 2024.12.12 04:06:48.400190 [ 264 ] {1d977b03-c75e-4645-bac3-9d784eb9def7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4389 | 2024.12.12 04:06:48.400423 [ 264 ] {1d977b03-c75e-4645-bac3-9d784eb9def7} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4390 | 2024.12.12 04:06:48.400630 [ 264 ] {1d977b03-c75e-4645-bac3-9d784eb9def7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001399 sec., 4288.777698355968 rows/sec., 224.07 KiB/sec. | ||
| 4391 | 2024.12.12 04:06:48.400681 [ 264 ] {1d977b03-c75e-4645-bac3-9d784eb9def7} <Debug> TCPHandler: Processed in 0.001598362 sec. | ||
| 4392 | 2024.12.12 04:06:48.400812 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4393 | 2024.12.12 04:06:48.400931 [ 263 ] {5309dc70-0424-49b3-94cd-7fff687afb26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4394 | 2024.12.12 04:06:48.400993 [ 263 ] {5309dc70-0424-49b3-94cd-7fff687afb26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4395 | 2024.12.12 04:06:48.401667 [ 263 ] {5309dc70-0424-49b3-94cd-7fff687afb26} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4396 | 2024.12.12 04:06:48.401713 [ 263 ] {5309dc70-0424-49b3-94cd-7fff687afb26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4397 | 2024.12.12 04:06:48.402154 [ 263 ] {5309dc70-0424-49b3-94cd-7fff687afb26} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4398 | 2024.12.12 04:06:48.402399 [ 263 ] {5309dc70-0424-49b3-94cd-7fff687afb26} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4399 | 2024.12.12 04:06:48.402635 [ 263 ] {5309dc70-0424-49b3-94cd-7fff687afb26} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001729 sec., 137073.45286292656 rows/sec., 9.19 MiB/sec. | ||
| 4400 | 2024.12.12 04:06:48.402690 [ 263 ] {5309dc70-0424-49b3-94cd-7fff687afb26} <Debug> TCPHandler: Processed in 0.00193407 sec. | ||
| 4401 | 2024.12.12 04:06:48.402821 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4402 | 2024.12.12 04:06:48.402941 [ 264 ] {6b47e707-4812-47a8-9181-3237b6caf2b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4403 | 2024.12.12 04:06:48.403003 [ 264 ] {6b47e707-4812-47a8-9181-3237b6caf2b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4404 | 2024.12.12 04:06:48.403560 [ 264 ] {6b47e707-4812-47a8-9181-3237b6caf2b8} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4405 | 2024.12.12 04:06:48.403607 [ 264 ] {6b47e707-4812-47a8-9181-3237b6caf2b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4406 | 2024.12.12 04:06:48.404024 [ 264 ] {6b47e707-4812-47a8-9181-3237b6caf2b8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4407 | 2024.12.12 04:06:48.404260 [ 264 ] {6b47e707-4812-47a8-9181-3237b6caf2b8} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4408 | 2024.12.12 04:06:48.404486 [ 264 ] {6b47e707-4812-47a8-9181-3237b6caf2b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001572 sec., 636.1323155216285 rows/sec., 42.86 KiB/sec. | ||
| 4409 | 2024.12.12 04:06:48.404538 [ 264 ] {6b47e707-4812-47a8-9181-3237b6caf2b8} <Debug> TCPHandler: Processed in 0.001772967 sec. | ||
| 4410 | 2024.12.12 04:06:48.404667 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4411 | 2024.12.12 04:06:48.404784 [ 263 ] {ccce1a0b-3c41-4dae-90ef-e5f80df698d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4412 | 2024.12.12 04:06:48.404867 [ 263 ] {ccce1a0b-3c41-4dae-90ef-e5f80df698d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4413 | 2024.12.12 04:06:48.406007 [ 263 ] {ccce1a0b-3c41-4dae-90ef-e5f80df698d6} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4414 | 2024.12.12 04:06:48.406046 [ 263 ] {ccce1a0b-3c41-4dae-90ef-e5f80df698d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4415 | 2024.12.12 04:06:48.406712 [ 263 ] {ccce1a0b-3c41-4dae-90ef-e5f80df698d6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4416 | 2024.12.12 04:06:48.406977 [ 263 ] {ccce1a0b-3c41-4dae-90ef-e5f80df698d6} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4417 | 2024.12.12 04:06:48.407326 [ 263 ] {ccce1a0b-3c41-4dae-90ef-e5f80df698d6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002543 sec., 15336.21706645694 rows/sec., 27.48 MiB/sec. | ||
| 4418 | 2024.12.12 04:06:48.407492 [ 263 ] {ccce1a0b-3c41-4dae-90ef-e5f80df698d6} <Debug> TCPHandler: Processed in 0.002881266 sec. | ||
| 4419 | 2024.12.12 04:06:48.407641 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4420 | 2024.12.12 04:06:48.407785 [ 264 ] {520c96e3-e1e8-4ce8-8d81-ceba4a9bc2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4421 | 2024.12.12 04:06:48.407845 [ 264 ] {520c96e3-e1e8-4ce8-8d81-ceba4a9bc2be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4422 | 2024.12.12 04:06:48.408352 [ 264 ] {520c96e3-e1e8-4ce8-8d81-ceba4a9bc2be} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4423 | 2024.12.12 04:06:48.408391 [ 264 ] {520c96e3-e1e8-4ce8-8d81-ceba4a9bc2be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4424 | 2024.12.12 04:06:48.408783 [ 264 ] {520c96e3-e1e8-4ce8-8d81-ceba4a9bc2be} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4425 | 2024.12.12 04:06:48.409023 [ 264 ] {520c96e3-e1e8-4ce8-8d81-ceba4a9bc2be} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4426 | 2024.12.12 04:06:48.409250 [ 264 ] {520c96e3-e1e8-4ce8-8d81-ceba4a9bc2be} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001496 sec., 54812.83422459893 rows/sec., 3.48 MiB/sec. | ||
| 4427 | 2024.12.12 04:06:48.409301 [ 264 ] {520c96e3-e1e8-4ce8-8d81-ceba4a9bc2be} <Debug> TCPHandler: Processed in 0.001729395 sec. | ||
| 4428 | 2024.12.12 04:06:51.664472 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4429 | 2024.12.12 04:06:51.664542 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4430 | 2024.12.12 04:06:51.782442 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4431 | 2024.12.12 04:06:51.783082 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4432 | 2024.12.12 04:06:51.783134 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4433 | 2024.12.12 04:06:51.783751 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4434 | 2024.12.12 04:06:51.784012 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4435 | 2024.12.12 04:06:51.784249 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4436 | 2024.12.12 04:06:52.456829 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4437 | 2024.12.12 04:06:52.477198 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4438 | 2024.12.12 04:06:52.477258 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4439 | 2024.12.12 04:06:52.484363 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4440 | 2024.12.12 04:06:52.485147 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4441 | 2024.12.12 04:06:52.487722 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4442 | 2024.12.12 04:06:53.379251 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4443 | 2024.12.12 04:06:53.379463 [ 264 ] {3dd9c80f-170e-4677-9a33-8d5f283b0b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4444 | 2024.12.12 04:06:53.379543 [ 264 ] {3dd9c80f-170e-4677-9a33-8d5f283b0b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4445 | 2024.12.12 04:06:53.380363 [ 264 ] {3dd9c80f-170e-4677-9a33-8d5f283b0b47} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4446 | 2024.12.12 04:06:53.380409 [ 264 ] {3dd9c80f-170e-4677-9a33-8d5f283b0b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4447 | 2024.12.12 04:06:53.380848 [ 264 ] {3dd9c80f-170e-4677-9a33-8d5f283b0b47} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4448 | 2024.12.12 04:06:53.381099 [ 264 ] {3dd9c80f-170e-4677-9a33-8d5f283b0b47} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4449 | 2024.12.12 04:06:53.381304 [ 80 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4450 | 2024.12.12 04:06:53.381343 [ 264 ] {3dd9c80f-170e-4677-9a33-8d5f283b0b47} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001939 sec., 28880.86642599278 rows/sec., 2.22 MiB/sec. | ||
| 4451 | 2024.12.12 04:06:53.381393 [ 80 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4452 | 2024.12.12 04:06:53.381462 [ 264 ] {3dd9c80f-170e-4677-9a33-8d5f283b0b47} <Debug> TCPHandler: Processed in 0.002358361 sec. | ||
| 4453 | 2024.12.12 04:06:53.381463 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4454 | 2024.12.12 04:06:53.381747 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 4455 | 2024.12.12 04:06:53.381754 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4456 | 2024.12.12 04:06:53.382228 [ 263 ] {fb169404-d2df-4d98-94f4-86487b092c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4457 | 2024.12.12 04:06:53.382311 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4458 | 2024.12.12 04:06:53.382379 [ 263 ] {fb169404-d2df-4d98-94f4-86487b092c1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4459 | 2024.12.12 04:06:53.382408 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1432 rows starting from the beginning of the part | ||
| 4460 | 2024.12.12 04:06:53.382585 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 4461 | 2024.12.12 04:06:53.382803 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 281 rows starting from the beginning of the part | ||
| 4462 | 2024.12.12 04:06:53.383187 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1199 rows starting from the beginning of the part | ||
| 4463 | 2024.12.12 04:06:53.383433 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 281 rows starting from the beginning of the part | ||
| 4464 | 2024.12.12 04:06:53.383655 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part | ||
| 4465 | 2024.12.12 04:06:53.384332 [ 263 ] {fb169404-d2df-4d98-94f4-86487b092c1a} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4466 | 2024.12.12 04:06:53.384375 [ 263 ] {fb169404-d2df-4d98-94f4-86487b092c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4467 | 2024.12.12 04:06:53.385041 [ 263 ] {fb169404-d2df-4d98-94f4-86487b092c1a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4468 | 2024.12.12 04:06:53.385332 [ 263 ] {fb169404-d2df-4d98-94f4-86487b092c1a} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4469 | 2024.12.12 04:06:53.385492 [ 80 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4470 | 2024.12.12 04:06:53.385536 [ 80 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4471 | 2024.12.12 04:06:53.385558 [ 263 ] {fb169404-d2df-4d98-94f4-86487b092c1a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003494 sec., 18317.115054378934 rows/sec., 1.43 MiB/sec. | ||
| 4472 | 2024.12.12 04:06:53.385561 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4473 | 2024.12.12 04:06:53.385869 [ 263 ] {fb169404-d2df-4d98-94f4-86487b092c1a} <Debug> TCPHandler: Processed in 0.004279421 sec. | ||
| 4474 | 2024.12.12 04:06:53.386157 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 4475 | 2024.12.12 04:06:53.386169 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4476 | 2024.12.12 04:06:53.386623 [ 264 ] {ff0f136e-2d34-48e4-88f3-c49c572139e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4477 | 2024.12.12 04:06:53.386668 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4478 | 2024.12.12 04:06:53.386740 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part | ||
| 4479 | 2024.12.12 04:06:53.386755 [ 264 ] {ff0f136e-2d34-48e4-88f3-c49c572139e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4480 | 2024.12.12 04:06:53.386768 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3305 rows, containing 5 columns (5 merged, 0 gathered) in 0.005161563 sec., 640309.921626453 rows/sec., 56.11 MiB/sec. | ||
| 4481 | 2024.12.12 04:06:53.387088 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 4482 | 2024.12.12 04:06:53.387519 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 421 rows starting from the beginning of the part | ||
| 4483 | 2024.12.12 04:06:53.387659 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4484 | 2024.12.12 04:06:53.388123 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 526 rows starting from the beginning of the part | ||
| 4485 | 2024.12.12 04:06:53.388568 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 421 rows starting from the beginning of the part | ||
| 4486 | 2024.12.12 04:06:53.389025 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part | ||
| 4487 | 2024.12.12 04:06:53.389041 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_31_6} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4488 | 2024.12.12 04:06:53.389915 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_31_6} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4489 | 2024.12.12 04:06:53.390226 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 4490 | 2024.12.12 04:06:53.390419 [ 264 ] {ff0f136e-2d34-48e4-88f3-c49c572139e5} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4491 | 2024.12.12 04:06:53.390469 [ 264 ] {ff0f136e-2d34-48e4-88f3-c49c572139e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4492 | 2024.12.12 04:06:53.391044 [ 264 ] {ff0f136e-2d34-48e4-88f3-c49c572139e5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4493 | 2024.12.12 04:06:53.391340 [ 264 ] {ff0f136e-2d34-48e4-88f3-c49c572139e5} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4494 | 2024.12.12 04:06:53.391575 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4495 | 2024.12.12 04:06:53.391649 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4496 | 2024.12.12 04:06:53.391715 [ 264 ] {ff0f136e-2d34-48e4-88f3-c49c572139e5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005219 sec., 30657.214025675417 rows/sec., 2.14 MiB/sec. | ||
| 4497 | 2024.12.12 04:06:53.391730 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4498 | 2024.12.12 04:06:53.391970 [ 264 ] {ff0f136e-2d34-48e4-88f3-c49c572139e5} <Debug> TCPHandler: Processed in 0.005972756 sec. | ||
| 4499 | 2024.12.12 04:06:53.392293 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4500 | 2024.12.12 04:06:53.392519 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 4501 | 2024.12.12 04:06:53.392555 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 5 columns (5 merged, 0 gathered) in 0.006805097 sec., 353999.3625366398 rows/sec., 27.14 MiB/sec. | ||
| 4502 | 2024.12.12 04:06:53.392637 [ 263 ] {c067f38d-caa2-4a56-b375-8653600148a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4503 | 2024.12.12 04:06:53.392792 [ 263 ] {c067f38d-caa2-4a56-b375-8653600148a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4504 | 2024.12.12 04:06:53.392979 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4505 | 2024.12.12 04:06:53.393030 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4506 | 2024.12.12 04:06:53.393252 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8071 rows starting from the beginning of the part | ||
| 4507 | 2024.12.12 04:06:53.393962 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 4508 | 2024.12.12 04:06:53.394119 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_31_6} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4509 | 2024.12.12 04:06:53.394362 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 4510 | 2024.12.12 04:06:53.394469 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_31_6} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4511 | 2024.12.12 04:06:53.394839 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4512 | 2024.12.12 04:06:53.395127 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 883 rows starting from the beginning of the part | ||
| 4513 | 2024.12.12 04:06:53.395497 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part | ||
| 4514 | 2024.12.12 04:06:53.395870 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
| 4515 | 2024.12.12 04:06:53.395911 [ 263 ] {c067f38d-caa2-4a56-b375-8653600148a5} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4516 | 2024.12.12 04:06:53.396030 [ 263 ] {c067f38d-caa2-4a56-b375-8653600148a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4517 | 2024.12.12 04:06:53.397083 [ 263 ] {c067f38d-caa2-4a56-b375-8653600148a5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4518 | 2024.12.12 04:06:53.397375 [ 263 ] {c067f38d-caa2-4a56-b375-8653600148a5} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4519 | 2024.12.12 04:06:53.397585 [ 80 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4520 | 2024.12.12 04:06:53.397680 [ 80 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4521 | 2024.12.12 04:06:53.397781 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4522 | 2024.12.12 04:06:53.397870 [ 263 ] {c067f38d-caa2-4a56-b375-8653600148a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005319 sec., 11280.315848843768 rows/sec., 778.46 KiB/sec. | ||
| 4523 | 2024.12.12 04:06:53.398176 [ 263 ] {c067f38d-caa2-4a56-b375-8653600148a5} <Debug> TCPHandler: Processed in 0.006088899 sec. | ||
| 4524 | 2024.12.12 04:06:53.398347 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 4525 | 2024.12.12 04:06:53.398666 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4526 | 2024.12.12 04:06:53.398736 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1630 rows starting from the beginning of the part | ||
| 4527 | 2024.12.12 04:06:53.399037 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 4528 | 2024.12.12 04:06:53.399305 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 4529 | 2024.12.12 04:06:53.399642 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 4530 | 2024.12.12 04:06:53.399832 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
| 4531 | 2024.12.12 04:06:53.400063 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 4532 | 2024.12.12 04:06:53.401819 [ 197 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1974 rows, containing 4 columns (4 merged, 0 gathered) in 0.00386664 sec., 510520.7622121532 rows/sec., 33.44 MiB/sec. | ||
| 4533 | 2024.12.12 04:06:53.402047 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9748 rows, containing 5 columns (5 merged, 0 gathered) in 0.010014331 sec., 973405.013275475 rows/sec., 65.83 MiB/sec. | ||
| 4534 | 2024.12.12 04:06:53.402225 [ 197 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4535 | 2024.12.12 04:06:53.402297 [ 189 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4536 | 2024.12.12 04:06:53.402606 [ 197 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_31_6} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4537 | 2024.12.12 04:06:53.402678 [ 189 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4538 | 2024.12.12 04:06:53.402730 [ 197 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_31_6} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4539 | 2024.12.12 04:06:53.402777 [ 189 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4540 | 2024.12.12 04:06:53.402833 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4541 | 2024.12.12 04:06:53.402908 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. | ||
| 4542 | 2024.12.12 04:06:54.625450 [ 78 ] {} <Debug> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4543 | 2024.12.12 04:06:54.625512 [ 78 ] {} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4544 | 2024.12.12 04:06:54.625535 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4545 | 2024.12.12 04:06:54.625739 [ 187 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 4546 | 2024.12.12 04:06:54.625914 [ 187 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4547 | 2024.12.12 04:06:54.625955 [ 187 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 4548 | 2024.12.12 04:06:54.626045 [ 187 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 4549 | 2024.12.12 04:06:54.626206 [ 187 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 4550 | 2024.12.12 04:06:54.626525 [ 187 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part | ||
| 4551 | 2024.12.12 04:06:54.626719 [ 187 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 4552 | 2024.12.12 04:06:54.627866 [ 189 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002246231 sec., 13355.705624221195 rows/sec., 1.11 MiB/sec. | ||
| 4553 | 2024.12.12 04:06:54.628067 [ 197 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4554 | 2024.12.12 04:06:54.628422 [ 197 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_5_1} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4555 | 2024.12.12 04:06:54.628513 [ 197 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_5_1} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4556 | 2024.12.12 04:06:54.628617 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4557 | 2024.12.12 04:06:56.813121 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 646 | ||
| 4558 | 2024.12.12 04:06:56.816441 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4559 | 2024.12.12 04:06:56.816494 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4560 | 2024.12.12 04:06:56.817952 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4561 | 2024.12.12 04:06:56.818268 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4562 | 2024.12.12 04:06:56.818501 [ 75 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4563 | 2024.12.12 04:06:56.818619 [ 75 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4564 | 2024.12.12 04:06:56.818688 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4565 | 2024.12.12 04:06:56.819160 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 4566 | 2024.12.12 04:06:56.819650 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 646 | ||
| 4567 | 2024.12.12 04:06:56.820290 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4568 | 2024.12.12 04:06:56.820492 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 486 rows starting from the beginning of the part | ||
| 4569 | 2024.12.12 04:06:56.821008 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part | ||
| 4570 | 2024.12.12 04:06:56.821526 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 4571 | 2024.12.12 04:06:56.822004 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part | ||
| 4572 | 2024.12.12 04:06:56.822485 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
| 4573 | 2024.12.12 04:06:56.822946 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 4574 | 2024.12.12 04:06:56.831212 [ 191 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 646 rows, containing 72 columns (72 merged, 0 gathered) in 0.012358631 sec., 52271.16174922611 rows/sec., 45.75 MiB/sec. | ||
| 4575 | 2024.12.12 04:06:56.832422 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4576 | 2024.12.12 04:06:56.833286 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_16_3} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4577 | 2024.12.12 04:06:56.833385 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_16_3} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4578 | 2024.12.12 04:06:56.833721 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
| 4579 | 2024.12.12 04:06:58.385052 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4580 | 2024.12.12 04:06:58.385238 [ 264 ] {8de52b5f-852c-4a0e-b1f2-9ffc8d34918a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4581 | 2024.12.12 04:06:58.385308 [ 264 ] {8de52b5f-852c-4a0e-b1f2-9ffc8d34918a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4582 | 2024.12.12 04:06:58.386036 [ 264 ] {8de52b5f-852c-4a0e-b1f2-9ffc8d34918a} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4583 | 2024.12.12 04:06:58.386076 [ 264 ] {8de52b5f-852c-4a0e-b1f2-9ffc8d34918a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4584 | 2024.12.12 04:06:58.386500 [ 264 ] {8de52b5f-852c-4a0e-b1f2-9ffc8d34918a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4585 | 2024.12.12 04:06:58.386766 [ 264 ] {8de52b5f-852c-4a0e-b1f2-9ffc8d34918a} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4586 | 2024.12.12 04:06:58.386912 [ 74 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4587 | 2024.12.12 04:06:58.386959 [ 74 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4588 | 2024.12.12 04:06:58.386968 [ 264 ] {8de52b5f-852c-4a0e-b1f2-9ffc8d34918a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001779 sec., 7869.589657110737 rows/sec., 566.51 KiB/sec. | ||
| 4589 | 2024.12.12 04:06:58.386988 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4590 | 2024.12.12 04:06:58.387074 [ 264 ] {8de52b5f-852c-4a0e-b1f2-9ffc8d34918a} <Debug> TCPHandler: Processed in 0.002150516 sec. | ||
| 4591 | 2024.12.12 04:06:58.387355 [ 189 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 4592 | 2024.12.12 04:06:58.387422 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4593 | 2024.12.12 04:06:58.387802 [ 263 ] {428824bc-69b3-4fe2-8019-cf5708d0b90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4594 | 2024.12.12 04:06:58.387851 [ 189 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4595 | 2024.12.12 04:06:58.387936 [ 263 ] {428824bc-69b3-4fe2-8019-cf5708d0b90e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4596 | 2024.12.12 04:06:58.387970 [ 189 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 4597 | 2024.12.12 04:06:58.388418 [ 189 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 4598 | 2024.12.12 04:06:58.388686 [ 189 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 4599 | 2024.12.12 04:06:58.389086 [ 189 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 4600 | 2024.12.12 04:06:58.389481 [ 189 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 4601 | 2024.12.12 04:06:58.390970 [ 263 ] {428824bc-69b3-4fe2-8019-cf5708d0b90e} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4602 | 2024.12.12 04:06:58.391054 [ 263 ] {428824bc-69b3-4fe2-8019-cf5708d0b90e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4603 | 2024.12.12 04:06:58.392184 [ 263 ] {428824bc-69b3-4fe2-8019-cf5708d0b90e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4604 | 2024.12.12 04:06:58.392238 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005138602 sec., 13622.382118716336 rows/sec., 1.01 MiB/sec. | ||
| 4605 | 2024.12.12 04:06:58.392490 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4606 | 2024.12.12 04:06:58.392594 [ 263 ] {428824bc-69b3-4fe2-8019-cf5708d0b90e} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4607 | 2024.12.12 04:06:58.392999 [ 263 ] {428824bc-69b3-4fe2-8019-cf5708d0b90e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005329 sec., 375.3049352598986 rows/sec., 30.60 KiB/sec. | ||
| 4608 | 2024.12.12 04:06:58.393192 [ 263 ] {428824bc-69b3-4fe2-8019-cf5708d0b90e} <Debug> TCPHandler: Processed in 0.005986137 sec. | ||
| 4609 | 2024.12.12 04:06:58.393201 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_13_3} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4610 | 2024.12.12 04:06:58.393390 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_13_3} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4611 | 2024.12.12 04:06:58.393417 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4612 | 2024.12.12 04:06:58.393524 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4613 | 2024.12.12 04:06:58.393619 [ 264 ] {be054954-c32c-463c-975a-d7b4870c4e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4614 | 2024.12.12 04:06:58.393680 [ 264 ] {be054954-c32c-463c-975a-d7b4870c4e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4615 | 2024.12.12 04:06:58.394483 [ 264 ] {be054954-c32c-463c-975a-d7b4870c4e95} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4616 | 2024.12.12 04:06:58.394521 [ 264 ] {be054954-c32c-463c-975a-d7b4870c4e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4617 | 2024.12.12 04:06:58.394901 [ 264 ] {be054954-c32c-463c-975a-d7b4870c4e95} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4618 | 2024.12.12 04:06:58.395140 [ 264 ] {be054954-c32c-463c-975a-d7b4870c4e95} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4619 | 2024.12.12 04:06:58.395363 [ 264 ] {be054954-c32c-463c-975a-d7b4870c4e95} <Debug> executeQuery: Read 282 rows, 25.49 KiB in 0.00177 sec., 159322.0338983051 rows/sec., 14.07 MiB/sec. | ||
| 4620 | 2024.12.12 04:06:58.395438 [ 264 ] {be054954-c32c-463c-975a-d7b4870c4e95} <Debug> TCPHandler: Processed in 0.002135186 sec. | ||
| 4621 | 2024.12.12 04:06:58.395660 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4622 | 2024.12.12 04:06:58.395811 [ 263 ] {31cb5351-f6b8-4a6c-aeac-07181be1f2ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4623 | 2024.12.12 04:06:58.395865 [ 263 ] {31cb5351-f6b8-4a6c-aeac-07181be1f2ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4624 | 2024.12.12 04:06:58.396487 [ 263 ] {31cb5351-f6b8-4a6c-aeac-07181be1f2ab} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4625 | 2024.12.12 04:06:58.396526 [ 263 ] {31cb5351-f6b8-4a6c-aeac-07181be1f2ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4626 | 2024.12.12 04:06:58.396893 [ 263 ] {31cb5351-f6b8-4a6c-aeac-07181be1f2ab} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4627 | 2024.12.12 04:06:58.397132 [ 263 ] {31cb5351-f6b8-4a6c-aeac-07181be1f2ab} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4628 | 2024.12.12 04:06:58.397321 [ 263 ] {31cb5351-f6b8-4a6c-aeac-07181be1f2ab} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001543 sec., 31108.230719377832 rows/sec., 2.23 MiB/sec. | ||
| 4629 | 2024.12.12 04:06:58.397377 [ 263 ] {31cb5351-f6b8-4a6c-aeac-07181be1f2ab} <Debug> TCPHandler: Processed in 0.001837968 sec. | ||
| 4630 | 2024.12.12 04:06:58.397532 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4631 | 2024.12.12 04:06:58.397667 [ 264 ] {91c83d37-9947-4c71-8e7d-a88d1b249b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4632 | 2024.12.12 04:06:58.397725 [ 264 ] {91c83d37-9947-4c71-8e7d-a88d1b249b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4633 | 2024.12.12 04:06:58.398387 [ 264 ] {91c83d37-9947-4c71-8e7d-a88d1b249b23} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4634 | 2024.12.12 04:06:58.398427 [ 264 ] {91c83d37-9947-4c71-8e7d-a88d1b249b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4635 | 2024.12.12 04:06:58.398775 [ 264 ] {91c83d37-9947-4c71-8e7d-a88d1b249b23} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4636 | 2024.12.12 04:06:58.399008 [ 264 ] {91c83d37-9947-4c71-8e7d-a88d1b249b23} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4637 | 2024.12.12 04:06:58.399211 [ 264 ] {91c83d37-9947-4c71-8e7d-a88d1b249b23} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001575 sec., 8888.888888888889 rows/sec., 622.52 KiB/sec. | ||
| 4638 | 2024.12.12 04:06:58.399264 [ 264 ] {91c83d37-9947-4c71-8e7d-a88d1b249b23} <Debug> TCPHandler: Processed in 0.001798387 sec. | ||
| 4639 | 2024.12.12 04:06:58.399414 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4640 | 2024.12.12 04:06:58.399556 [ 263 ] {e8ca3d91-9eeb-4377-81d1-94a4a8b9fd65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4641 | 2024.12.12 04:06:58.399613 [ 263 ] {e8ca3d91-9eeb-4377-81d1-94a4a8b9fd65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4642 | 2024.12.12 04:06:58.400295 [ 263 ] {e8ca3d91-9eeb-4377-81d1-94a4a8b9fd65} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4643 | 2024.12.12 04:06:58.400335 [ 263 ] {e8ca3d91-9eeb-4377-81d1-94a4a8b9fd65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4644 | 2024.12.12 04:06:58.400685 [ 263 ] {e8ca3d91-9eeb-4377-81d1-94a4a8b9fd65} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4645 | 2024.12.12 04:06:58.400918 [ 263 ] {e8ca3d91-9eeb-4377-81d1-94a4a8b9fd65} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4646 | 2024.12.12 04:06:58.401038 [ 72 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4647 | 2024.12.12 04:06:58.401078 [ 72 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4648 | 2024.12.12 04:06:58.401102 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4649 | 2024.12.12 04:06:58.401105 [ 263 ] {e8ca3d91-9eeb-4377-81d1-94a4a8b9fd65} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001581 sec., 8222.643896268184 rows/sec., 512.68 KiB/sec. | ||
| 4650 | 2024.12.12 04:06:58.401361 [ 263 ] {e8ca3d91-9eeb-4377-81d1-94a4a8b9fd65} <Debug> TCPHandler: Processed in 0.002010733 sec. | ||
| 4651 | 2024.12.12 04:06:58.401455 [ 201 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 4652 | 2024.12.12 04:06:58.401622 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4653 | 2024.12.12 04:06:58.401953 [ 264 ] {16783947-e2c2-465b-be0f-1c758f1f9f3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4654 | 2024.12.12 04:06:58.401964 [ 201 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4655 | 2024.12.12 04:06:58.402057 [ 264 ] {16783947-e2c2-465b-be0f-1c758f1f9f3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4656 | 2024.12.12 04:06:58.402057 [ 201 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 4657 | 2024.12.12 04:06:58.402470 [ 201 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 4658 | 2024.12.12 04:06:58.402799 [ 201 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 4659 | 2024.12.12 04:06:58.403174 [ 201 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 4660 | 2024.12.12 04:06:58.403581 [ 201 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 4661 | 2024.12.12 04:06:58.404804 [ 264 ] {16783947-e2c2-465b-be0f-1c758f1f9f3f} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4662 | 2024.12.12 04:06:58.404866 [ 264 ] {16783947-e2c2-465b-be0f-1c758f1f9f3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4663 | 2024.12.12 04:06:58.405931 [ 264 ] {16783947-e2c2-465b-be0f-1c758f1f9f3f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4664 | 2024.12.12 04:06:58.405959 [ 201 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004761204 sec., 13652.009029648803 rows/sec., 904.53 KiB/sec. | ||
| 4665 | 2024.12.12 04:06:58.406196 [ 189 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4666 | 2024.12.12 04:06:58.406389 [ 264 ] {16783947-e2c2-465b-be0f-1c758f1f9f3f} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4667 | 2024.12.12 04:06:58.406810 [ 264 ] {16783947-e2c2-465b-be0f-1c758f1f9f3f} <Debug> executeQuery: Read 423 rows, 30.97 KiB in 0.004947 sec., 85506.36749545179 rows/sec., 6.11 MiB/sec. | ||
| 4668 | 2024.12.12 04:06:58.406874 [ 189 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_13_3} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4669 | 2024.12.12 04:06:58.406963 [ 264 ] {16783947-e2c2-465b-be0f-1c758f1f9f3f} <Debug> TCPHandler: Processed in 0.005485613 sec. | ||
| 4670 | 2024.12.12 04:06:58.407073 [ 189 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_13_3} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4671 | 2024.12.12 04:06:58.407183 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4672 | 2024.12.12 04:06:58.407199 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4673 | 2024.12.12 04:06:58.407337 [ 263 ] {b397b49d-5b8b-431f-a51f-648c4dd3ef07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4674 | 2024.12.12 04:06:58.407391 [ 263 ] {b397b49d-5b8b-431f-a51f-648c4dd3ef07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4675 | 2024.12.12 04:06:58.407886 [ 263 ] {b397b49d-5b8b-431f-a51f-648c4dd3ef07} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4676 | 2024.12.12 04:06:58.407925 [ 263 ] {b397b49d-5b8b-431f-a51f-648c4dd3ef07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4677 | 2024.12.12 04:06:58.408307 [ 263 ] {b397b49d-5b8b-431f-a51f-648c4dd3ef07} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4678 | 2024.12.12 04:06:58.408545 [ 263 ] {b397b49d-5b8b-431f-a51f-648c4dd3ef07} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4679 | 2024.12.12 04:06:58.408770 [ 263 ] {b397b49d-5b8b-431f-a51f-648c4dd3ef07} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec. | ||
| 4680 | 2024.12.12 04:06:58.408945 [ 263 ] {b397b49d-5b8b-431f-a51f-648c4dd3ef07} <Debug> TCPHandler: Processed in 0.001870019 sec. | ||
| 4681 | 2024.12.12 04:06:58.409098 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4682 | 2024.12.12 04:06:58.409215 [ 264 ] {70e8f8e1-347d-430f-a374-5092e59fb7c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4683 | 2024.12.12 04:06:58.409267 [ 264 ] {70e8f8e1-347d-430f-a374-5092e59fb7c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4684 | 2024.12.12 04:06:58.409851 [ 264 ] {70e8f8e1-347d-430f-a374-5092e59fb7c6} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4685 | 2024.12.12 04:06:58.409891 [ 264 ] {70e8f8e1-347d-430f-a374-5092e59fb7c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4686 | 2024.12.12 04:06:58.410283 [ 264 ] {70e8f8e1-347d-430f-a374-5092e59fb7c6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4687 | 2024.12.12 04:06:58.410520 [ 264 ] {70e8f8e1-347d-430f-a374-5092e59fb7c6} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4688 | 2024.12.12 04:06:58.410737 [ 264 ] {70e8f8e1-347d-430f-a374-5092e59fb7c6} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001546 sec., 153945.66623544632 rows/sec., 10.32 MiB/sec. | ||
| 4689 | 2024.12.12 04:06:58.410857 [ 264 ] {70e8f8e1-347d-430f-a374-5092e59fb7c6} <Debug> TCPHandler: Processed in 0.001816457 sec. | ||
| 4690 | 2024.12.12 04:06:58.411014 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4691 | 2024.12.12 04:06:58.411133 [ 263 ] {89382376-6a6e-4a8d-b9a8-56ea08fe845d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4692 | 2024.12.12 04:06:58.411184 [ 263 ] {89382376-6a6e-4a8d-b9a8-56ea08fe845d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4693 | 2024.12.12 04:06:58.411641 [ 263 ] {89382376-6a6e-4a8d-b9a8-56ea08fe845d} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4694 | 2024.12.12 04:06:58.411679 [ 263 ] {89382376-6a6e-4a8d-b9a8-56ea08fe845d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4695 | 2024.12.12 04:06:58.412032 [ 263 ] {89382376-6a6e-4a8d-b9a8-56ea08fe845d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4696 | 2024.12.12 04:06:58.412271 [ 263 ] {89382376-6a6e-4a8d-b9a8-56ea08fe845d} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4697 | 2024.12.12 04:06:58.412490 [ 263 ] {89382376-6a6e-4a8d-b9a8-56ea08fe845d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001372 sec., 728.862973760933 rows/sec., 49.11 KiB/sec. | ||
| 4698 | 2024.12.12 04:06:58.412655 [ 263 ] {89382376-6a6e-4a8d-b9a8-56ea08fe845d} <Debug> TCPHandler: Processed in 0.001701704 sec. | ||
| 4699 | 2024.12.12 04:06:58.412872 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4700 | 2024.12.12 04:06:58.412988 [ 264 ] {fbafe8d7-ded4-4745-b19b-56d8d4dd62dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4701 | 2024.12.12 04:06:58.413071 [ 264 ] {fbafe8d7-ded4-4745-b19b-56d8d4dd62dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4702 | 2024.12.12 04:06:58.414205 [ 264 ] {fbafe8d7-ded4-4745-b19b-56d8d4dd62dd} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4703 | 2024.12.12 04:06:58.414244 [ 264 ] {fbafe8d7-ded4-4745-b19b-56d8d4dd62dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4704 | 2024.12.12 04:06:58.414893 [ 264 ] {fbafe8d7-ded4-4745-b19b-56d8d4dd62dd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4705 | 2024.12.12 04:06:58.415145 [ 264 ] {fbafe8d7-ded4-4745-b19b-56d8d4dd62dd} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4706 | 2024.12.12 04:06:58.415328 [ 72 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4707 | 2024.12.12 04:06:58.415400 [ 72 ] {} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4708 | 2024.12.12 04:06:58.415438 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4709 | 2024.12.12 04:06:58.415444 [ 264 ] {fbafe8d7-ded4-4745-b19b-56d8d4dd62dd} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002469 sec., 15795.868772782504 rows/sec., 28.31 MiB/sec. | ||
| 4710 | 2024.12.12 04:06:58.415808 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::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 | ||
| 4711 | 2024.12.12 04:06:58.416094 [ 264 ] {fbafe8d7-ded4-4745-b19b-56d8d4dd62dd} <Debug> TCPHandler: Processed in 0.003331137 sec. | ||
| 4712 | 2024.12.12 04:06:58.416327 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4713 | 2024.12.12 04:06:58.416410 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4714 | 2024.12.12 04:06:58.416557 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 360 rows starting from the beginning of the part | ||
| 4715 | 2024.12.12 04:06:58.416606 [ 263 ] {5d8fd4b4-faa0-4eec-a98d-3c18fdebb072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4716 | 2024.12.12 04:06:58.416817 [ 263 ] {5d8fd4b4-faa0-4eec-a98d-3c18fdebb072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4717 | 2024.12.12 04:06:58.417279 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part | ||
| 4718 | 2024.12.12 04:06:58.418145 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part | ||
| 4719 | 2024.12.12 04:06:58.418822 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part | ||
| 4720 | 2024.12.12 04:06:58.419622 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part | ||
| 4721 | 2024.12.12 04:06:58.419630 [ 263 ] {5d8fd4b4-faa0-4eec-a98d-3c18fdebb072} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4722 | 2024.12.12 04:06:58.419708 [ 263 ] {5d8fd4b4-faa0-4eec-a98d-3c18fdebb072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4723 | 2024.12.12 04:06:58.420268 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part | ||
| 4724 | 2024.12.12 04:06:58.421569 [ 263 ] {5d8fd4b4-faa0-4eec-a98d-3c18fdebb072} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4725 | 2024.12.12 04:06:58.422173 [ 263 ] {5d8fd4b4-faa0-4eec-a98d-3c18fdebb072} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4726 | 2024.12.12 04:06:58.422572 [ 263 ] {5d8fd4b4-faa0-4eec-a98d-3c18fdebb072} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00602 sec., 13621.26245847176 rows/sec., 885.88 KiB/sec. | ||
| 4727 | 2024.12.12 04:06:58.422889 [ 263 ] {5d8fd4b4-faa0-4eec-a98d-3c18fdebb072} <Debug> TCPHandler: Processed in 0.006697725 sec. | ||
| 4728 | 2024.12.12 04:06:58.425788 [ 189 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 555 rows, containing 19 columns (19 merged, 0 gathered) in 0.010249922 sec., 54146.7535070023 rows/sec., 97.03 MiB/sec. | ||
| 4729 | 2024.12.12 04:06:58.426370 [ 186 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4730 | 2024.12.12 04:06:58.426746 [ 186 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4731 | 2024.12.12 04:06:58.426818 [ 186 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4732 | 2024.12.12 04:06:58.426915 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.55 MiB. | ||
| 4733 | 2024.12.12 04:06:59.284389 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 4734 | 2024.12.12 04:06:59.285585 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4735 | 2024.12.12 04:06:59.285675 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4736 | 2024.12.12 04:06:59.286242 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4737 | 2024.12.12 04:06:59.286491 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4738 | 2024.12.12 04:06:59.286727 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 4739 | 2024.12.12 04:06:59.987785 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4740 | 2024.12.12 04:07:00.007954 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4741 | 2024.12.12 04:07:00.008007 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4742 | 2024.12.12 04:07:00.015437 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4743 | 2024.12.12 04:07:00.016192 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4744 | 2024.12.12 04:07:00.018877 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4745 | 2024.12.12 04:07:03.378883 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4746 | 2024.12.12 04:07:03.379163 [ 264 ] {581facb2-a734-4caa-ad22-4aaaafc71f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4747 | 2024.12.12 04:07:03.379275 [ 264 ] {581facb2-a734-4caa-ad22-4aaaafc71f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4748 | 2024.12.12 04:07:03.380148 [ 264 ] {581facb2-a734-4caa-ad22-4aaaafc71f78} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4749 | 2024.12.12 04:07:03.380203 [ 264 ] {581facb2-a734-4caa-ad22-4aaaafc71f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4750 | 2024.12.12 04:07:03.380633 [ 264 ] {581facb2-a734-4caa-ad22-4aaaafc71f78} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4751 | 2024.12.12 04:07:03.380896 [ 264 ] {581facb2-a734-4caa-ad22-4aaaafc71f78} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4752 | 2024.12.12 04:07:03.381132 [ 264 ] {581facb2-a734-4caa-ad22-4aaaafc71f78} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002047 sec., 27357.107962872495 rows/sec., 2.10 MiB/sec. | ||
| 4753 | 2024.12.12 04:07:03.381200 [ 264 ] {581facb2-a734-4caa-ad22-4aaaafc71f78} <Debug> TCPHandler: Processed in 0.002503075 sec. | ||
| 4754 | 2024.12.12 04:07:03.381536 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4755 | 2024.12.12 04:07:03.381844 [ 263 ] {53e12c3a-79f8-4aca-bcbe-671cea8d5ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4756 | 2024.12.12 04:07:03.381964 [ 263 ] {53e12c3a-79f8-4aca-bcbe-671cea8d5ca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4757 | 2024.12.12 04:07:03.382979 [ 263 ] {53e12c3a-79f8-4aca-bcbe-671cea8d5ca6} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4758 | 2024.12.12 04:07:03.383032 [ 263 ] {53e12c3a-79f8-4aca-bcbe-671cea8d5ca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4759 | 2024.12.12 04:07:03.383463 [ 263 ] {53e12c3a-79f8-4aca-bcbe-671cea8d5ca6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4760 | 2024.12.12 04:07:03.383713 [ 263 ] {53e12c3a-79f8-4aca-bcbe-671cea8d5ca6} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4761 | 2024.12.12 04:07:03.383982 [ 263 ] {53e12c3a-79f8-4aca-bcbe-671cea8d5ca6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002224 sec., 28776.97841726619 rows/sec., 2.25 MiB/sec. | ||
| 4762 | 2024.12.12 04:07:03.384052 [ 263 ] {53e12c3a-79f8-4aca-bcbe-671cea8d5ca6} <Debug> TCPHandler: Processed in 0.002706311 sec. | ||
| 4763 | 2024.12.12 04:07:03.384207 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4764 | 2024.12.12 04:07:03.384355 [ 264 ] {b95a17c9-0f8f-4e35-a288-f77cfd52af7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4765 | 2024.12.12 04:07:03.384422 [ 264 ] {b95a17c9-0f8f-4e35-a288-f77cfd52af7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4766 | 2024.12.12 04:07:03.385100 [ 264 ] {b95a17c9-0f8f-4e35-a288-f77cfd52af7d} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4767 | 2024.12.12 04:07:03.385151 [ 264 ] {b95a17c9-0f8f-4e35-a288-f77cfd52af7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4768 | 2024.12.12 04:07:03.385621 [ 264 ] {b95a17c9-0f8f-4e35-a288-f77cfd52af7d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4769 | 2024.12.12 04:07:03.385864 [ 264 ] {b95a17c9-0f8f-4e35-a288-f77cfd52af7d} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4770 | 2024.12.12 04:07:03.386078 [ 264 ] {b95a17c9-0f8f-4e35-a288-f77cfd52af7d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00176 sec., 90909.09090909091 rows/sec., 6.33 MiB/sec. | ||
| 4771 | 2024.12.12 04:07:03.386136 [ 264 ] {b95a17c9-0f8f-4e35-a288-f77cfd52af7d} <Debug> TCPHandler: Processed in 0.001996769 sec. | ||
| 4772 | 2024.12.12 04:07:03.386284 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4773 | 2024.12.12 04:07:03.386408 [ 263 ] {458fa5e8-eaa2-43c2-9549-a2e7107348b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4774 | 2024.12.12 04:07:03.386465 [ 263 ] {458fa5e8-eaa2-43c2-9549-a2e7107348b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4775 | 2024.12.12 04:07:03.387059 [ 263 ] {458fa5e8-eaa2-43c2-9549-a2e7107348b5} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4776 | 2024.12.12 04:07:03.387108 [ 263 ] {458fa5e8-eaa2-43c2-9549-a2e7107348b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4777 | 2024.12.12 04:07:03.387549 [ 263 ] {458fa5e8-eaa2-43c2-9549-a2e7107348b5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4778 | 2024.12.12 04:07:03.387789 [ 263 ] {458fa5e8-eaa2-43c2-9549-a2e7107348b5} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4779 | 2024.12.12 04:07:03.388028 [ 263 ] {458fa5e8-eaa2-43c2-9549-a2e7107348b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001647 sec., 36429.87249544627 rows/sec., 2.46 MiB/sec. | ||
| 4780 | 2024.12.12 04:07:03.388082 [ 263 ] {458fa5e8-eaa2-43c2-9549-a2e7107348b5} <Debug> TCPHandler: Processed in 0.001854858 sec. | ||
| 4781 | 2024.12.12 04:07:06.664614 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4782 | 2024.12.12 04:07:06.664701 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4783 | 2024.12.12 04:07:06.786857 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 4784 | 2024.12.12 04:07:06.787528 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4785 | 2024.12.12 04:07:06.787576 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4786 | 2024.12.12 04:07:06.788157 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4787 | 2024.12.12 04:07:06.788431 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4788 | 2024.12.12 04:07:06.788687 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4789 | 2024.12.12 04:07:06.819856 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 678 | ||
| 4790 | 2024.12.12 04:07:06.822996 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4791 | 2024.12.12 04:07:06.823046 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4792 | 2024.12.12 04:07:06.824527 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4793 | 2024.12.12 04:07:06.824843 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4794 | 2024.12.12 04:07:06.825361 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 678 | ||
| 4795 | 2024.12.12 04:07:07.518938 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4796 | 2024.12.12 04:07:07.541128 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4797 | 2024.12.12 04:07:07.541187 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4798 | 2024.12.12 04:07:07.548490 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4799 | 2024.12.12 04:07:07.549299 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4800 | 2024.12.12 04:07:07.552752 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4801 | 2024.12.12 04:07:08.385262 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4802 | 2024.12.12 04:07:08.385460 [ 264 ] {51f27ad1-f72f-4d1b-bfa3-90a14e6b6d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4803 | 2024.12.12 04:07:08.385540 [ 264 ] {51f27ad1-f72f-4d1b-bfa3-90a14e6b6d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4804 | 2024.12.12 04:07:08.386304 [ 264 ] {51f27ad1-f72f-4d1b-bfa3-90a14e6b6d8f} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4805 | 2024.12.12 04:07:08.386355 [ 264 ] {51f27ad1-f72f-4d1b-bfa3-90a14e6b6d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4806 | 2024.12.12 04:07:08.386802 [ 264 ] {51f27ad1-f72f-4d1b-bfa3-90a14e6b6d8f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4807 | 2024.12.12 04:07:08.387062 [ 264 ] {51f27ad1-f72f-4d1b-bfa3-90a14e6b6d8f} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4808 | 2024.12.12 04:07:08.387297 [ 264 ] {51f27ad1-f72f-4d1b-bfa3-90a14e6b6d8f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001893 sec., 7395.668251452721 rows/sec., 532.39 KiB/sec. | ||
| 4809 | 2024.12.12 04:07:08.387357 [ 264 ] {51f27ad1-f72f-4d1b-bfa3-90a14e6b6d8f} <Debug> TCPHandler: Processed in 0.002232008 sec. | ||
| 4810 | 2024.12.12 04:07:08.387623 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4811 | 2024.12.12 04:07:08.387817 [ 263 ] {1590cd26-088e-4f91-a454-11ba756eaf0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4812 | 2024.12.12 04:07:08.387888 [ 263 ] {1590cd26-088e-4f91-a454-11ba756eaf0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4813 | 2024.12.12 04:07:08.388792 [ 263 ] {1590cd26-088e-4f91-a454-11ba756eaf0c} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4814 | 2024.12.12 04:07:08.388833 [ 263 ] {1590cd26-088e-4f91-a454-11ba756eaf0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4815 | 2024.12.12 04:07:08.389287 [ 263 ] {1590cd26-088e-4f91-a454-11ba756eaf0c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4816 | 2024.12.12 04:07:08.389544 [ 263 ] {1590cd26-088e-4f91-a454-11ba756eaf0c} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4817 | 2024.12.12 04:07:08.389739 [ 263 ] {1590cd26-088e-4f91-a454-11ba756eaf0c} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001974 sec., 142350.55724417427 rows/sec., 12.58 MiB/sec. | ||
| 4818 | 2024.12.12 04:07:08.389802 [ 263 ] {1590cd26-088e-4f91-a454-11ba756eaf0c} <Debug> TCPHandler: Processed in 0.00232318 sec. | ||
| 4819 | 2024.12.12 04:07:08.389989 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4820 | 2024.12.12 04:07:08.390130 [ 264 ] {4c2c3c50-46ad-4f41-90b2-9cf9eb1424b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4821 | 2024.12.12 04:07:08.390187 [ 264 ] {4c2c3c50-46ad-4f41-90b2-9cf9eb1424b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4822 | 2024.12.12 04:07:08.390869 [ 264 ] {4c2c3c50-46ad-4f41-90b2-9cf9eb1424b1} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4823 | 2024.12.12 04:07:08.390909 [ 264 ] {4c2c3c50-46ad-4f41-90b2-9cf9eb1424b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4824 | 2024.12.12 04:07:08.391276 [ 264 ] {4c2c3c50-46ad-4f41-90b2-9cf9eb1424b1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4825 | 2024.12.12 04:07:08.391525 [ 264 ] {4c2c3c50-46ad-4f41-90b2-9cf9eb1424b1} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4826 | 2024.12.12 04:07:08.391781 [ 264 ] {4c2c3c50-46ad-4f41-90b2-9cf9eb1424b1} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00168 sec., 27380.952380952378 rows/sec., 1.97 MiB/sec. | ||
| 4827 | 2024.12.12 04:07:08.391976 [ 264 ] {4c2c3c50-46ad-4f41-90b2-9cf9eb1424b1} <Debug> TCPHandler: Processed in 0.002055414 sec. | ||
| 4828 | 2024.12.12 04:07:08.392167 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4829 | 2024.12.12 04:07:08.392305 [ 263 ] {e839413f-77a4-40a6-9274-59457277227a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4830 | 2024.12.12 04:07:08.392362 [ 263 ] {e839413f-77a4-40a6-9274-59457277227a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4831 | 2024.12.12 04:07:08.393010 [ 263 ] {e839413f-77a4-40a6-9274-59457277227a} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4832 | 2024.12.12 04:07:08.393056 [ 263 ] {e839413f-77a4-40a6-9274-59457277227a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4833 | 2024.12.12 04:07:08.393453 [ 263 ] {e839413f-77a4-40a6-9274-59457277227a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4834 | 2024.12.12 04:07:08.393706 [ 263 ] {e839413f-77a4-40a6-9274-59457277227a} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4835 | 2024.12.12 04:07:08.393913 [ 263 ] {e839413f-77a4-40a6-9274-59457277227a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001632 sec., 8578.43137254902 rows/sec., 600.78 KiB/sec. | ||
| 4836 | 2024.12.12 04:07:08.394095 [ 263 ] {e839413f-77a4-40a6-9274-59457277227a} <Debug> TCPHandler: Processed in 0.001993422 sec. | ||
| 4837 | 2024.12.12 04:07:08.394287 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4838 | 2024.12.12 04:07:08.394421 [ 264 ] {c5990ffb-8820-45b3-9318-68347ccfaecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4839 | 2024.12.12 04:07:08.394477 [ 264 ] {c5990ffb-8820-45b3-9318-68347ccfaecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4840 | 2024.12.12 04:07:08.395081 [ 264 ] {c5990ffb-8820-45b3-9318-68347ccfaecd} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4841 | 2024.12.12 04:07:08.395119 [ 264 ] {c5990ffb-8820-45b3-9318-68347ccfaecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4842 | 2024.12.12 04:07:08.395471 [ 264 ] {c5990ffb-8820-45b3-9318-68347ccfaecd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4843 | 2024.12.12 04:07:08.395708 [ 264 ] {c5990ffb-8820-45b3-9318-68347ccfaecd} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4844 | 2024.12.12 04:07:08.395912 [ 264 ] {c5990ffb-8820-45b3-9318-68347ccfaecd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00152 sec., 8552.631578947368 rows/sec., 533.25 KiB/sec. | ||
| 4845 | 2024.12.12 04:07:08.395964 [ 264 ] {c5990ffb-8820-45b3-9318-68347ccfaecd} <Debug> TCPHandler: Processed in 0.001751736 sec. | ||
| 4846 | 2024.12.12 04:07:08.396106 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4847 | 2024.12.12 04:07:08.396221 [ 263 ] {ea5ea381-fd5f-4050-a7a2-e23f75c7f115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4848 | 2024.12.12 04:07:08.396269 [ 263 ] {ea5ea381-fd5f-4050-a7a2-e23f75c7f115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4849 | 2024.12.12 04:07:08.397037 [ 263 ] {ea5ea381-fd5f-4050-a7a2-e23f75c7f115} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4850 | 2024.12.12 04:07:08.397077 [ 263 ] {ea5ea381-fd5f-4050-a7a2-e23f75c7f115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4851 | 2024.12.12 04:07:08.397464 [ 263 ] {ea5ea381-fd5f-4050-a7a2-e23f75c7f115} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4852 | 2024.12.12 04:07:08.397702 [ 263 ] {ea5ea381-fd5f-4050-a7a2-e23f75c7f115} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4853 | 2024.12.12 04:07:08.397891 [ 263 ] {ea5ea381-fd5f-4050-a7a2-e23f75c7f115} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001694 sec., 248524.2030696576 rows/sec., 17.76 MiB/sec. | ||
| 4854 | 2024.12.12 04:07:08.398009 [ 263 ] {ea5ea381-fd5f-4050-a7a2-e23f75c7f115} <Debug> TCPHandler: Processed in 0.001958651 sec. | ||
| 4855 | 2024.12.12 04:07:08.398169 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4856 | 2024.12.12 04:07:08.398289 [ 264 ] {d903bd8e-dace-4b5c-9150-8c992cfe52ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4857 | 2024.12.12 04:07:08.398340 [ 264 ] {d903bd8e-dace-4b5c-9150-8c992cfe52ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4858 | 2024.12.12 04:07:08.398842 [ 264 ] {d903bd8e-dace-4b5c-9150-8c992cfe52ea} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4859 | 2024.12.12 04:07:08.398880 [ 264 ] {d903bd8e-dace-4b5c-9150-8c992cfe52ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4860 | 2024.12.12 04:07:08.399241 [ 264 ] {d903bd8e-dace-4b5c-9150-8c992cfe52ea} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4861 | 2024.12.12 04:07:08.399490 [ 264 ] {d903bd8e-dace-4b5c-9150-8c992cfe52ea} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4862 | 2024.12.12 04:07:08.399698 [ 264 ] {d903bd8e-dace-4b5c-9150-8c992cfe52ea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001433 sec., 4187.02023726448 rows/sec., 218.76 KiB/sec. | ||
| 4863 | 2024.12.12 04:07:08.399747 [ 264 ] {d903bd8e-dace-4b5c-9150-8c992cfe52ea} <Debug> TCPHandler: Processed in 0.001633003 sec. | ||
| 4864 | 2024.12.12 04:07:08.399901 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4865 | 2024.12.12 04:07:08.400040 [ 263 ] {4d0f53a3-59c2-43d5-a022-9e6e11a70e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4866 | 2024.12.12 04:07:08.400102 [ 263 ] {4d0f53a3-59c2-43d5-a022-9e6e11a70e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4867 | 2024.12.12 04:07:08.400826 [ 263 ] {4d0f53a3-59c2-43d5-a022-9e6e11a70e45} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4868 | 2024.12.12 04:07:08.400902 [ 263 ] {4d0f53a3-59c2-43d5-a022-9e6e11a70e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4869 | 2024.12.12 04:07:08.401413 [ 263 ] {4d0f53a3-59c2-43d5-a022-9e6e11a70e45} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4870 | 2024.12.12 04:07:08.401651 [ 263 ] {4d0f53a3-59c2-43d5-a022-9e6e11a70e45} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4871 | 2024.12.12 04:07:08.401835 [ 263 ] {4d0f53a3-59c2-43d5-a022-9e6e11a70e45} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001826 sec., 129791.89485213583 rows/sec., 8.70 MiB/sec. | ||
| 4872 | 2024.12.12 04:07:08.401886 [ 263 ] {4d0f53a3-59c2-43d5-a022-9e6e11a70e45} <Debug> TCPHandler: Processed in 0.002051483 sec. | ||
| 4873 | 2024.12.12 04:07:08.402049 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4874 | 2024.12.12 04:07:08.402187 [ 264 ] {43a90c60-89b8-4349-83d8-10ce895f4b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4875 | 2024.12.12 04:07:08.402247 [ 264 ] {43a90c60-89b8-4349-83d8-10ce895f4b73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4876 | 2024.12.12 04:07:08.402786 [ 264 ] {43a90c60-89b8-4349-83d8-10ce895f4b73} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4877 | 2024.12.12 04:07:08.402824 [ 264 ] {43a90c60-89b8-4349-83d8-10ce895f4b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4878 | 2024.12.12 04:07:08.403181 [ 264 ] {43a90c60-89b8-4349-83d8-10ce895f4b73} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4879 | 2024.12.12 04:07:08.403413 [ 264 ] {43a90c60-89b8-4349-83d8-10ce895f4b73} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4880 | 2024.12.12 04:07:08.403704 [ 264 ] {43a90c60-89b8-4349-83d8-10ce895f4b73} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001524 sec., 656.1679790026246 rows/sec., 44.21 KiB/sec. | ||
| 4881 | 2024.12.12 04:07:08.403884 [ 264 ] {43a90c60-89b8-4349-83d8-10ce895f4b73} <Debug> TCPHandler: Processed in 0.001896069 sec. | ||
| 4882 | 2024.12.12 04:07:08.404052 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4883 | 2024.12.12 04:07:08.404201 [ 263 ] {dda7b319-de62-431c-8cac-a675ab284c78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4884 | 2024.12.12 04:07:08.404295 [ 263 ] {dda7b319-de62-431c-8cac-a675ab284c78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4885 | 2024.12.12 04:07:08.405618 [ 263 ] {dda7b319-de62-431c-8cac-a675ab284c78} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4886 | 2024.12.12 04:07:08.405657 [ 263 ] {dda7b319-de62-431c-8cac-a675ab284c78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4887 | 2024.12.12 04:07:08.406368 [ 263 ] {dda7b319-de62-431c-8cac-a675ab284c78} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4888 | 2024.12.12 04:07:08.406634 [ 263 ] {dda7b319-de62-431c-8cac-a675ab284c78} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4889 | 2024.12.12 04:07:08.406939 [ 263 ] {dda7b319-de62-431c-8cac-a675ab284c78} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002746 sec., 14202.476329206118 rows/sec., 25.45 MiB/sec. | ||
| 4890 | 2024.12.12 04:07:08.407164 [ 263 ] {dda7b319-de62-431c-8cac-a675ab284c78} <Debug> TCPHandler: Processed in 0.003181703 sec. | ||
| 4891 | 2024.12.12 04:07:08.407322 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4892 | 2024.12.12 04:07:08.407465 [ 264 ] {0f54b794-a8d2-4510-a064-584e209caeba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4893 | 2024.12.12 04:07:08.407526 [ 264 ] {0f54b794-a8d2-4510-a064-584e209caeba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4894 | 2024.12.12 04:07:08.408093 [ 264 ] {0f54b794-a8d2-4510-a064-584e209caeba} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4895 | 2024.12.12 04:07:08.408135 [ 264 ] {0f54b794-a8d2-4510-a064-584e209caeba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4896 | 2024.12.12 04:07:08.408616 [ 264 ] {0f54b794-a8d2-4510-a064-584e209caeba} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4897 | 2024.12.12 04:07:08.408863 [ 264 ] {0f54b794-a8d2-4510-a064-584e209caeba} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4898 | 2024.12.12 04:07:08.409094 [ 264 ] {0f54b794-a8d2-4510-a064-584e209caeba} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001653 sec., 49606.77555958863 rows/sec., 3.15 MiB/sec. | ||
| 4899 | 2024.12.12 04:07:08.409192 [ 264 ] {0f54b794-a8d2-4510-a064-584e209caeba} <Debug> TCPHandler: Processed in 0.001937902 sec. | ||
| 4900 | 2024.12.12 04:07:13.408695 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4901 | 2024.12.12 04:07:13.408901 [ 264 ] {058d43ee-30ed-4aff-afc0-26f5c2fadf93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4902 | 2024.12.12 04:07:13.408976 [ 264 ] {058d43ee-30ed-4aff-afc0-26f5c2fadf93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4903 | 2024.12.12 04:07:13.410376 [ 264 ] {058d43ee-30ed-4aff-afc0-26f5c2fadf93} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4904 | 2024.12.12 04:07:13.410429 [ 264 ] {058d43ee-30ed-4aff-afc0-26f5c2fadf93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4905 | 2024.12.12 04:07:13.410943 [ 264 ] {058d43ee-30ed-4aff-afc0-26f5c2fadf93} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4906 | 2024.12.12 04:07:13.411199 [ 264 ] {058d43ee-30ed-4aff-afc0-26f5c2fadf93} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4907 | 2024.12.12 04:07:13.411454 [ 264 ] {058d43ee-30ed-4aff-afc0-26f5c2fadf93} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002604 sec., 459293.3947772657 rows/sec., 37.87 MiB/sec. | ||
| 4908 | 2024.12.12 04:07:13.411525 [ 264 ] {058d43ee-30ed-4aff-afc0-26f5c2fadf93} <Debug> TCPHandler: Processed in 0.002964217 sec. | ||
| 4909 | 2024.12.12 04:07:13.411784 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4910 | 2024.12.12 04:07:13.411981 [ 263 ] {8185b5fa-cdf1-45ed-b994-ffa5c59f74d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4911 | 2024.12.12 04:07:13.412057 [ 263 ] {8185b5fa-cdf1-45ed-b994-ffa5c59f74d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4912 | 2024.12.12 04:07:13.412908 [ 263 ] {8185b5fa-cdf1-45ed-b994-ffa5c59f74d5} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4913 | 2024.12.12 04:07:13.412957 [ 263 ] {8185b5fa-cdf1-45ed-b994-ffa5c59f74d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4914 | 2024.12.12 04:07:13.413413 [ 263 ] {8185b5fa-cdf1-45ed-b994-ffa5c59f74d5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4915 | 2024.12.12 04:07:13.413680 [ 263 ] {8185b5fa-cdf1-45ed-b994-ffa5c59f74d5} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4916 | 2024.12.12 04:07:13.413877 [ 49 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4917 | 2024.12.12 04:07:13.413948 [ 263 ] {8185b5fa-cdf1-45ed-b994-ffa5c59f74d5} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002016 sec., 113095.23809523809 rows/sec., 7.66 MiB/sec. | ||
| 4918 | 2024.12.12 04:07:13.413958 [ 49 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4919 | 2024.12.12 04:07:13.414041 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4920 | 2024.12.12 04:07:13.414095 [ 263 ] {8185b5fa-cdf1-45ed-b994-ffa5c59f74d5} <Debug> TCPHandler: Processed in 0.002441074 sec. | ||
| 4921 | 2024.12.12 04:07:13.414316 [ 190 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::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 | ||
| 4922 | 2024.12.12 04:07:13.414317 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4923 | 2024.12.12 04:07:13.414507 [ 264 ] {6ac5955e-4595-4def-a222-a48802e22a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4924 | 2024.12.12 04:07:13.414511 [ 190 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4925 | 2024.12.12 04:07:13.414568 [ 264 ] {6ac5955e-4595-4def-a222-a48802e22a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4926 | 2024.12.12 04:07:13.414570 [ 190 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part | ||
| 4927 | 2024.12.12 04:07:13.414766 [ 190 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part | ||
| 4928 | 2024.12.12 04:07:13.415074 [ 190 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 4929 | 2024.12.12 04:07:13.415561 [ 190 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 4930 | 2024.12.12 04:07:13.415945 [ 190 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 4931 | 2024.12.12 04:07:13.416193 [ 190 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 228 rows starting from the beginning of the part | ||
| 4932 | 2024.12.12 04:07:13.417066 [ 264 ] {6ac5955e-4595-4def-a222-a48802e22a16} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4933 | 2024.12.12 04:07:13.417109 [ 264 ] {6ac5955e-4595-4def-a222-a48802e22a16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4934 | 2024.12.12 04:07:13.417711 [ 264 ] {6ac5955e-4595-4def-a222-a48802e22a16} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4935 | 2024.12.12 04:07:13.418001 [ 190 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.003861111 sec., 191913.67458744388 rows/sec., 13.74 MiB/sec. | ||
| 4936 | 2024.12.12 04:07:13.418057 [ 264 ] {6ac5955e-4595-4def-a222-a48802e22a16} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4937 | 2024.12.12 04:07:13.418150 [ 190 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4938 | 2024.12.12 04:07:13.418504 [ 264 ] {6ac5955e-4595-4def-a222-a48802e22a16} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.004044 sec., 128585.55885262116 rows/sec., 9.52 MiB/sec. | ||
| 4939 | 2024.12.12 04:07:13.418861 [ 264 ] {6ac5955e-4595-4def-a222-a48802e22a16} <Debug> TCPHandler: Processed in 0.004636921 sec. | ||
| 4940 | 2024.12.12 04:07:13.419041 [ 190 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_21_4} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4941 | 2024.12.12 04:07:13.419183 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4942 | 2024.12.12 04:07:13.419398 [ 190 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_21_4} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4943 | 2024.12.12 04:07:13.419455 [ 263 ] {d999c342-a39d-47ae-8358-ebc37abb1d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4944 | 2024.12.12 04:07:13.419559 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 4945 | 2024.12.12 04:07:13.419587 [ 263 ] {d999c342-a39d-47ae-8358-ebc37abb1d0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4946 | 2024.12.12 04:07:13.420430 [ 263 ] {d999c342-a39d-47ae-8358-ebc37abb1d0b} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4947 | 2024.12.12 04:07:13.420471 [ 263 ] {d999c342-a39d-47ae-8358-ebc37abb1d0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4948 | 2024.12.12 04:07:13.420953 [ 263 ] {d999c342-a39d-47ae-8358-ebc37abb1d0b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4949 | 2024.12.12 04:07:13.421208 [ 263 ] {d999c342-a39d-47ae-8358-ebc37abb1d0b} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4950 | 2024.12.12 04:07:13.421444 [ 263 ] {d999c342-a39d-47ae-8358-ebc37abb1d0b} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.002062 sec., 426770.1260911736 rows/sec., 28.71 MiB/sec. | ||
| 4951 | 2024.12.12 04:07:13.421499 [ 263 ] {d999c342-a39d-47ae-8358-ebc37abb1d0b} <Debug> TCPHandler: Processed in 0.002507176 sec. | ||
| 4952 | 2024.12.12 04:07:13.421669 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4953 | 2024.12.12 04:07:13.421803 [ 264 ] {6d3a0864-b116-44b6-bbb5-4e31562ce516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4954 | 2024.12.12 04:07:13.421863 [ 264 ] {6d3a0864-b116-44b6-bbb5-4e31562ce516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4955 | 2024.12.12 04:07:13.422389 [ 264 ] {6d3a0864-b116-44b6-bbb5-4e31562ce516} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4956 | 2024.12.12 04:07:13.422430 [ 264 ] {6d3a0864-b116-44b6-bbb5-4e31562ce516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4957 | 2024.12.12 04:07:13.422826 [ 264 ] {6d3a0864-b116-44b6-bbb5-4e31562ce516} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4958 | 2024.12.12 04:07:13.423071 [ 264 ] {6d3a0864-b116-44b6-bbb5-4e31562ce516} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4959 | 2024.12.12 04:07:13.423331 [ 264 ] {6d3a0864-b116-44b6-bbb5-4e31562ce516} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001553 sec., 38634.9001931745 rows/sec., 2.60 MiB/sec. | ||
| 4960 | 2024.12.12 04:07:13.423497 [ 264 ] {6d3a0864-b116-44b6-bbb5-4e31562ce516} <Debug> TCPHandler: Processed in 0.001885649 sec. | ||
| 4961 | 2024.12.12 04:07:14.288811 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 4962 | 2024.12.12 04:07:14.289908 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4963 | 2024.12.12 04:07:14.289972 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4964 | 2024.12.12 04:07:14.290499 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4965 | 2024.12.12 04:07:14.290754 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4966 | 2024.12.12 04:07:14.291029 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 4967 | 2024.12.12 04:07:15.052811 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 4968 | 2024.12.12 04:07:15.074422 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4969 | 2024.12.12 04:07:15.074480 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4970 | 2024.12.12 04:07:15.081969 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4971 | 2024.12.12 04:07:15.082742 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4972 | 2024.12.12 04:07:15.086454 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 4973 | 2024.12.12 04:07:16.825533 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 710 | ||
| 4974 | 2024.12.12 04:07:16.828574 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4975 | 2024.12.12 04:07:16.828622 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4976 | 2024.12.12 04:07:16.830076 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4977 | 2024.12.12 04:07:16.830384 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4978 | 2024.12.12 04:07:16.831768 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 710 | ||
| 4979 | 2024.12.12 04:07:18.385957 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4980 | 2024.12.12 04:07:18.386165 [ 264 ] {da827ba9-3f28-46be-88ee-383270466609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4981 | 2024.12.12 04:07:18.386240 [ 264 ] {da827ba9-3f28-46be-88ee-383270466609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4982 | 2024.12.12 04:07:18.386979 [ 264 ] {da827ba9-3f28-46be-88ee-383270466609} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4983 | 2024.12.12 04:07:18.387030 [ 264 ] {da827ba9-3f28-46be-88ee-383270466609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4984 | 2024.12.12 04:07:18.387458 [ 264 ] {da827ba9-3f28-46be-88ee-383270466609} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4985 | 2024.12.12 04:07:18.387726 [ 264 ] {da827ba9-3f28-46be-88ee-383270466609} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4986 | 2024.12.12 04:07:18.387964 [ 264 ] {da827ba9-3f28-46be-88ee-383270466609} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001853 sec., 7555.315704263357 rows/sec., 543.88 KiB/sec. | ||
| 4987 | 2024.12.12 04:07:18.388021 [ 264 ] {da827ba9-3f28-46be-88ee-383270466609} <Debug> TCPHandler: Processed in 0.002213897 sec. | ||
| 4988 | 2024.12.12 04:07:18.388264 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4989 | 2024.12.12 04:07:18.388483 [ 263 ] {7ce89637-3595-43b6-a6c3-6e09dd506ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4990 | 2024.12.12 04:07:18.388566 [ 263 ] {7ce89637-3595-43b6-a6c3-6e09dd506ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4991 | 2024.12.12 04:07:18.389480 [ 263 ] {7ce89637-3595-43b6-a6c3-6e09dd506ae5} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4992 | 2024.12.12 04:07:18.389522 [ 263 ] {7ce89637-3595-43b6-a6c3-6e09dd506ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4993 | 2024.12.12 04:07:18.389991 [ 263 ] {7ce89637-3595-43b6-a6c3-6e09dd506ae5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4994 | 2024.12.12 04:07:18.390250 [ 263 ] {7ce89637-3595-43b6-a6c3-6e09dd506ae5} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4995 | 2024.12.12 04:07:18.390392 [ 40 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4996 | 2024.12.12 04:07:18.390444 [ 40 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4997 | 2024.12.12 04:07:18.390455 [ 263 ] {7ce89637-3595-43b6-a6c3-6e09dd506ae5} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002029 sec., 138491.86791522917 rows/sec., 12.24 MiB/sec. | ||
| 4998 | 2024.12.12 04:07:18.390474 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4999 | 2024.12.12 04:07:18.390543 [ 263 ] {7ce89637-3595-43b6-a6c3-6e09dd506ae5} <Debug> TCPHandler: Processed in 0.002411373 sec. | ||
| 5000 | 2024.12.12 04:07:18.390721 [ 190 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 5001 | 2024.12.12 04:07:18.390753 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5002 | 2024.12.12 04:07:18.390868 [ 190 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5003 | 2024.12.12 04:07:18.390914 [ 190 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1432 rows starting from the beginning of the part | ||
| 5004 | 2024.12.12 04:07:18.390917 [ 264 ] {a9c7e5ad-5f79-4ff7-be8c-273559c2ca57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5005 | 2024.12.12 04:07:18.391035 [ 264 ] {a9c7e5ad-5f79-4ff7-be8c-273559c2ca57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5006 | 2024.12.12 04:07:18.391046 [ 190 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 282 rows starting from the beginning of the part | ||
| 5007 | 2024.12.12 04:07:18.391534 [ 190 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 5008 | 2024.12.12 04:07:18.391838 [ 190 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 281 rows starting from the beginning of the part | ||
| 5009 | 2024.12.12 04:07:18.392243 [ 190 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1196 rows starting from the beginning of the part | ||
| 5010 | 2024.12.12 04:07:18.392586 [ 190 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 281 rows starting from the beginning of the part | ||
| 5011 | 2024.12.12 04:07:18.393608 [ 264 ] {a9c7e5ad-5f79-4ff7-be8c-273559c2ca57} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5012 | 2024.12.12 04:07:18.393649 [ 264 ] {a9c7e5ad-5f79-4ff7-be8c-273559c2ca57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5013 | 2024.12.12 04:07:18.394316 [ 264 ] {a9c7e5ad-5f79-4ff7-be8c-273559c2ca57} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5014 | 2024.12.12 04:07:18.394607 [ 264 ] {a9c7e5ad-5f79-4ff7-be8c-273559c2ca57} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5015 | 2024.12.12 04:07:18.394840 [ 264 ] {a9c7e5ad-5f79-4ff7-be8c-273559c2ca57} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.003959 sec., 11619.095731245265 rows/sec., 855.94 KiB/sec. | ||
| 5016 | 2024.12.12 04:07:18.394903 [ 264 ] {a9c7e5ad-5f79-4ff7-be8c-273559c2ca57} <Debug> TCPHandler: Processed in 0.004257061 sec. | ||
| 5017 | 2024.12.12 04:07:18.395097 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5018 | 2024.12.12 04:07:18.395285 [ 189 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3528 rows, containing 5 columns (5 merged, 0 gathered) in 0.004710798 sec., 748917.6992942597 rows/sec., 65.99 MiB/sec. | ||
| 5019 | 2024.12.12 04:07:18.395318 [ 263 ] {46e11733-86fe-4a80-9ce6-ac67b2c91099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5020 | 2024.12.12 04:07:18.395398 [ 263 ] {46e11733-86fe-4a80-9ce6-ac67b2c91099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5021 | 2024.12.12 04:07:18.395630 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5022 | 2024.12.12 04:07:18.396091 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_36_7} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5023 | 2024.12.12 04:07:18.396204 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_36_7} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5024 | 2024.12.12 04:07:18.396303 [ 263 ] {46e11733-86fe-4a80-9ce6-ac67b2c91099} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5025 | 2024.12.12 04:07:18.396318 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 5026 | 2024.12.12 04:07:18.396347 [ 263 ] {46e11733-86fe-4a80-9ce6-ac67b2c91099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5027 | 2024.12.12 04:07:18.396710 [ 263 ] {46e11733-86fe-4a80-9ce6-ac67b2c91099} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5028 | 2024.12.12 04:07:18.396965 [ 263 ] {46e11733-86fe-4a80-9ce6-ac67b2c91099} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5029 | 2024.12.12 04:07:18.397177 [ 263 ] {46e11733-86fe-4a80-9ce6-ac67b2c91099} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001901 sec., 7364.544976328249 rows/sec., 515.76 KiB/sec. | ||
| 5030 | 2024.12.12 04:07:18.397400 [ 263 ] {46e11733-86fe-4a80-9ce6-ac67b2c91099} <Debug> TCPHandler: Processed in 0.002420343 sec. | ||
| 5031 | 2024.12.12 04:07:18.397595 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5032 | 2024.12.12 04:07:18.397734 [ 264 ] {af13407b-66c8-4765-8ba5-08542e1a7bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5033 | 2024.12.12 04:07:18.397792 [ 264 ] {af13407b-66c8-4765-8ba5-08542e1a7bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5034 | 2024.12.12 04:07:18.398417 [ 264 ] {af13407b-66c8-4765-8ba5-08542e1a7bdd} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5035 | 2024.12.12 04:07:18.398457 [ 264 ] {af13407b-66c8-4765-8ba5-08542e1a7bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5036 | 2024.12.12 04:07:18.398810 [ 264 ] {af13407b-66c8-4765-8ba5-08542e1a7bdd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5037 | 2024.12.12 04:07:18.399049 [ 264 ] {af13407b-66c8-4765-8ba5-08542e1a7bdd} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5038 | 2024.12.12 04:07:18.399302 [ 264 ] {af13407b-66c8-4765-8ba5-08542e1a7bdd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001592 sec., 8165.829145728642 rows/sec., 509.14 KiB/sec. | ||
| 5039 | 2024.12.12 04:07:18.399518 [ 264 ] {af13407b-66c8-4765-8ba5-08542e1a7bdd} <Debug> TCPHandler: Processed in 0.002009563 sec. | ||
| 5040 | 2024.12.12 04:07:18.399700 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5041 | 2024.12.12 04:07:18.399837 [ 263 ] {bc8fa1c1-fd1e-4494-a56f-225df5c76058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5042 | 2024.12.12 04:07:18.399895 [ 263 ] {bc8fa1c1-fd1e-4494-a56f-225df5c76058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5043 | 2024.12.12 04:07:18.400663 [ 263 ] {bc8fa1c1-fd1e-4494-a56f-225df5c76058} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5044 | 2024.12.12 04:07:18.400703 [ 263 ] {bc8fa1c1-fd1e-4494-a56f-225df5c76058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5045 | 2024.12.12 04:07:18.401085 [ 263 ] {bc8fa1c1-fd1e-4494-a56f-225df5c76058} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5046 | 2024.12.12 04:07:18.401319 [ 263 ] {bc8fa1c1-fd1e-4494-a56f-225df5c76058} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5047 | 2024.12.12 04:07:18.401443 [ 40 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5048 | 2024.12.12 04:07:18.401483 [ 40 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5049 | 2024.12.12 04:07:18.401502 [ 263 ] {bc8fa1c1-fd1e-4494-a56f-225df5c76058} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001691 sec., 248965.1094027203 rows/sec., 17.79 MiB/sec. | ||
| 5050 | 2024.12.12 04:07:18.401506 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5051 | 2024.12.12 04:07:18.401631 [ 263 ] {bc8fa1c1-fd1e-4494-a56f-225df5c76058} <Debug> TCPHandler: Processed in 0.002011672 sec. | ||
| 5052 | 2024.12.12 04:07:18.401715 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 5053 | 2024.12.12 04:07:18.401815 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5054 | 2024.12.12 04:07:18.401848 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5055 | 2024.12.12 04:07:18.401879 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 5056 | 2024.12.12 04:07:18.402055 [ 264 ] {a75e6c4a-56f8-49ab-9214-5948c5cb8b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5057 | 2024.12.12 04:07:18.402079 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 423 rows starting from the beginning of the part | ||
| 5058 | 2024.12.12 04:07:18.402218 [ 264 ] {a75e6c4a-56f8-49ab-9214-5948c5cb8b89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5059 | 2024.12.12 04:07:18.402432 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 5060 | 2024.12.12 04:07:18.402761 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 421 rows starting from the beginning of the part | ||
| 5061 | 2024.12.12 04:07:18.403139 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 520 rows starting from the beginning of the part | ||
| 5062 | 2024.12.12 04:07:18.403390 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 421 rows starting from the beginning of the part | ||
| 5063 | 2024.12.12 04:07:18.403949 [ 264 ] {a75e6c4a-56f8-49ab-9214-5948c5cb8b89} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5064 | 2024.12.12 04:07:18.403994 [ 264 ] {a75e6c4a-56f8-49ab-9214-5948c5cb8b89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5065 | 2024.12.12 04:07:18.404558 [ 264 ] {a75e6c4a-56f8-49ab-9214-5948c5cb8b89} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5066 | 2024.12.12 04:07:18.404903 [ 264 ] {a75e6c4a-56f8-49ab-9214-5948c5cb8b89} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5067 | 2024.12.12 04:07:18.405521 [ 264 ] {a75e6c4a-56f8-49ab-9214-5948c5cb8b89} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003533 sec., 1698.2734220209454 rows/sec., 88.73 KiB/sec. | ||
| 5068 | 2024.12.12 04:07:18.406031 [ 264 ] {a75e6c4a-56f8-49ab-9214-5948c5cb8b89} <Debug> TCPHandler: Processed in 0.00429696 sec. | ||
| 5069 | 2024.12.12 04:07:18.406035 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2762 rows, containing 5 columns (5 merged, 0 gathered) in 0.004432565 sec., 623115.5098684395 rows/sec., 47.56 MiB/sec. | ||
| 5070 | 2024.12.12 04:07:18.406218 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5071 | 2024.12.12 04:07:18.406298 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5072 | 2024.12.12 04:07:18.406412 [ 263 ] {599b7f3f-3b82-4e05-adbb-5ad706091055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5073 | 2024.12.12 04:07:18.406493 [ 263 ] {599b7f3f-3b82-4e05-adbb-5ad706091055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5074 | 2024.12.12 04:07:18.406989 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_36_7} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5075 | 2024.12.12 04:07:18.407144 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_36_7} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5076 | 2024.12.12 04:07:18.407306 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 5077 | 2024.12.12 04:07:18.407558 [ 263 ] {599b7f3f-3b82-4e05-adbb-5ad706091055} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5078 | 2024.12.12 04:07:18.407603 [ 263 ] {599b7f3f-3b82-4e05-adbb-5ad706091055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5079 | 2024.12.12 04:07:18.408008 [ 263 ] {599b7f3f-3b82-4e05-adbb-5ad706091055} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5080 | 2024.12.12 04:07:18.408253 [ 263 ] {599b7f3f-3b82-4e05-adbb-5ad706091055} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5081 | 2024.12.12 04:07:18.408383 [ 40 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5082 | 2024.12.12 04:07:18.408424 [ 40 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5083 | 2024.12.12 04:07:18.408444 [ 263 ] {599b7f3f-3b82-4e05-adbb-5ad706091055} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00211 sec., 112322.2748815166 rows/sec., 7.53 MiB/sec. | ||
| 5084 | 2024.12.12 04:07:18.408453 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5085 | 2024.12.12 04:07:18.408579 [ 263 ] {599b7f3f-3b82-4e05-adbb-5ad706091055} <Debug> TCPHandler: Processed in 0.002438253 sec. | ||
| 5086 | 2024.12.12 04:07:18.409000 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5087 | 2024.12.12 04:07:18.409053 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 5088 | 2024.12.12 04:07:18.409308 [ 264 ] {4f124434-f64b-4af4-aa24-a86ce4fb6b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5089 | 2024.12.12 04:07:18.409428 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5090 | 2024.12.12 04:07:18.409429 [ 264 ] {4f124434-f64b-4af4-aa24-a86ce4fb6b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5091 | 2024.12.12 04:07:18.409507 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9748 rows starting from the beginning of the part | ||
| 5092 | 2024.12.12 04:07:18.409953 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 238 rows starting from the beginning of the part | ||
| 5093 | 2024.12.12 04:07:18.410331 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 5094 | 2024.12.12 04:07:18.410601 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 5095 | 2024.12.12 04:07:18.410899 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 880 rows starting from the beginning of the part | ||
| 5096 | 2024.12.12 04:07:18.411218 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 237 rows starting from the beginning of the part | ||
| 5097 | 2024.12.12 04:07:18.411928 [ 264 ] {4f124434-f64b-4af4-aa24-a86ce4fb6b6d} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5098 | 2024.12.12 04:07:18.411983 [ 264 ] {4f124434-f64b-4af4-aa24-a86ce4fb6b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5099 | 2024.12.12 04:07:18.412675 [ 264 ] {4f124434-f64b-4af4-aa24-a86ce4fb6b6d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5100 | 2024.12.12 04:07:18.413079 [ 264 ] {4f124434-f64b-4af4-aa24-a86ce4fb6b6d} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5101 | 2024.12.12 04:07:18.413355 [ 40 ] {} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5102 | 2024.12.12 04:07:18.413578 [ 40 ] {} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5103 | 2024.12.12 04:07:18.413599 [ 264 ] {4f124434-f64b-4af4-aa24-a86ce4fb6b6d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004319 sec., 231.535077564251 rows/sec., 15.60 KiB/sec. | ||
| 5104 | 2024.12.12 04:07:18.413738 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5105 | 2024.12.12 04:07:18.413891 [ 264 ] {4f124434-f64b-4af4-aa24-a86ce4fb6b6d} <Debug> TCPHandler: Processed in 0.005185795 sec. | ||
| 5106 | 2024.12.12 04:07:18.414488 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5107 | 2024.12.12 04:07:18.414894 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::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 | ||
| 5108 | 2024.12.12 04:07:18.415053 [ 263 ] {c57bf6a1-adc2-4f3d-b536-7304de6c5ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5109 | 2024.12.12 04:07:18.415683 [ 263 ] {c57bf6a1-adc2-4f3d-b536-7304de6c5ec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5110 | 2024.12.12 04:07:18.415733 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5111 | 2024.12.12 04:07:18.415910 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 11 rows starting from the beginning of the part | ||
| 5112 | 2024.12.12 04:07:18.416515 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5113 | 2024.12.12 04:07:18.417106 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5114 | 2024.12.12 04:07:18.417455 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 5115 | 2024.12.12 04:07:18.417891 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5116 | 2024.12.12 04:07:18.418213 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5117 | 2024.12.12 04:07:18.423270 [ 193 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.009215831 sec., 1736.1429479338324 rows/sec., 116.56 KiB/sec. | ||
| 5118 | 2024.12.12 04:07:18.423601 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5119 | 2024.12.12 04:07:18.424801 [ 196 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_16_3} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5120 | 2024.12.12 04:07:18.424836 [ 263 ] {c57bf6a1-adc2-4f3d-b536-7304de6c5ec1} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5121 | 2024.12.12 04:07:18.424848 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11500 rows, containing 5 columns (5 merged, 0 gathered) in 0.016240694 sec., 708097.8189725144 rows/sec., 47.86 MiB/sec. | ||
| 5122 | 2024.12.12 04:07:18.424891 [ 263 ] {c57bf6a1-adc2-4f3d-b536-7304de6c5ec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5123 | 2024.12.12 04:07:18.424997 [ 196 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_16_3} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5124 | 2024.12.12 04:07:18.425173 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5125 | 2024.12.12 04:07:18.425289 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5126 | 2024.12.12 04:07:18.425882 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5127 | 2024.12.12 04:07:18.426130 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5128 | 2024.12.12 04:07:18.426286 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. | ||
| 5129 | 2024.12.12 04:07:18.426490 [ 263 ] {c57bf6a1-adc2-4f3d-b536-7304de6c5ec1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5130 | 2024.12.12 04:07:18.426791 [ 263 ] {c57bf6a1-adc2-4f3d-b536-7304de6c5ec1} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5131 | 2024.12.12 04:07:18.427076 [ 263 ] {c57bf6a1-adc2-4f3d-b536-7304de6c5ec1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.01222 sec., 3191.4893617021276 rows/sec., 5.72 MiB/sec. | ||
| 5132 | 2024.12.12 04:07:18.427464 [ 263 ] {c57bf6a1-adc2-4f3d-b536-7304de6c5ec1} <Debug> TCPHandler: Processed in 0.01341229 sec. | ||
| 5133 | 2024.12.12 04:07:18.427638 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5134 | 2024.12.12 04:07:18.427779 [ 264 ] {24ccddcd-e680-4a2d-a64d-0ed1b68b714e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5135 | 2024.12.12 04:07:18.427841 [ 264 ] {24ccddcd-e680-4a2d-a64d-0ed1b68b714e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5136 | 2024.12.12 04:07:18.428385 [ 264 ] {24ccddcd-e680-4a2d-a64d-0ed1b68b714e} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5137 | 2024.12.12 04:07:18.428425 [ 264 ] {24ccddcd-e680-4a2d-a64d-0ed1b68b714e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5138 | 2024.12.12 04:07:18.428814 [ 264 ] {24ccddcd-e680-4a2d-a64d-0ed1b68b714e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5139 | 2024.12.12 04:07:18.429054 [ 264 ] {24ccddcd-e680-4a2d-a64d-0ed1b68b714e} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5140 | 2024.12.12 04:07:18.429218 [ 36 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5141 | 2024.12.12 04:07:18.429294 [ 36 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5142 | 2024.12.12 04:07:18.429308 [ 264 ] {24ccddcd-e680-4a2d-a64d-0ed1b68b714e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00155 sec., 52903.22580645161 rows/sec., 3.36 MiB/sec. | ||
| 5143 | 2024.12.12 04:07:18.429366 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5144 | 2024.12.12 04:07:18.429431 [ 264 ] {24ccddcd-e680-4a2d-a64d-0ed1b68b714e} <Debug> TCPHandler: Processed in 0.001861549 sec. | ||
| 5145 | 2024.12.12 04:07:18.429562 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 5146 | 2024.12.12 04:07:18.429671 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5147 | 2024.12.12 04:07:18.429705 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1974 rows starting from the beginning of the part | ||
| 5148 | 2024.12.12 04:07:18.429792 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 82 rows starting from the beginning of the part | ||
| 5149 | 2024.12.12 04:07:18.429928 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 5150 | 2024.12.12 04:07:18.430145 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 5151 | 2024.12.12 04:07:18.430227 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 5152 | 2024.12.12 04:07:18.430466 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 82 rows starting from the beginning of the part | ||
| 5153 | 2024.12.12 04:07:18.431853 [ 195 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2340 rows, containing 4 columns (4 merged, 0 gathered) in 0.00238023 sec., 983098.2720157296 rows/sec., 64.29 MiB/sec. | ||
| 5154 | 2024.12.12 04:07:18.432111 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5155 | 2024.12.12 04:07:18.432467 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_36_7} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5156 | 2024.12.12 04:07:18.432560 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_36_7} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5157 | 2024.12.12 04:07:18.432656 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 5158 | 2024.12.12 04:07:21.664759 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5159 | 2024.12.12 04:07:21.664827 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5160 | 2024.12.12 04:07:21.791153 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 5161 | 2024.12.12 04:07:21.791873 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5162 | 2024.12.12 04:07:21.791924 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5163 | 2024.12.12 04:07:21.792472 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5164 | 2024.12.12 04:07:21.792736 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5165 | 2024.12.12 04:07:21.792941 [ 33 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5166 | 2024.12.12 04:07:21.793011 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5167 | 2024.12.12 04:07:21.793039 [ 33 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5168 | 2024.12.12 04:07:21.793070 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5169 | 2024.12.12 04:07:21.793305 [ 195 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 5170 | 2024.12.12 04:07:21.793523 [ 195 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5171 | 2024.12.12 04:07:21.793572 [ 195 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part | ||
| 5172 | 2024.12.12 04:07:21.793664 [ 195 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part | ||
| 5173 | 2024.12.12 04:07:21.793889 [ 195 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part | ||
| 5174 | 2024.12.12 04:07:21.794118 [ 195 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part | ||
| 5175 | 2024.12.12 04:07:21.794241 [ 195 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part | ||
| 5176 | 2024.12.12 04:07:21.794431 [ 195 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part | ||
| 5177 | 2024.12.12 04:07:21.798434 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.00528317 sec., 2263035.261026997 rows/sec., 32.37 MiB/sec. | ||
| 5178 | 2024.12.12 04:07:21.798762 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5179 | 2024.12.12 04:07:21.799063 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_26_5} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5180 | 2024.12.12 04:07:21.799144 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_26_5} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5181 | 2024.12.12 04:07:21.799247 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5182 | 2024.12.12 04:07:22.586511 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5183 | 2024.12.12 04:07:22.608873 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5184 | 2024.12.12 04:07:22.608947 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5185 | 2024.12.12 04:07:22.617144 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5186 | 2024.12.12 04:07:22.617940 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5187 | 2024.12.12 04:07:22.618305 [ 33 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5188 | 2024.12.12 04:07:22.618455 [ 33 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5189 | 2024.12.12 04:07:22.618522 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5190 | 2024.12.12 04:07:22.618849 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 5191 | 2024.12.12 04:07:22.629114 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5192 | 2024.12.12 04:07:22.630178 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5193 | 2024.12.12 04:07:22.631083 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part | ||
| 5194 | 2024.12.12 04:07:22.635756 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part | ||
| 5195 | 2024.12.12 04:07:22.640334 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part | ||
| 5196 | 2024.12.12 04:07:22.645511 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part | ||
| 5197 | 2024.12.12 04:07:22.653645 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
| 5198 | 2024.12.12 04:07:22.658465 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part | ||
| 5199 | 2024.12.12 04:07:22.728883 [ 196 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.110217578 sec., 1778.300735296506 rows/sec., 9.20 MiB/sec. | ||
| 5200 | 2024.12.12 04:07:22.731237 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5201 | 2024.12.12 04:07:22.734194 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_26_5} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5202 | 2024.12.12 04:07:22.734332 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_26_5} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5203 | 2024.12.12 04:07:22.736565 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 5204 | 2024.12.12 04:07:23.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.42 MiB, peak 203.00 MiB, free memory in arenas 0.00 B, will set to 194.14 MiB (RSS), difference: 1.72 MiB | ||
| 5205 | 2024.12.12 04:07:23.379282 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5206 | 2024.12.12 04:07:23.379504 [ 264 ] {cd82028c-6b5f-4243-a36b-426eba20fbac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5207 | 2024.12.12 04:07:23.379592 [ 264 ] {cd82028c-6b5f-4243-a36b-426eba20fbac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5208 | 2024.12.12 04:07:23.380495 [ 264 ] {cd82028c-6b5f-4243-a36b-426eba20fbac} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5209 | 2024.12.12 04:07:23.380550 [ 264 ] {cd82028c-6b5f-4243-a36b-426eba20fbac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5210 | 2024.12.12 04:07:23.381011 [ 264 ] {cd82028c-6b5f-4243-a36b-426eba20fbac} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5211 | 2024.12.12 04:07:23.381270 [ 264 ] {cd82028c-6b5f-4243-a36b-426eba20fbac} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5212 | 2024.12.12 04:07:23.381524 [ 264 ] {cd82028c-6b5f-4243-a36b-426eba20fbac} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002082 sec., 26897.214217098943 rows/sec., 2.07 MiB/sec. | ||
| 5213 | 2024.12.12 04:07:23.381596 [ 264 ] {cd82028c-6b5f-4243-a36b-426eba20fbac} <Debug> TCPHandler: Processed in 0.002465235 sec. | ||
| 5214 | 2024.12.12 04:07:23.381868 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5215 | 2024.12.12 04:07:23.382088 [ 263 ] {7c2f4432-00d9-49ff-b1e9-1db5ca612ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5216 | 2024.12.12 04:07:23.382174 [ 263 ] {7c2f4432-00d9-49ff-b1e9-1db5ca612ee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5217 | 2024.12.12 04:07:23.382955 [ 263 ] {7c2f4432-00d9-49ff-b1e9-1db5ca612ee4} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5218 | 2024.12.12 04:07:23.383007 [ 263 ] {7c2f4432-00d9-49ff-b1e9-1db5ca612ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5219 | 2024.12.12 04:07:23.383454 [ 263 ] {7c2f4432-00d9-49ff-b1e9-1db5ca612ee4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5220 | 2024.12.12 04:07:23.383711 [ 263 ] {7c2f4432-00d9-49ff-b1e9-1db5ca612ee4} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5221 | 2024.12.12 04:07:23.383949 [ 263 ] {7c2f4432-00d9-49ff-b1e9-1db5ca612ee4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00192 sec., 33333.333333333336 rows/sec., 2.60 MiB/sec. | ||
| 5222 | 2024.12.12 04:07:23.384007 [ 263 ] {7c2f4432-00d9-49ff-b1e9-1db5ca612ee4} <Debug> TCPHandler: Processed in 0.00228538 sec. | ||
| 5223 | 2024.12.12 04:07:23.384169 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5224 | 2024.12.12 04:07:23.384319 [ 264 ] {e39d5a5d-8edf-4ac9-b212-572fce5ee579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5225 | 2024.12.12 04:07:23.384387 [ 264 ] {e39d5a5d-8edf-4ac9-b212-572fce5ee579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5226 | 2024.12.12 04:07:23.385131 [ 264 ] {e39d5a5d-8edf-4ac9-b212-572fce5ee579} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5227 | 2024.12.12 04:07:23.385183 [ 264 ] {e39d5a5d-8edf-4ac9-b212-572fce5ee579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5228 | 2024.12.12 04:07:23.385621 [ 264 ] {e39d5a5d-8edf-4ac9-b212-572fce5ee579} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5229 | 2024.12.12 04:07:23.385879 [ 264 ] {e39d5a5d-8edf-4ac9-b212-572fce5ee579} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5230 | 2024.12.12 04:07:23.386107 [ 264 ] {e39d5a5d-8edf-4ac9-b212-572fce5ee579} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001824 sec., 87719.29824561403 rows/sec., 6.11 MiB/sec. | ||
| 5231 | 2024.12.12 04:07:23.386167 [ 264 ] {e39d5a5d-8edf-4ac9-b212-572fce5ee579} <Debug> TCPHandler: Processed in 0.002065792 sec. | ||
| 5232 | 2024.12.12 04:07:23.386414 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5233 | 2024.12.12 04:07:23.386642 [ 263 ] {377d36e6-9a60-4ceb-8ed8-ec089096621e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5234 | 2024.12.12 04:07:23.386740 [ 263 ] {377d36e6-9a60-4ceb-8ed8-ec089096621e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5235 | 2024.12.12 04:07:23.387480 [ 263 ] {377d36e6-9a60-4ceb-8ed8-ec089096621e} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5236 | 2024.12.12 04:07:23.387522 [ 263 ] {377d36e6-9a60-4ceb-8ed8-ec089096621e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5237 | 2024.12.12 04:07:23.387913 [ 263 ] {377d36e6-9a60-4ceb-8ed8-ec089096621e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5238 | 2024.12.12 04:07:23.388160 [ 263 ] {377d36e6-9a60-4ceb-8ed8-ec089096621e} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5239 | 2024.12.12 04:07:23.388362 [ 263 ] {377d36e6-9a60-4ceb-8ed8-ec089096621e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001777 sec., 33764.772087788406 rows/sec., 2.28 MiB/sec. | ||
| 5240 | 2024.12.12 04:07:23.388415 [ 263 ] {377d36e6-9a60-4ceb-8ed8-ec089096621e} <Debug> TCPHandler: Processed in 0.002115255 sec. | ||
| 5241 | 2024.12.12 04:07:26.831957 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 740 | ||
| 5242 | 2024.12.12 04:07:26.835048 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5243 | 2024.12.12 04:07:26.835100 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5244 | 2024.12.12 04:07:26.836552 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5245 | 2024.12.12 04:07:26.836861 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5246 | 2024.12.12 04:07:26.837440 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 740 | ||
| 5247 | 2024.12.12 04:07:28.386269 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5248 | 2024.12.12 04:07:28.386481 [ 264 ] {09a7e85a-7d1c-46d6-b2e2-f7ec46408888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5249 | 2024.12.12 04:07:28.386563 [ 264 ] {09a7e85a-7d1c-46d6-b2e2-f7ec46408888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5250 | 2024.12.12 04:07:28.387434 [ 264 ] {09a7e85a-7d1c-46d6-b2e2-f7ec46408888} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5251 | 2024.12.12 04:07:28.387479 [ 264 ] {09a7e85a-7d1c-46d6-b2e2-f7ec46408888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5252 | 2024.12.12 04:07:28.387922 [ 264 ] {09a7e85a-7d1c-46d6-b2e2-f7ec46408888} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5253 | 2024.12.12 04:07:28.388182 [ 264 ] {09a7e85a-7d1c-46d6-b2e2-f7ec46408888} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5254 | 2024.12.12 04:07:28.388432 [ 264 ] {09a7e85a-7d1c-46d6-b2e2-f7ec46408888} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002008 sec., 6972.111553784861 rows/sec., 501.90 KiB/sec. | ||
| 5255 | 2024.12.12 04:07:28.388672 [ 264 ] {09a7e85a-7d1c-46d6-b2e2-f7ec46408888} <Debug> TCPHandler: Processed in 0.002541256 sec. | ||
| 5256 | 2024.12.12 04:07:28.388976 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5257 | 2024.12.12 04:07:28.389195 [ 263 ] {349df580-6af0-4e15-9357-c78731160c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5258 | 2024.12.12 04:07:28.389279 [ 263 ] {349df580-6af0-4e15-9357-c78731160c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5259 | 2024.12.12 04:07:28.390107 [ 263 ] {349df580-6af0-4e15-9357-c78731160c33} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5260 | 2024.12.12 04:07:28.390166 [ 263 ] {349df580-6af0-4e15-9357-c78731160c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5261 | 2024.12.12 04:07:28.390621 [ 263 ] {349df580-6af0-4e15-9357-c78731160c33} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5262 | 2024.12.12 04:07:28.390873 [ 263 ] {349df580-6af0-4e15-9357-c78731160c33} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5263 | 2024.12.12 04:07:28.391111 [ 263 ] {349df580-6af0-4e15-9357-c78731160c33} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001977 sec., 5058.168942842691 rows/sec., 412.46 KiB/sec. | ||
| 5264 | 2024.12.12 04:07:28.391168 [ 263 ] {349df580-6af0-4e15-9357-c78731160c33} <Debug> TCPHandler: Processed in 0.002348093 sec. | ||
| 5265 | 2024.12.12 04:07:28.391342 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5266 | 2024.12.12 04:07:28.391490 [ 264 ] {8f7ad686-4e0a-451d-927e-635b5bada117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5267 | 2024.12.12 04:07:28.391550 [ 264 ] {8f7ad686-4e0a-451d-927e-635b5bada117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5268 | 2024.12.12 04:07:28.392429 [ 264 ] {8f7ad686-4e0a-451d-927e-635b5bada117} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5269 | 2024.12.12 04:07:28.392467 [ 264 ] {8f7ad686-4e0a-451d-927e-635b5bada117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5270 | 2024.12.12 04:07:28.392861 [ 264 ] {8f7ad686-4e0a-451d-927e-635b5bada117} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5271 | 2024.12.12 04:07:28.393106 [ 264 ] {8f7ad686-4e0a-451d-927e-635b5bada117} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5272 | 2024.12.12 04:07:28.393292 [ 264 ] {8f7ad686-4e0a-451d-927e-635b5bada117} <Debug> executeQuery: Read 286 rows, 25.79 KiB in 0.001839 sec., 155519.30396954867 rows/sec., 13.69 MiB/sec. | ||
| 5273 | 2024.12.12 04:07:28.393348 [ 264 ] {8f7ad686-4e0a-451d-927e-635b5bada117} <Debug> TCPHandler: Processed in 0.002081094 sec. | ||
| 5274 | 2024.12.12 04:07:28.393504 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5275 | 2024.12.12 04:07:28.393644 [ 263 ] {030b40bb-7283-4ec0-9564-146e7e9d6b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5276 | 2024.12.12 04:07:28.393703 [ 263 ] {030b40bb-7283-4ec0-9564-146e7e9d6b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5277 | 2024.12.12 04:07:28.394420 [ 263 ] {030b40bb-7283-4ec0-9564-146e7e9d6b69} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5278 | 2024.12.12 04:07:28.394464 [ 263 ] {030b40bb-7283-4ec0-9564-146e7e9d6b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5279 | 2024.12.12 04:07:28.394849 [ 263 ] {030b40bb-7283-4ec0-9564-146e7e9d6b69} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5280 | 2024.12.12 04:07:28.395094 [ 263 ] {030b40bb-7283-4ec0-9564-146e7e9d6b69} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5281 | 2024.12.12 04:07:28.395288 [ 95 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5282 | 2024.12.12 04:07:28.395308 [ 263 ] {030b40bb-7283-4ec0-9564-146e7e9d6b69} <Debug> executeQuery: Read 56 rows, 4.09 KiB in 0.001696 sec., 33018.8679245283 rows/sec., 2.35 MiB/sec. | ||
| 5283 | 2024.12.12 04:07:28.395362 [ 95 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5284 | 2024.12.12 04:07:28.395439 [ 263 ] {030b40bb-7283-4ec0-9564-146e7e9d6b69} <Debug> TCPHandler: Processed in 0.002000933 sec. | ||
| 5285 | 2024.12.12 04:07:28.395447 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5286 | 2024.12.12 04:07:28.395704 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5287 | 2024.12.12 04:07:28.395798 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 5288 | 2024.12.12 04:07:28.396111 [ 264 ] {01fac76e-9645-4e6b-b895-95a84fc87be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5289 | 2024.12.12 04:07:28.396335 [ 264 ] {01fac76e-9645-4e6b-b895-95a84fc87be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5290 | 2024.12.12 04:07:28.396344 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5291 | 2024.12.12 04:07:28.396491 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 64 rows starting from the beginning of the part | ||
| 5292 | 2024.12.12 04:07:28.396836 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 46 rows starting from the beginning of the part | ||
| 5293 | 2024.12.12 04:07:28.397248 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 5294 | 2024.12.12 04:07:28.397690 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 46 rows starting from the beginning of the part | ||
| 5295 | 2024.12.12 04:07:28.398035 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 46 rows starting from the beginning of the part | ||
| 5296 | 2024.12.12 04:07:28.398341 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 5297 | 2024.12.12 04:07:28.399203 [ 264 ] {01fac76e-9645-4e6b-b895-95a84fc87be2} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5298 | 2024.12.12 04:07:28.399282 [ 264 ] {01fac76e-9645-4e6b-b895-95a84fc87be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5299 | 2024.12.12 04:07:28.400333 [ 264 ] {01fac76e-9645-4e6b-b895-95a84fc87be2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5300 | 2024.12.12 04:07:28.400894 [ 264 ] {01fac76e-9645-4e6b-b895-95a84fc87be2} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5301 | 2024.12.12 04:07:28.401479 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 5 columns (5 merged, 0 gathered) in 0.005887634 sec., 51973.33937537557 rows/sec., 3.92 MiB/sec. | ||
| 5302 | 2024.12.12 04:07:28.401527 [ 264 ] {01fac76e-9645-4e6b-b895-95a84fc87be2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005625 sec., 2488.888888888889 rows/sec., 174.31 KiB/sec. | ||
| 5303 | 2024.12.12 04:07:28.401671 [ 264 ] {01fac76e-9645-4e6b-b895-95a84fc87be2} <Debug> TCPHandler: Processed in 0.00612815 sec. | ||
| 5304 | 2024.12.12 04:07:28.401735 [ 196 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5305 | 2024.12.12 04:07:28.401839 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5306 | 2024.12.12 04:07:28.401993 [ 263 ] {be0184f6-2bf2-49da-8ea0-d4c6c4174c3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5307 | 2024.12.12 04:07:28.402059 [ 263 ] {be0184f6-2bf2-49da-8ea0-d4c6c4174c3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5308 | 2024.12.12 04:07:28.402106 [ 196 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_21_4} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5309 | 2024.12.12 04:07:28.402235 [ 196 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_21_4} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5310 | 2024.12.12 04:07:28.402349 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5311 | 2024.12.12 04:07:28.402778 [ 263 ] {be0184f6-2bf2-49da-8ea0-d4c6c4174c3e} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5312 | 2024.12.12 04:07:28.402818 [ 263 ] {be0184f6-2bf2-49da-8ea0-d4c6c4174c3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5313 | 2024.12.12 04:07:28.403179 [ 263 ] {be0184f6-2bf2-49da-8ea0-d4c6c4174c3e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5314 | 2024.12.12 04:07:28.403419 [ 263 ] {be0184f6-2bf2-49da-8ea0-d4c6c4174c3e} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5315 | 2024.12.12 04:07:28.403644 [ 263 ] {be0184f6-2bf2-49da-8ea0-d4c6c4174c3e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001692 sec., 7683.215130023641 rows/sec., 479.05 KiB/sec. | ||
| 5316 | 2024.12.12 04:07:28.403698 [ 263 ] {be0184f6-2bf2-49da-8ea0-d4c6c4174c3e} <Debug> TCPHandler: Processed in 0.00192758 sec. | ||
| 5317 | 2024.12.12 04:07:28.403856 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5318 | 2024.12.12 04:07:28.403997 [ 264 ] {70ed444b-c425-4cb4-9f53-3491c8bde761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5319 | 2024.12.12 04:07:28.404056 [ 264 ] {70ed444b-c425-4cb4-9f53-3491c8bde761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5320 | 2024.12.12 04:07:28.404846 [ 264 ] {70ed444b-c425-4cb4-9f53-3491c8bde761} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5321 | 2024.12.12 04:07:28.404885 [ 264 ] {70ed444b-c425-4cb4-9f53-3491c8bde761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5322 | 2024.12.12 04:07:28.405276 [ 264 ] {70ed444b-c425-4cb4-9f53-3491c8bde761} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5323 | 2024.12.12 04:07:28.405518 [ 264 ] {70ed444b-c425-4cb4-9f53-3491c8bde761} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5324 | 2024.12.12 04:07:28.405732 [ 264 ] {70ed444b-c425-4cb4-9f53-3491c8bde761} <Debug> executeQuery: Read 431 rows, 31.62 KiB in 0.001768 sec., 243778.2805429864 rows/sec., 17.47 MiB/sec. | ||
| 5325 | 2024.12.12 04:07:28.405792 [ 264 ] {70ed444b-c425-4cb4-9f53-3491c8bde761} <Debug> TCPHandler: Processed in 0.002009692 sec. | ||
| 5326 | 2024.12.12 04:07:28.405960 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5327 | 2024.12.12 04:07:28.406099 [ 263 ] {915ba1cd-2da5-4c1e-83b5-916d245caab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5328 | 2024.12.12 04:07:28.406160 [ 263 ] {915ba1cd-2da5-4c1e-83b5-916d245caab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5329 | 2024.12.12 04:07:28.406682 [ 263 ] {915ba1cd-2da5-4c1e-83b5-916d245caab1} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5330 | 2024.12.12 04:07:28.406722 [ 263 ] {915ba1cd-2da5-4c1e-83b5-916d245caab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5331 | 2024.12.12 04:07:28.407095 [ 263 ] {915ba1cd-2da5-4c1e-83b5-916d245caab1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5332 | 2024.12.12 04:07:28.407336 [ 263 ] {915ba1cd-2da5-4c1e-83b5-916d245caab1} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5333 | 2024.12.12 04:07:28.407498 [ 95 ] {} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5334 | 2024.12.12 04:07:28.407563 [ 95 ] {} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5335 | 2024.12.12 04:07:28.407596 [ 263 ] {915ba1cd-2da5-4c1e-83b5-916d245caab1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec. | ||
| 5336 | 2024.12.12 04:07:28.407604 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5337 | 2024.12.12 04:07:28.407746 [ 263 ] {915ba1cd-2da5-4c1e-83b5-916d245caab1} <Debug> TCPHandler: Processed in 0.001851198 sec. | ||
| 5338 | 2024.12.12 04:07:28.407894 [ 186 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::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 | ||
| 5339 | 2024.12.12 04:07:28.407944 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5340 | 2024.12.12 04:07:28.408074 [ 186 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5341 | 2024.12.12 04:07:28.408111 [ 264 ] {9da486cb-b65e-4778-9e05-cae3099e2aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5342 | 2024.12.12 04:07:28.408122 [ 186 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 5343 | 2024.12.12 04:07:28.408191 [ 264 ] {9da486cb-b65e-4778-9e05-cae3099e2aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5344 | 2024.12.12 04:07:28.408270 [ 186 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5345 | 2024.12.12 04:07:28.408587 [ 186 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5346 | 2024.12.12 04:07:28.408950 [ 186 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 5347 | 2024.12.12 04:07:28.409206 [ 186 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 5348 | 2024.12.12 04:07:28.409583 [ 186 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 5349 | 2024.12.12 04:07:28.410583 [ 264 ] {9da486cb-b65e-4778-9e05-cae3099e2aee} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5350 | 2024.12.12 04:07:28.410632 [ 264 ] {9da486cb-b65e-4778-9e05-cae3099e2aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5351 | 2024.12.12 04:07:28.411279 [ 264 ] {9da486cb-b65e-4778-9e05-cae3099e2aee} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5352 | 2024.12.12 04:07:28.411399 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.003642495 sec., 26355.56122932221 rows/sec., 1.34 MiB/sec. | ||
| 5353 | 2024.12.12 04:07:28.411616 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5354 | 2024.12.12 04:07:28.411718 [ 264 ] {9da486cb-b65e-4778-9e05-cae3099e2aee} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5355 | 2024.12.12 04:07:28.412247 [ 264 ] {9da486cb-b65e-4778-9e05-cae3099e2aee} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.004157 sec., 58215.05893673322 rows/sec., 3.90 MiB/sec. | ||
| 5356 | 2024.12.12 04:07:28.412522 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_16_3} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5357 | 2024.12.12 04:07:28.412536 [ 264 ] {9da486cb-b65e-4778-9e05-cae3099e2aee} <Debug> TCPHandler: Processed in 0.004682632 sec. | ||
| 5358 | 2024.12.12 04:07:28.412793 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_16_3} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5359 | 2024.12.12 04:07:28.412843 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5360 | 2024.12.12 04:07:28.413161 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5361 | 2024.12.12 04:07:28.413377 [ 263 ] {a5f03580-e59f-4362-b2a5-1f63d4798302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5362 | 2024.12.12 04:07:28.413533 [ 263 ] {a5f03580-e59f-4362-b2a5-1f63d4798302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5363 | 2024.12.12 04:07:28.414056 [ 263 ] {a5f03580-e59f-4362-b2a5-1f63d4798302} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5364 | 2024.12.12 04:07:28.414097 [ 263 ] {a5f03580-e59f-4362-b2a5-1f63d4798302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5365 | 2024.12.12 04:07:28.414470 [ 263 ] {a5f03580-e59f-4362-b2a5-1f63d4798302} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5366 | 2024.12.12 04:07:28.414716 [ 263 ] {a5f03580-e59f-4362-b2a5-1f63d4798302} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5367 | 2024.12.12 04:07:28.415013 [ 263 ] {a5f03580-e59f-4362-b2a5-1f63d4798302} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001791 sec., 558.3472920156337 rows/sec., 37.62 KiB/sec. | ||
| 5368 | 2024.12.12 04:07:28.415175 [ 263 ] {a5f03580-e59f-4362-b2a5-1f63d4798302} <Debug> TCPHandler: Processed in 0.002518466 sec. | ||
| 5369 | 2024.12.12 04:07:28.415329 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5370 | 2024.12.12 04:07:28.415464 [ 264 ] {2c8042bc-8cce-4bb3-b9b4-d7651d8190e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5371 | 2024.12.12 04:07:28.415546 [ 264 ] {2c8042bc-8cce-4bb3-b9b4-d7651d8190e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5372 | 2024.12.12 04:07:28.416688 [ 264 ] {2c8042bc-8cce-4bb3-b9b4-d7651d8190e7} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5373 | 2024.12.12 04:07:28.416727 [ 264 ] {2c8042bc-8cce-4bb3-b9b4-d7651d8190e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5374 | 2024.12.12 04:07:28.417397 [ 264 ] {2c8042bc-8cce-4bb3-b9b4-d7651d8190e7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5375 | 2024.12.12 04:07:28.417664 [ 264 ] {2c8042bc-8cce-4bb3-b9b4-d7651d8190e7} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5376 | 2024.12.12 04:07:28.417931 [ 264 ] {2c8042bc-8cce-4bb3-b9b4-d7651d8190e7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002492 sec., 15650.080256821831 rows/sec., 28.04 MiB/sec. | ||
| 5377 | 2024.12.12 04:07:28.418039 [ 264 ] {2c8042bc-8cce-4bb3-b9b4-d7651d8190e7} <Debug> TCPHandler: Processed in 0.002775883 sec. | ||
| 5378 | 2024.12.12 04:07:28.418243 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5379 | 2024.12.12 04:07:28.418465 [ 263 ] {65bb8f76-f875-45e0-9cac-2427741e4ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5380 | 2024.12.12 04:07:28.418526 [ 263 ] {65bb8f76-f875-45e0-9cac-2427741e4ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5381 | 2024.12.12 04:07:28.419110 [ 263 ] {65bb8f76-f875-45e0-9cac-2427741e4ca3} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5382 | 2024.12.12 04:07:28.419158 [ 263 ] {65bb8f76-f875-45e0-9cac-2427741e4ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5383 | 2024.12.12 04:07:28.419579 [ 263 ] {65bb8f76-f875-45e0-9cac-2427741e4ca3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5384 | 2024.12.12 04:07:28.419815 [ 263 ] {65bb8f76-f875-45e0-9cac-2427741e4ca3} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5385 | 2024.12.12 04:07:28.420048 [ 263 ] {65bb8f76-f875-45e0-9cac-2427741e4ca3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001637 sec., 50091.631032376295 rows/sec., 3.18 MiB/sec. | ||
| 5386 | 2024.12.12 04:07:28.420101 [ 263 ] {65bb8f76-f875-45e0-9cac-2427741e4ca3} <Debug> TCPHandler: Processed in 0.001969891 sec. | ||
| 5387 | 2024.12.12 04:07:29.293166 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5388 | 2024.12.12 04:07:29.294160 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5389 | 2024.12.12 04:07:29.294203 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5390 | 2024.12.12 04:07:29.294744 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5391 | 2024.12.12 04:07:29.295001 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5392 | 2024.12.12 04:07:29.295270 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5393 | 2024.12.12 04:07:30.129191 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5394 | 2024.12.12 04:07:30.149455 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5395 | 2024.12.12 04:07:30.149512 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5396 | 2024.12.12 04:07:30.156948 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5397 | 2024.12.12 04:07:30.157694 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5398 | 2024.12.12 04:07:30.160321 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5399 | 2024.12.12 04:07:31.000221 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.69 MiB, peak 203.00 MiB, free memory in arenas 0.00 B, will set to 195.87 MiB (RSS), difference: 1.18 MiB | ||
| 5400 | 2024.12.12 04:07:33.379686 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5401 | 2024.12.12 04:07:33.379899 [ 264 ] {1dac49b0-fc33-434e-a77e-a0c5b694342a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5402 | 2024.12.12 04:07:33.379984 [ 264 ] {1dac49b0-fc33-434e-a77e-a0c5b694342a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5403 | 2024.12.12 04:07:33.380847 [ 264 ] {1dac49b0-fc33-434e-a77e-a0c5b694342a} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5404 | 2024.12.12 04:07:33.380897 [ 264 ] {1dac49b0-fc33-434e-a77e-a0c5b694342a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5405 | 2024.12.12 04:07:33.381355 [ 264 ] {1dac49b0-fc33-434e-a77e-a0c5b694342a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5406 | 2024.12.12 04:07:33.381621 [ 264 ] {1dac49b0-fc33-434e-a77e-a0c5b694342a} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5407 | 2024.12.12 04:07:33.381890 [ 264 ] {1dac49b0-fc33-434e-a77e-a0c5b694342a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002051 sec., 27303.754266211607 rows/sec., 2.10 MiB/sec. | ||
| 5408 | 2024.12.12 04:07:33.381975 [ 264 ] {1dac49b0-fc33-434e-a77e-a0c5b694342a} <Debug> TCPHandler: Processed in 0.002447944 sec. | ||
| 5409 | 2024.12.12 04:07:33.382257 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5410 | 2024.12.12 04:07:33.382467 [ 263 ] {672ff483-2582-4120-b021-4ad140cb601a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5411 | 2024.12.12 04:07:33.382549 [ 263 ] {672ff483-2582-4120-b021-4ad140cb601a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5412 | 2024.12.12 04:07:33.383326 [ 263 ] {672ff483-2582-4120-b021-4ad140cb601a} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5413 | 2024.12.12 04:07:33.383376 [ 263 ] {672ff483-2582-4120-b021-4ad140cb601a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5414 | 2024.12.12 04:07:33.383820 [ 263 ] {672ff483-2582-4120-b021-4ad140cb601a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5415 | 2024.12.12 04:07:33.384080 [ 263 ] {672ff483-2582-4120-b021-4ad140cb601a} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5416 | 2024.12.12 04:07:33.384363 [ 263 ] {672ff483-2582-4120-b021-4ad140cb601a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001944 sec., 32921.81069958848 rows/sec., 2.57 MiB/sec. | ||
| 5417 | 2024.12.12 04:07:33.384518 [ 263 ] {672ff483-2582-4120-b021-4ad140cb601a} <Debug> TCPHandler: Processed in 0.002421603 sec. | ||
| 5418 | 2024.12.12 04:07:33.384730 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5419 | 2024.12.12 04:07:33.384886 [ 264 ] {54261dcc-7bf4-4e63-af41-644960b078c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5420 | 2024.12.12 04:07:33.384953 [ 264 ] {54261dcc-7bf4-4e63-af41-644960b078c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5421 | 2024.12.12 04:07:33.385652 [ 264 ] {54261dcc-7bf4-4e63-af41-644960b078c5} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5422 | 2024.12.12 04:07:33.385692 [ 264 ] {54261dcc-7bf4-4e63-af41-644960b078c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5423 | 2024.12.12 04:07:33.386107 [ 264 ] {54261dcc-7bf4-4e63-af41-644960b078c5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5424 | 2024.12.12 04:07:33.386367 [ 264 ] {54261dcc-7bf4-4e63-af41-644960b078c5} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5425 | 2024.12.12 04:07:33.386597 [ 264 ] {54261dcc-7bf4-4e63-af41-644960b078c5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001747 sec., 91585.57527189468 rows/sec., 6.38 MiB/sec. | ||
| 5426 | 2024.12.12 04:07:33.386659 [ 264 ] {54261dcc-7bf4-4e63-af41-644960b078c5} <Debug> TCPHandler: Processed in 0.002038803 sec. | ||
| 5427 | 2024.12.12 04:07:33.386849 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5428 | 2024.12.12 04:07:33.386994 [ 263 ] {c25d633e-b63e-4479-81a5-bc1819e1e817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5429 | 2024.12.12 04:07:33.387060 [ 263 ] {c25d633e-b63e-4479-81a5-bc1819e1e817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5430 | 2024.12.12 04:07:33.387655 [ 263 ] {c25d633e-b63e-4479-81a5-bc1819e1e817} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5431 | 2024.12.12 04:07:33.387696 [ 263 ] {c25d633e-b63e-4479-81a5-bc1819e1e817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5432 | 2024.12.12 04:07:33.388086 [ 263 ] {c25d633e-b63e-4479-81a5-bc1819e1e817} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5433 | 2024.12.12 04:07:33.388340 [ 263 ] {c25d633e-b63e-4479-81a5-bc1819e1e817} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5434 | 2024.12.12 04:07:33.388553 [ 263 ] {c25d633e-b63e-4479-81a5-bc1819e1e817} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001592 sec., 37688.44221105528 rows/sec., 2.54 MiB/sec. | ||
| 5435 | 2024.12.12 04:07:33.388606 [ 263 ] {c25d633e-b63e-4479-81a5-bc1819e1e817} <Debug> TCPHandler: Processed in 0.001826887 sec. | ||
| 5436 | 2024.12.12 04:07:36.664902 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5437 | 2024.12.12 04:07:36.664976 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5438 | 2024.12.12 04:07:36.795429 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 5439 | 2024.12.12 04:07:36.796216 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5440 | 2024.12.12 04:07:36.796261 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5441 | 2024.12.12 04:07:36.796860 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5442 | 2024.12.12 04:07:36.797122 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5443 | 2024.12.12 04:07:36.797318 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5444 | 2024.12.12 04:07:36.837660 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 772 | ||
| 5445 | 2024.12.12 04:07:36.841005 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5446 | 2024.12.12 04:07:36.841061 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5447 | 2024.12.12 04:07:36.842556 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5448 | 2024.12.12 04:07:36.842876 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5449 | 2024.12.12 04:07:36.844243 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 772 | ||
| 5450 | 2024.12.12 04:07:37.660399 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5451 | 2024.12.12 04:07:37.681568 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5452 | 2024.12.12 04:07:37.681630 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5453 | 2024.12.12 04:07:37.688956 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5454 | 2024.12.12 04:07:37.689720 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5455 | 2024.12.12 04:07:37.693125 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5456 | 2024.12.12 04:07:38.386143 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5457 | 2024.12.12 04:07:38.386363 [ 264 ] {7eec4680-2415-4f44-9aa7-98017d8873c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5458 | 2024.12.12 04:07:38.386449 [ 264 ] {7eec4680-2415-4f44-9aa7-98017d8873c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5459 | 2024.12.12 04:07:38.387270 [ 264 ] {7eec4680-2415-4f44-9aa7-98017d8873c2} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5460 | 2024.12.12 04:07:38.387326 [ 264 ] {7eec4680-2415-4f44-9aa7-98017d8873c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5461 | 2024.12.12 04:07:38.387790 [ 264 ] {7eec4680-2415-4f44-9aa7-98017d8873c2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5462 | 2024.12.12 04:07:38.388053 [ 264 ] {7eec4680-2415-4f44-9aa7-98017d8873c2} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5463 | 2024.12.12 04:07:38.388277 [ 147 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5464 | 2024.12.12 04:07:38.388319 [ 264 ] {7eec4680-2415-4f44-9aa7-98017d8873c2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002017 sec., 6941.001487357461 rows/sec., 499.66 KiB/sec. | ||
| 5465 | 2024.12.12 04:07:38.388390 [ 147 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5466 | 2024.12.12 04:07:38.388466 [ 264 ] {7eec4680-2415-4f44-9aa7-98017d8873c2} <Debug> TCPHandler: Processed in 0.002468514 sec. | ||
| 5467 | 2024.12.12 04:07:38.388478 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5468 | 2024.12.12 04:07:38.388715 [ 186 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 5469 | 2024.12.12 04:07:38.388862 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5470 | 2024.12.12 04:07:38.388896 [ 186 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5471 | 2024.12.12 04:07:38.388976 [ 186 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 5472 | 2024.12.12 04:07:38.389173 [ 186 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 5473 | 2024.12.12 04:07:38.389545 [ 263 ] {73c0dea8-fda9-41e0-bd9d-8291ad7ebde6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5474 | 2024.12.12 04:07:38.389720 [ 186 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 5475 | 2024.12.12 04:07:38.389909 [ 263 ] {73c0dea8-fda9-41e0-bd9d-8291ad7ebde6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5476 | 2024.12.12 04:07:38.390003 [ 186 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 5477 | 2024.12.12 04:07:38.390335 [ 186 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 5478 | 2024.12.12 04:07:38.392731 [ 186 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004116487 sec., 17004.790735401326 rows/sec., 1.26 MiB/sec. | ||
| 5479 | 2024.12.12 04:07:38.392736 [ 263 ] {73c0dea8-fda9-41e0-bd9d-8291ad7ebde6} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5480 | 2024.12.12 04:07:38.392822 [ 263 ] {73c0dea8-fda9-41e0-bd9d-8291ad7ebde6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5481 | 2024.12.12 04:07:38.392946 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5482 | 2024.12.12 04:07:38.393409 [ 263 ] {73c0dea8-fda9-41e0-bd9d-8291ad7ebde6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5483 | 2024.12.12 04:07:38.393422 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_17_4} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5484 | 2024.12.12 04:07:38.393553 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_17_4} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5485 | 2024.12.12 04:07:38.393686 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5486 | 2024.12.12 04:07:38.393721 [ 263 ] {73c0dea8-fda9-41e0-bd9d-8291ad7ebde6} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5487 | 2024.12.12 04:07:38.394029 [ 263 ] {73c0dea8-fda9-41e0-bd9d-8291ad7ebde6} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.004787 sec., 58700.64758721538 rows/sec., 5.19 MiB/sec. | ||
| 5488 | 2024.12.12 04:07:38.394159 [ 263 ] {73c0dea8-fda9-41e0-bd9d-8291ad7ebde6} <Debug> TCPHandler: Processed in 0.005540805 sec. | ||
| 5489 | 2024.12.12 04:07:38.394418 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5490 | 2024.12.12 04:07:38.394641 [ 264 ] {0618abcc-a49d-409d-9afa-afb89d97caad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5491 | 2024.12.12 04:07:38.394703 [ 264 ] {0618abcc-a49d-409d-9afa-afb89d97caad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5492 | 2024.12.12 04:07:38.395353 [ 264 ] {0618abcc-a49d-409d-9afa-afb89d97caad} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5493 | 2024.12.12 04:07:38.395395 [ 264 ] {0618abcc-a49d-409d-9afa-afb89d97caad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5494 | 2024.12.12 04:07:38.395780 [ 264 ] {0618abcc-a49d-409d-9afa-afb89d97caad} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5495 | 2024.12.12 04:07:38.396020 [ 264 ] {0618abcc-a49d-409d-9afa-afb89d97caad} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5496 | 2024.12.12 04:07:38.396231 [ 264 ] {0618abcc-a49d-409d-9afa-afb89d97caad} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001633 sec., 28169.014084507045 rows/sec., 2.03 MiB/sec. | ||
| 5497 | 2024.12.12 04:07:38.396286 [ 264 ] {0618abcc-a49d-409d-9afa-afb89d97caad} <Debug> TCPHandler: Processed in 0.002009442 sec. | ||
| 5498 | 2024.12.12 04:07:38.396465 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5499 | 2024.12.12 04:07:38.396614 [ 263 ] {7b8996a3-d088-43be-ad9e-6ed766b43a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5500 | 2024.12.12 04:07:38.396675 [ 263 ] {7b8996a3-d088-43be-ad9e-6ed766b43a63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5501 | 2024.12.12 04:07:38.397298 [ 263 ] {7b8996a3-d088-43be-ad9e-6ed766b43a63} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5502 | 2024.12.12 04:07:38.397339 [ 263 ] {7b8996a3-d088-43be-ad9e-6ed766b43a63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5503 | 2024.12.12 04:07:38.397708 [ 263 ] {7b8996a3-d088-43be-ad9e-6ed766b43a63} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5504 | 2024.12.12 04:07:38.397957 [ 263 ] {7b8996a3-d088-43be-ad9e-6ed766b43a63} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5505 | 2024.12.12 04:07:38.398206 [ 263 ] {7b8996a3-d088-43be-ad9e-6ed766b43a63} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001629 sec., 8594.229588704728 rows/sec., 601.88 KiB/sec. | ||
| 5506 | 2024.12.12 04:07:38.398325 [ 263 ] {7b8996a3-d088-43be-ad9e-6ed766b43a63} <Debug> TCPHandler: Processed in 0.001932611 sec. | ||
| 5507 | 2024.12.12 04:07:38.398497 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5508 | 2024.12.12 04:07:38.398639 [ 264 ] {3164d9f5-9e34-43e4-9185-ae5f64d02db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5509 | 2024.12.12 04:07:38.398698 [ 264 ] {3164d9f5-9e34-43e4-9185-ae5f64d02db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5510 | 2024.12.12 04:07:38.399302 [ 264 ] {3164d9f5-9e34-43e4-9185-ae5f64d02db9} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5511 | 2024.12.12 04:07:38.399343 [ 264 ] {3164d9f5-9e34-43e4-9185-ae5f64d02db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5512 | 2024.12.12 04:07:38.399699 [ 264 ] {3164d9f5-9e34-43e4-9185-ae5f64d02db9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5513 | 2024.12.12 04:07:38.399936 [ 264 ] {3164d9f5-9e34-43e4-9185-ae5f64d02db9} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5514 | 2024.12.12 04:07:38.400087 [ 147 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5515 | 2024.12.12 04:07:38.400150 [ 147 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5516 | 2024.12.12 04:07:38.400184 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5517 | 2024.12.12 04:07:38.400195 [ 264 ] {3164d9f5-9e34-43e4-9185-ae5f64d02db9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001581 sec., 8222.643896268184 rows/sec., 512.68 KiB/sec. | ||
| 5518 | 2024.12.12 04:07:38.400491 [ 264 ] {3164d9f5-9e34-43e4-9185-ae5f64d02db9} <Debug> TCPHandler: Processed in 0.002061634 sec. | ||
| 5519 | 2024.12.12 04:07:38.400507 [ 200 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 5520 | 2024.12.12 04:07:38.400736 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5521 | 2024.12.12 04:07:38.401034 [ 200 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5522 | 2024.12.12 04:07:38.401098 [ 200 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 5523 | 2024.12.12 04:07:38.401103 [ 263 ] {752719e8-2bc5-4b9f-bd9a-502f2f721140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5524 | 2024.12.12 04:07:38.401182 [ 263 ] {752719e8-2bc5-4b9f-bd9a-502f2f721140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5525 | 2024.12.12 04:07:38.401266 [ 200 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 5526 | 2024.12.12 04:07:38.401506 [ 200 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 5527 | 2024.12.12 04:07:38.402002 [ 200 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 5528 | 2024.12.12 04:07:38.402310 [ 200 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 5529 | 2024.12.12 04:07:38.403562 [ 263 ] {752719e8-2bc5-4b9f-bd9a-502f2f721140} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5530 | 2024.12.12 04:07:38.403608 [ 263 ] {752719e8-2bc5-4b9f-bd9a-502f2f721140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5531 | 2024.12.12 04:07:38.403858 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003586993 sec., 18121.02783585025 rows/sec., 1.17 MiB/sec. | ||
| 5532 | 2024.12.12 04:07:38.404025 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5533 | 2024.12.12 04:07:38.404144 [ 263 ] {752719e8-2bc5-4b9f-bd9a-502f2f721140} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5534 | 2024.12.12 04:07:38.404414 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_17_4} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5535 | 2024.12.12 04:07:38.404443 [ 263 ] {752719e8-2bc5-4b9f-bd9a-502f2f721140} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5536 | 2024.12.12 04:07:38.404542 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_17_4} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5537 | 2024.12.12 04:07:38.404746 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5538 | 2024.12.12 04:07:38.404784 [ 263 ] {752719e8-2bc5-4b9f-bd9a-502f2f721140} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.003748 sec., 112326.57417289221 rows/sec., 8.03 MiB/sec. | ||
| 5539 | 2024.12.12 04:07:38.404852 [ 263 ] {752719e8-2bc5-4b9f-bd9a-502f2f721140} <Debug> TCPHandler: Processed in 0.004252581 sec. | ||
| 5540 | 2024.12.12 04:07:38.405012 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5541 | 2024.12.12 04:07:38.405154 [ 264 ] {7a09ebb3-04bd-44fa-93f7-41f7f428c098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5542 | 2024.12.12 04:07:38.405214 [ 264 ] {7a09ebb3-04bd-44fa-93f7-41f7f428c098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5543 | 2024.12.12 04:07:38.405809 [ 264 ] {7a09ebb3-04bd-44fa-93f7-41f7f428c098} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5544 | 2024.12.12 04:07:38.405850 [ 264 ] {7a09ebb3-04bd-44fa-93f7-41f7f428c098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5545 | 2024.12.12 04:07:38.406215 [ 264 ] {7a09ebb3-04bd-44fa-93f7-41f7f428c098} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5546 | 2024.12.12 04:07:38.406451 [ 264 ] {7a09ebb3-04bd-44fa-93f7-41f7f428c098} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5547 | 2024.12.12 04:07:38.406663 [ 264 ] {7a09ebb3-04bd-44fa-93f7-41f7f428c098} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00154 sec., 3896.103896103896 rows/sec., 203.56 KiB/sec. | ||
| 5548 | 2024.12.12 04:07:38.406716 [ 264 ] {7a09ebb3-04bd-44fa-93f7-41f7f428c098} <Debug> TCPHandler: Processed in 0.001772386 sec. | ||
| 5549 | 2024.12.12 04:07:38.406883 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5550 | 2024.12.12 04:07:38.407022 [ 263 ] {7f991333-f530-4241-a919-32c3d7a8450e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5551 | 2024.12.12 04:07:38.407085 [ 263 ] {7f991333-f530-4241-a919-32c3d7a8450e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5552 | 2024.12.12 04:07:38.407775 [ 263 ] {7f991333-f530-4241-a919-32c3d7a8450e} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5553 | 2024.12.12 04:07:38.407822 [ 263 ] {7f991333-f530-4241-a919-32c3d7a8450e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5554 | 2024.12.12 04:07:38.408225 [ 263 ] {7f991333-f530-4241-a919-32c3d7a8450e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5555 | 2024.12.12 04:07:38.408473 [ 263 ] {7f991333-f530-4241-a919-32c3d7a8450e} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5556 | 2024.12.12 04:07:38.408696 [ 263 ] {7f991333-f530-4241-a919-32c3d7a8450e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001706 sec., 138921.45369284877 rows/sec., 9.31 MiB/sec. | ||
| 5557 | 2024.12.12 04:07:38.408752 [ 263 ] {7f991333-f530-4241-a919-32c3d7a8450e} <Debug> TCPHandler: Processed in 0.001936591 sec. | ||
| 5558 | 2024.12.12 04:07:38.408907 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5559 | 2024.12.12 04:07:38.409046 [ 264 ] {35333bbc-f96b-4230-a79d-348b25219daa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5560 | 2024.12.12 04:07:38.409107 [ 264 ] {35333bbc-f96b-4230-a79d-348b25219daa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5561 | 2024.12.12 04:07:38.409661 [ 264 ] {35333bbc-f96b-4230-a79d-348b25219daa} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5562 | 2024.12.12 04:07:38.409707 [ 264 ] {35333bbc-f96b-4230-a79d-348b25219daa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5563 | 2024.12.12 04:07:38.410092 [ 264 ] {35333bbc-f96b-4230-a79d-348b25219daa} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5564 | 2024.12.12 04:07:38.410330 [ 264 ] {35333bbc-f96b-4230-a79d-348b25219daa} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5565 | 2024.12.12 04:07:38.410613 [ 264 ] {35333bbc-f96b-4230-a79d-348b25219daa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001591 sec., 628.5355122564425 rows/sec., 42.35 KiB/sec. | ||
| 5566 | 2024.12.12 04:07:38.410837 [ 264 ] {35333bbc-f96b-4230-a79d-348b25219daa} <Debug> TCPHandler: Processed in 0.001996552 sec. | ||
| 5567 | 2024.12.12 04:07:38.411071 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5568 | 2024.12.12 04:07:38.411291 [ 263 ] {b962e325-6c35-454f-a69a-8a3769f7eb33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5569 | 2024.12.12 04:07:38.411427 [ 263 ] {b962e325-6c35-454f-a69a-8a3769f7eb33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5570 | 2024.12.12 04:07:38.412824 [ 263 ] {b962e325-6c35-454f-a69a-8a3769f7eb33} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5571 | 2024.12.12 04:07:38.412863 [ 263 ] {b962e325-6c35-454f-a69a-8a3769f7eb33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5572 | 2024.12.12 04:07:38.413535 [ 263 ] {b962e325-6c35-454f-a69a-8a3769f7eb33} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5573 | 2024.12.12 04:07:38.413797 [ 263 ] {b962e325-6c35-454f-a69a-8a3769f7eb33} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5574 | 2024.12.12 04:07:38.414154 [ 263 ] {b962e325-6c35-454f-a69a-8a3769f7eb33} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002907 sec., 13415.892672858618 rows/sec., 24.04 MiB/sec. | ||
| 5575 | 2024.12.12 04:07:38.414728 [ 263 ] {b962e325-6c35-454f-a69a-8a3769f7eb33} <Debug> TCPHandler: Processed in 0.003776339 sec. | ||
| 5576 | 2024.12.12 04:07:38.414888 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5577 | 2024.12.12 04:07:38.415028 [ 264 ] {a8c6bec0-0ebf-4af7-88c9-9cc1e7f5f855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5578 | 2024.12.12 04:07:38.415088 [ 264 ] {a8c6bec0-0ebf-4af7-88c9-9cc1e7f5f855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5579 | 2024.12.12 04:07:38.415659 [ 264 ] {a8c6bec0-0ebf-4af7-88c9-9cc1e7f5f855} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5580 | 2024.12.12 04:07:38.415707 [ 264 ] {a8c6bec0-0ebf-4af7-88c9-9cc1e7f5f855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5581 | 2024.12.12 04:07:38.416095 [ 264 ] {a8c6bec0-0ebf-4af7-88c9-9cc1e7f5f855} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5582 | 2024.12.12 04:07:38.416331 [ 264 ] {a8c6bec0-0ebf-4af7-88c9-9cc1e7f5f855} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5583 | 2024.12.12 04:07:38.416581 [ 264 ] {a8c6bec0-0ebf-4af7-88c9-9cc1e7f5f855} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001579 sec., 51931.602279924 rows/sec., 3.30 MiB/sec. | ||
| 5584 | 2024.12.12 04:07:38.416760 [ 264 ] {a8c6bec0-0ebf-4af7-88c9-9cc1e7f5f855} <Debug> TCPHandler: Processed in 0.00193573 sec. | ||
| 5585 | 2024.12.12 04:07:43.408233 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5586 | 2024.12.12 04:07:43.408442 [ 264 ] {83be3a2e-73bf-4eef-98ce-4a448c358459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5587 | 2024.12.12 04:07:43.408519 [ 264 ] {83be3a2e-73bf-4eef-98ce-4a448c358459} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5588 | 2024.12.12 04:07:43.409267 [ 264 ] {83be3a2e-73bf-4eef-98ce-4a448c358459} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5589 | 2024.12.12 04:07:43.409318 [ 264 ] {83be3a2e-73bf-4eef-98ce-4a448c358459} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5590 | 2024.12.12 04:07:43.409736 [ 264 ] {83be3a2e-73bf-4eef-98ce-4a448c358459} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5591 | 2024.12.12 04:07:43.409985 [ 264 ] {83be3a2e-73bf-4eef-98ce-4a448c358459} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5592 | 2024.12.12 04:07:43.410215 [ 264 ] {83be3a2e-73bf-4eef-98ce-4a448c358459} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001823 sec., 3291.2781130005487 rows/sec., 268.38 KiB/sec. | ||
| 5593 | 2024.12.12 04:07:43.410341 [ 264 ] {83be3a2e-73bf-4eef-98ce-4a448c358459} <Debug> TCPHandler: Processed in 0.002267699 sec. | ||
| 5594 | 2024.12.12 04:07:43.410610 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5595 | 2024.12.12 04:07:43.410823 [ 263 ] {334c9563-4a62-487a-b7ac-e91ee0f98c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5596 | 2024.12.12 04:07:43.410904 [ 263 ] {334c9563-4a62-487a-b7ac-e91ee0f98c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5597 | 2024.12.12 04:07:43.412299 [ 263 ] {334c9563-4a62-487a-b7ac-e91ee0f98c11} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5598 | 2024.12.12 04:07:43.412351 [ 263 ] {334c9563-4a62-487a-b7ac-e91ee0f98c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5599 | 2024.12.12 04:07:43.412850 [ 263 ] {334c9563-4a62-487a-b7ac-e91ee0f98c11} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5600 | 2024.12.12 04:07:43.413117 [ 263 ] {334c9563-4a62-487a-b7ac-e91ee0f98c11} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5601 | 2024.12.12 04:07:43.413302 [ 47 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5602 | 2024.12.12 04:07:43.413366 [ 263 ] {334c9563-4a62-487a-b7ac-e91ee0f98c11} <Debug> executeQuery: Read 1199 rows, 101.19 KiB in 0.002599 sec., 461331.28126202384 rows/sec., 38.02 MiB/sec. | ||
| 5603 | 2024.12.12 04:07:43.413381 [ 47 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5604 | 2024.12.12 04:07:43.413441 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5605 | 2024.12.12 04:07:43.413500 [ 263 ] {334c9563-4a62-487a-b7ac-e91ee0f98c11} <Debug> TCPHandler: Processed in 0.003031829 sec. | ||
| 5606 | 2024.12.12 04:07:43.413630 [ 200 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 5607 | 2024.12.12 04:07:43.413703 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5608 | 2024.12.12 04:07:43.413779 [ 200 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5609 | 2024.12.12 04:07:43.413839 [ 200 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1432 rows starting from the beginning of the part | ||
| 5610 | 2024.12.12 04:07:43.413963 [ 264 ] {53c301cc-b546-4b92-831c-afcac7d03944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5611 | 2024.12.12 04:07:43.414083 [ 200 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part | ||
| 5612 | 2024.12.12 04:07:43.414179 [ 264 ] {53c301cc-b546-4b92-831c-afcac7d03944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5613 | 2024.12.12 04:07:43.414350 [ 200 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 286 rows starting from the beginning of the part | ||
| 5614 | 2024.12.12 04:07:43.414767 [ 200 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 5615 | 2024.12.12 04:07:43.415053 [ 200 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 281 rows starting from the beginning of the part | ||
| 5616 | 2024.12.12 04:07:43.415351 [ 200 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1199 rows starting from the beginning of the part | ||
| 5617 | 2024.12.12 04:07:43.417102 [ 264 ] {53c301cc-b546-4b92-831c-afcac7d03944} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5618 | 2024.12.12 04:07:43.417188 [ 264 ] {53c301cc-b546-4b92-831c-afcac7d03944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5619 | 2024.12.12 04:07:43.418244 [ 264 ] {53c301cc-b546-4b92-831c-afcac7d03944} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5620 | 2024.12.12 04:07:43.418529 [ 264 ] {53c301cc-b546-4b92-831c-afcac7d03944} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5621 | 2024.12.12 04:07:43.418885 [ 264 ] {53c301cc-b546-4b92-831c-afcac7d03944} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.005003 sec., 1199.2804317409555 rows/sec., 83.74 KiB/sec. | ||
| 5622 | 2024.12.12 04:07:43.419223 [ 264 ] {53c301cc-b546-4b92-831c-afcac7d03944} <Debug> TCPHandler: Processed in 0.005593036 sec. | ||
| 5623 | 2024.12.12 04:07:43.419382 [ 200 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3310 rows, containing 5 columns (5 merged, 0 gathered) in 0.005836982 sec., 567073.8748209262 rows/sec., 49.68 MiB/sec. | ||
| 5624 | 2024.12.12 04:07:43.419450 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5625 | 2024.12.12 04:07:43.419593 [ 263 ] {77e9f0bf-a669-45be-8d2f-ca2d9102e074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5626 | 2024.12.12 04:07:43.419642 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5627 | 2024.12.12 04:07:43.419658 [ 263 ] {77e9f0bf-a669-45be-8d2f-ca2d9102e074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5628 | 2024.12.12 04:07:43.420119 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_41_8} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5629 | 2024.12.12 04:07:43.420210 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_41_8} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5630 | 2024.12.12 04:07:43.420292 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 5631 | 2024.12.12 04:07:43.420544 [ 263 ] {77e9f0bf-a669-45be-8d2f-ca2d9102e074} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5632 | 2024.12.12 04:07:43.420583 [ 263 ] {77e9f0bf-a669-45be-8d2f-ca2d9102e074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5633 | 2024.12.12 04:07:43.420942 [ 263 ] {77e9f0bf-a669-45be-8d2f-ca2d9102e074} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5634 | 2024.12.12 04:07:43.421180 [ 263 ] {77e9f0bf-a669-45be-8d2f-ca2d9102e074} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5635 | 2024.12.12 04:07:43.421408 [ 263 ] {77e9f0bf-a669-45be-8d2f-ca2d9102e074} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001853 sec., 123043.71289800323 rows/sec., 8.33 MiB/sec. | ||
| 5636 | 2024.12.12 04:07:43.421466 [ 263 ] {77e9f0bf-a669-45be-8d2f-ca2d9102e074} <Debug> TCPHandler: Processed in 0.002100155 sec. | ||
| 5637 | 2024.12.12 04:07:43.421634 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5638 | 2024.12.12 04:07:43.421772 [ 264 ] {52166839-c20c-4d8f-8040-e87dea13258c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5639 | 2024.12.12 04:07:43.421830 [ 264 ] {52166839-c20c-4d8f-8040-e87dea13258c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5640 | 2024.12.12 04:07:43.422678 [ 264 ] {52166839-c20c-4d8f-8040-e87dea13258c} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5641 | 2024.12.12 04:07:43.422717 [ 264 ] {52166839-c20c-4d8f-8040-e87dea13258c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5642 | 2024.12.12 04:07:43.423100 [ 264 ] {52166839-c20c-4d8f-8040-e87dea13258c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5643 | 2024.12.12 04:07:43.423338 [ 264 ] {52166839-c20c-4d8f-8040-e87dea13258c} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5644 | 2024.12.12 04:07:43.423504 [ 47 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5645 | 2024.12.12 04:07:43.423561 [ 47 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5646 | 2024.12.12 04:07:43.423591 [ 264 ] {52166839-c20c-4d8f-8040-e87dea13258c} <Debug> executeQuery: Read 526 rows, 39.89 KiB in 0.001836 sec., 286492.3747276688 rows/sec., 21.22 MiB/sec. | ||
| 5647 | 2024.12.12 04:07:43.423599 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5648 | 2024.12.12 04:07:43.423763 [ 264 ] {52166839-c20c-4d8f-8040-e87dea13258c} <Debug> TCPHandler: Processed in 0.002194337 sec. | ||
| 5649 | 2024.12.12 04:07:43.423850 [ 200 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 5650 | 2024.12.12 04:07:43.423942 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5651 | 2024.12.12 04:07:43.423989 [ 200 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5652 | 2024.12.12 04:07:43.424026 [ 200 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 5653 | 2024.12.12 04:07:43.424143 [ 263 ] {a3fcc9f6-1beb-4665-8cb2-a7090f31f883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5654 | 2024.12.12 04:07:43.424280 [ 200 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part | ||
| 5655 | 2024.12.12 04:07:43.424340 [ 263 ] {a3fcc9f6-1beb-4665-8cb2-a7090f31f883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5656 | 2024.12.12 04:07:43.424683 [ 200 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 431 rows starting from the beginning of the part | ||
| 5657 | 2024.12.12 04:07:43.424921 [ 200 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 5658 | 2024.12.12 04:07:43.425280 [ 200 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 421 rows starting from the beginning of the part | ||
| 5659 | 2024.12.12 04:07:43.425658 [ 200 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 526 rows starting from the beginning of the part | ||
| 5660 | 2024.12.12 04:07:43.426910 [ 263 ] {a3fcc9f6-1beb-4665-8cb2-a7090f31f883} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5661 | 2024.12.12 04:07:43.426964 [ 263 ] {a3fcc9f6-1beb-4665-8cb2-a7090f31f883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5662 | 2024.12.12 04:07:43.427559 [ 263 ] {a3fcc9f6-1beb-4665-8cb2-a7090f31f883} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5663 | 2024.12.12 04:07:43.427583 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.003857389 sec., 627108.1293590042 rows/sec., 48.10 MiB/sec. | ||
| 5664 | 2024.12.12 04:07:43.427857 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5665 | 2024.12.12 04:07:43.427930 [ 263 ] {a3fcc9f6-1beb-4665-8cb2-a7090f31f883} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5666 | 2024.12.12 04:07:43.428212 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5667 | 2024.12.12 04:07:43.428312 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5668 | 2024.12.12 04:07:43.428383 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5669 | 2024.12.12 04:07:43.428521 [ 263 ] {a3fcc9f6-1beb-4665-8cb2-a7090f31f883} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.004448 sec., 198516.18705035973 rows/sec., 13.36 MiB/sec. | ||
| 5670 | 2024.12.12 04:07:43.428868 [ 263 ] {a3fcc9f6-1beb-4665-8cb2-a7090f31f883} <Debug> TCPHandler: Processed in 0.004990871 sec. | ||
| 5671 | 2024.12.12 04:07:43.429063 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 5672 | 2024.12.12 04:07:43.429212 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5673 | 2024.12.12 04:07:43.429620 [ 264 ] {883a758e-b4aa-4d7c-b03b-09de1bc380e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5674 | 2024.12.12 04:07:43.429754 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5675 | 2024.12.12 04:07:43.429811 [ 264 ] {883a758e-b4aa-4d7c-b03b-09de1bc380e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5676 | 2024.12.12 04:07:43.429939 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11500 rows starting from the beginning of the part | ||
| 5677 | 2024.12.12 04:07:43.429991 [ 200 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_41_8} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5678 | 2024.12.12 04:07:43.430518 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
| 5679 | 2024.12.12 04:07:43.430548 [ 200 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_41_8} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5680 | 2024.12.12 04:07:43.430998 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 5681 | 2024.12.12 04:07:43.431023 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 242 rows starting from the beginning of the part | ||
| 5682 | 2024.12.12 04:07:43.431389 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 5683 | 2024.12.12 04:07:43.431643 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 5684 | 2024.12.12 04:07:43.431964 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 883 rows starting from the beginning of the part | ||
| 5685 | 2024.12.12 04:07:43.432477 [ 264 ] {883a758e-b4aa-4d7c-b03b-09de1bc380e8} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5686 | 2024.12.12 04:07:43.432521 [ 264 ] {883a758e-b4aa-4d7c-b03b-09de1bc380e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5687 | 2024.12.12 04:07:43.433026 [ 264 ] {883a758e-b4aa-4d7c-b03b-09de1bc380e8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5688 | 2024.12.12 04:07:43.433298 [ 264 ] {883a758e-b4aa-4d7c-b03b-09de1bc380e8} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5689 | 2024.12.12 04:07:43.433506 [ 47 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5690 | 2024.12.12 04:07:43.433606 [ 47 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5691 | 2024.12.12 04:07:43.433718 [ 264 ] {883a758e-b4aa-4d7c-b03b-09de1bc380e8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004215 sec., 14234.875444839858 rows/sec., 982.35 KiB/sec. | ||
| 5692 | 2024.12.12 04:07:43.433731 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5693 | 2024.12.12 04:07:43.434090 [ 264 ] {883a758e-b4aa-4d7c-b03b-09de1bc380e8} <Debug> TCPHandler: Processed in 0.005065103 sec. | ||
| 5694 | 2024.12.12 04:07:43.434436 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 5695 | 2024.12.12 04:07:43.434804 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5696 | 2024.12.12 04:07:43.434897 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2340 rows starting from the beginning of the part | ||
| 5697 | 2024.12.12 04:07:43.435176 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 5698 | 2024.12.12 04:07:43.435420 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
| 5699 | 2024.12.12 04:07:43.435621 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 5700 | 2024.12.12 04:07:43.435755 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 5701 | 2024.12.12 04:07:43.435957 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5702 | 2024.12.12 04:07:43.437864 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13182 rows, containing 5 columns (5 merged, 0 gathered) in 0.009341274 sec., 1411156.551022912 rows/sec., 95.40 MiB/sec. | ||
| 5703 | 2024.12.12 04:07:43.438115 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2684 rows, containing 4 columns (4 merged, 0 gathered) in 0.004161824 sec., 644909.5396633784 rows/sec., 42.19 MiB/sec. | ||
| 5704 | 2024.12.12 04:07:43.438292 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5705 | 2024.12.12 04:07:43.438475 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5706 | 2024.12.12 04:07:43.438834 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5707 | 2024.12.12 04:07:43.439000 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5708 | 2024.12.12 04:07:43.439044 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_41_8} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5709 | 2024.12.12 04:07:43.439191 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. | ||
| 5710 | 2024.12.12 04:07:43.439252 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_41_8} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5711 | 2024.12.12 04:07:43.439346 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 5712 | 2024.12.12 04:07:44.297429 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 5713 | 2024.12.12 04:07:44.298102 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5714 | 2024.12.12 04:07:44.298140 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 5715 | 2024.12.12 04:07:44.298676 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5716 | 2024.12.12 04:07:44.298930 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5717 | 2024.12.12 04:07:44.299119 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 5718 | 2024.12.12 04:07:45.193183 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5719 | 2024.12.12 04:07:45.213180 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5720 | 2024.12.12 04:07:45.213234 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5721 | 2024.12.12 04:07:45.220836 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5722 | 2024.12.12 04:07:45.221601 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5723 | 2024.12.12 04:07:45.224168 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5724 | 2024.12.12 04:07:46.844424 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 808 | ||
| 5725 | 2024.12.12 04:07:46.847524 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5726 | 2024.12.12 04:07:46.847565 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5727 | 2024.12.12 04:07:46.849019 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5728 | 2024.12.12 04:07:46.849322 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5729 | 2024.12.12 04:07:46.849484 [ 10 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5730 | 2024.12.12 04:07:46.849542 [ 10 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5731 | 2024.12.12 04:07:46.849579 [ 10 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5732 | 2024.12.12 04:07:46.850060 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 5733 | 2024.12.12 04:07:46.850519 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 808 | ||
| 5734 | 2024.12.12 04:07:46.851066 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5735 | 2024.12.12 04:07:46.851259 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 646 rows starting from the beginning of the part | ||
| 5736 | 2024.12.12 04:07:46.851891 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part | ||
| 5737 | 2024.12.12 04:07:46.852522 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part | ||
| 5738 | 2024.12.12 04:07:46.853127 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 5739 | 2024.12.12 04:07:46.853728 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part | ||
| 5740 | 2024.12.12 04:07:46.854291 [ 197 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part | ||
| 5741 | 2024.12.12 04:07:46.862188 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 808 rows, containing 72 columns (72 merged, 0 gathered) in 0.012457913 sec., 64858.37555616258 rows/sec., 54.57 MiB/sec. | ||
| 5742 | 2024.12.12 04:07:46.863919 [ 199 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5743 | 2024.12.12 04:07:46.864794 [ 199 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_21_4} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5744 | 2024.12.12 04:07:46.864893 [ 199 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_21_4} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5745 | 2024.12.12 04:07:46.865261 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 5746 | 2024.12.12 04:07:48.385977 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5747 | 2024.12.12 04:07:48.386164 [ 264 ] {22ebcbd6-7ca6-4969-a399-8600a04dfa47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5748 | 2024.12.12 04:07:48.386235 [ 264 ] {22ebcbd6-7ca6-4969-a399-8600a04dfa47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5749 | 2024.12.12 04:07:48.386975 [ 264 ] {22ebcbd6-7ca6-4969-a399-8600a04dfa47} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5750 | 2024.12.12 04:07:48.387022 [ 264 ] {22ebcbd6-7ca6-4969-a399-8600a04dfa47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5751 | 2024.12.12 04:07:48.387444 [ 264 ] {22ebcbd6-7ca6-4969-a399-8600a04dfa47} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5752 | 2024.12.12 04:07:48.387699 [ 264 ] {22ebcbd6-7ca6-4969-a399-8600a04dfa47} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5753 | 2024.12.12 04:07:48.387951 [ 264 ] {22ebcbd6-7ca6-4969-a399-8600a04dfa47} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00183 sec., 7650.273224043715 rows/sec., 550.72 KiB/sec. | ||
| 5754 | 2024.12.12 04:07:48.388090 [ 264 ] {22ebcbd6-7ca6-4969-a399-8600a04dfa47} <Debug> TCPHandler: Processed in 0.002243188 sec. | ||
| 5755 | 2024.12.12 04:07:48.388383 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5756 | 2024.12.12 04:07:48.388597 [ 263 ] {f2e662bc-acae-4f22-a0b0-9ecbf0fe4a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5757 | 2024.12.12 04:07:48.388681 [ 263 ] {f2e662bc-acae-4f22-a0b0-9ecbf0fe4a1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5758 | 2024.12.12 04:07:48.389631 [ 263 ] {f2e662bc-acae-4f22-a0b0-9ecbf0fe4a1a} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5759 | 2024.12.12 04:07:48.389684 [ 263 ] {f2e662bc-acae-4f22-a0b0-9ecbf0fe4a1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5760 | 2024.12.12 04:07:48.390150 [ 263 ] {f2e662bc-acae-4f22-a0b0-9ecbf0fe4a1a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5761 | 2024.12.12 04:07:48.390422 [ 263 ] {f2e662bc-acae-4f22-a0b0-9ecbf0fe4a1a} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5762 | 2024.12.12 04:07:48.390652 [ 263 ] {f2e662bc-acae-4f22-a0b0-9ecbf0fe4a1a} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002116 sec., 132797.73156899813 rows/sec., 11.73 MiB/sec. | ||
| 5763 | 2024.12.12 04:07:48.390710 [ 263 ] {f2e662bc-acae-4f22-a0b0-9ecbf0fe4a1a} <Debug> TCPHandler: Processed in 0.002480875 sec. | ||
| 5764 | 2024.12.12 04:07:48.390858 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5765 | 2024.12.12 04:07:48.390976 [ 264 ] {20cedd62-d982-41cc-aa7c-2d2f3f07fbe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5766 | 2024.12.12 04:07:48.391025 [ 264 ] {20cedd62-d982-41cc-aa7c-2d2f3f07fbe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5767 | 2024.12.12 04:07:48.391620 [ 264 ] {20cedd62-d982-41cc-aa7c-2d2f3f07fbe6} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5768 | 2024.12.12 04:07:48.391660 [ 264 ] {20cedd62-d982-41cc-aa7c-2d2f3f07fbe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5769 | 2024.12.12 04:07:48.392014 [ 264 ] {20cedd62-d982-41cc-aa7c-2d2f3f07fbe6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5770 | 2024.12.12 04:07:48.392253 [ 264 ] {20cedd62-d982-41cc-aa7c-2d2f3f07fbe6} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5771 | 2024.12.12 04:07:48.392478 [ 264 ] {20cedd62-d982-41cc-aa7c-2d2f3f07fbe6} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001524 sec., 30183.727034120737 rows/sec., 2.17 MiB/sec. | ||
| 5772 | 2024.12.12 04:07:48.392607 [ 264 ] {20cedd62-d982-41cc-aa7c-2d2f3f07fbe6} <Debug> TCPHandler: Processed in 0.001805097 sec. | ||
| 5773 | 2024.12.12 04:07:48.392824 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5774 | 2024.12.12 04:07:48.393043 [ 263 ] {a3247c4b-e191-41de-bb6c-de89b4bd0685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5775 | 2024.12.12 04:07:48.393135 [ 263 ] {a3247c4b-e191-41de-bb6c-de89b4bd0685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5776 | 2024.12.12 04:07:48.393741 [ 263 ] {a3247c4b-e191-41de-bb6c-de89b4bd0685} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5777 | 2024.12.12 04:07:48.393782 [ 263 ] {a3247c4b-e191-41de-bb6c-de89b4bd0685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5778 | 2024.12.12 04:07:48.394138 [ 263 ] {a3247c4b-e191-41de-bb6c-de89b4bd0685} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5779 | 2024.12.12 04:07:48.394378 [ 263 ] {a3247c4b-e191-41de-bb6c-de89b4bd0685} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5780 | 2024.12.12 04:07:48.394528 [ 6 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5781 | 2024.12.12 04:07:48.394569 [ 263 ] {a3247c4b-e191-41de-bb6c-de89b4bd0685} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001577 sec., 8877.615726062142 rows/sec., 621.73 KiB/sec. | ||
| 5782 | 2024.12.12 04:07:48.394583 [ 6 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5783 | 2024.12.12 04:07:48.394627 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5784 | 2024.12.12 04:07:48.394645 [ 263 ] {a3247c4b-e191-41de-bb6c-de89b4bd0685} <Debug> TCPHandler: Processed in 0.001935011 sec. | ||
| 5785 | 2024.12.12 04:07:48.394957 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5786 | 2024.12.12 04:07:48.395077 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::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 | ||
| 5787 | 2024.12.12 04:07:48.395416 [ 264 ] {e0e92e8b-31c5-4256-8bf7-b6a917967753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5788 | 2024.12.12 04:07:48.395576 [ 264 ] {e0e92e8b-31c5-4256-8bf7-b6a917967753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5789 | 2024.12.12 04:07:48.395579 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5790 | 2024.12.12 04:07:48.395685 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 243 rows starting from the beginning of the part | ||
| 5791 | 2024.12.12 04:07:48.395966 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 5792 | 2024.12.12 04:07:48.396432 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 5793 | 2024.12.12 04:07:48.396806 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 5794 | 2024.12.12 04:07:48.397100 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 228 rows starting from the beginning of the part | ||
| 5795 | 2024.12.12 04:07:48.397421 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 5796 | 2024.12.12 04:07:48.398246 [ 264 ] {e0e92e8b-31c5-4256-8bf7-b6a917967753} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5797 | 2024.12.12 04:07:48.398306 [ 264 ] {e0e92e8b-31c5-4256-8bf7-b6a917967753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5798 | 2024.12.12 04:07:48.399225 [ 264 ] {e0e92e8b-31c5-4256-8bf7-b6a917967753} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5799 | 2024.12.12 04:07:48.399688 [ 264 ] {e0e92e8b-31c5-4256-8bf7-b6a917967753} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5800 | 2024.12.12 04:07:48.400409 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005608056 sec., 93971.95748401941 rows/sec., 6.73 MiB/sec. | ||
| 5801 | 2024.12.12 04:07:48.400424 [ 264 ] {e0e92e8b-31c5-4256-8bf7-b6a917967753} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005201 sec., 2499.5193232070756 rows/sec., 155.84 KiB/sec. | ||
| 5802 | 2024.12.12 04:07:48.400607 [ 264 ] {e0e92e8b-31c5-4256-8bf7-b6a917967753} <Debug> TCPHandler: Processed in 0.005862003 sec. | ||
| 5803 | 2024.12.12 04:07:48.400711 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5804 | 2024.12.12 04:07:48.400888 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5805 | 2024.12.12 04:07:48.401141 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_26_5} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5806 | 2024.12.12 04:07:48.401231 [ 263 ] {27cc6778-fea4-4ff2-9fc3-c014c353e87a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5807 | 2024.12.12 04:07:48.401325 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_26_5} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5808 | 2024.12.12 04:07:48.401338 [ 263 ] {27cc6778-fea4-4ff2-9fc3-c014c353e87a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5809 | 2024.12.12 04:07:48.401519 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 5810 | 2024.12.12 04:07:48.402257 [ 263 ] {27cc6778-fea4-4ff2-9fc3-c014c353e87a} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5811 | 2024.12.12 04:07:48.402302 [ 263 ] {27cc6778-fea4-4ff2-9fc3-c014c353e87a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5812 | 2024.12.12 04:07:48.402693 [ 263 ] {27cc6778-fea4-4ff2-9fc3-c014c353e87a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5813 | 2024.12.12 04:07:48.402940 [ 263 ] {27cc6778-fea4-4ff2-9fc3-c014c353e87a} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5814 | 2024.12.12 04:07:48.403159 [ 263 ] {27cc6778-fea4-4ff2-9fc3-c014c353e87a} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002028 sec., 207593.68836291914 rows/sec., 14.83 MiB/sec. | ||
| 5815 | 2024.12.12 04:07:48.403287 [ 263 ] {27cc6778-fea4-4ff2-9fc3-c014c353e87a} <Debug> TCPHandler: Processed in 0.002543786 sec. | ||
| 5816 | 2024.12.12 04:07:48.403556 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5817 | 2024.12.12 04:07:48.403775 [ 264 ] {483e879d-d5a8-486a-a1df-e4adbd3bdf83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5818 | 2024.12.12 04:07:48.403834 [ 264 ] {483e879d-d5a8-486a-a1df-e4adbd3bdf83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5819 | 2024.12.12 04:07:48.404369 [ 264 ] {483e879d-d5a8-486a-a1df-e4adbd3bdf83} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5820 | 2024.12.12 04:07:48.404407 [ 264 ] {483e879d-d5a8-486a-a1df-e4adbd3bdf83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5821 | 2024.12.12 04:07:48.404771 [ 264 ] {483e879d-d5a8-486a-a1df-e4adbd3bdf83} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5822 | 2024.12.12 04:07:48.405015 [ 264 ] {483e879d-d5a8-486a-a1df-e4adbd3bdf83} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5823 | 2024.12.12 04:07:48.405255 [ 264 ] {483e879d-d5a8-486a-a1df-e4adbd3bdf83} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00151 sec., 3973.5099337748343 rows/sec., 207.60 KiB/sec. | ||
| 5824 | 2024.12.12 04:07:48.405357 [ 264 ] {483e879d-d5a8-486a-a1df-e4adbd3bdf83} <Debug> TCPHandler: Processed in 0.001962921 sec. | ||
| 5825 | 2024.12.12 04:07:48.405564 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5826 | 2024.12.12 04:07:48.405786 [ 263 ] {9f8ee3ac-6c0b-4906-95a2-90b1ed18a0c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5827 | 2024.12.12 04:07:48.405882 [ 263 ] {9f8ee3ac-6c0b-4906-95a2-90b1ed18a0c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5828 | 2024.12.12 04:07:48.406610 [ 263 ] {9f8ee3ac-6c0b-4906-95a2-90b1ed18a0c9} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5829 | 2024.12.12 04:07:48.406648 [ 263 ] {9f8ee3ac-6c0b-4906-95a2-90b1ed18a0c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5830 | 2024.12.12 04:07:48.407041 [ 263 ] {9f8ee3ac-6c0b-4906-95a2-90b1ed18a0c9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5831 | 2024.12.12 04:07:48.407285 [ 263 ] {9f8ee3ac-6c0b-4906-95a2-90b1ed18a0c9} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5832 | 2024.12.12 04:07:48.407460 [ 263 ] {9f8ee3ac-6c0b-4906-95a2-90b1ed18a0c9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00173 sec., 136994.2196531792 rows/sec., 9.18 MiB/sec. | ||
| 5833 | 2024.12.12 04:07:48.407512 [ 263 ] {9f8ee3ac-6c0b-4906-95a2-90b1ed18a0c9} <Debug> TCPHandler: Processed in 0.002058344 sec. | ||
| 5834 | 2024.12.12 04:07:48.407669 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5835 | 2024.12.12 04:07:48.407806 [ 264 ] {acc6132d-d63a-447e-8b6a-92ab4b19e830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5836 | 2024.12.12 04:07:48.407868 [ 264 ] {acc6132d-d63a-447e-8b6a-92ab4b19e830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5837 | 2024.12.12 04:07:48.408375 [ 264 ] {acc6132d-d63a-447e-8b6a-92ab4b19e830} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5838 | 2024.12.12 04:07:48.408414 [ 264 ] {acc6132d-d63a-447e-8b6a-92ab4b19e830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5839 | 2024.12.12 04:07:48.408775 [ 264 ] {acc6132d-d63a-447e-8b6a-92ab4b19e830} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5840 | 2024.12.12 04:07:48.409009 [ 264 ] {acc6132d-d63a-447e-8b6a-92ab4b19e830} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5841 | 2024.12.12 04:07:48.409224 [ 264 ] {acc6132d-d63a-447e-8b6a-92ab4b19e830} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001447 sec., 691.0850034554251 rows/sec., 46.57 KiB/sec. | ||
| 5842 | 2024.12.12 04:07:48.409274 [ 264 ] {acc6132d-d63a-447e-8b6a-92ab4b19e830} <Debug> TCPHandler: Processed in 0.001677473 sec. | ||
| 5843 | 2024.12.12 04:07:48.409474 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5844 | 2024.12.12 04:07:48.409694 [ 263 ] {8e748f16-4eb1-43d5-821b-2b2eda273fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5845 | 2024.12.12 04:07:48.409835 [ 263 ] {8e748f16-4eb1-43d5-821b-2b2eda273fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5846 | 2024.12.12 04:07:48.411180 [ 263 ] {8e748f16-4eb1-43d5-821b-2b2eda273fc7} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5847 | 2024.12.12 04:07:48.411218 [ 263 ] {8e748f16-4eb1-43d5-821b-2b2eda273fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5848 | 2024.12.12 04:07:48.411861 [ 263 ] {8e748f16-4eb1-43d5-821b-2b2eda273fc7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5849 | 2024.12.12 04:07:48.412117 [ 263 ] {8e748f16-4eb1-43d5-821b-2b2eda273fc7} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5850 | 2024.12.12 04:07:48.412261 [ 6 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5851 | 2024.12.12 04:07:48.412309 [ 6 ] {} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5852 | 2024.12.12 04:07:48.412333 [ 263 ] {8e748f16-4eb1-43d5-821b-2b2eda273fc7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002691 sec., 14492.753623188406 rows/sec., 25.97 MiB/sec. | ||
| 5853 | 2024.12.12 04:07:48.412338 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5854 | 2024.12.12 04:07:48.412559 [ 263 ] {8e748f16-4eb1-43d5-821b-2b2eda273fc7} <Debug> TCPHandler: Processed in 0.003197063 sec. | ||
| 5855 | 2024.12.12 04:07:48.412573 [ 192 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::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 | ||
| 5856 | 2024.12.12 04:07:48.412733 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5857 | 2024.12.12 04:07:48.413030 [ 264 ] {c2a67444-801f-4847-8b98-8682cc18af34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5858 | 2024.12.12 04:07:48.413120 [ 192 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5859 | 2024.12.12 04:07:48.413145 [ 264 ] {c2a67444-801f-4847-8b98-8682cc18af34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5860 | 2024.12.12 04:07:48.413341 [ 192 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 555 rows starting from the beginning of the part | ||
| 5861 | 2024.12.12 04:07:48.414212 [ 192 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part | ||
| 5862 | 2024.12.12 04:07:48.414919 [ 192 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part | ||
| 5863 | 2024.12.12 04:07:48.415383 [ 264 ] {c2a67444-801f-4847-8b98-8682cc18af34} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5864 | 2024.12.12 04:07:48.415480 [ 264 ] {c2a67444-801f-4847-8b98-8682cc18af34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5865 | 2024.12.12 04:07:48.415711 [ 192 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part | ||
| 5866 | 2024.12.12 04:07:48.416413 [ 192 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part | ||
| 5867 | 2024.12.12 04:07:48.416936 [ 264 ] {c2a67444-801f-4847-8b98-8682cc18af34} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5868 | 2024.12.12 04:07:48.417050 [ 192 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 39 rows starting from the beginning of the part | ||
| 5869 | 2024.12.12 04:07:48.417712 [ 264 ] {c2a67444-801f-4847-8b98-8682cc18af34} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5870 | 2024.12.12 04:07:48.418311 [ 264 ] {c2a67444-801f-4847-8b98-8682cc18af34} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005373 sec., 15261.492648427322 rows/sec., 992.56 KiB/sec. | ||
| 5871 | 2024.12.12 04:07:48.418446 [ 264 ] {c2a67444-801f-4847-8b98-8682cc18af34} <Debug> TCPHandler: Processed in 0.005800381 sec. | ||
| 5872 | 2024.12.12 04:07:48.427723 [ 199 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 750 rows, containing 19 columns (19 merged, 0 gathered) in 0.0152958 sec., 49033.06790099243 rows/sec., 87.87 MiB/sec. | ||
| 5873 | 2024.12.12 04:07:48.428727 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5874 | 2024.12.12 04:07:48.429162 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5875 | 2024.12.12 04:07:48.429249 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5876 | 2024.12.12 04:07:48.429421 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 5877 | 2024.12.12 04:07:49.000244 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.82 MiB, peak 205.53 MiB, free memory in arenas 0.00 B, will set to 199.50 MiB (RSS), difference: 1.68 MiB | ||
| 5878 | 2024.12.12 04:07:51.665230 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5879 | 2024.12.12 04:07:51.665304 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5880 | 2024.12.12 04:07:51.799280 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 5881 | 2024.12.12 04:07:51.800361 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5882 | 2024.12.12 04:07:51.800454 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5883 | 2024.12.12 04:07:51.801106 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5884 | 2024.12.12 04:07:51.801358 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5885 | 2024.12.12 04:07:51.801646 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 5886 | 2024.12.12 04:07:52.724230 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 5887 | 2024.12.12 04:07:52.744936 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5888 | 2024.12.12 04:07:52.744997 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5889 | 2024.12.12 04:07:52.752505 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5890 | 2024.12.12 04:07:52.753282 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5891 | 2024.12.12 04:07:52.756663 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 5892 | 2024.12.12 04:07:53.379292 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5893 | 2024.12.12 04:07:53.379508 [ 264 ] {7acefaf5-33a2-4c8d-bb94-7e336ce4f5ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5894 | 2024.12.12 04:07:53.379592 [ 264 ] {7acefaf5-33a2-4c8d-bb94-7e336ce4f5ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5895 | 2024.12.12 04:07:53.380479 [ 264 ] {7acefaf5-33a2-4c8d-bb94-7e336ce4f5ea} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5896 | 2024.12.12 04:07:53.380530 [ 264 ] {7acefaf5-33a2-4c8d-bb94-7e336ce4f5ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5897 | 2024.12.12 04:07:53.380960 [ 264 ] {7acefaf5-33a2-4c8d-bb94-7e336ce4f5ea} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5898 | 2024.12.12 04:07:53.381214 [ 264 ] {7acefaf5-33a2-4c8d-bb94-7e336ce4f5ea} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5899 | 2024.12.12 04:07:53.381456 [ 264 ] {7acefaf5-33a2-4c8d-bb94-7e336ce4f5ea} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002007 sec., 27902.341803687093 rows/sec., 2.14 MiB/sec. | ||
| 5900 | 2024.12.12 04:07:53.381522 [ 264 ] {7acefaf5-33a2-4c8d-bb94-7e336ce4f5ea} <Debug> TCPHandler: Processed in 0.002374762 sec. | ||
| 5901 | 2024.12.12 04:07:53.381787 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5902 | 2024.12.12 04:07:53.381997 [ 263 ] {ec59067c-d222-4cf6-ac08-58e5806c3659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5903 | 2024.12.12 04:07:53.382075 [ 263 ] {ec59067c-d222-4cf6-ac08-58e5806c3659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5904 | 2024.12.12 04:07:53.382870 [ 263 ] {ec59067c-d222-4cf6-ac08-58e5806c3659} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5905 | 2024.12.12 04:07:53.382910 [ 263 ] {ec59067c-d222-4cf6-ac08-58e5806c3659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5906 | 2024.12.12 04:07:53.383341 [ 263 ] {ec59067c-d222-4cf6-ac08-58e5806c3659} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5907 | 2024.12.12 04:07:53.383597 [ 263 ] {ec59067c-d222-4cf6-ac08-58e5806c3659} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5908 | 2024.12.12 04:07:53.383806 [ 263 ] {ec59067c-d222-4cf6-ac08-58e5806c3659} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001868 sec., 34261.24197002141 rows/sec., 2.67 MiB/sec. | ||
| 5909 | 2024.12.12 04:07:53.383864 [ 263 ] {ec59067c-d222-4cf6-ac08-58e5806c3659} <Debug> TCPHandler: Processed in 0.002212567 sec. | ||
| 5910 | 2024.12.12 04:07:53.384020 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5911 | 2024.12.12 04:07:53.384168 [ 264 ] {8be06bff-922e-483f-991f-28c626ccfdb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5912 | 2024.12.12 04:07:53.384233 [ 264 ] {8be06bff-922e-483f-991f-28c626ccfdb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5913 | 2024.12.12 04:07:53.384834 [ 264 ] {8be06bff-922e-483f-991f-28c626ccfdb3} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5914 | 2024.12.12 04:07:53.384875 [ 264 ] {8be06bff-922e-483f-991f-28c626ccfdb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5915 | 2024.12.12 04:07:53.385279 [ 264 ] {8be06bff-922e-483f-991f-28c626ccfdb3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5916 | 2024.12.12 04:07:53.385516 [ 264 ] {8be06bff-922e-483f-991f-28c626ccfdb3} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5917 | 2024.12.12 04:07:53.385740 [ 264 ] {8be06bff-922e-483f-991f-28c626ccfdb3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001609 sec., 99440.64636420137 rows/sec., 6.93 MiB/sec. | ||
| 5918 | 2024.12.12 04:07:53.385795 [ 264 ] {8be06bff-922e-483f-991f-28c626ccfdb3} <Debug> TCPHandler: Processed in 0.001843418 sec. | ||
| 5919 | 2024.12.12 04:07:53.385990 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5920 | 2024.12.12 04:07:53.386213 [ 263 ] {3fd73bb5-201d-47d1-a0a5-b5d1e07d727d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5921 | 2024.12.12 04:07:53.386309 [ 263 ] {3fd73bb5-201d-47d1-a0a5-b5d1e07d727d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5922 | 2024.12.12 04:07:53.386868 [ 263 ] {3fd73bb5-201d-47d1-a0a5-b5d1e07d727d} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5923 | 2024.12.12 04:07:53.386906 [ 263 ] {3fd73bb5-201d-47d1-a0a5-b5d1e07d727d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5924 | 2024.12.12 04:07:53.387283 [ 263 ] {3fd73bb5-201d-47d1-a0a5-b5d1e07d727d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5925 | 2024.12.12 04:07:53.387525 [ 263 ] {3fd73bb5-201d-47d1-a0a5-b5d1e07d727d} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5926 | 2024.12.12 04:07:53.387700 [ 263 ] {3fd73bb5-201d-47d1-a0a5-b5d1e07d727d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001545 sec., 38834.95145631068 rows/sec., 2.62 MiB/sec. | ||
| 5927 | 2024.12.12 04:07:53.387750 [ 263 ] {3fd73bb5-201d-47d1-a0a5-b5d1e07d727d} <Debug> TCPHandler: Processed in 0.001870519 sec. | ||
| 5928 | 2024.12.12 04:07:56.850740 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 838 | ||
| 5929 | 2024.12.12 04:07:56.853813 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5930 | 2024.12.12 04:07:56.853864 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5931 | 2024.12.12 04:07:56.855336 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5932 | 2024.12.12 04:07:56.855642 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5933 | 2024.12.12 04:07:56.856897 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 838 | ||
| 5934 | 2024.12.12 04:07:58.386549 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5935 | 2024.12.12 04:07:58.386769 [ 264 ] {85770fed-2748-4cc7-aaa0-1083e29f9266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5936 | 2024.12.12 04:07:58.386854 [ 264 ] {85770fed-2748-4cc7-aaa0-1083e29f9266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5937 | 2024.12.12 04:07:58.387729 [ 264 ] {85770fed-2748-4cc7-aaa0-1083e29f9266} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5938 | 2024.12.12 04:07:58.387781 [ 264 ] {85770fed-2748-4cc7-aaa0-1083e29f9266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5939 | 2024.12.12 04:07:58.388218 [ 264 ] {85770fed-2748-4cc7-aaa0-1083e29f9266} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5940 | 2024.12.12 04:07:58.388470 [ 264 ] {85770fed-2748-4cc7-aaa0-1083e29f9266} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5941 | 2024.12.12 04:07:58.388719 [ 264 ] {85770fed-2748-4cc7-aaa0-1083e29f9266} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002011 sec., 6961.7105917454 rows/sec., 501.15 KiB/sec. | ||
| 5942 | 2024.12.12 04:07:58.388788 [ 264 ] {85770fed-2748-4cc7-aaa0-1083e29f9266} <Debug> TCPHandler: Processed in 0.002383132 sec. | ||
| 5943 | 2024.12.12 04:07:58.389062 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5944 | 2024.12.12 04:07:58.389278 [ 263 ] {6ed23217-986b-4900-a506-65bf6b56cb8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5945 | 2024.12.12 04:07:58.389361 [ 263 ] {6ed23217-986b-4900-a506-65bf6b56cb8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5946 | 2024.12.12 04:07:58.390115 [ 263 ] {6ed23217-986b-4900-a506-65bf6b56cb8c} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5947 | 2024.12.12 04:07:58.390169 [ 263 ] {6ed23217-986b-4900-a506-65bf6b56cb8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5948 | 2024.12.12 04:07:58.390598 [ 263 ] {6ed23217-986b-4900-a506-65bf6b56cb8c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5949 | 2024.12.12 04:07:58.390846 [ 263 ] {6ed23217-986b-4900-a506-65bf6b56cb8c} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5950 | 2024.12.12 04:07:58.391140 [ 263 ] {6ed23217-986b-4900-a506-65bf6b56cb8c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001919 sec., 1042.2094841063054 rows/sec., 84.98 KiB/sec. | ||
| 5951 | 2024.12.12 04:07:58.391324 [ 263 ] {6ed23217-986b-4900-a506-65bf6b56cb8c} <Debug> TCPHandler: Processed in 0.002397573 sec. | ||
| 5952 | 2024.12.12 04:07:58.391505 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5953 | 2024.12.12 04:07:58.391656 [ 264 ] {209804b4-2f3d-40ff-b567-c7d85bc884a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5954 | 2024.12.12 04:07:58.391717 [ 264 ] {209804b4-2f3d-40ff-b567-c7d85bc884a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5955 | 2024.12.12 04:07:58.392602 [ 264 ] {209804b4-2f3d-40ff-b567-c7d85bc884a9} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5956 | 2024.12.12 04:07:58.392644 [ 264 ] {209804b4-2f3d-40ff-b567-c7d85bc884a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5957 | 2024.12.12 04:07:58.393029 [ 264 ] {209804b4-2f3d-40ff-b567-c7d85bc884a9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5958 | 2024.12.12 04:07:58.393267 [ 264 ] {209804b4-2f3d-40ff-b567-c7d85bc884a9} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5959 | 2024.12.12 04:07:58.393494 [ 264 ] {209804b4-2f3d-40ff-b567-c7d85bc884a9} <Debug> executeQuery: Read 282 rows, 25.49 KiB in 0.001875 sec., 150400 rows/sec., 13.28 MiB/sec. | ||
| 5960 | 2024.12.12 04:07:58.393553 [ 264 ] {209804b4-2f3d-40ff-b567-c7d85bc884a9} <Debug> TCPHandler: Processed in 0.002121235 sec. | ||
| 5961 | 2024.12.12 04:07:58.393780 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5962 | 2024.12.12 04:07:58.394006 [ 263 ] {78907edd-1217-4530-9b37-43de4f19c04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5963 | 2024.12.12 04:07:58.394098 [ 263 ] {78907edd-1217-4530-9b37-43de4f19c04c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5964 | 2024.12.12 04:07:58.394932 [ 263 ] {78907edd-1217-4530-9b37-43de4f19c04c} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5965 | 2024.12.12 04:07:58.394974 [ 263 ] {78907edd-1217-4530-9b37-43de4f19c04c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5966 | 2024.12.12 04:07:58.395333 [ 263 ] {78907edd-1217-4530-9b37-43de4f19c04c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5967 | 2024.12.12 04:07:58.395565 [ 263 ] {78907edd-1217-4530-9b37-43de4f19c04c} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5968 | 2024.12.12 04:07:58.395830 [ 263 ] {78907edd-1217-4530-9b37-43de4f19c04c} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001879 sec., 25545.502927088877 rows/sec., 1.83 MiB/sec. | ||
| 5969 | 2024.12.12 04:07:58.396055 [ 263 ] {78907edd-1217-4530-9b37-43de4f19c04c} <Debug> TCPHandler: Processed in 0.002379822 sec. | ||
| 5970 | 2024.12.12 04:07:58.396244 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5971 | 2024.12.12 04:07:58.396382 [ 264 ] {038d1ee2-e4ab-46d8-b4ab-fa6b4f9b0131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5972 | 2024.12.12 04:07:58.396439 [ 264 ] {038d1ee2-e4ab-46d8-b4ab-fa6b4f9b0131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5973 | 2024.12.12 04:07:58.397020 [ 264 ] {038d1ee2-e4ab-46d8-b4ab-fa6b4f9b0131} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5974 | 2024.12.12 04:07:58.397058 [ 264 ] {038d1ee2-e4ab-46d8-b4ab-fa6b4f9b0131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5975 | 2024.12.12 04:07:58.397413 [ 264 ] {038d1ee2-e4ab-46d8-b4ab-fa6b4f9b0131} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5976 | 2024.12.12 04:07:58.397657 [ 264 ] {038d1ee2-e4ab-46d8-b4ab-fa6b4f9b0131} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5977 | 2024.12.12 04:07:58.397870 [ 264 ] {038d1ee2-e4ab-46d8-b4ab-fa6b4f9b0131} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001518 sec., 9222.66139657444 rows/sec., 645.90 KiB/sec. | ||
| 5978 | 2024.12.12 04:07:58.397923 [ 264 ] {038d1ee2-e4ab-46d8-b4ab-fa6b4f9b0131} <Debug> TCPHandler: Processed in 0.001778646 sec. | ||
| 5979 | 2024.12.12 04:07:58.398080 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5980 | 2024.12.12 04:07:58.398218 [ 263 ] {2aaa8d13-0d45-4187-9c75-b15be1e377a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5981 | 2024.12.12 04:07:58.398274 [ 263 ] {2aaa8d13-0d45-4187-9c75-b15be1e377a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5982 | 2024.12.12 04:07:58.398896 [ 263 ] {2aaa8d13-0d45-4187-9c75-b15be1e377a2} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5983 | 2024.12.12 04:07:58.398938 [ 263 ] {2aaa8d13-0d45-4187-9c75-b15be1e377a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5984 | 2024.12.12 04:07:58.399288 [ 263 ] {2aaa8d13-0d45-4187-9c75-b15be1e377a2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5985 | 2024.12.12 04:07:58.399524 [ 263 ] {2aaa8d13-0d45-4187-9c75-b15be1e377a2} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5986 | 2024.12.12 04:07:58.399739 [ 263 ] {2aaa8d13-0d45-4187-9c75-b15be1e377a2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001552 sec., 8376.288659793814 rows/sec., 522.26 KiB/sec. | ||
| 5987 | 2024.12.12 04:07:58.399793 [ 263 ] {2aaa8d13-0d45-4187-9c75-b15be1e377a2} <Debug> TCPHandler: Processed in 0.001778027 sec. | ||
| 5988 | 2024.12.12 04:07:58.399931 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5989 | 2024.12.12 04:07:58.400050 [ 264 ] {e6ece1b0-a152-4ad0-b69a-9cb9c2bbd744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5990 | 2024.12.12 04:07:58.400099 [ 264 ] {e6ece1b0-a152-4ad0-b69a-9cb9c2bbd744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5991 | 2024.12.12 04:07:58.400827 [ 264 ] {e6ece1b0-a152-4ad0-b69a-9cb9c2bbd744} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5992 | 2024.12.12 04:07:58.400867 [ 264 ] {e6ece1b0-a152-4ad0-b69a-9cb9c2bbd744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 5993 | 2024.12.12 04:07:58.401239 [ 264 ] {e6ece1b0-a152-4ad0-b69a-9cb9c2bbd744} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5994 | 2024.12.12 04:07:58.401474 [ 264 ] {e6ece1b0-a152-4ad0-b69a-9cb9c2bbd744} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5995 | 2024.12.12 04:07:58.401704 [ 264 ] {e6ece1b0-a152-4ad0-b69a-9cb9c2bbd744} <Debug> executeQuery: Read 423 rows, 30.97 KiB in 0.001679 sec., 251935.67599761763 rows/sec., 18.01 MiB/sec. | ||
| 5996 | 2024.12.12 04:07:58.401759 [ 264 ] {e6ece1b0-a152-4ad0-b69a-9cb9c2bbd744} <Debug> TCPHandler: Processed in 0.001883999 sec. | ||
| 5997 | 2024.12.12 04:07:58.401958 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5998 | 2024.12.12 04:07:58.402180 [ 263 ] {de8c6d5a-321a-4e88-8d7a-7077d642eccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5999 | 2024.12.12 04:07:58.402274 [ 263 ] {de8c6d5a-321a-4e88-8d7a-7077d642eccd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6000 | 2024.12.12 04:07:58.402891 [ 263 ] {de8c6d5a-321a-4e88-8d7a-7077d642eccd} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6001 | 2024.12.12 04:07:58.402931 [ 263 ] {de8c6d5a-321a-4e88-8d7a-7077d642eccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6002 | 2024.12.12 04:07:58.403299 [ 263 ] {de8c6d5a-321a-4e88-8d7a-7077d642eccd} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6003 | 2024.12.12 04:07:58.403535 [ 263 ] {de8c6d5a-321a-4e88-8d7a-7077d642eccd} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6004 | 2024.12.12 04:07:58.403797 [ 263 ] {de8c6d5a-321a-4e88-8d7a-7077d642eccd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001663 sec., 3607.9374624173183 rows/sec., 188.50 KiB/sec. | ||
| 6005 | 2024.12.12 04:07:58.403954 [ 263 ] {de8c6d5a-321a-4e88-8d7a-7077d642eccd} <Debug> TCPHandler: Processed in 0.002095755 sec. | ||
| 6006 | 2024.12.12 04:07:58.404149 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6007 | 2024.12.12 04:07:58.404285 [ 264 ] {97d2b3d8-2ff2-4c4d-bfd3-13879f7ad0c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6008 | 2024.12.12 04:07:58.404348 [ 264 ] {97d2b3d8-2ff2-4c4d-bfd3-13879f7ad0c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6009 | 2024.12.12 04:07:58.404977 [ 264 ] {97d2b3d8-2ff2-4c4d-bfd3-13879f7ad0c9} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6010 | 2024.12.12 04:07:58.405016 [ 264 ] {97d2b3d8-2ff2-4c4d-bfd3-13879f7ad0c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6011 | 2024.12.12 04:07:58.405405 [ 264 ] {97d2b3d8-2ff2-4c4d-bfd3-13879f7ad0c9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6012 | 2024.12.12 04:07:58.405637 [ 264 ] {97d2b3d8-2ff2-4c4d-bfd3-13879f7ad0c9} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6013 | 2024.12.12 04:07:58.405849 [ 264 ] {97d2b3d8-2ff2-4c4d-bfd3-13879f7ad0c9} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001594 sec., 149309.9121706399 rows/sec., 10.01 MiB/sec. | ||
| 6014 | 2024.12.12 04:07:58.405904 [ 264 ] {97d2b3d8-2ff2-4c4d-bfd3-13879f7ad0c9} <Debug> TCPHandler: Processed in 0.001832058 sec. | ||
| 6015 | 2024.12.12 04:07:58.406045 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6016 | 2024.12.12 04:07:58.406162 [ 263 ] {3a875988-fa8f-4473-b7a7-6b4ce058c5b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6017 | 2024.12.12 04:07:58.406215 [ 263 ] {3a875988-fa8f-4473-b7a7-6b4ce058c5b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6018 | 2024.12.12 04:07:58.406689 [ 263 ] {3a875988-fa8f-4473-b7a7-6b4ce058c5b2} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6019 | 2024.12.12 04:07:58.406729 [ 263 ] {3a875988-fa8f-4473-b7a7-6b4ce058c5b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6020 | 2024.12.12 04:07:58.407081 [ 263 ] {3a875988-fa8f-4473-b7a7-6b4ce058c5b2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6021 | 2024.12.12 04:07:58.407314 [ 263 ] {3a875988-fa8f-4473-b7a7-6b4ce058c5b2} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6022 | 2024.12.12 04:07:58.407525 [ 263 ] {3a875988-fa8f-4473-b7a7-6b4ce058c5b2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001387 sec., 720.9805335255949 rows/sec., 48.58 KiB/sec. | ||
| 6023 | 2024.12.12 04:07:58.407576 [ 263 ] {3a875988-fa8f-4473-b7a7-6b4ce058c5b2} <Debug> TCPHandler: Processed in 0.001584942 sec. | ||
| 6024 | 2024.12.12 04:07:58.407729 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6025 | 2024.12.12 04:07:58.407868 [ 264 ] {b1933c94-9445-4b8b-a102-2d3b700c03da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6026 | 2024.12.12 04:07:58.407963 [ 264 ] {b1933c94-9445-4b8b-a102-2d3b700c03da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6027 | 2024.12.12 04:07:58.409261 [ 264 ] {b1933c94-9445-4b8b-a102-2d3b700c03da} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6028 | 2024.12.12 04:07:58.409300 [ 264 ] {b1933c94-9445-4b8b-a102-2d3b700c03da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6029 | 2024.12.12 04:07:58.409953 [ 264 ] {b1933c94-9445-4b8b-a102-2d3b700c03da} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6030 | 2024.12.12 04:07:58.410220 [ 264 ] {b1933c94-9445-4b8b-a102-2d3b700c03da} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6031 | 2024.12.12 04:07:58.410491 [ 264 ] {b1933c94-9445-4b8b-a102-2d3b700c03da} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002651 sec., 14711.429649188984 rows/sec., 26.36 MiB/sec. | ||
| 6032 | 2024.12.12 04:07:58.410720 [ 264 ] {b1933c94-9445-4b8b-a102-2d3b700c03da} <Debug> TCPHandler: Processed in 0.003058839 sec. | ||
| 6033 | 2024.12.12 04:07:58.410974 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6034 | 2024.12.12 04:07:58.411197 [ 263 ] {1de552eb-d74f-4a6d-8692-a4aee229ea74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6035 | 2024.12.12 04:07:58.411289 [ 263 ] {1de552eb-d74f-4a6d-8692-a4aee229ea74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6036 | 2024.12.12 04:07:58.411912 [ 263 ] {1de552eb-d74f-4a6d-8692-a4aee229ea74} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6037 | 2024.12.12 04:07:58.411951 [ 263 ] {1de552eb-d74f-4a6d-8692-a4aee229ea74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6038 | 2024.12.12 04:07:58.412314 [ 263 ] {1de552eb-d74f-4a6d-8692-a4aee229ea74} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6039 | 2024.12.12 04:07:58.412548 [ 263 ] {1de552eb-d74f-4a6d-8692-a4aee229ea74} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6040 | 2024.12.12 04:07:58.412772 [ 263 ] {1de552eb-d74f-4a6d-8692-a4aee229ea74} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00163 sec., 50306.74846625767 rows/sec., 3.20 MiB/sec. | ||
| 6041 | 2024.12.12 04:07:58.412825 [ 263 ] {1de552eb-d74f-4a6d-8692-a4aee229ea74} <Debug> TCPHandler: Processed in 0.001962221 sec. | ||
| 6042 | 2024.12.12 04:07:59.301786 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 6043 | 2024.12.12 04:07:59.302795 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6044 | 2024.12.12 04:07:59.302835 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6045 | 2024.12.12 04:07:59.303435 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6046 | 2024.12.12 04:07:59.303686 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6047 | 2024.12.12 04:07:59.303831 [ 52 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6048 | 2024.12.12 04:07:59.303868 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 6049 | 2024.12.12 04:07:59.303885 [ 52 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6050 | 2024.12.12 04:07:59.303911 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6051 | 2024.12.12 04:07:59.304063 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 6052 | 2024.12.12 04:07:59.304236 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6053 | 2024.12.12 04:07:59.304280 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part | ||
| 6054 | 2024.12.12 04:07:59.304357 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part | ||
| 6055 | 2024.12.12 04:07:59.304465 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part | ||
| 6056 | 2024.12.12 04:07:59.304723 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part | ||
| 6057 | 2024.12.12 04:07:59.305013 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part | ||
| 6058 | 2024.12.12 04:07:59.305189 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part | ||
| 6059 | 2024.12.12 04:07:59.307597 [ 199 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003597776 sec., 3967451.003064115 rows/sec., 56.75 MiB/sec. | ||
| 6060 | 2024.12.12 04:07:59.308255 [ 188 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6061 | 2024.12.12 04:07:59.308724 [ 188 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_31_6} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6062 | 2024.12.12 04:07:59.308805 [ 188 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_31_6} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6063 | 2024.12.12 04:07:59.308907 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6064 | 2024.12.12 04:08:00.256746 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6065 | 2024.12.12 04:08:00.278931 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6066 | 2024.12.12 04:08:00.278992 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6067 | 2024.12.12 04:08:00.286593 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6068 | 2024.12.12 04:08:00.287380 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6069 | 2024.12.12 04:08:00.287752 [ 58 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6070 | 2024.12.12 04:08:00.287898 [ 58 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6071 | 2024.12.12 04:08:00.287975 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6072 | 2024.12.12 04:08:00.288461 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 6073 | 2024.12.12 04:08:00.298487 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6074 | 2024.12.12 04:08:00.299646 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6075 | 2024.12.12 04:08:00.300681 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part | ||
| 6076 | 2024.12.12 04:08:00.305454 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part | ||
| 6077 | 2024.12.12 04:08:00.310114 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part | ||
| 6078 | 2024.12.12 04:08:00.315298 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 6079 | 2024.12.12 04:08:00.320780 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
| 6080 | 2024.12.12 04:08:00.325330 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part | ||
| 6081 | 2024.12.12 04:08:00.384999 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.09689044 sec., 2415.0989509388132 rows/sec., 12.49 MiB/sec. | ||
| 6082 | 2024.12.12 04:08:00.387766 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6083 | 2024.12.12 04:08:00.390837 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_31_6} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6084 | 2024.12.12 04:08:00.390968 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_31_6} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6085 | 2024.12.12 04:08:00.393443 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6086 | 2024.12.12 04:08:01.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.15 MiB, peak 211.71 MiB, free memory in arenas 0.00 B, will set to 202.64 MiB (RSS), difference: 1.49 MiB | ||
| 6087 | 2024.12.12 04:08:03.379251 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6088 | 2024.12.12 04:08:03.379467 [ 264 ] {53e589e9-0300-4634-8588-016d1651ee32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6089 | 2024.12.12 04:08:03.379551 [ 264 ] {53e589e9-0300-4634-8588-016d1651ee32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6090 | 2024.12.12 04:08:03.380369 [ 264 ] {53e589e9-0300-4634-8588-016d1651ee32} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6091 | 2024.12.12 04:08:03.380418 [ 264 ] {53e589e9-0300-4634-8588-016d1651ee32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6092 | 2024.12.12 04:08:03.380859 [ 264 ] {53e589e9-0300-4634-8588-016d1651ee32} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6093 | 2024.12.12 04:08:03.381114 [ 264 ] {53e589e9-0300-4634-8588-016d1651ee32} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6094 | 2024.12.12 04:08:03.381333 [ 264 ] {53e589e9-0300-4634-8588-016d1651ee32} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001926 sec., 29075.80477673936 rows/sec., 2.23 MiB/sec. | ||
| 6095 | 2024.12.12 04:08:03.381442 [ 264 ] {53e589e9-0300-4634-8588-016d1651ee32} <Debug> TCPHandler: Processed in 0.002333312 sec. | ||
| 6096 | 2024.12.12 04:08:03.381729 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6097 | 2024.12.12 04:08:03.381945 [ 263 ] {410b897f-543d-4ee7-82bb-a5a851da1f8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6098 | 2024.12.12 04:08:03.382032 [ 263 ] {410b897f-543d-4ee7-82bb-a5a851da1f8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6099 | 2024.12.12 04:08:03.382895 [ 263 ] {410b897f-543d-4ee7-82bb-a5a851da1f8d} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6100 | 2024.12.12 04:08:03.382950 [ 263 ] {410b897f-543d-4ee7-82bb-a5a851da1f8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6101 | 2024.12.12 04:08:03.383399 [ 263 ] {410b897f-543d-4ee7-82bb-a5a851da1f8d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6102 | 2024.12.12 04:08:03.383668 [ 263 ] {410b897f-543d-4ee7-82bb-a5a851da1f8d} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6103 | 2024.12.12 04:08:03.383921 [ 263 ] {410b897f-543d-4ee7-82bb-a5a851da1f8d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002034 sec., 31465.09341199607 rows/sec., 2.46 MiB/sec. | ||
| 6104 | 2024.12.12 04:08:03.383993 [ 263 ] {410b897f-543d-4ee7-82bb-a5a851da1f8d} <Debug> TCPHandler: Processed in 0.002411803 sec. | ||
| 6105 | 2024.12.12 04:08:03.384152 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6106 | 2024.12.12 04:08:03.384283 [ 264 ] {667a3604-703c-456d-ac49-e0b8f42a3bc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6107 | 2024.12.12 04:08:03.384342 [ 264 ] {667a3604-703c-456d-ac49-e0b8f42a3bc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6108 | 2024.12.12 04:08:03.384970 [ 264 ] {667a3604-703c-456d-ac49-e0b8f42a3bc2} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6109 | 2024.12.12 04:08:03.385007 [ 264 ] {667a3604-703c-456d-ac49-e0b8f42a3bc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6110 | 2024.12.12 04:08:03.385414 [ 264 ] {667a3604-703c-456d-ac49-e0b8f42a3bc2} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6111 | 2024.12.12 04:08:03.385654 [ 264 ] {667a3604-703c-456d-ac49-e0b8f42a3bc2} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6112 | 2024.12.12 04:08:03.385852 [ 264 ] {667a3604-703c-456d-ac49-e0b8f42a3bc2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001601 sec., 99937.53903810118 rows/sec., 6.96 MiB/sec. | ||
| 6113 | 2024.12.12 04:08:03.385909 [ 264 ] {667a3604-703c-456d-ac49-e0b8f42a3bc2} <Debug> TCPHandler: Processed in 0.001816237 sec. | ||
| 6114 | 2024.12.12 04:08:03.386083 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6115 | 2024.12.12 04:08:03.386231 [ 263 ] {0d250199-6f5e-4bf9-80b3-67cda9fd8139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6116 | 2024.12.12 04:08:03.386298 [ 263 ] {0d250199-6f5e-4bf9-80b3-67cda9fd8139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6117 | 2024.12.12 04:08:03.386879 [ 263 ] {0d250199-6f5e-4bf9-80b3-67cda9fd8139} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6118 | 2024.12.12 04:08:03.386921 [ 263 ] {0d250199-6f5e-4bf9-80b3-67cda9fd8139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6119 | 2024.12.12 04:08:03.387310 [ 263 ] {0d250199-6f5e-4bf9-80b3-67cda9fd8139} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6120 | 2024.12.12 04:08:03.387550 [ 263 ] {0d250199-6f5e-4bf9-80b3-67cda9fd8139} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6121 | 2024.12.12 04:08:03.387794 [ 263 ] {0d250199-6f5e-4bf9-80b3-67cda9fd8139} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001591 sec., 37712.13073538655 rows/sec., 2.54 MiB/sec. | ||
| 6122 | 2024.12.12 04:08:03.387871 [ 263 ] {0d250199-6f5e-4bf9-80b3-67cda9fd8139} <Debug> TCPHandler: Processed in 0.001855209 sec. | ||
| 6123 | 2024.12.12 04:08:06.665550 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6124 | 2024.12.12 04:08:06.665615 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6125 | 2024.12.12 04:08:06.803995 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 6126 | 2024.12.12 04:08:06.804730 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6127 | 2024.12.12 04:08:06.804783 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6128 | 2024.12.12 04:08:06.805385 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6129 | 2024.12.12 04:08:06.805645 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6130 | 2024.12.12 04:08:06.805953 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6131 | 2024.12.12 04:08:06.857071 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 870 | ||
| 6132 | 2024.12.12 04:08:06.860281 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6133 | 2024.12.12 04:08:06.860320 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6134 | 2024.12.12 04:08:06.861769 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6135 | 2024.12.12 04:08:06.862076 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6136 | 2024.12.12 04:08:06.862557 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 870 | ||
| 6137 | 2024.12.12 04:08:07.001362 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000976955 sec. | ||
| 6138 | 2024.12.12 04:08:07.798550 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6139 | 2024.12.12 04:08:07.816653 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6140 | 2024.12.12 04:08:07.816707 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6141 | 2024.12.12 04:08:07.823756 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6142 | 2024.12.12 04:08:07.824645 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6143 | 2024.12.12 04:08:07.827269 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6144 | 2024.12.12 04:08:08.385116 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6145 | 2024.12.12 04:08:08.385304 [ 264 ] {21dc74f9-f57b-4ff2-8af5-24ffb7ef77b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6146 | 2024.12.12 04:08:08.385374 [ 264 ] {21dc74f9-f57b-4ff2-8af5-24ffb7ef77b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6147 | 2024.12.12 04:08:08.386124 [ 264 ] {21dc74f9-f57b-4ff2-8af5-24ffb7ef77b9} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6148 | 2024.12.12 04:08:08.386169 [ 264 ] {21dc74f9-f57b-4ff2-8af5-24ffb7ef77b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6149 | 2024.12.12 04:08:08.386603 [ 264 ] {21dc74f9-f57b-4ff2-8af5-24ffb7ef77b9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6150 | 2024.12.12 04:08:08.386866 [ 264 ] {21dc74f9-f57b-4ff2-8af5-24ffb7ef77b9} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6151 | 2024.12.12 04:08:08.387124 [ 264 ] {21dc74f9-f57b-4ff2-8af5-24ffb7ef77b9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001867 sec., 7498.660953401179 rows/sec., 539.80 KiB/sec. | ||
| 6152 | 2024.12.12 04:08:08.387202 [ 264 ] {21dc74f9-f57b-4ff2-8af5-24ffb7ef77b9} <Debug> TCPHandler: Processed in 0.002216817 sec. | ||
| 6153 | 2024.12.12 04:08:08.387503 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6154 | 2024.12.12 04:08:08.387712 [ 263 ] {22faf230-2047-4c0c-9a54-cefff890aeca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6155 | 2024.12.12 04:08:08.387792 [ 263 ] {22faf230-2047-4c0c-9a54-cefff890aeca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6156 | 2024.12.12 04:08:08.388686 [ 263 ] {22faf230-2047-4c0c-9a54-cefff890aeca} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6157 | 2024.12.12 04:08:08.388734 [ 263 ] {22faf230-2047-4c0c-9a54-cefff890aeca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6158 | 2024.12.12 04:08:08.389196 [ 263 ] {22faf230-2047-4c0c-9a54-cefff890aeca} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6159 | 2024.12.12 04:08:08.389454 [ 263 ] {22faf230-2047-4c0c-9a54-cefff890aeca} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6160 | 2024.12.12 04:08:08.389651 [ 117 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6161 | 2024.12.12 04:08:08.389719 [ 263 ] {22faf230-2047-4c0c-9a54-cefff890aeca} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002063 sec., 136209.4037809016 rows/sec., 12.03 MiB/sec. | ||
| 6162 | 2024.12.12 04:08:08.389749 [ 117 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6163 | 2024.12.12 04:08:08.389819 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6164 | 2024.12.12 04:08:08.389869 [ 263 ] {22faf230-2047-4c0c-9a54-cefff890aeca} <Debug> TCPHandler: Processed in 0.002508006 sec. | ||
| 6165 | 2024.12.12 04:08:08.390011 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 6166 | 2024.12.12 04:08:08.390088 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6167 | 2024.12.12 04:08:08.390159 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6168 | 2024.12.12 04:08:08.390217 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1432 rows starting from the beginning of the part | ||
| 6169 | 2024.12.12 04:08:08.390354 [ 264 ] {2184ba00-2101-4320-9d29-820c006a6da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6170 | 2024.12.12 04:08:08.390472 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 281 rows starting from the beginning of the part | ||
| 6171 | 2024.12.12 04:08:08.390589 [ 264 ] {2184ba00-2101-4320-9d29-820c006a6da4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6172 | 2024.12.12 04:08:08.390795 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 6173 | 2024.12.12 04:08:08.391185 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 282 rows starting from the beginning of the part | ||
| 6174 | 2024.12.12 04:08:08.391433 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 6175 | 2024.12.12 04:08:08.391708 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 281 rows starting from the beginning of the part | ||
| 6176 | 2024.12.12 04:08:08.393536 [ 264 ] {2184ba00-2101-4320-9d29-820c006a6da4} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6177 | 2024.12.12 04:08:08.393621 [ 264 ] {2184ba00-2101-4320-9d29-820c006a6da4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6178 | 2024.12.12 04:08:08.394633 [ 264 ] {2184ba00-2101-4320-9d29-820c006a6da4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6179 | 2024.12.12 04:08:08.395156 [ 264 ] {2184ba00-2101-4320-9d29-820c006a6da4} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6180 | 2024.12.12 04:08:08.395360 [ 189 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 5 columns (5 merged, 0 gathered) in 0.005426491 sec., 440063.3853442307 rows/sec., 39.10 MiB/sec. | ||
| 6181 | 2024.12.12 04:08:08.395490 [ 117 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6182 | 2024.12.12 04:08:08.395581 [ 117 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6183 | 2024.12.12 04:08:08.395622 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6184 | 2024.12.12 04:08:08.395629 [ 264 ] {2184ba00-2101-4320-9d29-820c006a6da4} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.005359 sec., 8583.690987124464 rows/sec., 632.33 KiB/sec. | ||
| 6185 | 2024.12.12 04:08:08.395928 [ 189 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6186 | 2024.12.12 04:08:08.396060 [ 264 ] {2184ba00-2101-4320-9d29-820c006a6da4} <Debug> TCPHandler: Processed in 0.006031561 sec. | ||
| 6187 | 2024.12.12 04:08:08.396516 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6188 | 2024.12.12 04:08:08.397058 [ 263 ] {cdffa8bd-2e9d-4a4c-b358-8acd0123c5bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6189 | 2024.12.12 04:08:08.397122 [ 195 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 6190 | 2024.12.12 04:08:08.397168 [ 189 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_46_9} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6191 | 2024.12.12 04:08:08.397185 [ 263 ] {cdffa8bd-2e9d-4a4c-b358-8acd0123c5bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6192 | 2024.12.12 04:08:08.397478 [ 189 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_46_9} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6193 | 2024.12.12 04:08:08.397759 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 6194 | 2024.12.12 04:08:08.397815 [ 195 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6195 | 2024.12.12 04:08:08.397924 [ 195 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 64 rows starting from the beginning of the part | ||
| 6196 | 2024.12.12 04:08:08.398327 [ 195 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 46 rows starting from the beginning of the part | ||
| 6197 | 2024.12.12 04:08:08.398691 [ 195 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 6198 | 2024.12.12 04:08:08.398956 [ 195 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 46 rows starting from the beginning of the part | ||
| 6199 | 2024.12.12 04:08:08.399321 [ 195 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 48 rows starting from the beginning of the part | ||
| 6200 | 2024.12.12 04:08:08.399668 [ 195 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 46 rows starting from the beginning of the part | ||
| 6201 | 2024.12.12 04:08:08.400349 [ 263 ] {cdffa8bd-2e9d-4a4c-b358-8acd0123c5bb} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6202 | 2024.12.12 04:08:08.400406 [ 263 ] {cdffa8bd-2e9d-4a4c-b358-8acd0123c5bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6203 | 2024.12.12 04:08:08.401281 [ 263 ] {cdffa8bd-2e9d-4a4c-b358-8acd0123c5bb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6204 | 2024.12.12 04:08:08.401888 [ 263 ] {cdffa8bd-2e9d-4a4c-b358-8acd0123c5bb} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6205 | 2024.12.12 04:08:08.402489 [ 263 ] {cdffa8bd-2e9d-4a4c-b358-8acd0123c5bb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005625 sec., 2488.888888888889 rows/sec., 174.31 KiB/sec. | ||
| 6206 | 2024.12.12 04:08:08.402932 [ 263 ] {cdffa8bd-2e9d-4a4c-b358-8acd0123c5bb} <Debug> TCPHandler: Processed in 0.006648393 sec. | ||
| 6207 | 2024.12.12 04:08:08.403079 [ 200 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 5 columns (5 merged, 0 gathered) in 0.007125078 sec., 35929.43122868269 rows/sec., 2.71 MiB/sec. | ||
| 6208 | 2024.12.12 04:08:08.403212 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6209 | 2024.12.12 04:08:08.403305 [ 190 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6210 | 2024.12.12 04:08:08.403389 [ 264 ] {c96eccc1-e372-4d29-a398-14d84c38a867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6211 | 2024.12.12 04:08:08.403459 [ 264 ] {c96eccc1-e372-4d29-a398-14d84c38a867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6212 | 2024.12.12 04:08:08.403701 [ 190 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_26_5} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6213 | 2024.12.12 04:08:08.403848 [ 190 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_26_5} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6214 | 2024.12.12 04:08:08.403964 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6215 | 2024.12.12 04:08:08.404275 [ 264 ] {c96eccc1-e372-4d29-a398-14d84c38a867} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6216 | 2024.12.12 04:08:08.404314 [ 264 ] {c96eccc1-e372-4d29-a398-14d84c38a867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6217 | 2024.12.12 04:08:08.404669 [ 264 ] {c96eccc1-e372-4d29-a398-14d84c38a867} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6218 | 2024.12.12 04:08:08.404923 [ 264 ] {c96eccc1-e372-4d29-a398-14d84c38a867} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6219 | 2024.12.12 04:08:08.405134 [ 264 ] {c96eccc1-e372-4d29-a398-14d84c38a867} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001799 sec., 7226.236798221234 rows/sec., 450.55 KiB/sec. | ||
| 6220 | 2024.12.12 04:08:08.405189 [ 264 ] {c96eccc1-e372-4d29-a398-14d84c38a867} <Debug> TCPHandler: Processed in 0.002137596 sec. | ||
| 6221 | 2024.12.12 04:08:08.405352 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6222 | 2024.12.12 04:08:08.405495 [ 263 ] {892944bc-da4d-4741-bec8-75d56c9bf8c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6223 | 2024.12.12 04:08:08.405554 [ 263 ] {892944bc-da4d-4741-bec8-75d56c9bf8c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6224 | 2024.12.12 04:08:08.406366 [ 263 ] {892944bc-da4d-4741-bec8-75d56c9bf8c2} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6225 | 2024.12.12 04:08:08.406408 [ 263 ] {892944bc-da4d-4741-bec8-75d56c9bf8c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6226 | 2024.12.12 04:08:08.406788 [ 263 ] {892944bc-da4d-4741-bec8-75d56c9bf8c2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6227 | 2024.12.12 04:08:08.407029 [ 263 ] {892944bc-da4d-4741-bec8-75d56c9bf8c2} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6228 | 2024.12.12 04:08:08.407201 [ 143 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6229 | 2024.12.12 04:08:08.407265 [ 143 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6230 | 2024.12.12 04:08:08.407272 [ 263 ] {892944bc-da4d-4741-bec8-75d56c9bf8c2} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001803 sec., 233499.72268441488 rows/sec., 16.68 MiB/sec. | ||
| 6231 | 2024.12.12 04:08:08.407295 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6232 | 2024.12.12 04:08:08.407411 [ 263 ] {892944bc-da4d-4741-bec8-75d56c9bf8c2} <Debug> TCPHandler: Processed in 0.002121035 sec. | ||
| 6233 | 2024.12.12 04:08:08.407562 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 6234 | 2024.12.12 04:08:08.407624 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6235 | 2024.12.12 04:08:08.407693 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6236 | 2024.12.12 04:08:08.407737 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 6237 | 2024.12.12 04:08:08.407788 [ 264 ] {512dfd52-a557-463d-a232-a00663bde090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6238 | 2024.12.12 04:08:08.407929 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 421 rows starting from the beginning of the part | ||
| 6239 | 2024.12.12 04:08:08.407948 [ 264 ] {512dfd52-a557-463d-a232-a00663bde090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6240 | 2024.12.12 04:08:08.408353 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 6241 | 2024.12.12 04:08:08.408717 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 423 rows starting from the beginning of the part | ||
| 6242 | 2024.12.12 04:08:08.409095 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 6243 | 2024.12.12 04:08:08.409328 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 421 rows starting from the beginning of the part | ||
| 6244 | 2024.12.12 04:08:08.409935 [ 264 ] {512dfd52-a557-463d-a232-a00663bde090} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6245 | 2024.12.12 04:08:08.409983 [ 264 ] {512dfd52-a557-463d-a232-a00663bde090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6246 | 2024.12.12 04:08:08.410520 [ 264 ] {512dfd52-a557-463d-a232-a00663bde090} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6247 | 2024.12.12 04:08:08.410825 [ 264 ] {512dfd52-a557-463d-a232-a00663bde090} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6248 | 2024.12.12 04:08:08.411112 [ 264 ] {512dfd52-a557-463d-a232-a00663bde090} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003358 sec., 1786.777843954735 rows/sec., 93.35 KiB/sec. | ||
| 6249 | 2024.12.12 04:08:08.411531 [ 264 ] {512dfd52-a557-463d-a232-a00663bde090} <Debug> TCPHandler: Processed in 0.003998774 sec. | ||
| 6250 | 2024.12.12 04:08:08.412142 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6251 | 2024.12.12 04:08:08.412163 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2306 rows, containing 5 columns (5 merged, 0 gathered) in 0.004744634 sec., 486022.73642181884 rows/sec., 37.01 MiB/sec. | ||
| 6252 | 2024.12.12 04:08:08.412407 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6253 | 2024.12.12 04:08:08.412525 [ 263 ] {ced78c47-816b-46e4-8268-71bfb2e8a216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6254 | 2024.12.12 04:08:08.412690 [ 263 ] {ced78c47-816b-46e4-8268-71bfb2e8a216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6255 | 2024.12.12 04:08:08.413000 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_46_9} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6256 | 2024.12.12 04:08:08.413276 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_46_9} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6257 | 2024.12.12 04:08:08.413435 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 6258 | 2024.12.12 04:08:08.413845 [ 263 ] {ced78c47-816b-46e4-8268-71bfb2e8a216} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6259 | 2024.12.12 04:08:08.413900 [ 263 ] {ced78c47-816b-46e4-8268-71bfb2e8a216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6260 | 2024.12.12 04:08:08.414298 [ 263 ] {ced78c47-816b-46e4-8268-71bfb2e8a216} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6261 | 2024.12.12 04:08:08.414539 [ 263 ] {ced78c47-816b-46e4-8268-71bfb2e8a216} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6262 | 2024.12.12 04:08:08.414711 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6263 | 2024.12.12 04:08:08.414776 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6264 | 2024.12.12 04:08:08.414815 [ 263 ] {ced78c47-816b-46e4-8268-71bfb2e8a216} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002446 sec., 96892.88634505315 rows/sec., 6.49 MiB/sec. | ||
| 6265 | 2024.12.12 04:08:08.414824 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6266 | 2024.12.12 04:08:08.415012 [ 263 ] {ced78c47-816b-46e4-8268-71bfb2e8a216} <Debug> TCPHandler: Processed in 0.003338716 sec. | ||
| 6267 | 2024.12.12 04:08:08.415103 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 6268 | 2024.12.12 04:08:08.415181 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6269 | 2024.12.12 04:08:08.415302 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6270 | 2024.12.12 04:08:08.415382 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13182 rows starting from the beginning of the part | ||
| 6271 | 2024.12.12 04:08:08.415397 [ 264 ] {33bef553-65b9-4304-8374-904d32637356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6272 | 2024.12.12 04:08:08.415573 [ 264 ] {33bef553-65b9-4304-8374-904d32637356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6273 | 2024.12.12 04:08:08.415704 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 237 rows starting from the beginning of the part | ||
| 6274 | 2024.12.12 04:08:08.416094 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
| 6275 | 2024.12.12 04:08:08.416476 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 238 rows starting from the beginning of the part | ||
| 6276 | 2024.12.12 04:08:08.416825 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 6277 | 2024.12.12 04:08:08.417078 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 6278 | 2024.12.12 04:08:08.417974 [ 264 ] {33bef553-65b9-4304-8374-904d32637356} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6279 | 2024.12.12 04:08:08.418038 [ 264 ] {33bef553-65b9-4304-8374-904d32637356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6280 | 2024.12.12 04:08:08.418593 [ 264 ] {33bef553-65b9-4304-8374-904d32637356} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6281 | 2024.12.12 04:08:08.418890 [ 264 ] {33bef553-65b9-4304-8374-904d32637356} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6282 | 2024.12.12 04:08:08.419103 [ 143 ] {} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6283 | 2024.12.12 04:08:08.419200 [ 143 ] {} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6284 | 2024.12.12 04:08:08.419260 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6285 | 2024.12.12 04:08:08.419301 [ 264 ] {33bef553-65b9-4304-8374-904d32637356} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003943 sec., 253.61399949277197 rows/sec., 17.09 KiB/sec. | ||
| 6286 | 2024.12.12 04:08:08.419764 [ 200 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::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 | ||
| 6287 | 2024.12.12 04:08:08.419811 [ 264 ] {33bef553-65b9-4304-8374-904d32637356} <Debug> TCPHandler: Processed in 0.004684152 sec. | ||
| 6288 | 2024.12.12 04:08:08.420199 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6289 | 2024.12.12 04:08:08.420509 [ 200 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6290 | 2024.12.12 04:08:08.420640 [ 200 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
| 6291 | 2024.12.12 04:08:08.420763 [ 263 ] {ddf6e9c8-5ea2-41d0-b146-6cf14644a8e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6292 | 2024.12.12 04:08:08.421059 [ 200 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6293 | 2024.12.12 04:08:08.421285 [ 263 ] {ddf6e9c8-5ea2-41d0-b146-6cf14644a8e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6294 | 2024.12.12 04:08:08.421476 [ 200 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 6295 | 2024.12.12 04:08:08.421911 [ 200 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6296 | 2024.12.12 04:08:08.422339 [ 200 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 6297 | 2024.12.12 04:08:08.422777 [ 200 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 6298 | 2024.12.12 04:08:08.426892 [ 200 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.007486045 sec., 2805.2195785625117 rows/sec., 188.50 KiB/sec. | ||
| 6299 | 2024.12.12 04:08:08.427049 [ 200 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6300 | 2024.12.12 04:08:08.427549 [ 263 ] {ddf6e9c8-5ea2-41d0-b146-6cf14644a8e6} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6301 | 2024.12.12 04:08:08.427554 [ 197 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_21_4} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6302 | 2024.12.12 04:08:08.427633 [ 263 ] {ddf6e9c8-5ea2-41d0-b146-6cf14644a8e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6303 | 2024.12.12 04:08:08.427889 [ 197 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_21_4} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6304 | 2024.12.12 04:08:08.428150 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6305 | 2024.12.12 04:08:08.428762 [ 191 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14214 rows, containing 5 columns (5 merged, 0 gathered) in 0.013799079 sec., 1030068.7458923889 rows/sec., 69.65 MiB/sec. | ||
| 6306 | 2024.12.12 04:08:08.429233 [ 263 ] {ddf6e9c8-5ea2-41d0-b146-6cf14644a8e6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6307 | 2024.12.12 04:08:08.429325 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6308 | 2024.12.12 04:08:08.429773 [ 263 ] {ddf6e9c8-5ea2-41d0-b146-6cf14644a8e6} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6309 | 2024.12.12 04:08:08.429910 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6310 | 2024.12.12 04:08:08.430206 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6311 | 2024.12.12 04:08:08.430259 [ 263 ] {ddf6e9c8-5ea2-41d0-b146-6cf14644a8e6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.009653 sec., 4040.194758106288 rows/sec., 7.24 MiB/sec. | ||
| 6312 | 2024.12.12 04:08:08.430372 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.71 MiB. | ||
| 6313 | 2024.12.12 04:08:08.430557 [ 263 ] {ddf6e9c8-5ea2-41d0-b146-6cf14644a8e6} <Debug> TCPHandler: Processed in 0.010567256 sec. | ||
| 6314 | 2024.12.12 04:08:08.430724 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6315 | 2024.12.12 04:08:08.430866 [ 264 ] {8e58892f-28bc-4922-987b-2d3568a7b9b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6316 | 2024.12.12 04:08:08.430927 [ 264 ] {8e58892f-28bc-4922-987b-2d3568a7b9b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6317 | 2024.12.12 04:08:08.431522 [ 264 ] {8e58892f-28bc-4922-987b-2d3568a7b9b3} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6318 | 2024.12.12 04:08:08.431569 [ 264 ] {8e58892f-28bc-4922-987b-2d3568a7b9b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6319 | 2024.12.12 04:08:08.432005 [ 264 ] {8e58892f-28bc-4922-987b-2d3568a7b9b3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6320 | 2024.12.12 04:08:08.432243 [ 264 ] {8e58892f-28bc-4922-987b-2d3568a7b9b3} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6321 | 2024.12.12 04:08:08.432398 [ 143 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6322 | 2024.12.12 04:08:08.432458 [ 143 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6323 | 2024.12.12 04:08:08.432490 [ 264 ] {8e58892f-28bc-4922-987b-2d3568a7b9b3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00165 sec., 49696.969696969696 rows/sec., 3.16 MiB/sec. | ||
| 6324 | 2024.12.12 04:08:08.432496 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6325 | 2024.12.12 04:08:08.432623 [ 264 ] {8e58892f-28bc-4922-987b-2d3568a7b9b3} <Debug> TCPHandler: Processed in 0.001957842 sec. | ||
| 6326 | 2024.12.12 04:08:08.432769 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 6327 | 2024.12.12 04:08:08.432902 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6328 | 2024.12.12 04:08:08.432932 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2684 rows starting from the beginning of the part | ||
| 6329 | 2024.12.12 04:08:08.433045 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
| 6330 | 2024.12.12 04:08:08.433262 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
| 6331 | 2024.12.12 04:08:08.433459 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part | ||
| 6332 | 2024.12.12 04:08:08.433641 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 6333 | 2024.12.12 04:08:08.433820 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 6334 | 2024.12.12 04:08:08.435457 [ 191 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3050 rows, containing 4 columns (4 merged, 0 gathered) in 0.002816533 sec., 1082891.6259813039 rows/sec., 70.76 MiB/sec. | ||
| 6335 | 2024.12.12 04:08:08.435951 [ 191 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6336 | 2024.12.12 04:08:08.436275 [ 191 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_46_9} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6337 | 2024.12.12 04:08:08.436362 [ 191 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_46_9} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6338 | 2024.12.12 04:08:08.436455 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 6339 | 2024.12.12 04:08:11.295800 [ 142 ] {} <Debug> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6340 | 2024.12.12 04:08:11.295909 [ 142 ] {} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6341 | 2024.12.12 04:08:11.295948 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6342 | 2024.12.12 04:08:11.296428 [ 192 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 6343 | 2024.12.12 04:08:11.296630 [ 192 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6344 | 2024.12.12 04:08:11.296673 [ 192 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 6345 | 2024.12.12 04:08:11.296771 [ 192 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 6346 | 2024.12.12 04:08:11.296954 [ 192 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part | ||
| 6347 | 2024.12.12 04:08:11.297233 [ 192 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 6348 | 2024.12.12 04:08:11.297487 [ 192 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 6349 | 2024.12.12 04:08:11.298679 [ 201 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.00259506 sec., 14643.206708130061 rows/sec., 1.22 MiB/sec. | ||
| 6350 | 2024.12.12 04:08:11.298879 [ 201 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6351 | 2024.12.12 04:08:11.299220 [ 201 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_9_2} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6352 | 2024.12.12 04:08:11.299311 [ 201 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_9_2} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6353 | 2024.12.12 04:08:11.299412 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6354 | 2024.12.12 04:08:13.410130 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6355 | 2024.12.12 04:08:13.410327 [ 264 ] {dd16852c-3e7c-4dbd-8c27-29e1eaccd1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6356 | 2024.12.12 04:08:13.410401 [ 264 ] {dd16852c-3e7c-4dbd-8c27-29e1eaccd1be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6357 | 2024.12.12 04:08:13.411821 [ 264 ] {dd16852c-3e7c-4dbd-8c27-29e1eaccd1be} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6358 | 2024.12.12 04:08:13.411872 [ 264 ] {dd16852c-3e7c-4dbd-8c27-29e1eaccd1be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6359 | 2024.12.12 04:08:13.412382 [ 264 ] {dd16852c-3e7c-4dbd-8c27-29e1eaccd1be} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6360 | 2024.12.12 04:08:13.412638 [ 264 ] {dd16852c-3e7c-4dbd-8c27-29e1eaccd1be} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6361 | 2024.12.12 04:08:13.412878 [ 264 ] {dd16852c-3e7c-4dbd-8c27-29e1eaccd1be} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002597 sec., 460531.3823642665 rows/sec., 37.97 MiB/sec. | ||
| 6362 | 2024.12.12 04:08:13.412988 [ 264 ] {dd16852c-3e7c-4dbd-8c27-29e1eaccd1be} <Debug> TCPHandler: Processed in 0.002995329 sec. | ||
| 6363 | 2024.12.12 04:08:13.413296 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6364 | 2024.12.12 04:08:13.413489 [ 263 ] {ba8a45e8-f4e2-4c2c-acb7-0fddb3be8a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6365 | 2024.12.12 04:08:13.413564 [ 263 ] {ba8a45e8-f4e2-4c2c-acb7-0fddb3be8a1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6366 | 2024.12.12 04:08:13.414463 [ 263 ] {ba8a45e8-f4e2-4c2c-acb7-0fddb3be8a1b} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6367 | 2024.12.12 04:08:13.414514 [ 263 ] {ba8a45e8-f4e2-4c2c-acb7-0fddb3be8a1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6368 | 2024.12.12 04:08:13.414957 [ 263 ] {ba8a45e8-f4e2-4c2c-acb7-0fddb3be8a1b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6369 | 2024.12.12 04:08:13.415208 [ 263 ] {ba8a45e8-f4e2-4c2c-acb7-0fddb3be8a1b} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6370 | 2024.12.12 04:08:13.415458 [ 263 ] {ba8a45e8-f4e2-4c2c-acb7-0fddb3be8a1b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00202 sec., 112871.28712871287 rows/sec., 7.64 MiB/sec. | ||
| 6371 | 2024.12.12 04:08:13.415589 [ 263 ] {ba8a45e8-f4e2-4c2c-acb7-0fddb3be8a1b} <Debug> TCPHandler: Processed in 0.002471515 sec. | ||
| 6372 | 2024.12.12 04:08:13.415767 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6373 | 2024.12.12 04:08:13.415911 [ 264 ] {bf10cdfb-3e47-4374-8887-c718e729cc7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6374 | 2024.12.12 04:08:13.415998 [ 264 ] {bf10cdfb-3e47-4374-8887-c718e729cc7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6375 | 2024.12.12 04:08:13.416812 [ 264 ] {bf10cdfb-3e47-4374-8887-c718e729cc7b} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6376 | 2024.12.12 04:08:13.416852 [ 264 ] {bf10cdfb-3e47-4374-8887-c718e729cc7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6377 | 2024.12.12 04:08:13.417242 [ 264 ] {bf10cdfb-3e47-4374-8887-c718e729cc7b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6378 | 2024.12.12 04:08:13.417489 [ 264 ] {bf10cdfb-3e47-4374-8887-c718e729cc7b} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6379 | 2024.12.12 04:08:13.417716 [ 264 ] {bf10cdfb-3e47-4374-8887-c718e729cc7b} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001839 sec., 282762.3708537249 rows/sec., 20.92 MiB/sec. | ||
| 6380 | 2024.12.12 04:08:13.417769 [ 264 ] {bf10cdfb-3e47-4374-8887-c718e729cc7b} <Debug> TCPHandler: Processed in 0.002071224 sec. | ||
| 6381 | 2024.12.12 04:08:13.417939 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6382 | 2024.12.12 04:08:13.418081 [ 263 ] {665683e7-ef9c-483c-a4dc-b9e5402831a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6383 | 2024.12.12 04:08:13.418144 [ 263 ] {665683e7-ef9c-483c-a4dc-b9e5402831a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6384 | 2024.12.12 04:08:13.419105 [ 263 ] {665683e7-ef9c-483c-a4dc-b9e5402831a5} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6385 | 2024.12.12 04:08:13.419146 [ 263 ] {665683e7-ef9c-483c-a4dc-b9e5402831a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6386 | 2024.12.12 04:08:13.419598 [ 263 ] {665683e7-ef9c-483c-a4dc-b9e5402831a5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6387 | 2024.12.12 04:08:13.419849 [ 263 ] {665683e7-ef9c-483c-a4dc-b9e5402831a5} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6388 | 2024.12.12 04:08:13.420109 [ 263 ] {665683e7-ef9c-483c-a4dc-b9e5402831a5} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.002055 sec., 428223.84428223845 rows/sec., 28.81 MiB/sec. | ||
| 6389 | 2024.12.12 04:08:13.420308 [ 263 ] {665683e7-ef9c-483c-a4dc-b9e5402831a5} <Debug> TCPHandler: Processed in 0.002436634 sec. | ||
| 6390 | 2024.12.12 04:08:13.420563 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6391 | 2024.12.12 04:08:13.420703 [ 264 ] {ea44fd58-9052-423a-9e07-be01dca0d7d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6392 | 2024.12.12 04:08:13.420764 [ 264 ] {ea44fd58-9052-423a-9e07-be01dca0d7d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6393 | 2024.12.12 04:08:13.421319 [ 264 ] {ea44fd58-9052-423a-9e07-be01dca0d7d7} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6394 | 2024.12.12 04:08:13.421358 [ 264 ] {ea44fd58-9052-423a-9e07-be01dca0d7d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6395 | 2024.12.12 04:08:13.421746 [ 264 ] {ea44fd58-9052-423a-9e07-be01dca0d7d7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6396 | 2024.12.12 04:08:13.421984 [ 264 ] {ea44fd58-9052-423a-9e07-be01dca0d7d7} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6397 | 2024.12.12 04:08:13.422241 [ 264 ] {ea44fd58-9052-423a-9e07-be01dca0d7d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001564 sec., 38363.17135549872 rows/sec., 2.59 MiB/sec. | ||
| 6398 | 2024.12.12 04:08:13.422385 [ 264 ] {ea44fd58-9052-423a-9e07-be01dca0d7d7} <Debug> TCPHandler: Processed in 0.001951361 sec. | ||
| 6399 | 2024.12.12 04:08:14.306078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 6400 | 2024.12.12 04:08:14.306867 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6401 | 2024.12.12 04:08:14.306928 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 6402 | 2024.12.12 04:08:14.307483 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6403 | 2024.12.12 04:08:14.307755 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6404 | 2024.12.12 04:08:14.308043 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 6405 | 2024.12.12 04:08:15.327324 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6406 | 2024.12.12 04:08:15.346447 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6407 | 2024.12.12 04:08:15.346492 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6408 | 2024.12.12 04:08:15.354114 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6409 | 2024.12.12 04:08:15.354905 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6410 | 2024.12.12 04:08:15.357627 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6411 | 2024.12.12 04:08:16.862788 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 902 | ||
| 6412 | 2024.12.12 04:08:16.866207 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6413 | 2024.12.12 04:08:16.866267 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6414 | 2024.12.12 04:08:16.867753 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6415 | 2024.12.12 04:08:16.868077 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6416 | 2024.12.12 04:08:16.868758 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 902 | ||
| 6417 | 2024.12.12 04:08:18.386712 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6418 | 2024.12.12 04:08:18.386927 [ 264 ] {5c8a1d74-872e-48d0-803e-1441477f5c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6419 | 2024.12.12 04:08:18.387008 [ 264 ] {5c8a1d74-872e-48d0-803e-1441477f5c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6420 | 2024.12.12 04:08:18.387799 [ 264 ] {5c8a1d74-872e-48d0-803e-1441477f5c35} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6421 | 2024.12.12 04:08:18.387848 [ 264 ] {5c8a1d74-872e-48d0-803e-1441477f5c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6422 | 2024.12.12 04:08:18.388280 [ 264 ] {5c8a1d74-872e-48d0-803e-1441477f5c35} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6423 | 2024.12.12 04:08:18.388533 [ 264 ] {5c8a1d74-872e-48d0-803e-1441477f5c35} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6424 | 2024.12.12 04:08:18.388723 [ 136 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6425 | 2024.12.12 04:08:18.388805 [ 264 ] {5c8a1d74-872e-48d0-803e-1441477f5c35} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001932 sec., 7246.376811594203 rows/sec., 521.64 KiB/sec. | ||
| 6426 | 2024.12.12 04:08:18.388812 [ 136 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6427 | 2024.12.12 04:08:18.388896 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6428 | 2024.12.12 04:08:18.388950 [ 264 ] {5c8a1d74-872e-48d0-803e-1441477f5c35} <Debug> TCPHandler: Processed in 0.002377362 sec. | ||
| 6429 | 2024.12.12 04:08:18.389112 [ 198 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 6430 | 2024.12.12 04:08:18.389251 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6431 | 2024.12.12 04:08:18.389265 [ 198 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6432 | 2024.12.12 04:08:18.389329 [ 198 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 6433 | 2024.12.12 04:08:18.389548 [ 198 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 6434 | 2024.12.12 04:08:18.389752 [ 263 ] {0489d686-c0c9-4360-9e7d-01db21636585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6435 | 2024.12.12 04:08:18.389843 [ 198 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 6436 | 2024.12.12 04:08:18.390002 [ 263 ] {0489d686-c0c9-4360-9e7d-01db21636585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6437 | 2024.12.12 04:08:18.390136 [ 198 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 6438 | 2024.12.12 04:08:18.390493 [ 198 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 6439 | 2024.12.12 04:08:18.392903 [ 263 ] {0489d686-c0c9-4360-9e7d-01db21636585} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6440 | 2024.12.12 04:08:18.392963 [ 263 ] {0489d686-c0c9-4360-9e7d-01db21636585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6441 | 2024.12.12 04:08:18.392973 [ 192 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003965266 sec., 17653.29236424492 rows/sec., 1.31 MiB/sec. | ||
| 6442 | 2024.12.12 04:08:18.393249 [ 193 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6443 | 2024.12.12 04:08:18.393744 [ 263 ] {0489d686-c0c9-4360-9e7d-01db21636585} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6444 | 2024.12.12 04:08:18.393881 [ 193 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_21_5} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6445 | 2024.12.12 04:08:18.394072 [ 193 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_21_5} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6446 | 2024.12.12 04:08:18.394257 [ 263 ] {0489d686-c0c9-4360-9e7d-01db21636585} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6447 | 2024.12.12 04:08:18.394294 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6448 | 2024.12.12 04:08:18.394515 [ 263 ] {0489d686-c0c9-4360-9e7d-01db21636585} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005008 sec., 56110.22364217252 rows/sec., 4.96 MiB/sec. | ||
| 6449 | 2024.12.12 04:08:18.394593 [ 263 ] {0489d686-c0c9-4360-9e7d-01db21636585} <Debug> TCPHandler: Processed in 0.005509424 sec. | ||
| 6450 | 2024.12.12 04:08:18.394756 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6451 | 2024.12.12 04:08:18.394906 [ 264 ] {bdb436d6-d81e-46de-8354-edcd12afaf4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6452 | 2024.12.12 04:08:18.394968 [ 264 ] {bdb436d6-d81e-46de-8354-edcd12afaf4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6453 | 2024.12.12 04:08:18.395638 [ 264 ] {bdb436d6-d81e-46de-8354-edcd12afaf4e} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6454 | 2024.12.12 04:08:18.395678 [ 264 ] {bdb436d6-d81e-46de-8354-edcd12afaf4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6455 | 2024.12.12 04:08:18.396048 [ 264 ] {bdb436d6-d81e-46de-8354-edcd12afaf4e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6456 | 2024.12.12 04:08:18.396293 [ 264 ] {bdb436d6-d81e-46de-8354-edcd12afaf4e} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6457 | 2024.12.12 04:08:18.396518 [ 264 ] {bdb436d6-d81e-46de-8354-edcd12afaf4e} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001649 sec., 27895.694360218313 rows/sec., 2.01 MiB/sec. | ||
| 6458 | 2024.12.12 04:08:18.396657 [ 264 ] {bdb436d6-d81e-46de-8354-edcd12afaf4e} <Debug> TCPHandler: Processed in 0.001970571 sec. | ||
| 6459 | 2024.12.12 04:08:18.396815 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6460 | 2024.12.12 04:08:18.396961 [ 263 ] {17cc0aeb-a7e6-428d-b36f-f9e7aac1ac4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6461 | 2024.12.12 04:08:18.397022 [ 263 ] {17cc0aeb-a7e6-428d-b36f-f9e7aac1ac4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6462 | 2024.12.12 04:08:18.397673 [ 263 ] {17cc0aeb-a7e6-428d-b36f-f9e7aac1ac4f} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6463 | 2024.12.12 04:08:18.397712 [ 263 ] {17cc0aeb-a7e6-428d-b36f-f9e7aac1ac4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6464 | 2024.12.12 04:08:18.398086 [ 263 ] {17cc0aeb-a7e6-428d-b36f-f9e7aac1ac4f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6465 | 2024.12.12 04:08:18.398332 [ 263 ] {17cc0aeb-a7e6-428d-b36f-f9e7aac1ac4f} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6466 | 2024.12.12 04:08:18.398521 [ 263 ] {17cc0aeb-a7e6-428d-b36f-f9e7aac1ac4f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001595 sec., 8777.42946708464 rows/sec., 614.71 KiB/sec. | ||
| 6467 | 2024.12.12 04:08:18.398577 [ 263 ] {17cc0aeb-a7e6-428d-b36f-f9e7aac1ac4f} <Debug> TCPHandler: Processed in 0.001830208 sec. | ||
| 6468 | 2024.12.12 04:08:18.398747 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6469 | 2024.12.12 04:08:18.398892 [ 264 ] {6fcfe481-81bc-4685-84aa-065a611a8306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6470 | 2024.12.12 04:08:18.398950 [ 264 ] {6fcfe481-81bc-4685-84aa-065a611a8306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6471 | 2024.12.12 04:08:18.399611 [ 264 ] {6fcfe481-81bc-4685-84aa-065a611a8306} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6472 | 2024.12.12 04:08:18.399651 [ 264 ] {6fcfe481-81bc-4685-84aa-065a611a8306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6473 | 2024.12.12 04:08:18.400010 [ 264 ] {6fcfe481-81bc-4685-84aa-065a611a8306} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6474 | 2024.12.12 04:08:18.400261 [ 264 ] {6fcfe481-81bc-4685-84aa-065a611a8306} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6475 | 2024.12.12 04:08:18.400463 [ 136 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6476 | 2024.12.12 04:08:18.400532 [ 264 ] {6fcfe481-81bc-4685-84aa-065a611a8306} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001667 sec., 7798.440311937612 rows/sec., 486.23 KiB/sec. | ||
| 6477 | 2024.12.12 04:08:18.400551 [ 136 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6478 | 2024.12.12 04:08:18.400639 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6479 | 2024.12.12 04:08:18.400661 [ 264 ] {6fcfe481-81bc-4685-84aa-065a611a8306} <Debug> TCPHandler: Processed in 0.001984632 sec. | ||
| 6480 | 2024.12.12 04:08:18.400940 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 6481 | 2024.12.12 04:08:18.401022 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6482 | 2024.12.12 04:08:18.401069 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6483 | 2024.12.12 04:08:18.401117 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 6484 | 2024.12.12 04:08:18.401291 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 6485 | 2024.12.12 04:08:18.401535 [ 263 ] {25a5cd9a-6b04-4438-b196-b1ce6d810d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6486 | 2024.12.12 04:08:18.401680 [ 263 ] {25a5cd9a-6b04-4438-b196-b1ce6d810d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6487 | 2024.12.12 04:08:18.401683 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 6488 | 2024.12.12 04:08:18.402042 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 6489 | 2024.12.12 04:08:18.402374 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 6490 | 2024.12.12 04:08:18.404906 [ 263 ] {25a5cd9a-6b04-4438-b196-b1ce6d810d62} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6491 | 2024.12.12 04:08:18.404984 [ 263 ] {25a5cd9a-6b04-4438-b196-b1ce6d810d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6492 | 2024.12.12 04:08:18.405387 [ 192 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004642354 sec., 14001.517333663052 rows/sec., 927.68 KiB/sec. | ||
| 6493 | 2024.12.12 04:08:18.405672 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6494 | 2024.12.12 04:08:18.405763 [ 263 ] {25a5cd9a-6b04-4438-b196-b1ce6d810d62} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6495 | 2024.12.12 04:08:18.406204 [ 263 ] {25a5cd9a-6b04-4438-b196-b1ce6d810d62} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6496 | 2024.12.12 04:08:18.406342 [ 188 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_21_5} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6497 | 2024.12.12 04:08:18.406558 [ 188 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_21_5} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6498 | 2024.12.12 04:08:18.406562 [ 263 ] {25a5cd9a-6b04-4438-b196-b1ce6d810d62} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00521 sec., 80806.14203454895 rows/sec., 5.77 MiB/sec. | ||
| 6499 | 2024.12.12 04:08:18.406695 [ 263 ] {25a5cd9a-6b04-4438-b196-b1ce6d810d62} <Debug> TCPHandler: Processed in 0.005895874 sec. | ||
| 6500 | 2024.12.12 04:08:18.406703 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6501 | 2024.12.12 04:08:18.406852 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6502 | 2024.12.12 04:08:18.406994 [ 264 ] {328d6a35-1676-445a-8700-4a078717d903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6503 | 2024.12.12 04:08:18.407053 [ 264 ] {328d6a35-1676-445a-8700-4a078717d903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6504 | 2024.12.12 04:08:18.407580 [ 264 ] {328d6a35-1676-445a-8700-4a078717d903} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6505 | 2024.12.12 04:08:18.407618 [ 264 ] {328d6a35-1676-445a-8700-4a078717d903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6506 | 2024.12.12 04:08:18.407986 [ 264 ] {328d6a35-1676-445a-8700-4a078717d903} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6507 | 2024.12.12 04:08:18.408222 [ 264 ] {328d6a35-1676-445a-8700-4a078717d903} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6508 | 2024.12.12 04:08:18.408404 [ 133 ] {} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6509 | 2024.12.12 04:08:18.408472 [ 264 ] {328d6a35-1676-445a-8700-4a078717d903} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 208.57 KiB/sec. | ||
| 6510 | 2024.12.12 04:08:18.408474 [ 133 ] {} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6511 | 2024.12.12 04:08:18.408563 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6512 | 2024.12.12 04:08:18.408591 [ 264 ] {328d6a35-1676-445a-8700-4a078717d903} <Debug> TCPHandler: Processed in 0.001805657 sec. | ||
| 6513 | 2024.12.12 04:08:18.408889 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6514 | 2024.12.12 04:08:18.409183 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::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 | ||
| 6515 | 2024.12.12 04:08:18.409337 [ 263 ] {9ca39df1-9e74-4345-b841-196970ce6acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6516 | 2024.12.12 04:08:18.409508 [ 263 ] {9ca39df1-9e74-4345-b841-196970ce6acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6517 | 2024.12.12 04:08:18.409575 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6518 | 2024.12.12 04:08:18.409625 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 6519 | 2024.12.12 04:08:18.409879 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 6520 | 2024.12.12 04:08:18.410242 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 6521 | 2024.12.12 04:08:18.410552 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 6522 | 2024.12.12 04:08:18.410783 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 6523 | 2024.12.12 04:08:18.410992 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 6524 | 2024.12.12 04:08:18.411533 [ 263 ] {9ca39df1-9e74-4345-b841-196970ce6acf} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6525 | 2024.12.12 04:08:18.411578 [ 263 ] {9ca39df1-9e74-4345-b841-196970ce6acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6526 | 2024.12.12 04:08:18.412167 [ 263 ] {9ca39df1-9e74-4345-b841-196970ce6acf} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6527 | 2024.12.12 04:08:18.412493 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.00382919 sec., 32905.13137243124 rows/sec., 1.68 MiB/sec. | ||
| 6528 | 2024.12.12 04:08:18.412524 [ 263 ] {9ca39df1-9e74-4345-b841-196970ce6acf} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6529 | 2024.12.12 04:08:18.412626 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6530 | 2024.12.12 04:08:18.412889 [ 263 ] {9ca39df1-9e74-4345-b841-196970ce6acf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003697 sec., 64106.031917771164 rows/sec., 4.30 MiB/sec. | ||
| 6531 | 2024.12.12 04:08:18.412980 [ 263 ] {9ca39df1-9e74-4345-b841-196970ce6acf} <Debug> TCPHandler: Processed in 0.004298102 sec. | ||
| 6532 | 2024.12.12 04:08:18.413143 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_21_4} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6533 | 2024.12.12 04:08:18.413157 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6534 | 2024.12.12 04:08:18.413244 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_21_4} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6535 | 2024.12.12 04:08:18.413389 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6536 | 2024.12.12 04:08:18.413397 [ 264 ] {4f8b8853-15d8-48dd-bd81-b43abe6d75a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6537 | 2024.12.12 04:08:18.413476 [ 264 ] {4f8b8853-15d8-48dd-bd81-b43abe6d75a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6538 | 2024.12.12 04:08:18.414040 [ 264 ] {4f8b8853-15d8-48dd-bd81-b43abe6d75a5} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6539 | 2024.12.12 04:08:18.414085 [ 264 ] {4f8b8853-15d8-48dd-bd81-b43abe6d75a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6540 | 2024.12.12 04:08:18.414479 [ 264 ] {4f8b8853-15d8-48dd-bd81-b43abe6d75a5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6541 | 2024.12.12 04:08:18.414719 [ 264 ] {4f8b8853-15d8-48dd-bd81-b43abe6d75a5} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6542 | 2024.12.12 04:08:18.414932 [ 264 ] {4f8b8853-15d8-48dd-bd81-b43abe6d75a5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001627 sec., 614.6281499692686 rows/sec., 41.42 KiB/sec. | ||
| 6543 | 2024.12.12 04:08:18.414984 [ 264 ] {4f8b8853-15d8-48dd-bd81-b43abe6d75a5} <Debug> TCPHandler: Processed in 0.001924811 sec. | ||
| 6544 | 2024.12.12 04:08:18.415123 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6545 | 2024.12.12 04:08:18.415240 [ 263 ] {4d9d9568-b9c5-4f6e-8a5f-c5da57e18a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6546 | 2024.12.12 04:08:18.415331 [ 263 ] {4d9d9568-b9c5-4f6e-8a5f-c5da57e18a7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6547 | 2024.12.12 04:08:18.416660 [ 263 ] {4d9d9568-b9c5-4f6e-8a5f-c5da57e18a7a} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6548 | 2024.12.12 04:08:18.416699 [ 263 ] {4d9d9568-b9c5-4f6e-8a5f-c5da57e18a7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6549 | 2024.12.12 04:08:18.417370 [ 263 ] {4d9d9568-b9c5-4f6e-8a5f-c5da57e18a7a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6550 | 2024.12.12 04:08:18.417630 [ 263 ] {4d9d9568-b9c5-4f6e-8a5f-c5da57e18a7a} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6551 | 2024.12.12 04:08:18.417876 [ 263 ] {4d9d9568-b9c5-4f6e-8a5f-c5da57e18a7a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00266 sec., 14661.654135338345 rows/sec., 26.27 MiB/sec. | ||
| 6552 | 2024.12.12 04:08:18.417981 [ 263 ] {4d9d9568-b9c5-4f6e-8a5f-c5da57e18a7a} <Debug> TCPHandler: Processed in 0.002914196 sec. | ||
| 6553 | 2024.12.12 04:08:18.418146 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6554 | 2024.12.12 04:08:18.418286 [ 264 ] {e1d6ce6b-d617-4e8a-b3f5-a55459b9b818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6555 | 2024.12.12 04:08:18.418345 [ 264 ] {e1d6ce6b-d617-4e8a-b3f5-a55459b9b818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6556 | 2024.12.12 04:08:18.418928 [ 264 ] {e1d6ce6b-d617-4e8a-b3f5-a55459b9b818} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6557 | 2024.12.12 04:08:18.418973 [ 264 ] {e1d6ce6b-d617-4e8a-b3f5-a55459b9b818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6558 | 2024.12.12 04:08:18.419391 [ 264 ] {e1d6ce6b-d617-4e8a-b3f5-a55459b9b818} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6559 | 2024.12.12 04:08:18.419642 [ 264 ] {e1d6ce6b-d617-4e8a-b3f5-a55459b9b818} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6560 | 2024.12.12 04:08:18.419903 [ 264 ] {e1d6ce6b-d617-4e8a-b3f5-a55459b9b818} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001641 sec., 49969.53077391834 rows/sec., 3.17 MiB/sec. | ||
| 6561 | 2024.12.12 04:08:18.419959 [ 264 ] {e1d6ce6b-d617-4e8a-b3f5-a55459b9b818} <Debug> TCPHandler: Processed in 0.00187966 sec. | ||
| 6562 | 2024.12.12 04:08:21.665869 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6563 | 2024.12.12 04:08:21.665940 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6564 | 2024.12.12 04:08:21.808182 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 6565 | 2024.12.12 04:08:21.808823 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6566 | 2024.12.12 04:08:21.808867 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6567 | 2024.12.12 04:08:21.809408 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6568 | 2024.12.12 04:08:21.809676 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6569 | 2024.12.12 04:08:21.809888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6570 | 2024.12.12 04:08:22.857678 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6571 | 2024.12.12 04:08:22.878508 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6572 | 2024.12.12 04:08:22.878553 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6573 | 2024.12.12 04:08:22.886187 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6574 | 2024.12.12 04:08:22.886973 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6575 | 2024.12.12 04:08:22.889599 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6576 | 2024.12.12 04:08:23.379375 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6577 | 2024.12.12 04:08:23.379640 [ 264 ] {cf3ef871-2e41-4fcc-a02e-2d28062acd2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6578 | 2024.12.12 04:08:23.379749 [ 264 ] {cf3ef871-2e41-4fcc-a02e-2d28062acd2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6579 | 2024.12.12 04:08:23.380781 [ 264 ] {cf3ef871-2e41-4fcc-a02e-2d28062acd2d} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6580 | 2024.12.12 04:08:23.380831 [ 264 ] {cf3ef871-2e41-4fcc-a02e-2d28062acd2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6581 | 2024.12.12 04:08:23.381271 [ 264 ] {cf3ef871-2e41-4fcc-a02e-2d28062acd2d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6582 | 2024.12.12 04:08:23.381547 [ 264 ] {cf3ef871-2e41-4fcc-a02e-2d28062acd2d} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6583 | 2024.12.12 04:08:23.381793 [ 264 ] {cf3ef871-2e41-4fcc-a02e-2d28062acd2d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00223 sec., 25112.107623318385 rows/sec., 1.93 MiB/sec. | ||
| 6584 | 2024.12.12 04:08:23.381862 [ 264 ] {cf3ef871-2e41-4fcc-a02e-2d28062acd2d} <Debug> TCPHandler: Processed in 0.002630959 sec. | ||
| 6585 | 2024.12.12 04:08:23.382185 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6586 | 2024.12.12 04:08:23.382486 [ 263 ] {9fa18e07-c1f7-4ca1-bb13-29115f218afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6587 | 2024.12.12 04:08:23.382560 [ 263 ] {9fa18e07-c1f7-4ca1-bb13-29115f218afa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6588 | 2024.12.12 04:08:23.383307 [ 263 ] {9fa18e07-c1f7-4ca1-bb13-29115f218afa} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6589 | 2024.12.12 04:08:23.383348 [ 263 ] {9fa18e07-c1f7-4ca1-bb13-29115f218afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6590 | 2024.12.12 04:08:23.383784 [ 263 ] {9fa18e07-c1f7-4ca1-bb13-29115f218afa} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6591 | 2024.12.12 04:08:23.384042 [ 263 ] {9fa18e07-c1f7-4ca1-bb13-29115f218afa} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6592 | 2024.12.12 04:08:23.384236 [ 263 ] {9fa18e07-c1f7-4ca1-bb13-29115f218afa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001837 sec., 34839.41208492107 rows/sec., 2.72 MiB/sec. | ||
| 6593 | 2024.12.12 04:08:23.384290 [ 263 ] {9fa18e07-c1f7-4ca1-bb13-29115f218afa} <Debug> TCPHandler: Processed in 0.00228532 sec. | ||
| 6594 | 2024.12.12 04:08:23.384445 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6595 | 2024.12.12 04:08:23.384592 [ 264 ] {3445919c-6665-42d8-9095-814c2eaf6f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6596 | 2024.12.12 04:08:23.384658 [ 264 ] {3445919c-6665-42d8-9095-814c2eaf6f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6597 | 2024.12.12 04:08:23.385348 [ 264 ] {3445919c-6665-42d8-9095-814c2eaf6f72} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6598 | 2024.12.12 04:08:23.385397 [ 264 ] {3445919c-6665-42d8-9095-814c2eaf6f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6599 | 2024.12.12 04:08:23.385815 [ 264 ] {3445919c-6665-42d8-9095-814c2eaf6f72} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6600 | 2024.12.12 04:08:23.386060 [ 264 ] {3445919c-6665-42d8-9095-814c2eaf6f72} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6601 | 2024.12.12 04:08:23.386283 [ 264 ] {3445919c-6665-42d8-9095-814c2eaf6f72} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00173 sec., 92485.54913294798 rows/sec., 6.44 MiB/sec. | ||
| 6602 | 2024.12.12 04:08:23.386338 [ 264 ] {3445919c-6665-42d8-9095-814c2eaf6f72} <Debug> TCPHandler: Processed in 0.001965251 sec. | ||
| 6603 | 2024.12.12 04:08:23.386498 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6604 | 2024.12.12 04:08:23.386636 [ 263 ] {c8761e5b-a17d-419e-9b3d-e2c346606680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6605 | 2024.12.12 04:08:23.386697 [ 263 ] {c8761e5b-a17d-419e-9b3d-e2c346606680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6606 | 2024.12.12 04:08:23.387278 [ 263 ] {c8761e5b-a17d-419e-9b3d-e2c346606680} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6607 | 2024.12.12 04:08:23.387324 [ 263 ] {c8761e5b-a17d-419e-9b3d-e2c346606680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6608 | 2024.12.12 04:08:23.387723 [ 263 ] {c8761e5b-a17d-419e-9b3d-e2c346606680} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6609 | 2024.12.12 04:08:23.387965 [ 263 ] {c8761e5b-a17d-419e-9b3d-e2c346606680} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6610 | 2024.12.12 04:08:23.388154 [ 263 ] {c8761e5b-a17d-419e-9b3d-e2c346606680} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001549 sec., 38734.66752743706 rows/sec., 2.61 MiB/sec. | ||
| 6611 | 2024.12.12 04:08:23.388229 [ 263 ] {c8761e5b-a17d-419e-9b3d-e2c346606680} <Debug> TCPHandler: Processed in 0.001799217 sec. | ||
| 6612 | 2024.12.12 04:08:26.868939 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 932 | ||
| 6613 | 2024.12.12 04:08:26.871966 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6614 | 2024.12.12 04:08:26.872006 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6615 | 2024.12.12 04:08:26.873459 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6616 | 2024.12.12 04:08:26.873765 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6617 | 2024.12.12 04:08:26.874912 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 932 | ||
| 6618 | 2024.12.12 04:08:28.385988 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6619 | 2024.12.12 04:08:28.386190 [ 264 ] {f7b41bd4-3eed-4d88-b8ea-e6ed3e67ed95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6620 | 2024.12.12 04:08:28.386266 [ 264 ] {f7b41bd4-3eed-4d88-b8ea-e6ed3e67ed95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6621 | 2024.12.12 04:08:28.387016 [ 264 ] {f7b41bd4-3eed-4d88-b8ea-e6ed3e67ed95} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6622 | 2024.12.12 04:08:28.387072 [ 264 ] {f7b41bd4-3eed-4d88-b8ea-e6ed3e67ed95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6623 | 2024.12.12 04:08:28.387505 [ 264 ] {f7b41bd4-3eed-4d88-b8ea-e6ed3e67ed95} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6624 | 2024.12.12 04:08:28.387788 [ 264 ] {f7b41bd4-3eed-4d88-b8ea-e6ed3e67ed95} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6625 | 2024.12.12 04:08:28.388056 [ 264 ] {f7b41bd4-3eed-4d88-b8ea-e6ed3e67ed95} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001924 sec., 7276.507276507276 rows/sec., 523.81 KiB/sec. | ||
| 6626 | 2024.12.12 04:08:28.388131 [ 264 ] {f7b41bd4-3eed-4d88-b8ea-e6ed3e67ed95} <Debug> TCPHandler: Processed in 0.002278389 sec. | ||
| 6627 | 2024.12.12 04:08:28.388378 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6628 | 2024.12.12 04:08:28.388579 [ 263 ] {ee34e93b-8298-4226-a178-295c2aee8f7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6629 | 2024.12.12 04:08:28.388660 [ 263 ] {ee34e93b-8298-4226-a178-295c2aee8f7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6630 | 2024.12.12 04:08:28.389485 [ 263 ] {ee34e93b-8298-4226-a178-295c2aee8f7d} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6631 | 2024.12.12 04:08:28.389543 [ 263 ] {ee34e93b-8298-4226-a178-295c2aee8f7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6632 | 2024.12.12 04:08:28.389988 [ 263 ] {ee34e93b-8298-4226-a178-295c2aee8f7d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6633 | 2024.12.12 04:08:28.390253 [ 263 ] {ee34e93b-8298-4226-a178-295c2aee8f7d} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6634 | 2024.12.12 04:08:28.390456 [ 263 ] {ee34e93b-8298-4226-a178-295c2aee8f7d} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001931 sec., 5178.663904712585 rows/sec., 422.28 KiB/sec. | ||
| 6635 | 2024.12.12 04:08:28.390525 [ 263 ] {ee34e93b-8298-4226-a178-295c2aee8f7d} <Debug> TCPHandler: Processed in 0.0022794 sec. | ||
| 6636 | 2024.12.12 04:08:28.390683 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6637 | 2024.12.12 04:08:28.390809 [ 264 ] {afffb923-3089-4ecf-a868-ce1aa690fe62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6638 | 2024.12.12 04:08:28.390863 [ 264 ] {afffb923-3089-4ecf-a868-ce1aa690fe62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6639 | 2024.12.12 04:08:28.391586 [ 264 ] {afffb923-3089-4ecf-a868-ce1aa690fe62} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6640 | 2024.12.12 04:08:28.391629 [ 264 ] {afffb923-3089-4ecf-a868-ce1aa690fe62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6641 | 2024.12.12 04:08:28.392026 [ 264 ] {afffb923-3089-4ecf-a868-ce1aa690fe62} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6642 | 2024.12.12 04:08:28.392271 [ 264 ] {afffb923-3089-4ecf-a868-ce1aa690fe62} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6643 | 2024.12.12 04:08:28.392508 [ 264 ] {afffb923-3089-4ecf-a868-ce1aa690fe62} <Debug> executeQuery: Read 286 rows, 25.79 KiB in 0.001729 sec., 165413.53383458647 rows/sec., 14.56 MiB/sec. | ||
| 6644 | 2024.12.12 04:08:28.392566 [ 264 ] {afffb923-3089-4ecf-a868-ce1aa690fe62} <Debug> TCPHandler: Processed in 0.00194331 sec. | ||
| 6645 | 2024.12.12 04:08:28.392723 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6646 | 2024.12.12 04:08:28.392870 [ 263 ] {395ad57e-a8d7-4c10-8950-710fdd3d1a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6647 | 2024.12.12 04:08:28.392934 [ 263 ] {395ad57e-a8d7-4c10-8950-710fdd3d1a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6648 | 2024.12.12 04:08:28.393671 [ 263 ] {395ad57e-a8d7-4c10-8950-710fdd3d1a91} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6649 | 2024.12.12 04:08:28.393710 [ 263 ] {395ad57e-a8d7-4c10-8950-710fdd3d1a91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6650 | 2024.12.12 04:08:28.394085 [ 263 ] {395ad57e-a8d7-4c10-8950-710fdd3d1a91} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6651 | 2024.12.12 04:08:28.394324 [ 263 ] {395ad57e-a8d7-4c10-8950-710fdd3d1a91} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6652 | 2024.12.12 04:08:28.394503 [ 263 ] {395ad57e-a8d7-4c10-8950-710fdd3d1a91} <Debug> executeQuery: Read 56 rows, 4.09 KiB in 0.00167 sec., 33532.934131736525 rows/sec., 2.39 MiB/sec. | ||
| 6653 | 2024.12.12 04:08:28.394560 [ 263 ] {395ad57e-a8d7-4c10-8950-710fdd3d1a91} <Debug> TCPHandler: Processed in 0.00190978 sec. | ||
| 6654 | 2024.12.12 04:08:28.394739 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6655 | 2024.12.12 04:08:28.394879 [ 264 ] {14bb1964-d23d-4c93-8c2e-c8d5d925d49a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6656 | 2024.12.12 04:08:28.394938 [ 264 ] {14bb1964-d23d-4c93-8c2e-c8d5d925d49a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6657 | 2024.12.12 04:08:28.395617 [ 264 ] {14bb1964-d23d-4c93-8c2e-c8d5d925d49a} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6658 | 2024.12.12 04:08:28.395659 [ 264 ] {14bb1964-d23d-4c93-8c2e-c8d5d925d49a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6659 | 2024.12.12 04:08:28.396014 [ 264 ] {14bb1964-d23d-4c93-8c2e-c8d5d925d49a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6660 | 2024.12.12 04:08:28.396253 [ 264 ] {14bb1964-d23d-4c93-8c2e-c8d5d925d49a} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6661 | 2024.12.12 04:08:28.396426 [ 120 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6662 | 2024.12.12 04:08:28.396495 [ 120 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6663 | 2024.12.12 04:08:28.396510 [ 264 ] {14bb1964-d23d-4c93-8c2e-c8d5d925d49a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00165 sec., 8484.848484848484 rows/sec., 594.22 KiB/sec. | ||
| 6664 | 2024.12.12 04:08:28.396533 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6665 | 2024.12.12 04:08:28.396664 [ 264 ] {14bb1964-d23d-4c93-8c2e-c8d5d925d49a} <Debug> TCPHandler: Processed in 0.001992532 sec. | ||
| 6666 | 2024.12.12 04:08:28.396807 [ 188 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::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 | ||
| 6667 | 2024.12.12 04:08:28.396907 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6668 | 2024.12.12 04:08:28.396976 [ 188 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6669 | 2024.12.12 04:08:28.397019 [ 188 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 243 rows starting from the beginning of the part | ||
| 6670 | 2024.12.12 04:08:28.397185 [ 188 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 6671 | 2024.12.12 04:08:28.397188 [ 263 ] {e5498980-6c2f-49f9-a1eb-64ad0e21bc8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6672 | 2024.12.12 04:08:28.397516 [ 263 ] {e5498980-6c2f-49f9-a1eb-64ad0e21bc8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6673 | 2024.12.12 04:08:28.397630 [ 188 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 6674 | 2024.12.12 04:08:28.397959 [ 188 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 228 rows starting from the beginning of the part | ||
| 6675 | 2024.12.12 04:08:28.398214 [ 188 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 6676 | 2024.12.12 04:08:28.398435 [ 188 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 6677 | 2024.12.12 04:08:28.399499 [ 263 ] {e5498980-6c2f-49f9-a1eb-64ad0e21bc8c} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6678 | 2024.12.12 04:08:28.399544 [ 263 ] {e5498980-6c2f-49f9-a1eb-64ad0e21bc8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6679 | 2024.12.12 04:08:28.400079 [ 263 ] {e5498980-6c2f-49f9-a1eb-64ad0e21bc8c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6680 | 2024.12.12 04:08:28.400232 [ 190 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.003584609 sec., 147017.42923705207 rows/sec., 10.53 MiB/sec. | ||
| 6681 | 2024.12.12 04:08:28.400455 [ 190 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6682 | 2024.12.12 04:08:28.400485 [ 263 ] {e5498980-6c2f-49f9-a1eb-64ad0e21bc8c} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6683 | 2024.12.12 04:08:28.400871 [ 263 ] {e5498980-6c2f-49f9-a1eb-64ad0e21bc8c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003783 sec., 3436.4261168384883 rows/sec., 214.26 KiB/sec. | ||
| 6684 | 2024.12.12 04:08:28.401069 [ 190 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_31_6} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6685 | 2024.12.12 04:08:28.401079 [ 263 ] {e5498980-6c2f-49f9-a1eb-64ad0e21bc8c} <Debug> TCPHandler: Processed in 0.004293173 sec. | ||
| 6686 | 2024.12.12 04:08:28.401225 [ 190 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_31_6} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6687 | 2024.12.12 04:08:28.401285 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6688 | 2024.12.12 04:08:28.401333 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6689 | 2024.12.12 04:08:28.401410 [ 264 ] {c11910b1-3ca7-4ae6-9700-20d1c1edb5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6690 | 2024.12.12 04:08:28.401456 [ 264 ] {c11910b1-3ca7-4ae6-9700-20d1c1edb5b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6691 | 2024.12.12 04:08:28.402201 [ 264 ] {c11910b1-3ca7-4ae6-9700-20d1c1edb5b8} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6692 | 2024.12.12 04:08:28.402241 [ 264 ] {c11910b1-3ca7-4ae6-9700-20d1c1edb5b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6693 | 2024.12.12 04:08:28.402630 [ 264 ] {c11910b1-3ca7-4ae6-9700-20d1c1edb5b8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6694 | 2024.12.12 04:08:28.402873 [ 264 ] {c11910b1-3ca7-4ae6-9700-20d1c1edb5b8} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6695 | 2024.12.12 04:08:28.403099 [ 264 ] {c11910b1-3ca7-4ae6-9700-20d1c1edb5b8} <Debug> executeQuery: Read 431 rows, 31.62 KiB in 0.00171 sec., 252046.783625731 rows/sec., 18.06 MiB/sec. | ||
| 6696 | 2024.12.12 04:08:28.403152 [ 264 ] {c11910b1-3ca7-4ae6-9700-20d1c1edb5b8} <Debug> TCPHandler: Processed in 0.001950908 sec. | ||
| 6697 | 2024.12.12 04:08:28.403311 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6698 | 2024.12.12 04:08:28.403453 [ 263 ] {19503231-ecb5-4014-ad8c-08975dba4a5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6699 | 2024.12.12 04:08:28.403514 [ 263 ] {19503231-ecb5-4014-ad8c-08975dba4a5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6700 | 2024.12.12 04:08:28.404027 [ 263 ] {19503231-ecb5-4014-ad8c-08975dba4a5f} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6701 | 2024.12.12 04:08:28.404065 [ 263 ] {19503231-ecb5-4014-ad8c-08975dba4a5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6702 | 2024.12.12 04:08:28.404435 [ 263 ] {19503231-ecb5-4014-ad8c-08975dba4a5f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6703 | 2024.12.12 04:08:28.404673 [ 263 ] {19503231-ecb5-4014-ad8c-08975dba4a5f} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6704 | 2024.12.12 04:08:28.404877 [ 263 ] {19503231-ecb5-4014-ad8c-08975dba4a5f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 215.15 KiB/sec. | ||
| 6705 | 2024.12.12 04:08:28.404932 [ 263 ] {19503231-ecb5-4014-ad8c-08975dba4a5f} <Debug> TCPHandler: Processed in 0.001689444 sec. | ||
| 6706 | 2024.12.12 04:08:28.405080 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6707 | 2024.12.12 04:08:28.405205 [ 264 ] {52291208-39cd-4014-8be4-e473d4da5906} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6708 | 2024.12.12 04:08:28.405261 [ 264 ] {52291208-39cd-4014-8be4-e473d4da5906} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6709 | 2024.12.12 04:08:28.405920 [ 264 ] {52291208-39cd-4014-8be4-e473d4da5906} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6710 | 2024.12.12 04:08:28.405962 [ 264 ] {52291208-39cd-4014-8be4-e473d4da5906} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6711 | 2024.12.12 04:08:28.406382 [ 264 ] {52291208-39cd-4014-8be4-e473d4da5906} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6712 | 2024.12.12 04:08:28.406626 [ 264 ] {52291208-39cd-4014-8be4-e473d4da5906} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6713 | 2024.12.12 04:08:28.406853 [ 264 ] {52291208-39cd-4014-8be4-e473d4da5906} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001674 sec., 144563.91875746715 rows/sec., 9.69 MiB/sec. | ||
| 6714 | 2024.12.12 04:08:28.406907 [ 264 ] {52291208-39cd-4014-8be4-e473d4da5906} <Debug> TCPHandler: Processed in 0.001889409 sec. | ||
| 6715 | 2024.12.12 04:08:28.407054 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6716 | 2024.12.12 04:08:28.407171 [ 263 ] {4d0e4c7e-56e5-41ce-86c7-d3a95100c8bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6717 | 2024.12.12 04:08:28.407224 [ 263 ] {4d0e4c7e-56e5-41ce-86c7-d3a95100c8bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6718 | 2024.12.12 04:08:28.407693 [ 263 ] {4d0e4c7e-56e5-41ce-86c7-d3a95100c8bb} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6719 | 2024.12.12 04:08:28.407730 [ 263 ] {4d0e4c7e-56e5-41ce-86c7-d3a95100c8bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6720 | 2024.12.12 04:08:28.408089 [ 263 ] {4d0e4c7e-56e5-41ce-86c7-d3a95100c8bb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6721 | 2024.12.12 04:08:28.408327 [ 263 ] {4d0e4c7e-56e5-41ce-86c7-d3a95100c8bb} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6722 | 2024.12.12 04:08:28.408503 [ 263 ] {4d0e4c7e-56e5-41ce-86c7-d3a95100c8bb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001357 sec., 736.9196757553427 rows/sec., 49.66 KiB/sec. | ||
| 6723 | 2024.12.12 04:08:28.408554 [ 263 ] {4d0e4c7e-56e5-41ce-86c7-d3a95100c8bb} <Debug> TCPHandler: Processed in 0.00155407 sec. | ||
| 6724 | 2024.12.12 04:08:28.408708 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6725 | 2024.12.12 04:08:28.408847 [ 264 ] {5aafd6c4-9871-4407-8fed-f411e6b74638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6726 | 2024.12.12 04:08:28.408942 [ 264 ] {5aafd6c4-9871-4407-8fed-f411e6b74638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6727 | 2024.12.12 04:08:28.410217 [ 264 ] {5aafd6c4-9871-4407-8fed-f411e6b74638} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6728 | 2024.12.12 04:08:28.410258 [ 264 ] {5aafd6c4-9871-4407-8fed-f411e6b74638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6729 | 2024.12.12 04:08:28.410913 [ 264 ] {5aafd6c4-9871-4407-8fed-f411e6b74638} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6730 | 2024.12.12 04:08:28.411178 [ 264 ] {5aafd6c4-9871-4407-8fed-f411e6b74638} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6731 | 2024.12.12 04:08:28.411475 [ 264 ] {5aafd6c4-9871-4407-8fed-f411e6b74638} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002653 sec., 14700.339238597813 rows/sec., 26.34 MiB/sec. | ||
| 6732 | 2024.12.12 04:08:28.411968 [ 264 ] {5aafd6c4-9871-4407-8fed-f411e6b74638} <Debug> TCPHandler: Processed in 0.003327447 sec. | ||
| 6733 | 2024.12.12 04:08:28.412134 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6734 | 2024.12.12 04:08:28.412272 [ 263 ] {6a2e6707-9b2a-496a-aab2-2ad78d6ed000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6735 | 2024.12.12 04:08:28.412331 [ 263 ] {6a2e6707-9b2a-496a-aab2-2ad78d6ed000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6736 | 2024.12.12 04:08:28.412857 [ 263 ] {6a2e6707-9b2a-496a-aab2-2ad78d6ed000} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6737 | 2024.12.12 04:08:28.412895 [ 263 ] {6a2e6707-9b2a-496a-aab2-2ad78d6ed000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6738 | 2024.12.12 04:08:28.413264 [ 263 ] {6a2e6707-9b2a-496a-aab2-2ad78d6ed000} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6739 | 2024.12.12 04:08:28.413502 [ 263 ] {6a2e6707-9b2a-496a-aab2-2ad78d6ed000} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6740 | 2024.12.12 04:08:28.413677 [ 263 ] {6a2e6707-9b2a-496a-aab2-2ad78d6ed000} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001436 sec., 57103.06406685237 rows/sec., 3.63 MiB/sec. | ||
| 6741 | 2024.12.12 04:08:28.413727 [ 263 ] {6a2e6707-9b2a-496a-aab2-2ad78d6ed000} <Debug> TCPHandler: Processed in 0.001662723 sec. | ||
| 6742 | 2024.12.12 04:08:29.310048 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 6743 | 2024.12.12 04:08:29.311000 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6744 | 2024.12.12 04:08:29.311048 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6745 | 2024.12.12 04:08:29.311583 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6746 | 2024.12.12 04:08:29.311848 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6747 | 2024.12.12 04:08:29.312127 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 6748 | 2024.12.12 04:08:30.389656 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6749 | 2024.12.12 04:08:30.410366 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6750 | 2024.12.12 04:08:30.410417 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6751 | 2024.12.12 04:08:30.418066 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6752 | 2024.12.12 04:08:30.418846 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6753 | 2024.12.12 04:08:30.421494 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6754 | 2024.12.12 04:08:33.379716 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6755 | 2024.12.12 04:08:33.379933 [ 264 ] {c9c60984-04b7-41c5-baf9-3c4648521dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6756 | 2024.12.12 04:08:33.380017 [ 264 ] {c9c60984-04b7-41c5-baf9-3c4648521dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6757 | 2024.12.12 04:08:33.380891 [ 264 ] {c9c60984-04b7-41c5-baf9-3c4648521dbf} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6758 | 2024.12.12 04:08:33.380942 [ 264 ] {c9c60984-04b7-41c5-baf9-3c4648521dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6759 | 2024.12.12 04:08:33.381381 [ 264 ] {c9c60984-04b7-41c5-baf9-3c4648521dbf} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6760 | 2024.12.12 04:08:33.381641 [ 264 ] {c9c60984-04b7-41c5-baf9-3c4648521dbf} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6761 | 2024.12.12 04:08:33.381879 [ 112 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6762 | 2024.12.12 04:08:33.381893 [ 264 ] {c9c60984-04b7-41c5-baf9-3c4648521dbf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002014 sec., 27805.362462760673 rows/sec., 2.14 MiB/sec. | ||
| 6763 | 2024.12.12 04:08:33.382011 [ 112 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6764 | 2024.12.12 04:08:33.382094 [ 264 ] {c9c60984-04b7-41c5-baf9-3c4648521dbf} <Debug> TCPHandler: Processed in 0.002518966 sec. | ||
| 6765 | 2024.12.12 04:08:33.382102 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6766 | 2024.12.12 04:08:33.382352 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 6767 | 2024.12.12 04:08:33.382412 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6768 | 2024.12.12 04:08:33.382620 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6769 | 2024.12.12 04:08:33.382698 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1432 rows starting from the beginning of the part | ||
| 6770 | 2024.12.12 04:08:33.382740 [ 263 ] {f7f20d10-42cd-4585-9cf8-d0f92c4a1004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6771 | 2024.12.12 04:08:33.382936 [ 263 ] {f7f20d10-42cd-4585-9cf8-d0f92c4a1004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6772 | 2024.12.12 04:08:33.382947 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1196 rows starting from the beginning of the part | ||
| 6773 | 2024.12.12 04:08:33.383385 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 281 rows starting from the beginning of the part | ||
| 6774 | 2024.12.12 04:08:33.383706 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part | ||
| 6775 | 2024.12.12 04:08:33.384096 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 286 rows starting from the beginning of the part | ||
| 6776 | 2024.12.12 04:08:33.384506 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 6777 | 2024.12.12 04:08:33.385685 [ 263 ] {f7f20d10-42cd-4585-9cf8-d0f92c4a1004} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6778 | 2024.12.12 04:08:33.385732 [ 263 ] {f7f20d10-42cd-4585-9cf8-d0f92c4a1004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6779 | 2024.12.12 04:08:33.386362 [ 263 ] {f7f20d10-42cd-4585-9cf8-d0f92c4a1004} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6780 | 2024.12.12 04:08:33.386644 [ 263 ] {f7f20d10-42cd-4585-9cf8-d0f92c4a1004} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6781 | 2024.12.12 04:08:33.386798 [ 112 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6782 | 2024.12.12 04:08:33.386869 [ 112 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6783 | 2024.12.12 04:08:33.386892 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6784 | 2024.12.12 04:08:33.386928 [ 263 ] {f7f20d10-42cd-4585-9cf8-d0f92c4a1004} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004266 sec., 15002.344116268168 rows/sec., 1.17 MiB/sec. | ||
| 6785 | 2024.12.12 04:08:33.387358 [ 263 ] {f7f20d10-42cd-4585-9cf8-d0f92c4a1004} <Debug> TCPHandler: Processed in 0.005129474 sec. | ||
| 6786 | 2024.12.12 04:08:33.387602 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 6787 | 2024.12.12 04:08:33.387719 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6788 | 2024.12.12 04:08:33.387898 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.005627309 sec., 587669.8791553832 rows/sec., 51.49 MiB/sec. | ||
| 6789 | 2024.12.12 04:08:33.387950 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6790 | 2024.12.12 04:08:33.387988 [ 264 ] {5eeb6bdc-e51e-49e6-8d4d-e685d7bf73be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6791 | 2024.12.12 04:08:33.388050 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 6792 | 2024.12.12 04:08:33.388098 [ 264 ] {5eeb6bdc-e51e-49e6-8d4d-e685d7bf73be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6793 | 2024.12.12 04:08:33.388348 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 520 rows starting from the beginning of the part | ||
| 6794 | 2024.12.12 04:08:33.388594 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6795 | 2024.12.12 04:08:33.389026 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 421 rows starting from the beginning of the part | ||
| 6796 | 2024.12.12 04:08:33.389534 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part | ||
| 6797 | 2024.12.12 04:08:33.389863 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_51_10} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6798 | 2024.12.12 04:08:33.390040 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 431 rows starting from the beginning of the part | ||
| 6799 | 2024.12.12 04:08:33.390321 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_51_10} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6800 | 2024.12.12 04:08:33.390561 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 6801 | 2024.12.12 04:08:33.390670 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 6802 | 2024.12.12 04:08:33.391430 [ 264 ] {5eeb6bdc-e51e-49e6-8d4d-e685d7bf73be} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6803 | 2024.12.12 04:08:33.391479 [ 264 ] {5eeb6bdc-e51e-49e6-8d4d-e685d7bf73be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6804 | 2024.12.12 04:08:33.392056 [ 264 ] {5eeb6bdc-e51e-49e6-8d4d-e685d7bf73be} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6805 | 2024.12.12 04:08:33.392363 [ 264 ] {5eeb6bdc-e51e-49e6-8d4d-e685d7bf73be} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6806 | 2024.12.12 04:08:33.392625 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6807 | 2024.12.12 04:08:33.392701 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6808 | 2024.12.12 04:08:33.392745 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6809 | 2024.12.12 04:08:33.392775 [ 264 ] {5eeb6bdc-e51e-49e6-8d4d-e685d7bf73be} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004827 sec., 33146.88212140046 rows/sec., 2.31 MiB/sec. | ||
| 6810 | 2024.12.12 04:08:33.393245 [ 264 ] {5eeb6bdc-e51e-49e6-8d4d-e685d7bf73be} <Debug> TCPHandler: Processed in 0.00573442 sec. | ||
| 6811 | 2024.12.12 04:08:33.393580 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6812 | 2024.12.12 04:08:33.394114 [ 263 ] {f2484f9b-019e-45ec-91b3-0f80ec30b2cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6813 | 2024.12.12 04:08:33.394279 [ 263 ] {f2484f9b-019e-45ec-91b3-0f80ec30b2cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6814 | 2024.12.12 04:08:33.394310 [ 191 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 6815 | 2024.12.12 04:08:33.394496 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.007464069 sec., 323282.113281643 rows/sec., 24.79 MiB/sec. | ||
| 6816 | 2024.12.12 04:08:33.394977 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6817 | 2024.12.12 04:08:33.395273 [ 191 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6818 | 2024.12.12 04:08:33.395431 [ 191 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14214 rows starting from the beginning of the part | ||
| 6819 | 2024.12.12 04:08:33.395980 [ 191 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 880 rows starting from the beginning of the part | ||
| 6820 | 2024.12.12 04:08:33.396047 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_51_10} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6821 | 2024.12.12 04:08:33.396443 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_51_10} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6822 | 2024.12.12 04:08:33.396770 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6823 | 2024.12.12 04:08:33.396773 [ 191 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 237 rows starting from the beginning of the part | ||
| 6824 | 2024.12.12 04:08:33.397123 [ 191 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
| 6825 | 2024.12.12 04:08:33.397422 [ 263 ] {f2484f9b-019e-45ec-91b3-0f80ec30b2cb} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6826 | 2024.12.12 04:08:33.397505 [ 191 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 242 rows starting from the beginning of the part | ||
| 6827 | 2024.12.12 04:08:33.397520 [ 263 ] {f2484f9b-019e-45ec-91b3-0f80ec30b2cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6828 | 2024.12.12 04:08:33.397837 [ 191 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 6829 | 2024.12.12 04:08:33.398647 [ 263 ] {f2484f9b-019e-45ec-91b3-0f80ec30b2cb} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6830 | 2024.12.12 04:08:33.399092 [ 263 ] {f2484f9b-019e-45ec-91b3-0f80ec30b2cb} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6831 | 2024.12.12 04:08:33.399331 [ 112 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6832 | 2024.12.12 04:08:33.399380 [ 112 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6833 | 2024.12.12 04:08:33.399421 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6834 | 2024.12.12 04:08:33.399461 [ 263 ] {f2484f9b-019e-45ec-91b3-0f80ec30b2cb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005493 sec., 10922.992900054616 rows/sec., 753.80 KiB/sec. | ||
| 6835 | 2024.12.12 04:08:33.399738 [ 263 ] {f2484f9b-019e-45ec-91b3-0f80ec30b2cb} <Debug> TCPHandler: Processed in 0.006353555 sec. | ||
| 6836 | 2024.12.12 04:08:33.399874 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 6837 | 2024.12.12 04:08:33.400142 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6838 | 2024.12.12 04:08:33.400215 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3050 rows starting from the beginning of the part | ||
| 6839 | 2024.12.12 04:08:33.400455 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 6840 | 2024.12.12 04:08:33.400890 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 82 rows starting from the beginning of the part | ||
| 6841 | 2024.12.12 04:08:33.401270 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 6842 | 2024.12.12 04:08:33.401566 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 82 rows starting from the beginning of the part | ||
| 6843 | 2024.12.12 04:08:33.401867 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 6844 | 2024.12.12 04:08:33.404647 [ 187 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3394 rows, containing 4 columns (4 merged, 0 gathered) in 0.005034 sec., 674215.3357171235 rows/sec., 44.07 MiB/sec. | ||
| 6845 | 2024.12.12 04:08:33.405066 [ 187 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6846 | 2024.12.12 04:08:33.405474 [ 187 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_51_10} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6847 | 2024.12.12 04:08:33.405631 [ 187 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_51_10} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6848 | 2024.12.12 04:08:33.405757 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 6849 | 2024.12.12 04:08:33.406222 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15893 rows, containing 5 columns (5 merged, 0 gathered) in 0.013234517 sec., 1200874.9544845498 rows/sec., 81.21 MiB/sec. | ||
| 6850 | 2024.12.12 04:08:33.406617 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6851 | 2024.12.12 04:08:33.406909 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6852 | 2024.12.12 04:08:33.406993 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6853 | 2024.12.12 04:08:33.407082 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB. | ||
| 6854 | 2024.12.12 04:08:34.000222 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.71 MiB, peak 214.49 MiB, free memory in arenas 0.00 B, will set to 207.01 MiB (RSS), difference: 1.30 MiB | ||
| 6855 | 2024.12.12 04:08:36.666185 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6856 | 2024.12.12 04:08:36.666258 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6857 | 2024.12.12 04:08:36.812280 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 6858 | 2024.12.12 04:08:36.813210 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6859 | 2024.12.12 04:08:36.813257 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6860 | 2024.12.12 04:08:36.813801 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6861 | 2024.12.12 04:08:36.814060 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6862 | 2024.12.12 04:08:36.814289 [ 110 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6863 | 2024.12.12 04:08:36.814311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 6864 | 2024.12.12 04:08:36.814363 [ 110 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6865 | 2024.12.12 04:08:36.814394 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6866 | 2024.12.12 04:08:36.814526 [ 186 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 6867 | 2024.12.12 04:08:36.814671 [ 186 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6868 | 2024.12.12 04:08:36.814718 [ 186 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part | ||
| 6869 | 2024.12.12 04:08:36.814806 [ 186 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part | ||
| 6870 | 2024.12.12 04:08:36.815020 [ 186 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part | ||
| 6871 | 2024.12.12 04:08:36.815163 [ 186 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part | ||
| 6872 | 2024.12.12 04:08:36.815359 [ 186 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part | ||
| 6873 | 2024.12.12 04:08:36.815439 [ 186 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part | ||
| 6874 | 2024.12.12 04:08:36.817950 [ 200 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003488001 sec., 4739390.843064552 rows/sec., 67.80 MiB/sec. | ||
| 6875 | 2024.12.12 04:08:36.818121 [ 199 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6876 | 2024.12.12 04:08:36.818548 [ 199 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_36_7} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6877 | 2024.12.12 04:08:36.818659 [ 199 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_36_7} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6878 | 2024.12.12 04:08:36.818800 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6879 | 2024.12.12 04:08:36.875076 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 964 | ||
| 6880 | 2024.12.12 04:08:36.878146 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6881 | 2024.12.12 04:08:36.878186 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6882 | 2024.12.12 04:08:36.879604 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6883 | 2024.12.12 04:08:36.879915 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6884 | 2024.12.12 04:08:36.880084 [ 110 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6885 | 2024.12.12 04:08:36.880142 [ 110 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6886 | 2024.12.12 04:08:36.880185 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6887 | 2024.12.12 04:08:36.880746 [ 199 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 6888 | 2024.12.12 04:08:36.881260 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 964 | ||
| 6889 | 2024.12.12 04:08:36.881785 [ 199 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6890 | 2024.12.12 04:08:36.881969 [ 199 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 808 rows starting from the beginning of the part | ||
| 6891 | 2024.12.12 04:08:36.882612 [ 199 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 6892 | 2024.12.12 04:08:36.883389 [ 199 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part | ||
| 6893 | 2024.12.12 04:08:36.884164 [ 199 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part | ||
| 6894 | 2024.12.12 04:08:36.884794 [ 199 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 6895 | 2024.12.12 04:08:36.885426 [ 199 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part | ||
| 6896 | 2024.12.12 04:08:36.893456 [ 198 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 964 rows, containing 72 columns (72 merged, 0 gathered) in 0.01311519 sec., 73502.55695876307 rows/sec., 60.25 MiB/sec. | ||
| 6897 | 2024.12.12 04:08:36.894926 [ 193 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6898 | 2024.12.12 04:08:36.895818 [ 193 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_26_5} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6899 | 2024.12.12 04:08:36.895927 [ 193 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_26_5} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6900 | 2024.12.12 04:08:36.896318 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. | ||
| 6901 | 2024.12.12 04:08:37.921554 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 6902 | 2024.12.12 04:08:37.943565 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6903 | 2024.12.12 04:08:37.943629 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6904 | 2024.12.12 04:08:37.952059 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6905 | 2024.12.12 04:08:37.952834 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6906 | 2024.12.12 04:08:37.953195 [ 109 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6907 | 2024.12.12 04:08:37.953345 [ 109 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6908 | 2024.12.12 04:08:37.953416 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6909 | 2024.12.12 04:08:37.953850 [ 200 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 6910 | 2024.12.12 04:08:37.968894 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 6911 | 2024.12.12 04:08:37.970874 [ 200 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6912 | 2024.12.12 04:08:37.972527 [ 200 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part | ||
| 6913 | 2024.12.12 04:08:37.978065 [ 200 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part | ||
| 6914 | 2024.12.12 04:08:37.983625 [ 200 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part | ||
| 6915 | 2024.12.12 04:08:37.989623 [ 200 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part | ||
| 6916 | 2024.12.12 04:08:37.995635 [ 200 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part | ||
| 6917 | 2024.12.12 04:08:38.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.79 MiB, peak 214.49 MiB, free memory in arenas 0.00 B, will set to 207.78 MiB (RSS), difference: -4.01 MiB | ||
| 6918 | 2024.12.12 04:08:38.001091 [ 200 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
| 6919 | 2024.12.12 04:08:38.060466 [ 198 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.106891962 sec., 2544.6253853961443 rows/sec., 13.16 MiB/sec. | ||
| 6920 | 2024.12.12 04:08:38.064065 [ 198 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6921 | 2024.12.12 04:08:38.067703 [ 198 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_36_7} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6922 | 2024.12.12 04:08:38.067832 [ 198 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_36_7} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6923 | 2024.12.12 04:08:38.070400 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 6924 | 2024.12.12 04:08:38.385887 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6925 | 2024.12.12 04:08:38.386094 [ 264 ] {b6b53fae-d2c9-4410-ab04-f64f3149407e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6926 | 2024.12.12 04:08:38.386178 [ 264 ] {b6b53fae-d2c9-4410-ab04-f64f3149407e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6927 | 2024.12.12 04:08:38.387024 [ 264 ] {b6b53fae-d2c9-4410-ab04-f64f3149407e} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6928 | 2024.12.12 04:08:38.387076 [ 264 ] {b6b53fae-d2c9-4410-ab04-f64f3149407e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6929 | 2024.12.12 04:08:38.387551 [ 264 ] {b6b53fae-d2c9-4410-ab04-f64f3149407e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6930 | 2024.12.12 04:08:38.387829 [ 264 ] {b6b53fae-d2c9-4410-ab04-f64f3149407e} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6931 | 2024.12.12 04:08:38.388077 [ 264 ] {b6b53fae-d2c9-4410-ab04-f64f3149407e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002037 sec., 6872.852233676976 rows/sec., 494.75 KiB/sec. | ||
| 6932 | 2024.12.12 04:08:38.388190 [ 264 ] {b6b53fae-d2c9-4410-ab04-f64f3149407e} <Debug> TCPHandler: Processed in 0.002449524 sec. | ||
| 6933 | 2024.12.12 04:08:38.388532 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6934 | 2024.12.12 04:08:38.388768 [ 263 ] {f610263e-9d3b-40f6-936b-aa31830f9f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6935 | 2024.12.12 04:08:38.388893 [ 263 ] {f610263e-9d3b-40f6-936b-aa31830f9f45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6936 | 2024.12.12 04:08:38.389968 [ 263 ] {f610263e-9d3b-40f6-936b-aa31830f9f45} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6937 | 2024.12.12 04:08:38.390015 [ 263 ] {f610263e-9d3b-40f6-936b-aa31830f9f45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6938 | 2024.12.12 04:08:38.390486 [ 263 ] {f610263e-9d3b-40f6-936b-aa31830f9f45} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6939 | 2024.12.12 04:08:38.390762 [ 263 ] {f610263e-9d3b-40f6-936b-aa31830f9f45} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6940 | 2024.12.12 04:08:38.390966 [ 263 ] {f610263e-9d3b-40f6-936b-aa31830f9f45} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002268 sec., 123897.70723104056 rows/sec., 10.95 MiB/sec. | ||
| 6941 | 2024.12.12 04:08:38.391034 [ 263 ] {f610263e-9d3b-40f6-936b-aa31830f9f45} <Debug> TCPHandler: Processed in 0.00268762 sec. | ||
| 6942 | 2024.12.12 04:08:38.391207 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6943 | 2024.12.12 04:08:38.391359 [ 264 ] {6de81d54-3a61-4de5-97ae-d439ccb77c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6944 | 2024.12.12 04:08:38.391419 [ 264 ] {6de81d54-3a61-4de5-97ae-d439ccb77c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6945 | 2024.12.12 04:08:38.392126 [ 264 ] {6de81d54-3a61-4de5-97ae-d439ccb77c36} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6946 | 2024.12.12 04:08:38.392167 [ 264 ] {6de81d54-3a61-4de5-97ae-d439ccb77c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6947 | 2024.12.12 04:08:38.392554 [ 264 ] {6de81d54-3a61-4de5-97ae-d439ccb77c36} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6948 | 2024.12.12 04:08:38.392803 [ 264 ] {6de81d54-3a61-4de5-97ae-d439ccb77c36} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6949 | 2024.12.12 04:08:38.393057 [ 264 ] {6de81d54-3a61-4de5-97ae-d439ccb77c36} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001723 sec., 26697.62042948346 rows/sec., 1.92 MiB/sec. | ||
| 6950 | 2024.12.12 04:08:38.393243 [ 264 ] {6de81d54-3a61-4de5-97ae-d439ccb77c36} <Debug> TCPHandler: Processed in 0.002101245 sec. | ||
| 6951 | 2024.12.12 04:08:38.393470 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6952 | 2024.12.12 04:08:38.393605 [ 263 ] {ed0f2604-af87-480e-b630-e2f3cf15e71d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6953 | 2024.12.12 04:08:38.393658 [ 263 ] {ed0f2604-af87-480e-b630-e2f3cf15e71d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6954 | 2024.12.12 04:08:38.394280 [ 263 ] {ed0f2604-af87-480e-b630-e2f3cf15e71d} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6955 | 2024.12.12 04:08:38.394319 [ 263 ] {ed0f2604-af87-480e-b630-e2f3cf15e71d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6956 | 2024.12.12 04:08:38.394699 [ 263 ] {ed0f2604-af87-480e-b630-e2f3cf15e71d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6957 | 2024.12.12 04:08:38.394952 [ 263 ] {ed0f2604-af87-480e-b630-e2f3cf15e71d} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6958 | 2024.12.12 04:08:38.395136 [ 263 ] {ed0f2604-af87-480e-b630-e2f3cf15e71d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001561 sec., 8968.609865470851 rows/sec., 628.10 KiB/sec. | ||
| 6959 | 2024.12.12 04:08:38.395195 [ 263 ] {ed0f2604-af87-480e-b630-e2f3cf15e71d} <Debug> TCPHandler: Processed in 0.001830687 sec. | ||
| 6960 | 2024.12.12 04:08:38.395372 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6961 | 2024.12.12 04:08:38.395513 [ 264 ] {25b8baf6-7217-4319-be57-333a6702c4bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6962 | 2024.12.12 04:08:38.395571 [ 264 ] {25b8baf6-7217-4319-be57-333a6702c4bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6963 | 2024.12.12 04:08:38.396233 [ 264 ] {25b8baf6-7217-4319-be57-333a6702c4bb} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6964 | 2024.12.12 04:08:38.396273 [ 264 ] {25b8baf6-7217-4319-be57-333a6702c4bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6965 | 2024.12.12 04:08:38.396631 [ 264 ] {25b8baf6-7217-4319-be57-333a6702c4bb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6966 | 2024.12.12 04:08:38.396880 [ 264 ] {25b8baf6-7217-4319-be57-333a6702c4bb} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6967 | 2024.12.12 04:08:38.397095 [ 264 ] {25b8baf6-7217-4319-be57-333a6702c4bb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001614 sec., 8054.522924411401 rows/sec., 502.20 KiB/sec. | ||
| 6968 | 2024.12.12 04:08:38.397152 [ 264 ] {25b8baf6-7217-4319-be57-333a6702c4bb} <Debug> TCPHandler: Processed in 0.001848738 sec. | ||
| 6969 | 2024.12.12 04:08:38.397308 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6970 | 2024.12.12 04:08:38.397449 [ 263 ] {683a7235-797d-4fa5-8bc7-46027a634376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6971 | 2024.12.12 04:08:38.397506 [ 263 ] {683a7235-797d-4fa5-8bc7-46027a634376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6972 | 2024.12.12 04:08:38.398307 [ 263 ] {683a7235-797d-4fa5-8bc7-46027a634376} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6973 | 2024.12.12 04:08:38.398344 [ 263 ] {683a7235-797d-4fa5-8bc7-46027a634376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6974 | 2024.12.12 04:08:38.398726 [ 263 ] {683a7235-797d-4fa5-8bc7-46027a634376} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6975 | 2024.12.12 04:08:38.398969 [ 263 ] {683a7235-797d-4fa5-8bc7-46027a634376} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6976 | 2024.12.12 04:08:38.399147 [ 263 ] {683a7235-797d-4fa5-8bc7-46027a634376} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00173 sec., 243352.60115606937 rows/sec., 17.39 MiB/sec. | ||
| 6977 | 2024.12.12 04:08:38.399199 [ 263 ] {683a7235-797d-4fa5-8bc7-46027a634376} <Debug> TCPHandler: Processed in 0.001969131 sec. | ||
| 6978 | 2024.12.12 04:08:38.399367 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6979 | 2024.12.12 04:08:38.399513 [ 264 ] {e75e5d7d-c8e4-4f56-8040-a249885dda1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6980 | 2024.12.12 04:08:38.399574 [ 264 ] {e75e5d7d-c8e4-4f56-8040-a249885dda1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6981 | 2024.12.12 04:08:38.400133 [ 264 ] {e75e5d7d-c8e4-4f56-8040-a249885dda1d} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6982 | 2024.12.12 04:08:38.400172 [ 264 ] {e75e5d7d-c8e4-4f56-8040-a249885dda1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6983 | 2024.12.12 04:08:38.400551 [ 264 ] {e75e5d7d-c8e4-4f56-8040-a249885dda1d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6984 | 2024.12.12 04:08:38.400793 [ 264 ] {e75e5d7d-c8e4-4f56-8040-a249885dda1d} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6985 | 2024.12.12 04:08:38.401011 [ 264 ] {e75e5d7d-c8e4-4f56-8040-a249885dda1d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00153 sec., 3921.568627450981 rows/sec., 204.89 KiB/sec. | ||
| 6986 | 2024.12.12 04:08:38.401064 [ 264 ] {e75e5d7d-c8e4-4f56-8040-a249885dda1d} <Debug> TCPHandler: Processed in 0.001767126 sec. | ||
| 6987 | 2024.12.12 04:08:38.401216 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6988 | 2024.12.12 04:08:38.401356 [ 263 ] {6dca2a4b-52c7-4507-85aa-1cd6845e6c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6989 | 2024.12.12 04:08:38.401418 [ 263 ] {6dca2a4b-52c7-4507-85aa-1cd6845e6c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6990 | 2024.12.12 04:08:38.402096 [ 263 ] {6dca2a4b-52c7-4507-85aa-1cd6845e6c91} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6991 | 2024.12.12 04:08:38.402133 [ 263 ] {6dca2a4b-52c7-4507-85aa-1cd6845e6c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 6992 | 2024.12.12 04:08:38.402533 [ 263 ] {6dca2a4b-52c7-4507-85aa-1cd6845e6c91} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6993 | 2024.12.12 04:08:38.402774 [ 263 ] {6dca2a4b-52c7-4507-85aa-1cd6845e6c91} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6994 | 2024.12.12 04:08:38.402949 [ 263 ] {6dca2a4b-52c7-4507-85aa-1cd6845e6c91} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001626 sec., 145756.45756457563 rows/sec., 9.77 MiB/sec. | ||
| 6995 | 2024.12.12 04:08:38.403000 [ 263 ] {6dca2a4b-52c7-4507-85aa-1cd6845e6c91} <Debug> TCPHandler: Processed in 0.001855938 sec. | ||
| 6996 | 2024.12.12 04:08:38.403158 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6997 | 2024.12.12 04:08:38.403296 [ 264 ] {71830af7-ffff-41d8-aa5a-c13c820da3d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6998 | 2024.12.12 04:08:38.403358 [ 264 ] {71830af7-ffff-41d8-aa5a-c13c820da3d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6999 | 2024.12.12 04:08:38.403920 [ 264 ] {71830af7-ffff-41d8-aa5a-c13c820da3d3} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7000 | 2024.12.12 04:08:38.403965 [ 264 ] {71830af7-ffff-41d8-aa5a-c13c820da3d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 7001 | 2024.12.12 04:08:38.404331 [ 264 ] {71830af7-ffff-41d8-aa5a-c13c820da3d3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7002 | 2024.12.12 04:08:38.404567 [ 264 ] {71830af7-ffff-41d8-aa5a-c13c820da3d3} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7003 | 2024.12.12 04:08:38.404839 [ 264 ] {71830af7-ffff-41d8-aa5a-c13c820da3d3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00157 sec., 636.9426751592357 rows/sec., 42.92 KiB/sec. | ||
| 7004 | 2024.12.12 04:08:38.405069 [ 264 ] {71830af7-ffff-41d8-aa5a-c13c820da3d3} <Debug> TCPHandler: Processed in 0.001967871 sec. | ||
| 7005 | 2024.12.12 04:08:38.405255 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7006 | 2024.12.12 04:08:38.405404 [ 263 ] {78c81669-f38a-4e2e-acaf-1806ee9913ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7007 | 2024.12.12 04:08:38.405493 [ 263 ] {78c81669-f38a-4e2e-acaf-1806ee9913ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7008 | 2024.12.12 04:08:38.406763 [ 263 ] {78c81669-f38a-4e2e-acaf-1806ee9913ff} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7009 | 2024.12.12 04:08:38.406803 [ 263 ] {78c81669-f38a-4e2e-acaf-1806ee9913ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 7010 | 2024.12.12 04:08:38.407490 [ 263 ] {78c81669-f38a-4e2e-acaf-1806ee9913ff} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7011 | 2024.12.12 04:08:38.407752 [ 263 ] {78c81669-f38a-4e2e-acaf-1806ee9913ff} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7012 | 2024.12.12 04:08:38.407896 [ 108 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7013 | 2024.12.12 04:08:38.407945 [ 108 ] {} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7014 | 2024.12.12 04:08:38.407971 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 7015 | 2024.12.12 04:08:38.407971 [ 263 ] {78c81669-f38a-4e2e-acaf-1806ee9913ff} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002596 sec., 15023.1124807396 rows/sec., 26.92 MiB/sec. | ||
| 7016 | 2024.12.12 04:08:38.408155 [ 188 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::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 | ||
| 7017 | 2024.12.12 04:08:38.408200 [ 263 ] {78c81669-f38a-4e2e-acaf-1806ee9913ff} <Debug> TCPHandler: Processed in 0.003016599 sec. | ||
| 7018 | 2024.12.12 04:08:38.408437 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7019 | 2024.12.12 04:08:38.408534 [ 188 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7020 | 2024.12.12 04:08:38.408708 [ 188 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 750 rows starting from the beginning of the part | ||
| 7021 | 2024.12.12 04:08:38.408714 [ 264 ] {bba8f855-d976-4e68-aa54-b5f98d5b8933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7022 | 2024.12.12 04:08:38.408863 [ 264 ] {bba8f855-d976-4e68-aa54-b5f98d5b8933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7023 | 2024.12.12 04:08:38.409466 [ 188 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 39 rows starting from the beginning of the part | ||
| 7024 | 2024.12.12 04:08:38.410175 [ 188 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part | ||
| 7025 | 2024.12.12 04:08:38.410989 [ 188 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part | ||
| 7026 | 2024.12.12 04:08:38.411278 [ 264 ] {bba8f855-d976-4e68-aa54-b5f98d5b8933} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7027 | 2024.12.12 04:08:38.411424 [ 264 ] {bba8f855-d976-4e68-aa54-b5f98d5b8933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 7028 | 2024.12.12 04:08:38.411786 [ 188 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part | ||
| 7029 | 2024.12.12 04:08:38.412471 [ 188 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part | ||
| 7030 | 2024.12.12 04:08:38.412900 [ 264 ] {bba8f855-d976-4e68-aa54-b5f98d5b8933} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7031 | 2024.12.12 04:08:38.413580 [ 264 ] {bba8f855-d976-4e68-aa54-b5f98d5b8933} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7032 | 2024.12.12 04:08:38.413986 [ 264 ] {bba8f855-d976-4e68-aa54-b5f98d5b8933} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005362 sec., 15292.801193584484 rows/sec., 994.59 KiB/sec. | ||
| 7033 | 2024.12.12 04:08:38.414197 [ 264 ] {bba8f855-d976-4e68-aa54-b5f98d5b8933} <Debug> TCPHandler: Processed in 0.005899194 sec. | ||
| 7034 | 2024.12.12 04:08:38.422513 [ 195 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 945 rows, containing 19 columns (19 merged, 0 gathered) in 0.014467225 sec., 65320.05965207564 rows/sec., 117.05 MiB/sec. | ||
| 7035 | 2024.12.12 04:08:38.423821 [ 195 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7036 | 2024.12.12 04:08:38.424287 [ 195 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7037 | 2024.12.12 04:08:38.424377 [ 195 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7038 | 2024.12.12 04:08:38.424541 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. | ||
| 7039 | 2024.12.12 04:08:39.000211 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.19 MiB, peak 216.21 MiB, free memory in arenas 0.00 B, will set to 211.78 MiB (RSS), difference: 6.59 MiB | ||
| 7040 | 2024.12.12 04:08:43.409222 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7041 | 2024.12.12 04:08:43.409428 [ 264 ] {bedabe7c-8fc3-449e-a23d-29eeee917422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7042 | 2024.12.12 04:08:43.409501 [ 264 ] {bedabe7c-8fc3-449e-a23d-29eeee917422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7043 | 2024.12.12 04:08:43.410239 [ 264 ] {bedabe7c-8fc3-449e-a23d-29eeee917422} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7044 | 2024.12.12 04:08:43.410289 [ 264 ] {bedabe7c-8fc3-449e-a23d-29eeee917422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 7045 | 2024.12.12 04:08:43.410715 [ 264 ] {bedabe7c-8fc3-449e-a23d-29eeee917422} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7046 | 2024.12.12 04:08:43.410972 [ 264 ] {bedabe7c-8fc3-449e-a23d-29eeee917422} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7047 | 2024.12.12 04:08:43.411242 [ 264 ] {bedabe7c-8fc3-449e-a23d-29eeee917422} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00186 sec., 3225.806451612903 rows/sec., 263.04 KiB/sec. | ||
| 7048 | 2024.12.12 04:08:43.411380 [ 264 ] {bedabe7c-8fc3-449e-a23d-29eeee917422} <Debug> TCPHandler: Processed in 0.0022934 sec. | ||
| 7049 | 2024.12.12 04:08:43.411649 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7050 | 2024.12.12 04:08:43.411891 [ 263 ] {94a790f7-7b7a-43cd-9a17-e029e09b7e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7051 | 2024.12.12 04:08:43.411973 [ 263 ] {94a790f7-7b7a-43cd-9a17-e029e09b7e12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7052 | 2024.12.12 04:08:43.413711 [ 263 ] {94a790f7-7b7a-43cd-9a17-e029e09b7e12} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7053 | 2024.12.12 04:08:43.413762 [ 263 ] {94a790f7-7b7a-43cd-9a17-e029e09b7e12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 7054 | 2024.12.12 04:08:43.414271 [ 263 ] {94a790f7-7b7a-43cd-9a17-e029e09b7e12} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7055 | 2024.12.12 04:08:43.414525 [ 263 ] {94a790f7-7b7a-43cd-9a17-e029e09b7e12} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7056 | 2024.12.12 04:08:43.414775 [ 263 ] {94a790f7-7b7a-43cd-9a17-e029e09b7e12} <Debug> executeQuery: Read 1199 rows, 101.19 KiB in 0.002938 sec., 408100.7488087134 rows/sec., 33.63 MiB/sec. | ||
| 7057 | 2024.12.12 04:08:43.414898 [ 263 ] {94a790f7-7b7a-43cd-9a17-e029e09b7e12} <Debug> TCPHandler: Processed in 0.003385968 sec. | ||
| 7058 | 2024.12.12 04:08:43.415073 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7059 | 2024.12.12 04:08:43.415200 [ 264 ] {536a7d1f-5656-4778-acae-49542e9ee4d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7060 | 2024.12.12 04:08:43.415258 [ 264 ] {536a7d1f-5656-4778-acae-49542e9ee4d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7061 | 2024.12.12 04:08:43.415952 [ 264 ] {536a7d1f-5656-4778-acae-49542e9ee4d0} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7062 | 2024.12.12 04:08:43.416000 [ 264 ] {536a7d1f-5656-4778-acae-49542e9ee4d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 7063 | 2024.12.12 04:08:43.416377 [ 264 ] {536a7d1f-5656-4778-acae-49542e9ee4d0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7064 | 2024.12.12 04:08:43.416617 [ 264 ] {536a7d1f-5656-4778-acae-49542e9ee4d0} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7065 | 2024.12.12 04:08:43.416840 [ 264 ] {536a7d1f-5656-4778-acae-49542e9ee4d0} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001671 sec., 3590.664272890485 rows/sec., 250.72 KiB/sec. | ||
| 7066 | 2024.12.12 04:08:43.416894 [ 264 ] {536a7d1f-5656-4778-acae-49542e9ee4d0} <Debug> TCPHandler: Processed in 0.001880239 sec. | ||
| 7067 | 2024.12.12 04:08:43.417053 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7068 | 2024.12.12 04:08:43.417209 [ 263 ] {fb097d13-74fa-4c55-8b1d-a57ef0192033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7069 | 2024.12.12 04:08:43.417274 [ 263 ] {fb097d13-74fa-4c55-8b1d-a57ef0192033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7070 | 2024.12.12 04:08:43.418111 [ 263 ] {fb097d13-74fa-4c55-8b1d-a57ef0192033} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7071 | 2024.12.12 04:08:43.418162 [ 263 ] {fb097d13-74fa-4c55-8b1d-a57ef0192033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 7072 | 2024.12.12 04:08:43.418550 [ 263 ] {fb097d13-74fa-4c55-8b1d-a57ef0192033} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7073 | 2024.12.12 04:08:43.418795 [ 263 ] {fb097d13-74fa-4c55-8b1d-a57ef0192033} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7074 | 2024.12.12 04:08:43.419014 [ 263 ] {fb097d13-74fa-4c55-8b1d-a57ef0192033} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001842 sec., 123778.50162866448 rows/sec., 8.38 MiB/sec. | ||
| 7075 | 2024.12.12 04:08:43.419069 [ 263 ] {fb097d13-74fa-4c55-8b1d-a57ef0192033} <Debug> TCPHandler: Processed in 0.002086594 sec. | ||
| 7076 | 2024.12.12 04:08:43.419241 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7077 | 2024.12.12 04:08:43.419379 [ 264 ] {90602b98-abb6-4746-bd9b-882d55c3e993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7078 | 2024.12.12 04:08:43.419438 [ 264 ] {90602b98-abb6-4746-bd9b-882d55c3e993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7079 | 2024.12.12 04:08:43.420363 [ 264 ] {90602b98-abb6-4746-bd9b-882d55c3e993} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7080 | 2024.12.12 04:08:43.420409 [ 264 ] {90602b98-abb6-4746-bd9b-882d55c3e993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 7081 | 2024.12.12 04:08:43.420801 [ 264 ] {90602b98-abb6-4746-bd9b-882d55c3e993} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7082 | 2024.12.12 04:08:43.421043 [ 264 ] {90602b98-abb6-4746-bd9b-882d55c3e993} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7083 | 2024.12.12 04:08:43.421252 [ 264 ] {90602b98-abb6-4746-bd9b-882d55c3e993} <Debug> executeQuery: Read 526 rows, 39.89 KiB in 0.001904 sec., 276260.50420168065 rows/sec., 20.46 MiB/sec. | ||
| 7084 | 2024.12.12 04:08:43.421303 [ 264 ] {90602b98-abb6-4746-bd9b-882d55c3e993} <Debug> TCPHandler: Processed in 0.002132706 sec. | ||
| 7085 | 2024.12.12 04:08:43.421469 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7086 | 2024.12.12 04:08:43.421612 [ 263 ] {b13ce6dd-662f-43b7-8cd6-d0b0a3445eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7087 | 2024.12.12 04:08:43.421675 [ 263 ] {b13ce6dd-662f-43b7-8cd6-d0b0a3445eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7088 | 2024.12.12 04:08:43.422493 [ 263 ] {b13ce6dd-662f-43b7-8cd6-d0b0a3445eaf} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7089 | 2024.12.12 04:08:43.422533 [ 263 ] {b13ce6dd-662f-43b7-8cd6-d0b0a3445eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 7090 | 2024.12.12 04:08:43.422980 [ 263 ] {b13ce6dd-662f-43b7-8cd6-d0b0a3445eaf} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7091 | 2024.12.12 04:08:43.423233 [ 263 ] {b13ce6dd-662f-43b7-8cd6-d0b0a3445eaf} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7092 | 2024.12.12 04:08:43.423452 [ 263 ] {b13ce6dd-662f-43b7-8cd6-d0b0a3445eaf} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001874 sec., 471184.6318036286 rows/sec., 31.70 MiB/sec. | ||
| 7093 | 2024.12.12 04:08:43.423509 [ 263 ] {b13ce6dd-662f-43b7-8cd6-d0b0a3445eaf} <Debug> TCPHandler: Processed in 0.002105525 sec. | ||
| 7094 | 2024.12.12 04:08:43.423654 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7095 | 2024.12.12 04:08:43.423773 [ 264 ] {9919e7f5-f938-4fb5-9516-267885495f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7096 | 2024.12.12 04:08:43.423824 [ 264 ] {9919e7f5-f938-4fb5-9516-267885495f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7097 | 2024.12.12 04:08:43.424326 [ 264 ] {9919e7f5-f938-4fb5-9516-267885495f52} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7098 | 2024.12.12 04:08:43.424364 [ 264 ] {9919e7f5-f938-4fb5-9516-267885495f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 7099 | 2024.12.12 04:08:43.424752 [ 264 ] {9919e7f5-f938-4fb5-9516-267885495f52} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7100 | 2024.12.12 04:08:43.424984 [ 264 ] {9919e7f5-f938-4fb5-9516-267885495f52} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7101 | 2024.12.12 04:08:43.425193 [ 264 ] {9919e7f5-f938-4fb5-9516-267885495f52} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001444 sec., 41551.246537396124 rows/sec., 2.80 MiB/sec. | ||
| 7102 | 2024.12.12 04:08:43.425242 [ 264 ] {9919e7f5-f938-4fb5-9516-267885495f52} <Debug> TCPHandler: Processed in 0.001645763 sec. | ||
| 7103 | 2024.12.12 04:08:44.314443 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 7104 | 2024.12.12 04:08:44.315209 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7105 | 2024.12.12 04:08:44.315247 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 7106 | 2024.12.12 04:08:44.315766 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7107 | 2024.12.12 04:08:44.316020 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7108 | 2024.12.12 04:08:44.316197 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 7109 | 2024.12.12 04:08:45.468960 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7110 | 2024.12.12 04:08:45.486927 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7111 | 2024.12.12 04:08:45.486973 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7112 | 2024.12.12 04:08:45.494061 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7113 | 2024.12.12 04:08:45.495123 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7114 | 2024.12.12 04:08:45.497577 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7115 | 2024.12.12 04:08:46.881465 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1000 | ||
| 7116 | 2024.12.12 04:08:46.884688 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7117 | 2024.12.12 04:08:46.884735 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7118 | 2024.12.12 04:08:46.886229 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7119 | 2024.12.12 04:08:46.886554 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7120 | 2024.12.12 04:08:46.887078 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1000 | ||
| 7121 | 2024.12.12 04:08:48.385241 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7122 | 2024.12.12 04:08:48.385454 [ 264 ] {ad01f332-635f-46cd-a43e-b070385cae49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7123 | 2024.12.12 04:08:48.385527 [ 264 ] {ad01f332-635f-46cd-a43e-b070385cae49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7124 | 2024.12.12 04:08:48.386253 [ 264 ] {ad01f332-635f-46cd-a43e-b070385cae49} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7125 | 2024.12.12 04:08:48.386304 [ 264 ] {ad01f332-635f-46cd-a43e-b070385cae49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7126 | 2024.12.12 04:08:48.386733 [ 264 ] {ad01f332-635f-46cd-a43e-b070385cae49} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7127 | 2024.12.12 04:08:48.386987 [ 264 ] {ad01f332-635f-46cd-a43e-b070385cae49} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7128 | 2024.12.12 04:08:48.387229 [ 264 ] {ad01f332-635f-46cd-a43e-b070385cae49} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001829 sec., 7654.455986878076 rows/sec., 551.02 KiB/sec. | ||
| 7129 | 2024.12.12 04:08:48.387286 [ 264 ] {ad01f332-635f-46cd-a43e-b070385cae49} <Debug> TCPHandler: Processed in 0.002193368 sec. | ||
| 7130 | 2024.12.12 04:08:48.387520 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7131 | 2024.12.12 04:08:48.387715 [ 263 ] {933d6d62-7d9c-40c7-9a13-51df29e0075d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7132 | 2024.12.12 04:08:48.387789 [ 263 ] {933d6d62-7d9c-40c7-9a13-51df29e0075d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7133 | 2024.12.12 04:08:48.388668 [ 263 ] {933d6d62-7d9c-40c7-9a13-51df29e0075d} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7134 | 2024.12.12 04:08:48.388708 [ 263 ] {933d6d62-7d9c-40c7-9a13-51df29e0075d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7135 | 2024.12.12 04:08:48.389178 [ 263 ] {933d6d62-7d9c-40c7-9a13-51df29e0075d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7136 | 2024.12.12 04:08:48.389448 [ 263 ] {933d6d62-7d9c-40c7-9a13-51df29e0075d} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7137 | 2024.12.12 04:08:48.389660 [ 263 ] {933d6d62-7d9c-40c7-9a13-51df29e0075d} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001994 sec., 140922.76830491473 rows/sec., 12.45 MiB/sec. | ||
| 7138 | 2024.12.12 04:08:48.389760 [ 263 ] {933d6d62-7d9c-40c7-9a13-51df29e0075d} <Debug> TCPHandler: Processed in 0.002371831 sec. | ||
| 7139 | 2024.12.12 04:08:48.390013 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7140 | 2024.12.12 04:08:48.390179 [ 264 ] {117057b6-183f-4c1a-b2fc-6ef32c65d38d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7141 | 2024.12.12 04:08:48.390237 [ 264 ] {117057b6-183f-4c1a-b2fc-6ef32c65d38d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7142 | 2024.12.12 04:08:48.390862 [ 264 ] {117057b6-183f-4c1a-b2fc-6ef32c65d38d} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7143 | 2024.12.12 04:08:48.390901 [ 264 ] {117057b6-183f-4c1a-b2fc-6ef32c65d38d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7144 | 2024.12.12 04:08:48.391265 [ 264 ] {117057b6-183f-4c1a-b2fc-6ef32c65d38d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7145 | 2024.12.12 04:08:48.391506 [ 264 ] {117057b6-183f-4c1a-b2fc-6ef32c65d38d} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7146 | 2024.12.12 04:08:48.391683 [ 96 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7147 | 2024.12.12 04:08:48.391755 [ 264 ] {117057b6-183f-4c1a-b2fc-6ef32c65d38d} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001599 sec., 28767.979987492185 rows/sec., 2.07 MiB/sec. | ||
| 7148 | 2024.12.12 04:08:48.391760 [ 96 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7149 | 2024.12.12 04:08:48.391847 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7150 | 2024.12.12 04:08:48.391883 [ 264 ] {117057b6-183f-4c1a-b2fc-6ef32c65d38d} <Debug> TCPHandler: Processed in 0.002023822 sec. | ||
| 7151 | 2024.12.12 04:08:48.392088 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7152 | 2024.12.12 04:08:48.392105 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 7153 | 2024.12.12 04:08:48.392291 [ 263 ] {ffa04f71-1432-42a8-a222-e812d02ea683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7154 | 2024.12.12 04:08:48.392367 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7155 | 2024.12.12 04:08:48.392396 [ 263 ] {ffa04f71-1432-42a8-a222-e812d02ea683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7156 | 2024.12.12 04:08:48.392436 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 64 rows starting from the beginning of the part | ||
| 7157 | 2024.12.12 04:08:48.392729 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 46 rows starting from the beginning of the part | ||
| 7158 | 2024.12.12 04:08:48.393198 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part | ||
| 7159 | 2024.12.12 04:08:48.393609 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 46 rows starting from the beginning of the part | ||
| 7160 | 2024.12.12 04:08:48.393970 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 7161 | 2024.12.12 04:08:48.394262 [ 201 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 46 rows starting from the beginning of the part | ||
| 7162 | 2024.12.12 04:08:48.395115 [ 263 ] {ffa04f71-1432-42a8-a222-e812d02ea683} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7163 | 2024.12.12 04:08:48.395177 [ 263 ] {ffa04f71-1432-42a8-a222-e812d02ea683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7164 | 2024.12.12 04:08:48.396134 [ 263 ] {ffa04f71-1432-42a8-a222-e812d02ea683} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7165 | 2024.12.12 04:08:48.396724 [ 263 ] {ffa04f71-1432-42a8-a222-e812d02ea683} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7166 | 2024.12.12 04:08:48.397048 [ 194 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 264 rows, containing 5 columns (5 merged, 0 gathered) in 0.005070952 sec., 52061.23031730531 rows/sec., 3.92 MiB/sec. | ||
| 7167 | 2024.12.12 04:08:48.397185 [ 263 ] {ffa04f71-1432-42a8-a222-e812d02ea683} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004962 sec., 2821.4429665457474 rows/sec., 197.60 KiB/sec. | ||
| 7168 | 2024.12.12 04:08:48.397305 [ 263 ] {ffa04f71-1432-42a8-a222-e812d02ea683} <Debug> TCPHandler: Processed in 0.005330789 sec. | ||
| 7169 | 2024.12.12 04:08:48.397317 [ 194 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7170 | 2024.12.12 04:08:48.397517 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7171 | 2024.12.12 04:08:48.397676 [ 264 ] {f324f6f1-aacb-40c6-97d6-a44803f99989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7172 | 2024.12.12 04:08:48.397741 [ 264 ] {f324f6f1-aacb-40c6-97d6-a44803f99989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7173 | 2024.12.12 04:08:48.397766 [ 194 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_31_6} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7174 | 2024.12.12 04:08:48.397896 [ 194 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_31_6} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7175 | 2024.12.12 04:08:48.398020 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7176 | 2024.12.12 04:08:48.398492 [ 264 ] {f324f6f1-aacb-40c6-97d6-a44803f99989} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7177 | 2024.12.12 04:08:48.398529 [ 264 ] {f324f6f1-aacb-40c6-97d6-a44803f99989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7178 | 2024.12.12 04:08:48.398881 [ 264 ] {f324f6f1-aacb-40c6-97d6-a44803f99989} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7179 | 2024.12.12 04:08:48.399127 [ 264 ] {f324f6f1-aacb-40c6-97d6-a44803f99989} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7180 | 2024.12.12 04:08:48.399339 [ 264 ] {f324f6f1-aacb-40c6-97d6-a44803f99989} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0017 sec., 7647.058823529413 rows/sec., 476.79 KiB/sec. | ||
| 7181 | 2024.12.12 04:08:48.399395 [ 264 ] {f324f6f1-aacb-40c6-97d6-a44803f99989} <Debug> TCPHandler: Processed in 0.001972591 sec. | ||
| 7182 | 2024.12.12 04:08:48.399544 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7183 | 2024.12.12 04:08:48.399683 [ 263 ] {dc2ab7e8-34c4-42af-93c4-1fec6b72e3f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7184 | 2024.12.12 04:08:48.399740 [ 263 ] {dc2ab7e8-34c4-42af-93c4-1fec6b72e3f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7185 | 2024.12.12 04:08:48.400560 [ 263 ] {dc2ab7e8-34c4-42af-93c4-1fec6b72e3f4} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7186 | 2024.12.12 04:08:48.400598 [ 263 ] {dc2ab7e8-34c4-42af-93c4-1fec6b72e3f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7187 | 2024.12.12 04:08:48.400986 [ 263 ] {dc2ab7e8-34c4-42af-93c4-1fec6b72e3f4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7188 | 2024.12.12 04:08:48.401229 [ 263 ] {dc2ab7e8-34c4-42af-93c4-1fec6b72e3f4} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7189 | 2024.12.12 04:08:48.401406 [ 263 ] {dc2ab7e8-34c4-42af-93c4-1fec6b72e3f4} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001755 sec., 239886.0398860399 rows/sec., 17.14 MiB/sec. | ||
| 7190 | 2024.12.12 04:08:48.401458 [ 263 ] {dc2ab7e8-34c4-42af-93c4-1fec6b72e3f4} <Debug> TCPHandler: Processed in 0.001983632 sec. | ||
| 7191 | 2024.12.12 04:08:48.401609 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7192 | 2024.12.12 04:08:48.401725 [ 264 ] {9c2e4bce-0794-41eb-bd53-7299992153d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7193 | 2024.12.12 04:08:48.401776 [ 264 ] {9c2e4bce-0794-41eb-bd53-7299992153d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7194 | 2024.12.12 04:08:48.402266 [ 264 ] {9c2e4bce-0794-41eb-bd53-7299992153d6} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7195 | 2024.12.12 04:08:48.402304 [ 264 ] {9c2e4bce-0794-41eb-bd53-7299992153d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7196 | 2024.12.12 04:08:48.402671 [ 264 ] {9c2e4bce-0794-41eb-bd53-7299992153d6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7197 | 2024.12.12 04:08:48.402925 [ 264 ] {9c2e4bce-0794-41eb-bd53-7299992153d6} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7198 | 2024.12.12 04:08:48.403173 [ 264 ] {9c2e4bce-0794-41eb-bd53-7299992153d6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001469 sec., 4084.411164057182 rows/sec., 213.39 KiB/sec. | ||
| 7199 | 2024.12.12 04:08:48.403234 [ 264 ] {9c2e4bce-0794-41eb-bd53-7299992153d6} <Debug> TCPHandler: Processed in 0.001679964 sec. | ||
| 7200 | 2024.12.12 04:08:48.403392 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7201 | 2024.12.12 04:08:48.403544 [ 263 ] {d98c0da0-e8dc-484e-9156-131f45846483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7202 | 2024.12.12 04:08:48.403615 [ 263 ] {d98c0da0-e8dc-484e-9156-131f45846483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7203 | 2024.12.12 04:08:48.404318 [ 263 ] {d98c0da0-e8dc-484e-9156-131f45846483} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7204 | 2024.12.12 04:08:48.404357 [ 263 ] {d98c0da0-e8dc-484e-9156-131f45846483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7205 | 2024.12.12 04:08:48.404753 [ 263 ] {d98c0da0-e8dc-484e-9156-131f45846483} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7206 | 2024.12.12 04:08:48.404998 [ 263 ] {d98c0da0-e8dc-484e-9156-131f45846483} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7207 | 2024.12.12 04:08:48.405207 [ 263 ] {d98c0da0-e8dc-484e-9156-131f45846483} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001686 sec., 140569.3950177936 rows/sec., 9.42 MiB/sec. | ||
| 7208 | 2024.12.12 04:08:48.405275 [ 263 ] {d98c0da0-e8dc-484e-9156-131f45846483} <Debug> TCPHandler: Processed in 0.001955841 sec. | ||
| 7209 | 2024.12.12 04:08:48.405508 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7210 | 2024.12.12 04:08:48.405683 [ 264 ] {99fd6979-8821-41df-abe9-a568ced39903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7211 | 2024.12.12 04:08:48.405736 [ 264 ] {99fd6979-8821-41df-abe9-a568ced39903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7212 | 2024.12.12 04:08:48.406207 [ 264 ] {99fd6979-8821-41df-abe9-a568ced39903} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7213 | 2024.12.12 04:08:48.406245 [ 264 ] {99fd6979-8821-41df-abe9-a568ced39903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7214 | 2024.12.12 04:08:48.406602 [ 264 ] {99fd6979-8821-41df-abe9-a568ced39903} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7215 | 2024.12.12 04:08:48.406834 [ 264 ] {99fd6979-8821-41df-abe9-a568ced39903} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7216 | 2024.12.12 04:08:48.407050 [ 264 ] {99fd6979-8821-41df-abe9-a568ced39903} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001392 sec., 718.3908045977012 rows/sec., 48.41 KiB/sec. | ||
| 7217 | 2024.12.12 04:08:48.407099 [ 264 ] {99fd6979-8821-41df-abe9-a568ced39903} <Debug> TCPHandler: Processed in 0.001712404 sec. | ||
| 7218 | 2024.12.12 04:08:48.407237 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7219 | 2024.12.12 04:08:48.407357 [ 263 ] {ffaa23db-144d-4ce0-b890-f5a73ce3a7d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7220 | 2024.12.12 04:08:48.407451 [ 263 ] {ffaa23db-144d-4ce0-b890-f5a73ce3a7d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7221 | 2024.12.12 04:08:48.408801 [ 263 ] {ffaa23db-144d-4ce0-b890-f5a73ce3a7d7} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7222 | 2024.12.12 04:08:48.408840 [ 263 ] {ffaa23db-144d-4ce0-b890-f5a73ce3a7d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7223 | 2024.12.12 04:08:48.409508 [ 263 ] {ffaa23db-144d-4ce0-b890-f5a73ce3a7d7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7224 | 2024.12.12 04:08:48.409776 [ 263 ] {ffaa23db-144d-4ce0-b890-f5a73ce3a7d7} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7225 | 2024.12.12 04:08:48.409994 [ 263 ] {ffaa23db-144d-4ce0-b890-f5a73ce3a7d7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002664 sec., 14639.63963963964 rows/sec., 26.23 MiB/sec. | ||
| 7226 | 2024.12.12 04:08:48.410220 [ 263 ] {ffaa23db-144d-4ce0-b890-f5a73ce3a7d7} <Debug> TCPHandler: Processed in 0.003041419 sec. | ||
| 7227 | 2024.12.12 04:08:48.410381 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7228 | 2024.12.12 04:08:48.410520 [ 264 ] {b144b741-9328-4b9f-9887-dd8a3e7a7117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7229 | 2024.12.12 04:08:48.410578 [ 264 ] {b144b741-9328-4b9f-9887-dd8a3e7a7117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7230 | 2024.12.12 04:08:48.411149 [ 264 ] {b144b741-9328-4b9f-9887-dd8a3e7a7117} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7231 | 2024.12.12 04:08:48.411194 [ 264 ] {b144b741-9328-4b9f-9887-dd8a3e7a7117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7232 | 2024.12.12 04:08:48.411584 [ 264 ] {b144b741-9328-4b9f-9887-dd8a3e7a7117} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7233 | 2024.12.12 04:08:48.411823 [ 264 ] {b144b741-9328-4b9f-9887-dd8a3e7a7117} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7234 | 2024.12.12 04:08:48.412036 [ 264 ] {b144b741-9328-4b9f-9887-dd8a3e7a7117} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001547 sec., 53005.81771170007 rows/sec., 3.37 MiB/sec. | ||
| 7235 | 2024.12.12 04:08:48.412085 [ 264 ] {b144b741-9328-4b9f-9887-dd8a3e7a7117} <Debug> TCPHandler: Processed in 0.001771286 sec. | ||
| 7236 | 2024.12.12 04:08:51.666307 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7237 | 2024.12.12 04:08:51.666406 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7238 | 2024.12.12 04:08:51.816323 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 7239 | 2024.12.12 04:08:51.817066 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7240 | 2024.12.12 04:08:51.817121 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7241 | 2024.12.12 04:08:51.817688 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7242 | 2024.12.12 04:08:51.817938 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7243 | 2024.12.12 04:08:51.818180 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7244 | 2024.12.12 04:08:52.997637 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7245 | 2024.12.12 04:08:53.017553 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7246 | 2024.12.12 04:08:53.017598 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7247 | 2024.12.12 04:08:53.025090 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7248 | 2024.12.12 04:08:53.025852 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7249 | 2024.12.12 04:08:53.029177 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7250 | 2024.12.12 04:08:53.379350 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7251 | 2024.12.12 04:08:53.379616 [ 264 ] {572872fa-3000-4ba1-b426-2c756d48c038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7252 | 2024.12.12 04:08:53.379691 [ 264 ] {572872fa-3000-4ba1-b426-2c756d48c038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7253 | 2024.12.12 04:08:53.380474 [ 264 ] {572872fa-3000-4ba1-b426-2c756d48c038} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7254 | 2024.12.12 04:08:53.380523 [ 264 ] {572872fa-3000-4ba1-b426-2c756d48c038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7255 | 2024.12.12 04:08:53.380955 [ 264 ] {572872fa-3000-4ba1-b426-2c756d48c038} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7256 | 2024.12.12 04:08:53.381209 [ 264 ] {572872fa-3000-4ba1-b426-2c756d48c038} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7257 | 2024.12.12 04:08:53.381440 [ 264 ] {572872fa-3000-4ba1-b426-2c756d48c038} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001885 sec., 29708.222811671087 rows/sec., 2.28 MiB/sec. | ||
| 7258 | 2024.12.12 04:08:53.381510 [ 264 ] {572872fa-3000-4ba1-b426-2c756d48c038} <Debug> TCPHandler: Processed in 0.002336311 sec. | ||
| 7259 | 2024.12.12 04:08:53.381751 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7260 | 2024.12.12 04:08:53.381968 [ 263 ] {2634d7a1-042a-4782-815f-0570bc8d4896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7261 | 2024.12.12 04:08:53.382050 [ 263 ] {2634d7a1-042a-4782-815f-0570bc8d4896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7262 | 2024.12.12 04:08:53.382869 [ 263 ] {2634d7a1-042a-4782-815f-0570bc8d4896} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7263 | 2024.12.12 04:08:53.382918 [ 263 ] {2634d7a1-042a-4782-815f-0570bc8d4896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7264 | 2024.12.12 04:08:53.383364 [ 263 ] {2634d7a1-042a-4782-815f-0570bc8d4896} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7265 | 2024.12.12 04:08:53.383631 [ 263 ] {2634d7a1-042a-4782-815f-0570bc8d4896} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7266 | 2024.12.12 04:08:53.383856 [ 263 ] {2634d7a1-042a-4782-815f-0570bc8d4896} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001944 sec., 32921.81069958848 rows/sec., 2.57 MiB/sec. | ||
| 7267 | 2024.12.12 04:08:53.383986 [ 263 ] {2634d7a1-042a-4782-815f-0570bc8d4896} <Debug> TCPHandler: Processed in 0.002369471 sec. | ||
| 7268 | 2024.12.12 04:08:53.384209 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7269 | 2024.12.12 04:08:53.384465 [ 264 ] {b6156806-a64b-4418-8711-df7c78226276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7270 | 2024.12.12 04:08:53.384531 [ 264 ] {b6156806-a64b-4418-8711-df7c78226276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7271 | 2024.12.12 04:08:53.385125 [ 264 ] {b6156806-a64b-4418-8711-df7c78226276} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7272 | 2024.12.12 04:08:53.385164 [ 264 ] {b6156806-a64b-4418-8711-df7c78226276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7273 | 2024.12.12 04:08:53.385561 [ 264 ] {b6156806-a64b-4418-8711-df7c78226276} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7274 | 2024.12.12 04:08:53.385796 [ 264 ] {b6156806-a64b-4418-8711-df7c78226276} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7275 | 2024.12.12 04:08:53.386020 [ 264 ] {b6156806-a64b-4418-8711-df7c78226276} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001624 sec., 98522.16748768472 rows/sec., 6.86 MiB/sec. | ||
| 7276 | 2024.12.12 04:08:53.386075 [ 264 ] {b6156806-a64b-4418-8711-df7c78226276} <Debug> TCPHandler: Processed in 0.001997502 sec. | ||
| 7277 | 2024.12.12 04:08:53.386230 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7278 | 2024.12.12 04:08:53.386378 [ 263 ] {0bb6e091-9eb7-44a8-ab3b-19a4118da0e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7279 | 2024.12.12 04:08:53.386444 [ 263 ] {0bb6e091-9eb7-44a8-ab3b-19a4118da0e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7280 | 2024.12.12 04:08:53.386964 [ 263 ] {0bb6e091-9eb7-44a8-ab3b-19a4118da0e5} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7281 | 2024.12.12 04:08:53.387002 [ 263 ] {0bb6e091-9eb7-44a8-ab3b-19a4118da0e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7282 | 2024.12.12 04:08:53.387386 [ 263 ] {0bb6e091-9eb7-44a8-ab3b-19a4118da0e5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7283 | 2024.12.12 04:08:53.387628 [ 263 ] {0bb6e091-9eb7-44a8-ab3b-19a4118da0e5} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7284 | 2024.12.12 04:08:53.387820 [ 263 ] {0bb6e091-9eb7-44a8-ab3b-19a4118da0e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001475 sec., 40677.96610169492 rows/sec., 2.74 MiB/sec. | ||
| 7285 | 2024.12.12 04:08:53.387905 [ 263 ] {0bb6e091-9eb7-44a8-ab3b-19a4118da0e5} <Debug> TCPHandler: Processed in 0.001747816 sec. | ||
| 7286 | 2024.12.12 04:08:56.887288 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1030 | ||
| 7287 | 2024.12.12 04:08:56.890341 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7288 | 2024.12.12 04:08:56.890392 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7289 | 2024.12.12 04:08:56.892218 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7290 | 2024.12.12 04:08:56.892529 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7291 | 2024.12.12 04:08:56.893107 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1030 | ||
| 7292 | 2024.12.12 04:08:58.385183 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7293 | 2024.12.12 04:08:58.385393 [ 264 ] {d7f522cc-4943-4f4c-ac24-ad6ea9ae0ddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7294 | 2024.12.12 04:08:58.385474 [ 264 ] {d7f522cc-4943-4f4c-ac24-ad6ea9ae0ddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7295 | 2024.12.12 04:08:58.386245 [ 264 ] {d7f522cc-4943-4f4c-ac24-ad6ea9ae0ddf} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7296 | 2024.12.12 04:08:58.386292 [ 264 ] {d7f522cc-4943-4f4c-ac24-ad6ea9ae0ddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7297 | 2024.12.12 04:08:58.386708 [ 264 ] {d7f522cc-4943-4f4c-ac24-ad6ea9ae0ddf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7298 | 2024.12.12 04:08:58.386973 [ 264 ] {d7f522cc-4943-4f4c-ac24-ad6ea9ae0ddf} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7299 | 2024.12.12 04:08:58.387136 [ 82 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7300 | 2024.12.12 04:08:58.387184 [ 264 ] {d7f522cc-4943-4f4c-ac24-ad6ea9ae0ddf} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001848 sec., 7575.757575757576 rows/sec., 545.35 KiB/sec. | ||
| 7301 | 2024.12.12 04:08:58.387186 [ 82 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7302 | 2024.12.12 04:08:58.387239 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7303 | 2024.12.12 04:08:58.387273 [ 264 ] {d7f522cc-4943-4f4c-ac24-ad6ea9ae0ddf} <Debug> TCPHandler: Processed in 0.002232918 sec. | ||
| 7304 | 2024.12.12 04:08:58.387571 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 7305 | 2024.12.12 04:08:58.387618 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7306 | 2024.12.12 04:08:58.387839 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7307 | 2024.12.12 04:08:58.387918 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 7308 | 2024.12.12 04:08:58.387930 [ 263 ] {796ece9a-ddd0-4438-862b-7ab6aea653fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7309 | 2024.12.12 04:08:58.388088 [ 263 ] {796ece9a-ddd0-4438-862b-7ab6aea653fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7310 | 2024.12.12 04:08:58.388143 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 7311 | 2024.12.12 04:08:58.388586 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 7312 | 2024.12.12 04:08:58.388903 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 7313 | 2024.12.12 04:08:58.389339 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 7314 | 2024.12.12 04:08:58.390785 [ 263 ] {796ece9a-ddd0-4438-862b-7ab6aea653fa} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7315 | 2024.12.12 04:08:58.390877 [ 263 ] {796ece9a-ddd0-4438-862b-7ab6aea653fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7316 | 2024.12.12 04:08:58.392093 [ 263 ] {796ece9a-ddd0-4438-862b-7ab6aea653fa} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7317 | 2024.12.12 04:08:58.392101 [ 194 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004745096 sec., 14752.072455436097 rows/sec., 1.09 MiB/sec. | ||
| 7318 | 2024.12.12 04:08:58.392382 [ 197 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7319 | 2024.12.12 04:08:58.392589 [ 263 ] {796ece9a-ddd0-4438-862b-7ab6aea653fa} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7320 | 2024.12.12 04:08:58.393104 [ 263 ] {796ece9a-ddd0-4438-862b-7ab6aea653fa} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005263 sec., 380.01140034201023 rows/sec., 30.99 KiB/sec. | ||
| 7321 | 2024.12.12 04:08:58.393234 [ 197 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_25_6} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7322 | 2024.12.12 04:08:58.393463 [ 263 ] {796ece9a-ddd0-4438-862b-7ab6aea653fa} <Debug> TCPHandler: Processed in 0.006065458 sec. | ||
| 7323 | 2024.12.12 04:08:58.393589 [ 197 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_25_6} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7324 | 2024.12.12 04:08:58.393730 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7325 | 2024.12.12 04:08:58.393815 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7326 | 2024.12.12 04:08:58.393928 [ 264 ] {3385b7e9-25b7-4998-a0cd-e5210ba0acde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7327 | 2024.12.12 04:08:58.393994 [ 264 ] {3385b7e9-25b7-4998-a0cd-e5210ba0acde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7328 | 2024.12.12 04:08:58.394844 [ 264 ] {3385b7e9-25b7-4998-a0cd-e5210ba0acde} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7329 | 2024.12.12 04:08:58.394884 [ 264 ] {3385b7e9-25b7-4998-a0cd-e5210ba0acde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7330 | 2024.12.12 04:08:58.395295 [ 264 ] {3385b7e9-25b7-4998-a0cd-e5210ba0acde} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7331 | 2024.12.12 04:08:58.395558 [ 264 ] {3385b7e9-25b7-4998-a0cd-e5210ba0acde} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7332 | 2024.12.12 04:08:58.395695 [ 82 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7333 | 2024.12.12 04:08:58.395736 [ 82 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7334 | 2024.12.12 04:08:58.395758 [ 264 ] {3385b7e9-25b7-4998-a0cd-e5210ba0acde} <Debug> executeQuery: Read 282 rows, 25.49 KiB in 0.001866 sec., 151125.40192926044 rows/sec., 13.34 MiB/sec. | ||
| 7335 | 2024.12.12 04:08:58.395761 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7336 | 2024.12.12 04:08:58.395879 [ 264 ] {3385b7e9-25b7-4998-a0cd-e5210ba0acde} <Debug> TCPHandler: Processed in 0.00229641 sec. | ||
| 7337 | 2024.12.12 04:08:58.395980 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 7338 | 2024.12.12 04:08:58.396059 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7339 | 2024.12.12 04:08:58.396116 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7340 | 2024.12.12 04:08:58.396154 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1432 rows starting from the beginning of the part | ||
| 7341 | 2024.12.12 04:08:58.396221 [ 263 ] {9ade2539-5206-4386-8d5d-0747a5ea10c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7342 | 2024.12.12 04:08:58.396378 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 281 rows starting from the beginning of the part | ||
| 7343 | 2024.12.12 04:08:58.396413 [ 263 ] {9ade2539-5206-4386-8d5d-0747a5ea10c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7344 | 2024.12.12 04:08:58.396640 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1199 rows starting from the beginning of the part | ||
| 7345 | 2024.12.12 04:08:58.396942 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 281 rows starting from the beginning of the part | ||
| 7346 | 2024.12.12 04:08:58.397214 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part | ||
| 7347 | 2024.12.12 04:08:58.397473 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 282 rows starting from the beginning of the part | ||
| 7348 | 2024.12.12 04:08:58.398303 [ 263 ] {9ade2539-5206-4386-8d5d-0747a5ea10c5} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7349 | 2024.12.12 04:08:58.398346 [ 263 ] {9ade2539-5206-4386-8d5d-0747a5ea10c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7350 | 2024.12.12 04:08:58.398867 [ 263 ] {9ade2539-5206-4386-8d5d-0747a5ea10c5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7351 | 2024.12.12 04:08:58.399145 [ 263 ] {9ade2539-5206-4386-8d5d-0747a5ea10c5} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7352 | 2024.12.12 04:08:58.399376 [ 263 ] {9ade2539-5206-4386-8d5d-0747a5ea10c5} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.003198 sec., 15009.3808630394 rows/sec., 1.08 MiB/sec. | ||
| 7353 | 2024.12.12 04:08:58.399440 [ 263 ] {9ade2539-5206-4386-8d5d-0747a5ea10c5} <Debug> TCPHandler: Processed in 0.00345077 sec. | ||
| 7354 | 2024.12.12 04:08:58.399730 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7355 | 2024.12.12 04:08:58.399823 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3531 rows, containing 5 columns (5 merged, 0 gathered) in 0.003953354 sec., 893165.651241958 rows/sec., 78.68 MiB/sec. | ||
| 7356 | 2024.12.12 04:08:58.399951 [ 264 ] {11fc6089-b5c0-4cc0-9fa2-a478f8700e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7357 | 2024.12.12 04:08:58.400018 [ 264 ] {11fc6089-b5c0-4cc0-9fa2-a478f8700e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7358 | 2024.12.12 04:08:58.400322 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7359 | 2024.12.12 04:08:58.401104 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_56_11} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7360 | 2024.12.12 04:08:58.401336 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_56_11} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7361 | 2024.12.12 04:08:58.401377 [ 264 ] {11fc6089-b5c0-4cc0-9fa2-a478f8700e03} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7362 | 2024.12.12 04:08:58.401473 [ 264 ] {11fc6089-b5c0-4cc0-9fa2-a478f8700e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7363 | 2024.12.12 04:08:58.401491 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
| 7364 | 2024.12.12 04:08:58.401865 [ 264 ] {11fc6089-b5c0-4cc0-9fa2-a478f8700e03} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7365 | 2024.12.12 04:08:58.402106 [ 264 ] {11fc6089-b5c0-4cc0-9fa2-a478f8700e03} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7366 | 2024.12.12 04:08:58.402286 [ 264 ] {11fc6089-b5c0-4cc0-9fa2-a478f8700e03} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002396 sec., 5843.071786310517 rows/sec., 409.21 KiB/sec. | ||
| 7367 | 2024.12.12 04:08:58.402340 [ 264 ] {11fc6089-b5c0-4cc0-9fa2-a478f8700e03} <Debug> TCPHandler: Processed in 0.002783772 sec. | ||
| 7368 | 2024.12.12 04:08:58.402507 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7369 | 2024.12.12 04:08:58.402645 [ 263 ] {2f46f732-3294-44de-bc59-2bf231aea76e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7370 | 2024.12.12 04:08:58.402704 [ 263 ] {2f46f732-3294-44de-bc59-2bf231aea76e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7371 | 2024.12.12 04:08:58.403397 [ 263 ] {2f46f732-3294-44de-bc59-2bf231aea76e} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7372 | 2024.12.12 04:08:58.403445 [ 263 ] {2f46f732-3294-44de-bc59-2bf231aea76e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7373 | 2024.12.12 04:08:58.403847 [ 263 ] {2f46f732-3294-44de-bc59-2bf231aea76e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7374 | 2024.12.12 04:08:58.404107 [ 263 ] {2f46f732-3294-44de-bc59-2bf231aea76e} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7375 | 2024.12.12 04:08:58.404283 [ 82 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7376 | 2024.12.12 04:08:58.404339 [ 82 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7377 | 2024.12.12 04:08:58.404362 [ 263 ] {2f46f732-3294-44de-bc59-2bf231aea76e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001733 sec., 7501.442585112522 rows/sec., 467.71 KiB/sec. | ||
| 7378 | 2024.12.12 04:08:58.404375 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7379 | 2024.12.12 04:08:58.404532 [ 263 ] {2f46f732-3294-44de-bc59-2bf231aea76e} <Debug> TCPHandler: Processed in 0.002093254 sec. | ||
| 7380 | 2024.12.12 04:08:58.404569 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 7381 | 2024.12.12 04:08:58.404698 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7382 | 2024.12.12 04:08:58.404710 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7383 | 2024.12.12 04:08:58.404748 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 7384 | 2024.12.12 04:08:58.404953 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 7385 | 2024.12.12 04:08:58.405167 [ 264 ] {49d80d69-bc98-4cc2-a38e-4c4865413d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7386 | 2024.12.12 04:08:58.405242 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 7387 | 2024.12.12 04:08:58.405357 [ 264 ] {49d80d69-bc98-4cc2-a38e-4c4865413d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7388 | 2024.12.12 04:08:58.405663 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 7389 | 2024.12.12 04:08:58.406080 [ 196 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 7390 | 2024.12.12 04:08:58.408289 [ 264 ] {49d80d69-bc98-4cc2-a38e-4c4865413d4f} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7391 | 2024.12.12 04:08:58.408392 [ 264 ] {49d80d69-bc98-4cc2-a38e-4c4865413d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7392 | 2024.12.12 04:08:58.408525 [ 190 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004041051 sec., 16084.924441686084 rows/sec., 1.04 MiB/sec. | ||
| 7393 | 2024.12.12 04:08:58.408814 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7394 | 2024.12.12 04:08:58.409082 [ 264 ] {49d80d69-bc98-4cc2-a38e-4c4865413d4f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7395 | 2024.12.12 04:08:58.409519 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_25_6} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7396 | 2024.12.12 04:08:58.409630 [ 264 ] {49d80d69-bc98-4cc2-a38e-4c4865413d4f} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7397 | 2024.12.12 04:08:58.409751 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_25_6} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7398 | 2024.12.12 04:08:58.409898 [ 82 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7399 | 2024.12.12 04:08:58.409997 [ 82 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7400 | 2024.12.12 04:08:58.410029 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7401 | 2024.12.12 04:08:58.410058 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7402 | 2024.12.12 04:08:58.410117 [ 264 ] {49d80d69-bc98-4cc2-a38e-4c4865413d4f} <Debug> executeQuery: Read 423 rows, 30.97 KiB in 0.005124 sec., 82552.69320843091 rows/sec., 5.90 MiB/sec. | ||
| 7403 | 2024.12.12 04:08:58.410333 [ 264 ] {49d80d69-bc98-4cc2-a38e-4c4865413d4f} <Debug> TCPHandler: Processed in 0.005698318 sec. | ||
| 7404 | 2024.12.12 04:08:58.410342 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 7405 | 2024.12.12 04:08:58.410565 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7406 | 2024.12.12 04:08:58.410573 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7407 | 2024.12.12 04:08:58.410635 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
| 7408 | 2024.12.12 04:08:58.410883 [ 263 ] {aebcb8c9-4c9d-4859-8e64-9920840161d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7409 | 2024.12.12 04:08:58.410906 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 421 rows starting from the beginning of the part | ||
| 7410 | 2024.12.12 04:08:58.411036 [ 263 ] {aebcb8c9-4c9d-4859-8e64-9920840161d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7411 | 2024.12.12 04:08:58.411243 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 526 rows starting from the beginning of the part | ||
| 7412 | 2024.12.12 04:08:58.411643 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 421 rows starting from the beginning of the part | ||
| 7413 | 2024.12.12 04:08:58.412088 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part | ||
| 7414 | 2024.12.12 04:08:58.412448 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 423 rows starting from the beginning of the part | ||
| 7415 | 2024.12.12 04:08:58.413228 [ 263 ] {aebcb8c9-4c9d-4859-8e64-9920840161d1} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7416 | 2024.12.12 04:08:58.413297 [ 263 ] {aebcb8c9-4c9d-4859-8e64-9920840161d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7417 | 2024.12.12 04:08:58.414245 [ 263 ] {aebcb8c9-4c9d-4859-8e64-9920840161d1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7418 | 2024.12.12 04:08:58.414795 [ 263 ] {aebcb8c9-4c9d-4859-8e64-9920840161d1} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7419 | 2024.12.12 04:08:58.415128 [ 263 ] {aebcb8c9-4c9d-4859-8e64-9920840161d1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004407 sec., 1361.4703880190605 rows/sec., 71.13 KiB/sec. | ||
| 7420 | 2024.12.12 04:08:58.415190 [ 263 ] {aebcb8c9-4c9d-4859-8e64-9920840161d1} <Debug> TCPHandler: Processed in 0.004751024 sec. | ||
| 7421 | 2024.12.12 04:08:58.415406 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7422 | 2024.12.12 04:08:58.415537 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2768 rows, containing 5 columns (5 merged, 0 gathered) in 0.005382478 sec., 514261.27519703755 rows/sec., 39.26 MiB/sec. | ||
| 7423 | 2024.12.12 04:08:58.415601 [ 264 ] {c8bcd13a-3e78-4614-b2d0-fd36b5303549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7424 | 2024.12.12 04:08:58.415670 [ 264 ] {c8bcd13a-3e78-4614-b2d0-fd36b5303549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7425 | 2024.12.12 04:08:58.415723 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7426 | 2024.12.12 04:08:58.416118 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_56_11} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7427 | 2024.12.12 04:08:58.416234 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_56_11} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7428 | 2024.12.12 04:08:58.416348 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 7429 | 2024.12.12 04:08:58.416466 [ 264 ] {c8bcd13a-3e78-4614-b2d0-fd36b5303549} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7430 | 2024.12.12 04:08:58.416503 [ 264 ] {c8bcd13a-3e78-4614-b2d0-fd36b5303549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7431 | 2024.12.12 04:08:58.416904 [ 264 ] {c8bcd13a-3e78-4614-b2d0-fd36b5303549} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7432 | 2024.12.12 04:08:58.417142 [ 264 ] {c8bcd13a-3e78-4614-b2d0-fd36b5303549} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7433 | 2024.12.12 04:08:58.417274 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7434 | 2024.12.12 04:08:58.417313 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7435 | 2024.12.12 04:08:58.417337 [ 264 ] {c8bcd13a-3e78-4614-b2d0-fd36b5303549} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001769 sec., 134539.2877331826 rows/sec., 9.02 MiB/sec. | ||
| 7436 | 2024.12.12 04:08:58.417342 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7437 | 2024.12.12 04:08:58.417479 [ 264 ] {c8bcd13a-3e78-4614-b2d0-fd36b5303549} <Debug> TCPHandler: Processed in 0.002192387 sec. | ||
| 7438 | 2024.12.12 04:08:58.417722 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 7439 | 2024.12.12 04:08:58.417760 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7440 | 2024.12.12 04:08:58.418215 [ 263 ] {9419f7be-90c6-4a68-90ab-a205e8813e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7441 | 2024.12.12 04:08:58.418367 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7442 | 2024.12.12 04:08:58.418455 [ 263 ] {9419f7be-90c6-4a68-90ab-a205e8813e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7443 | 2024.12.12 04:08:58.418512 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15893 rows starting from the beginning of the part | ||
| 7444 | 2024.12.12 04:08:58.418969 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 7445 | 2024.12.12 04:08:58.419435 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 883 rows starting from the beginning of the part | ||
| 7446 | 2024.12.12 04:08:58.419921 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
| 7447 | 2024.12.12 04:08:58.420178 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 7448 | 2024.12.12 04:08:58.420504 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 238 rows starting from the beginning of the part | ||
| 7449 | 2024.12.12 04:08:58.421601 [ 263 ] {9419f7be-90c6-4a68-90ab-a205e8813e00} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7450 | 2024.12.12 04:08:58.421670 [ 263 ] {9419f7be-90c6-4a68-90ab-a205e8813e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7451 | 2024.12.12 04:08:58.422292 [ 263 ] {9419f7be-90c6-4a68-90ab-a205e8813e00} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7452 | 2024.12.12 04:08:58.422602 [ 263 ] {9419f7be-90c6-4a68-90ab-a205e8813e00} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7453 | 2024.12.12 04:08:58.422865 [ 82 ] {} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7454 | 2024.12.12 04:08:58.423006 [ 82 ] {} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7455 | 2024.12.12 04:08:58.423107 [ 263 ] {9419f7be-90c6-4a68-90ab-a205e8813e00} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005036 sec., 198.57029388403495 rows/sec., 13.38 KiB/sec. | ||
| 7456 | 2024.12.12 04:08:58.423112 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7457 | 2024.12.12 04:08:58.423477 [ 263 ] {9419f7be-90c6-4a68-90ab-a205e8813e00} <Debug> TCPHandler: Processed in 0.005881033 sec. | ||
| 7458 | 2024.12.12 04:08:58.423902 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7459 | 2024.12.12 04:08:58.424047 [ 190 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::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 | ||
| 7460 | 2024.12.12 04:08:58.424499 [ 264 ] {9a555919-d2af-440e-95af-c92ba6d27154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7461 | 2024.12.12 04:08:58.424859 [ 190 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7462 | 2024.12.12 04:08:58.425019 [ 190 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 21 rows starting from the beginning of the part | ||
| 7463 | 2024.12.12 04:08:58.425061 [ 264 ] {9a555919-d2af-440e-95af-c92ba6d27154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7464 | 2024.12.12 04:08:58.425543 [ 190 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 7465 | 2024.12.12 04:08:58.426197 [ 190 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 7466 | 2024.12.12 04:08:58.426446 [ 190 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7467 | 2024.12.12 04:08:58.426757 [ 190 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 7468 | 2024.12.12 04:08:58.426953 [ 190 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 7469 | 2024.12.12 04:08:58.430181 [ 188 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.006815693 sec., 3814.7258099799974 rows/sec., 256.47 KiB/sec. | ||
| 7470 | 2024.12.12 04:08:58.430526 [ 188 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7471 | 2024.12.12 04:08:58.431292 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17648 rows, containing 5 columns (5 merged, 0 gathered) in 0.013809021 sec., 1278005.1532979782 rows/sec., 86.40 MiB/sec. | ||
| 7472 | 2024.12.12 04:08:58.431677 [ 188 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_26_5} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7473 | 2024.12.12 04:08:58.431712 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7474 | 2024.12.12 04:08:58.432083 [ 188 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_26_5} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7475 | 2024.12.12 04:08:58.432155 [ 264 ] {9a555919-d2af-440e-95af-c92ba6d27154} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7476 | 2024.12.12 04:08:58.432275 [ 264 ] {9a555919-d2af-440e-95af-c92ba6d27154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7477 | 2024.12.12 04:08:58.432308 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 7478 | 2024.12.12 04:08:58.432637 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7479 | 2024.12.12 04:08:58.432863 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7480 | 2024.12.12 04:08:58.433067 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB. | ||
| 7481 | 2024.12.12 04:08:58.433521 [ 264 ] {9a555919-d2af-440e-95af-c92ba6d27154} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7482 | 2024.12.12 04:08:58.433797 [ 264 ] {9a555919-d2af-440e-95af-c92ba6d27154} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7483 | 2024.12.12 04:08:58.434090 [ 264 ] {9a555919-d2af-440e-95af-c92ba6d27154} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.009805 sec., 3977.562468128506 rows/sec., 7.13 MiB/sec. | ||
| 7484 | 2024.12.12 04:08:58.434615 [ 264 ] {9a555919-d2af-440e-95af-c92ba6d27154} <Debug> TCPHandler: Processed in 0.010986947 sec. | ||
| 7485 | 2024.12.12 04:08:58.434777 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7486 | 2024.12.12 04:08:58.434919 [ 263 ] {aef36643-78bc-450c-bced-fc3108e85877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7487 | 2024.12.12 04:08:58.434978 [ 263 ] {aef36643-78bc-450c-bced-fc3108e85877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7488 | 2024.12.12 04:08:58.435543 [ 263 ] {aef36643-78bc-450c-bced-fc3108e85877} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7489 | 2024.12.12 04:08:58.435590 [ 263 ] {aef36643-78bc-450c-bced-fc3108e85877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7490 | 2024.12.12 04:08:58.435988 [ 263 ] {aef36643-78bc-450c-bced-fc3108e85877} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7491 | 2024.12.12 04:08:58.436242 [ 263 ] {aef36643-78bc-450c-bced-fc3108e85877} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7492 | 2024.12.12 04:08:58.436419 [ 79 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7493 | 2024.12.12 04:08:58.436484 [ 79 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7494 | 2024.12.12 04:08:58.436491 [ 263 ] {aef36643-78bc-450c-bced-fc3108e85877} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001589 sec., 51604.78288231592 rows/sec., 3.28 MiB/sec. | ||
| 7495 | 2024.12.12 04:08:58.436518 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7496 | 2024.12.12 04:08:58.436652 [ 263 ] {aef36643-78bc-450c-bced-fc3108e85877} <Debug> TCPHandler: Processed in 0.0019401 sec. | ||
| 7497 | 2024.12.12 04:08:58.436770 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 7498 | 2024.12.12 04:08:58.436903 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7499 | 2024.12.12 04:08:58.436942 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3394 rows starting from the beginning of the part | ||
| 7500 | 2024.12.12 04:08:58.437036 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 7501 | 2024.12.12 04:08:58.437145 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 7502 | 2024.12.12 04:08:58.437233 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
| 7503 | 2024.12.12 04:08:58.437327 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 7504 | 2024.12.12 04:08:58.437410 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 82 rows starting from the beginning of the part | ||
| 7505 | 2024.12.12 04:08:58.438918 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3760 rows, containing 4 columns (4 merged, 0 gathered) in 0.002268687 sec., 1657346.2976602765 rows/sec., 108.23 MiB/sec. | ||
| 7506 | 2024.12.12 04:08:58.439217 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7507 | 2024.12.12 04:08:58.439495 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_56_11} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7508 | 2024.12.12 04:08:58.439572 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_56_11} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7509 | 2024.12.12 04:08:58.439659 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 7510 | 2024.12.12 04:08:59.318293 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 7511 | 2024.12.12 04:08:59.319025 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7512 | 2024.12.12 04:08:59.319067 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7513 | 2024.12.12 04:08:59.319606 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7514 | 2024.12.12 04:08:59.319866 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7515 | 2024.12.12 04:08:59.320139 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 7516 | 2024.12.12 04:09:00.529252 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7517 | 2024.12.12 04:09:00.549746 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7518 | 2024.12.12 04:09:00.549801 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7519 | 2024.12.12 04:09:00.557181 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7520 | 2024.12.12 04:09:00.557944 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7521 | 2024.12.12 04:09:00.560589 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7522 | 2024.12.12 04:09:03.379053 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7523 | 2024.12.12 04:09:03.379247 [ 264 ] {a5903010-a52c-4e61-9487-98d0133439b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7524 | 2024.12.12 04:09:03.379326 [ 264 ] {a5903010-a52c-4e61-9487-98d0133439b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7525 | 2024.12.12 04:09:03.380112 [ 264 ] {a5903010-a52c-4e61-9487-98d0133439b3} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7526 | 2024.12.12 04:09:03.380167 [ 264 ] {a5903010-a52c-4e61-9487-98d0133439b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7527 | 2024.12.12 04:09:03.380613 [ 264 ] {a5903010-a52c-4e61-9487-98d0133439b3} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7528 | 2024.12.12 04:09:03.380876 [ 264 ] {a5903010-a52c-4e61-9487-98d0133439b3} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7529 | 2024.12.12 04:09:03.381085 [ 264 ] {a5903010-a52c-4e61-9487-98d0133439b3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001893 sec., 29582.673005810884 rows/sec., 2.27 MiB/sec. | ||
| 7530 | 2024.12.12 04:09:03.381153 [ 264 ] {a5903010-a52c-4e61-9487-98d0133439b3} <Debug> TCPHandler: Processed in 0.002237168 sec. | ||
| 7531 | 2024.12.12 04:09:03.381398 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7532 | 2024.12.12 04:09:03.381602 [ 263 ] {2a7f3b1d-57d3-4117-bae9-7bb85622105e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7533 | 2024.12.12 04:09:03.381680 [ 263 ] {2a7f3b1d-57d3-4117-bae9-7bb85622105e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7534 | 2024.12.12 04:09:03.382498 [ 263 ] {2a7f3b1d-57d3-4117-bae9-7bb85622105e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7535 | 2024.12.12 04:09:03.382554 [ 263 ] {2a7f3b1d-57d3-4117-bae9-7bb85622105e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7536 | 2024.12.12 04:09:03.383037 [ 263 ] {2a7f3b1d-57d3-4117-bae9-7bb85622105e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7537 | 2024.12.12 04:09:03.383302 [ 263 ] {2a7f3b1d-57d3-4117-bae9-7bb85622105e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7538 | 2024.12.12 04:09:03.383583 [ 263 ] {2a7f3b1d-57d3-4117-bae9-7bb85622105e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002033 sec., 31480.57058534186 rows/sec., 2.46 MiB/sec. | ||
| 7539 | 2024.12.12 04:09:03.383784 [ 263 ] {2a7f3b1d-57d3-4117-bae9-7bb85622105e} <Debug> TCPHandler: Processed in 0.002521216 sec. | ||
| 7540 | 2024.12.12 04:09:03.384008 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7541 | 2024.12.12 04:09:03.384163 [ 264 ] {ecc4e5c8-893c-46e1-b4d5-39ce01ddb39d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7542 | 2024.12.12 04:09:03.384228 [ 264 ] {ecc4e5c8-893c-46e1-b4d5-39ce01ddb39d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7543 | 2024.12.12 04:09:03.384893 [ 264 ] {ecc4e5c8-893c-46e1-b4d5-39ce01ddb39d} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7544 | 2024.12.12 04:09:03.384933 [ 264 ] {ecc4e5c8-893c-46e1-b4d5-39ce01ddb39d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7545 | 2024.12.12 04:09:03.385344 [ 264 ] {ecc4e5c8-893c-46e1-b4d5-39ce01ddb39d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7546 | 2024.12.12 04:09:03.385587 [ 264 ] {ecc4e5c8-893c-46e1-b4d5-39ce01ddb39d} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7547 | 2024.12.12 04:09:03.385768 [ 264 ] {ecc4e5c8-893c-46e1-b4d5-39ce01ddb39d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001643 sec., 97382.83627510651 rows/sec., 6.78 MiB/sec. | ||
| 7548 | 2024.12.12 04:09:03.385821 [ 264 ] {ecc4e5c8-893c-46e1-b4d5-39ce01ddb39d} <Debug> TCPHandler: Processed in 0.00192254 sec. | ||
| 7549 | 2024.12.12 04:09:03.385963 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7550 | 2024.12.12 04:09:03.386096 [ 263 ] {3fc0b5c3-cf96-44c1-8f82-b4ca131a234f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7551 | 2024.12.12 04:09:03.386154 [ 263 ] {3fc0b5c3-cf96-44c1-8f82-b4ca131a234f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7552 | 2024.12.12 04:09:03.386701 [ 263 ] {3fc0b5c3-cf96-44c1-8f82-b4ca131a234f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7553 | 2024.12.12 04:09:03.386742 [ 263 ] {3fc0b5c3-cf96-44c1-8f82-b4ca131a234f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7554 | 2024.12.12 04:09:03.387143 [ 263 ] {3fc0b5c3-cf96-44c1-8f82-b4ca131a234f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7555 | 2024.12.12 04:09:03.387390 [ 263 ] {3fc0b5c3-cf96-44c1-8f82-b4ca131a234f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7556 | 2024.12.12 04:09:03.387600 [ 263 ] {3fc0b5c3-cf96-44c1-8f82-b4ca131a234f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001536 sec., 39062.5 rows/sec., 2.63 MiB/sec. | ||
| 7557 | 2024.12.12 04:09:03.387656 [ 263 ] {3fc0b5c3-cf96-44c1-8f82-b4ca131a234f} <Debug> TCPHandler: Processed in 0.001753206 sec. | ||
| 7558 | 2024.12.12 04:09:06.666663 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7559 | 2024.12.12 04:09:06.666725 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7560 | 2024.12.12 04:09:06.820297 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 7561 | 2024.12.12 04:09:06.821404 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7562 | 2024.12.12 04:09:06.821461 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7563 | 2024.12.12 04:09:06.822000 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7564 | 2024.12.12 04:09:06.822256 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7565 | 2024.12.12 04:09:06.822498 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7566 | 2024.12.12 04:09:06.893281 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1062 | ||
| 7567 | 2024.12.12 04:09:06.896711 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7568 | 2024.12.12 04:09:06.896761 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7569 | 2024.12.12 04:09:06.898229 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7570 | 2024.12.12 04:09:06.898528 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7571 | 2024.12.12 04:09:06.899037 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1062 | ||
| 7572 | 2024.12.12 04:09:08.060654 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7573 | 2024.12.12 04:09:08.082970 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7574 | 2024.12.12 04:09:08.083029 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7575 | 2024.12.12 04:09:08.090514 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7576 | 2024.12.12 04:09:08.091317 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7577 | 2024.12.12 04:09:08.094375 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7578 | 2024.12.12 04:09:08.385367 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7579 | 2024.12.12 04:09:08.385584 [ 264 ] {44b50afd-f939-48c6-ba7f-e3a024c71950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7580 | 2024.12.12 04:09:08.385669 [ 264 ] {44b50afd-f939-48c6-ba7f-e3a024c71950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7581 | 2024.12.12 04:09:08.386467 [ 264 ] {44b50afd-f939-48c6-ba7f-e3a024c71950} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7582 | 2024.12.12 04:09:08.386520 [ 264 ] {44b50afd-f939-48c6-ba7f-e3a024c71950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7583 | 2024.12.12 04:09:08.386964 [ 264 ] {44b50afd-f939-48c6-ba7f-e3a024c71950} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7584 | 2024.12.12 04:09:08.387224 [ 264 ] {44b50afd-f939-48c6-ba7f-e3a024c71950} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7585 | 2024.12.12 04:09:08.387491 [ 264 ] {44b50afd-f939-48c6-ba7f-e3a024c71950} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec. | ||
| 7586 | 2024.12.12 04:09:08.387678 [ 264 ] {44b50afd-f939-48c6-ba7f-e3a024c71950} <Debug> TCPHandler: Processed in 0.002455495 sec. | ||
| 7587 | 2024.12.12 04:09:08.387967 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7588 | 2024.12.12 04:09:08.388177 [ 263 ] {f068ad37-f779-4fae-8571-8b511a30a9b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7589 | 2024.12.12 04:09:08.388259 [ 263 ] {f068ad37-f779-4fae-8571-8b511a30a9b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7590 | 2024.12.12 04:09:08.389213 [ 263 ] {f068ad37-f779-4fae-8571-8b511a30a9b1} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7591 | 2024.12.12 04:09:08.389262 [ 263 ] {f068ad37-f779-4fae-8571-8b511a30a9b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7592 | 2024.12.12 04:09:08.389718 [ 263 ] {f068ad37-f779-4fae-8571-8b511a30a9b1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7593 | 2024.12.12 04:09:08.389980 [ 263 ] {f068ad37-f779-4fae-8571-8b511a30a9b1} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7594 | 2024.12.12 04:09:08.390187 [ 263 ] {f068ad37-f779-4fae-8571-8b511a30a9b1} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002069 sec., 135814.40309328178 rows/sec., 12.00 MiB/sec. | ||
| 7595 | 2024.12.12 04:09:08.390253 [ 263 ] {f068ad37-f779-4fae-8571-8b511a30a9b1} <Debug> TCPHandler: Processed in 0.002459014 sec. | ||
| 7596 | 2024.12.12 04:09:08.390411 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7597 | 2024.12.12 04:09:08.390552 [ 264 ] {29641700-15bb-41a1-823f-d94233f506da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7598 | 2024.12.12 04:09:08.390613 [ 264 ] {29641700-15bb-41a1-823f-d94233f506da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7599 | 2024.12.12 04:09:08.391338 [ 264 ] {29641700-15bb-41a1-823f-d94233f506da} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7600 | 2024.12.12 04:09:08.391382 [ 264 ] {29641700-15bb-41a1-823f-d94233f506da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7601 | 2024.12.12 04:09:08.391757 [ 264 ] {29641700-15bb-41a1-823f-d94233f506da} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7602 | 2024.12.12 04:09:08.391999 [ 264 ] {29641700-15bb-41a1-823f-d94233f506da} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7603 | 2024.12.12 04:09:08.392211 [ 264 ] {29641700-15bb-41a1-823f-d94233f506da} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001691 sec., 27202.838557066825 rows/sec., 1.96 MiB/sec. | ||
| 7604 | 2024.12.12 04:09:08.392264 [ 264 ] {29641700-15bb-41a1-823f-d94233f506da} <Debug> TCPHandler: Processed in 0.00192414 sec. | ||
| 7605 | 2024.12.12 04:09:08.392416 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7606 | 2024.12.12 04:09:08.392563 [ 263 ] {5ed84498-bfb1-4347-977a-e5512b7cbd70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7607 | 2024.12.12 04:09:08.392625 [ 263 ] {5ed84498-bfb1-4347-977a-e5512b7cbd70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7608 | 2024.12.12 04:09:08.393280 [ 263 ] {5ed84498-bfb1-4347-977a-e5512b7cbd70} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7609 | 2024.12.12 04:09:08.393318 [ 263 ] {5ed84498-bfb1-4347-977a-e5512b7cbd70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7610 | 2024.12.12 04:09:08.393695 [ 263 ] {5ed84498-bfb1-4347-977a-e5512b7cbd70} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7611 | 2024.12.12 04:09:08.393937 [ 263 ] {5ed84498-bfb1-4347-977a-e5512b7cbd70} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7612 | 2024.12.12 04:09:08.394066 [ 68 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7613 | 2024.12.12 04:09:08.394109 [ 68 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7614 | 2024.12.12 04:09:08.394121 [ 263 ] {5ed84498-bfb1-4347-977a-e5512b7cbd70} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001595 sec., 8777.42946708464 rows/sec., 614.71 KiB/sec. | ||
| 7615 | 2024.12.12 04:09:08.394134 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7616 | 2024.12.12 04:09:08.394222 [ 263 ] {5ed84498-bfb1-4347-977a-e5512b7cbd70} <Debug> TCPHandler: Processed in 0.001877789 sec. | ||
| 7617 | 2024.12.12 04:09:08.394452 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7618 | 2024.12.12 04:09:08.394478 [ 195 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::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 | ||
| 7619 | 2024.12.12 04:09:08.394704 [ 264 ] {a0c789f2-6b88-4842-ac09-17a2e5ea59a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7620 | 2024.12.12 04:09:08.394821 [ 264 ] {a0c789f2-6b88-4842-ac09-17a2e5ea59a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7621 | 2024.12.12 04:09:08.394886 [ 195 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7622 | 2024.12.12 04:09:08.395044 [ 195 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 243 rows starting from the beginning of the part | ||
| 7623 | 2024.12.12 04:09:08.395332 [ 195 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 7624 | 2024.12.12 04:09:08.395774 [ 195 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 228 rows starting from the beginning of the part | ||
| 7625 | 2024.12.12 04:09:08.396231 [ 195 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 7626 | 2024.12.12 04:09:08.396441 [ 195 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 7627 | 2024.12.12 04:09:08.396741 [ 195 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 7628 | 2024.12.12 04:09:08.397837 [ 264 ] {a0c789f2-6b88-4842-ac09-17a2e5ea59a6} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7629 | 2024.12.12 04:09:08.397902 [ 264 ] {a0c789f2-6b88-4842-ac09-17a2e5ea59a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7630 | 2024.12.12 04:09:08.398753 [ 264 ] {a0c789f2-6b88-4842-ac09-17a2e5ea59a6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7631 | 2024.12.12 04:09:08.399280 [ 264 ] {a0c789f2-6b88-4842-ac09-17a2e5ea59a6} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7632 | 2024.12.12 04:09:08.399794 [ 264 ] {a0c789f2-6b88-4842-ac09-17a2e5ea59a6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00514 sec., 2529.182879377432 rows/sec., 157.69 KiB/sec. | ||
| 7633 | 2024.12.12 04:09:08.399891 [ 195 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005631287 sec., 93584.29076692415 rows/sec., 6.70 MiB/sec. | ||
| 7634 | 2024.12.12 04:09:08.399921 [ 264 ] {a0c789f2-6b88-4842-ac09-17a2e5ea59a6} <Debug> TCPHandler: Processed in 0.005597186 sec. | ||
| 7635 | 2024.12.12 04:09:08.400136 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7636 | 2024.12.12 04:09:08.400139 [ 195 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7637 | 2024.12.12 04:09:08.400320 [ 263 ] {090407ff-9ea0-41a3-a589-6943f12d3219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7638 | 2024.12.12 04:09:08.400415 [ 263 ] {090407ff-9ea0-41a3-a589-6943f12d3219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7639 | 2024.12.12 04:09:08.400741 [ 195 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_36_7} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7640 | 2024.12.12 04:09:08.401017 [ 195 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_36_7} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7641 | 2024.12.12 04:09:08.401212 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 7642 | 2024.12.12 04:09:08.401707 [ 263 ] {090407ff-9ea0-41a3-a589-6943f12d3219} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7643 | 2024.12.12 04:09:08.401750 [ 263 ] {090407ff-9ea0-41a3-a589-6943f12d3219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7644 | 2024.12.12 04:09:08.402138 [ 263 ] {090407ff-9ea0-41a3-a589-6943f12d3219} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7645 | 2024.12.12 04:09:08.402384 [ 263 ] {090407ff-9ea0-41a3-a589-6943f12d3219} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7646 | 2024.12.12 04:09:08.402568 [ 263 ] {090407ff-9ea0-41a3-a589-6943f12d3219} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002292 sec., 183682.37347294937 rows/sec., 13.13 MiB/sec. | ||
| 7647 | 2024.12.12 04:09:08.402627 [ 263 ] {090407ff-9ea0-41a3-a589-6943f12d3219} <Debug> TCPHandler: Processed in 0.002571677 sec. | ||
| 7648 | 2024.12.12 04:09:08.402780 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7649 | 2024.12.12 04:09:08.402925 [ 264 ] {ea9839e5-6bfa-40cf-83f7-6ef43f9b7b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7650 | 2024.12.12 04:09:08.402986 [ 264 ] {ea9839e5-6bfa-40cf-83f7-6ef43f9b7b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7651 | 2024.12.12 04:09:08.403493 [ 264 ] {ea9839e5-6bfa-40cf-83f7-6ef43f9b7b7e} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7652 | 2024.12.12 04:09:08.403532 [ 264 ] {ea9839e5-6bfa-40cf-83f7-6ef43f9b7b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7653 | 2024.12.12 04:09:08.403913 [ 264 ] {ea9839e5-6bfa-40cf-83f7-6ef43f9b7b7e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7654 | 2024.12.12 04:09:08.404155 [ 264 ] {ea9839e5-6bfa-40cf-83f7-6ef43f9b7b7e} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7655 | 2024.12.12 04:09:08.404322 [ 68 ] {} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7656 | 2024.12.12 04:09:08.404376 [ 68 ] {} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7657 | 2024.12.12 04:09:08.404398 [ 264 ] {ea9839e5-6bfa-40cf-83f7-6ef43f9b7b7e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001492 sec., 4021.4477211796243 rows/sec., 210.10 KiB/sec. | ||
| 7658 | 2024.12.12 04:09:08.404414 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7659 | 2024.12.12 04:09:08.404557 [ 264 ] {ea9839e5-6bfa-40cf-83f7-6ef43f9b7b7e} <Debug> TCPHandler: Processed in 0.001844608 sec. | ||
| 7660 | 2024.12.12 04:09:08.404657 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::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 | ||
| 7661 | 2024.12.12 04:09:08.404746 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7662 | 2024.12.12 04:09:08.404813 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7663 | 2024.12.12 04:09:08.404864 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
| 7664 | 2024.12.12 04:09:08.404903 [ 263 ] {5b30bc94-8d6e-4ea2-ad6a-f14f5006cbfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7665 | 2024.12.12 04:09:08.405026 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 7666 | 2024.12.12 04:09:08.405043 [ 263 ] {5b30bc94-8d6e-4ea2-ad6a-f14f5006cbfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7667 | 2024.12.12 04:09:08.405250 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 7668 | 2024.12.12 04:09:08.405482 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 7669 | 2024.12.12 04:09:08.405870 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 7670 | 2024.12.12 04:09:08.406174 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 7671 | 2024.12.12 04:09:08.407188 [ 263 ] {5b30bc94-8d6e-4ea2-ad6a-f14f5006cbfd} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7672 | 2024.12.12 04:09:08.407230 [ 263 ] {5b30bc94-8d6e-4ea2-ad6a-f14f5006cbfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7673 | 2024.12.12 04:09:08.407815 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.003284235 sec., 47499.64603629156 rows/sec., 2.42 MiB/sec. | ||
| 7674 | 2024.12.12 04:09:08.407864 [ 263 ] {5b30bc94-8d6e-4ea2-ad6a-f14f5006cbfd} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7675 | 2024.12.12 04:09:08.407922 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7676 | 2024.12.12 04:09:08.408158 [ 263 ] {5b30bc94-8d6e-4ea2-ad6a-f14f5006cbfd} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7677 | 2024.12.12 04:09:08.408261 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_26_5} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7678 | 2024.12.12 04:09:08.408398 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_26_5} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7679 | 2024.12.12 04:09:08.408426 [ 263 ] {5b30bc94-8d6e-4ea2-ad6a-f14f5006cbfd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003566 sec., 66461.02075154234 rows/sec., 4.45 MiB/sec. | ||
| 7680 | 2024.12.12 04:09:08.408497 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7681 | 2024.12.12 04:09:08.408534 [ 263 ] {5b30bc94-8d6e-4ea2-ad6a-f14f5006cbfd} <Debug> TCPHandler: Processed in 0.003854341 sec. | ||
| 7682 | 2024.12.12 04:09:08.408702 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7683 | 2024.12.12 04:09:08.408842 [ 264 ] {86645696-2453-4f11-8056-c985e50ed42f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7684 | 2024.12.12 04:09:08.408904 [ 264 ] {86645696-2453-4f11-8056-c985e50ed42f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7685 | 2024.12.12 04:09:08.409424 [ 264 ] {86645696-2453-4f11-8056-c985e50ed42f} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7686 | 2024.12.12 04:09:08.409463 [ 264 ] {86645696-2453-4f11-8056-c985e50ed42f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7687 | 2024.12.12 04:09:08.409829 [ 264 ] {86645696-2453-4f11-8056-c985e50ed42f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7688 | 2024.12.12 04:09:08.410074 [ 264 ] {86645696-2453-4f11-8056-c985e50ed42f} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7689 | 2024.12.12 04:09:08.410288 [ 264 ] {86645696-2453-4f11-8056-c985e50ed42f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001477 sec., 677.0480704129993 rows/sec., 45.62 KiB/sec. | ||
| 7690 | 2024.12.12 04:09:08.410340 [ 264 ] {86645696-2453-4f11-8056-c985e50ed42f} <Debug> TCPHandler: Processed in 0.001713345 sec. | ||
| 7691 | 2024.12.12 04:09:08.410510 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7692 | 2024.12.12 04:09:08.410631 [ 263 ] {a38379ff-65eb-41c6-a0b6-f3e8f478272d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7693 | 2024.12.12 04:09:08.410712 [ 263 ] {a38379ff-65eb-41c6-a0b6-f3e8f478272d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7694 | 2024.12.12 04:09:08.411870 [ 263 ] {a38379ff-65eb-41c6-a0b6-f3e8f478272d} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7695 | 2024.12.12 04:09:08.411908 [ 263 ] {a38379ff-65eb-41c6-a0b6-f3e8f478272d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7696 | 2024.12.12 04:09:08.412595 [ 263 ] {a38379ff-65eb-41c6-a0b6-f3e8f478272d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7697 | 2024.12.12 04:09:08.412861 [ 263 ] {a38379ff-65eb-41c6-a0b6-f3e8f478272d} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7698 | 2024.12.12 04:09:08.413112 [ 263 ] {a38379ff-65eb-41c6-a0b6-f3e8f478272d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002501 sec., 15593.762495001998 rows/sec., 27.94 MiB/sec. | ||
| 7699 | 2024.12.12 04:09:08.413616 [ 263 ] {a38379ff-65eb-41c6-a0b6-f3e8f478272d} <Debug> TCPHandler: Processed in 0.003189624 sec. | ||
| 7700 | 2024.12.12 04:09:08.413786 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7701 | 2024.12.12 04:09:08.413925 [ 264 ] {7a624252-5569-41a7-b872-24226138beac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7702 | 2024.12.12 04:09:08.413986 [ 264 ] {7a624252-5569-41a7-b872-24226138beac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7703 | 2024.12.12 04:09:08.414485 [ 264 ] {7a624252-5569-41a7-b872-24226138beac} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7704 | 2024.12.12 04:09:08.414523 [ 264 ] {7a624252-5569-41a7-b872-24226138beac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7705 | 2024.12.12 04:09:08.414899 [ 264 ] {7a624252-5569-41a7-b872-24226138beac} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7706 | 2024.12.12 04:09:08.415135 [ 264 ] {7a624252-5569-41a7-b872-24226138beac} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7707 | 2024.12.12 04:09:08.415390 [ 264 ] {7a624252-5569-41a7-b872-24226138beac} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001489 sec., 55070.51712558764 rows/sec., 3.50 MiB/sec. | ||
| 7708 | 2024.12.12 04:09:08.415464 [ 264 ] {7a624252-5569-41a7-b872-24226138beac} <Debug> TCPHandler: Processed in 0.001744576 sec. | ||
| 7709 | 2024.12.12 04:09:09.000239 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.26 MiB, peak 221.88 MiB, free memory in arenas 0.00 B, will set to 212.92 MiB (RSS), difference: -1.34 MiB | ||
| 7710 | 2024.12.12 04:09:13.409047 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7711 | 2024.12.12 04:09:13.409291 [ 264 ] {eedf9b46-b43c-4ea6-8eab-6935892573e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7712 | 2024.12.12 04:09:13.409369 [ 264 ] {eedf9b46-b43c-4ea6-8eab-6935892573e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7713 | 2024.12.12 04:09:13.410804 [ 264 ] {eedf9b46-b43c-4ea6-8eab-6935892573e4} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7714 | 2024.12.12 04:09:13.410861 [ 264 ] {eedf9b46-b43c-4ea6-8eab-6935892573e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7715 | 2024.12.12 04:09:13.411415 [ 264 ] {eedf9b46-b43c-4ea6-8eab-6935892573e4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7716 | 2024.12.12 04:09:13.411726 [ 264 ] {eedf9b46-b43c-4ea6-8eab-6935892573e4} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7717 | 2024.12.12 04:09:13.411990 [ 264 ] {eedf9b46-b43c-4ea6-8eab-6935892573e4} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002759 sec., 433490.39507067774 rows/sec., 35.74 MiB/sec. | ||
| 7718 | 2024.12.12 04:09:13.412063 [ 264 ] {eedf9b46-b43c-4ea6-8eab-6935892573e4} <Debug> TCPHandler: Processed in 0.003167893 sec. | ||
| 7719 | 2024.12.12 04:09:13.412366 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7720 | 2024.12.12 04:09:13.412562 [ 263 ] {ec13ee7e-f03c-49d5-a221-426c1c744bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7721 | 2024.12.12 04:09:13.412636 [ 263 ] {ec13ee7e-f03c-49d5-a221-426c1c744bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7722 | 2024.12.12 04:09:13.413480 [ 263 ] {ec13ee7e-f03c-49d5-a221-426c1c744bef} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7723 | 2024.12.12 04:09:13.413534 [ 263 ] {ec13ee7e-f03c-49d5-a221-426c1c744bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7724 | 2024.12.12 04:09:13.413997 [ 263 ] {ec13ee7e-f03c-49d5-a221-426c1c744bef} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7725 | 2024.12.12 04:09:13.414282 [ 263 ] {ec13ee7e-f03c-49d5-a221-426c1c744bef} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7726 | 2024.12.12 04:09:13.414530 [ 263 ] {ec13ee7e-f03c-49d5-a221-426c1c744bef} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002021 sec., 112815.43790202872 rows/sec., 7.64 MiB/sec. | ||
| 7727 | 2024.12.12 04:09:13.414645 [ 263 ] {ec13ee7e-f03c-49d5-a221-426c1c744bef} <Debug> TCPHandler: Processed in 0.002424454 sec. | ||
| 7728 | 2024.12.12 04:09:13.414835 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7729 | 2024.12.12 04:09:13.414986 [ 264 ] {8c1b756e-b078-4abb-a187-7774cdcf96dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7730 | 2024.12.12 04:09:13.415052 [ 264 ] {8c1b756e-b078-4abb-a187-7774cdcf96dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7731 | 2024.12.12 04:09:13.415893 [ 264 ] {8c1b756e-b078-4abb-a187-7774cdcf96dc} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7732 | 2024.12.12 04:09:13.415935 [ 264 ] {8c1b756e-b078-4abb-a187-7774cdcf96dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7733 | 2024.12.12 04:09:13.416345 [ 264 ] {8c1b756e-b078-4abb-a187-7774cdcf96dc} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7734 | 2024.12.12 04:09:13.416605 [ 264 ] {8c1b756e-b078-4abb-a187-7774cdcf96dc} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7735 | 2024.12.12 04:09:13.416948 [ 264 ] {8c1b756e-b078-4abb-a187-7774cdcf96dc} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001999 sec., 260130.06503251626 rows/sec., 19.25 MiB/sec. | ||
| 7736 | 2024.12.12 04:09:13.417014 [ 264 ] {8c1b756e-b078-4abb-a187-7774cdcf96dc} <Debug> TCPHandler: Processed in 0.002257849 sec. | ||
| 7737 | 2024.12.12 04:09:13.417204 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7738 | 2024.12.12 04:09:13.417334 [ 263 ] {406d1ff9-f789-4e7e-9357-36dd5071c403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7739 | 2024.12.12 04:09:13.417391 [ 263 ] {406d1ff9-f789-4e7e-9357-36dd5071c403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7740 | 2024.12.12 04:09:13.418227 [ 263 ] {406d1ff9-f789-4e7e-9357-36dd5071c403} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7741 | 2024.12.12 04:09:13.418269 [ 263 ] {406d1ff9-f789-4e7e-9357-36dd5071c403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7742 | 2024.12.12 04:09:13.418749 [ 263 ] {406d1ff9-f789-4e7e-9357-36dd5071c403} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7743 | 2024.12.12 04:09:13.419027 [ 263 ] {406d1ff9-f789-4e7e-9357-36dd5071c403} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7744 | 2024.12.12 04:09:13.419254 [ 263 ] {406d1ff9-f789-4e7e-9357-36dd5071c403} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001946 sec., 452209.66084275435 rows/sec., 30.43 MiB/sec. | ||
| 7745 | 2024.12.12 04:09:13.419310 [ 263 ] {406d1ff9-f789-4e7e-9357-36dd5071c403} <Debug> TCPHandler: Processed in 0.002188807 sec. | ||
| 7746 | 2024.12.12 04:09:13.419473 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7747 | 2024.12.12 04:09:13.419603 [ 264 ] {c671bcc8-ea6e-47d2-b2e0-8f0e25f36cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7748 | 2024.12.12 04:09:13.419659 [ 264 ] {c671bcc8-ea6e-47d2-b2e0-8f0e25f36cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7749 | 2024.12.12 04:09:13.420166 [ 264 ] {c671bcc8-ea6e-47d2-b2e0-8f0e25f36cac} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7750 | 2024.12.12 04:09:13.420208 [ 264 ] {c671bcc8-ea6e-47d2-b2e0-8f0e25f36cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7751 | 2024.12.12 04:09:13.420599 [ 264 ] {c671bcc8-ea6e-47d2-b2e0-8f0e25f36cac} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7752 | 2024.12.12 04:09:13.420844 [ 264 ] {c671bcc8-ea6e-47d2-b2e0-8f0e25f36cac} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7753 | 2024.12.12 04:09:13.421080 [ 264 ] {c671bcc8-ea6e-47d2-b2e0-8f0e25f36cac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001505 sec., 39867.109634551496 rows/sec., 2.69 MiB/sec. | ||
| 7754 | 2024.12.12 04:09:13.421138 [ 264 ] {c671bcc8-ea6e-47d2-b2e0-8f0e25f36cac} <Debug> TCPHandler: Processed in 0.001725696 sec. | ||
| 7755 | 2024.12.12 04:09:14.322606 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 7756 | 2024.12.12 04:09:14.323275 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7757 | 2024.12.12 04:09:14.323314 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7758 | 2024.12.12 04:09:14.323831 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7759 | 2024.12.12 04:09:14.324084 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7760 | 2024.12.12 04:09:14.324238 [ 60 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7761 | 2024.12.12 04:09:14.324273 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 7762 | 2024.12.12 04:09:14.324293 [ 60 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7763 | 2024.12.12 04:09:14.324320 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 7764 | 2024.12.12 04:09:14.324531 [ 200 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 7765 | 2024.12.12 04:09:14.325123 [ 200 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7766 | 2024.12.12 04:09:14.325268 [ 200 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part | ||
| 7767 | 2024.12.12 04:09:14.325670 [ 200 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part | ||
| 7768 | 2024.12.12 04:09:14.325877 [ 200 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part | ||
| 7769 | 2024.12.12 04:09:14.326095 [ 200 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part | ||
| 7770 | 2024.12.12 04:09:14.326270 [ 200 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part | ||
| 7771 | 2024.12.12 04:09:14.326415 [ 200 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part | ||
| 7772 | 2024.12.12 04:09:14.329013 [ 189 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004633863 sec., 4067664.4950444154 rows/sec., 58.19 MiB/sec. | ||
| 7773 | 2024.12.12 04:09:14.329479 [ 194 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7774 | 2024.12.12 04:09:14.329874 [ 194 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_41_8} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7775 | 2024.12.12 04:09:14.329975 [ 194 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_41_8} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7776 | 2024.12.12 04:09:14.330100 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 7777 | 2024.12.12 04:09:15.594425 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 7778 | 2024.12.12 04:09:15.615652 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7779 | 2024.12.12 04:09:15.615699 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7780 | 2024.12.12 04:09:15.623405 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7781 | 2024.12.12 04:09:15.624200 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7782 | 2024.12.12 04:09:15.624499 [ 59 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7783 | 2024.12.12 04:09:15.624570 [ 59 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7784 | 2024.12.12 04:09:15.624615 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7785 | 2024.12.12 04:09:15.625453 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 7786 | 2024.12.12 04:09:15.640291 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 7787 | 2024.12.12 04:09:15.641934 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7788 | 2024.12.12 04:09:15.643124 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part | ||
| 7789 | 2024.12.12 04:09:15.648575 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part | ||
| 7790 | 2024.12.12 04:09:15.653797 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
| 7791 | 2024.12.12 04:09:15.659425 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part | ||
| 7792 | 2024.12.12 04:09:15.664949 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 7793 | 2024.12.12 04:09:15.669373 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part | ||
| 7794 | 2024.12.12 04:09:15.729184 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.104411172 sec., 2959.453419409946 rows/sec., 15.30 MiB/sec. | ||
| 7795 | 2024.12.12 04:09:15.731059 [ 198 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7796 | 2024.12.12 04:09:15.733417 [ 198 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_41_8} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7797 | 2024.12.12 04:09:15.733517 [ 198 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_41_8} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7798 | 2024.12.12 04:09:15.734777 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 7799 | 2024.12.12 04:09:16.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.48 MiB, peak 227.90 MiB, free memory in arenas 0.00 B, will set to 217.12 MiB (RSS), difference: 2.64 MiB | ||
| 7800 | 2024.12.12 04:09:16.899227 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1094 | ||
| 7801 | 2024.12.12 04:09:16.902412 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7802 | 2024.12.12 04:09:16.902461 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7803 | 2024.12.12 04:09:16.903901 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7804 | 2024.12.12 04:09:16.904208 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7805 | 2024.12.12 04:09:16.905112 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1094 | ||
| 7806 | 2024.12.12 04:09:18.386256 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7807 | 2024.12.12 04:09:18.386456 [ 264 ] {2e8adfc8-0e13-416b-93d3-aacf608a8bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7808 | 2024.12.12 04:09:18.386538 [ 264 ] {2e8adfc8-0e13-416b-93d3-aacf608a8bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7809 | 2024.12.12 04:09:18.387327 [ 264 ] {2e8adfc8-0e13-416b-93d3-aacf608a8bf4} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7810 | 2024.12.12 04:09:18.387385 [ 264 ] {2e8adfc8-0e13-416b-93d3-aacf608a8bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7811 | 2024.12.12 04:09:18.387836 [ 264 ] {2e8adfc8-0e13-416b-93d3-aacf608a8bf4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7812 | 2024.12.12 04:09:18.388118 [ 264 ] {2e8adfc8-0e13-416b-93d3-aacf608a8bf4} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7813 | 2024.12.12 04:09:18.388378 [ 264 ] {2e8adfc8-0e13-416b-93d3-aacf608a8bf4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00198 sec., 7070.707070707071 rows/sec., 509.00 KiB/sec. | ||
| 7814 | 2024.12.12 04:09:18.388451 [ 264 ] {2e8adfc8-0e13-416b-93d3-aacf608a8bf4} <Debug> TCPHandler: Processed in 0.002336691 sec. | ||
| 7815 | 2024.12.12 04:09:18.388741 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7816 | 2024.12.12 04:09:18.388934 [ 263 ] {7e48a7bc-51ad-4d4c-810c-9c709805a6f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7817 | 2024.12.12 04:09:18.389008 [ 263 ] {7e48a7bc-51ad-4d4c-810c-9c709805a6f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7818 | 2024.12.12 04:09:18.389920 [ 263 ] {7e48a7bc-51ad-4d4c-810c-9c709805a6f7} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7819 | 2024.12.12 04:09:18.389970 [ 263 ] {7e48a7bc-51ad-4d4c-810c-9c709805a6f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7820 | 2024.12.12 04:09:18.390434 [ 263 ] {7e48a7bc-51ad-4d4c-810c-9c709805a6f7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7821 | 2024.12.12 04:09:18.390699 [ 263 ] {7e48a7bc-51ad-4d4c-810c-9c709805a6f7} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7822 | 2024.12.12 04:09:18.390952 [ 263 ] {7e48a7bc-51ad-4d4c-810c-9c709805a6f7} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002071 sec., 135683.2448092709 rows/sec., 11.99 MiB/sec. | ||
| 7823 | 2024.12.12 04:09:18.391012 [ 263 ] {7e48a7bc-51ad-4d4c-810c-9c709805a6f7} <Debug> TCPHandler: Processed in 0.002411112 sec. | ||
| 7824 | 2024.12.12 04:09:18.391171 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7825 | 2024.12.12 04:09:18.391303 [ 264 ] {23ff7d95-e23e-48dc-a75c-ca1b8332949b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7826 | 2024.12.12 04:09:18.391363 [ 264 ] {23ff7d95-e23e-48dc-a75c-ca1b8332949b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7827 | 2024.12.12 04:09:18.392005 [ 264 ] {23ff7d95-e23e-48dc-a75c-ca1b8332949b} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7828 | 2024.12.12 04:09:18.392048 [ 264 ] {23ff7d95-e23e-48dc-a75c-ca1b8332949b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7829 | 2024.12.12 04:09:18.392439 [ 264 ] {23ff7d95-e23e-48dc-a75c-ca1b8332949b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7830 | 2024.12.12 04:09:18.392691 [ 264 ] {23ff7d95-e23e-48dc-a75c-ca1b8332949b} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7831 | 2024.12.12 04:09:18.392916 [ 264 ] {23ff7d95-e23e-48dc-a75c-ca1b8332949b} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001645 sec., 27963.52583586626 rows/sec., 2.01 MiB/sec. | ||
| 7832 | 2024.12.12 04:09:18.392976 [ 264 ] {23ff7d95-e23e-48dc-a75c-ca1b8332949b} <Debug> TCPHandler: Processed in 0.001867819 sec. | ||
| 7833 | 2024.12.12 04:09:18.393148 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7834 | 2024.12.12 04:09:18.393277 [ 263 ] {76cffe52-e4e5-42a9-8bd3-4dd15b0bd2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7835 | 2024.12.12 04:09:18.393327 [ 263 ] {76cffe52-e4e5-42a9-8bd3-4dd15b0bd2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7836 | 2024.12.12 04:09:18.393946 [ 263 ] {76cffe52-e4e5-42a9-8bd3-4dd15b0bd2ca} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7837 | 2024.12.12 04:09:18.393990 [ 263 ] {76cffe52-e4e5-42a9-8bd3-4dd15b0bd2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7838 | 2024.12.12 04:09:18.394370 [ 263 ] {76cffe52-e4e5-42a9-8bd3-4dd15b0bd2ca} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7839 | 2024.12.12 04:09:18.394648 [ 263 ] {76cffe52-e4e5-42a9-8bd3-4dd15b0bd2ca} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7840 | 2024.12.12 04:09:18.394878 [ 263 ] {76cffe52-e4e5-42a9-8bd3-4dd15b0bd2ca} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001626 sec., 8610.086100861008 rows/sec., 602.99 KiB/sec. | ||
| 7841 | 2024.12.12 04:09:18.394943 [ 263 ] {76cffe52-e4e5-42a9-8bd3-4dd15b0bd2ca} <Debug> TCPHandler: Processed in 0.001862999 sec. | ||
| 7842 | 2024.12.12 04:09:18.395113 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7843 | 2024.12.12 04:09:18.395242 [ 264 ] {e0eeb97b-f0f5-40fe-89a5-17c05eea3a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7844 | 2024.12.12 04:09:18.395295 [ 264 ] {e0eeb97b-f0f5-40fe-89a5-17c05eea3a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7845 | 2024.12.12 04:09:18.395898 [ 264 ] {e0eeb97b-f0f5-40fe-89a5-17c05eea3a72} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7846 | 2024.12.12 04:09:18.395939 [ 264 ] {e0eeb97b-f0f5-40fe-89a5-17c05eea3a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7847 | 2024.12.12 04:09:18.396307 [ 264 ] {e0eeb97b-f0f5-40fe-89a5-17c05eea3a72} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7848 | 2024.12.12 04:09:18.396571 [ 264 ] {e0eeb97b-f0f5-40fe-89a5-17c05eea3a72} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7849 | 2024.12.12 04:09:18.396795 [ 264 ] {e0eeb97b-f0f5-40fe-89a5-17c05eea3a72} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001583 sec., 8212.2552116235 rows/sec., 512.03 KiB/sec. | ||
| 7850 | 2024.12.12 04:09:18.396853 [ 264 ] {e0eeb97b-f0f5-40fe-89a5-17c05eea3a72} <Debug> TCPHandler: Processed in 0.001802737 sec. | ||
| 7851 | 2024.12.12 04:09:18.397000 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7852 | 2024.12.12 04:09:18.397125 [ 263 ] {48b5f2d0-abc2-4d26-b5b6-42bdee82ca15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7853 | 2024.12.12 04:09:18.397175 [ 263 ] {48b5f2d0-abc2-4d26-b5b6-42bdee82ca15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7854 | 2024.12.12 04:09:18.397935 [ 263 ] {48b5f2d0-abc2-4d26-b5b6-42bdee82ca15} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7855 | 2024.12.12 04:09:18.397975 [ 263 ] {48b5f2d0-abc2-4d26-b5b6-42bdee82ca15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7856 | 2024.12.12 04:09:18.398396 [ 263 ] {48b5f2d0-abc2-4d26-b5b6-42bdee82ca15} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7857 | 2024.12.12 04:09:18.398645 [ 263 ] {48b5f2d0-abc2-4d26-b5b6-42bdee82ca15} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7858 | 2024.12.12 04:09:18.398859 [ 263 ] {48b5f2d0-abc2-4d26-b5b6-42bdee82ca15} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001759 sec., 239340.53439454237 rows/sec., 17.10 MiB/sec. | ||
| 7859 | 2024.12.12 04:09:18.398916 [ 263 ] {48b5f2d0-abc2-4d26-b5b6-42bdee82ca15} <Debug> TCPHandler: Processed in 0.001979452 sec. | ||
| 7860 | 2024.12.12 04:09:18.399065 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7861 | 2024.12.12 04:09:18.399208 [ 264 ] {78ba51f8-e9b8-4535-9a27-256012aa29f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7862 | 2024.12.12 04:09:18.399270 [ 264 ] {78ba51f8-e9b8-4535-9a27-256012aa29f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7863 | 2024.12.12 04:09:18.399792 [ 264 ] {78ba51f8-e9b8-4535-9a27-256012aa29f8} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7864 | 2024.12.12 04:09:18.399832 [ 264 ] {78ba51f8-e9b8-4535-9a27-256012aa29f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7865 | 2024.12.12 04:09:18.400199 [ 264 ] {78ba51f8-e9b8-4535-9a27-256012aa29f8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7866 | 2024.12.12 04:09:18.400443 [ 264 ] {78ba51f8-e9b8-4535-9a27-256012aa29f8} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7867 | 2024.12.12 04:09:18.400691 [ 264 ] {78ba51f8-e9b8-4535-9a27-256012aa29f8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 207.88 KiB/sec. | ||
| 7868 | 2024.12.12 04:09:18.400821 [ 264 ] {78ba51f8-e9b8-4535-9a27-256012aa29f8} <Debug> TCPHandler: Processed in 0.001817958 sec. | ||
| 7869 | 2024.12.12 04:09:18.401040 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7870 | 2024.12.12 04:09:18.401183 [ 263 ] {53e60058-b79e-4880-b9d0-4258df3b2874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7871 | 2024.12.12 04:09:18.401244 [ 263 ] {53e60058-b79e-4880-b9d0-4258df3b2874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7872 | 2024.12.12 04:09:18.401861 [ 263 ] {53e60058-b79e-4880-b9d0-4258df3b2874} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7873 | 2024.12.12 04:09:18.401900 [ 263 ] {53e60058-b79e-4880-b9d0-4258df3b2874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7874 | 2024.12.12 04:09:18.402306 [ 263 ] {53e60058-b79e-4880-b9d0-4258df3b2874} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7875 | 2024.12.12 04:09:18.402560 [ 263 ] {53e60058-b79e-4880-b9d0-4258df3b2874} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7876 | 2024.12.12 04:09:18.402775 [ 263 ] {53e60058-b79e-4880-b9d0-4258df3b2874} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001621 sec., 146206.04565083282 rows/sec., 9.80 MiB/sec. | ||
| 7877 | 2024.12.12 04:09:18.402834 [ 263 ] {53e60058-b79e-4880-b9d0-4258df3b2874} <Debug> TCPHandler: Processed in 0.00192441 sec. | ||
| 7878 | 2024.12.12 04:09:18.402980 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7879 | 2024.12.12 04:09:18.403121 [ 264 ] {b9cd5691-c457-4479-ad8a-e1a18816cb23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7880 | 2024.12.12 04:09:18.403183 [ 264 ] {b9cd5691-c457-4479-ad8a-e1a18816cb23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7881 | 2024.12.12 04:09:18.403697 [ 264 ] {b9cd5691-c457-4479-ad8a-e1a18816cb23} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7882 | 2024.12.12 04:09:18.403735 [ 264 ] {b9cd5691-c457-4479-ad8a-e1a18816cb23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7883 | 2024.12.12 04:09:18.404099 [ 264 ] {b9cd5691-c457-4479-ad8a-e1a18816cb23} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7884 | 2024.12.12 04:09:18.404340 [ 264 ] {b9cd5691-c457-4479-ad8a-e1a18816cb23} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7885 | 2024.12.12 04:09:18.404564 [ 264 ] {b9cd5691-c457-4479-ad8a-e1a18816cb23} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001465 sec., 682.5938566552901 rows/sec., 46.00 KiB/sec. | ||
| 7886 | 2024.12.12 04:09:18.404745 [ 264 ] {b9cd5691-c457-4479-ad8a-e1a18816cb23} <Debug> TCPHandler: Processed in 0.001825507 sec. | ||
| 7887 | 2024.12.12 04:09:18.404952 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7888 | 2024.12.12 04:09:18.405086 [ 263 ] {a0bc5514-6d2f-4010-8cae-53c568bb2a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7889 | 2024.12.12 04:09:18.405172 [ 263 ] {a0bc5514-6d2f-4010-8cae-53c568bb2a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7890 | 2024.12.12 04:09:18.406396 [ 263 ] {a0bc5514-6d2f-4010-8cae-53c568bb2a90} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7891 | 2024.12.12 04:09:18.406435 [ 263 ] {a0bc5514-6d2f-4010-8cae-53c568bb2a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7892 | 2024.12.12 04:09:18.407116 [ 263 ] {a0bc5514-6d2f-4010-8cae-53c568bb2a90} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7893 | 2024.12.12 04:09:18.407411 [ 263 ] {a0bc5514-6d2f-4010-8cae-53c568bb2a90} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7894 | 2024.12.12 04:09:18.407671 [ 263 ] {a0bc5514-6d2f-4010-8cae-53c568bb2a90} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002614 sec., 14919.663351185922 rows/sec., 26.74 MiB/sec. | ||
| 7895 | 2024.12.12 04:09:18.407784 [ 263 ] {a0bc5514-6d2f-4010-8cae-53c568bb2a90} <Debug> TCPHandler: Processed in 0.002943946 sec. | ||
| 7896 | 2024.12.12 04:09:18.407942 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7897 | 2024.12.12 04:09:18.408082 [ 264 ] {fa0d685b-128a-4f93-ae1c-78cb6febc18f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7898 | 2024.12.12 04:09:18.408142 [ 264 ] {fa0d685b-128a-4f93-ae1c-78cb6febc18f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7899 | 2024.12.12 04:09:18.408684 [ 264 ] {fa0d685b-128a-4f93-ae1c-78cb6febc18f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7900 | 2024.12.12 04:09:18.408721 [ 264 ] {fa0d685b-128a-4f93-ae1c-78cb6febc18f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7901 | 2024.12.12 04:09:18.409103 [ 264 ] {fa0d685b-128a-4f93-ae1c-78cb6febc18f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7902 | 2024.12.12 04:09:18.409345 [ 264 ] {fa0d685b-128a-4f93-ae1c-78cb6febc18f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7903 | 2024.12.12 04:09:18.409527 [ 264 ] {fa0d685b-128a-4f93-ae1c-78cb6febc18f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001478 sec., 55480.37889039242 rows/sec., 3.52 MiB/sec. | ||
| 7904 | 2024.12.12 04:09:18.409580 [ 264 ] {fa0d685b-128a-4f93-ae1c-78cb6febc18f} <Debug> TCPHandler: Processed in 0.001708304 sec. | ||
| 7905 | 2024.12.12 04:09:21.666767 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7906 | 2024.12.12 04:09:21.666842 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7907 | 2024.12.12 04:09:21.824391 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 7908 | 2024.12.12 04:09:21.825037 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7909 | 2024.12.12 04:09:21.825085 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7910 | 2024.12.12 04:09:21.825692 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7911 | 2024.12.12 04:09:21.825967 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7912 | 2024.12.12 04:09:21.826241 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 7913 | 2024.12.12 04:09:23.140355 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 7914 | 2024.12.12 04:09:23.159412 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7915 | 2024.12.12 04:09:23.159477 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7916 | 2024.12.12 04:09:23.166388 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7917 | 2024.12.12 04:09:23.167179 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7918 | 2024.12.12 04:09:23.169907 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 7919 | 2024.12.12 04:09:23.379821 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7920 | 2024.12.12 04:09:23.380045 [ 264 ] {7730baf5-32ae-413b-b3fe-732cd03881f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7921 | 2024.12.12 04:09:23.380131 [ 264 ] {7730baf5-32ae-413b-b3fe-732cd03881f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7922 | 2024.12.12 04:09:23.380989 [ 264 ] {7730baf5-32ae-413b-b3fe-732cd03881f9} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7923 | 2024.12.12 04:09:23.381038 [ 264 ] {7730baf5-32ae-413b-b3fe-732cd03881f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7924 | 2024.12.12 04:09:23.381510 [ 264 ] {7730baf5-32ae-413b-b3fe-732cd03881f9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7925 | 2024.12.12 04:09:23.381779 [ 264 ] {7730baf5-32ae-413b-b3fe-732cd03881f9} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7926 | 2024.12.12 04:09:23.381946 [ 42 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7927 | 2024.12.12 04:09:23.382001 [ 42 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7928 | 2024.12.12 04:09:23.382003 [ 264 ] {7730baf5-32ae-413b-b3fe-732cd03881f9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002018 sec., 27750.247770069378 rows/sec., 2.13 MiB/sec. | ||
| 7929 | 2024.12.12 04:09:23.382028 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7930 | 2024.12.12 04:09:23.382129 [ 264 ] {7730baf5-32ae-413b-b3fe-732cd03881f9} <Debug> TCPHandler: Processed in 0.002448244 sec. | ||
| 7931 | 2024.12.12 04:09:23.382328 [ 198 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 7932 | 2024.12.12 04:09:23.382515 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7933 | 2024.12.12 04:09:23.382826 [ 198 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7934 | 2024.12.12 04:09:23.382988 [ 263 ] {33b07099-b0dc-47ea-8fe6-6549fd68b720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7935 | 2024.12.12 04:09:23.382989 [ 198 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1432 rows starting from the beginning of the part | ||
| 7936 | 2024.12.12 04:09:23.383169 [ 263 ] {33b07099-b0dc-47ea-8fe6-6549fd68b720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7937 | 2024.12.12 04:09:23.383480 [ 198 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 7938 | 2024.12.12 04:09:23.383863 [ 198 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 281 rows starting from the beginning of the part | ||
| 7939 | 2024.12.12 04:09:23.384054 [ 198 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1196 rows starting from the beginning of the part | ||
| 7940 | 2024.12.12 04:09:23.384373 [ 198 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 281 rows starting from the beginning of the part | ||
| 7941 | 2024.12.12 04:09:23.384780 [ 198 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part | ||
| 7942 | 2024.12.12 04:09:23.386508 [ 263 ] {33b07099-b0dc-47ea-8fe6-6549fd68b720} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7943 | 2024.12.12 04:09:23.386588 [ 263 ] {33b07099-b0dc-47ea-8fe6-6549fd68b720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7944 | 2024.12.12 04:09:23.387729 [ 263 ] {33b07099-b0dc-47ea-8fe6-6549fd68b720} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7945 | 2024.12.12 04:09:23.388046 [ 263 ] {33b07099-b0dc-47ea-8fe6-6549fd68b720} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7946 | 2024.12.12 04:09:23.388274 [ 42 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7947 | 2024.12.12 04:09:23.388375 [ 42 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7948 | 2024.12.12 04:09:23.388458 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7949 | 2024.12.12 04:09:23.388746 [ 263 ] {33b07099-b0dc-47ea-8fe6-6549fd68b720} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005854 sec., 10932.695592757089 rows/sec., 873.80 KiB/sec. | ||
| 7950 | 2024.12.12 04:09:23.389249 [ 190 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3302 rows, containing 5 columns (5 merged, 0 gathered) in 0.007132444 sec., 462954.9141921058 rows/sec., 40.57 MiB/sec. | ||
| 7951 | 2024.12.12 04:09:23.389357 [ 263 ] {33b07099-b0dc-47ea-8fe6-6549fd68b720} <Debug> TCPHandler: Processed in 0.007064054 sec. | ||
| 7952 | 2024.12.12 04:09:23.389736 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7953 | 2024.12.12 04:09:23.389753 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 7954 | 2024.12.12 04:09:23.389919 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7955 | 2024.12.12 04:09:23.390425 [ 264 ] {8f220331-310b-4851-80ad-c4fa56ae5511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7956 | 2024.12.12 04:09:23.390585 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7957 | 2024.12.12 04:09:23.390678 [ 264 ] {8f220331-310b-4851-80ad-c4fa56ae5511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7958 | 2024.12.12 04:09:23.390766 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
| 7959 | 2024.12.12 04:09:23.391309 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 7960 | 2024.12.12 04:09:23.391461 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_61_12} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7961 | 2024.12.12 04:09:23.391915 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 421 rows starting from the beginning of the part | ||
| 7962 | 2024.12.12 04:09:23.391992 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_61_12} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7963 | 2024.12.12 04:09:23.392416 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 7964 | 2024.12.12 04:09:23.392477 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 520 rows starting from the beginning of the part | ||
| 7965 | 2024.12.12 04:09:23.392724 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 421 rows starting from the beginning of the part | ||
| 7966 | 2024.12.12 04:09:23.393040 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part | ||
| 7967 | 2024.12.12 04:09:23.393756 [ 264 ] {8f220331-310b-4851-80ad-c4fa56ae5511} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7968 | 2024.12.12 04:09:23.393799 [ 264 ] {8f220331-310b-4851-80ad-c4fa56ae5511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7969 | 2024.12.12 04:09:23.394411 [ 264 ] {8f220331-310b-4851-80ad-c4fa56ae5511} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7970 | 2024.12.12 04:09:23.394721 [ 264 ] {8f220331-310b-4851-80ad-c4fa56ae5511} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7971 | 2024.12.12 04:09:23.394884 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7972 | 2024.12.12 04:09:23.394929 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7973 | 2024.12.12 04:09:23.394953 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7974 | 2024.12.12 04:09:23.394980 [ 264 ] {8f220331-310b-4851-80ad-c4fa56ae5511} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004856 sec., 32948.929159802305 rows/sec., 2.29 MiB/sec. | ||
| 7975 | 2024.12.12 04:09:23.395402 [ 264 ] {8f220331-310b-4851-80ad-c4fa56ae5511} <Debug> TCPHandler: Processed in 0.005891503 sec. | ||
| 7976 | 2024.12.12 04:09:23.395781 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7977 | 2024.12.12 04:09:23.395983 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.007148502 sec., 336154.3439450671 rows/sec., 25.77 MiB/sec. | ||
| 7978 | 2024.12.12 04:09:23.396377 [ 263 ] {ec5a083d-dac3-4fd2-bdd4-df99ae29b7f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7979 | 2024.12.12 04:09:23.396488 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 7980 | 2024.12.12 04:09:23.396588 [ 196 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7981 | 2024.12.12 04:09:23.396622 [ 263 ] {ec5a083d-dac3-4fd2-bdd4-df99ae29b7f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7982 | 2024.12.12 04:09:23.397434 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7983 | 2024.12.12 04:09:23.397658 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17648 rows starting from the beginning of the part | ||
| 7984 | 2024.12.12 04:09:23.398044 [ 196 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_61_12} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7985 | 2024.12.12 04:09:23.398091 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 7986 | 2024.12.12 04:09:23.398607 [ 196 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_61_12} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7987 | 2024.12.12 04:09:23.398707 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 7988 | 2024.12.12 04:09:23.399055 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7989 | 2024.12.12 04:09:23.399284 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 880 rows starting from the beginning of the part | ||
| 7990 | 2024.12.12 04:09:23.399662 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 237 rows starting from the beginning of the part | ||
| 7991 | 2024.12.12 04:09:23.400012 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part | ||
| 7992 | 2024.12.12 04:09:23.400763 [ 263 ] {ec5a083d-dac3-4fd2-bdd4-df99ae29b7f2} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7993 | 2024.12.12 04:09:23.400832 [ 263 ] {ec5a083d-dac3-4fd2-bdd4-df99ae29b7f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 7994 | 2024.12.12 04:09:23.401565 [ 263 ] {ec5a083d-dac3-4fd2-bdd4-df99ae29b7f2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7995 | 2024.12.12 04:09:23.401907 [ 263 ] {ec5a083d-dac3-4fd2-bdd4-df99ae29b7f2} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7996 | 2024.12.12 04:09:23.402185 [ 42 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7997 | 2024.12.12 04:09:23.402254 [ 42 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7998 | 2024.12.12 04:09:23.402270 [ 263 ] {ec5a083d-dac3-4fd2-bdd4-df99ae29b7f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006134 sec., 9781.545484186501 rows/sec., 675.03 KiB/sec. | ||
| 7999 | 2024.12.12 04:09:23.402312 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8000 | 2024.12.12 04:09:23.402525 [ 263 ] {ec5a083d-dac3-4fd2-bdd4-df99ae29b7f2} <Debug> TCPHandler: Processed in 0.006953972 sec. | ||
| 8001 | 2024.12.12 04:09:23.402911 [ 199 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 8002 | 2024.12.12 04:09:23.403257 [ 199 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8003 | 2024.12.12 04:09:23.403344 [ 199 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3760 rows starting from the beginning of the part | ||
| 8004 | 2024.12.12 04:09:23.403688 [ 199 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 8005 | 2024.12.12 04:09:23.404044 [ 199 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 8006 | 2024.12.12 04:09:23.404338 [ 199 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 8007 | 2024.12.12 04:09:23.404512 [ 199 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 82 rows starting from the beginning of the part | ||
| 8008 | 2024.12.12 04:09:23.404624 [ 199 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 8009 | 2024.12.12 04:09:23.407971 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4104 rows, containing 4 columns (4 merged, 0 gathered) in 0.005377393 sec., 763195.1021619583 rows/sec., 49.85 MiB/sec. | ||
| 8010 | 2024.12.12 04:09:23.408684 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8011 | 2024.12.12 04:09:23.409039 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_61_12} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8012 | 2024.12.12 04:09:23.409144 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_61_12} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8013 | 2024.12.12 04:09:23.409283 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 8014 | 2024.12.12 04:09:23.409572 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19322 rows, containing 5 columns (5 merged, 0 gathered) in 0.0144809 sec., 1334309.3316023175 rows/sec., 90.21 MiB/sec. | ||
| 8015 | 2024.12.12 04:09:23.409900 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8016 | 2024.12.12 04:09:23.410210 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8017 | 2024.12.12 04:09:23.410297 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8018 | 2024.12.12 04:09:23.410383 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 8019 | 2024.12.12 04:09:26.905303 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1124 | ||
| 8020 | 2024.12.12 04:09:26.908434 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8021 | 2024.12.12 04:09:26.908498 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8022 | 2024.12.12 04:09:26.910005 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8023 | 2024.12.12 04:09:26.910338 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8024 | 2024.12.12 04:09:26.910578 [ 36 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8025 | 2024.12.12 04:09:26.910710 [ 36 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8026 | 2024.12.12 04:09:26.910786 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8027 | 2024.12.12 04:09:26.911510 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 8028 | 2024.12.12 04:09:26.912727 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1124 | ||
| 8029 | 2024.12.12 04:09:26.913162 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8030 | 2024.12.12 04:09:26.913353 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 964 rows starting from the beginning of the part | ||
| 8031 | 2024.12.12 04:09:26.913988 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part | ||
| 8032 | 2024.12.12 04:09:26.914620 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 8033 | 2024.12.12 04:09:26.915273 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part | ||
| 8034 | 2024.12.12 04:09:26.915771 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part | ||
| 8035 | 2024.12.12 04:09:26.916248 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 8036 | 2024.12.12 04:09:26.924804 [ 201 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1124 rows, containing 72 columns (72 merged, 0 gathered) in 0.013839653 sec., 81215.90909829893 rows/sec., 65.26 MiB/sec. | ||
| 8037 | 2024.12.12 04:09:26.926323 [ 201 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8038 | 2024.12.12 04:09:26.927182 [ 201 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_31_6} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8039 | 2024.12.12 04:09:26.927297 [ 201 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_31_6} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8040 | 2024.12.12 04:09:26.927657 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.66 MiB. | ||
| 8041 | 2024.12.12 04:09:28.385835 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8042 | 2024.12.12 04:09:28.386066 [ 264 ] {c340e153-d36e-495d-9ea7-9868d55b4133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8043 | 2024.12.12 04:09:28.386148 [ 264 ] {c340e153-d36e-495d-9ea7-9868d55b4133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8044 | 2024.12.12 04:09:28.386988 [ 264 ] {c340e153-d36e-495d-9ea7-9868d55b4133} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8045 | 2024.12.12 04:09:28.387032 [ 264 ] {c340e153-d36e-495d-9ea7-9868d55b4133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8046 | 2024.12.12 04:09:28.387456 [ 264 ] {c340e153-d36e-495d-9ea7-9868d55b4133} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8047 | 2024.12.12 04:09:28.387707 [ 264 ] {c340e153-d36e-495d-9ea7-9868d55b4133} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8048 | 2024.12.12 04:09:28.387939 [ 264 ] {c340e153-d36e-495d-9ea7-9868d55b4133} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001921 sec., 7287.870900572619 rows/sec., 524.63 KiB/sec. | ||
| 8049 | 2024.12.12 04:09:28.388029 [ 264 ] {c340e153-d36e-495d-9ea7-9868d55b4133} <Debug> TCPHandler: Processed in 0.002368462 sec. | ||
| 8050 | 2024.12.12 04:09:28.388413 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8051 | 2024.12.12 04:09:28.388716 [ 263 ] {21023d44-081b-4e6b-9d0d-5b50e9802284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8052 | 2024.12.12 04:09:28.388842 [ 263 ] {21023d44-081b-4e6b-9d0d-5b50e9802284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8053 | 2024.12.12 04:09:28.389566 [ 263 ] {21023d44-081b-4e6b-9d0d-5b50e9802284} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8054 | 2024.12.12 04:09:28.389612 [ 263 ] {21023d44-081b-4e6b-9d0d-5b50e9802284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8055 | 2024.12.12 04:09:28.390045 [ 263 ] {21023d44-081b-4e6b-9d0d-5b50e9802284} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8056 | 2024.12.12 04:09:28.390311 [ 263 ] {21023d44-081b-4e6b-9d0d-5b50e9802284} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8057 | 2024.12.12 04:09:28.390589 [ 263 ] {21023d44-081b-4e6b-9d0d-5b50e9802284} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001954 sec., 5117.707267144319 rows/sec., 417.31 KiB/sec. | ||
| 8058 | 2024.12.12 04:09:28.390812 [ 263 ] {21023d44-081b-4e6b-9d0d-5b50e9802284} <Debug> TCPHandler: Processed in 0.002624578 sec. | ||
| 8059 | 2024.12.12 04:09:28.391002 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8060 | 2024.12.12 04:09:28.391145 [ 264 ] {68e73d57-0210-443d-b30b-1c898e8b6ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8061 | 2024.12.12 04:09:28.391205 [ 264 ] {68e73d57-0210-443d-b30b-1c898e8b6ce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8062 | 2024.12.12 04:09:28.392008 [ 264 ] {68e73d57-0210-443d-b30b-1c898e8b6ce4} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8063 | 2024.12.12 04:09:28.392047 [ 264 ] {68e73d57-0210-443d-b30b-1c898e8b6ce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8064 | 2024.12.12 04:09:28.392428 [ 264 ] {68e73d57-0210-443d-b30b-1c898e8b6ce4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8065 | 2024.12.12 04:09:28.392674 [ 264 ] {68e73d57-0210-443d-b30b-1c898e8b6ce4} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8066 | 2024.12.12 04:09:28.392886 [ 264 ] {68e73d57-0210-443d-b30b-1c898e8b6ce4} <Debug> executeQuery: Read 286 rows, 25.79 KiB in 0.00176 sec., 162500 rows/sec., 14.31 MiB/sec. | ||
| 8067 | 2024.12.12 04:09:28.392949 [ 264 ] {68e73d57-0210-443d-b30b-1c898e8b6ce4} <Debug> TCPHandler: Processed in 0.002017653 sec. | ||
| 8068 | 2024.12.12 04:09:28.393185 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8069 | 2024.12.12 04:09:28.393382 [ 263 ] {cf8929e7-1c30-434f-9b61-2ef044336258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8070 | 2024.12.12 04:09:28.393449 [ 263 ] {cf8929e7-1c30-434f-9b61-2ef044336258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8071 | 2024.12.12 04:09:28.394116 [ 263 ] {cf8929e7-1c30-434f-9b61-2ef044336258} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8072 | 2024.12.12 04:09:28.394156 [ 263 ] {cf8929e7-1c30-434f-9b61-2ef044336258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8073 | 2024.12.12 04:09:28.394538 [ 263 ] {cf8929e7-1c30-434f-9b61-2ef044336258} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8074 | 2024.12.12 04:09:28.394860 [ 263 ] {cf8929e7-1c30-434f-9b61-2ef044336258} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8075 | 2024.12.12 04:09:28.395068 [ 263 ] {cf8929e7-1c30-434f-9b61-2ef044336258} <Debug> executeQuery: Read 56 rows, 4.09 KiB in 0.001718 sec., 32596.04190919674 rows/sec., 2.32 MiB/sec. | ||
| 8076 | 2024.12.12 04:09:28.395120 [ 263 ] {cf8929e7-1c30-434f-9b61-2ef044336258} <Debug> TCPHandler: Processed in 0.002078424 sec. | ||
| 8077 | 2024.12.12 04:09:28.395269 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8078 | 2024.12.12 04:09:28.395389 [ 264 ] {f2b7a3d0-d689-4236-abbe-7a5a4b299440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8079 | 2024.12.12 04:09:28.395438 [ 264 ] {f2b7a3d0-d689-4236-abbe-7a5a4b299440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8080 | 2024.12.12 04:09:28.396018 [ 264 ] {f2b7a3d0-d689-4236-abbe-7a5a4b299440} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8081 | 2024.12.12 04:09:28.396056 [ 264 ] {f2b7a3d0-d689-4236-abbe-7a5a4b299440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8082 | 2024.12.12 04:09:28.396414 [ 264 ] {f2b7a3d0-d689-4236-abbe-7a5a4b299440} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8083 | 2024.12.12 04:09:28.396654 [ 264 ] {f2b7a3d0-d689-4236-abbe-7a5a4b299440} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8084 | 2024.12.12 04:09:28.396850 [ 264 ] {f2b7a3d0-d689-4236-abbe-7a5a4b299440} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001475 sec., 9491.525423728814 rows/sec., 664.72 KiB/sec. | ||
| 8085 | 2024.12.12 04:09:28.396935 [ 264 ] {f2b7a3d0-d689-4236-abbe-7a5a4b299440} <Debug> TCPHandler: Processed in 0.001721135 sec. | ||
| 8086 | 2024.12.12 04:09:28.397140 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8087 | 2024.12.12 04:09:28.397269 [ 263 ] {dc14b994-cf23-4ba8-8143-4b1b4bf58995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8088 | 2024.12.12 04:09:28.397318 [ 263 ] {dc14b994-cf23-4ba8-8143-4b1b4bf58995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8089 | 2024.12.12 04:09:28.397920 [ 263 ] {dc14b994-cf23-4ba8-8143-4b1b4bf58995} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8090 | 2024.12.12 04:09:28.397962 [ 263 ] {dc14b994-cf23-4ba8-8143-4b1b4bf58995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8091 | 2024.12.12 04:09:28.398344 [ 263 ] {dc14b994-cf23-4ba8-8143-4b1b4bf58995} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8092 | 2024.12.12 04:09:28.398590 [ 263 ] {dc14b994-cf23-4ba8-8143-4b1b4bf58995} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8093 | 2024.12.12 04:09:28.398853 [ 263 ] {dc14b994-cf23-4ba8-8143-4b1b4bf58995} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001596 sec., 8145.363408521303 rows/sec., 507.86 KiB/sec. | ||
| 8094 | 2024.12.12 04:09:28.399055 [ 263 ] {dc14b994-cf23-4ba8-8143-4b1b4bf58995} <Debug> TCPHandler: Processed in 0.002007552 sec. | ||
| 8095 | 2024.12.12 04:09:28.399247 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8096 | 2024.12.12 04:09:28.399366 [ 264 ] {817f2093-e585-4971-af23-71e483c5ec2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8097 | 2024.12.12 04:09:28.399415 [ 264 ] {817f2093-e585-4971-af23-71e483c5ec2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8098 | 2024.12.12 04:09:28.400143 [ 264 ] {817f2093-e585-4971-af23-71e483c5ec2c} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8099 | 2024.12.12 04:09:28.400182 [ 264 ] {817f2093-e585-4971-af23-71e483c5ec2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8100 | 2024.12.12 04:09:28.400560 [ 264 ] {817f2093-e585-4971-af23-71e483c5ec2c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8101 | 2024.12.12 04:09:28.400803 [ 264 ] {817f2093-e585-4971-af23-71e483c5ec2c} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8102 | 2024.12.12 04:09:28.400983 [ 264 ] {817f2093-e585-4971-af23-71e483c5ec2c} <Debug> executeQuery: Read 431 rows, 31.62 KiB in 0.001641 sec., 262644.7288238879 rows/sec., 18.82 MiB/sec. | ||
| 8103 | 2024.12.12 04:09:28.401033 [ 264 ] {817f2093-e585-4971-af23-71e483c5ec2c} <Debug> TCPHandler: Processed in 0.001861649 sec. | ||
| 8104 | 2024.12.12 04:09:28.401179 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8105 | 2024.12.12 04:09:28.401303 [ 263 ] {1c0bc8fa-ac51-48ad-942f-e9dda1cdbc7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8106 | 2024.12.12 04:09:28.401355 [ 263 ] {1c0bc8fa-ac51-48ad-942f-e9dda1cdbc7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8107 | 2024.12.12 04:09:28.401859 [ 263 ] {1c0bc8fa-ac51-48ad-942f-e9dda1cdbc7c} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8108 | 2024.12.12 04:09:28.401900 [ 263 ] {1c0bc8fa-ac51-48ad-942f-e9dda1cdbc7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8109 | 2024.12.12 04:09:28.402278 [ 263 ] {1c0bc8fa-ac51-48ad-942f-e9dda1cdbc7c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8110 | 2024.12.12 04:09:28.402525 [ 263 ] {1c0bc8fa-ac51-48ad-942f-e9dda1cdbc7c} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8111 | 2024.12.12 04:09:28.402742 [ 263 ] {1c0bc8fa-ac51-48ad-942f-e9dda1cdbc7c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001464 sec., 4098.360655737705 rows/sec., 214.12 KiB/sec. | ||
| 8112 | 2024.12.12 04:09:28.402793 [ 263 ] {1c0bc8fa-ac51-48ad-942f-e9dda1cdbc7c} <Debug> TCPHandler: Processed in 0.001674824 sec. | ||
| 8113 | 2024.12.12 04:09:28.402952 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8114 | 2024.12.12 04:09:28.403092 [ 264 ] {7a023875-63f2-4cb3-9ef7-d6f2bfd47a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8115 | 2024.12.12 04:09:28.403155 [ 264 ] {7a023875-63f2-4cb3-9ef7-d6f2bfd47a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8116 | 2024.12.12 04:09:28.403837 [ 264 ] {7a023875-63f2-4cb3-9ef7-d6f2bfd47a3d} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8117 | 2024.12.12 04:09:28.403873 [ 264 ] {7a023875-63f2-4cb3-9ef7-d6f2bfd47a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8118 | 2024.12.12 04:09:28.404561 [ 264 ] {7a023875-63f2-4cb3-9ef7-d6f2bfd47a3d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8119 | 2024.12.12 04:09:28.404807 [ 264 ] {7a023875-63f2-4cb3-9ef7-d6f2bfd47a3d} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8120 | 2024.12.12 04:09:28.404986 [ 264 ] {7a023875-63f2-4cb3-9ef7-d6f2bfd47a3d} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001926 sec., 125649.01349948079 rows/sec., 8.43 MiB/sec. | ||
| 8121 | 2024.12.12 04:09:28.405037 [ 264 ] {7a023875-63f2-4cb3-9ef7-d6f2bfd47a3d} <Debug> TCPHandler: Processed in 0.002155256 sec. | ||
| 8122 | 2024.12.12 04:09:28.405186 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8123 | 2024.12.12 04:09:28.405327 [ 263 ] {685e8869-58b9-4acd-9da8-b084a9beb84d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8124 | 2024.12.12 04:09:28.405391 [ 263 ] {685e8869-58b9-4acd-9da8-b084a9beb84d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8125 | 2024.12.12 04:09:28.405940 [ 263 ] {685e8869-58b9-4acd-9da8-b084a9beb84d} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8126 | 2024.12.12 04:09:28.405981 [ 263 ] {685e8869-58b9-4acd-9da8-b084a9beb84d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8127 | 2024.12.12 04:09:28.406364 [ 263 ] {685e8869-58b9-4acd-9da8-b084a9beb84d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8128 | 2024.12.12 04:09:28.406610 [ 263 ] {685e8869-58b9-4acd-9da8-b084a9beb84d} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8129 | 2024.12.12 04:09:28.406822 [ 263 ] {685e8869-58b9-4acd-9da8-b084a9beb84d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001525 sec., 655.7377049180327 rows/sec., 44.19 KiB/sec. | ||
| 8130 | 2024.12.12 04:09:28.406872 [ 263 ] {685e8869-58b9-4acd-9da8-b084a9beb84d} <Debug> TCPHandler: Processed in 0.001753525 sec. | ||
| 8131 | 2024.12.12 04:09:28.407023 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8132 | 2024.12.12 04:09:28.407164 [ 264 ] {ed9bb4f3-75d1-416e-bb9d-5510cc5c6eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8133 | 2024.12.12 04:09:28.407258 [ 264 ] {ed9bb4f3-75d1-416e-bb9d-5510cc5c6eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8134 | 2024.12.12 04:09:28.408503 [ 264 ] {ed9bb4f3-75d1-416e-bb9d-5510cc5c6eff} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8135 | 2024.12.12 04:09:28.408541 [ 264 ] {ed9bb4f3-75d1-416e-bb9d-5510cc5c6eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8136 | 2024.12.12 04:09:28.409197 [ 264 ] {ed9bb4f3-75d1-416e-bb9d-5510cc5c6eff} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8137 | 2024.12.12 04:09:28.409471 [ 264 ] {ed9bb4f3-75d1-416e-bb9d-5510cc5c6eff} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8138 | 2024.12.12 04:09:28.409611 [ 34 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8139 | 2024.12.12 04:09:28.409664 [ 34 ] {} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8140 | 2024.12.12 04:09:28.409686 [ 264 ] {ed9bb4f3-75d1-416e-bb9d-5510cc5c6eff} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002549 sec., 15300.117693213024 rows/sec., 27.42 MiB/sec. | ||
| 8141 | 2024.12.12 04:09:28.409694 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8142 | 2024.12.12 04:09:28.410081 [ 264 ] {ed9bb4f3-75d1-416e-bb9d-5510cc5c6eff} <Debug> TCPHandler: Processed in 0.003119841 sec. | ||
| 8143 | 2024.12.12 04:09:28.410182 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::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 | ||
| 8144 | 2024.12.12 04:09:28.410361 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8145 | 2024.12.12 04:09:28.410672 [ 263 ] {f7a2eccd-7a2e-4144-bec3-d1b2b9fd797a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8146 | 2024.12.12 04:09:28.410817 [ 263 ] {f7a2eccd-7a2e-4144-bec3-d1b2b9fd797a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8147 | 2024.12.12 04:09:28.410848 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8148 | 2024.12.12 04:09:28.410982 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 945 rows starting from the beginning of the part | ||
| 8149 | 2024.12.12 04:09:28.411453 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part | ||
| 8150 | 2024.12.12 04:09:28.411922 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part | ||
| 8151 | 2024.12.12 04:09:28.412057 [ 263 ] {f7a2eccd-7a2e-4144-bec3-d1b2b9fd797a} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8152 | 2024.12.12 04:09:28.412137 [ 263 ] {f7a2eccd-7a2e-4144-bec3-d1b2b9fd797a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8153 | 2024.12.12 04:09:28.412316 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part | ||
| 8154 | 2024.12.12 04:09:28.412687 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part | ||
| 8155 | 2024.12.12 04:09:28.413004 [ 263 ] {f7a2eccd-7a2e-4144-bec3-d1b2b9fd797a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8156 | 2024.12.12 04:09:28.413024 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part | ||
| 8157 | 2024.12.12 04:09:28.413421 [ 263 ] {f7a2eccd-7a2e-4144-bec3-d1b2b9fd797a} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8158 | 2024.12.12 04:09:28.413758 [ 263 ] {f7a2eccd-7a2e-4144-bec3-d1b2b9fd797a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003176 sec., 25818.639798488664 rows/sec., 1.64 MiB/sec. | ||
| 8159 | 2024.12.12 04:09:28.413833 [ 263 ] {f7a2eccd-7a2e-4144-bec3-d1b2b9fd797a} <Debug> TCPHandler: Processed in 0.003597734 sec. | ||
| 8160 | 2024.12.12 04:09:28.419473 [ 189 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 19 columns (19 merged, 0 gathered) in 0.009625743 sec., 118432.41607427083 rows/sec., 212.23 MiB/sec. | ||
| 8161 | 2024.12.12 04:09:28.420734 [ 189 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8162 | 2024.12.12 04:09:28.421218 [ 189 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8163 | 2024.12.12 04:09:28.421319 [ 189 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8164 | 2024.12.12 04:09:28.421487 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.64 MiB. | ||
| 8165 | 2024.12.12 04:09:29.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.32 MiB, peak 228.53 MiB, free memory in arenas 0.00 B, will set to 220.64 MiB (RSS), difference: 1.32 MiB | ||
| 8166 | 2024.12.12 04:09:29.326362 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 8167 | 2024.12.12 04:09:29.327121 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8168 | 2024.12.12 04:09:29.327174 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8169 | 2024.12.12 04:09:29.327719 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8170 | 2024.12.12 04:09:29.327990 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8171 | 2024.12.12 04:09:29.328302 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 8172 | 2024.12.12 04:09:30.669965 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 | ||
| 8173 | 2024.12.12 04:09:30.690708 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8174 | 2024.12.12 04:09:30.690777 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8175 | 2024.12.12 04:09:30.698114 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8176 | 2024.12.12 04:09:30.698879 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8177 | 2024.12.12 04:09:30.701693 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324 | ||
| 8178 | 2024.12.12 04:09:33.379865 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8179 | 2024.12.12 04:09:33.380107 [ 264 ] {fce56b6a-817c-4945-b454-e979e6440f2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8180 | 2024.12.12 04:09:33.380217 [ 264 ] {fce56b6a-817c-4945-b454-e979e6440f2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8181 | 2024.12.12 04:09:33.381249 [ 264 ] {fce56b6a-817c-4945-b454-e979e6440f2b} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8182 | 2024.12.12 04:09:33.381300 [ 264 ] {fce56b6a-817c-4945-b454-e979e6440f2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8183 | 2024.12.12 04:09:33.381730 [ 264 ] {fce56b6a-817c-4945-b454-e979e6440f2b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8184 | 2024.12.12 04:09:33.381989 [ 264 ] {fce56b6a-817c-4945-b454-e979e6440f2b} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8185 | 2024.12.12 04:09:33.382251 [ 264 ] {fce56b6a-817c-4945-b454-e979e6440f2b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002223 sec., 25191.183085919925 rows/sec., 1.94 MiB/sec. | ||
| 8186 | 2024.12.12 04:09:33.382311 [ 264 ] {fce56b6a-817c-4945-b454-e979e6440f2b} <Debug> TCPHandler: Processed in 0.002590298 sec. | ||
| 8187 | 2024.12.12 04:09:33.382552 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8188 | 2024.12.12 04:09:33.382762 [ 263 ] {c283364d-dfd0-45d1-9933-b354bf5977ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8189 | 2024.12.12 04:09:33.382843 [ 263 ] {c283364d-dfd0-45d1-9933-b354bf5977ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8190 | 2024.12.12 04:09:33.383609 [ 263 ] {c283364d-dfd0-45d1-9933-b354bf5977ab} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8191 | 2024.12.12 04:09:33.383655 [ 263 ] {c283364d-dfd0-45d1-9933-b354bf5977ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8192 | 2024.12.12 04:09:33.384103 [ 263 ] {c283364d-dfd0-45d1-9933-b354bf5977ab} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8193 | 2024.12.12 04:09:33.384364 [ 263 ] {c283364d-dfd0-45d1-9933-b354bf5977ab} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8194 | 2024.12.12 04:09:33.384616 [ 263 ] {c283364d-dfd0-45d1-9933-b354bf5977ab} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001913 sec., 33455.3058024046 rows/sec., 2.61 MiB/sec. | ||
| 8195 | 2024.12.12 04:09:33.384674 [ 263 ] {c283364d-dfd0-45d1-9933-b354bf5977ab} <Debug> TCPHandler: Processed in 0.002259589 sec. | ||
| 8196 | 2024.12.12 04:09:33.384832 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8197 | 2024.12.12 04:09:33.384980 [ 264 ] {d9af7683-13d7-4c98-9145-bdd7206ce7ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8198 | 2024.12.12 04:09:33.385046 [ 264 ] {d9af7683-13d7-4c98-9145-bdd7206ce7ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8199 | 2024.12.12 04:09:33.385747 [ 264 ] {d9af7683-13d7-4c98-9145-bdd7206ce7ed} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8200 | 2024.12.12 04:09:33.385796 [ 264 ] {d9af7683-13d7-4c98-9145-bdd7206ce7ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8201 | 2024.12.12 04:09:33.386251 [ 264 ] {d9af7683-13d7-4c98-9145-bdd7206ce7ed} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8202 | 2024.12.12 04:09:33.386494 [ 264 ] {d9af7683-13d7-4c98-9145-bdd7206ce7ed} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8203 | 2024.12.12 04:09:33.386704 [ 264 ] {d9af7683-13d7-4c98-9145-bdd7206ce7ed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001757 sec., 91064.31417188389 rows/sec., 6.34 MiB/sec. | ||
| 8204 | 2024.12.12 04:09:33.386760 [ 264 ] {d9af7683-13d7-4c98-9145-bdd7206ce7ed} <Debug> TCPHandler: Processed in 0.001999542 sec. | ||
| 8205 | 2024.12.12 04:09:33.386895 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8206 | 2024.12.12 04:09:33.387021 [ 263 ] {e66fb3e6-f13b-4c80-8074-c3b468ce5013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8207 | 2024.12.12 04:09:33.387082 [ 263 ] {e66fb3e6-f13b-4c80-8074-c3b468ce5013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8208 | 2024.12.12 04:09:33.387691 [ 263 ] {e66fb3e6-f13b-4c80-8074-c3b468ce5013} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8209 | 2024.12.12 04:09:33.387737 [ 263 ] {e66fb3e6-f13b-4c80-8074-c3b468ce5013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8210 | 2024.12.12 04:09:33.388177 [ 263 ] {e66fb3e6-f13b-4c80-8074-c3b468ce5013} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8211 | 2024.12.12 04:09:33.388426 [ 263 ] {e66fb3e6-f13b-4c80-8074-c3b468ce5013} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8212 | 2024.12.12 04:09:33.388650 [ 263 ] {e66fb3e6-f13b-4c80-8074-c3b468ce5013} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00166 sec., 36144.57831325301 rows/sec., 2.44 MiB/sec. | ||
| 8213 | 2024.12.12 04:09:33.388701 [ 263 ] {e66fb3e6-f13b-4c80-8074-c3b468ce5013} <Debug> TCPHandler: Processed in 0.001862409 sec. | ||
| 8214 | 2024.12.12 04:09:36.666896 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8215 | 2024.12.12 04:09:36.666988 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8216 | 2024.12.12 04:09:36.828452 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 8217 | 2024.12.12 04:09:36.829548 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8218 | 2024.12.12 04:09:36.829591 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8219 | 2024.12.12 04:09:36.830111 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8220 | 2024.12.12 04:09:36.830368 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8221 | 2024.12.12 04:09:36.830582 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8222 | 2024.12.12 04:09:36.912923 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1156 | ||
| 8223 | 2024.12.12 04:09:36.915991 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8224 | 2024.12.12 04:09:36.916043 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8225 | 2024.12.12 04:09:36.917631 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8226 | 2024.12.12 04:09:36.917999 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8227 | 2024.12.12 04:09:36.919241 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1156 | ||
| 8228 | 2024.12.12 04:09:38.201788 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 | ||
| 8229 | 2024.12.12 04:09:38.223762 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8230 | 2024.12.12 04:09:38.223827 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8231 | 2024.12.12 04:09:38.231127 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8232 | 2024.12.12 04:09:38.231897 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8233 | 2024.12.12 04:09:38.234667 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8234 | 2024.12.12 04:09:38.386501 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8235 | 2024.12.12 04:09:38.386726 [ 264 ] {5477a882-3a40-495e-beb4-21fa45a478da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8236 | 2024.12.12 04:09:38.386809 [ 264 ] {5477a882-3a40-495e-beb4-21fa45a478da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8237 | 2024.12.12 04:09:38.387635 [ 264 ] {5477a882-3a40-495e-beb4-21fa45a478da} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8238 | 2024.12.12 04:09:38.387684 [ 264 ] {5477a882-3a40-495e-beb4-21fa45a478da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8239 | 2024.12.12 04:09:38.388115 [ 264 ] {5477a882-3a40-495e-beb4-21fa45a478da} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8240 | 2024.12.12 04:09:38.388363 [ 264 ] {5477a882-3a40-495e-beb4-21fa45a478da} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8241 | 2024.12.12 04:09:38.388559 [ 135 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8242 | 2024.12.12 04:09:38.388624 [ 264 ] {5477a882-3a40-495e-beb4-21fa45a478da} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec. | ||
| 8243 | 2024.12.12 04:09:38.388642 [ 135 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8244 | 2024.12.12 04:09:38.388712 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8245 | 2024.12.12 04:09:38.388762 [ 264 ] {5477a882-3a40-495e-beb4-21fa45a478da} <Debug> TCPHandler: Processed in 0.002403573 sec. | ||
| 8246 | 2024.12.12 04:09:38.389091 [ 188 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 8247 | 2024.12.12 04:09:38.389134 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8248 | 2024.12.12 04:09:38.389473 [ 188 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8249 | 2024.12.12 04:09:38.389496 [ 263 ] {b74404a9-9d2d-4507-984a-c81d36a1a0e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8250 | 2024.12.12 04:09:38.389518 [ 188 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 8251 | 2024.12.12 04:09:38.389593 [ 263 ] {b74404a9-9d2d-4507-984a-c81d36a1a0e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8252 | 2024.12.12 04:09:38.389666 [ 188 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 8253 | 2024.12.12 04:09:38.390019 [ 188 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 8254 | 2024.12.12 04:09:38.390325 [ 188 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 8255 | 2024.12.12 04:09:38.390736 [ 188 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 8256 | 2024.12.12 04:09:38.392018 [ 263 ] {b74404a9-9d2d-4507-984a-c81d36a1a0e3} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8257 | 2024.12.12 04:09:38.392070 [ 263 ] {b74404a9-9d2d-4507-984a-c81d36a1a0e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8258 | 2024.12.12 04:09:38.392357 [ 187 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003507159 sec., 19959.17493332923 rows/sec., 1.48 MiB/sec. | ||
| 8259 | 2024.12.12 04:09:38.392749 [ 187 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8260 | 2024.12.12 04:09:38.392789 [ 263 ] {b74404a9-9d2d-4507-984a-c81d36a1a0e3} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8261 | 2024.12.12 04:09:38.393354 [ 263 ] {b74404a9-9d2d-4507-984a-c81d36a1a0e3} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8262 | 2024.12.12 04:09:38.393517 [ 187 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_29_7} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8263 | 2024.12.12 04:09:38.393754 [ 187 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_29_7} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8264 | 2024.12.12 04:09:38.393789 [ 263 ] {b74404a9-9d2d-4507-984a-c81d36a1a0e3} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.004374 sec., 64243.25560128029 rows/sec., 5.68 MiB/sec. | ||
| 8265 | 2024.12.12 04:09:38.393954 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8266 | 2024.12.12 04:09:38.394025 [ 263 ] {b74404a9-9d2d-4507-984a-c81d36a1a0e3} <Debug> TCPHandler: Processed in 0.005100223 sec. | ||
| 8267 | 2024.12.12 04:09:38.394215 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8268 | 2024.12.12 04:09:38.394358 [ 264 ] {4d38360d-b34f-490a-bbba-4b9ebd387a07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8269 | 2024.12.12 04:09:38.394416 [ 264 ] {4d38360d-b34f-490a-bbba-4b9ebd387a07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8270 | 2024.12.12 04:09:38.395144 [ 264 ] {4d38360d-b34f-490a-bbba-4b9ebd387a07} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8271 | 2024.12.12 04:09:38.395191 [ 264 ] {4d38360d-b34f-490a-bbba-4b9ebd387a07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8272 | 2024.12.12 04:09:38.395555 [ 264 ] {4d38360d-b34f-490a-bbba-4b9ebd387a07} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8273 | 2024.12.12 04:09:38.395792 [ 264 ] {4d38360d-b34f-490a-bbba-4b9ebd387a07} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8274 | 2024.12.12 04:09:38.395947 [ 135 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8275 | 2024.12.12 04:09:38.395999 [ 135 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8276 | 2024.12.12 04:09:38.396030 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8277 | 2024.12.12 04:09:38.396036 [ 264 ] {4d38360d-b34f-490a-bbba-4b9ebd387a07} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001702 sec., 27027.027027027027 rows/sec., 1.94 MiB/sec. | ||
| 8278 | 2024.12.12 04:09:38.396372 [ 264 ] {4d38360d-b34f-490a-bbba-4b9ebd387a07} <Debug> TCPHandler: Processed in 0.002223428 sec. | ||
| 8279 | 2024.12.12 04:09:38.396631 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 8280 | 2024.12.12 04:09:38.396681 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8281 | 2024.12.12 04:09:38.397103 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8282 | 2024.12.12 04:09:38.397115 [ 263 ] {1aa85b14-6eca-4928-b702-abc57a5e431d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8283 | 2024.12.12 04:09:38.397165 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 64 rows starting from the beginning of the part | ||
| 8284 | 2024.12.12 04:09:38.397222 [ 263 ] {1aa85b14-6eca-4928-b702-abc57a5e431d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8285 | 2024.12.12 04:09:38.397468 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 8286 | 2024.12.12 04:09:38.397854 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 46 rows starting from the beginning of the part | ||
| 8287 | 2024.12.12 04:09:38.398199 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 46 rows starting from the beginning of the part | ||
| 8288 | 2024.12.12 04:09:38.398627 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part | ||
| 8289 | 2024.12.12 04:09:38.399024 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 46 rows starting from the beginning of the part | ||
| 8290 | 2024.12.12 04:09:38.400169 [ 263 ] {1aa85b14-6eca-4928-b702-abc57a5e431d} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8291 | 2024.12.12 04:09:38.400247 [ 263 ] {1aa85b14-6eca-4928-b702-abc57a5e431d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8292 | 2024.12.12 04:09:38.401407 [ 263 ] {1aa85b14-6eca-4928-b702-abc57a5e431d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8293 | 2024.12.12 04:09:38.401715 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 5 columns (5 merged, 0 gathered) in 0.005606329 sec., 54581.170673358625 rows/sec., 4.11 MiB/sec. | ||
| 8294 | 2024.12.12 04:09:38.401920 [ 263 ] {1aa85b14-6eca-4928-b702-abc57a5e431d} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8295 | 2024.12.12 04:09:38.402159 [ 193 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8296 | 2024.12.12 04:09:38.402394 [ 263 ] {1aa85b14-6eca-4928-b702-abc57a5e431d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005387 sec., 2598.8490811212178 rows/sec., 182.01 KiB/sec. | ||
| 8297 | 2024.12.12 04:09:38.402793 [ 263 ] {1aa85b14-6eca-4928-b702-abc57a5e431d} <Debug> TCPHandler: Processed in 0.006292775 sec. | ||
| 8298 | 2024.12.12 04:09:38.403171 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8299 | 2024.12.12 04:09:38.403184 [ 193 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_36_7} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8300 | 2024.12.12 04:09:38.403382 [ 264 ] {5ee29de5-fb3d-4680-aeae-99afea9d1b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8301 | 2024.12.12 04:09:38.403390 [ 193 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_36_7} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8302 | 2024.12.12 04:09:38.403456 [ 264 ] {5ee29de5-fb3d-4680-aeae-99afea9d1b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8303 | 2024.12.12 04:09:38.403611 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8304 | 2024.12.12 04:09:38.404171 [ 264 ] {5ee29de5-fb3d-4680-aeae-99afea9d1b54} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8305 | 2024.12.12 04:09:38.404215 [ 264 ] {5ee29de5-fb3d-4680-aeae-99afea9d1b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8306 | 2024.12.12 04:09:38.404570 [ 264 ] {5ee29de5-fb3d-4680-aeae-99afea9d1b54} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8307 | 2024.12.12 04:09:38.404817 [ 264 ] {5ee29de5-fb3d-4680-aeae-99afea9d1b54} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8308 | 2024.12.12 04:09:38.404992 [ 135 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8309 | 2024.12.12 04:09:38.405043 [ 135 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8310 | 2024.12.12 04:09:38.405075 [ 264 ] {5ee29de5-fb3d-4680-aeae-99afea9d1b54} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00173 sec., 7514.450867052024 rows/sec., 468.52 KiB/sec. | ||
| 8311 | 2024.12.12 04:09:38.405083 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8312 | 2024.12.12 04:09:38.405254 [ 264 ] {5ee29de5-fb3d-4680-aeae-99afea9d1b54} <Debug> TCPHandler: Processed in 0.00232343 sec. | ||
| 8313 | 2024.12.12 04:09:38.405319 [ 191 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 8314 | 2024.12.12 04:09:38.405464 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8315 | 2024.12.12 04:09:38.405516 [ 191 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8316 | 2024.12.12 04:09:38.405580 [ 191 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 8317 | 2024.12.12 04:09:38.405682 [ 263 ] {826c7204-eede-4b05-b522-634536b2f310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8318 | 2024.12.12 04:09:38.405847 [ 263 ] {826c7204-eede-4b05-b522-634536b2f310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8319 | 2024.12.12 04:09:38.405870 [ 191 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 8320 | 2024.12.12 04:09:38.406297 [ 191 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 8321 | 2024.12.12 04:09:38.406630 [ 191 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 8322 | 2024.12.12 04:09:38.406991 [ 191 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 8323 | 2024.12.12 04:09:38.408848 [ 263 ] {826c7204-eede-4b05-b522-634536b2f310} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8324 | 2024.12.12 04:09:38.408927 [ 263 ] {826c7204-eede-4b05-b522-634536b2f310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8325 | 2024.12.12 04:09:38.409586 [ 193 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004387797 sec., 14813.812033692535 rows/sec., 981.50 KiB/sec. | ||
| 8326 | 2024.12.12 04:09:38.409794 [ 186 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8327 | 2024.12.12 04:09:38.409904 [ 263 ] {826c7204-eede-4b05-b522-634536b2f310} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8328 | 2024.12.12 04:09:38.410273 [ 186 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_29_7} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8329 | 2024.12.12 04:09:38.410429 [ 263 ] {826c7204-eede-4b05-b522-634536b2f310} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8330 | 2024.12.12 04:09:38.410484 [ 186 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_29_7} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8331 | 2024.12.12 04:09:38.410671 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8332 | 2024.12.12 04:09:38.410897 [ 263 ] {826c7204-eede-4b05-b522-634536b2f310} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005279 sec., 79749.95264254593 rows/sec., 5.70 MiB/sec. | ||
| 8333 | 2024.12.12 04:09:38.411118 [ 263 ] {826c7204-eede-4b05-b522-634536b2f310} <Debug> TCPHandler: Processed in 0.005738587 sec. | ||
| 8334 | 2024.12.12 04:09:38.411360 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8335 | 2024.12.12 04:09:38.411498 [ 264 ] {a4b1bc95-230f-4129-b1e9-90a30964ec5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8336 | 2024.12.12 04:09:38.411549 [ 264 ] {a4b1bc95-230f-4129-b1e9-90a30964ec5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8337 | 2024.12.12 04:09:38.412053 [ 264 ] {a4b1bc95-230f-4129-b1e9-90a30964ec5c} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8338 | 2024.12.12 04:09:38.412092 [ 264 ] {a4b1bc95-230f-4129-b1e9-90a30964ec5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8339 | 2024.12.12 04:09:38.412452 [ 264 ] {a4b1bc95-230f-4129-b1e9-90a30964ec5c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8340 | 2024.12.12 04:09:38.412694 [ 264 ] {a4b1bc95-230f-4129-b1e9-90a30964ec5c} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8341 | 2024.12.12 04:09:38.412936 [ 264 ] {a4b1bc95-230f-4129-b1e9-90a30964ec5c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00145 sec., 4137.931034482759 rows/sec., 216.19 KiB/sec. | ||
| 8342 | 2024.12.12 04:09:38.413069 [ 264 ] {a4b1bc95-230f-4129-b1e9-90a30964ec5c} <Debug> TCPHandler: Processed in 0.001818687 sec. | ||
| 8343 | 2024.12.12 04:09:38.413314 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8344 | 2024.12.12 04:09:38.413454 [ 263 ] {0a84df7d-1ca1-4947-859c-c60a08786d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8345 | 2024.12.12 04:09:38.413519 [ 263 ] {0a84df7d-1ca1-4947-859c-c60a08786d36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8346 | 2024.12.12 04:09:38.414215 [ 263 ] {0a84df7d-1ca1-4947-859c-c60a08786d36} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8347 | 2024.12.12 04:09:38.414256 [ 263 ] {0a84df7d-1ca1-4947-859c-c60a08786d36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8348 | 2024.12.12 04:09:38.414668 [ 263 ] {0a84df7d-1ca1-4947-859c-c60a08786d36} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8349 | 2024.12.12 04:09:38.414915 [ 263 ] {0a84df7d-1ca1-4947-859c-c60a08786d36} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8350 | 2024.12.12 04:09:38.415171 [ 263 ] {0a84df7d-1ca1-4947-859c-c60a08786d36} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001744 sec., 135894.49541284403 rows/sec., 9.11 MiB/sec. | ||
| 8351 | 2024.12.12 04:09:38.415328 [ 263 ] {0a84df7d-1ca1-4947-859c-c60a08786d36} <Debug> TCPHandler: Processed in 0.002097395 sec. | ||
| 8352 | 2024.12.12 04:09:38.415591 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8353 | 2024.12.12 04:09:38.415750 [ 264 ] {c2af7dae-5bbc-4a37-8c33-71c31b03b3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8354 | 2024.12.12 04:09:38.415812 [ 264 ] {c2af7dae-5bbc-4a37-8c33-71c31b03b3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8355 | 2024.12.12 04:09:38.416350 [ 264 ] {c2af7dae-5bbc-4a37-8c33-71c31b03b3c3} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8356 | 2024.12.12 04:09:38.416390 [ 264 ] {c2af7dae-5bbc-4a37-8c33-71c31b03b3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8357 | 2024.12.12 04:09:38.416746 [ 264 ] {c2af7dae-5bbc-4a37-8c33-71c31b03b3c3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8358 | 2024.12.12 04:09:38.416984 [ 264 ] {c2af7dae-5bbc-4a37-8c33-71c31b03b3c3} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8359 | 2024.12.12 04:09:38.417241 [ 264 ] {c2af7dae-5bbc-4a37-8c33-71c31b03b3c3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00152 sec., 657.8947368421052 rows/sec., 44.33 KiB/sec. | ||
| 8360 | 2024.12.12 04:09:38.417443 [ 264 ] {c2af7dae-5bbc-4a37-8c33-71c31b03b3c3} <Debug> TCPHandler: Processed in 0.002007622 sec. | ||
| 8361 | 2024.12.12 04:09:38.417644 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8362 | 2024.12.12 04:09:38.417783 [ 263 ] {43d1ab92-c8a6-4d6d-b7ea-7607252ebfb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8363 | 2024.12.12 04:09:38.417883 [ 263 ] {43d1ab92-c8a6-4d6d-b7ea-7607252ebfb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8364 | 2024.12.12 04:09:38.419157 [ 263 ] {43d1ab92-c8a6-4d6d-b7ea-7607252ebfb6} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8365 | 2024.12.12 04:09:38.419197 [ 263 ] {43d1ab92-c8a6-4d6d-b7ea-7607252ebfb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8366 | 2024.12.12 04:09:38.419878 [ 263 ] {43d1ab92-c8a6-4d6d-b7ea-7607252ebfb6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8367 | 2024.12.12 04:09:38.420155 [ 263 ] {43d1ab92-c8a6-4d6d-b7ea-7607252ebfb6} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8368 | 2024.12.12 04:09:38.420460 [ 263 ] {43d1ab92-c8a6-4d6d-b7ea-7607252ebfb6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002701 sec., 14439.096630877453 rows/sec., 25.87 MiB/sec. | ||
| 8369 | 2024.12.12 04:09:38.420954 [ 263 ] {43d1ab92-c8a6-4d6d-b7ea-7607252ebfb6} <Debug> TCPHandler: Processed in 0.003409299 sec. | ||
| 8370 | 2024.12.12 04:09:38.421106 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8371 | 2024.12.12 04:09:38.421244 [ 264 ] {b16b1570-122c-439b-afe6-2c99824e3d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8372 | 2024.12.12 04:09:38.421301 [ 264 ] {b16b1570-122c-439b-afe6-2c99824e3d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8373 | 2024.12.12 04:09:38.421886 [ 264 ] {b16b1570-122c-439b-afe6-2c99824e3d4f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8374 | 2024.12.12 04:09:38.421932 [ 264 ] {b16b1570-122c-439b-afe6-2c99824e3d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8375 | 2024.12.12 04:09:38.422350 [ 264 ] {b16b1570-122c-439b-afe6-2c99824e3d4f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8376 | 2024.12.12 04:09:38.422595 [ 264 ] {b16b1570-122c-439b-afe6-2c99824e3d4f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8377 | 2024.12.12 04:09:38.422809 [ 264 ] {b16b1570-122c-439b-afe6-2c99824e3d4f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001595 sec., 51410.658307210026 rows/sec., 3.27 MiB/sec. | ||
| 8378 | 2024.12.12 04:09:38.422862 [ 264 ] {b16b1570-122c-439b-afe6-2c99824e3d4f} <Debug> TCPHandler: Processed in 0.001821698 sec. | ||
| 8379 | 2024.12.12 04:09:39.000232 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.06 MiB, peak 228.53 MiB, free memory in arenas 0.00 B, will set to 220.68 MiB (RSS), difference: -1.38 MiB | ||
| 8380 | 2024.12.12 04:09:40.718164 [ 144 ] {} <Debug> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8381 | 2024.12.12 04:09:40.718287 [ 144 ] {} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8382 | 2024.12.12 04:09:40.718317 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8383 | 2024.12.12 04:09:40.718534 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 8384 | 2024.12.12 04:09:40.718718 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8385 | 2024.12.12 04:09:40.718756 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 8386 | 2024.12.12 04:09:40.718839 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part | ||
| 8387 | 2024.12.12 04:09:40.719054 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 8388 | 2024.12.12 04:09:40.719292 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 8389 | 2024.12.12 04:09:40.719418 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 8390 | 2024.12.12 04:09:40.720333 [ 193 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.001934968 sec., 23773.002964390107 rows/sec., 1.98 MiB/sec. | ||
| 8391 | 2024.12.12 04:09:40.720560 [ 195 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8392 | 2024.12.12 04:09:40.720923 [ 195 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_13_3} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8393 | 2024.12.12 04:09:40.721021 [ 195 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_13_3} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8394 | 2024.12.12 04:09:40.721131 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8395 | 2024.12.12 04:09:43.409705 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8396 | 2024.12.12 04:09:43.409892 [ 264 ] {a188d157-67a5-4bdd-91e7-227eda860924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8397 | 2024.12.12 04:09:43.409964 [ 264 ] {a188d157-67a5-4bdd-91e7-227eda860924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8398 | 2024.12.12 04:09:43.410734 [ 264 ] {a188d157-67a5-4bdd-91e7-227eda860924} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8399 | 2024.12.12 04:09:43.410778 [ 264 ] {a188d157-67a5-4bdd-91e7-227eda860924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8400 | 2024.12.12 04:09:43.411181 [ 264 ] {a188d157-67a5-4bdd-91e7-227eda860924} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8401 | 2024.12.12 04:09:43.411442 [ 264 ] {a188d157-67a5-4bdd-91e7-227eda860924} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8402 | 2024.12.12 04:09:43.411681 [ 264 ] {a188d157-67a5-4bdd-91e7-227eda860924} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001842 sec., 3257.328990228013 rows/sec., 265.61 KiB/sec. | ||
| 8403 | 2024.12.12 04:09:43.411740 [ 264 ] {a188d157-67a5-4bdd-91e7-227eda860924} <Debug> TCPHandler: Processed in 0.002163526 sec. | ||
| 8404 | 2024.12.12 04:09:43.411996 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8405 | 2024.12.12 04:09:43.412184 [ 263 ] {3ce1cacb-de72-46b5-aacf-65323fdae8f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8406 | 2024.12.12 04:09:43.412257 [ 263 ] {3ce1cacb-de72-46b5-aacf-65323fdae8f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8407 | 2024.12.12 04:09:43.413718 [ 263 ] {3ce1cacb-de72-46b5-aacf-65323fdae8f1} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8408 | 2024.12.12 04:09:43.413762 [ 263 ] {3ce1cacb-de72-46b5-aacf-65323fdae8f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8409 | 2024.12.12 04:09:43.414274 [ 263 ] {3ce1cacb-de72-46b5-aacf-65323fdae8f1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8410 | 2024.12.12 04:09:43.414529 [ 263 ] {3ce1cacb-de72-46b5-aacf-65323fdae8f1} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8411 | 2024.12.12 04:09:43.414757 [ 263 ] {3ce1cacb-de72-46b5-aacf-65323fdae8f1} <Debug> executeQuery: Read 1199 rows, 101.19 KiB in 0.002619 sec., 457808.3237877053 rows/sec., 37.73 MiB/sec. | ||
| 8412 | 2024.12.12 04:09:43.414845 [ 263 ] {3ce1cacb-de72-46b5-aacf-65323fdae8f1} <Debug> TCPHandler: Processed in 0.00298406 sec. | ||
| 8413 | 2024.12.12 04:09:43.415067 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8414 | 2024.12.12 04:09:43.415196 [ 264 ] {ff7879b3-2cad-4682-881e-4662cc0f9a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8415 | 2024.12.12 04:09:43.415246 [ 264 ] {ff7879b3-2cad-4682-881e-4662cc0f9a42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8416 | 2024.12.12 04:09:43.415831 [ 264 ] {ff7879b3-2cad-4682-881e-4662cc0f9a42} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8417 | 2024.12.12 04:09:43.415870 [ 264 ] {ff7879b3-2cad-4682-881e-4662cc0f9a42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8418 | 2024.12.12 04:09:43.416225 [ 264 ] {ff7879b3-2cad-4682-881e-4662cc0f9a42} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8419 | 2024.12.12 04:09:43.416488 [ 264 ] {ff7879b3-2cad-4682-881e-4662cc0f9a42} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8420 | 2024.12.12 04:09:43.416697 [ 264 ] {ff7879b3-2cad-4682-881e-4662cc0f9a42} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001527 sec., 3929.2730844793714 rows/sec., 274.36 KiB/sec. | ||
| 8421 | 2024.12.12 04:09:43.416750 [ 264 ] {ff7879b3-2cad-4682-881e-4662cc0f9a42} <Debug> TCPHandler: Processed in 0.001787037 sec. | ||
| 8422 | 2024.12.12 04:09:43.416898 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8423 | 2024.12.12 04:09:43.417024 [ 263 ] {728203ec-94d9-48ee-811b-babf13399c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8424 | 2024.12.12 04:09:43.417078 [ 263 ] {728203ec-94d9-48ee-811b-babf13399c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8425 | 2024.12.12 04:09:43.417753 [ 263 ] {728203ec-94d9-48ee-811b-babf13399c47} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8426 | 2024.12.12 04:09:43.417790 [ 263 ] {728203ec-94d9-48ee-811b-babf13399c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8427 | 2024.12.12 04:09:43.418177 [ 263 ] {728203ec-94d9-48ee-811b-babf13399c47} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8428 | 2024.12.12 04:09:43.418430 [ 263 ] {728203ec-94d9-48ee-811b-babf13399c47} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8429 | 2024.12.12 04:09:43.418570 [ 148 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8430 | 2024.12.12 04:09:43.418613 [ 148 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8431 | 2024.12.12 04:09:43.418616 [ 263 ] {728203ec-94d9-48ee-811b-babf13399c47} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001619 sec., 140827.67140210007 rows/sec., 9.54 MiB/sec. | ||
| 8432 | 2024.12.12 04:09:43.418638 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8433 | 2024.12.12 04:09:43.418717 [ 263 ] {728203ec-94d9-48ee-811b-babf13399c47} <Debug> TCPHandler: Processed in 0.001875569 sec. | ||
| 8434 | 2024.12.12 04:09:43.418898 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8435 | 2024.12.12 04:09:43.418901 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::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 | ||
| 8436 | 2024.12.12 04:09:43.419045 [ 264 ] {d79e5980-c59a-4d6e-818f-4af0453e53b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8437 | 2024.12.12 04:09:43.419086 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8438 | 2024.12.12 04:09:43.419106 [ 264 ] {d79e5980-c59a-4d6e-818f-4af0453e53b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8439 | 2024.12.12 04:09:43.419134 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 243 rows starting from the beginning of the part | ||
| 8440 | 2024.12.12 04:09:43.419320 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 228 rows starting from the beginning of the part | ||
| 8441 | 2024.12.12 04:09:43.419657 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 8442 | 2024.12.12 04:09:43.420001 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 8443 | 2024.12.12 04:09:43.420358 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 8444 | 2024.12.12 04:09:43.420601 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 228 rows starting from the beginning of the part | ||
| 8445 | 2024.12.12 04:09:43.421504 [ 264 ] {d79e5980-c59a-4d6e-818f-4af0453e53b1} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8446 | 2024.12.12 04:09:43.421550 [ 264 ] {d79e5980-c59a-4d6e-818f-4af0453e53b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8447 | 2024.12.12 04:09:43.422113 [ 264 ] {d79e5980-c59a-4d6e-818f-4af0453e53b1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8448 | 2024.12.12 04:09:43.422279 [ 193 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.00354367 sec., 209105.24964231998 rows/sec., 14.97 MiB/sec. | ||
| 8449 | 2024.12.12 04:09:43.422520 [ 264 ] {d79e5980-c59a-4d6e-818f-4af0453e53b1} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8450 | 2024.12.12 04:09:43.422619 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8451 | 2024.12.12 04:09:43.422976 [ 264 ] {d79e5980-c59a-4d6e-818f-4af0453e53b1} <Debug> executeQuery: Read 526 rows, 39.89 KiB in 0.00397 sec., 132493.70277078086 rows/sec., 9.81 MiB/sec. | ||
| 8452 | 2024.12.12 04:09:43.423320 [ 264 ] {d79e5980-c59a-4d6e-818f-4af0453e53b1} <Debug> TCPHandler: Processed in 0.004492717 sec. | ||
| 8453 | 2024.12.12 04:09:43.423659 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8454 | 2024.12.12 04:09:43.423783 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_41_8} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8455 | 2024.12.12 04:09:43.423992 [ 263 ] {59eb3a48-7d09-4082-9294-0e577cff3ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8456 | 2024.12.12 04:09:43.424006 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_41_8} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8457 | 2024.12.12 04:09:43.424082 [ 263 ] {59eb3a48-7d09-4082-9294-0e577cff3ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8458 | 2024.12.12 04:09:43.424201 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 8459 | 2024.12.12 04:09:43.425002 [ 263 ] {59eb3a48-7d09-4082-9294-0e577cff3ffe} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8460 | 2024.12.12 04:09:43.425044 [ 263 ] {59eb3a48-7d09-4082-9294-0e577cff3ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8461 | 2024.12.12 04:09:43.425494 [ 263 ] {59eb3a48-7d09-4082-9294-0e577cff3ffe} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8462 | 2024.12.12 04:09:43.425740 [ 263 ] {59eb3a48-7d09-4082-9294-0e577cff3ffe} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8463 | 2024.12.12 04:09:43.425925 [ 263 ] {59eb3a48-7d09-4082-9294-0e577cff3ffe} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.002002 sec., 441058.94105894107 rows/sec., 29.68 MiB/sec. | ||
| 8464 | 2024.12.12 04:09:43.425977 [ 263 ] {59eb3a48-7d09-4082-9294-0e577cff3ffe} <Debug> TCPHandler: Processed in 0.002525326 sec. | ||
| 8465 | 2024.12.12 04:09:43.426133 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8466 | 2024.12.12 04:09:43.426271 [ 264 ] {b75bf173-c094-43d3-a4c2-e8879ade1020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8467 | 2024.12.12 04:09:43.426331 [ 264 ] {b75bf173-c094-43d3-a4c2-e8879ade1020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8468 | 2024.12.12 04:09:43.426918 [ 264 ] {b75bf173-c094-43d3-a4c2-e8879ade1020} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8469 | 2024.12.12 04:09:43.426965 [ 264 ] {b75bf173-c094-43d3-a4c2-e8879ade1020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8470 | 2024.12.12 04:09:43.427405 [ 264 ] {b75bf173-c094-43d3-a4c2-e8879ade1020} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8471 | 2024.12.12 04:09:43.427641 [ 264 ] {b75bf173-c094-43d3-a4c2-e8879ade1020} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8472 | 2024.12.12 04:09:43.427860 [ 264 ] {b75bf173-c094-43d3-a4c2-e8879ade1020} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001619 sec., 37059.91352686844 rows/sec., 2.50 MiB/sec. | ||
| 8473 | 2024.12.12 04:09:43.427909 [ 264 ] {b75bf173-c094-43d3-a4c2-e8879ade1020} <Debug> TCPHandler: Processed in 0.001843008 sec. | ||
| 8474 | 2024.12.12 04:09:44.330707 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 8475 | 2024.12.12 04:09:44.331383 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8476 | 2024.12.12 04:09:44.331432 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 8477 | 2024.12.12 04:09:44.332023 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8478 | 2024.12.12 04:09:44.332284 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8479 | 2024.12.12 04:09:44.332550 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 8480 | 2024.12.12 04:09:45.734729 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8481 | 2024.12.12 04:09:45.757053 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8482 | 2024.12.12 04:09:45.757121 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8483 | 2024.12.12 04:09:45.765741 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8484 | 2024.12.12 04:09:45.766531 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8485 | 2024.12.12 04:09:45.769414 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8486 | 2024.12.12 04:09:46.919416 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1192 | ||
| 8487 | 2024.12.12 04:09:46.922529 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8488 | 2024.12.12 04:09:46.922574 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8489 | 2024.12.12 04:09:46.924039 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8490 | 2024.12.12 04:09:46.924356 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8491 | 2024.12.12 04:09:46.924873 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1192 | ||
| 8492 | 2024.12.12 04:09:48.386129 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8493 | 2024.12.12 04:09:48.386353 [ 264 ] {dacddeae-90ac-4bee-a31d-2bae9555a4a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8494 | 2024.12.12 04:09:48.386437 [ 264 ] {dacddeae-90ac-4bee-a31d-2bae9555a4a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8495 | 2024.12.12 04:09:48.387220 [ 264 ] {dacddeae-90ac-4bee-a31d-2bae9555a4a8} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8496 | 2024.12.12 04:09:48.387267 [ 264 ] {dacddeae-90ac-4bee-a31d-2bae9555a4a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8497 | 2024.12.12 04:09:48.387707 [ 264 ] {dacddeae-90ac-4bee-a31d-2bae9555a4a8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8498 | 2024.12.12 04:09:48.387971 [ 264 ] {dacddeae-90ac-4bee-a31d-2bae9555a4a8} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8499 | 2024.12.12 04:09:48.388222 [ 264 ] {dacddeae-90ac-4bee-a31d-2bae9555a4a8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001928 sec., 7261.410788381742 rows/sec., 522.72 KiB/sec. | ||
| 8500 | 2024.12.12 04:09:48.388292 [ 264 ] {dacddeae-90ac-4bee-a31d-2bae9555a4a8} <Debug> TCPHandler: Processed in 0.00230773 sec. | ||
| 8501 | 2024.12.12 04:09:48.388564 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8502 | 2024.12.12 04:09:48.388783 [ 263 ] {caa69b62-90e0-447b-848c-21d5f113fdf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8503 | 2024.12.12 04:09:48.388868 [ 263 ] {caa69b62-90e0-447b-848c-21d5f113fdf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8504 | 2024.12.12 04:09:48.389877 [ 263 ] {caa69b62-90e0-447b-848c-21d5f113fdf0} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8505 | 2024.12.12 04:09:48.389930 [ 263 ] {caa69b62-90e0-447b-848c-21d5f113fdf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8506 | 2024.12.12 04:09:48.390394 [ 263 ] {caa69b62-90e0-447b-848c-21d5f113fdf0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8507 | 2024.12.12 04:09:48.390666 [ 263 ] {caa69b62-90e0-447b-848c-21d5f113fdf0} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8508 | 2024.12.12 04:09:48.390873 [ 55 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8509 | 2024.12.12 04:09:48.390936 [ 263 ] {caa69b62-90e0-447b-848c-21d5f113fdf0} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002211 sec., 127091.81365897784 rows/sec., 11.23 MiB/sec. | ||
| 8510 | 2024.12.12 04:09:48.390961 [ 55 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8511 | 2024.12.12 04:09:48.391018 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8512 | 2024.12.12 04:09:48.391078 [ 263 ] {caa69b62-90e0-447b-848c-21d5f113fdf0} <Debug> TCPHandler: Processed in 0.002656109 sec. | ||
| 8513 | 2024.12.12 04:09:48.391347 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8514 | 2024.12.12 04:09:48.391371 [ 186 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 8515 | 2024.12.12 04:09:48.391749 [ 264 ] {54bfc512-5417-4cd5-b54c-348d0e10886a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8516 | 2024.12.12 04:09:48.391912 [ 186 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8517 | 2024.12.12 04:09:48.391932 [ 264 ] {54bfc512-5417-4cd5-b54c-348d0e10886a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8518 | 2024.12.12 04:09:48.392064 [ 186 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1432 rows starting from the beginning of the part | ||
| 8519 | 2024.12.12 04:09:48.392477 [ 186 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 286 rows starting from the beginning of the part | ||
| 8520 | 2024.12.12 04:09:48.393124 [ 186 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 8521 | 2024.12.12 04:09:48.393468 [ 186 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 281 rows starting from the beginning of the part | ||
| 8522 | 2024.12.12 04:09:48.393692 [ 186 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1199 rows starting from the beginning of the part | ||
| 8523 | 2024.12.12 04:09:48.393906 [ 186 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 281 rows starting from the beginning of the part | ||
| 8524 | 2024.12.12 04:09:48.394806 [ 264 ] {54bfc512-5417-4cd5-b54c-348d0e10886a} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8525 | 2024.12.12 04:09:48.394874 [ 264 ] {54bfc512-5417-4cd5-b54c-348d0e10886a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8526 | 2024.12.12 04:09:48.395444 [ 264 ] {54bfc512-5417-4cd5-b54c-348d0e10886a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8527 | 2024.12.12 04:09:48.395737 [ 264 ] {54bfc512-5417-4cd5-b54c-348d0e10886a} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8528 | 2024.12.12 04:09:48.395975 [ 264 ] {54bfc512-5417-4cd5-b54c-348d0e10886a} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004386 sec., 10487.916096671226 rows/sec., 772.61 KiB/sec. | ||
| 8529 | 2024.12.12 04:09:48.396046 [ 264 ] {54bfc512-5417-4cd5-b54c-348d0e10886a} <Debug> TCPHandler: Processed in 0.004842277 sec. | ||
| 8530 | 2024.12.12 04:09:48.396243 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8531 | 2024.12.12 04:09:48.396441 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3535 rows, containing 5 columns (5 merged, 0 gathered) in 0.005321393 sec., 664299.7425674067 rows/sec., 58.51 MiB/sec. | ||
| 8532 | 2024.12.12 04:09:48.396474 [ 263 ] {8c594289-f17c-4ae3-8617-bb365cb20193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8533 | 2024.12.12 04:09:48.396544 [ 263 ] {8c594289-f17c-4ae3-8617-bb365cb20193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8534 | 2024.12.12 04:09:48.396740 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8535 | 2024.12.12 04:09:48.397224 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_66_13} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8536 | 2024.12.12 04:09:48.397383 [ 196 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_66_13} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8537 | 2024.12.12 04:09:48.397388 [ 263 ] {8c594289-f17c-4ae3-8617-bb365cb20193} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8538 | 2024.12.12 04:09:48.397436 [ 263 ] {8c594289-f17c-4ae3-8617-bb365cb20193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8539 | 2024.12.12 04:09:48.397510 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
| 8540 | 2024.12.12 04:09:48.397848 [ 263 ] {8c594289-f17c-4ae3-8617-bb365cb20193} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8541 | 2024.12.12 04:09:48.398087 [ 263 ] {8c594289-f17c-4ae3-8617-bb365cb20193} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8542 | 2024.12.12 04:09:48.398296 [ 263 ] {8c594289-f17c-4ae3-8617-bb365cb20193} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001871 sec., 7482.629609834313 rows/sec., 524.03 KiB/sec. | ||
| 8543 | 2024.12.12 04:09:48.398355 [ 263 ] {8c594289-f17c-4ae3-8617-bb365cb20193} <Debug> TCPHandler: Processed in 0.002224108 sec. | ||
| 8544 | 2024.12.12 04:09:48.398528 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8545 | 2024.12.12 04:09:48.398673 [ 264 ] {0d3cd9ac-1484-43ae-8e98-363540cb049f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8546 | 2024.12.12 04:09:48.398733 [ 264 ] {0d3cd9ac-1484-43ae-8e98-363540cb049f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8547 | 2024.12.12 04:09:48.399425 [ 264 ] {0d3cd9ac-1484-43ae-8e98-363540cb049f} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8548 | 2024.12.12 04:09:48.399474 [ 264 ] {0d3cd9ac-1484-43ae-8e98-363540cb049f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8549 | 2024.12.12 04:09:48.399867 [ 264 ] {0d3cd9ac-1484-43ae-8e98-363540cb049f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8550 | 2024.12.12 04:09:48.400118 [ 264 ] {0d3cd9ac-1484-43ae-8e98-363540cb049f} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8551 | 2024.12.12 04:09:48.400333 [ 264 ] {0d3cd9ac-1484-43ae-8e98-363540cb049f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001694 sec., 7674.144037780402 rows/sec., 478.48 KiB/sec. | ||
| 8552 | 2024.12.12 04:09:48.400388 [ 264 ] {0d3cd9ac-1484-43ae-8e98-363540cb049f} <Debug> TCPHandler: Processed in 0.00193092 sec. | ||
| 8553 | 2024.12.12 04:09:48.400533 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8554 | 2024.12.12 04:09:48.400675 [ 263 ] {16b00239-abb4-4002-ab0d-ccad5c712d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8555 | 2024.12.12 04:09:48.400734 [ 263 ] {16b00239-abb4-4002-ab0d-ccad5c712d84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8556 | 2024.12.12 04:09:48.401601 [ 263 ] {16b00239-abb4-4002-ab0d-ccad5c712d84} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8557 | 2024.12.12 04:09:48.401641 [ 263 ] {16b00239-abb4-4002-ab0d-ccad5c712d84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8558 | 2024.12.12 04:09:48.402027 [ 263 ] {16b00239-abb4-4002-ab0d-ccad5c712d84} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8559 | 2024.12.12 04:09:48.402267 [ 263 ] {16b00239-abb4-4002-ab0d-ccad5c712d84} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8560 | 2024.12.12 04:09:48.402432 [ 55 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8561 | 2024.12.12 04:09:48.402499 [ 55 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8562 | 2024.12.12 04:09:48.402523 [ 263 ] {16b00239-abb4-4002-ab0d-ccad5c712d84} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001879 sec., 224055.34858967536 rows/sec., 16.01 MiB/sec. | ||
| 8563 | 2024.12.12 04:09:48.402556 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8564 | 2024.12.12 04:09:48.402673 [ 263 ] {16b00239-abb4-4002-ab0d-ccad5c712d84} <Debug> TCPHandler: Processed in 0.002187927 sec. | ||
| 8565 | 2024.12.12 04:09:48.402883 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 8566 | 2024.12.12 04:09:48.402894 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8567 | 2024.12.12 04:09:48.403051 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8568 | 2024.12.12 04:09:48.403079 [ 264 ] {3e43f3b2-4b22-4d24-a978-7debbe117f8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8569 | 2024.12.12 04:09:48.403094 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part | ||
| 8570 | 2024.12.12 04:09:48.403158 [ 264 ] {3e43f3b2-4b22-4d24-a978-7debbe117f8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8571 | 2024.12.12 04:09:48.403299 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 431 rows starting from the beginning of the part | ||
| 8572 | 2024.12.12 04:09:48.403711 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 8573 | 2024.12.12 04:09:48.403935 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 421 rows starting from the beginning of the part | ||
| 8574 | 2024.12.12 04:09:48.404202 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 526 rows starting from the beginning of the part | ||
| 8575 | 2024.12.12 04:09:48.404518 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 421 rows starting from the beginning of the part | ||
| 8576 | 2024.12.12 04:09:48.405061 [ 264 ] {3e43f3b2-4b22-4d24-a978-7debbe117f8a} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8577 | 2024.12.12 04:09:48.405109 [ 264 ] {3e43f3b2-4b22-4d24-a978-7debbe117f8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8578 | 2024.12.12 04:09:48.405680 [ 264 ] {3e43f3b2-4b22-4d24-a978-7debbe117f8a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8579 | 2024.12.12 04:09:48.405981 [ 264 ] {3e43f3b2-4b22-4d24-a978-7debbe117f8a} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8580 | 2024.12.12 04:09:48.406219 [ 264 ] {3e43f3b2-4b22-4d24-a978-7debbe117f8a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003183 sec., 1885.014137606032 rows/sec., 98.48 KiB/sec. | ||
| 8581 | 2024.12.12 04:09:48.406331 [ 264 ] {3e43f3b2-4b22-4d24-a978-7debbe117f8a} <Debug> TCPHandler: Processed in 0.003537652 sec. | ||
| 8582 | 2024.12.12 04:09:48.406592 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8583 | 2024.12.12 04:09:48.406619 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 5 columns (5 merged, 0 gathered) in 0.003924823 sec., 707293.0422594853 rows/sec., 54.02 MiB/sec. | ||
| 8584 | 2024.12.12 04:09:48.406797 [ 263 ] {a1f9d128-d379-40a1-9813-c589091daf4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8585 | 2024.12.12 04:09:48.406832 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8586 | 2024.12.12 04:09:48.406947 [ 263 ] {a1f9d128-d379-40a1-9813-c589091daf4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8587 | 2024.12.12 04:09:48.407435 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_66_13} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8588 | 2024.12.12 04:09:48.407641 [ 190 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_66_13} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8589 | 2024.12.12 04:09:48.407741 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 8590 | 2024.12.12 04:09:48.408042 [ 263 ] {a1f9d128-d379-40a1-9813-c589091daf4c} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8591 | 2024.12.12 04:09:48.408085 [ 263 ] {a1f9d128-d379-40a1-9813-c589091daf4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8592 | 2024.12.12 04:09:48.408483 [ 263 ] {a1f9d128-d379-40a1-9813-c589091daf4c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8593 | 2024.12.12 04:09:48.408729 [ 263 ] {a1f9d128-d379-40a1-9813-c589091daf4c} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8594 | 2024.12.12 04:09:48.408904 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8595 | 2024.12.12 04:09:48.408961 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8596 | 2024.12.12 04:09:48.408975 [ 263 ] {a1f9d128-d379-40a1-9813-c589091daf4c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002239 sec., 105850.82626172398 rows/sec., 7.09 MiB/sec. | ||
| 8597 | 2024.12.12 04:09:48.408996 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8598 | 2024.12.12 04:09:48.409218 [ 263 ] {a1f9d128-d379-40a1-9813-c589091daf4c} <Debug> TCPHandler: Processed in 0.002777533 sec. | ||
| 8599 | 2024.12.12 04:09:48.409372 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 8600 | 2024.12.12 04:09:48.409522 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8601 | 2024.12.12 04:09:48.409816 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8602 | 2024.12.12 04:09:48.409944 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 19322 rows starting from the beginning of the part | ||
| 8603 | 2024.12.12 04:09:48.409975 [ 264 ] {cf341eaf-c98f-4470-9edb-37729f9c16b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8604 | 2024.12.12 04:09:48.410217 [ 264 ] {cf341eaf-c98f-4470-9edb-37729f9c16b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8605 | 2024.12.12 04:09:48.410385 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 242 rows starting from the beginning of the part | ||
| 8606 | 2024.12.12 04:09:48.410886 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 8607 | 2024.12.12 04:09:48.411339 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 8608 | 2024.12.12 04:09:48.411700 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 883 rows starting from the beginning of the part | ||
| 8609 | 2024.12.12 04:09:48.412109 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
| 8610 | 2024.12.12 04:09:48.413390 [ 264 ] {cf341eaf-c98f-4470-9edb-37729f9c16b5} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8611 | 2024.12.12 04:09:48.413480 [ 264 ] {cf341eaf-c98f-4470-9edb-37729f9c16b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8612 | 2024.12.12 04:09:48.414012 [ 264 ] {cf341eaf-c98f-4470-9edb-37729f9c16b5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8613 | 2024.12.12 04:09:48.414344 [ 264 ] {cf341eaf-c98f-4470-9edb-37729f9c16b5} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8614 | 2024.12.12 04:09:48.414625 [ 47 ] {} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8615 | 2024.12.12 04:09:48.414743 [ 47 ] {} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8616 | 2024.12.12 04:09:48.414800 [ 264 ] {cf341eaf-c98f-4470-9edb-37729f9c16b5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004963 sec., 201.49103364900262 rows/sec., 13.58 KiB/sec. | ||
| 8617 | 2024.12.12 04:09:48.414834 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8618 | 2024.12.12 04:09:48.415142 [ 264 ] {cf341eaf-c98f-4470-9edb-37729f9c16b5} <Debug> TCPHandler: Processed in 0.005805771 sec. | ||
| 8619 | 2024.12.12 04:09:48.415525 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8620 | 2024.12.12 04:09:48.415540 [ 198 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::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 | ||
| 8621 | 2024.12.12 04:09:48.416222 [ 263 ] {d15903c5-d913-4a4e-8596-89d010ee9d28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8622 | 2024.12.12 04:09:48.416370 [ 198 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8623 | 2024.12.12 04:09:48.416561 [ 198 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 26 rows starting from the beginning of the part | ||
| 8624 | 2024.12.12 04:09:48.417038 [ 263 ] {d15903c5-d913-4a4e-8596-89d010ee9d28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8625 | 2024.12.12 04:09:48.417176 [ 198 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 8626 | 2024.12.12 04:09:48.417705 [ 198 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 8627 | 2024.12.12 04:09:48.418573 [ 198 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 8628 | 2024.12.12 04:09:48.419042 [ 198 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 8629 | 2024.12.12 04:09:48.419579 [ 198 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 8630 | 2024.12.12 04:09:48.426484 [ 263 ] {d15903c5-d913-4a4e-8596-89d010ee9d28} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8631 | 2024.12.12 04:09:48.426545 [ 197 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.011520088 sec., 2690.951666341438 rows/sec., 180.98 KiB/sec. | ||
| 8632 | 2024.12.12 04:09:48.426588 [ 263 ] {d15903c5-d913-4a4e-8596-89d010ee9d28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8633 | 2024.12.12 04:09:48.427061 [ 197 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8634 | 2024.12.12 04:09:48.427076 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21081 rows, containing 5 columns (5 merged, 0 gathered) in 0.017951336 sec., 1174341.564327023 rows/sec., 79.37 MiB/sec. | ||
| 8635 | 2024.12.12 04:09:48.427632 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8636 | 2024.12.12 04:09:48.428069 [ 197 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_31_6} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8637 | 2024.12.12 04:09:48.428517 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8638 | 2024.12.12 04:09:48.428521 [ 197 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_31_6} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8639 | 2024.12.12 04:09:48.428771 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8640 | 2024.12.12 04:09:48.428866 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8641 | 2024.12.12 04:09:48.428975 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 8642 | 2024.12.12 04:09:48.429095 [ 263 ] {d15903c5-d913-4a4e-8596-89d010ee9d28} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8643 | 2024.12.12 04:09:48.429380 [ 263 ] {d15903c5-d913-4a4e-8596-89d010ee9d28} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8644 | 2024.12.12 04:09:48.429686 [ 263 ] {d15903c5-d913-4a4e-8596-89d010ee9d28} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.013777 sec., 2830.8049647964 rows/sec., 5.07 MiB/sec. | ||
| 8645 | 2024.12.12 04:09:48.430024 [ 263 ] {d15903c5-d913-4a4e-8596-89d010ee9d28} <Debug> TCPHandler: Processed in 0.014724325 sec. | ||
| 8646 | 2024.12.12 04:09:48.430240 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8647 | 2024.12.12 04:09:48.430402 [ 264 ] {bcb9ec6d-02f0-4115-8be2-9d7ab78e22db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8648 | 2024.12.12 04:09:48.430468 [ 264 ] {bcb9ec6d-02f0-4115-8be2-9d7ab78e22db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8649 | 2024.12.12 04:09:48.431022 [ 264 ] {bcb9ec6d-02f0-4115-8be2-9d7ab78e22db} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8650 | 2024.12.12 04:09:48.431064 [ 264 ] {bcb9ec6d-02f0-4115-8be2-9d7ab78e22db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8651 | 2024.12.12 04:09:48.431485 [ 264 ] {bcb9ec6d-02f0-4115-8be2-9d7ab78e22db} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8652 | 2024.12.12 04:09:48.431738 [ 264 ] {bcb9ec6d-02f0-4115-8be2-9d7ab78e22db} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8653 | 2024.12.12 04:09:48.431929 [ 47 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8654 | 2024.12.12 04:09:48.431999 [ 47 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8655 | 2024.12.12 04:09:48.432001 [ 264 ] {bcb9ec6d-02f0-4115-8be2-9d7ab78e22db} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001632 sec., 50245.098039215685 rows/sec., 3.19 MiB/sec. | ||
| 8656 | 2024.12.12 04:09:48.432042 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8657 | 2024.12.12 04:09:48.432151 [ 264 ] {bcb9ec6d-02f0-4115-8be2-9d7ab78e22db} <Debug> TCPHandler: Processed in 0.002002562 sec. | ||
| 8658 | 2024.12.12 04:09:48.432295 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 8659 | 2024.12.12 04:09:48.432422 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8660 | 2024.12.12 04:09:48.432458 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4104 rows starting from the beginning of the part | ||
| 8661 | 2024.12.12 04:09:48.432540 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 82 rows starting from the beginning of the part | ||
| 8662 | 2024.12.12 04:09:48.432678 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 8663 | 2024.12.12 04:09:48.432917 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 8664 | 2024.12.12 04:09:48.432997 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 8665 | 2024.12.12 04:09:48.433226 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
| 8666 | 2024.12.12 04:09:48.435551 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4470 rows, containing 4 columns (4 merged, 0 gathered) in 0.003380566 sec., 1322263.7865966822 rows/sec., 86.32 MiB/sec. | ||
| 8667 | 2024.12.12 04:09:48.435856 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8668 | 2024.12.12 04:09:48.436169 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_66_13} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8669 | 2024.12.12 04:09:48.436254 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_66_13} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8670 | 2024.12.12 04:09:48.436342 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 8671 | 2024.12.12 04:09:51.667036 [ 15 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8672 | 2024.12.12 04:09:51.667100 [ 15 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8673 | 2024.12.12 04:09:51.832676 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 8674 | 2024.12.12 04:09:51.833372 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8675 | 2024.12.12 04:09:51.833418 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8676 | 2024.12.12 04:09:51.833989 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8677 | 2024.12.12 04:09:51.834237 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8678 | 2024.12.12 04:09:51.834451 [ 15 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8679 | 2024.12.12 04:09:51.834488 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 8680 | 2024.12.12 04:09:51.834543 [ 15 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8681 | 2024.12.12 04:09:51.834577 [ 15 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8682 | 2024.12.12 04:09:51.834709 [ 192 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 8683 | 2024.12.12 04:09:51.834837 [ 192 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8684 | 2024.12.12 04:09:51.834879 [ 192 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part | ||
| 8685 | 2024.12.12 04:09:51.834961 [ 192 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part | ||
| 8686 | 2024.12.12 04:09:51.835109 [ 192 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part | ||
| 8687 | 2024.12.12 04:09:51.835433 [ 192 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part | ||
| 8688 | 2024.12.12 04:09:51.835642 [ 192 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part | ||
| 8689 | 2024.12.12 04:09:51.835786 [ 192 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part | ||
| 8690 | 2024.12.12 04:09:51.838158 [ 201 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003502304 sec., 6026318.674792365 rows/sec., 86.21 MiB/sec. | ||
| 8691 | 2024.12.12 04:09:51.838601 [ 201 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8692 | 2024.12.12 04:09:51.838947 [ 201 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_46_9} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8693 | 2024.12.12 04:09:51.839045 [ 201 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_46_9} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8694 | 2024.12.12 04:09:51.839162 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 8695 | 2024.12.12 04:09:53.269493 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 8696 | 2024.12.12 04:09:53.291139 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8697 | 2024.12.12 04:09:53.291197 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8698 | 2024.12.12 04:09:53.298715 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8699 | 2024.12.12 04:09:53.299504 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8700 | 2024.12.12 04:09:53.299883 [ 10 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8701 | 2024.12.12 04:09:53.300028 [ 10 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8702 | 2024.12.12 04:09:53.300099 [ 10 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8703 | 2024.12.12 04:09:53.301029 [ 189 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 8704 | 2024.12.12 04:09:53.316466 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 8705 | 2024.12.12 04:09:53.318176 [ 189 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8706 | 2024.12.12 04:09:53.319569 [ 189 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part | ||
| 8707 | 2024.12.12 04:09:53.325141 [ 189 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 8708 | 2024.12.12 04:09:53.330883 [ 189 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part | ||
| 8709 | 2024.12.12 04:09:53.336645 [ 189 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 8710 | 2024.12.12 04:09:53.342620 [ 189 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part | ||
| 8711 | 2024.12.12 04:09:53.347435 [ 189 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part | ||
| 8712 | 2024.12.12 04:09:53.379323 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8713 | 2024.12.12 04:09:53.379628 [ 264 ] {867b4b2f-e007-4b0b-b8c4-e1befafc8c3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8714 | 2024.12.12 04:09:53.379763 [ 264 ] {867b4b2f-e007-4b0b-b8c4-e1befafc8c3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8715 | 2024.12.12 04:09:53.382427 [ 264 ] {867b4b2f-e007-4b0b-b8c4-e1befafc8c3b} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8716 | 2024.12.12 04:09:53.382492 [ 264 ] {867b4b2f-e007-4b0b-b8c4-e1befafc8c3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8717 | 2024.12.12 04:09:53.383904 [ 264 ] {867b4b2f-e007-4b0b-b8c4-e1befafc8c3b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8718 | 2024.12.12 04:09:53.384520 [ 264 ] {867b4b2f-e007-4b0b-b8c4-e1befafc8c3b} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8719 | 2024.12.12 04:09:53.385000 [ 264 ] {867b4b2f-e007-4b0b-b8c4-e1befafc8c3b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.005479 sec., 10220.843219565613 rows/sec., 804.03 KiB/sec. | ||
| 8720 | 2024.12.12 04:09:53.385077 [ 264 ] {867b4b2f-e007-4b0b-b8c4-e1befafc8c3b} <Debug> TCPHandler: Processed in 0.005918794 sec. | ||
| 8721 | 2024.12.12 04:09:53.385379 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8722 | 2024.12.12 04:09:53.385679 [ 263 ] {6b02cad7-d7e7-4064-8459-ebe53e1c641d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8723 | 2024.12.12 04:09:53.385794 [ 263 ] {6b02cad7-d7e7-4064-8459-ebe53e1c641d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8724 | 2024.12.12 04:09:53.386906 [ 263 ] {6b02cad7-d7e7-4064-8459-ebe53e1c641d} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8725 | 2024.12.12 04:09:53.386984 [ 263 ] {6b02cad7-d7e7-4064-8459-ebe53e1c641d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8726 | 2024.12.12 04:09:53.388018 [ 263 ] {6b02cad7-d7e7-4064-8459-ebe53e1c641d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8727 | 2024.12.12 04:09:53.388516 [ 263 ] {6b02cad7-d7e7-4064-8459-ebe53e1c641d} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8728 | 2024.12.12 04:09:53.388998 [ 263 ] {6b02cad7-d7e7-4064-8459-ebe53e1c641d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003388 sec., 18890.200708382526 rows/sec., 1.47 MiB/sec. | ||
| 8729 | 2024.12.12 04:09:53.389173 [ 263 ] {6b02cad7-d7e7-4064-8459-ebe53e1c641d} <Debug> TCPHandler: Processed in 0.003980773 sec. | ||
| 8730 | 2024.12.12 04:09:53.389389 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8731 | 2024.12.12 04:09:53.389643 [ 264 ] {46874097-200e-40d4-9e7c-ff13ae205da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8732 | 2024.12.12 04:09:53.389788 [ 264 ] {46874097-200e-40d4-9e7c-ff13ae205da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8733 | 2024.12.12 04:09:53.392033 [ 264 ] {46874097-200e-40d4-9e7c-ff13ae205da5} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8734 | 2024.12.12 04:09:53.392147 [ 264 ] {46874097-200e-40d4-9e7c-ff13ae205da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8735 | 2024.12.12 04:09:53.393639 [ 264 ] {46874097-200e-40d4-9e7c-ff13ae205da5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8736 | 2024.12.12 04:09:53.394570 [ 264 ] {46874097-200e-40d4-9e7c-ff13ae205da5} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8737 | 2024.12.12 04:09:53.395270 [ 264 ] {46874097-200e-40d4-9e7c-ff13ae205da5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005656 sec., 28288.54314002829 rows/sec., 1.97 MiB/sec. | ||
| 8738 | 2024.12.12 04:09:53.395607 [ 264 ] {46874097-200e-40d4-9e7c-ff13ae205da5} <Debug> TCPHandler: Processed in 0.006319155 sec. | ||
| 8739 | 2024.12.12 04:09:53.395949 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8740 | 2024.12.12 04:09:53.396388 [ 263 ] {98371033-1015-4190-a592-c9b98fb87139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8741 | 2024.12.12 04:09:53.396610 [ 263 ] {98371033-1015-4190-a592-c9b98fb87139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8742 | 2024.12.12 04:09:53.398687 [ 263 ] {98371033-1015-4190-a592-c9b98fb87139} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8743 | 2024.12.12 04:09:53.398755 [ 263 ] {98371033-1015-4190-a592-c9b98fb87139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8744 | 2024.12.12 04:09:53.399852 [ 263 ] {98371033-1015-4190-a592-c9b98fb87139} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8745 | 2024.12.12 04:09:53.400466 [ 263 ] {98371033-1015-4190-a592-c9b98fb87139} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8746 | 2024.12.12 04:09:53.401195 [ 263 ] {98371033-1015-4190-a592-c9b98fb87139} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00495 sec., 12121.21212121212 rows/sec., 836.49 KiB/sec. | ||
| 8747 | 2024.12.12 04:09:53.401532 [ 263 ] {98371033-1015-4190-a592-c9b98fb87139} <Debug> TCPHandler: Processed in 0.00572876 sec. | ||
| 8748 | 2024.12.12 04:09:53.424500 [ 192 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.124211501 sec., 2793.6221461489304 rows/sec., 14.45 MiB/sec. | ||
| 8749 | 2024.12.12 04:09:53.427644 [ 192 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8750 | 2024.12.12 04:09:53.430753 [ 192 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_46_9} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8751 | 2024.12.12 04:09:53.430872 [ 192 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_46_9} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8752 | 2024.12.12 04:09:53.433529 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8753 | 2024.12.12 04:09:54.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.28 MiB, peak 236.68 MiB, free memory in arenas 0.00 B, will set to 225.67 MiB (RSS), difference: 2.39 MiB | ||
| 8754 | 2024.12.12 04:09:56.925094 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1222 | ||
| 8755 | 2024.12.12 04:09:56.928141 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8756 | 2024.12.12 04:09:56.928195 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8757 | 2024.12.12 04:09:56.929686 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8758 | 2024.12.12 04:09:56.930002 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8759 | 2024.12.12 04:09:56.930573 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1222 | ||
| 8760 | 2024.12.12 04:09:58.386137 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8761 | 2024.12.12 04:09:58.386333 [ 264 ] {b54e17c0-e98a-4d55-84b2-2653fd59e087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8762 | 2024.12.12 04:09:58.386424 [ 264 ] {b54e17c0-e98a-4d55-84b2-2653fd59e087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8763 | 2024.12.12 04:09:58.387201 [ 264 ] {b54e17c0-e98a-4d55-84b2-2653fd59e087} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8764 | 2024.12.12 04:09:58.387247 [ 264 ] {b54e17c0-e98a-4d55-84b2-2653fd59e087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8765 | 2024.12.12 04:09:58.387688 [ 264 ] {b54e17c0-e98a-4d55-84b2-2653fd59e087} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8766 | 2024.12.12 04:09:58.387947 [ 264 ] {b54e17c0-e98a-4d55-84b2-2653fd59e087} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8767 | 2024.12.12 04:09:58.388209 [ 264 ] {b54e17c0-e98a-4d55-84b2-2653fd59e087} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001926 sec., 7268.95119418484 rows/sec., 523.27 KiB/sec. | ||
| 8768 | 2024.12.12 04:09:58.388311 [ 264 ] {b54e17c0-e98a-4d55-84b2-2653fd59e087} <Debug> TCPHandler: Processed in 0.00229532 sec. | ||
| 8769 | 2024.12.12 04:09:58.388629 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8770 | 2024.12.12 04:09:58.388823 [ 263 ] {91481945-b009-4317-a9f1-8078b08027b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8771 | 2024.12.12 04:09:58.388899 [ 263 ] {91481945-b009-4317-a9f1-8078b08027b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8772 | 2024.12.12 04:09:58.389665 [ 263 ] {91481945-b009-4317-a9f1-8078b08027b1} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8773 | 2024.12.12 04:09:58.389717 [ 263 ] {91481945-b009-4317-a9f1-8078b08027b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8774 | 2024.12.12 04:09:58.390202 [ 263 ] {91481945-b009-4317-a9f1-8078b08027b1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8775 | 2024.12.12 04:09:58.390475 [ 263 ] {91481945-b009-4317-a9f1-8078b08027b1} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8776 | 2024.12.12 04:09:58.390764 [ 263 ] {91481945-b009-4317-a9f1-8078b08027b1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00198 sec., 1010.1010101010102 rows/sec., 82.37 KiB/sec. | ||
| 8777 | 2024.12.12 04:09:58.390945 [ 263 ] {91481945-b009-4317-a9f1-8078b08027b1} <Debug> TCPHandler: Processed in 0.002461674 sec. | ||
| 8778 | 2024.12.12 04:09:58.391132 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8779 | 2024.12.12 04:09:58.391262 [ 264 ] {124f2eb0-6ad1-4434-9bb3-c65d4d4fe3f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8780 | 2024.12.12 04:09:58.391320 [ 264 ] {124f2eb0-6ad1-4434-9bb3-c65d4d4fe3f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8781 | 2024.12.12 04:09:58.392104 [ 264 ] {124f2eb0-6ad1-4434-9bb3-c65d4d4fe3f2} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8782 | 2024.12.12 04:09:58.392145 [ 264 ] {124f2eb0-6ad1-4434-9bb3-c65d4d4fe3f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8783 | 2024.12.12 04:09:58.392563 [ 264 ] {124f2eb0-6ad1-4434-9bb3-c65d4d4fe3f2} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8784 | 2024.12.12 04:09:58.392828 [ 264 ] {124f2eb0-6ad1-4434-9bb3-c65d4d4fe3f2} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8785 | 2024.12.12 04:09:58.393042 [ 264 ] {124f2eb0-6ad1-4434-9bb3-c65d4d4fe3f2} <Debug> executeQuery: Read 282 rows, 25.49 KiB in 0.001808 sec., 155973.45132743364 rows/sec., 13.77 MiB/sec. | ||
| 8786 | 2024.12.12 04:09:58.393099 [ 264 ] {124f2eb0-6ad1-4434-9bb3-c65d4d4fe3f2} <Debug> TCPHandler: Processed in 0.002025332 sec. | ||
| 8787 | 2024.12.12 04:09:58.393259 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8788 | 2024.12.12 04:09:58.393381 [ 263 ] {acfd6af6-c94f-4ed7-97cc-34b024ffe461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8789 | 2024.12.12 04:09:58.393432 [ 263 ] {acfd6af6-c94f-4ed7-97cc-34b024ffe461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8790 | 2024.12.12 04:09:58.394035 [ 263 ] {acfd6af6-c94f-4ed7-97cc-34b024ffe461} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8791 | 2024.12.12 04:09:58.394076 [ 263 ] {acfd6af6-c94f-4ed7-97cc-34b024ffe461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8792 | 2024.12.12 04:09:58.394444 [ 263 ] {acfd6af6-c94f-4ed7-97cc-34b024ffe461} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8793 | 2024.12.12 04:09:58.394688 [ 263 ] {acfd6af6-c94f-4ed7-97cc-34b024ffe461} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8794 | 2024.12.12 04:09:58.394893 [ 263 ] {acfd6af6-c94f-4ed7-97cc-34b024ffe461} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001538 sec., 31209.362808842652 rows/sec., 2.24 MiB/sec. | ||
| 8795 | 2024.12.12 04:09:58.394946 [ 263 ] {acfd6af6-c94f-4ed7-97cc-34b024ffe461} <Debug> TCPHandler: Processed in 0.001745206 sec. | ||
| 8796 | 2024.12.12 04:09:58.395107 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8797 | 2024.12.12 04:09:58.395248 [ 264 ] {781cfcdf-ae02-453b-86ba-0490106f5204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8798 | 2024.12.12 04:09:58.395306 [ 264 ] {781cfcdf-ae02-453b-86ba-0490106f5204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8799 | 2024.12.12 04:09:58.395994 [ 264 ] {781cfcdf-ae02-453b-86ba-0490106f5204} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8800 | 2024.12.12 04:09:58.396035 [ 264 ] {781cfcdf-ae02-453b-86ba-0490106f5204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8801 | 2024.12.12 04:09:58.396410 [ 264 ] {781cfcdf-ae02-453b-86ba-0490106f5204} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8802 | 2024.12.12 04:09:58.396654 [ 264 ] {781cfcdf-ae02-453b-86ba-0490106f5204} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8803 | 2024.12.12 04:09:58.396908 [ 264 ] {781cfcdf-ae02-453b-86ba-0490106f5204} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001679 sec., 8338.296605122097 rows/sec., 583.96 KiB/sec. | ||
| 8804 | 2024.12.12 04:09:58.397012 [ 264 ] {781cfcdf-ae02-453b-86ba-0490106f5204} <Debug> TCPHandler: Processed in 0.001967621 sec. | ||
| 8805 | 2024.12.12 04:09:58.397259 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8806 | 2024.12.12 04:09:58.397420 [ 263 ] {f29c1766-2d24-416f-a385-20ed547d9a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8807 | 2024.12.12 04:09:58.397479 [ 263 ] {f29c1766-2d24-416f-a385-20ed547d9a08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8808 | 2024.12.12 04:09:58.398135 [ 263 ] {f29c1766-2d24-416f-a385-20ed547d9a08} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8809 | 2024.12.12 04:09:58.398176 [ 263 ] {f29c1766-2d24-416f-a385-20ed547d9a08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8810 | 2024.12.12 04:09:58.398539 [ 263 ] {f29c1766-2d24-416f-a385-20ed547d9a08} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8811 | 2024.12.12 04:09:58.398774 [ 263 ] {f29c1766-2d24-416f-a385-20ed547d9a08} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8812 | 2024.12.12 04:09:58.398997 [ 263 ] {f29c1766-2d24-416f-a385-20ed547d9a08} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001599 sec., 8130.081300813008 rows/sec., 506.91 KiB/sec. | ||
| 8813 | 2024.12.12 04:09:58.399087 [ 263 ] {f29c1766-2d24-416f-a385-20ed547d9a08} <Debug> TCPHandler: Processed in 0.001974052 sec. | ||
| 8814 | 2024.12.12 04:09:58.399336 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8815 | 2024.12.12 04:09:58.399476 [ 264 ] {fd9209e8-a95f-44e3-a751-101f8510b29a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8816 | 2024.12.12 04:09:58.399533 [ 264 ] {fd9209e8-a95f-44e3-a751-101f8510b29a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8817 | 2024.12.12 04:09:58.400346 [ 264 ] {fd9209e8-a95f-44e3-a751-101f8510b29a} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8818 | 2024.12.12 04:09:58.400387 [ 264 ] {fd9209e8-a95f-44e3-a751-101f8510b29a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8819 | 2024.12.12 04:09:58.400782 [ 264 ] {fd9209e8-a95f-44e3-a751-101f8510b29a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8820 | 2024.12.12 04:09:58.401031 [ 264 ] {fd9209e8-a95f-44e3-a751-101f8510b29a} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8821 | 2024.12.12 04:09:58.401294 [ 264 ] {fd9209e8-a95f-44e3-a751-101f8510b29a} <Debug> executeQuery: Read 423 rows, 30.97 KiB in 0.001838 sec., 230141.45810663764 rows/sec., 16.45 MiB/sec. | ||
| 8822 | 2024.12.12 04:09:58.401366 [ 264 ] {fd9209e8-a95f-44e3-a751-101f8510b29a} <Debug> TCPHandler: Processed in 0.002164866 sec. | ||
| 8823 | 2024.12.12 04:09:58.401601 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8824 | 2024.12.12 04:09:58.401788 [ 263 ] {5d3d11af-8eb5-4343-bd80-48c040d715f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8825 | 2024.12.12 04:09:58.401850 [ 263 ] {5d3d11af-8eb5-4343-bd80-48c040d715f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8826 | 2024.12.12 04:09:58.402351 [ 263 ] {5d3d11af-8eb5-4343-bd80-48c040d715f0} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8827 | 2024.12.12 04:09:58.402390 [ 263 ] {5d3d11af-8eb5-4343-bd80-48c040d715f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8828 | 2024.12.12 04:09:58.402760 [ 263 ] {5d3d11af-8eb5-4343-bd80-48c040d715f0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8829 | 2024.12.12 04:09:58.403007 [ 263 ] {5d3d11af-8eb5-4343-bd80-48c040d715f0} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8830 | 2024.12.12 04:09:58.403176 [ 29 ] {} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8831 | 2024.12.12 04:09:58.403246 [ 263 ] {5d3d11af-8eb5-4343-bd80-48c040d715f0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001484 sec., 4043.126684636118 rows/sec., 211.24 KiB/sec. | ||
| 8832 | 2024.12.12 04:09:58.403259 [ 29 ] {} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8833 | 2024.12.12 04:09:58.403330 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8834 | 2024.12.12 04:09:58.403363 [ 263 ] {5d3d11af-8eb5-4343-bd80-48c040d715f0} <Debug> TCPHandler: Processed in 0.001890509 sec. | ||
| 8835 | 2024.12.12 04:09:58.403586 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8836 | 2024.12.12 04:09:58.403649 [ 191 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::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 | ||
| 8837 | 2024.12.12 04:09:58.403808 [ 264 ] {80d05552-c946-46ea-9eb6-ff6971becd24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8838 | 2024.12.12 04:09:58.403930 [ 264 ] {80d05552-c946-46ea-9eb6-ff6971becd24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8839 | 2024.12.12 04:09:58.404098 [ 191 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8840 | 2024.12.12 04:09:58.404194 [ 191 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
| 8841 | 2024.12.12 04:09:58.404514 [ 191 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 8842 | 2024.12.12 04:09:58.404874 [ 191 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 8843 | 2024.12.12 04:09:58.405213 [ 191 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 8844 | 2024.12.12 04:09:58.405455 [ 191 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 8845 | 2024.12.12 04:09:58.405772 [ 191 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 8846 | 2024.12.12 04:09:58.406732 [ 264 ] {80d05552-c946-46ea-9eb6-ff6971becd24} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8847 | 2024.12.12 04:09:58.406798 [ 264 ] {80d05552-c946-46ea-9eb6-ff6971becd24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8848 | 2024.12.12 04:09:58.407849 [ 264 ] {80d05552-c946-46ea-9eb6-ff6971becd24} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8849 | 2024.12.12 04:09:58.408525 [ 264 ] {80d05552-c946-46ea-9eb6-ff6971becd24} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8850 | 2024.12.12 04:09:58.408563 [ 191 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.005070622 sec., 36681.89030852625 rows/sec., 1.87 MiB/sec. | ||
| 8851 | 2024.12.12 04:09:58.408834 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8852 | 2024.12.12 04:09:58.408995 [ 264 ] {80d05552-c946-46ea-9eb6-ff6971becd24} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.005245 sec., 45376.5490943756 rows/sec., 3.04 MiB/sec. | ||
| 8853 | 2024.12.12 04:09:58.409121 [ 264 ] {80d05552-c946-46ea-9eb6-ff6971becd24} <Debug> TCPHandler: Processed in 0.005651317 sec. | ||
| 8854 | 2024.12.12 04:09:58.409424 [ 195 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_31_6} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8855 | 2024.12.12 04:09:58.409436 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8856 | 2024.12.12 04:09:58.409587 [ 195 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_31_6} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8857 | 2024.12.12 04:09:58.409758 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8858 | 2024.12.12 04:09:58.409787 [ 263 ] {92d13ca3-7b85-4714-abcf-c8a7ec41ec63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8859 | 2024.12.12 04:09:58.409908 [ 263 ] {92d13ca3-7b85-4714-abcf-c8a7ec41ec63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8860 | 2024.12.12 04:09:58.410405 [ 263 ] {92d13ca3-7b85-4714-abcf-c8a7ec41ec63} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8861 | 2024.12.12 04:09:58.410445 [ 263 ] {92d13ca3-7b85-4714-abcf-c8a7ec41ec63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8862 | 2024.12.12 04:09:58.410801 [ 263 ] {92d13ca3-7b85-4714-abcf-c8a7ec41ec63} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8863 | 2024.12.12 04:09:58.411043 [ 263 ] {92d13ca3-7b85-4714-abcf-c8a7ec41ec63} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8864 | 2024.12.12 04:09:58.411251 [ 263 ] {92d13ca3-7b85-4714-abcf-c8a7ec41ec63} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001596 sec., 626.5664160401003 rows/sec., 42.22 KiB/sec. | ||
| 8865 | 2024.12.12 04:09:58.411301 [ 263 ] {92d13ca3-7b85-4714-abcf-c8a7ec41ec63} <Debug> TCPHandler: Processed in 0.002029623 sec. | ||
| 8866 | 2024.12.12 04:09:58.411457 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8867 | 2024.12.12 04:09:58.411598 [ 264 ] {306372d7-7ca5-4091-976f-d4ed3babc1c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8868 | 2024.12.12 04:09:58.411694 [ 264 ] {306372d7-7ca5-4091-976f-d4ed3babc1c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8869 | 2024.12.12 04:09:58.412937 [ 264 ] {306372d7-7ca5-4091-976f-d4ed3babc1c2} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8870 | 2024.12.12 04:09:58.412976 [ 264 ] {306372d7-7ca5-4091-976f-d4ed3babc1c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8871 | 2024.12.12 04:09:58.413656 [ 264 ] {306372d7-7ca5-4091-976f-d4ed3babc1c2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8872 | 2024.12.12 04:09:58.413911 [ 264 ] {306372d7-7ca5-4091-976f-d4ed3babc1c2} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8873 | 2024.12.12 04:09:58.414201 [ 264 ] {306372d7-7ca5-4091-976f-d4ed3babc1c2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002634 sec., 14806.37813211845 rows/sec., 26.53 MiB/sec. | ||
| 8874 | 2024.12.12 04:09:58.414703 [ 264 ] {306372d7-7ca5-4091-976f-d4ed3babc1c2} <Debug> TCPHandler: Processed in 0.003309386 sec. | ||
| 8875 | 2024.12.12 04:09:58.414875 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8876 | 2024.12.12 04:09:58.415019 [ 263 ] {d54f97b2-a2f2-4c0e-a50c-0191465aa462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8877 | 2024.12.12 04:09:58.415077 [ 263 ] {d54f97b2-a2f2-4c0e-a50c-0191465aa462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8878 | 2024.12.12 04:09:58.415676 [ 263 ] {d54f97b2-a2f2-4c0e-a50c-0191465aa462} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8879 | 2024.12.12 04:09:58.415724 [ 263 ] {d54f97b2-a2f2-4c0e-a50c-0191465aa462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8880 | 2024.12.12 04:09:58.416147 [ 263 ] {d54f97b2-a2f2-4c0e-a50c-0191465aa462} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8881 | 2024.12.12 04:09:58.416388 [ 263 ] {d54f97b2-a2f2-4c0e-a50c-0191465aa462} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8882 | 2024.12.12 04:09:58.416643 [ 263 ] {d54f97b2-a2f2-4c0e-a50c-0191465aa462} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001647 sec., 49787.49241044323 rows/sec., 3.16 MiB/sec. | ||
| 8883 | 2024.12.12 04:09:58.416704 [ 263 ] {d54f97b2-a2f2-4c0e-a50c-0191465aa462} <Debug> TCPHandler: Processed in 0.001895989 sec. | ||
| 8884 | 2024.12.12 04:09:59.334651 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 8885 | 2024.12.12 04:09:59.335666 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8886 | 2024.12.12 04:09:59.335713 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8887 | 2024.12.12 04:09:59.336252 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8888 | 2024.12.12 04:09:59.336514 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8889 | 2024.12.12 04:09:59.336757 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 8890 | 2024.12.12 04:10:00.816543 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 8891 | 2024.12.12 04:10:00.834851 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8892 | 2024.12.12 04:10:00.834912 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8893 | 2024.12.12 04:10:00.842039 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8894 | 2024.12.12 04:10:00.842800 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8895 | 2024.12.12 04:10:00.846284 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 8896 | 2024.12.12 04:10:03.379982 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8897 | 2024.12.12 04:10:03.380202 [ 264 ] {85e2d739-9119-4904-8975-db276fcd99d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8898 | 2024.12.12 04:10:03.380286 [ 264 ] {85e2d739-9119-4904-8975-db276fcd99d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8899 | 2024.12.12 04:10:03.381185 [ 264 ] {85e2d739-9119-4904-8975-db276fcd99d4} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8900 | 2024.12.12 04:10:03.381240 [ 264 ] {85e2d739-9119-4904-8975-db276fcd99d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8901 | 2024.12.12 04:10:03.381702 [ 264 ] {85e2d739-9119-4904-8975-db276fcd99d4} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8902 | 2024.12.12 04:10:03.381969 [ 264 ] {85e2d739-9119-4904-8975-db276fcd99d4} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8903 | 2024.12.12 04:10:03.382221 [ 264 ] {85e2d739-9119-4904-8975-db276fcd99d4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002079 sec., 26936.026936026934 rows/sec., 2.07 MiB/sec. | ||
| 8904 | 2024.12.12 04:10:03.382292 [ 264 ] {85e2d739-9119-4904-8975-db276fcd99d4} <Debug> TCPHandler: Processed in 0.002457694 sec. | ||
| 8905 | 2024.12.12 04:10:03.382552 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8906 | 2024.12.12 04:10:03.382757 [ 263 ] {9c73198d-7b23-43c3-a481-67814e0a9543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8907 | 2024.12.12 04:10:03.382835 [ 263 ] {9c73198d-7b23-43c3-a481-67814e0a9543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8908 | 2024.12.12 04:10:03.383621 [ 263 ] {9c73198d-7b23-43c3-a481-67814e0a9543} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8909 | 2024.12.12 04:10:03.383675 [ 263 ] {9c73198d-7b23-43c3-a481-67814e0a9543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8910 | 2024.12.12 04:10:03.384143 [ 263 ] {9c73198d-7b23-43c3-a481-67814e0a9543} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8911 | 2024.12.12 04:10:03.384416 [ 263 ] {9c73198d-7b23-43c3-a481-67814e0a9543} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8912 | 2024.12.12 04:10:03.384675 [ 263 ] {9c73198d-7b23-43c3-a481-67814e0a9543} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001972 sec., 32454.361054766738 rows/sec., 2.53 MiB/sec. | ||
| 8913 | 2024.12.12 04:10:03.384735 [ 263 ] {9c73198d-7b23-43c3-a481-67814e0a9543} <Debug> TCPHandler: Processed in 0.00231511 sec. | ||
| 8914 | 2024.12.12 04:10:03.384962 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8915 | 2024.12.12 04:10:03.385116 [ 264 ] {fd235fb9-0505-4ca5-a27e-496db03efb00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8916 | 2024.12.12 04:10:03.385183 [ 264 ] {fd235fb9-0505-4ca5-a27e-496db03efb00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8917 | 2024.12.12 04:10:03.386070 [ 264 ] {fd235fb9-0505-4ca5-a27e-496db03efb00} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8918 | 2024.12.12 04:10:03.386119 [ 264 ] {fd235fb9-0505-4ca5-a27e-496db03efb00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8919 | 2024.12.12 04:10:03.386549 [ 264 ] {fd235fb9-0505-4ca5-a27e-496db03efb00} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8920 | 2024.12.12 04:10:03.386816 [ 264 ] {fd235fb9-0505-4ca5-a27e-496db03efb00} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8921 | 2024.12.12 04:10:03.387029 [ 264 ] {fd235fb9-0505-4ca5-a27e-496db03efb00} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001952 sec., 81967.2131147541 rows/sec., 5.71 MiB/sec. | ||
| 8922 | 2024.12.12 04:10:03.387088 [ 264 ] {fd235fb9-0505-4ca5-a27e-496db03efb00} <Debug> TCPHandler: Processed in 0.002256048 sec. | ||
| 8923 | 2024.12.12 04:10:03.387247 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8924 | 2024.12.12 04:10:03.387367 [ 263 ] {874e674d-eea5-426e-9ea6-ce7cfadd9e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8925 | 2024.12.12 04:10:03.387420 [ 263 ] {874e674d-eea5-426e-9ea6-ce7cfadd9e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8926 | 2024.12.12 04:10:03.387931 [ 263 ] {874e674d-eea5-426e-9ea6-ce7cfadd9e47} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8927 | 2024.12.12 04:10:03.387972 [ 263 ] {874e674d-eea5-426e-9ea6-ce7cfadd9e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8928 | 2024.12.12 04:10:03.388412 [ 263 ] {874e674d-eea5-426e-9ea6-ce7cfadd9e47} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8929 | 2024.12.12 04:10:03.388859 [ 263 ] {874e674d-eea5-426e-9ea6-ce7cfadd9e47} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8930 | 2024.12.12 04:10:03.389075 [ 263 ] {874e674d-eea5-426e-9ea6-ce7cfadd9e47} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001733 sec., 34622.042700519334 rows/sec., 2.33 MiB/sec. | ||
| 8931 | 2024.12.12 04:10:03.389124 [ 263 ] {874e674d-eea5-426e-9ea6-ce7cfadd9e47} <Debug> TCPHandler: Processed in 0.00193833 sec. | ||
| 8932 | 2024.12.12 04:10:06.667148 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8933 | 2024.12.12 04:10:06.667222 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8934 | 2024.12.12 04:10:06.836879 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 8935 | 2024.12.12 04:10:06.837539 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8936 | 2024.12.12 04:10:06.837575 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8937 | 2024.12.12 04:10:06.838101 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8938 | 2024.12.12 04:10:06.838363 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8939 | 2024.12.12 04:10:06.838549 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 8940 | 2024.12.12 04:10:06.930770 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1254 | ||
| 8941 | 2024.12.12 04:10:06.933913 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8942 | 2024.12.12 04:10:06.933959 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8943 | 2024.12.12 04:10:06.935415 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8944 | 2024.12.12 04:10:06.935718 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8945 | 2024.12.12 04:10:06.936273 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1254 | ||
| 8946 | 2024.12.12 04:10:07.001467 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001052788 sec. | ||
| 8947 | 2024.12.12 04:10:08.346346 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 8948 | 2024.12.12 04:10:08.367450 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8949 | 2024.12.12 04:10:08.367517 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8950 | 2024.12.12 04:10:08.375407 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8951 | 2024.12.12 04:10:08.376264 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8952 | 2024.12.12 04:10:08.379652 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 8953 | 2024.12.12 04:10:08.385929 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8954 | 2024.12.12 04:10:08.386146 [ 264 ] {c01973d1-ddf4-463c-b613-e629152c66df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8955 | 2024.12.12 04:10:08.386226 [ 264 ] {c01973d1-ddf4-463c-b613-e629152c66df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8956 | 2024.12.12 04:10:08.387005 [ 264 ] {c01973d1-ddf4-463c-b613-e629152c66df} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8957 | 2024.12.12 04:10:08.387050 [ 264 ] {c01973d1-ddf4-463c-b613-e629152c66df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8958 | 2024.12.12 04:10:08.387494 [ 264 ] {c01973d1-ddf4-463c-b613-e629152c66df} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8959 | 2024.12.12 04:10:08.387749 [ 264 ] {c01973d1-ddf4-463c-b613-e629152c66df} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8960 | 2024.12.12 04:10:08.387975 [ 264 ] {c01973d1-ddf4-463c-b613-e629152c66df} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec. | ||
| 8961 | 2024.12.12 04:10:08.388078 [ 264 ] {c01973d1-ddf4-463c-b613-e629152c66df} <Debug> TCPHandler: Processed in 0.00230135 sec. | ||
| 8962 | 2024.12.12 04:10:08.388361 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8963 | 2024.12.12 04:10:08.388569 [ 263 ] {70715991-d2a1-45f2-ac61-5e69381c8b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8964 | 2024.12.12 04:10:08.388649 [ 263 ] {70715991-d2a1-45f2-ac61-5e69381c8b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8965 | 2024.12.12 04:10:08.389603 [ 263 ] {70715991-d2a1-45f2-ac61-5e69381c8b6c} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8966 | 2024.12.12 04:10:08.389650 [ 263 ] {70715991-d2a1-45f2-ac61-5e69381c8b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8967 | 2024.12.12 04:10:08.390128 [ 263 ] {70715991-d2a1-45f2-ac61-5e69381c8b6c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8968 | 2024.12.12 04:10:08.390394 [ 263 ] {70715991-d2a1-45f2-ac61-5e69381c8b6c} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8969 | 2024.12.12 04:10:08.390654 [ 263 ] {70715991-d2a1-45f2-ac61-5e69381c8b6c} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.00214 sec., 131308.41121495326 rows/sec., 11.60 MiB/sec. | ||
| 8970 | 2024.12.12 04:10:08.390740 [ 263 ] {70715991-d2a1-45f2-ac61-5e69381c8b6c} <Debug> TCPHandler: Processed in 0.002537906 sec. | ||
| 8971 | 2024.12.12 04:10:08.390992 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8972 | 2024.12.12 04:10:08.391165 [ 264 ] {0932b1a4-5c57-4b25-a577-d8a616dd1213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8973 | 2024.12.12 04:10:08.391223 [ 264 ] {0932b1a4-5c57-4b25-a577-d8a616dd1213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8974 | 2024.12.12 04:10:08.391824 [ 264 ] {0932b1a4-5c57-4b25-a577-d8a616dd1213} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8975 | 2024.12.12 04:10:08.391863 [ 264 ] {0932b1a4-5c57-4b25-a577-d8a616dd1213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8976 | 2024.12.12 04:10:08.392223 [ 264 ] {0932b1a4-5c57-4b25-a577-d8a616dd1213} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8977 | 2024.12.12 04:10:08.392467 [ 264 ] {0932b1a4-5c57-4b25-a577-d8a616dd1213} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8978 | 2024.12.12 04:10:08.392686 [ 264 ] {0932b1a4-5c57-4b25-a577-d8a616dd1213} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001544 sec., 29792.746113989637 rows/sec., 2.14 MiB/sec. | ||
| 8979 | 2024.12.12 04:10:08.392863 [ 264 ] {0932b1a4-5c57-4b25-a577-d8a616dd1213} <Debug> TCPHandler: Processed in 0.002019533 sec. | ||
| 8980 | 2024.12.12 04:10:08.393075 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8981 | 2024.12.12 04:10:08.393216 [ 263 ] {ffd12a2a-6ec0-4329-b04c-96498f5b3fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8982 | 2024.12.12 04:10:08.393273 [ 263 ] {ffd12a2a-6ec0-4329-b04c-96498f5b3fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8983 | 2024.12.12 04:10:08.393933 [ 263 ] {ffd12a2a-6ec0-4329-b04c-96498f5b3fd9} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8984 | 2024.12.12 04:10:08.393981 [ 263 ] {ffd12a2a-6ec0-4329-b04c-96498f5b3fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8985 | 2024.12.12 04:10:08.394390 [ 263 ] {ffd12a2a-6ec0-4329-b04c-96498f5b3fd9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8986 | 2024.12.12 04:10:08.394635 [ 263 ] {ffd12a2a-6ec0-4329-b04c-96498f5b3fd9} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8987 | 2024.12.12 04:10:08.394854 [ 263 ] {ffd12a2a-6ec0-4329-b04c-96498f5b3fd9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001669 sec., 8388.256440982625 rows/sec., 587.46 KiB/sec. | ||
| 8988 | 2024.12.12 04:10:08.394914 [ 263 ] {ffd12a2a-6ec0-4329-b04c-96498f5b3fd9} <Debug> TCPHandler: Processed in 0.001942561 sec. | ||
| 8989 | 2024.12.12 04:10:08.395066 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8990 | 2024.12.12 04:10:08.395184 [ 264 ] {8758bf00-2cd0-4037-8c75-472670fe118d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8991 | 2024.12.12 04:10:08.395232 [ 264 ] {8758bf00-2cd0-4037-8c75-472670fe118d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8992 | 2024.12.12 04:10:08.395812 [ 264 ] {8758bf00-2cd0-4037-8c75-472670fe118d} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8993 | 2024.12.12 04:10:08.395851 [ 264 ] {8758bf00-2cd0-4037-8c75-472670fe118d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 8994 | 2024.12.12 04:10:08.396511 [ 264 ] {8758bf00-2cd0-4037-8c75-472670fe118d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8995 | 2024.12.12 04:10:08.396768 [ 264 ] {8758bf00-2cd0-4037-8c75-472670fe118d} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8996 | 2024.12.12 04:10:08.396950 [ 264 ] {8758bf00-2cd0-4037-8c75-472670fe118d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00179 sec., 7262.569832402235 rows/sec., 452.82 KiB/sec. | ||
| 8997 | 2024.12.12 04:10:08.397002 [ 264 ] {8758bf00-2cd0-4037-8c75-472670fe118d} <Debug> TCPHandler: Processed in 0.001995782 sec. | ||
| 8998 | 2024.12.12 04:10:08.397141 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8999 | 2024.12.12 04:10:08.397258 [ 263 ] {e7e1c20f-c89e-45b5-a892-86bc956dce61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9000 | 2024.12.12 04:10:08.397310 [ 263 ] {e7e1c20f-c89e-45b5-a892-86bc956dce61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9001 | 2024.12.12 04:10:08.398191 [ 263 ] {e7e1c20f-c89e-45b5-a892-86bc956dce61} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9002 | 2024.12.12 04:10:08.398239 [ 263 ] {e7e1c20f-c89e-45b5-a892-86bc956dce61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9003 | 2024.12.12 04:10:08.398635 [ 263 ] {e7e1c20f-c89e-45b5-a892-86bc956dce61} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9004 | 2024.12.12 04:10:08.398879 [ 263 ] {e7e1c20f-c89e-45b5-a892-86bc956dce61} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9005 | 2024.12.12 04:10:08.399104 [ 263 ] {e7e1c20f-c89e-45b5-a892-86bc956dce61} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00187 sec., 225133.6898395722 rows/sec., 16.09 MiB/sec. | ||
| 9006 | 2024.12.12 04:10:08.399159 [ 263 ] {e7e1c20f-c89e-45b5-a892-86bc956dce61} <Debug> TCPHandler: Processed in 0.002072574 sec. | ||
| 9007 | 2024.12.12 04:10:08.399297 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9008 | 2024.12.12 04:10:08.399436 [ 264 ] {ecc781bc-e7ee-46ad-9f63-6a55d0843fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9009 | 2024.12.12 04:10:08.399495 [ 264 ] {ecc781bc-e7ee-46ad-9f63-6a55d0843fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9010 | 2024.12.12 04:10:08.400074 [ 264 ] {ecc781bc-e7ee-46ad-9f63-6a55d0843fd7} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9011 | 2024.12.12 04:10:08.400118 [ 264 ] {ecc781bc-e7ee-46ad-9f63-6a55d0843fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9012 | 2024.12.12 04:10:08.400506 [ 264 ] {ecc781bc-e7ee-46ad-9f63-6a55d0843fd7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9013 | 2024.12.12 04:10:08.400741 [ 264 ] {ecc781bc-e7ee-46ad-9f63-6a55d0843fd7} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9014 | 2024.12.12 04:10:08.400920 [ 264 ] {ecc781bc-e7ee-46ad-9f63-6a55d0843fd7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 206.92 KiB/sec. | ||
| 9015 | 2024.12.12 04:10:08.400968 [ 264 ] {ecc781bc-e7ee-46ad-9f63-6a55d0843fd7} <Debug> TCPHandler: Processed in 0.001730855 sec. | ||
| 9016 | 2024.12.12 04:10:08.401102 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9017 | 2024.12.12 04:10:08.401219 [ 263 ] {77f40093-2c53-48ba-a042-d0cf9c9e96d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9018 | 2024.12.12 04:10:08.401272 [ 263 ] {77f40093-2c53-48ba-a042-d0cf9c9e96d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9019 | 2024.12.12 04:10:08.401949 [ 263 ] {77f40093-2c53-48ba-a042-d0cf9c9e96d0} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9020 | 2024.12.12 04:10:08.401996 [ 263 ] {77f40093-2c53-48ba-a042-d0cf9c9e96d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9021 | 2024.12.12 04:10:08.402438 [ 263 ] {77f40093-2c53-48ba-a042-d0cf9c9e96d0} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9022 | 2024.12.12 04:10:08.402674 [ 263 ] {77f40093-2c53-48ba-a042-d0cf9c9e96d0} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9023 | 2024.12.12 04:10:08.402891 [ 263 ] {77f40093-2c53-48ba-a042-d0cf9c9e96d0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001696 sec., 139740.56603773584 rows/sec., 9.37 MiB/sec. | ||
| 9024 | 2024.12.12 04:10:08.402943 [ 263 ] {77f40093-2c53-48ba-a042-d0cf9c9e96d0} <Debug> TCPHandler: Processed in 0.001894499 sec. | ||
| 9025 | 2024.12.12 04:10:08.403079 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9026 | 2024.12.12 04:10:08.403196 [ 264 ] {7733551f-1fdb-41d1-a9f0-af9c1c25f719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9027 | 2024.12.12 04:10:08.403248 [ 264 ] {7733551f-1fdb-41d1-a9f0-af9c1c25f719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9028 | 2024.12.12 04:10:08.403797 [ 264 ] {7733551f-1fdb-41d1-a9f0-af9c1c25f719} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9029 | 2024.12.12 04:10:08.403841 [ 264 ] {7733551f-1fdb-41d1-a9f0-af9c1c25f719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9030 | 2024.12.12 04:10:08.404267 [ 264 ] {7733551f-1fdb-41d1-a9f0-af9c1c25f719} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9031 | 2024.12.12 04:10:08.404501 [ 264 ] {7733551f-1fdb-41d1-a9f0-af9c1c25f719} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9032 | 2024.12.12 04:10:08.404679 [ 264 ] {7733551f-1fdb-41d1-a9f0-af9c1c25f719} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001508 sec., 663.1299734748011 rows/sec., 44.68 KiB/sec. | ||
| 9033 | 2024.12.12 04:10:08.404727 [ 264 ] {7733551f-1fdb-41d1-a9f0-af9c1c25f719} <Debug> TCPHandler: Processed in 0.001705655 sec. | ||
| 9034 | 2024.12.12 04:10:08.404864 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9035 | 2024.12.12 04:10:08.404986 [ 263 ] {5b0577a7-b133-470d-9f4d-a47baa2bb207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9036 | 2024.12.12 04:10:08.405068 [ 263 ] {5b0577a7-b133-470d-9f4d-a47baa2bb207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9037 | 2024.12.12 04:10:08.406273 [ 263 ] {5b0577a7-b133-470d-9f4d-a47baa2bb207} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9038 | 2024.12.12 04:10:08.406313 [ 263 ] {5b0577a7-b133-470d-9f4d-a47baa2bb207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9039 | 2024.12.12 04:10:08.406980 [ 263 ] {5b0577a7-b133-470d-9f4d-a47baa2bb207} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9040 | 2024.12.12 04:10:08.407236 [ 263 ] {5b0577a7-b133-470d-9f4d-a47baa2bb207} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9041 | 2024.12.12 04:10:08.407490 [ 263 ] {5b0577a7-b133-470d-9f4d-a47baa2bb207} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002528 sec., 15427.21518987342 rows/sec., 27.64 MiB/sec. | ||
| 9042 | 2024.12.12 04:10:08.407798 [ 263 ] {5b0577a7-b133-470d-9f4d-a47baa2bb207} <Debug> TCPHandler: Processed in 0.002988588 sec. | ||
| 9043 | 2024.12.12 04:10:08.407952 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9044 | 2024.12.12 04:10:08.408092 [ 264 ] {8b1dfe59-5d24-4e37-b960-2c5f62d75347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9045 | 2024.12.12 04:10:08.408150 [ 264 ] {8b1dfe59-5d24-4e37-b960-2c5f62d75347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9046 | 2024.12.12 04:10:08.408667 [ 264 ] {8b1dfe59-5d24-4e37-b960-2c5f62d75347} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9047 | 2024.12.12 04:10:08.408705 [ 264 ] {8b1dfe59-5d24-4e37-b960-2c5f62d75347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9048 | 2024.12.12 04:10:08.409078 [ 264 ] {8b1dfe59-5d24-4e37-b960-2c5f62d75347} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9049 | 2024.12.12 04:10:08.409313 [ 264 ] {8b1dfe59-5d24-4e37-b960-2c5f62d75347} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9050 | 2024.12.12 04:10:08.409495 [ 264 ] {8b1dfe59-5d24-4e37-b960-2c5f62d75347} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001435 sec., 57142.85714285714 rows/sec., 3.63 MiB/sec. | ||
| 9051 | 2024.12.12 04:10:08.409543 [ 264 ] {8b1dfe59-5d24-4e37-b960-2c5f62d75347} <Debug> TCPHandler: Processed in 0.001659723 sec. | ||
| 9052 | 2024.12.12 04:10:13.409198 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9053 | 2024.12.12 04:10:13.409432 [ 264 ] {ad8d4152-b80f-49cd-8617-f52a791fb758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9054 | 2024.12.12 04:10:13.409510 [ 264 ] {ad8d4152-b80f-49cd-8617-f52a791fb758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9055 | 2024.12.12 04:10:13.411030 [ 264 ] {ad8d4152-b80f-49cd-8617-f52a791fb758} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9056 | 2024.12.12 04:10:13.411075 [ 264 ] {ad8d4152-b80f-49cd-8617-f52a791fb758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9057 | 2024.12.12 04:10:13.411587 [ 264 ] {ad8d4152-b80f-49cd-8617-f52a791fb758} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9058 | 2024.12.12 04:10:13.411843 [ 264 ] {ad8d4152-b80f-49cd-8617-f52a791fb758} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9059 | 2024.12.12 04:10:13.412046 [ 117 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9060 | 2024.12.12 04:10:13.412111 [ 264 ] {ad8d4152-b80f-49cd-8617-f52a791fb758} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002738 sec., 436815.1935719503 rows/sec., 36.01 MiB/sec. | ||
| 9061 | 2024.12.12 04:10:13.412137 [ 117 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9062 | 2024.12.12 04:10:13.412215 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9063 | 2024.12.12 04:10:13.412235 [ 264 ] {ad8d4152-b80f-49cd-8617-f52a791fb758} <Debug> TCPHandler: Processed in 0.003175573 sec. | ||
| 9064 | 2024.12.12 04:10:13.412464 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 9065 | 2024.12.12 04:10:13.412544 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9066 | 2024.12.12 04:10:13.412689 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9067 | 2024.12.12 04:10:13.412766 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1432 rows starting from the beginning of the part | ||
| 9068 | 2024.12.12 04:10:13.412830 [ 263 ] {86aebfb7-ee34-4581-8367-cb9ec26eeaef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9069 | 2024.12.12 04:10:13.412987 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part | ||
| 9070 | 2024.12.12 04:10:13.413005 [ 263 ] {86aebfb7-ee34-4581-8367-cb9ec26eeaef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9071 | 2024.12.12 04:10:13.413470 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 282 rows starting from the beginning of the part | ||
| 9072 | 2024.12.12 04:10:13.413819 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 9073 | 2024.12.12 04:10:13.414215 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 281 rows starting from the beginning of the part | ||
| 9074 | 2024.12.12 04:10:13.414590 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1196 rows starting from the beginning of the part | ||
| 9075 | 2024.12.12 04:10:13.415694 [ 263 ] {86aebfb7-ee34-4581-8367-cb9ec26eeaef} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9076 | 2024.12.12 04:10:13.415770 [ 263 ] {86aebfb7-ee34-4581-8367-cb9ec26eeaef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9077 | 2024.12.12 04:10:13.416870 [ 263 ] {86aebfb7-ee34-4581-8367-cb9ec26eeaef} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9078 | 2024.12.12 04:10:13.417254 [ 263 ] {86aebfb7-ee34-4581-8367-cb9ec26eeaef} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9079 | 2024.12.12 04:10:13.417548 [ 263 ] {86aebfb7-ee34-4581-8367-cb9ec26eeaef} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004811 sec., 47391.39472043234 rows/sec., 3.21 MiB/sec. | ||
| 9080 | 2024.12.12 04:10:13.417703 [ 263 ] {86aebfb7-ee34-4581-8367-cb9ec26eeaef} <Debug> TCPHandler: Processed in 0.005332609 sec. | ||
| 9081 | 2024.12.12 04:10:13.417994 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9082 | 2024.12.12 04:10:13.418086 [ 193 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3303 rows, containing 5 columns (5 merged, 0 gathered) in 0.005751312 sec., 574303.7414767274 rows/sec., 50.33 MiB/sec. | ||
| 9083 | 2024.12.12 04:10:13.418187 [ 264 ] {6a21e694-4ef1-417f-bf6d-8f59e4611354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9084 | 2024.12.12 04:10:13.418254 [ 264 ] {6a21e694-4ef1-417f-bf6d-8f59e4611354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9085 | 2024.12.12 04:10:13.418455 [ 193 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9086 | 2024.12.12 04:10:13.419091 [ 193 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_71_14} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9087 | 2024.12.12 04:10:13.419276 [ 193 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_71_14} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9088 | 2024.12.12 04:10:13.419461 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 9089 | 2024.12.12 04:10:13.419702 [ 264 ] {6a21e694-4ef1-417f-bf6d-8f59e4611354} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9090 | 2024.12.12 04:10:13.419746 [ 264 ] {6a21e694-4ef1-417f-bf6d-8f59e4611354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9091 | 2024.12.12 04:10:13.420141 [ 264 ] {6a21e694-4ef1-417f-bf6d-8f59e4611354} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9092 | 2024.12.12 04:10:13.420386 [ 264 ] {6a21e694-4ef1-417f-bf6d-8f59e4611354} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9093 | 2024.12.12 04:10:13.420561 [ 117 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9094 | 2024.12.12 04:10:13.420618 [ 117 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9095 | 2024.12.12 04:10:13.420637 [ 264 ] {6a21e694-4ef1-417f-bf6d-8f59e4611354} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.002497 sec., 208249.89987985583 rows/sec., 15.41 MiB/sec. | ||
| 9096 | 2024.12.12 04:10:13.420658 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9097 | 2024.12.12 04:10:13.420825 [ 264 ] {6a21e694-4ef1-417f-bf6d-8f59e4611354} <Debug> TCPHandler: Processed in 0.003000488 sec. | ||
| 9098 | 2024.12.12 04:10:13.421117 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9099 | 2024.12.12 04:10:13.421171 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 9100 | 2024.12.12 04:10:13.421484 [ 263 ] {dc639fbb-caf2-4d30-9d6a-aa5f552ff2a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9101 | 2024.12.12 04:10:13.421684 [ 263 ] {dc639fbb-caf2-4d30-9d6a-aa5f552ff2a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9102 | 2024.12.12 04:10:13.422317 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9103 | 2024.12.12 04:10:13.422439 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part | ||
| 9104 | 2024.12.12 04:10:13.422716 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part | ||
| 9105 | 2024.12.12 04:10:13.422860 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 423 rows starting from the beginning of the part | ||
| 9106 | 2024.12.12 04:10:13.423165 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 9107 | 2024.12.12 04:10:13.423553 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 421 rows starting from the beginning of the part | ||
| 9108 | 2024.12.12 04:10:13.423920 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 520 rows starting from the beginning of the part | ||
| 9109 | 2024.12.12 04:10:13.424658 [ 263 ] {dc639fbb-caf2-4d30-9d6a-aa5f552ff2a6} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9110 | 2024.12.12 04:10:13.424723 [ 263 ] {dc639fbb-caf2-4d30-9d6a-aa5f552ff2a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9111 | 2024.12.12 04:10:13.425933 [ 263 ] {dc639fbb-caf2-4d30-9d6a-aa5f552ff2a6} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9112 | 2024.12.12 04:10:13.426324 [ 263 ] {dc639fbb-caf2-4d30-9d6a-aa5f552ff2a6} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9113 | 2024.12.12 04:10:13.426548 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9114 | 2024.12.12 04:10:13.426642 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9115 | 2024.12.12 04:10:13.426722 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9116 | 2024.12.12 04:10:13.426928 [ 263 ] {dc639fbb-caf2-4d30-9d6a-aa5f552ff2a6} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.00554 sec., 158844.7653429603 rows/sec., 10.69 MiB/sec. | ||
| 9117 | 2024.12.12 04:10:13.427322 [ 263 ] {dc639fbb-caf2-4d30-9d6a-aa5f552ff2a6} <Debug> TCPHandler: Processed in 0.006372526 sec. | ||
| 9118 | 2024.12.12 04:10:13.427443 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.006621676 sec., 363201.0989362814 rows/sec., 27.85 MiB/sec. | ||
| 9119 | 2024.12.12 04:10:13.427504 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 9120 | 2024.12.12 04:10:13.427603 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9121 | 2024.12.12 04:10:13.427845 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9122 | 2024.12.12 04:10:13.427830 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9123 | 2024.12.12 04:10:13.427876 [ 264 ] {ed3a7e1f-f107-466e-af51-e85b096cf47e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9124 | 2024.12.12 04:10:13.427918 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 21081 rows starting from the beginning of the part | ||
| 9125 | 2024.12.12 04:10:13.428068 [ 264 ] {ed3a7e1f-f107-466e-af51-e85b096cf47e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9126 | 2024.12.12 04:10:13.428388 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
| 9127 | 2024.12.12 04:10:13.428987 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 238 rows starting from the beginning of the part | ||
| 9128 | 2024.12.12 04:10:13.429345 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_71_14} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9129 | 2024.12.12 04:10:13.429503 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 9130 | 2024.12.12 04:10:13.429938 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_71_14} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9131 | 2024.12.12 04:10:13.430022 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 9132 | 2024.12.12 04:10:13.430322 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 9133 | 2024.12.12 04:10:13.430521 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 880 rows starting from the beginning of the part | ||
| 9134 | 2024.12.12 04:10:13.431313 [ 264 ] {ed3a7e1f-f107-466e-af51-e85b096cf47e} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9135 | 2024.12.12 04:10:13.431359 [ 264 ] {ed3a7e1f-f107-466e-af51-e85b096cf47e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9136 | 2024.12.12 04:10:13.432083 [ 264 ] {ed3a7e1f-f107-466e-af51-e85b096cf47e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9137 | 2024.12.12 04:10:13.432386 [ 264 ] {ed3a7e1f-f107-466e-af51-e85b096cf47e} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9138 | 2024.12.12 04:10:13.432569 [ 117 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9139 | 2024.12.12 04:10:13.432662 [ 117 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9140 | 2024.12.12 04:10:13.432708 [ 264 ] {ed3a7e1f-f107-466e-af51-e85b096cf47e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004885 sec., 12282.497441146368 rows/sec., 847.62 KiB/sec. | ||
| 9141 | 2024.12.12 04:10:13.432750 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9142 | 2024.12.12 04:10:13.433020 [ 264 ] {ed3a7e1f-f107-466e-af51-e85b096cf47e} <Debug> TCPHandler: Processed in 0.005561085 sec. | ||
| 9143 | 2024.12.12 04:10:13.433500 [ 198 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 9144 | 2024.12.12 04:10:13.434098 [ 198 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9145 | 2024.12.12 04:10:13.434218 [ 198 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4470 rows starting from the beginning of the part | ||
| 9146 | 2024.12.12 04:10:13.434737 [ 198 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 9147 | 2024.12.12 04:10:13.435352 [ 198 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
| 9148 | 2024.12.12 04:10:13.435828 [ 198 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 9149 | 2024.12.12 04:10:13.435951 [ 198 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 9150 | 2024.12.12 04:10:13.436201 [ 198 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 9151 | 2024.12.12 04:10:13.439525 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4814 rows, containing 4 columns (4 merged, 0 gathered) in 0.006605684 sec., 728766.3170082008 rows/sec., 47.59 MiB/sec. | ||
| 9152 | 2024.12.12 04:10:13.439971 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9153 | 2024.12.12 04:10:13.440278 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_71_14} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9154 | 2024.12.12 04:10:13.440363 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_71_14} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9155 | 2024.12.12 04:10:13.440455 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 9156 | 2024.12.12 04:10:13.440775 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22756 rows, containing 5 columns (5 merged, 0 gathered) in 0.013864694 sec., 1641291.1817599435 rows/sec., 110.95 MiB/sec. | ||
| 9157 | 2024.12.12 04:10:13.441157 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9158 | 2024.12.12 04:10:13.441452 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9159 | 2024.12.12 04:10:13.441533 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9160 | 2024.12.12 04:10:13.441608 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 9161 | 2024.12.12 04:10:14.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.13 MiB, peak 238.03 MiB, free memory in arenas 0.00 B, will set to 228.57 MiB (RSS), difference: 1.44 MiB | ||
| 9162 | 2024.12.12 04:10:14.338676 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 9163 | 2024.12.12 04:10:14.339391 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9164 | 2024.12.12 04:10:14.339449 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9165 | 2024.12.12 04:10:14.340010 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9166 | 2024.12.12 04:10:14.340286 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9167 | 2024.12.12 04:10:14.340586 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 9168 | 2024.12.12 04:10:15.879721 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 9169 | 2024.12.12 04:10:15.901451 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9170 | 2024.12.12 04:10:15.901514 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9171 | 2024.12.12 04:10:15.908836 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9172 | 2024.12.12 04:10:15.909623 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9173 | 2024.12.12 04:10:15.914070 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 9174 | 2024.12.12 04:10:16.936460 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1286 | ||
| 9175 | 2024.12.12 04:10:16.939633 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9176 | 2024.12.12 04:10:16.939673 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9177 | 2024.12.12 04:10:16.941142 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9178 | 2024.12.12 04:10:16.941453 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9179 | 2024.12.12 04:10:16.941623 [ 134 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9180 | 2024.12.12 04:10:16.941696 [ 134 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9181 | 2024.12.12 04:10:16.941744 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9182 | 2024.12.12 04:10:16.942479 [ 190 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 9183 | 2024.12.12 04:10:16.945032 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1286 | ||
| 9184 | 2024.12.12 04:10:16.945321 [ 190 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9185 | 2024.12.12 04:10:16.945477 [ 190 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1124 rows starting from the beginning of the part | ||
| 9186 | 2024.12.12 04:10:16.946095 [ 190 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 32 rows starting from the beginning of the part | ||
| 9187 | 2024.12.12 04:10:16.946631 [ 190 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part | ||
| 9188 | 2024.12.12 04:10:16.947053 [ 190 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 9189 | 2024.12.12 04:10:16.947478 [ 190 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part | ||
| 9190 | 2024.12.12 04:10:16.947929 [ 190 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part | ||
| 9191 | 2024.12.12 04:10:16.955771 [ 200 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1286 rows, containing 72 columns (72 merged, 0 gathered) in 0.013928702 sec., 92327.3396185804 rows/sec., 73.06 MiB/sec. | ||
| 9192 | 2024.12.12 04:10:16.957470 [ 201 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9193 | 2024.12.12 04:10:16.958349 [ 201 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_36_7} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9194 | 2024.12.12 04:10:16.958451 [ 201 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_36_7} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9195 | 2024.12.12 04:10:16.958843 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 9196 | 2024.12.12 04:10:18.386113 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9197 | 2024.12.12 04:10:18.386326 [ 264 ] {e7847eec-8d54-416f-9a8d-8be2a3593114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9198 | 2024.12.12 04:10:18.386404 [ 264 ] {e7847eec-8d54-416f-9a8d-8be2a3593114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9199 | 2024.12.12 04:10:18.387176 [ 264 ] {e7847eec-8d54-416f-9a8d-8be2a3593114} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9200 | 2024.12.12 04:10:18.387217 [ 264 ] {e7847eec-8d54-416f-9a8d-8be2a3593114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9201 | 2024.12.12 04:10:18.387658 [ 264 ] {e7847eec-8d54-416f-9a8d-8be2a3593114} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9202 | 2024.12.12 04:10:18.387910 [ 264 ] {e7847eec-8d54-416f-9a8d-8be2a3593114} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9203 | 2024.12.12 04:10:18.388051 [ 142 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9204 | 2024.12.12 04:10:18.388093 [ 142 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9205 | 2024.12.12 04:10:18.388114 [ 264 ] {e7847eec-8d54-416f-9a8d-8be2a3593114} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001846 sec., 7583.965330444204 rows/sec., 545.94 KiB/sec. | ||
| 9206 | 2024.12.12 04:10:18.388119 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9207 | 2024.12.12 04:10:18.388230 [ 264 ] {e7847eec-8d54-416f-9a8d-8be2a3593114} <Debug> TCPHandler: Processed in 0.002249309 sec. | ||
| 9208 | 2024.12.12 04:10:18.388602 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9209 | 2024.12.12 04:10:18.388607 [ 188 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 9210 | 2024.12.12 04:10:18.388864 [ 263 ] {3605914e-9517-4895-82ab-0b1906d8e840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9211 | 2024.12.12 04:10:18.388869 [ 188 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9212 | 2024.12.12 04:10:18.388918 [ 188 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 9213 | 2024.12.12 04:10:18.388940 [ 263 ] {3605914e-9517-4895-82ab-0b1906d8e840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9214 | 2024.12.12 04:10:18.389141 [ 188 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 9215 | 2024.12.12 04:10:18.389526 [ 188 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 9216 | 2024.12.12 04:10:18.389840 [ 188 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 9217 | 2024.12.12 04:10:18.390107 [ 188 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 9218 | 2024.12.12 04:10:18.391358 [ 263 ] {3605914e-9517-4895-82ab-0b1906d8e840} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9219 | 2024.12.12 04:10:18.391408 [ 263 ] {3605914e-9517-4895-82ab-0b1906d8e840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9220 | 2024.12.12 04:10:18.391782 [ 200 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003530142 sec., 19829.23066550864 rows/sec., 1.47 MiB/sec. | ||
| 9221 | 2024.12.12 04:10:18.391928 [ 200 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9222 | 2024.12.12 04:10:18.392019 [ 263 ] {3605914e-9517-4895-82ab-0b1906d8e840} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9223 | 2024.12.12 04:10:18.392250 [ 200 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_33_8} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9224 | 2024.12.12 04:10:18.392338 [ 263 ] {3605914e-9517-4895-82ab-0b1906d8e840} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9225 | 2024.12.12 04:10:18.392370 [ 200 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_33_8} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9226 | 2024.12.12 04:10:18.392485 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 9227 | 2024.12.12 04:10:18.392643 [ 263 ] {3605914e-9517-4895-82ab-0b1906d8e840} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.003843 sec., 73119.95836586 rows/sec., 6.46 MiB/sec. | ||
| 9228 | 2024.12.12 04:10:18.392710 [ 263 ] {3605914e-9517-4895-82ab-0b1906d8e840} <Debug> TCPHandler: Processed in 0.004359654 sec. | ||
| 9229 | 2024.12.12 04:10:18.392869 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9230 | 2024.12.12 04:10:18.393009 [ 264 ] {8e99731d-7498-44e2-b939-5604e00ccb7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9231 | 2024.12.12 04:10:18.393068 [ 264 ] {8e99731d-7498-44e2-b939-5604e00ccb7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9232 | 2024.12.12 04:10:18.393765 [ 264 ] {8e99731d-7498-44e2-b939-5604e00ccb7d} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9233 | 2024.12.12 04:10:18.393803 [ 264 ] {8e99731d-7498-44e2-b939-5604e00ccb7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9234 | 2024.12.12 04:10:18.394167 [ 264 ] {8e99731d-7498-44e2-b939-5604e00ccb7d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9235 | 2024.12.12 04:10:18.394411 [ 264 ] {8e99731d-7498-44e2-b939-5604e00ccb7d} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9236 | 2024.12.12 04:10:18.394534 [ 142 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 9237 | 2024.12.12 04:10:18.394570 [ 142 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9238 | 2024.12.12 04:10:18.394591 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9239 | 2024.12.12 04:10:18.394602 [ 264 ] {8e99731d-7498-44e2-b939-5604e00ccb7d} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001622 sec., 28360.049321824907 rows/sec., 2.04 MiB/sec. | ||
| 9240 | 2024.12.12 04:10:18.394947 [ 264 ] {8e99731d-7498-44e2-b939-5604e00ccb7d} <Debug> TCPHandler: Processed in 0.002141466 sec. | ||
| 9241 | 2024.12.12 04:10:18.395199 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 9242 | 2024.12.12 04:10:18.395312 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9243 | 2024.12.12 04:10:18.395784 [ 263 ] {f3768eba-ab1c-4953-932c-614acbb0b8a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9244 | 2024.12.12 04:10:18.395816 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9245 | 2024.12.12 04:10:18.395855 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 64 rows starting from the beginning of the part | ||
| 9246 | 2024.12.12 04:10:18.395867 [ 263 ] {f3768eba-ab1c-4953-932c-614acbb0b8a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9247 | 2024.12.12 04:10:18.396128 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 9248 | 2024.12.12 04:10:18.396456 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 46 rows starting from the beginning of the part | ||
| 9249 | 2024.12.12 04:10:18.396675 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 48 rows starting from the beginning of the part | ||
| 9250 | 2024.12.12 04:10:18.396900 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 46 rows starting from the beginning of the part | ||
| 9251 | 2024.12.12 04:10:18.397107 [ 192 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 46 rows starting from the beginning of the part | ||
| 9252 | 2024.12.12 04:10:18.397783 [ 263 ] {f3768eba-ab1c-4953-932c-614acbb0b8a2} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9253 | 2024.12.12 04:10:18.397827 [ 263 ] {f3768eba-ab1c-4953-932c-614acbb0b8a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9254 | 2024.12.12 04:10:18.398394 [ 263 ] {f3768eba-ab1c-4953-932c-614acbb0b8a2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9255 | 2024.12.12 04:10:18.398599 [ 189 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 5 columns (5 merged, 0 gathered) in 0.003925534 sec., 65214.057501476236 rows/sec., 4.92 MiB/sec. | ||
| 9256 | 2024.12.12 04:10:18.398760 [ 263 ] {f3768eba-ab1c-4953-932c-614acbb0b8a2} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9257 | 2024.12.12 04:10:18.398887 [ 189 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 9258 | 2024.12.12 04:10:18.399062 [ 142 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9259 | 2024.12.12 04:10:18.399220 [ 142 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9260 | 2024.12.12 04:10:18.399283 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9261 | 2024.12.12 04:10:18.399298 [ 263 ] {f3768eba-ab1c-4953-932c-614acbb0b8a2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003639 sec., 3847.210772190162 rows/sec., 269.43 KiB/sec. | ||
| 9262 | 2024.12.12 04:10:18.399622 [ 263 ] {f3768eba-ab1c-4953-932c-614acbb0b8a2} <Debug> TCPHandler: Processed in 0.004536928 sec. | ||
| 9263 | 2024.12.12 04:10:18.399934 [ 189 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_41_8} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9264 | 2024.12.12 04:10:18.399937 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::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 | ||
| 9265 | 2024.12.12 04:10:18.399965 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9266 | 2024.12.12 04:10:18.400138 [ 189 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_41_8} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 9267 | 2024.12.12 04:10:18.400437 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9268 | 2024.12.12 04:10:18.400455 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9269 | 2024.12.12 04:10:18.400466 [ 264 ] {6196b51c-40fb-4faa-b242-cce7a3531b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9270 | 2024.12.12 04:10:18.400537 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 243 rows starting from the beginning of the part | ||
| 9271 | 2024.12.12 04:10:18.400574 [ 264 ] {6196b51c-40fb-4faa-b242-cce7a3531b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9272 | 2024.12.12 04:10:18.400932 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 9273 | 2024.12.12 04:10:18.401221 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 9274 | 2024.12.12 04:10:18.401555 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 9275 | 2024.12.12 04:10:18.401934 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 228 rows starting from the beginning of the part | ||
| 9276 | 2024.12.12 04:10:18.402244 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 9277 | 2024.12.12 04:10:18.403316 [ 264 ] {6196b51c-40fb-4faa-b242-cce7a3531b9d} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9278 | 2024.12.12 04:10:18.403384 [ 264 ] {6196b51c-40fb-4faa-b242-cce7a3531b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9279 | 2024.12.12 04:10:18.404293 [ 264 ] {6196b51c-40fb-4faa-b242-cce7a3531b9d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9280 | 2024.12.12 04:10:18.404805 [ 264 ] {6196b51c-40fb-4faa-b242-cce7a3531b9d} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9281 | 2024.12.12 04:10:18.405194 [ 192 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.00566843 sec., 92971.06959069795 rows/sec., 6.66 MiB/sec. | ||
| 9282 | 2024.12.12 04:10:18.405201 [ 140 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9283 | 2024.12.12 04:10:18.405319 [ 140 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9284 | 2024.12.12 04:10:18.405377 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9285 | 2024.12.12 04:10:18.405402 [ 264 ] {6196b51c-40fb-4faa-b242-cce7a3531b9d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00512 sec., 2539.0625 rows/sec., 158.31 KiB/sec. | ||
| 9286 | 2024.12.12 04:10:18.405512 [ 192 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9287 | 2024.12.12 04:10:18.406014 [ 189 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 9288 | 2024.12.12 04:10:18.406050 [ 264 ] {6196b51c-40fb-4faa-b242-cce7a3531b9d} <Debug> TCPHandler: Processed in 0.006273484 sec. | ||
| 9289 | 2024.12.12 04:10:18.406566 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9290 | 2024.12.12 04:10:18.406696 [ 189 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9291 | 2024.12.12 04:10:18.406867 [ 192 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_46_9} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9292 | 2024.12.12 04:10:18.406864 [ 189 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 9293 | 2024.12.12 04:10:18.407022 [ 263 ] {8ab9587c-210f-472d-bb9f-32c47efac51e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9294 | 2024.12.12 04:10:18.407187 [ 263 ] {8ab9587c-210f-472d-bb9f-32c47efac51e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9295 | 2024.12.12 04:10:18.407269 [ 192 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_46_9} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9296 | 2024.12.12 04:10:18.407379 [ 189 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 9297 | 2024.12.12 04:10:18.407700 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 9298 | 2024.12.12 04:10:18.407971 [ 189 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 9299 | 2024.12.12 04:10:18.408332 [ 189 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 9300 | 2024.12.12 04:10:18.408768 [ 189 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 9301 | 2024.12.12 04:10:18.410722 [ 263 ] {8ab9587c-210f-472d-bb9f-32c47efac51e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9302 | 2024.12.12 04:10:18.410792 [ 263 ] {8ab9587c-210f-472d-bb9f-32c47efac51e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9303 | 2024.12.12 04:10:18.411178 [ 192 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005590896 sec., 11626.043482118073 rows/sec., 770.30 KiB/sec. | ||
| 9304 | 2024.12.12 04:10:18.411501 [ 195 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9305 | 2024.12.12 04:10:18.411617 [ 263 ] {8ab9587c-210f-472d-bb9f-32c47efac51e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9306 | 2024.12.12 04:10:18.412103 [ 195 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_33_8} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9307 | 2024.12.12 04:10:18.412114 [ 263 ] {8ab9587c-210f-472d-bb9f-32c47efac51e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9308 | 2024.12.12 04:10:18.412291 [ 195 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_33_8} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9309 | 2024.12.12 04:10:18.412492 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9310 | 2024.12.12 04:10:18.412530 [ 263 ] {8ab9587c-210f-472d-bb9f-32c47efac51e} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005624 sec., 74857.75248933144 rows/sec., 5.35 MiB/sec. | ||
| 9311 | 2024.12.12 04:10:18.412606 [ 263 ] {8ab9587c-210f-472d-bb9f-32c47efac51e} <Debug> TCPHandler: Processed in 0.006218742 sec. | ||
| 9312 | 2024.12.12 04:10:18.412757 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9313 | 2024.12.12 04:10:18.412878 [ 264 ] {67cf006f-a2a8-41d3-8133-97a112ee0415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9314 | 2024.12.12 04:10:18.412929 [ 264 ] {67cf006f-a2a8-41d3-8133-97a112ee0415} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9315 | 2024.12.12 04:10:18.413433 [ 264 ] {67cf006f-a2a8-41d3-8133-97a112ee0415} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9316 | 2024.12.12 04:10:18.413472 [ 264 ] {67cf006f-a2a8-41d3-8133-97a112ee0415} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9317 | 2024.12.12 04:10:18.413846 [ 264 ] {67cf006f-a2a8-41d3-8133-97a112ee0415} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9318 | 2024.12.12 04:10:18.414100 [ 264 ] {67cf006f-a2a8-41d3-8133-97a112ee0415} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9319 | 2024.12.12 04:10:18.414327 [ 264 ] {67cf006f-a2a8-41d3-8133-97a112ee0415} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 212.96 KiB/sec. | ||
| 9320 | 2024.12.12 04:10:18.414453 [ 264 ] {67cf006f-a2a8-41d3-8133-97a112ee0415} <Debug> TCPHandler: Processed in 0.001753105 sec. | ||
| 9321 | 2024.12.12 04:10:18.414613 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9322 | 2024.12.12 04:10:18.414747 [ 263 ] {37d3d211-d198-4ecd-acbd-cbc4b81343ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9323 | 2024.12.12 04:10:18.414811 [ 263 ] {37d3d211-d198-4ecd-acbd-cbc4b81343ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9324 | 2024.12.12 04:10:18.415509 [ 263 ] {37d3d211-d198-4ecd-acbd-cbc4b81343ce} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9325 | 2024.12.12 04:10:18.415556 [ 263 ] {37d3d211-d198-4ecd-acbd-cbc4b81343ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9326 | 2024.12.12 04:10:18.415984 [ 263 ] {37d3d211-d198-4ecd-acbd-cbc4b81343ce} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9327 | 2024.12.12 04:10:18.416226 [ 263 ] {37d3d211-d198-4ecd-acbd-cbc4b81343ce} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9328 | 2024.12.12 04:10:18.416402 [ 263 ] {37d3d211-d198-4ecd-acbd-cbc4b81343ce} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001687 sec., 140486.06994665085 rows/sec., 9.42 MiB/sec. | ||
| 9329 | 2024.12.12 04:10:18.416453 [ 263 ] {37d3d211-d198-4ecd-acbd-cbc4b81343ce} <Debug> TCPHandler: Processed in 0.00191588 sec. | ||
| 9330 | 2024.12.12 04:10:18.416595 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9331 | 2024.12.12 04:10:18.416724 [ 264 ] {e3e0fa35-ae67-4dcd-bf01-24a7474c6004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9332 | 2024.12.12 04:10:18.416785 [ 264 ] {e3e0fa35-ae67-4dcd-bf01-24a7474c6004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9333 | 2024.12.12 04:10:18.417343 [ 264 ] {e3e0fa35-ae67-4dcd-bf01-24a7474c6004} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9334 | 2024.12.12 04:10:18.417390 [ 264 ] {e3e0fa35-ae67-4dcd-bf01-24a7474c6004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9335 | 2024.12.12 04:10:18.417796 [ 264 ] {e3e0fa35-ae67-4dcd-bf01-24a7474c6004} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9336 | 2024.12.12 04:10:18.418046 [ 264 ] {e3e0fa35-ae67-4dcd-bf01-24a7474c6004} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9337 | 2024.12.12 04:10:18.418273 [ 264 ] {e3e0fa35-ae67-4dcd-bf01-24a7474c6004} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001581 sec., 632.5110689437065 rows/sec., 42.62 KiB/sec. | ||
| 9338 | 2024.12.12 04:10:18.418386 [ 264 ] {e3e0fa35-ae67-4dcd-bf01-24a7474c6004} <Debug> TCPHandler: Processed in 0.001846768 sec. | ||
| 9339 | 2024.12.12 04:10:18.418534 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9340 | 2024.12.12 04:10:18.418650 [ 263 ] {c03a308c-8136-47b2-bf8c-41bb8d42abf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9341 | 2024.12.12 04:10:18.418743 [ 263 ] {c03a308c-8136-47b2-bf8c-41bb8d42abf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9342 | 2024.12.12 04:10:18.420046 [ 263 ] {c03a308c-8136-47b2-bf8c-41bb8d42abf7} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9343 | 2024.12.12 04:10:18.420085 [ 263 ] {c03a308c-8136-47b2-bf8c-41bb8d42abf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9344 | 2024.12.12 04:10:18.420748 [ 263 ] {c03a308c-8136-47b2-bf8c-41bb8d42abf7} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9345 | 2024.12.12 04:10:18.421027 [ 263 ] {c03a308c-8136-47b2-bf8c-41bb8d42abf7} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9346 | 2024.12.12 04:10:18.421167 [ 140 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9347 | 2024.12.12 04:10:18.421216 [ 140 ] {} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9348 | 2024.12.12 04:10:18.421245 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9349 | 2024.12.12 04:10:18.421245 [ 263 ] {c03a308c-8136-47b2-bf8c-41bb8d42abf7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002617 sec., 14902.560183416126 rows/sec., 26.70 MiB/sec. | ||
| 9350 | 2024.12.12 04:10:18.421562 [ 197 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::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 | ||
| 9351 | 2024.12.12 04:10:18.421605 [ 263 ] {c03a308c-8136-47b2-bf8c-41bb8d42abf7} <Debug> TCPHandler: Processed in 0.003136711 sec. | ||
| 9352 | 2024.12.12 04:10:18.421867 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9353 | 2024.12.12 04:10:18.422152 [ 264 ] {b718f4cb-4636-426d-82aa-aff6715a20d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9354 | 2024.12.12 04:10:18.422228 [ 197 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9355 | 2024.12.12 04:10:18.422258 [ 264 ] {b718f4cb-4636-426d-82aa-aff6715a20d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9356 | 2024.12.12 04:10:18.422440 [ 197 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1140 rows starting from the beginning of the part | ||
| 9357 | 2024.12.12 04:10:18.423298 [ 197 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 39 rows starting from the beginning of the part | ||
| 9358 | 2024.12.12 04:10:18.424158 [ 197 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 39 rows starting from the beginning of the part | ||
| 9359 | 2024.12.12 04:10:18.424308 [ 264 ] {b718f4cb-4636-426d-82aa-aff6715a20d3} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9360 | 2024.12.12 04:10:18.424408 [ 264 ] {b718f4cb-4636-426d-82aa-aff6715a20d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9361 | 2024.12.12 04:10:18.424854 [ 197 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 39 rows starting from the beginning of the part | ||
| 9362 | 2024.12.12 04:10:18.425583 [ 197 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 39 rows starting from the beginning of the part | ||
| 9363 | 2024.12.12 04:10:18.425810 [ 264 ] {b718f4cb-4636-426d-82aa-aff6715a20d3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9364 | 2024.12.12 04:10:18.426150 [ 197 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 39 rows starting from the beginning of the part | ||
| 9365 | 2024.12.12 04:10:18.426654 [ 264 ] {b718f4cb-4636-426d-82aa-aff6715a20d3} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9366 | 2024.12.12 04:10:18.427346 [ 264 ] {b718f4cb-4636-426d-82aa-aff6715a20d3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005269 sec., 15562.725374833934 rows/sec., 1012.15 KiB/sec. | ||
| 9367 | 2024.12.12 04:10:18.427515 [ 264 ] {b718f4cb-4636-426d-82aa-aff6715a20d3} <Debug> TCPHandler: Processed in 0.005799444 sec. | ||
| 9368 | 2024.12.12 04:10:18.433287 [ 192 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1335 rows, containing 19 columns (19 merged, 0 gathered) in 0.011956923 sec., 111650.79845374935 rows/sec., 200.07 MiB/sec. | ||
| 9369 | 2024.12.12 04:10:18.434539 [ 186 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9370 | 2024.12.12 04:10:18.434995 [ 186 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9371 | 2024.12.12 04:10:18.435081 [ 186 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9372 | 2024.12.12 04:10:18.435246 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.46 MiB. | ||
| 9373 | 2024.12.12 04:10:21.667268 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9374 | 2024.12.12 04:10:21.667332 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9375 | 2024.12.12 04:10:21.840751 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 9376 | 2024.12.12 04:10:21.841888 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9377 | 2024.12.12 04:10:21.841935 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9378 | 2024.12.12 04:10:21.842459 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9379 | 2024.12.12 04:10:21.842723 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9380 | 2024.12.12 04:10:21.842974 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 9381 | 2024.12.12 04:10:23.379800 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9382 | 2024.12.12 04:10:23.380015 [ 264 ] {d270c1e4-9492-4fbd-ab1a-523035e4c1cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9383 | 2024.12.12 04:10:23.380099 [ 264 ] {d270c1e4-9492-4fbd-ab1a-523035e4c1cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9384 | 2024.12.12 04:10:23.381004 [ 264 ] {d270c1e4-9492-4fbd-ab1a-523035e4c1cf} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9385 | 2024.12.12 04:10:23.381056 [ 264 ] {d270c1e4-9492-4fbd-ab1a-523035e4c1cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9386 | 2024.12.12 04:10:23.381484 [ 264 ] {d270c1e4-9492-4fbd-ab1a-523035e4c1cf} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9387 | 2024.12.12 04:10:23.381730 [ 264 ] {d270c1e4-9492-4fbd-ab1a-523035e4c1cf} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9388 | 2024.12.12 04:10:23.381969 [ 264 ] {d270c1e4-9492-4fbd-ab1a-523035e4c1cf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002014 sec., 27805.362462760673 rows/sec., 2.14 MiB/sec. | ||
| 9389 | 2024.12.12 04:10:23.382034 [ 264 ] {d270c1e4-9492-4fbd-ab1a-523035e4c1cf} <Debug> TCPHandler: Processed in 0.002374211 sec. | ||
| 9390 | 2024.12.12 04:10:23.382286 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9391 | 2024.12.12 04:10:23.382496 [ 263 ] {84cb7759-7a36-467f-a2a8-908052115d8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9392 | 2024.12.12 04:10:23.382576 [ 263 ] {84cb7759-7a36-467f-a2a8-908052115d8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9393 | 2024.12.12 04:10:23.383348 [ 263 ] {84cb7759-7a36-467f-a2a8-908052115d8a} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9394 | 2024.12.12 04:10:23.383387 [ 263 ] {84cb7759-7a36-467f-a2a8-908052115d8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9395 | 2024.12.12 04:10:23.383825 [ 263 ] {84cb7759-7a36-467f-a2a8-908052115d8a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9396 | 2024.12.12 04:10:23.384074 [ 263 ] {84cb7759-7a36-467f-a2a8-908052115d8a} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9397 | 2024.12.12 04:10:23.384268 [ 263 ] {84cb7759-7a36-467f-a2a8-908052115d8a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00183 sec., 34972.67759562842 rows/sec., 2.73 MiB/sec. | ||
| 9398 | 2024.12.12 04:10:23.384322 [ 263 ] {84cb7759-7a36-467f-a2a8-908052115d8a} <Debug> TCPHandler: Processed in 0.002170016 sec. | ||
| 9399 | 2024.12.12 04:10:23.384491 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9400 | 2024.12.12 04:10:23.384639 [ 264 ] {763358be-14a5-4d87-843c-20b66de2e04e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9401 | 2024.12.12 04:10:23.384704 [ 264 ] {763358be-14a5-4d87-843c-20b66de2e04e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9402 | 2024.12.12 04:10:23.385301 [ 264 ] {763358be-14a5-4d87-843c-20b66de2e04e} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9403 | 2024.12.12 04:10:23.385342 [ 264 ] {763358be-14a5-4d87-843c-20b66de2e04e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9404 | 2024.12.12 04:10:23.385737 [ 264 ] {763358be-14a5-4d87-843c-20b66de2e04e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9405 | 2024.12.12 04:10:23.385978 [ 264 ] {763358be-14a5-4d87-843c-20b66de2e04e} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9406 | 2024.12.12 04:10:23.386209 [ 264 ] {763358be-14a5-4d87-843c-20b66de2e04e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec. | ||
| 9407 | 2024.12.12 04:10:23.386266 [ 264 ] {763358be-14a5-4d87-843c-20b66de2e04e} <Debug> TCPHandler: Processed in 0.001842438 sec. | ||
| 9408 | 2024.12.12 04:10:23.386478 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9409 | 2024.12.12 04:10:23.386705 [ 263 ] {18fd9312-44f3-4ab8-b1ec-415d6fc065a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9410 | 2024.12.12 04:10:23.386800 [ 263 ] {18fd9312-44f3-4ab8-b1ec-415d6fc065a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9411 | 2024.12.12 04:10:23.387353 [ 263 ] {18fd9312-44f3-4ab8-b1ec-415d6fc065a0} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9412 | 2024.12.12 04:10:23.387390 [ 263 ] {18fd9312-44f3-4ab8-b1ec-415d6fc065a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9413 | 2024.12.12 04:10:23.387769 [ 263 ] {18fd9312-44f3-4ab8-b1ec-415d6fc065a0} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9414 | 2024.12.12 04:10:23.388014 [ 263 ] {18fd9312-44f3-4ab8-b1ec-415d6fc065a0} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9415 | 2024.12.12 04:10:23.388189 [ 263 ] {18fd9312-44f3-4ab8-b1ec-415d6fc065a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001541 sec., 38935.756002595714 rows/sec., 2.62 MiB/sec. | ||
| 9416 | 2024.12.12 04:10:23.388237 [ 263 ] {18fd9312-44f3-4ab8-b1ec-415d6fc065a0} <Debug> TCPHandler: Processed in 0.001870009 sec. | ||
| 9417 | 2024.12.12 04:10:23.414151 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 9418 | 2024.12.12 04:10:23.436618 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9419 | 2024.12.12 04:10:23.436686 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9420 | 2024.12.12 04:10:23.444255 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9421 | 2024.12.12 04:10:23.445075 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9422 | 2024.12.12 04:10:23.448421 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 9423 | 2024.12.12 04:10:26.945281 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1316 | ||
| 9424 | 2024.12.12 04:10:26.948695 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9425 | 2024.12.12 04:10:26.948745 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9426 | 2024.12.12 04:10:26.950197 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9427 | 2024.12.12 04:10:26.950516 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9428 | 2024.12.12 04:10:26.951877 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1316 | ||
| 9429 | 2024.12.12 04:10:28.386317 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9430 | 2024.12.12 04:10:28.386509 [ 264 ] {cb1f0d28-1439-4f32-9a9a-aa1b2456e350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9431 | 2024.12.12 04:10:28.386581 [ 264 ] {cb1f0d28-1439-4f32-9a9a-aa1b2456e350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9432 | 2024.12.12 04:10:28.387346 [ 264 ] {cb1f0d28-1439-4f32-9a9a-aa1b2456e350} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9433 | 2024.12.12 04:10:28.387396 [ 264 ] {cb1f0d28-1439-4f32-9a9a-aa1b2456e350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9434 | 2024.12.12 04:10:28.387820 [ 264 ] {cb1f0d28-1439-4f32-9a9a-aa1b2456e350} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9435 | 2024.12.12 04:10:28.388088 [ 264 ] {cb1f0d28-1439-4f32-9a9a-aa1b2456e350} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9436 | 2024.12.12 04:10:28.388327 [ 264 ] {cb1f0d28-1439-4f32-9a9a-aa1b2456e350} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001871 sec., 7482.629609834313 rows/sec., 538.65 KiB/sec. | ||
| 9437 | 2024.12.12 04:10:28.388384 [ 264 ] {cb1f0d28-1439-4f32-9a9a-aa1b2456e350} <Debug> TCPHandler: Processed in 0.002198457 sec. | ||
| 9438 | 2024.12.12 04:10:28.388650 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9439 | 2024.12.12 04:10:28.388868 [ 263 ] {bfa844fa-4d65-43fc-a729-49d708f4c18e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9440 | 2024.12.12 04:10:28.388952 [ 263 ] {bfa844fa-4d65-43fc-a729-49d708f4c18e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9441 | 2024.12.12 04:10:28.389716 [ 263 ] {bfa844fa-4d65-43fc-a729-49d708f4c18e} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9442 | 2024.12.12 04:10:28.389765 [ 263 ] {bfa844fa-4d65-43fc-a729-49d708f4c18e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9443 | 2024.12.12 04:10:28.390200 [ 263 ] {bfa844fa-4d65-43fc-a729-49d708f4c18e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9444 | 2024.12.12 04:10:28.390459 [ 263 ] {bfa844fa-4d65-43fc-a729-49d708f4c18e} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9445 | 2024.12.12 04:10:28.390768 [ 263 ] {bfa844fa-4d65-43fc-a729-49d708f4c18e} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001935 sec., 5167.958656330749 rows/sec., 421.41 KiB/sec. | ||
| 9446 | 2024.12.12 04:10:28.390966 [ 263 ] {bfa844fa-4d65-43fc-a729-49d708f4c18e} <Debug> TCPHandler: Processed in 0.002457104 sec. | ||
| 9447 | 2024.12.12 04:10:28.391163 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9448 | 2024.12.12 04:10:28.391306 [ 264 ] {3eb1ed94-2da3-4887-802e-ea6a8862be4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9449 | 2024.12.12 04:10:28.391365 [ 264 ] {3eb1ed94-2da3-4887-802e-ea6a8862be4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9450 | 2024.12.12 04:10:28.392172 [ 264 ] {3eb1ed94-2da3-4887-802e-ea6a8862be4d} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9451 | 2024.12.12 04:10:28.392213 [ 264 ] {3eb1ed94-2da3-4887-802e-ea6a8862be4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9452 | 2024.12.12 04:10:28.392584 [ 264 ] {3eb1ed94-2da3-4887-802e-ea6a8862be4d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9453 | 2024.12.12 04:10:28.392818 [ 264 ] {3eb1ed94-2da3-4887-802e-ea6a8862be4d} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9454 | 2024.12.12 04:10:28.393026 [ 264 ] {3eb1ed94-2da3-4887-802e-ea6a8862be4d} <Debug> executeQuery: Read 286 rows, 25.79 KiB in 0.001753 sec., 163148.88762122075 rows/sec., 14.37 MiB/sec. | ||
| 9455 | 2024.12.12 04:10:28.393079 [ 264 ] {3eb1ed94-2da3-4887-802e-ea6a8862be4d} <Debug> TCPHandler: Processed in 0.001986341 sec. | ||
| 9456 | 2024.12.12 04:10:28.393252 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9457 | 2024.12.12 04:10:28.393409 [ 263 ] {033de59c-f9fd-4acf-be47-22a4c6fea6d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9458 | 2024.12.12 04:10:28.393471 [ 263 ] {033de59c-f9fd-4acf-be47-22a4c6fea6d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9459 | 2024.12.12 04:10:28.394187 [ 263 ] {033de59c-f9fd-4acf-be47-22a4c6fea6d1} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9460 | 2024.12.12 04:10:28.394229 [ 263 ] {033de59c-f9fd-4acf-be47-22a4c6fea6d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9461 | 2024.12.12 04:10:28.394624 [ 263 ] {033de59c-f9fd-4acf-be47-22a4c6fea6d1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9462 | 2024.12.12 04:10:28.394879 [ 263 ] {033de59c-f9fd-4acf-be47-22a4c6fea6d1} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9463 | 2024.12.12 04:10:28.395128 [ 263 ] {033de59c-f9fd-4acf-be47-22a4c6fea6d1} <Debug> executeQuery: Read 56 rows, 4.09 KiB in 0.001747 sec., 32054.951345163136 rows/sec., 2.28 MiB/sec. | ||
| 9464 | 2024.12.12 04:10:28.395252 [ 263 ] {033de59c-f9fd-4acf-be47-22a4c6fea6d1} <Debug> TCPHandler: Processed in 0.002068224 sec. | ||
| 9465 | 2024.12.12 04:10:28.395484 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9466 | 2024.12.12 04:10:28.395622 [ 264 ] {a5239cae-31f7-4816-b968-1281f5696c9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9467 | 2024.12.12 04:10:28.395678 [ 264 ] {a5239cae-31f7-4816-b968-1281f5696c9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9468 | 2024.12.12 04:10:28.396301 [ 264 ] {a5239cae-31f7-4816-b968-1281f5696c9b} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9469 | 2024.12.12 04:10:28.396339 [ 264 ] {a5239cae-31f7-4816-b968-1281f5696c9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9470 | 2024.12.12 04:10:28.396678 [ 264 ] {a5239cae-31f7-4816-b968-1281f5696c9b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9471 | 2024.12.12 04:10:28.396909 [ 264 ] {a5239cae-31f7-4816-b968-1281f5696c9b} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9472 | 2024.12.12 04:10:28.397169 [ 264 ] {a5239cae-31f7-4816-b968-1281f5696c9b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001566 sec., 8939.974457215838 rows/sec., 626.10 KiB/sec. | ||
| 9473 | 2024.12.12 04:10:28.397281 [ 264 ] {a5239cae-31f7-4816-b968-1281f5696c9b} <Debug> TCPHandler: Processed in 0.00191175 sec. | ||
| 9474 | 2024.12.12 04:10:28.397525 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9475 | 2024.12.12 04:10:28.397744 [ 263 ] {9bc11797-a4fc-4966-b143-84992a787608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9476 | 2024.12.12 04:10:28.397804 [ 263 ] {9bc11797-a4fc-4966-b143-84992a787608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9477 | 2024.12.12 04:10:28.398424 [ 263 ] {9bc11797-a4fc-4966-b143-84992a787608} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9478 | 2024.12.12 04:10:28.398464 [ 263 ] {9bc11797-a4fc-4966-b143-84992a787608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9479 | 2024.12.12 04:10:28.398818 [ 263 ] {9bc11797-a4fc-4966-b143-84992a787608} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9480 | 2024.12.12 04:10:28.399066 [ 263 ] {9bc11797-a4fc-4966-b143-84992a787608} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9481 | 2024.12.12 04:10:28.399322 [ 263 ] {9bc11797-a4fc-4966-b143-84992a787608} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001618 sec., 8034.61063040791 rows/sec., 500.96 KiB/sec. | ||
| 9482 | 2024.12.12 04:10:28.399549 [ 263 ] {9bc11797-a4fc-4966-b143-84992a787608} <Debug> TCPHandler: Processed in 0.002166657 sec. | ||
| 9483 | 2024.12.12 04:10:28.399751 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9484 | 2024.12.12 04:10:28.399885 [ 264 ] {863edf0e-57b6-4cfe-be70-403a3a95696e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9485 | 2024.12.12 04:10:28.399941 [ 264 ] {863edf0e-57b6-4cfe-be70-403a3a95696e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9486 | 2024.12.12 04:10:28.400649 [ 264 ] {863edf0e-57b6-4cfe-be70-403a3a95696e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9487 | 2024.12.12 04:10:28.400687 [ 264 ] {863edf0e-57b6-4cfe-be70-403a3a95696e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9488 | 2024.12.12 04:10:28.401052 [ 264 ] {863edf0e-57b6-4cfe-be70-403a3a95696e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9489 | 2024.12.12 04:10:28.401296 [ 264 ] {863edf0e-57b6-4cfe-be70-403a3a95696e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9490 | 2024.12.12 04:10:28.401506 [ 264 ] {863edf0e-57b6-4cfe-be70-403a3a95696e} <Debug> executeQuery: Read 431 rows, 31.62 KiB in 0.00165 sec., 261212.12121212122 rows/sec., 18.71 MiB/sec. | ||
| 9491 | 2024.12.12 04:10:28.401558 [ 264 ] {863edf0e-57b6-4cfe-be70-403a3a95696e} <Debug> TCPHandler: Processed in 0.00190472 sec. | ||
| 9492 | 2024.12.12 04:10:28.401687 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9493 | 2024.12.12 04:10:28.401804 [ 263 ] {ef622330-7cbd-4b7b-b7b7-26608e01ca48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9494 | 2024.12.12 04:10:28.401854 [ 263 ] {ef622330-7cbd-4b7b-b7b7-26608e01ca48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9495 | 2024.12.12 04:10:28.402337 [ 263 ] {ef622330-7cbd-4b7b-b7b7-26608e01ca48} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9496 | 2024.12.12 04:10:28.402376 [ 263 ] {ef622330-7cbd-4b7b-b7b7-26608e01ca48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9497 | 2024.12.12 04:10:28.402734 [ 263 ] {ef622330-7cbd-4b7b-b7b7-26608e01ca48} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9498 | 2024.12.12 04:10:28.402978 [ 263 ] {ef622330-7cbd-4b7b-b7b7-26608e01ca48} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9499 | 2024.12.12 04:10:28.403194 [ 263 ] {ef622330-7cbd-4b7b-b7b7-26608e01ca48} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001413 sec., 4246.284501061571 rows/sec., 221.85 KiB/sec. | ||
| 9500 | 2024.12.12 04:10:28.403247 [ 263 ] {ef622330-7cbd-4b7b-b7b7-26608e01ca48} <Debug> TCPHandler: Processed in 0.001614832 sec. | ||
| 9501 | 2024.12.12 04:10:28.403396 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9502 | 2024.12.12 04:10:28.403535 [ 264 ] {ff55630a-d3e5-4d7d-8493-85861c0716a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9503 | 2024.12.12 04:10:28.403598 [ 264 ] {ff55630a-d3e5-4d7d-8493-85861c0716a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9504 | 2024.12.12 04:10:28.404237 [ 264 ] {ff55630a-d3e5-4d7d-8493-85861c0716a2} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9505 | 2024.12.12 04:10:28.404276 [ 264 ] {ff55630a-d3e5-4d7d-8493-85861c0716a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9506 | 2024.12.12 04:10:28.404660 [ 264 ] {ff55630a-d3e5-4d7d-8493-85861c0716a2} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9507 | 2024.12.12 04:10:28.404892 [ 264 ] {ff55630a-d3e5-4d7d-8493-85861c0716a2} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9508 | 2024.12.12 04:10:28.405097 [ 264 ] {ff55630a-d3e5-4d7d-8493-85861c0716a2} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001593 sec., 151914.62649089767 rows/sec., 10.19 MiB/sec. | ||
| 9509 | 2024.12.12 04:10:28.405147 [ 264 ] {ff55630a-d3e5-4d7d-8493-85861c0716a2} <Debug> TCPHandler: Processed in 0.001822967 sec. | ||
| 9510 | 2024.12.12 04:10:28.405290 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9511 | 2024.12.12 04:10:28.405430 [ 263 ] {b457d2ff-e6e4-4556-8686-cacd5543ad87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9512 | 2024.12.12 04:10:28.405491 [ 263 ] {b457d2ff-e6e4-4556-8686-cacd5543ad87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9513 | 2024.12.12 04:10:28.406041 [ 263 ] {b457d2ff-e6e4-4556-8686-cacd5543ad87} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9514 | 2024.12.12 04:10:28.406083 [ 263 ] {b457d2ff-e6e4-4556-8686-cacd5543ad87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9515 | 2024.12.12 04:10:28.406453 [ 263 ] {b457d2ff-e6e4-4556-8686-cacd5543ad87} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9516 | 2024.12.12 04:10:28.406704 [ 263 ] {b457d2ff-e6e4-4556-8686-cacd5543ad87} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9517 | 2024.12.12 04:10:28.406971 [ 263 ] {b457d2ff-e6e4-4556-8686-cacd5543ad87} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001571 sec., 636.5372374283896 rows/sec., 42.89 KiB/sec. | ||
| 9518 | 2024.12.12 04:10:28.407173 [ 263 ] {b457d2ff-e6e4-4556-8686-cacd5543ad87} <Debug> TCPHandler: Processed in 0.001947921 sec. | ||
| 9519 | 2024.12.12 04:10:28.407361 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9520 | 2024.12.12 04:10:28.407500 [ 264 ] {56b4f4a9-5ef3-402d-b82f-46a326c8c239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9521 | 2024.12.12 04:10:28.407591 [ 264 ] {56b4f4a9-5ef3-402d-b82f-46a326c8c239} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9522 | 2024.12.12 04:10:28.408815 [ 264 ] {56b4f4a9-5ef3-402d-b82f-46a326c8c239} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9523 | 2024.12.12 04:10:28.408854 [ 264 ] {56b4f4a9-5ef3-402d-b82f-46a326c8c239} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9524 | 2024.12.12 04:10:28.409500 [ 264 ] {56b4f4a9-5ef3-402d-b82f-46a326c8c239} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9525 | 2024.12.12 04:10:28.409754 [ 264 ] {56b4f4a9-5ef3-402d-b82f-46a326c8c239} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9526 | 2024.12.12 04:10:28.410005 [ 264 ] {56b4f4a9-5ef3-402d-b82f-46a326c8c239} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002536 sec., 15378.548895899054 rows/sec., 27.56 MiB/sec. | ||
| 9527 | 2024.12.12 04:10:28.410333 [ 264 ] {56b4f4a9-5ef3-402d-b82f-46a326c8c239} <Debug> TCPHandler: Processed in 0.00305956 sec. | ||
| 9528 | 2024.12.12 04:10:28.410573 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9529 | 2024.12.12 04:10:28.410794 [ 263 ] {cdbe19d9-3093-4b2e-bc5c-6bf26f9ec59a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9530 | 2024.12.12 04:10:28.410896 [ 263 ] {cdbe19d9-3093-4b2e-bc5c-6bf26f9ec59a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9531 | 2024.12.12 04:10:28.411468 [ 263 ] {cdbe19d9-3093-4b2e-bc5c-6bf26f9ec59a} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9532 | 2024.12.12 04:10:28.411508 [ 263 ] {cdbe19d9-3093-4b2e-bc5c-6bf26f9ec59a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9533 | 2024.12.12 04:10:28.411878 [ 263 ] {cdbe19d9-3093-4b2e-bc5c-6bf26f9ec59a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9534 | 2024.12.12 04:10:28.412119 [ 263 ] {cdbe19d9-3093-4b2e-bc5c-6bf26f9ec59a} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9535 | 2024.12.12 04:10:28.412348 [ 263 ] {cdbe19d9-3093-4b2e-bc5c-6bf26f9ec59a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001609 sec., 50963.3312616532 rows/sec., 3.24 MiB/sec. | ||
| 9536 | 2024.12.12 04:10:28.412401 [ 263 ] {cdbe19d9-3093-4b2e-bc5c-6bf26f9ec59a} <Debug> TCPHandler: Processed in 0.00193759 sec. | ||
| 9537 | 2024.12.12 04:10:29.343098 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 9538 | 2024.12.12 04:10:29.344238 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9539 | 2024.12.12 04:10:29.344276 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9540 | 2024.12.12 04:10:29.344793 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9541 | 2024.12.12 04:10:29.345049 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9542 | 2024.12.12 04:10:29.345203 [ 124 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9543 | 2024.12.12 04:10:29.345239 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 9544 | 2024.12.12 04:10:29.345262 [ 124 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9545 | 2024.12.12 04:10:29.345287 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9546 | 2024.12.12 04:10:29.345399 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 9547 | 2024.12.12 04:10:29.345517 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9548 | 2024.12.12 04:10:29.345556 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
| 9549 | 2024.12.12 04:10:29.345628 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part | ||
| 9550 | 2024.12.12 04:10:29.345732 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part | ||
| 9551 | 2024.12.12 04:10:29.345947 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part | ||
| 9552 | 2024.12.12 04:10:29.346136 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part | ||
| 9553 | 2024.12.12 04:10:29.346311 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part | ||
| 9554 | 2024.12.12 04:10:29.348977 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003624545 sec., 6462604.271708587 rows/sec., 92.45 MiB/sec. | ||
| 9555 | 2024.12.12 04:10:29.349668 [ 193 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9556 | 2024.12.12 04:10:29.350213 [ 193 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_51_10} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9557 | 2024.12.12 04:10:29.350315 [ 193 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_51_10} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9558 | 2024.12.12 04:10:29.350443 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 9559 | 2024.12.12 04:10:30.948493 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 9560 | 2024.12.12 04:10:30.969506 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9561 | 2024.12.12 04:10:30.969556 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9562 | 2024.12.12 04:10:30.976774 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9563 | 2024.12.12 04:10:30.977541 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9564 | 2024.12.12 04:10:30.977849 [ 123 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9565 | 2024.12.12 04:10:30.977925 [ 123 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9566 | 2024.12.12 04:10:30.977971 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9567 | 2024.12.12 04:10:30.978860 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 9568 | 2024.12.12 04:10:30.994048 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 9569 | 2024.12.12 04:10:30.995789 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9570 | 2024.12.12 04:10:30.996975 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part | ||
| 9571 | 2024.12.12 04:10:31.002745 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 9572 | 2024.12.12 04:10:31.008058 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part | ||
| 9573 | 2024.12.12 04:10:31.013609 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part | ||
| 9574 | 2024.12.12 04:10:31.019260 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part | ||
| 9575 | 2024.12.12 04:10:31.023791 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 9576 | 2024.12.12 04:10:31.086127 [ 198 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.107999188 sec., 3564.8416171425292 rows/sec., 18.43 MiB/sec. | ||
| 9577 | 2024.12.12 04:10:31.089173 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9578 | 2024.12.12 04:10:31.092066 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_51_10} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9579 | 2024.12.12 04:10:31.092162 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_51_10} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9580 | 2024.12.12 04:10:31.094397 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 9581 | 2024.12.12 04:10:32.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.24 MiB, peak 244.64 MiB, free memory in arenas 0.00 B, will set to 232.24 MiB (RSS), difference: 1.00 MiB | ||
| 9582 | 2024.12.12 04:10:33.379151 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9583 | 2024.12.12 04:10:33.379434 [ 264 ] {19d3fae3-bba3-489b-9fc8-918d556ad404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9584 | 2024.12.12 04:10:33.379541 [ 264 ] {19d3fae3-bba3-489b-9fc8-918d556ad404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9585 | 2024.12.12 04:10:33.380547 [ 264 ] {19d3fae3-bba3-489b-9fc8-918d556ad404} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9586 | 2024.12.12 04:10:33.380594 [ 264 ] {19d3fae3-bba3-489b-9fc8-918d556ad404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9587 | 2024.12.12 04:10:33.381031 [ 264 ] {19d3fae3-bba3-489b-9fc8-918d556ad404} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9588 | 2024.12.12 04:10:33.381285 [ 264 ] {19d3fae3-bba3-489b-9fc8-918d556ad404} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9589 | 2024.12.12 04:10:33.381532 [ 264 ] {19d3fae3-bba3-489b-9fc8-918d556ad404} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002178 sec., 25711.66207529844 rows/sec., 1.98 MiB/sec. | ||
| 9590 | 2024.12.12 04:10:33.381589 [ 264 ] {19d3fae3-bba3-489b-9fc8-918d556ad404} <Debug> TCPHandler: Processed in 0.002611099 sec. | ||
| 9591 | 2024.12.12 04:10:33.381834 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9592 | 2024.12.12 04:10:33.382046 [ 263 ] {d9db7a71-97f3-4231-89fc-507795883846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9593 | 2024.12.12 04:10:33.382127 [ 263 ] {d9db7a71-97f3-4231-89fc-507795883846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9594 | 2024.12.12 04:10:33.382881 [ 263 ] {d9db7a71-97f3-4231-89fc-507795883846} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9595 | 2024.12.12 04:10:33.382926 [ 263 ] {d9db7a71-97f3-4231-89fc-507795883846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9596 | 2024.12.12 04:10:33.383365 [ 263 ] {d9db7a71-97f3-4231-89fc-507795883846} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9597 | 2024.12.12 04:10:33.383623 [ 263 ] {d9db7a71-97f3-4231-89fc-507795883846} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9598 | 2024.12.12 04:10:33.383868 [ 263 ] {d9db7a71-97f3-4231-89fc-507795883846} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001879 sec., 34060.67056945184 rows/sec., 2.66 MiB/sec. | ||
| 9599 | 2024.12.12 04:10:33.383927 [ 263 ] {d9db7a71-97f3-4231-89fc-507795883846} <Debug> TCPHandler: Processed in 0.002230608 sec. | ||
| 9600 | 2024.12.12 04:10:33.384070 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9601 | 2024.12.12 04:10:33.384192 [ 264 ] {22fde0fc-bace-45be-848b-6205049f073a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9602 | 2024.12.12 04:10:33.384254 [ 264 ] {22fde0fc-bace-45be-848b-6205049f073a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9603 | 2024.12.12 04:10:33.384951 [ 264 ] {22fde0fc-bace-45be-848b-6205049f073a} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9604 | 2024.12.12 04:10:33.384998 [ 264 ] {22fde0fc-bace-45be-848b-6205049f073a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9605 | 2024.12.12 04:10:33.385440 [ 264 ] {22fde0fc-bace-45be-848b-6205049f073a} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9606 | 2024.12.12 04:10:33.385689 [ 264 ] {22fde0fc-bace-45be-848b-6205049f073a} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9607 | 2024.12.12 04:10:33.385909 [ 264 ] {22fde0fc-bace-45be-848b-6205049f073a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001742 sec., 91848.45005740528 rows/sec., 6.40 MiB/sec. | ||
| 9608 | 2024.12.12 04:10:33.385960 [ 264 ] {22fde0fc-bace-45be-848b-6205049f073a} <Debug> TCPHandler: Processed in 0.001949111 sec. | ||
| 9609 | 2024.12.12 04:10:33.386097 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9610 | 2024.12.12 04:10:33.386216 [ 263 ] {bd48afc0-6064-41e1-9185-38accb5e5833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9611 | 2024.12.12 04:10:33.386277 [ 263 ] {bd48afc0-6064-41e1-9185-38accb5e5833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9612 | 2024.12.12 04:10:33.386876 [ 263 ] {bd48afc0-6064-41e1-9185-38accb5e5833} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9613 | 2024.12.12 04:10:33.386924 [ 263 ] {bd48afc0-6064-41e1-9185-38accb5e5833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 9614 | 2024.12.12 04:10:33.387354 [ 263 ] {bd48afc0-6064-41e1-9185-38accb5e5833} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9615 | 2024.12.12 04:10:33.387610 [ 263 ] {bd48afc0-6064-41e1-9185-38accb5e5833} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9616 | 2024.12.12 04:10:33.387821 [ 263 ] {bd48afc0-6064-41e1-9185-38accb5e5833} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001631 sec., 36787.24708767627 rows/sec., 2.48 MiB/sec. | ||
| 9617 | 2024.12.12 04:10:33.387871 [ 263 ] {bd48afc0-6064-41e1-9185-38accb5e5833} <Debug> TCPHandler: Processed in 0.001828138 sec. | ||
| 9618 | 2024.12.12 04:10:36.667382 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9619 | 2024.12.12 04:10:36.667503 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9620 | 2024.12.12 04:10:36.845414 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 9621 | 2024.12.12 04:10:36.846491 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9622 | 2024.12.12 04:10:36.846539 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9623 | 2024.12.12 04:10:36.847079 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9624 | 2024.12.12 04:10:36.847338 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9625 | 2024.12.12 04:10:36.847588 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 9626 | 2024.12.12 04:10:36.952080 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1348 | ||
| 9627 | 2024.12.12 04:10:36.955208 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9628 | 2024.12.12 04:10:36.955271 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9629 | 2024.12.12 04:10:36.956759 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9630 | 2024.12.12 04:10:36.957099 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9631 | 2024.12.12 04:10:36.957792 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1348 | ||
| 9632 | 2024.12.12 04:10:38.386173 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9633 | 2024.12.12 04:10:38.386370 [ 264 ] {eae12e95-bb18-4902-ba97-40353d145e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9634 | 2024.12.12 04:10:38.386446 [ 264 ] {eae12e95-bb18-4902-ba97-40353d145e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9635 | 2024.12.12 04:10:38.387195 [ 264 ] {eae12e95-bb18-4902-ba97-40353d145e26} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9636 | 2024.12.12 04:10:38.387250 [ 264 ] {eae12e95-bb18-4902-ba97-40353d145e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9637 | 2024.12.12 04:10:38.387682 [ 264 ] {eae12e95-bb18-4902-ba97-40353d145e26} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9638 | 2024.12.12 04:10:38.387946 [ 264 ] {eae12e95-bb18-4902-ba97-40353d145e26} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9639 | 2024.12.12 04:10:38.388219 [ 264 ] {eae12e95-bb18-4902-ba97-40353d145e26} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001893 sec., 7395.668251452721 rows/sec., 532.39 KiB/sec. | ||
| 9640 | 2024.12.12 04:10:38.388372 [ 264 ] {eae12e95-bb18-4902-ba97-40353d145e26} <Debug> TCPHandler: Processed in 0.002335171 sec. | ||
| 9641 | 2024.12.12 04:10:38.388691 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9642 | 2024.12.12 04:10:38.388905 [ 263 ] {89d7d9c9-17f6-44f9-adcb-9e5aa453cc29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9643 | 2024.12.12 04:10:38.388985 [ 263 ] {89d7d9c9-17f6-44f9-adcb-9e5aa453cc29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9644 | 2024.12.12 04:10:38.389887 [ 263 ] {89d7d9c9-17f6-44f9-adcb-9e5aa453cc29} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9645 | 2024.12.12 04:10:38.389932 [ 263 ] {89d7d9c9-17f6-44f9-adcb-9e5aa453cc29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9646 | 2024.12.12 04:10:38.390389 [ 263 ] {89d7d9c9-17f6-44f9-adcb-9e5aa453cc29} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9647 | 2024.12.12 04:10:38.390648 [ 263 ] {89d7d9c9-17f6-44f9-adcb-9e5aa453cc29} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9648 | 2024.12.12 04:10:38.390802 [ 116 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9649 | 2024.12.12 04:10:38.390854 [ 116 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9650 | 2024.12.12 04:10:38.390853 [ 263 ] {89d7d9c9-17f6-44f9-adcb-9e5aa453cc29} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002008 sec., 139940.23904382472 rows/sec., 12.36 MiB/sec. | ||
| 9651 | 2024.12.12 04:10:38.390884 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9652 | 2024.12.12 04:10:38.390963 [ 263 ] {89d7d9c9-17f6-44f9-adcb-9e5aa453cc29} <Debug> TCPHandler: Processed in 0.002457304 sec. | ||
| 9653 | 2024.12.12 04:10:38.391189 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 9654 | 2024.12.12 04:10:38.391202 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9655 | 2024.12.12 04:10:38.391499 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9656 | 2024.12.12 04:10:38.391509 [ 264 ] {696e0bc3-7919-4645-bd9b-0dc7162ecd2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9657 | 2024.12.12 04:10:38.391561 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1432 rows starting from the beginning of the part | ||
| 9658 | 2024.12.12 04:10:38.391608 [ 264 ] {696e0bc3-7919-4645-bd9b-0dc7162ecd2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9659 | 2024.12.12 04:10:38.391919 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 281 rows starting from the beginning of the part | ||
| 9660 | 2024.12.12 04:10:38.392270 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part | ||
| 9661 | 2024.12.12 04:10:38.392649 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 286 rows starting from the beginning of the part | ||
| 9662 | 2024.12.12 04:10:38.393005 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 9663 | 2024.12.12 04:10:38.393337 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 281 rows starting from the beginning of the part | ||
| 9664 | 2024.12.12 04:10:38.394430 [ 264 ] {696e0bc3-7919-4645-bd9b-0dc7162ecd2e} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9665 | 2024.12.12 04:10:38.394509 [ 264 ] {696e0bc3-7919-4645-bd9b-0dc7162ecd2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9666 | 2024.12.12 04:10:38.395314 [ 264 ] {696e0bc3-7919-4645-bd9b-0dc7162ecd2e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9667 | 2024.12.12 04:10:38.395820 [ 264 ] {696e0bc3-7919-4645-bd9b-0dc7162ecd2e} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9668 | 2024.12.12 04:10:38.396117 [ 264 ] {696e0bc3-7919-4645-bd9b-0dc7162ecd2e} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004701 sec., 9785.152095298872 rows/sec., 720.84 KiB/sec. | ||
| 9669 | 2024.12.12 04:10:38.396223 [ 264 ] {696e0bc3-7919-4645-bd9b-0dc7162ecd2e} <Debug> TCPHandler: Processed in 0.005158074 sec. | ||
| 9670 | 2024.12.12 04:10:38.396465 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9671 | 2024.12.12 04:10:38.396713 [ 198 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2392 rows, containing 5 columns (5 merged, 0 gathered) in 0.005728362 sec., 417571.3755520339 rows/sec., 37.10 MiB/sec. | ||
| 9672 | 2024.12.12 04:10:38.396746 [ 263 ] {dc3b9cec-4b15-4a6a-b9d4-8b5404fda159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9673 | 2024.12.12 04:10:38.396832 [ 263 ] {dc3b9cec-4b15-4a6a-b9d4-8b5404fda159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9674 | 2024.12.12 04:10:38.397065 [ 198 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9675 | 2024.12.12 04:10:38.397746 [ 198 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_76_15} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9676 | 2024.12.12 04:10:38.397968 [ 198 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_76_15} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9677 | 2024.12.12 04:10:38.398164 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 9678 | 2024.12.12 04:10:38.398278 [ 263 ] {dc3b9cec-4b15-4a6a-b9d4-8b5404fda159} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9679 | 2024.12.12 04:10:38.398323 [ 263 ] {dc3b9cec-4b15-4a6a-b9d4-8b5404fda159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9680 | 2024.12.12 04:10:38.398687 [ 263 ] {dc3b9cec-4b15-4a6a-b9d4-8b5404fda159} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9681 | 2024.12.12 04:10:38.398930 [ 263 ] {dc3b9cec-4b15-4a6a-b9d4-8b5404fda159} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9682 | 2024.12.12 04:10:38.399156 [ 263 ] {dc3b9cec-4b15-4a6a-b9d4-8b5404fda159} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002474 sec., 5658.852061438965 rows/sec., 396.31 KiB/sec. | ||
| 9683 | 2024.12.12 04:10:38.399215 [ 263 ] {dc3b9cec-4b15-4a6a-b9d4-8b5404fda159} <Debug> TCPHandler: Processed in 0.002890136 sec. | ||
| 9684 | 2024.12.12 04:10:38.399364 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9685 | 2024.12.12 04:10:38.399505 [ 264 ] {3d47ead9-8271-4caa-9765-5bb630b24ce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9686 | 2024.12.12 04:10:38.399564 [ 264 ] {3d47ead9-8271-4caa-9765-5bb630b24ce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9687 | 2024.12.12 04:10:38.400257 [ 264 ] {3d47ead9-8271-4caa-9765-5bb630b24ce3} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9688 | 2024.12.12 04:10:38.400304 [ 264 ] {3d47ead9-8271-4caa-9765-5bb630b24ce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9689 | 2024.12.12 04:10:38.400686 [ 264 ] {3d47ead9-8271-4caa-9765-5bb630b24ce3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9690 | 2024.12.12 04:10:38.400927 [ 264 ] {3d47ead9-8271-4caa-9765-5bb630b24ce3} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9691 | 2024.12.12 04:10:38.401106 [ 264 ] {3d47ead9-8271-4caa-9765-5bb630b24ce3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001633 sec., 7960.808328230251 rows/sec., 496.35 KiB/sec. | ||
| 9692 | 2024.12.12 04:10:38.401157 [ 264 ] {3d47ead9-8271-4caa-9765-5bb630b24ce3} <Debug> TCPHandler: Processed in 0.001862849 sec. | ||
| 9693 | 2024.12.12 04:10:38.401288 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9694 | 2024.12.12 04:10:38.401405 [ 263 ] {e559dba1-a8e4-490e-80c4-d525de6da7f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9695 | 2024.12.12 04:10:38.401463 [ 263 ] {e559dba1-a8e4-490e-80c4-d525de6da7f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9696 | 2024.12.12 04:10:38.402336 [ 263 ] {e559dba1-a8e4-490e-80c4-d525de6da7f5} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9697 | 2024.12.12 04:10:38.402385 [ 263 ] {e559dba1-a8e4-490e-80c4-d525de6da7f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9698 | 2024.12.12 04:10:38.402799 [ 263 ] {e559dba1-a8e4-490e-80c4-d525de6da7f5} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9699 | 2024.12.12 04:10:38.403040 [ 263 ] {e559dba1-a8e4-490e-80c4-d525de6da7f5} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9700 | 2024.12.12 04:10:38.403221 [ 114 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9701 | 2024.12.12 04:10:38.403289 [ 114 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9702 | 2024.12.12 04:10:38.403293 [ 263 ] {e559dba1-a8e4-490e-80c4-d525de6da7f5} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001905 sec., 220997.375328084 rows/sec., 15.79 MiB/sec. | ||
| 9703 | 2024.12.12 04:10:38.403333 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9704 | 2024.12.12 04:10:38.403455 [ 263 ] {e559dba1-a8e4-490e-80c4-d525de6da7f5} <Debug> TCPHandler: Processed in 0.002220898 sec. | ||
| 9705 | 2024.12.12 04:10:38.403546 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 9706 | 2024.12.12 04:10:38.403636 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9707 | 2024.12.12 04:10:38.403682 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9708 | 2024.12.12 04:10:38.403716 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part | ||
| 9709 | 2024.12.12 04:10:38.403818 [ 264 ] {9bdd2c3d-75cd-4041-81ed-761b2560d1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9710 | 2024.12.12 04:10:38.403856 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 421 rows starting from the beginning of the part | ||
| 9711 | 2024.12.12 04:10:38.403931 [ 264 ] {9bdd2c3d-75cd-4041-81ed-761b2560d1d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9712 | 2024.12.12 04:10:38.404032 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part | ||
| 9713 | 2024.12.12 04:10:38.404512 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 431 rows starting from the beginning of the part | ||
| 9714 | 2024.12.12 04:10:38.404852 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 9715 | 2024.12.12 04:10:38.405214 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 421 rows starting from the beginning of the part | ||
| 9716 | 2024.12.12 04:10:38.405911 [ 264 ] {9bdd2c3d-75cd-4041-81ed-761b2560d1d4} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9717 | 2024.12.12 04:10:38.405954 [ 264 ] {9bdd2c3d-75cd-4041-81ed-761b2560d1d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9718 | 2024.12.12 04:10:38.406465 [ 264 ] {9bdd2c3d-75cd-4041-81ed-761b2560d1d4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9719 | 2024.12.12 04:10:38.406762 [ 264 ] {9bdd2c3d-75cd-4041-81ed-761b2560d1d4} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9720 | 2024.12.12 04:10:38.406959 [ 264 ] {9bdd2c3d-75cd-4041-81ed-761b2560d1d4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003201 sec., 1874.4142455482663 rows/sec., 97.93 KiB/sec. | ||
| 9721 | 2024.12.12 04:10:38.407102 [ 264 ] {9bdd2c3d-75cd-4041-81ed-761b2560d1d4} <Debug> TCPHandler: Processed in 0.003528682 sec. | ||
| 9722 | 2024.12.12 04:10:38.407280 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2314 rows, containing 5 columns (5 merged, 0 gathered) in 0.00383013 sec., 604157.0390561156 rows/sec., 46.02 MiB/sec. | ||
| 9723 | 2024.12.12 04:10:38.407332 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9724 | 2024.12.12 04:10:38.407480 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9725 | 2024.12.12 04:10:38.407516 [ 263 ] {f9d578ef-b240-4863-b7f4-5e75dc3b0b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9726 | 2024.12.12 04:10:38.407612 [ 263 ] {f9d578ef-b240-4863-b7f4-5e75dc3b0b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9727 | 2024.12.12 04:10:38.408037 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_76_15} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9728 | 2024.12.12 04:10:38.408247 [ 194 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_76_15} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9729 | 2024.12.12 04:10:38.408344 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 9730 | 2024.12.12 04:10:38.408733 [ 263 ] {f9d578ef-b240-4863-b7f4-5e75dc3b0b1c} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9731 | 2024.12.12 04:10:38.408778 [ 263 ] {f9d578ef-b240-4863-b7f4-5e75dc3b0b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9732 | 2024.12.12 04:10:38.409190 [ 263 ] {f9d578ef-b240-4863-b7f4-5e75dc3b0b1c} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9733 | 2024.12.12 04:10:38.409438 [ 263 ] {f9d578ef-b240-4863-b7f4-5e75dc3b0b1c} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9734 | 2024.12.12 04:10:38.409627 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9735 | 2024.12.12 04:10:38.409683 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9736 | 2024.12.12 04:10:38.409701 [ 263 ] {f9d578ef-b240-4863-b7f4-5e75dc3b0b1c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002223 sec., 106612.68556005397 rows/sec., 7.15 MiB/sec. | ||
| 9737 | 2024.12.12 04:10:38.409733 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9738 | 2024.12.12 04:10:38.409892 [ 263 ] {f9d578ef-b240-4863-b7f4-5e75dc3b0b1c} <Debug> TCPHandler: Processed in 0.00268107 sec. | ||
| 9739 | 2024.12.12 04:10:38.410152 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 9740 | 2024.12.12 04:10:38.410172 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9741 | 2024.12.12 04:10:38.410575 [ 264 ] {9227c47a-33d6-4297-a404-841572ba4881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9742 | 2024.12.12 04:10:38.410694 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9743 | 2024.12.12 04:10:38.410753 [ 264 ] {9227c47a-33d6-4297-a404-841572ba4881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9744 | 2024.12.12 04:10:38.410829 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 22756 rows starting from the beginning of the part | ||
| 9745 | 2024.12.12 04:10:38.411544 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 237 rows starting from the beginning of the part | ||
| 9746 | 2024.12.12 04:10:38.412277 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part | ||
| 9747 | 2024.12.12 04:10:38.412618 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 242 rows starting from the beginning of the part | ||
| 9748 | 2024.12.12 04:10:38.412794 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 9749 | 2024.12.12 04:10:38.412960 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 9750 | 2024.12.12 04:10:38.413391 [ 264 ] {9227c47a-33d6-4297-a404-841572ba4881} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9751 | 2024.12.12 04:10:38.413434 [ 264 ] {9227c47a-33d6-4297-a404-841572ba4881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9752 | 2024.12.12 04:10:38.413865 [ 264 ] {9227c47a-33d6-4297-a404-841572ba4881} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9753 | 2024.12.12 04:10:38.414157 [ 264 ] {9227c47a-33d6-4297-a404-841572ba4881} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9754 | 2024.12.12 04:10:38.414383 [ 114 ] {} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9755 | 2024.12.12 04:10:38.414424 [ 114 ] {} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9756 | 2024.12.12 04:10:38.414449 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9757 | 2024.12.12 04:10:38.414458 [ 264 ] {9227c47a-33d6-4297-a404-841572ba4881} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004015 sec., 249.06600249066 rows/sec., 16.78 KiB/sec. | ||
| 9758 | 2024.12.12 04:10:38.414843 [ 264 ] {9227c47a-33d6-4297-a404-841572ba4881} <Debug> TCPHandler: Processed in 0.004816076 sec. | ||
| 9759 | 2024.12.12 04:10:38.415105 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::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 | ||
| 9760 | 2024.12.12 04:10:38.415350 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9761 | 2024.12.12 04:10:38.415969 [ 263 ] {7d21ba30-822e-4e41-b9ce-fdb5c23f68f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9762 | 2024.12.12 04:10:38.416112 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9763 | 2024.12.12 04:10:38.416240 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 31 rows starting from the beginning of the part | ||
| 9764 | 2024.12.12 04:10:38.416478 [ 263 ] {7d21ba30-822e-4e41-b9ce-fdb5c23f68f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9765 | 2024.12.12 04:10:38.416792 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 9766 | 2024.12.12 04:10:38.417553 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 9767 | 2024.12.12 04:10:38.418214 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 9768 | 2024.12.12 04:10:38.418752 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 9769 | 2024.12.12 04:10:38.419349 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 9770 | 2024.12.12 04:10:38.428310 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.01380055 sec., 2608.5916865632166 rows/sec., 175.49 KiB/sec. | ||
| 9771 | 2024.12.12 04:10:38.428720 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9772 | 2024.12.12 04:10:38.429273 [ 263 ] {7d21ba30-822e-4e41-b9ce-fdb5c23f68f5} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9773 | 2024.12.12 04:10:38.429343 [ 263 ] {7d21ba30-822e-4e41-b9ce-fdb5c23f68f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9774 | 2024.12.12 04:10:38.429568 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_36_7} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9775 | 2024.12.12 04:10:38.429817 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_36_7} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9776 | 2024.12.12 04:10:38.430041 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 9777 | 2024.12.12 04:10:38.430882 [ 263 ] {7d21ba30-822e-4e41-b9ce-fdb5c23f68f5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9778 | 2024.12.12 04:10:38.431244 [ 263 ] {7d21ba30-822e-4e41-b9ce-fdb5c23f68f5} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9779 | 2024.12.12 04:10:38.431579 [ 263 ] {7d21ba30-822e-4e41-b9ce-fdb5c23f68f5} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.015869 sec., 2457.6217783099123 rows/sec., 4.40 MiB/sec. | ||
| 9780 | 2024.12.12 04:10:38.432623 [ 263 ] {7d21ba30-822e-4e41-b9ce-fdb5c23f68f5} <Debug> TCPHandler: Processed in 0.0176191 sec. | ||
| 9781 | 2024.12.12 04:10:38.432965 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9782 | 2024.12.12 04:10:38.432965 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23792 rows, containing 5 columns (5 merged, 0 gathered) in 0.023093863 sec., 1030230.4122961152 rows/sec., 69.65 MiB/sec. | ||
| 9783 | 2024.12.12 04:10:38.433148 [ 264 ] {32b4fdec-5871-42f3-bc73-3b1e218dc190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9784 | 2024.12.12 04:10:38.433220 [ 264 ] {32b4fdec-5871-42f3-bc73-3b1e218dc190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9785 | 2024.12.12 04:10:38.433631 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9786 | 2024.12.12 04:10:38.434071 [ 264 ] {32b4fdec-5871-42f3-bc73-3b1e218dc190} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9787 | 2024.12.12 04:10:38.434132 [ 264 ] {32b4fdec-5871-42f3-bc73-3b1e218dc190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9788 | 2024.12.12 04:10:38.434332 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9789 | 2024.12.12 04:10:38.434537 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9790 | 2024.12.12 04:10:38.434733 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 9791 | 2024.12.12 04:10:38.434876 [ 264 ] {32b4fdec-5871-42f3-bc73-3b1e218dc190} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9792 | 2024.12.12 04:10:38.435144 [ 264 ] {32b4fdec-5871-42f3-bc73-3b1e218dc190} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9793 | 2024.12.12 04:10:38.435291 [ 114 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9794 | 2024.12.12 04:10:38.435331 [ 114 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9795 | 2024.12.12 04:10:38.435340 [ 264 ] {32b4fdec-5871-42f3-bc73-3b1e218dc190} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002242 sec., 36574.487065120426 rows/sec., 2.32 MiB/sec. | ||
| 9796 | 2024.12.12 04:10:38.435354 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9797 | 2024.12.12 04:10:38.435488 [ 264 ] {32b4fdec-5871-42f3-bc73-3b1e218dc190} <Debug> TCPHandler: Processed in 0.002727461 sec. | ||
| 9798 | 2024.12.12 04:10:38.435725 [ 195 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 9799 | 2024.12.12 04:10:38.436151 [ 195 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9800 | 2024.12.12 04:10:38.436222 [ 195 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4814 rows starting from the beginning of the part | ||
| 9801 | 2024.12.12 04:10:38.436314 [ 195 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 82 rows starting from the beginning of the part | ||
| 9802 | 2024.12.12 04:10:38.436545 [ 195 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
| 9803 | 2024.12.12 04:10:38.436716 [ 195 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 82 rows starting from the beginning of the part | ||
| 9804 | 2024.12.12 04:10:38.436875 [ 195 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 9805 | 2024.12.12 04:10:38.437041 [ 195 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 9806 | 2024.12.12 04:10:38.439155 [ 188 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5180 rows, containing 4 columns (4 merged, 0 gathered) in 0.003668446 sec., 1412042.0472319887 rows/sec., 92.15 MiB/sec. | ||
| 9807 | 2024.12.12 04:10:38.439629 [ 191 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9808 | 2024.12.12 04:10:38.439952 [ 191 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_76_15} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9809 | 2024.12.12 04:10:38.440039 [ 191 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_76_15} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9810 | 2024.12.12 04:10:38.440128 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 9811 | 2024.12.12 04:10:38.494131 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 9812 | 2024.12.12 04:10:38.512555 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9813 | 2024.12.12 04:10:38.512606 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9814 | 2024.12.12 04:10:38.519526 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9815 | 2024.12.12 04:10:38.520275 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9816 | 2024.12.12 04:10:38.524066 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 9817 | 2024.12.12 04:10:43.409327 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9818 | 2024.12.12 04:10:43.409542 [ 264 ] {1eac13aa-4346-4b6c-a60f-39bd989a2763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9819 | 2024.12.12 04:10:43.409622 [ 264 ] {1eac13aa-4346-4b6c-a60f-39bd989a2763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9820 | 2024.12.12 04:10:43.410358 [ 264 ] {1eac13aa-4346-4b6c-a60f-39bd989a2763} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9821 | 2024.12.12 04:10:43.410400 [ 264 ] {1eac13aa-4346-4b6c-a60f-39bd989a2763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9822 | 2024.12.12 04:10:43.410811 [ 264 ] {1eac13aa-4346-4b6c-a60f-39bd989a2763} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9823 | 2024.12.12 04:10:43.411060 [ 264 ] {1eac13aa-4346-4b6c-a60f-39bd989a2763} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9824 | 2024.12.12 04:10:43.411313 [ 264 ] {1eac13aa-4346-4b6c-a60f-39bd989a2763} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001828 sec., 3282.2757111597375 rows/sec., 267.65 KiB/sec. | ||
| 9825 | 2024.12.12 04:10:43.411447 [ 264 ] {1eac13aa-4346-4b6c-a60f-39bd989a2763} <Debug> TCPHandler: Processed in 0.002258619 sec. | ||
| 9826 | 2024.12.12 04:10:43.411719 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9827 | 2024.12.12 04:10:43.411940 [ 263 ] {84001f10-81c9-4361-aaeb-4b5d262ea947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9828 | 2024.12.12 04:10:43.412025 [ 263 ] {84001f10-81c9-4361-aaeb-4b5d262ea947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9829 | 2024.12.12 04:10:43.413813 [ 263 ] {84001f10-81c9-4361-aaeb-4b5d262ea947} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9830 | 2024.12.12 04:10:43.413867 [ 263 ] {84001f10-81c9-4361-aaeb-4b5d262ea947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9831 | 2024.12.12 04:10:43.414390 [ 263 ] {84001f10-81c9-4361-aaeb-4b5d262ea947} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9832 | 2024.12.12 04:10:43.414663 [ 263 ] {84001f10-81c9-4361-aaeb-4b5d262ea947} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9833 | 2024.12.12 04:10:43.414899 [ 263 ] {84001f10-81c9-4361-aaeb-4b5d262ea947} <Debug> executeQuery: Read 1199 rows, 101.19 KiB in 0.003024 sec., 396494.70899470896 rows/sec., 32.68 MiB/sec. | ||
| 9834 | 2024.12.12 04:10:43.414962 [ 263 ] {84001f10-81c9-4361-aaeb-4b5d262ea947} <Debug> TCPHandler: Processed in 0.003387618 sec. | ||
| 9835 | 2024.12.12 04:10:43.415129 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9836 | 2024.12.12 04:10:43.415267 [ 264 ] {d6bd4149-9d3c-4eec-8f13-8c51a174a161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9837 | 2024.12.12 04:10:43.415328 [ 264 ] {d6bd4149-9d3c-4eec-8f13-8c51a174a161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9838 | 2024.12.12 04:10:43.415974 [ 264 ] {d6bd4149-9d3c-4eec-8f13-8c51a174a161} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9839 | 2024.12.12 04:10:43.416014 [ 264 ] {d6bd4149-9d3c-4eec-8f13-8c51a174a161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9840 | 2024.12.12 04:10:43.416370 [ 264 ] {d6bd4149-9d3c-4eec-8f13-8c51a174a161} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9841 | 2024.12.12 04:10:43.416617 [ 264 ] {d6bd4149-9d3c-4eec-8f13-8c51a174a161} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9842 | 2024.12.12 04:10:43.416843 [ 264 ] {d6bd4149-9d3c-4eec-8f13-8c51a174a161} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001607 sec., 3733.66521468575 rows/sec., 260.70 KiB/sec. | ||
| 9843 | 2024.12.12 04:10:43.416925 [ 264 ] {d6bd4149-9d3c-4eec-8f13-8c51a174a161} <Debug> TCPHandler: Processed in 0.001862918 sec. | ||
| 9844 | 2024.12.12 04:10:43.417124 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9845 | 2024.12.12 04:10:43.417263 [ 263 ] {cad7c2cf-3828-4d3f-aac5-7f71f594fc4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9846 | 2024.12.12 04:10:43.417322 [ 263 ] {cad7c2cf-3828-4d3f-aac5-7f71f594fc4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9847 | 2024.12.12 04:10:43.418071 [ 263 ] {cad7c2cf-3828-4d3f-aac5-7f71f594fc4e} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9848 | 2024.12.12 04:10:43.418113 [ 263 ] {cad7c2cf-3828-4d3f-aac5-7f71f594fc4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9849 | 2024.12.12 04:10:43.418496 [ 263 ] {cad7c2cf-3828-4d3f-aac5-7f71f594fc4e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9850 | 2024.12.12 04:10:43.418747 [ 263 ] {cad7c2cf-3828-4d3f-aac5-7f71f594fc4e} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9851 | 2024.12.12 04:10:43.418964 [ 263 ] {cad7c2cf-3828-4d3f-aac5-7f71f594fc4e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001732 sec., 131639.72286374134 rows/sec., 8.91 MiB/sec. | ||
| 9852 | 2024.12.12 04:10:43.419019 [ 263 ] {cad7c2cf-3828-4d3f-aac5-7f71f594fc4e} <Debug> TCPHandler: Processed in 0.001984512 sec. | ||
| 9853 | 2024.12.12 04:10:43.419171 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9854 | 2024.12.12 04:10:43.419307 [ 264 ] {2a9dceff-7d94-492c-a0b7-1cff8dbb0eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9855 | 2024.12.12 04:10:43.419365 [ 264 ] {2a9dceff-7d94-492c-a0b7-1cff8dbb0eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9856 | 2024.12.12 04:10:43.420206 [ 264 ] {2a9dceff-7d94-492c-a0b7-1cff8dbb0eb1} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9857 | 2024.12.12 04:10:43.420246 [ 264 ] {2a9dceff-7d94-492c-a0b7-1cff8dbb0eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9858 | 2024.12.12 04:10:43.420636 [ 264 ] {2a9dceff-7d94-492c-a0b7-1cff8dbb0eb1} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9859 | 2024.12.12 04:10:43.420889 [ 264 ] {2a9dceff-7d94-492c-a0b7-1cff8dbb0eb1} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9860 | 2024.12.12 04:10:43.421088 [ 264 ] {2a9dceff-7d94-492c-a0b7-1cff8dbb0eb1} <Debug> executeQuery: Read 526 rows, 39.89 KiB in 0.00181 sec., 290607.73480662983 rows/sec., 21.52 MiB/sec. | ||
| 9861 | 2024.12.12 04:10:43.421139 [ 264 ] {2a9dceff-7d94-492c-a0b7-1cff8dbb0eb1} <Debug> TCPHandler: Processed in 0.002035643 sec. | ||
| 9862 | 2024.12.12 04:10:43.421306 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9863 | 2024.12.12 04:10:43.421448 [ 263 ] {758f7a54-6905-4020-9637-e3009eee62c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9864 | 2024.12.12 04:10:43.421512 [ 263 ] {758f7a54-6905-4020-9637-e3009eee62c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9865 | 2024.12.12 04:10:43.422320 [ 263 ] {758f7a54-6905-4020-9637-e3009eee62c8} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9866 | 2024.12.12 04:10:43.422360 [ 263 ] {758f7a54-6905-4020-9637-e3009eee62c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9867 | 2024.12.12 04:10:43.422823 [ 263 ] {758f7a54-6905-4020-9637-e3009eee62c8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9868 | 2024.12.12 04:10:43.423087 [ 263 ] {758f7a54-6905-4020-9637-e3009eee62c8} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9869 | 2024.12.12 04:10:43.423320 [ 263 ] {758f7a54-6905-4020-9637-e3009eee62c8} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001903 sec., 464004.20388859697 rows/sec., 31.22 MiB/sec. | ||
| 9870 | 2024.12.12 04:10:43.423420 [ 263 ] {758f7a54-6905-4020-9637-e3009eee62c8} <Debug> TCPHandler: Processed in 0.002183257 sec. | ||
| 9871 | 2024.12.12 04:10:43.423628 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9872 | 2024.12.12 04:10:43.423790 [ 264 ] {01be5c64-9dd5-48ea-8447-6c02dcba28da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9873 | 2024.12.12 04:10:43.423849 [ 264 ] {01be5c64-9dd5-48ea-8447-6c02dcba28da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9874 | 2024.12.12 04:10:43.424438 [ 264 ] {01be5c64-9dd5-48ea-8447-6c02dcba28da} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9875 | 2024.12.12 04:10:43.424484 [ 264 ] {01be5c64-9dd5-48ea-8447-6c02dcba28da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9876 | 2024.12.12 04:10:43.424880 [ 264 ] {01be5c64-9dd5-48ea-8447-6c02dcba28da} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9877 | 2024.12.12 04:10:43.425127 [ 264 ] {01be5c64-9dd5-48ea-8447-6c02dcba28da} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9878 | 2024.12.12 04:10:43.425345 [ 264 ] {01be5c64-9dd5-48ea-8447-6c02dcba28da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001584 sec., 37878.78787878788 rows/sec., 2.55 MiB/sec. | ||
| 9879 | 2024.12.12 04:10:43.425396 [ 264 ] {01be5c64-9dd5-48ea-8447-6c02dcba28da} <Debug> TCPHandler: Processed in 0.001892589 sec. | ||
| 9880 | 2024.12.12 04:10:44.347722 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 9881 | 2024.12.12 04:10:44.348462 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9882 | 2024.12.12 04:10:44.348526 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9883 | 2024.12.12 04:10:44.349123 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9884 | 2024.12.12 04:10:44.349405 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9885 | 2024.12.12 04:10:44.349649 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 9886 | 2024.12.12 04:10:46.024124 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 9887 | 2024.12.12 04:10:46.044205 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9888 | 2024.12.12 04:10:46.044262 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9889 | 2024.12.12 04:10:46.051530 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9890 | 2024.12.12 04:10:46.052336 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9891 | 2024.12.12 04:10:46.055467 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 9892 | 2024.12.12 04:10:46.958005 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1384 | ||
| 9893 | 2024.12.12 04:10:46.961185 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9894 | 2024.12.12 04:10:46.961238 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9895 | 2024.12.12 04:10:46.962710 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9896 | 2024.12.12 04:10:46.963024 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9897 | 2024.12.12 04:10:46.963568 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1384 | ||
| 9898 | 2024.12.12 04:10:48.386293 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9899 | 2024.12.12 04:10:48.386488 [ 264 ] {c251642c-a4da-4928-b908-39797b98bcc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9900 | 2024.12.12 04:10:48.386564 [ 264 ] {c251642c-a4da-4928-b908-39797b98bcc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9901 | 2024.12.12 04:10:48.387328 [ 264 ] {c251642c-a4da-4928-b908-39797b98bcc9} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9902 | 2024.12.12 04:10:48.387384 [ 264 ] {c251642c-a4da-4928-b908-39797b98bcc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9903 | 2024.12.12 04:10:48.387829 [ 264 ] {c251642c-a4da-4928-b908-39797b98bcc9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9904 | 2024.12.12 04:10:48.388086 [ 264 ] {c251642c-a4da-4928-b908-39797b98bcc9} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9905 | 2024.12.12 04:10:48.388330 [ 264 ] {c251642c-a4da-4928-b908-39797b98bcc9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001898 sec., 7376.185458377239 rows/sec., 530.99 KiB/sec. | ||
| 9906 | 2024.12.12 04:10:48.388399 [ 264 ] {c251642c-a4da-4928-b908-39797b98bcc9} <Debug> TCPHandler: Processed in 0.002244109 sec. | ||
| 9907 | 2024.12.12 04:10:48.388655 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9908 | 2024.12.12 04:10:48.388860 [ 263 ] {469b18ca-c91a-4a2e-8f9b-9da72ab6420d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9909 | 2024.12.12 04:10:48.388932 [ 263 ] {469b18ca-c91a-4a2e-8f9b-9da72ab6420d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9910 | 2024.12.12 04:10:48.389776 [ 263 ] {469b18ca-c91a-4a2e-8f9b-9da72ab6420d} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9911 | 2024.12.12 04:10:48.389816 [ 263 ] {469b18ca-c91a-4a2e-8f9b-9da72ab6420d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9912 | 2024.12.12 04:10:48.390296 [ 263 ] {469b18ca-c91a-4a2e-8f9b-9da72ab6420d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9913 | 2024.12.12 04:10:48.390551 [ 263 ] {469b18ca-c91a-4a2e-8f9b-9da72ab6420d} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9914 | 2024.12.12 04:10:48.390753 [ 263 ] {469b18ca-c91a-4a2e-8f9b-9da72ab6420d} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.001946 sec., 144398.76670092499 rows/sec., 12.76 MiB/sec. | ||
| 9915 | 2024.12.12 04:10:48.390810 [ 263 ] {469b18ca-c91a-4a2e-8f9b-9da72ab6420d} <Debug> TCPHandler: Processed in 0.00230605 sec. | ||
| 9916 | 2024.12.12 04:10:48.390957 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9917 | 2024.12.12 04:10:48.391085 [ 264 ] {69078440-f923-425d-a41f-8183648ab871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9918 | 2024.12.12 04:10:48.391139 [ 264 ] {69078440-f923-425d-a41f-8183648ab871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9919 | 2024.12.12 04:10:48.391779 [ 264 ] {69078440-f923-425d-a41f-8183648ab871} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9920 | 2024.12.12 04:10:48.391821 [ 264 ] {69078440-f923-425d-a41f-8183648ab871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9921 | 2024.12.12 04:10:48.392191 [ 264 ] {69078440-f923-425d-a41f-8183648ab871} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9922 | 2024.12.12 04:10:48.392456 [ 264 ] {69078440-f923-425d-a41f-8183648ab871} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9923 | 2024.12.12 04:10:48.392684 [ 264 ] {69078440-f923-425d-a41f-8183648ab871} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001629 sec., 28238.18293431553 rows/sec., 2.03 MiB/sec. | ||
| 9924 | 2024.12.12 04:10:48.392743 [ 264 ] {69078440-f923-425d-a41f-8183648ab871} <Debug> TCPHandler: Processed in 0.001843578 sec. | ||
| 9925 | 2024.12.12 04:10:48.392917 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9926 | 2024.12.12 04:10:48.393036 [ 263 ] {25a9ec46-d2be-485c-9ad1-267bb1f9927f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9927 | 2024.12.12 04:10:48.393085 [ 263 ] {25a9ec46-d2be-485c-9ad1-267bb1f9927f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9928 | 2024.12.12 04:10:48.393660 [ 263 ] {25a9ec46-d2be-485c-9ad1-267bb1f9927f} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9929 | 2024.12.12 04:10:48.393698 [ 263 ] {25a9ec46-d2be-485c-9ad1-267bb1f9927f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9930 | 2024.12.12 04:10:48.394061 [ 263 ] {25a9ec46-d2be-485c-9ad1-267bb1f9927f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9931 | 2024.12.12 04:10:48.394313 [ 263 ] {25a9ec46-d2be-485c-9ad1-267bb1f9927f} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9932 | 2024.12.12 04:10:48.394490 [ 263 ] {25a9ec46-d2be-485c-9ad1-267bb1f9927f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001479 sec., 9465.855307640297 rows/sec., 662.93 KiB/sec. | ||
| 9933 | 2024.12.12 04:10:48.394541 [ 263 ] {25a9ec46-d2be-485c-9ad1-267bb1f9927f} <Debug> TCPHandler: Processed in 0.001684994 sec. | ||
| 9934 | 2024.12.12 04:10:48.394685 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9935 | 2024.12.12 04:10:48.394808 [ 264 ] {51daebe4-6cfe-45eb-8553-e948a16e2108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9936 | 2024.12.12 04:10:48.394859 [ 264 ] {51daebe4-6cfe-45eb-8553-e948a16e2108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9937 | 2024.12.12 04:10:48.395493 [ 264 ] {51daebe4-6cfe-45eb-8553-e948a16e2108} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9938 | 2024.12.12 04:10:48.395532 [ 264 ] {51daebe4-6cfe-45eb-8553-e948a16e2108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9939 | 2024.12.12 04:10:48.395890 [ 264 ] {51daebe4-6cfe-45eb-8553-e948a16e2108} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9940 | 2024.12.12 04:10:48.396130 [ 264 ] {51daebe4-6cfe-45eb-8553-e948a16e2108} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9941 | 2024.12.12 04:10:48.396388 [ 264 ] {51daebe4-6cfe-45eb-8553-e948a16e2108} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001603 sec., 8109.794135995009 rows/sec., 505.64 KiB/sec. | ||
| 9942 | 2024.12.12 04:10:48.396556 [ 264 ] {51daebe4-6cfe-45eb-8553-e948a16e2108} <Debug> TCPHandler: Processed in 0.00191999 sec. | ||
| 9943 | 2024.12.12 04:10:48.396749 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9944 | 2024.12.12 04:10:48.396884 [ 263 ] {dc21cee5-c95c-404f-9d97-da6bad54be38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9945 | 2024.12.12 04:10:48.396941 [ 263 ] {dc21cee5-c95c-404f-9d97-da6bad54be38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9946 | 2024.12.12 04:10:48.397739 [ 263 ] {dc21cee5-c95c-404f-9d97-da6bad54be38} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9947 | 2024.12.12 04:10:48.397785 [ 263 ] {dc21cee5-c95c-404f-9d97-da6bad54be38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9948 | 2024.12.12 04:10:48.398180 [ 263 ] {dc21cee5-c95c-404f-9d97-da6bad54be38} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9949 | 2024.12.12 04:10:48.398421 [ 263 ] {dc21cee5-c95c-404f-9d97-da6bad54be38} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9950 | 2024.12.12 04:10:48.398638 [ 263 ] {dc21cee5-c95c-404f-9d97-da6bad54be38} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001778 sec., 236782.90213723283 rows/sec., 16.92 MiB/sec. | ||
| 9951 | 2024.12.12 04:10:48.398722 [ 263 ] {dc21cee5-c95c-404f-9d97-da6bad54be38} <Debug> TCPHandler: Processed in 0.002067504 sec. | ||
| 9952 | 2024.12.12 04:10:48.398914 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9953 | 2024.12.12 04:10:48.399214 [ 264 ] {e988cab2-e795-4207-a5b5-80bcde496de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9954 | 2024.12.12 04:10:48.399289 [ 264 ] {e988cab2-e795-4207-a5b5-80bcde496de4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9955 | 2024.12.12 04:10:48.399852 [ 264 ] {e988cab2-e795-4207-a5b5-80bcde496de4} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9956 | 2024.12.12 04:10:48.399892 [ 264 ] {e988cab2-e795-4207-a5b5-80bcde496de4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9957 | 2024.12.12 04:10:48.400261 [ 264 ] {e988cab2-e795-4207-a5b5-80bcde496de4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9958 | 2024.12.12 04:10:48.400504 [ 264 ] {e988cab2-e795-4207-a5b5-80bcde496de4} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9959 | 2024.12.12 04:10:48.400686 [ 103 ] {} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9960 | 2024.12.12 04:10:48.400751 [ 264 ] {e988cab2-e795-4207-a5b5-80bcde496de4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001631 sec., 3678.724708767627 rows/sec., 192.20 KiB/sec. | ||
| 9961 | 2024.12.12 04:10:48.400776 [ 103 ] {} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9962 | 2024.12.12 04:10:48.400848 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9963 | 2024.12.12 04:10:48.400864 [ 264 ] {e988cab2-e795-4207-a5b5-80bcde496de4} <Debug> TCPHandler: Processed in 0.002045444 sec. | ||
| 9964 | 2024.12.12 04:10:48.401114 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9965 | 2024.12.12 04:10:48.401280 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::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 | ||
| 9966 | 2024.12.12 04:10:48.401436 [ 263 ] {4e64d67c-4b33-47c7-9cce-afa95835fcc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9967 | 2024.12.12 04:10:48.401637 [ 263 ] {4e64d67c-4b33-47c7-9cce-afa95835fcc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9968 | 2024.12.12 04:10:48.401998 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9969 | 2024.12.12 04:10:48.402092 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
| 9970 | 2024.12.12 04:10:48.402385 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 9971 | 2024.12.12 04:10:48.402761 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 9972 | 2024.12.12 04:10:48.403095 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 9973 | 2024.12.12 04:10:48.403342 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 9974 | 2024.12.12 04:10:48.403676 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 9975 | 2024.12.12 04:10:48.404513 [ 263 ] {4e64d67c-4b33-47c7-9cce-afa95835fcc0} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9976 | 2024.12.12 04:10:48.404575 [ 263 ] {4e64d67c-4b33-47c7-9cce-afa95835fcc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9977 | 2024.12.12 04:10:48.405586 [ 263 ] {4e64d67c-4b33-47c7-9cce-afa95835fcc0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9978 | 2024.12.12 04:10:48.406208 [ 263 ] {4e64d67c-4b33-47c7-9cce-afa95835fcc0} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9979 | 2024.12.12 04:10:48.406394 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.005401731 sec., 39987.18188669521 rows/sec., 2.04 MiB/sec. | ||
| 9980 | 2024.12.12 04:10:48.406620 [ 263 ] {4e64d67c-4b33-47c7-9cce-afa95835fcc0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005293 sec., 44776.119402985074 rows/sec., 3.00 MiB/sec. | ||
| 9981 | 2024.12.12 04:10:48.406651 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9982 | 2024.12.12 04:10:48.406709 [ 263 ] {4e64d67c-4b33-47c7-9cce-afa95835fcc0} <Debug> TCPHandler: Processed in 0.00575133 sec. | ||
| 9983 | 2024.12.12 04:10:48.406868 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9984 | 2024.12.12 04:10:48.407074 [ 264 ] {a430abf0-1358-4ae3-bd50-ab6ebe691ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9985 | 2024.12.12 04:10:48.407077 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_36_7} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9986 | 2024.12.12 04:10:48.407200 [ 264 ] {a430abf0-1358-4ae3-bd50-ab6ebe691ea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9987 | 2024.12.12 04:10:48.407270 [ 192 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_36_7} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9988 | 2024.12.12 04:10:48.407467 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9989 | 2024.12.12 04:10:48.407945 [ 264 ] {a430abf0-1358-4ae3-bd50-ab6ebe691ea3} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9990 | 2024.12.12 04:10:48.407988 [ 264 ] {a430abf0-1358-4ae3-bd50-ab6ebe691ea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 9991 | 2024.12.12 04:10:48.408356 [ 264 ] {a430abf0-1358-4ae3-bd50-ab6ebe691ea3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9992 | 2024.12.12 04:10:48.408597 [ 264 ] {a430abf0-1358-4ae3-bd50-ab6ebe691ea3} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9993 | 2024.12.12 04:10:48.408804 [ 264 ] {a430abf0-1358-4ae3-bd50-ab6ebe691ea3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001798 sec., 556.1735261401558 rows/sec., 37.48 KiB/sec. | ||
| 9994 | 2024.12.12 04:10:48.408859 [ 264 ] {a430abf0-1358-4ae3-bd50-ab6ebe691ea3} <Debug> TCPHandler: Processed in 0.002067343 sec. | ||
| 9995 | 2024.12.12 04:10:48.409010 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9996 | 2024.12.12 04:10:48.409129 [ 263 ] {8d1ff529-6af3-415d-9768-7af9bf82b519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9997 | 2024.12.12 04:10:48.409209 [ 263 ] {8d1ff529-6af3-415d-9768-7af9bf82b519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9998 | 2024.12.12 04:10:48.410334 [ 263 ] {8d1ff529-6af3-415d-9768-7af9bf82b519} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9999 | 2024.12.12 04:10:48.410374 [ 263 ] {8d1ff529-6af3-415d-9768-7af9bf82b519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10000 | 2024.12.12 04:10:48.411041 [ 263 ] {8d1ff529-6af3-415d-9768-7af9bf82b519} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10001 | 2024.12.12 04:10:48.411300 [ 263 ] {8d1ff529-6af3-415d-9768-7af9bf82b519} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10002 | 2024.12.12 04:10:48.411537 [ 263 ] {8d1ff529-6af3-415d-9768-7af9bf82b519} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002432 sec., 16036.184210526315 rows/sec., 28.74 MiB/sec. | ||
| 10003 | 2024.12.12 04:10:48.411631 [ 263 ] {8d1ff529-6af3-415d-9768-7af9bf82b519} <Debug> TCPHandler: Processed in 0.00267598 sec. | ||
| 10004 | 2024.12.12 04:10:48.411785 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10005 | 2024.12.12 04:10:48.411929 [ 264 ] {f0156d5c-43ab-4ccc-b654-346ce020b1d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10006 | 2024.12.12 04:10:48.411988 [ 264 ] {f0156d5c-43ab-4ccc-b654-346ce020b1d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10007 | 2024.12.12 04:10:48.412570 [ 264 ] {f0156d5c-43ab-4ccc-b654-346ce020b1d6} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10008 | 2024.12.12 04:10:48.412616 [ 264 ] {f0156d5c-43ab-4ccc-b654-346ce020b1d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10009 | 2024.12.12 04:10:48.413021 [ 264 ] {f0156d5c-43ab-4ccc-b654-346ce020b1d6} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10010 | 2024.12.12 04:10:48.413261 [ 264 ] {f0156d5c-43ab-4ccc-b654-346ce020b1d6} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10011 | 2024.12.12 04:10:48.413486 [ 264 ] {f0156d5c-43ab-4ccc-b654-346ce020b1d6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001594 sec., 51442.91091593476 rows/sec., 3.27 MiB/sec. | ||
| 10012 | 2024.12.12 04:10:48.413539 [ 264 ] {f0156d5c-43ab-4ccc-b654-346ce020b1d6} <Debug> TCPHandler: Processed in 0.001822777 sec. | ||
| 10013 | 2024.12.12 04:10:51.667552 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10014 | 2024.12.12 04:10:51.667624 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10015 | 2024.12.12 04:10:51.849786 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 10016 | 2024.12.12 04:10:51.850521 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10017 | 2024.12.12 04:10:51.850577 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10018 | 2024.12.12 04:10:51.851142 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10019 | 2024.12.12 04:10:51.851398 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10020 | 2024.12.12 04:10:51.851641 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 10021 | 2024.12.12 04:10:53.379432 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10022 | 2024.12.12 04:10:53.379649 [ 264 ] {cd5b11b6-388c-41dc-af18-6175cf81cd68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10023 | 2024.12.12 04:10:53.379735 [ 264 ] {cd5b11b6-388c-41dc-af18-6175cf81cd68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10024 | 2024.12.12 04:10:53.380530 [ 264 ] {cd5b11b6-388c-41dc-af18-6175cf81cd68} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10025 | 2024.12.12 04:10:53.380585 [ 264 ] {cd5b11b6-388c-41dc-af18-6175cf81cd68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10026 | 2024.12.12 04:10:53.381029 [ 264 ] {cd5b11b6-388c-41dc-af18-6175cf81cd68} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10027 | 2024.12.12 04:10:53.381294 [ 264 ] {cd5b11b6-388c-41dc-af18-6175cf81cd68} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10028 | 2024.12.12 04:10:53.381644 [ 264 ] {cd5b11b6-388c-41dc-af18-6175cf81cd68} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00203 sec., 27586.20689655172 rows/sec., 2.12 MiB/sec. | ||
| 10029 | 2024.12.12 04:10:53.381816 [ 264 ] {cd5b11b6-388c-41dc-af18-6175cf81cd68} <Debug> TCPHandler: Processed in 0.002513025 sec. | ||
| 10030 | 2024.12.12 04:10:53.382244 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10031 | 2024.12.12 04:10:53.382750 [ 263 ] {f475b235-691c-4a09-8056-42690455cbf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10032 | 2024.12.12 04:10:53.382966 [ 263 ] {f475b235-691c-4a09-8056-42690455cbf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10033 | 2024.12.12 04:10:53.384227 [ 263 ] {f475b235-691c-4a09-8056-42690455cbf8} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10034 | 2024.12.12 04:10:53.384274 [ 263 ] {f475b235-691c-4a09-8056-42690455cbf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10035 | 2024.12.12 04:10:53.384716 [ 263 ] {f475b235-691c-4a09-8056-42690455cbf8} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10036 | 2024.12.12 04:10:53.384978 [ 263 ] {f475b235-691c-4a09-8056-42690455cbf8} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10037 | 2024.12.12 04:10:53.385220 [ 263 ] {f475b235-691c-4a09-8056-42690455cbf8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002639 sec., 24251.610458507013 rows/sec., 1.89 MiB/sec. | ||
| 10038 | 2024.12.12 04:10:53.385287 [ 263 ] {f475b235-691c-4a09-8056-42690455cbf8} <Debug> TCPHandler: Processed in 0.003314906 sec. | ||
| 10039 | 2024.12.12 04:10:53.385447 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10040 | 2024.12.12 04:10:53.385600 [ 264 ] {8f6a3305-080a-4e46-b205-4c257572123f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10041 | 2024.12.12 04:10:53.385669 [ 264 ] {8f6a3305-080a-4e46-b205-4c257572123f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10042 | 2024.12.12 04:10:53.386319 [ 264 ] {8f6a3305-080a-4e46-b205-4c257572123f} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10043 | 2024.12.12 04:10:53.386362 [ 264 ] {8f6a3305-080a-4e46-b205-4c257572123f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10044 | 2024.12.12 04:10:53.386774 [ 264 ] {8f6a3305-080a-4e46-b205-4c257572123f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10045 | 2024.12.12 04:10:53.387016 [ 264 ] {8f6a3305-080a-4e46-b205-4c257572123f} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10046 | 2024.12.12 04:10:53.387235 [ 264 ] {8f6a3305-080a-4e46-b205-4c257572123f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001674 sec., 95579.4504181601 rows/sec., 6.66 MiB/sec. | ||
| 10047 | 2024.12.12 04:10:53.387295 [ 264 ] {8f6a3305-080a-4e46-b205-4c257572123f} <Debug> TCPHandler: Processed in 0.00191766 sec. | ||
| 10048 | 2024.12.12 04:10:53.387435 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10049 | 2024.12.12 04:10:53.387563 [ 263 ] {db516359-bd46-497b-a66e-4233bb67bab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10050 | 2024.12.12 04:10:53.387620 [ 263 ] {db516359-bd46-497b-a66e-4233bb67bab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10051 | 2024.12.12 04:10:53.388165 [ 263 ] {db516359-bd46-497b-a66e-4233bb67bab9} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10052 | 2024.12.12 04:10:53.388207 [ 263 ] {db516359-bd46-497b-a66e-4233bb67bab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10053 | 2024.12.12 04:10:53.388608 [ 263 ] {db516359-bd46-497b-a66e-4233bb67bab9} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10054 | 2024.12.12 04:10:53.388859 [ 263 ] {db516359-bd46-497b-a66e-4233bb67bab9} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10055 | 2024.12.12 04:10:53.389086 [ 263 ] {db516359-bd46-497b-a66e-4233bb67bab9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001551 sec., 38684.71953578336 rows/sec., 2.61 MiB/sec. | ||
| 10056 | 2024.12.12 04:10:53.389138 [ 263 ] {db516359-bd46-497b-a66e-4233bb67bab9} <Debug> TCPHandler: Processed in 0.001762686 sec. | ||
| 10057 | 2024.12.12 04:10:53.555535 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 10058 | 2024.12.12 04:10:53.575956 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10059 | 2024.12.12 04:10:53.576012 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10060 | 2024.12.12 04:10:53.583412 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10061 | 2024.12.12 04:10:53.584195 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10062 | 2024.12.12 04:10:53.587888 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 10063 | 2024.12.12 04:10:56.128580 [ 92 ] {} <Debug> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 10064 | 2024.12.12 04:10:56.128662 [ 92 ] {} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10065 | 2024.12.12 04:10:56.128686 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10066 | 2024.12.12 04:10:56.128835 [ 192 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 10067 | 2024.12.12 04:10:56.128996 [ 192 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10068 | 2024.12.12 04:10:56.129039 [ 192 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 10069 | 2024.12.12 04:10:56.129132 [ 192 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 10070 | 2024.12.12 04:10:56.129336 [ 192 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 10071 | 2024.12.12 04:10:56.129596 [ 192 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part | ||
| 10072 | 2024.12.12 04:10:56.129940 [ 192 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 10073 | 2024.12.12 04:10:56.131068 [ 199 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.002311448 sec., 18170.428233730545 rows/sec., 1.52 MiB/sec. | ||
| 10074 | 2024.12.12 04:10:56.131293 [ 193 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 10075 | 2024.12.12 04:10:56.131692 [ 193 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_17_4} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10076 | 2024.12.12 04:10:56.131806 [ 193 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_17_4} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 10077 | 2024.12.12 04:10:56.131922 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10078 | 2024.12.12 04:10:56.963779 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1414 | ||
| 10079 | 2024.12.12 04:10:56.966728 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10080 | 2024.12.12 04:10:56.966772 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10081 | 2024.12.12 04:10:56.968209 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10082 | 2024.12.12 04:10:56.968517 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10083 | 2024.12.12 04:10:56.969108 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1414 | ||
| 10084 | 2024.12.12 04:10:58.385792 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10085 | 2024.12.12 04:10:58.386005 [ 264 ] {e186dd85-5961-4f56-8f7d-128f942ba4a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10086 | 2024.12.12 04:10:58.386086 [ 264 ] {e186dd85-5961-4f56-8f7d-128f942ba4a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10087 | 2024.12.12 04:10:58.386843 [ 264 ] {e186dd85-5961-4f56-8f7d-128f942ba4a8} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10088 | 2024.12.12 04:10:58.386885 [ 264 ] {e186dd85-5961-4f56-8f7d-128f942ba4a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10089 | 2024.12.12 04:10:58.387330 [ 264 ] {e186dd85-5961-4f56-8f7d-128f942ba4a8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10090 | 2024.12.12 04:10:58.387589 [ 264 ] {e186dd85-5961-4f56-8f7d-128f942ba4a8} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10091 | 2024.12.12 04:10:58.387743 [ 90 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10092 | 2024.12.12 04:10:58.387784 [ 90 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10093 | 2024.12.12 04:10:58.387812 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10094 | 2024.12.12 04:10:58.387813 [ 264 ] {e186dd85-5961-4f56-8f7d-128f942ba4a8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001864 sec., 7510.729613733905 rows/sec., 540.67 KiB/sec. | ||
| 10095 | 2024.12.12 04:10:58.388108 [ 264 ] {e186dd85-5961-4f56-8f7d-128f942ba4a8} <Debug> TCPHandler: Processed in 0.002453974 sec. | ||
| 10096 | 2024.12.12 04:10:58.388193 [ 201 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 10097 | 2024.12.12 04:10:58.388498 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10098 | 2024.12.12 04:10:58.388715 [ 201 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10099 | 2024.12.12 04:10:58.388835 [ 201 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 10100 | 2024.12.12 04:10:58.388935 [ 263 ] {600c8298-3c55-4e63-84c0-6e629ab577ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10101 | 2024.12.12 04:10:58.389046 [ 201 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 10102 | 2024.12.12 04:10:58.389147 [ 263 ] {600c8298-3c55-4e63-84c0-6e629ab577ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10103 | 2024.12.12 04:10:58.389330 [ 201 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 10104 | 2024.12.12 04:10:58.389698 [ 201 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 10105 | 2024.12.12 04:10:58.389924 [ 201 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 10106 | 2024.12.12 04:10:58.391736 [ 263 ] {600c8298-3c55-4e63-84c0-6e629ab577ee} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10107 | 2024.12.12 04:10:58.391826 [ 263 ] {600c8298-3c55-4e63-84c0-6e629ab577ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10108 | 2024.12.12 04:10:58.392540 [ 193 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004626651 sec., 15129.734228927144 rows/sec., 1.12 MiB/sec. | ||
| 10109 | 2024.12.12 04:10:58.392777 [ 193 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10110 | 2024.12.12 04:10:58.392842 [ 263 ] {600c8298-3c55-4e63-84c0-6e629ab577ee} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10111 | 2024.12.12 04:10:58.393390 [ 193 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_37_9} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10112 | 2024.12.12 04:10:58.393430 [ 263 ] {600c8298-3c55-4e63-84c0-6e629ab577ee} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10113 | 2024.12.12 04:10:58.393564 [ 193 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_37_9} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10114 | 2024.12.12 04:10:58.393821 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10115 | 2024.12.12 04:10:58.393913 [ 263 ] {600c8298-3c55-4e63-84c0-6e629ab577ee} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005093 sec., 392.695857058708 rows/sec., 32.02 KiB/sec. | ||
| 10116 | 2024.12.12 04:10:58.394114 [ 263 ] {600c8298-3c55-4e63-84c0-6e629ab577ee} <Debug> TCPHandler: Processed in 0.005873953 sec. | ||
| 10117 | 2024.12.12 04:10:58.394338 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10118 | 2024.12.12 04:10:58.394494 [ 264 ] {f3c567b5-c343-4ce8-8ad6-8ed27ec44bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10119 | 2024.12.12 04:10:58.394559 [ 264 ] {f3c567b5-c343-4ce8-8ad6-8ed27ec44bb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10120 | 2024.12.12 04:10:58.395422 [ 264 ] {f3c567b5-c343-4ce8-8ad6-8ed27ec44bb2} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10121 | 2024.12.12 04:10:58.395461 [ 264 ] {f3c567b5-c343-4ce8-8ad6-8ed27ec44bb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10122 | 2024.12.12 04:10:58.395865 [ 264 ] {f3c567b5-c343-4ce8-8ad6-8ed27ec44bb2} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10123 | 2024.12.12 04:10:58.396111 [ 264 ] {f3c567b5-c343-4ce8-8ad6-8ed27ec44bb2} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10124 | 2024.12.12 04:10:58.396307 [ 264 ] {f3c567b5-c343-4ce8-8ad6-8ed27ec44bb2} <Debug> executeQuery: Read 282 rows, 25.49 KiB in 0.001849 sec., 152514.87290427258 rows/sec., 13.46 MiB/sec. | ||
| 10125 | 2024.12.12 04:10:58.396411 [ 264 ] {f3c567b5-c343-4ce8-8ad6-8ed27ec44bb2} <Debug> TCPHandler: Processed in 0.002145266 sec. | ||
| 10126 | 2024.12.12 04:10:58.396638 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10127 | 2024.12.12 04:10:58.396806 [ 263 ] {b792bc56-361a-4b9f-a923-a328932de437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10128 | 2024.12.12 04:10:58.396857 [ 263 ] {b792bc56-361a-4b9f-a923-a328932de437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10129 | 2024.12.12 04:10:58.397486 [ 263 ] {b792bc56-361a-4b9f-a923-a328932de437} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10130 | 2024.12.12 04:10:58.397529 [ 263 ] {b792bc56-361a-4b9f-a923-a328932de437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10131 | 2024.12.12 04:10:58.397917 [ 263 ] {b792bc56-361a-4b9f-a923-a328932de437} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 10132 | 2024.12.12 04:10:58.398173 [ 263 ] {b792bc56-361a-4b9f-a923-a328932de437} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10133 | 2024.12.12 04:10:58.398353 [ 90 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 10134 | 2024.12.12 04:10:58.398417 [ 90 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10135 | 2024.12.12 04:10:58.398423 [ 263 ] {b792bc56-361a-4b9f-a923-a328932de437} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001634 sec., 29375.76499388005 rows/sec., 2.11 MiB/sec. | ||
| 10136 | 2024.12.12 04:10:58.398445 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10137 | 2024.12.12 04:10:58.398594 [ 263 ] {b792bc56-361a-4b9f-a923-a328932de437} <Debug> TCPHandler: Processed in 0.002082294 sec. | ||
| 10138 | 2024.12.12 04:10:58.398896 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10139 | 2024.12.12 04:10:58.399070 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 10140 | 2024.12.12 04:10:58.399368 [ 264 ] {a97ebfeb-2a0b-475f-9b9a-3c122af87282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10141 | 2024.12.12 04:10:58.399625 [ 264 ] {a97ebfeb-2a0b-475f-9b9a-3c122af87282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10142 | 2024.12.12 04:10:58.399658 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10143 | 2024.12.12 04:10:58.399752 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 64 rows starting from the beginning of the part | ||
| 10144 | 2024.12.12 04:10:58.400070 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 10145 | 2024.12.12 04:10:58.400488 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 46 rows starting from the beginning of the part | ||
| 10146 | 2024.12.12 04:10:58.400844 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 10147 | 2024.12.12 04:10:58.401215 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 46 rows starting from the beginning of the part | ||
| 10148 | 2024.12.12 04:10:58.401544 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 10149 | 2024.12.12 04:10:58.402414 [ 264 ] {a97ebfeb-2a0b-475f-9b9a-3c122af87282} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10150 | 2024.12.12 04:10:58.402484 [ 264 ] {a97ebfeb-2a0b-475f-9b9a-3c122af87282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10151 | 2024.12.12 04:10:58.403513 [ 264 ] {a97ebfeb-2a0b-475f-9b9a-3c122af87282} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10152 | 2024.12.12 04:10:58.404178 [ 264 ] {a97ebfeb-2a0b-475f-9b9a-3c122af87282} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10153 | 2024.12.12 04:10:58.404258 [ 193 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.00566455 sec., 46958.71693250126 rows/sec., 3.53 MiB/sec. | ||
| 10154 | 2024.12.12 04:10:58.404425 [ 90 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10155 | 2024.12.12 04:10:58.404508 [ 90 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10156 | 2024.12.12 04:10:58.404559 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10157 | 2024.12.12 04:10:58.404606 [ 264 ] {a97ebfeb-2a0b-475f-9b9a-3c122af87282} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005416 sec., 2584.93353028065 rows/sec., 181.03 KiB/sec. | ||
| 10158 | 2024.12.12 04:10:58.404623 [ 193 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 10159 | 2024.12.12 04:10:58.405006 [ 264 ] {a97ebfeb-2a0b-475f-9b9a-3c122af87282} <Debug> TCPHandler: Processed in 0.006280074 sec. | ||
| 10160 | 2024.12.12 04:10:58.405044 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::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 | ||
| 10161 | 2024.12.12 04:10:58.405243 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10162 | 2024.12.12 04:10:58.405588 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10163 | 2024.12.12 04:10:58.405599 [ 263 ] {e588ed11-0c37-4598-9cda-254ea8c92bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10164 | 2024.12.12 04:10:58.405635 [ 193 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_46_9} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10165 | 2024.12.12 04:10:58.405697 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 243 rows starting from the beginning of the part | ||
| 10166 | 2024.12.12 04:10:58.405767 [ 263 ] {e588ed11-0c37-4598-9cda-254ea8c92bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10167 | 2024.12.12 04:10:58.405956 [ 193 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_46_9} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 10168 | 2024.12.12 04:10:58.406319 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 10169 | 2024.12.12 04:10:58.406385 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 10170 | 2024.12.12 04:10:58.406739 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 10171 | 2024.12.12 04:10:58.407117 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 228 rows starting from the beginning of the part | ||
| 10172 | 2024.12.12 04:10:58.407472 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 10173 | 2024.12.12 04:10:58.407883 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 10174 | 2024.12.12 04:10:58.408768 [ 263 ] {e588ed11-0c37-4598-9cda-254ea8c92bdf} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10175 | 2024.12.12 04:10:58.408841 [ 263 ] {e588ed11-0c37-4598-9cda-254ea8c92bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10176 | 2024.12.12 04:10:58.409845 [ 263 ] {e588ed11-0c37-4598-9cda-254ea8c92bdf} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10177 | 2024.12.12 04:10:58.410443 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005764291 sec., 91424.9471444103 rows/sec., 6.55 MiB/sec. | ||
| 10178 | 2024.12.12 04:10:58.410452 [ 263 ] {e588ed11-0c37-4598-9cda-254ea8c92bdf} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10179 | 2024.12.12 04:10:58.410645 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10180 | 2024.12.12 04:10:58.410764 [ 90 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10181 | 2024.12.12 04:10:58.410930 [ 90 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10182 | 2024.12.12 04:10:58.410998 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10183 | 2024.12.12 04:10:58.411021 [ 263 ] {e588ed11-0c37-4598-9cda-254ea8c92bdf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00555 sec., 2342.3423423423424 rows/sec., 146.04 KiB/sec. | ||
| 10184 | 2024.12.12 04:10:58.411472 [ 263 ] {e588ed11-0c37-4598-9cda-254ea8c92bdf} <Debug> TCPHandler: Processed in 0.006330375 sec. | ||
| 10185 | 2024.12.12 04:10:58.411799 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10186 | 2024.12.12 04:10:58.411841 [ 186 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 10187 | 2024.12.12 04:10:58.411866 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_51_10} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10188 | 2024.12.12 04:10:58.412370 [ 264 ] {1d5bf569-3df9-4969-8af1-a3a879303f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10189 | 2024.12.12 04:10:58.412412 [ 199 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_51_10} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10190 | 2024.12.12 04:10:58.412590 [ 264 ] {1d5bf569-3df9-4969-8af1-a3a879303f69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10191 | 2024.12.12 04:10:58.412625 [ 186 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10192 | 2024.12.12 04:10:58.412732 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 10193 | 2024.12.12 04:10:58.412757 [ 186 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 10194 | 2024.12.12 04:10:58.412943 [ 186 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 10195 | 2024.12.12 04:10:58.413201 [ 186 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 10196 | 2024.12.12 04:10:58.413468 [ 186 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 10197 | 2024.12.12 04:10:58.413716 [ 186 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 10198 | 2024.12.12 04:10:58.414637 [ 264 ] {1d5bf569-3df9-4969-8af1-a3a879303f69} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10199 | 2024.12.12 04:10:58.414678 [ 264 ] {1d5bf569-3df9-4969-8af1-a3a879303f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10200 | 2024.12.12 04:10:58.415086 [ 193 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003974854 sec., 16352.801889075674 rows/sec., 1.06 MiB/sec. | ||
| 10201 | 2024.12.12 04:10:58.415426 [ 264 ] {1d5bf569-3df9-4969-8af1-a3a879303f69} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10202 | 2024.12.12 04:10:58.415426 [ 188 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10203 | 2024.12.12 04:10:58.415916 [ 264 ] {1d5bf569-3df9-4969-8af1-a3a879303f69} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10204 | 2024.12.12 04:10:58.416353 [ 188 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_37_9} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10205 | 2024.12.12 04:10:58.416399 [ 264 ] {1d5bf569-3df9-4969-8af1-a3a879303f69} <Debug> executeQuery: Read 423 rows, 30.97 KiB in 0.004227 sec., 100070.9723207949 rows/sec., 7.15 MiB/sec. | ||
| 10206 | 2024.12.12 04:10:58.416605 [ 188 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_37_9} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10207 | 2024.12.12 04:10:58.416892 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10208 | 2024.12.12 04:10:58.416909 [ 264 ] {1d5bf569-3df9-4969-8af1-a3a879303f69} <Debug> TCPHandler: Processed in 0.005296469 sec. | ||
| 10209 | 2024.12.12 04:10:58.417202 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10210 | 2024.12.12 04:10:58.417349 [ 263 ] {68459f0f-82ab-4d93-b567-eed4d2dad7a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10211 | 2024.12.12 04:10:58.417401 [ 263 ] {68459f0f-82ab-4d93-b567-eed4d2dad7a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10212 | 2024.12.12 04:10:58.417902 [ 263 ] {68459f0f-82ab-4d93-b567-eed4d2dad7a3} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10213 | 2024.12.12 04:10:58.417943 [ 263 ] {68459f0f-82ab-4d93-b567-eed4d2dad7a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10214 | 2024.12.12 04:10:58.418319 [ 263 ] {68459f0f-82ab-4d93-b567-eed4d2dad7a3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10215 | 2024.12.12 04:10:58.418565 [ 263 ] {68459f0f-82ab-4d93-b567-eed4d2dad7a3} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10216 | 2024.12.12 04:10:58.418775 [ 263 ] {68459f0f-82ab-4d93-b567-eed4d2dad7a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001452 sec., 4132.231404958678 rows/sec., 215.89 KiB/sec. | ||
| 10217 | 2024.12.12 04:10:58.418831 [ 263 ] {68459f0f-82ab-4d93-b567-eed4d2dad7a3} <Debug> TCPHandler: Processed in 0.001759135 sec. | ||
| 10218 | 2024.12.12 04:10:58.418983 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10219 | 2024.12.12 04:10:58.419103 [ 264 ] {bb6a3732-a2d8-491c-b9f2-719b72bb1313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10220 | 2024.12.12 04:10:58.419158 [ 264 ] {bb6a3732-a2d8-491c-b9f2-719b72bb1313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10221 | 2024.12.12 04:10:58.419792 [ 264 ] {bb6a3732-a2d8-491c-b9f2-719b72bb1313} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10222 | 2024.12.12 04:10:58.419829 [ 264 ] {bb6a3732-a2d8-491c-b9f2-719b72bb1313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10223 | 2024.12.12 04:10:58.420236 [ 264 ] {bb6a3732-a2d8-491c-b9f2-719b72bb1313} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10224 | 2024.12.12 04:10:58.420471 [ 264 ] {bb6a3732-a2d8-491c-b9f2-719b72bb1313} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10225 | 2024.12.12 04:10:58.420665 [ 264 ] {bb6a3732-a2d8-491c-b9f2-719b72bb1313} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001589 sec., 149779.7356828194 rows/sec., 10.04 MiB/sec. | ||
| 10226 | 2024.12.12 04:10:58.420761 [ 264 ] {bb6a3732-a2d8-491c-b9f2-719b72bb1313} <Debug> TCPHandler: Processed in 0.001843628 sec. | ||
| 10227 | 2024.12.12 04:10:58.420951 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10228 | 2024.12.12 04:10:58.421187 [ 263 ] {f11f81f0-bce6-42ff-a666-7575854856b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10229 | 2024.12.12 04:10:58.421241 [ 263 ] {f11f81f0-bce6-42ff-a666-7575854856b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10230 | 2024.12.12 04:10:58.421725 [ 263 ] {f11f81f0-bce6-42ff-a666-7575854856b6} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10231 | 2024.12.12 04:10:58.421768 [ 263 ] {f11f81f0-bce6-42ff-a666-7575854856b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10232 | 2024.12.12 04:10:58.422146 [ 263 ] {f11f81f0-bce6-42ff-a666-7575854856b6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10233 | 2024.12.12 04:10:58.422398 [ 263 ] {f11f81f0-bce6-42ff-a666-7575854856b6} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10234 | 2024.12.12 04:10:58.422621 [ 263 ] {f11f81f0-bce6-42ff-a666-7575854856b6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001489 sec., 671.591672263264 rows/sec., 45.25 KiB/sec. | ||
| 10235 | 2024.12.12 04:10:58.422673 [ 263 ] {f11f81f0-bce6-42ff-a666-7575854856b6} <Debug> TCPHandler: Processed in 0.001827688 sec. | ||
| 10236 | 2024.12.12 04:10:58.422823 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10237 | 2024.12.12 04:10:58.422947 [ 264 ] {120d5717-c942-4d43-8d55-746da88cce9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10238 | 2024.12.12 04:10:58.423031 [ 264 ] {120d5717-c942-4d43-8d55-746da88cce9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10239 | 2024.12.12 04:10:58.424228 [ 264 ] {120d5717-c942-4d43-8d55-746da88cce9f} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10240 | 2024.12.12 04:10:58.424267 [ 264 ] {120d5717-c942-4d43-8d55-746da88cce9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10241 | 2024.12.12 04:10:58.424945 [ 264 ] {120d5717-c942-4d43-8d55-746da88cce9f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10242 | 2024.12.12 04:10:58.425212 [ 264 ] {120d5717-c942-4d43-8d55-746da88cce9f} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10243 | 2024.12.12 04:10:58.425418 [ 264 ] {120d5717-c942-4d43-8d55-746da88cce9f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002497 sec., 15618.742490989187 rows/sec., 27.99 MiB/sec. | ||
| 10244 | 2024.12.12 04:10:58.425524 [ 264 ] {120d5717-c942-4d43-8d55-746da88cce9f} <Debug> TCPHandler: Processed in 0.002763462 sec. | ||
| 10245 | 2024.12.12 04:10:58.425680 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10246 | 2024.12.12 04:10:58.425820 [ 263 ] {f002ace6-3b1d-4c24-9a72-2a18d8171803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10247 | 2024.12.12 04:10:58.425880 [ 263 ] {f002ace6-3b1d-4c24-9a72-2a18d8171803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10248 | 2024.12.12 04:10:58.426415 [ 263 ] {f002ace6-3b1d-4c24-9a72-2a18d8171803} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10249 | 2024.12.12 04:10:58.426457 [ 263 ] {f002ace6-3b1d-4c24-9a72-2a18d8171803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10250 | 2024.12.12 04:10:58.426844 [ 263 ] {f002ace6-3b1d-4c24-9a72-2a18d8171803} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10251 | 2024.12.12 04:10:58.427106 [ 263 ] {f002ace6-3b1d-4c24-9a72-2a18d8171803} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10252 | 2024.12.12 04:10:58.427326 [ 263 ] {f002ace6-3b1d-4c24-9a72-2a18d8171803} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001538 sec., 53315.994798439526 rows/sec., 3.39 MiB/sec. | ||
| 10253 | 2024.12.12 04:10:58.427380 [ 263 ] {f002ace6-3b1d-4c24-9a72-2a18d8171803} <Debug> TCPHandler: Processed in 0.001768736 sec. | ||
| 10254 | 2024.12.12 04:10:59.351769 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
| 10255 | 2024.12.12 04:10:59.352455 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10256 | 2024.12.12 04:10:59.352505 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 10257 | 2024.12.12 04:10:59.353025 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10258 | 2024.12.12 04:10:59.353273 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10259 | 2024.12.12 04:10:59.353517 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 10260 | 2024.12.12 04:11:01.087962 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 10261 | 2024.12.12 04:11:01.108896 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10262 | 2024.12.12 04:11:01.108948 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10263 | 2024.12.12 04:11:01.116765 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10264 | 2024.12.12 04:11:01.117550 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10265 | 2024.12.12 04:11:01.120093 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 10266 | 2024.12.12 04:11:03.379826 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10267 | 2024.12.12 04:11:03.380045 [ 264 ] {f40a89f2-6e39-42ae-86d1-4f64c13987ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10268 | 2024.12.12 04:11:03.380128 [ 264 ] {f40a89f2-6e39-42ae-86d1-4f64c13987ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10269 | 2024.12.12 04:11:03.380958 [ 264 ] {f40a89f2-6e39-42ae-86d1-4f64c13987ac} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10270 | 2024.12.12 04:11:03.381007 [ 264 ] {f40a89f2-6e39-42ae-86d1-4f64c13987ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10271 | 2024.12.12 04:11:03.381435 [ 264 ] {f40a89f2-6e39-42ae-86d1-4f64c13987ac} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10272 | 2024.12.12 04:11:03.381696 [ 264 ] {f40a89f2-6e39-42ae-86d1-4f64c13987ac} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10273 | 2024.12.12 04:11:03.381901 [ 81 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10274 | 2024.12.12 04:11:03.381972 [ 264 ] {f40a89f2-6e39-42ae-86d1-4f64c13987ac} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001984 sec., 28225.8064516129 rows/sec., 2.17 MiB/sec. | ||
| 10275 | 2024.12.12 04:11:03.381989 [ 81 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10276 | 2024.12.12 04:11:03.382063 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10277 | 2024.12.12 04:11:03.382117 [ 264 ] {f40a89f2-6e39-42ae-86d1-4f64c13987ac} <Debug> TCPHandler: Processed in 0.002438134 sec. | ||
| 10278 | 2024.12.12 04:11:03.382330 [ 186 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 10279 | 2024.12.12 04:11:03.382552 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10280 | 2024.12.12 04:11:03.382726 [ 186 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10281 | 2024.12.12 04:11:03.382816 [ 186 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1432 rows starting from the beginning of the part | ||
| 10282 | 2024.12.12 04:11:03.383483 [ 186 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1199 rows starting from the beginning of the part | ||
| 10283 | 2024.12.12 04:11:03.383484 [ 263 ] {9a90408f-be03-47ec-bde2-667a9e995bd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10284 | 2024.12.12 04:11:03.383738 [ 186 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 281 rows starting from the beginning of the part | ||
| 10285 | 2024.12.12 04:11:03.383739 [ 263 ] {9a90408f-be03-47ec-bde2-667a9e995bd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10286 | 2024.12.12 04:11:03.384078 [ 186 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part | ||
| 10287 | 2024.12.12 04:11:03.384450 [ 186 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 282 rows starting from the beginning of the part | ||
| 10288 | 2024.12.12 04:11:03.384928 [ 186 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 10289 | 2024.12.12 04:11:03.387117 [ 263 ] {9a90408f-be03-47ec-bde2-667a9e995bd6} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10290 | 2024.12.12 04:11:03.387170 [ 263 ] {9a90408f-be03-47ec-bde2-667a9e995bd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10291 | 2024.12.12 04:11:03.387826 [ 263 ] {9a90408f-be03-47ec-bde2-667a9e995bd6} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10292 | 2024.12.12 04:11:03.388096 [ 263 ] {9a90408f-be03-47ec-bde2-667a9e995bd6} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10293 | 2024.12.12 04:11:03.388310 [ 81 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10294 | 2024.12.12 04:11:03.388435 [ 81 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10295 | 2024.12.12 04:11:03.388482 [ 263 ] {9a90408f-be03-47ec-bde2-667a9e995bd6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005389 sec., 11876.043792911487 rows/sec., 949.20 KiB/sec. | ||
| 10296 | 2024.12.12 04:11:03.388538 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10297 | 2024.12.12 04:11:03.388940 [ 263 ] {9a90408f-be03-47ec-bde2-667a9e995bd6} <Debug> TCPHandler: Processed in 0.006660104 sec. | ||
| 10298 | 2024.12.12 04:11:03.389360 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10299 | 2024.12.12 04:11:03.389403 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3306 rows, containing 5 columns (5 merged, 0 gathered) in 0.007231539 sec., 457164.09743486135 rows/sec., 40.06 MiB/sec. | ||
| 10300 | 2024.12.12 04:11:03.389458 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 10301 | 2024.12.12 04:11:03.389704 [ 264 ] {eec53489-d3bf-415f-a763-6448fee9b893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10302 | 2024.12.12 04:11:03.389755 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10303 | 2024.12.12 04:11:03.389820 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10304 | 2024.12.12 04:11:03.389867 [ 264 ] {eec53489-d3bf-415f-a763-6448fee9b893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10305 | 2024.12.12 04:11:03.389854 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 913 rows starting from the beginning of the part | ||
| 10306 | 2024.12.12 04:11:03.390276 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 526 rows starting from the beginning of the part | ||
| 10307 | 2024.12.12 04:11:03.390604 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 421 rows starting from the beginning of the part | ||
| 10308 | 2024.12.12 04:11:03.390936 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part | ||
| 10309 | 2024.12.12 04:11:03.391272 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 423 rows starting from the beginning of the part | ||
| 10310 | 2024.12.12 04:11:03.391602 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 10311 | 2024.12.12 04:11:03.392691 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_81_16} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10312 | 2024.12.12 04:11:03.393052 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_81_16} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10313 | 2024.12.12 04:11:03.393316 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 10314 | 2024.12.12 04:11:03.393728 [ 264 ] {eec53489-d3bf-415f-a763-6448fee9b893} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10315 | 2024.12.12 04:11:03.393795 [ 264 ] {eec53489-d3bf-415f-a763-6448fee9b893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10316 | 2024.12.12 04:11:03.394731 [ 264 ] {eec53489-d3bf-415f-a763-6448fee9b893} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10317 | 2024.12.12 04:11:03.395207 [ 264 ] {eec53489-d3bf-415f-a763-6448fee9b893} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10318 | 2024.12.12 04:11:03.395508 [ 195 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 5 columns (5 merged, 0 gathered) in 0.00660577 sec., 364983.94585339783 rows/sec., 27.99 MiB/sec. | ||
| 10319 | 2024.12.12 04:11:03.395597 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10320 | 2024.12.12 04:11:03.395672 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10321 | 2024.12.12 04:11:03.395707 [ 264 ] {eec53489-d3bf-415f-a763-6448fee9b893} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006148 sec., 26024.72348731295 rows/sec., 1.81 MiB/sec. | ||
| 10322 | 2024.12.12 04:11:03.395713 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10323 | 2024.12.12 04:11:03.396031 [ 264 ] {eec53489-d3bf-415f-a763-6448fee9b893} <Debug> TCPHandler: Processed in 0.00689937 sec. | ||
| 10324 | 2024.12.12 04:11:03.396127 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 10325 | 2024.12.12 04:11:03.396128 [ 195 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10326 | 2024.12.12 04:11:03.396441 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10327 | 2024.12.12 04:11:03.396537 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10328 | 2024.12.12 04:11:03.396648 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23792 rows starting from the beginning of the part | ||
| 10329 | 2024.12.12 04:11:03.396885 [ 263 ] {965c8449-3e13-48dd-acec-63ebd37326f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10330 | 2024.12.12 04:11:03.397091 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 883 rows starting from the beginning of the part | ||
| 10331 | 2024.12.12 04:11:03.397164 [ 263 ] {965c8449-3e13-48dd-acec-63ebd37326f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10332 | 2024.12.12 04:11:03.397357 [ 195 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_81_16} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10333 | 2024.12.12 04:11:03.397683 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 237 rows starting from the beginning of the part | ||
| 10334 | 2024.12.12 04:11:03.398137 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 10335 | 2024.12.12 04:11:03.398363 [ 195 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_81_16} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10336 | 2024.12.12 04:11:03.398618 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 238 rows starting from the beginning of the part | ||
| 10337 | 2024.12.12 04:11:03.398999 [ 193 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 10338 | 2024.12.12 04:11:03.399726 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 10339 | 2024.12.12 04:11:03.400271 [ 263 ] {965c8449-3e13-48dd-acec-63ebd37326f3} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10340 | 2024.12.12 04:11:03.400343 [ 263 ] {965c8449-3e13-48dd-acec-63ebd37326f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10341 | 2024.12.12 04:11:03.401549 [ 263 ] {965c8449-3e13-48dd-acec-63ebd37326f3} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10342 | 2024.12.12 04:11:03.402087 [ 263 ] {965c8449-3e13-48dd-acec-63ebd37326f3} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10343 | 2024.12.12 04:11:03.402321 [ 82 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10344 | 2024.12.12 04:11:03.402446 [ 82 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10345 | 2024.12.12 04:11:03.402505 [ 263 ] {965c8449-3e13-48dd-acec-63ebd37326f3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005803 sec., 10339.47957952783 rows/sec., 713.53 KiB/sec. | ||
| 10346 | 2024.12.12 04:11:03.402515 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10347 | 2024.12.12 04:11:03.402775 [ 263 ] {965c8449-3e13-48dd-acec-63ebd37326f3} <Debug> TCPHandler: Processed in 0.006565721 sec. | ||
| 10348 | 2024.12.12 04:11:03.403116 [ 198 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 10349 | 2024.12.12 04:11:03.403491 [ 198 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10350 | 2024.12.12 04:11:03.403556 [ 198 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 5180 rows starting from the beginning of the part | ||
| 10351 | 2024.12.12 04:11:03.403874 [ 198 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 10352 | 2024.12.12 04:11:03.404214 [ 198 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 82 rows starting from the beginning of the part | ||
| 10353 | 2024.12.12 04:11:03.404375 [ 198 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 10354 | 2024.12.12 04:11:03.404564 [ 198 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
| 10355 | 2024.12.12 04:11:03.404724 [ 198 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 10356 | 2024.12.12 04:11:03.409126 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5524 rows, containing 4 columns (4 merged, 0 gathered) in 0.006435368 sec., 858381.3699542901 rows/sec., 56.03 MiB/sec. | ||
| 10357 | 2024.12.12 04:11:03.409661 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10358 | 2024.12.12 04:11:03.410003 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_81_16} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10359 | 2024.12.12 04:11:03.410239 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_81_16} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10360 | 2024.12.12 04:11:03.410349 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 10361 | 2024.12.12 04:11:03.411048 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25470 rows, containing 5 columns (5 merged, 0 gathered) in 0.015165183 sec., 1679504.9555287266 rows/sec., 113.55 MiB/sec. | ||
| 10362 | 2024.12.12 04:11:03.411295 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10363 | 2024.12.12 04:11:03.411580 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10364 | 2024.12.12 04:11:03.411658 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10365 | 2024.12.12 04:11:03.411749 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 10366 | 2024.12.12 04:11:04.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.08 MiB, peak 245.12 MiB, free memory in arenas 0.00 B, will set to 237.15 MiB (RSS), difference: 3.07 MiB | ||
| 10367 | 2024.12.12 04:11:06.667886 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10368 | 2024.12.12 04:11:06.667984 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10369 | 2024.12.12 04:11:06.853679 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
| 10370 | 2024.12.12 04:11:06.854808 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10371 | 2024.12.12 04:11:06.854900 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10372 | 2024.12.12 04:11:06.855467 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10373 | 2024.12.12 04:11:06.855720 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10374 | 2024.12.12 04:11:06.855933 [ 78 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10375 | 2024.12.12 04:11:06.855964 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 10376 | 2024.12.12 04:11:06.856006 [ 78 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10377 | 2024.12.12 04:11:06.856035 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10378 | 2024.12.12 04:11:06.856154 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 10379 | 2024.12.12 04:11:06.856260 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10380 | 2024.12.12 04:11:06.856293 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part | ||
| 10381 | 2024.12.12 04:11:06.856362 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part | ||
| 10382 | 2024.12.12 04:11:06.856506 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part | ||
| 10383 | 2024.12.12 04:11:06.856812 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part | ||
| 10384 | 2024.12.12 04:11:06.856973 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part | ||
| 10385 | 2024.12.12 04:11:06.857115 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part | ||
| 10386 | 2024.12.12 04:11:06.859659 [ 187 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003553351 sec., 7227262.3785266355 rows/sec., 103.39 MiB/sec. | ||
| 10387 | 2024.12.12 04:11:06.860009 [ 189 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10388 | 2024.12.12 04:11:06.860419 [ 189 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_56_11} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10389 | 2024.12.12 04:11:06.860530 [ 189 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_56_11} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10390 | 2024.12.12 04:11:06.860653 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10391 | 2024.12.12 04:11:06.969325 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1446 | ||
| 10392 | 2024.12.12 04:11:06.972439 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10393 | 2024.12.12 04:11:06.972486 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10394 | 2024.12.12 04:11:06.973962 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10395 | 2024.12.12 04:11:06.974290 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10396 | 2024.12.12 04:11:06.974467 [ 78 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10397 | 2024.12.12 04:11:06.974528 [ 78 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10398 | 2024.12.12 04:11:06.974568 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10399 | 2024.12.12 04:11:06.975312 [ 189 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 10400 | 2024.12.12 04:11:06.976458 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1446 | ||
| 10401 | 2024.12.12 04:11:06.976847 [ 189 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10402 | 2024.12.12 04:11:06.977035 [ 189 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1286 rows starting from the beginning of the part | ||
| 10403 | 2024.12.12 04:11:06.977705 [ 189 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 10404 | 2024.12.12 04:11:06.978441 [ 189 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 32 rows starting from the beginning of the part | ||
| 10405 | 2024.12.12 04:11:06.979065 [ 189 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part | ||
| 10406 | 2024.12.12 04:11:06.979651 [ 189 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 10407 | 2024.12.12 04:11:06.980236 [ 189 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part | ||
| 10408 | 2024.12.12 04:11:06.989042 [ 187 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1446 rows, containing 72 columns (72 merged, 0 gathered) in 0.014334614 sec., 100874.70789237854 rows/sec., 78.88 MiB/sec. | ||
| 10409 | 2024.12.12 04:11:06.990732 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10410 | 2024.12.12 04:11:06.991530 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_41_8} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10411 | 2024.12.12 04:11:06.991625 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_41_8} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10412 | 2024.12.12 04:11:06.991946 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB. | ||
| 10413 | 2024.12.12 04:11:08.386034 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10414 | 2024.12.12 04:11:08.386226 [ 264 ] {f2d44a71-5f16-4849-b76a-2d8db57203bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10415 | 2024.12.12 04:11:08.386299 [ 264 ] {f2d44a71-5f16-4849-b76a-2d8db57203bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10416 | 2024.12.12 04:11:08.387061 [ 264 ] {f2d44a71-5f16-4849-b76a-2d8db57203bb} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10417 | 2024.12.12 04:11:08.387107 [ 264 ] {f2d44a71-5f16-4849-b76a-2d8db57203bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10418 | 2024.12.12 04:11:08.387542 [ 264 ] {f2d44a71-5f16-4849-b76a-2d8db57203bb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10419 | 2024.12.12 04:11:08.387796 [ 264 ] {f2d44a71-5f16-4849-b76a-2d8db57203bb} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10420 | 2024.12.12 04:11:08.388033 [ 264 ] {f2d44a71-5f16-4849-b76a-2d8db57203bb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001861 sec., 7522.837184309511 rows/sec., 541.54 KiB/sec. | ||
| 10421 | 2024.12.12 04:11:08.388092 [ 264 ] {f2d44a71-5f16-4849-b76a-2d8db57203bb} <Debug> TCPHandler: Processed in 0.002192047 sec. | ||
| 10422 | 2024.12.12 04:11:08.388364 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10423 | 2024.12.12 04:11:08.388582 [ 263 ] {d9e356be-e6ee-46c7-a118-2023fdd15eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10424 | 2024.12.12 04:11:08.388659 [ 263 ] {d9e356be-e6ee-46c7-a118-2023fdd15eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10425 | 2024.12.12 04:11:08.389559 [ 263 ] {d9e356be-e6ee-46c7-a118-2023fdd15eb8} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10426 | 2024.12.12 04:11:08.389610 [ 263 ] {d9e356be-e6ee-46c7-a118-2023fdd15eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10427 | 2024.12.12 04:11:08.390077 [ 263 ] {d9e356be-e6ee-46c7-a118-2023fdd15eb8} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10428 | 2024.12.12 04:11:08.390337 [ 263 ] {d9e356be-e6ee-46c7-a118-2023fdd15eb8} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10429 | 2024.12.12 04:11:08.390572 [ 263 ] {d9e356be-e6ee-46c7-a118-2023fdd15eb8} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002051 sec., 137006.3383715261 rows/sec., 12.10 MiB/sec. | ||
| 10430 | 2024.12.12 04:11:08.390630 [ 263 ] {d9e356be-e6ee-46c7-a118-2023fdd15eb8} <Debug> TCPHandler: Processed in 0.002413763 sec. | ||
| 10431 | 2024.12.12 04:11:08.390793 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10432 | 2024.12.12 04:11:08.390931 [ 264 ] {433033d2-18b6-4f38-8a0d-2a4851bd677d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10433 | 2024.12.12 04:11:08.390990 [ 264 ] {433033d2-18b6-4f38-8a0d-2a4851bd677d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10434 | 2024.12.12 04:11:08.391680 [ 264 ] {433033d2-18b6-4f38-8a0d-2a4851bd677d} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10435 | 2024.12.12 04:11:08.391720 [ 264 ] {433033d2-18b6-4f38-8a0d-2a4851bd677d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10436 | 2024.12.12 04:11:08.392081 [ 264 ] {433033d2-18b6-4f38-8a0d-2a4851bd677d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10437 | 2024.12.12 04:11:08.392328 [ 264 ] {433033d2-18b6-4f38-8a0d-2a4851bd677d} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10438 | 2024.12.12 04:11:08.392544 [ 264 ] {433033d2-18b6-4f38-8a0d-2a4851bd677d} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001644 sec., 27980.53527980535 rows/sec., 2.01 MiB/sec. | ||
| 10439 | 2024.12.12 04:11:08.392598 [ 264 ] {433033d2-18b6-4f38-8a0d-2a4851bd677d} <Debug> TCPHandler: Processed in 0.001872269 sec. | ||
| 10440 | 2024.12.12 04:11:08.392808 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10441 | 2024.12.12 04:11:08.393037 [ 263 ] {e54c4b38-9b0b-4880-9a02-1698214cf7d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10442 | 2024.12.12 04:11:08.393128 [ 263 ] {e54c4b38-9b0b-4880-9a02-1698214cf7d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10443 | 2024.12.12 04:11:08.393964 [ 263 ] {e54c4b38-9b0b-4880-9a02-1698214cf7d8} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10444 | 2024.12.12 04:11:08.394006 [ 263 ] {e54c4b38-9b0b-4880-9a02-1698214cf7d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10445 | 2024.12.12 04:11:08.394359 [ 263 ] {e54c4b38-9b0b-4880-9a02-1698214cf7d8} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10446 | 2024.12.12 04:11:08.394600 [ 263 ] {e54c4b38-9b0b-4880-9a02-1698214cf7d8} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10447 | 2024.12.12 04:11:08.394813 [ 263 ] {e54c4b38-9b0b-4880-9a02-1698214cf7d8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001834 sec., 7633.587786259543 rows/sec., 534.61 KiB/sec. | ||
| 10448 | 2024.12.12 04:11:08.394866 [ 263 ] {e54c4b38-9b0b-4880-9a02-1698214cf7d8} <Debug> TCPHandler: Processed in 0.002173567 sec. | ||
| 10449 | 2024.12.12 04:11:08.395043 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10450 | 2024.12.12 04:11:08.395182 [ 264 ] {67b7244c-ea45-420d-8279-d49b27bd70a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10451 | 2024.12.12 04:11:08.395240 [ 264 ] {67b7244c-ea45-420d-8279-d49b27bd70a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10452 | 2024.12.12 04:11:08.395866 [ 264 ] {67b7244c-ea45-420d-8279-d49b27bd70a0} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10453 | 2024.12.12 04:11:08.395906 [ 264 ] {67b7244c-ea45-420d-8279-d49b27bd70a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10454 | 2024.12.12 04:11:08.396262 [ 264 ] {67b7244c-ea45-420d-8279-d49b27bd70a0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10455 | 2024.12.12 04:11:08.396500 [ 264 ] {67b7244c-ea45-420d-8279-d49b27bd70a0} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10456 | 2024.12.12 04:11:08.396717 [ 264 ] {67b7244c-ea45-420d-8279-d49b27bd70a0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001562 sec., 8322.663252240716 rows/sec., 518.92 KiB/sec. | ||
| 10457 | 2024.12.12 04:11:08.396773 [ 264 ] {67b7244c-ea45-420d-8279-d49b27bd70a0} <Debug> TCPHandler: Processed in 0.001800287 sec. | ||
| 10458 | 2024.12.12 04:11:08.396992 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10459 | 2024.12.12 04:11:08.397216 [ 263 ] {797527a8-a46d-402f-9d76-0d377e9c5654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10460 | 2024.12.12 04:11:08.397307 [ 263 ] {797527a8-a46d-402f-9d76-0d377e9c5654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10461 | 2024.12.12 04:11:08.398188 [ 263 ] {797527a8-a46d-402f-9d76-0d377e9c5654} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10462 | 2024.12.12 04:11:08.398229 [ 263 ] {797527a8-a46d-402f-9d76-0d377e9c5654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10463 | 2024.12.12 04:11:08.398614 [ 263 ] {797527a8-a46d-402f-9d76-0d377e9c5654} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10464 | 2024.12.12 04:11:08.398857 [ 263 ] {797527a8-a46d-402f-9d76-0d377e9c5654} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10465 | 2024.12.12 04:11:08.399109 [ 263 ] {797527a8-a46d-402f-9d76-0d377e9c5654} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001938 sec., 217234.26212590298 rows/sec., 15.52 MiB/sec. | ||
| 10466 | 2024.12.12 04:11:08.399217 [ 263 ] {797527a8-a46d-402f-9d76-0d377e9c5654} <Debug> TCPHandler: Processed in 0.002338721 sec. | ||
| 10467 | 2024.12.12 04:11:08.399418 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10468 | 2024.12.12 04:11:08.399784 [ 264 ] {2aa49a41-fd1a-4241-a20f-a15dc795a38d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10469 | 2024.12.12 04:11:08.399883 [ 264 ] {2aa49a41-fd1a-4241-a20f-a15dc795a38d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10470 | 2024.12.12 04:11:08.400453 [ 264 ] {2aa49a41-fd1a-4241-a20f-a15dc795a38d} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10471 | 2024.12.12 04:11:08.400498 [ 264 ] {2aa49a41-fd1a-4241-a20f-a15dc795a38d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10472 | 2024.12.12 04:11:08.400882 [ 264 ] {2aa49a41-fd1a-4241-a20f-a15dc795a38d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10473 | 2024.12.12 04:11:08.401123 [ 264 ] {2aa49a41-fd1a-4241-a20f-a15dc795a38d} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10474 | 2024.12.12 04:11:08.401374 [ 264 ] {2aa49a41-fd1a-4241-a20f-a15dc795a38d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001708 sec., 3512.8805620608896 rows/sec., 183.53 KiB/sec. | ||
| 10475 | 2024.12.12 04:11:08.401507 [ 264 ] {2aa49a41-fd1a-4241-a20f-a15dc795a38d} <Debug> TCPHandler: Processed in 0.002194918 sec. | ||
| 10476 | 2024.12.12 04:11:08.401806 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10477 | 2024.12.12 04:11:08.402034 [ 263 ] {0ad38e0c-370f-4e84-a6e5-8b07cd073a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10478 | 2024.12.12 04:11:08.402136 [ 263 ] {0ad38e0c-370f-4e84-a6e5-8b07cd073a3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10479 | 2024.12.12 04:11:08.402923 [ 263 ] {0ad38e0c-370f-4e84-a6e5-8b07cd073a3c} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10480 | 2024.12.12 04:11:08.402967 [ 263 ] {0ad38e0c-370f-4e84-a6e5-8b07cd073a3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10481 | 2024.12.12 04:11:08.403359 [ 263 ] {0ad38e0c-370f-4e84-a6e5-8b07cd073a3c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10482 | 2024.12.12 04:11:08.403605 [ 263 ] {0ad38e0c-370f-4e84-a6e5-8b07cd073a3c} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10483 | 2024.12.12 04:11:08.403811 [ 263 ] {0ad38e0c-370f-4e84-a6e5-8b07cd073a3c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001833 sec., 129296.2356792144 rows/sec., 8.67 MiB/sec. | ||
| 10484 | 2024.12.12 04:11:08.403863 [ 263 ] {0ad38e0c-370f-4e84-a6e5-8b07cd073a3c} <Debug> TCPHandler: Processed in 0.002217247 sec. | ||
| 10485 | 2024.12.12 04:11:08.404012 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10486 | 2024.12.12 04:11:08.404152 [ 264 ] {3409295e-12fe-41ff-9d03-5bcb173666b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10487 | 2024.12.12 04:11:08.404215 [ 264 ] {3409295e-12fe-41ff-9d03-5bcb173666b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10488 | 2024.12.12 04:11:08.404732 [ 264 ] {3409295e-12fe-41ff-9d03-5bcb173666b8} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10489 | 2024.12.12 04:11:08.404770 [ 264 ] {3409295e-12fe-41ff-9d03-5bcb173666b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10490 | 2024.12.12 04:11:08.405141 [ 264 ] {3409295e-12fe-41ff-9d03-5bcb173666b8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10491 | 2024.12.12 04:11:08.405394 [ 264 ] {3409295e-12fe-41ff-9d03-5bcb173666b8} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10492 | 2024.12.12 04:11:08.405650 [ 264 ] {3409295e-12fe-41ff-9d03-5bcb173666b8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001528 sec., 654.4502617801047 rows/sec., 44.10 KiB/sec. | ||
| 10493 | 2024.12.12 04:11:08.405834 [ 264 ] {3409295e-12fe-41ff-9d03-5bcb173666b8} <Debug> TCPHandler: Processed in 0.00188825 sec. | ||
| 10494 | 2024.12.12 04:11:08.406017 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10495 | 2024.12.12 04:11:08.406137 [ 263 ] {8595c9ec-b6cd-4656-b7ee-778e76d6bd38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10496 | 2024.12.12 04:11:08.406220 [ 263 ] {8595c9ec-b6cd-4656-b7ee-778e76d6bd38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10497 | 2024.12.12 04:11:08.407405 [ 263 ] {8595c9ec-b6cd-4656-b7ee-778e76d6bd38} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10498 | 2024.12.12 04:11:08.407446 [ 263 ] {8595c9ec-b6cd-4656-b7ee-778e76d6bd38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10499 | 2024.12.12 04:11:08.408100 [ 263 ] {8595c9ec-b6cd-4656-b7ee-778e76d6bd38} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10500 | 2024.12.12 04:11:08.408359 [ 263 ] {8595c9ec-b6cd-4656-b7ee-778e76d6bd38} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10501 | 2024.12.12 04:11:08.408578 [ 75 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10502 | 2024.12.12 04:11:08.408638 [ 263 ] {8595c9ec-b6cd-4656-b7ee-778e76d6bd38} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002525 sec., 15445.544554455446 rows/sec., 27.68 MiB/sec. | ||
| 10503 | 2024.12.12 04:11:08.408701 [ 75 ] {} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10504 | 2024.12.12 04:11:08.408819 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10505 | 2024.12.12 04:11:08.408933 [ 263 ] {8595c9ec-b6cd-4656-b7ee-778e76d6bd38} <Debug> TCPHandler: Processed in 0.002985158 sec. | ||
| 10506 | 2024.12.12 04:11:08.409244 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10507 | 2024.12.12 04:11:08.409319 [ 187 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::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 | ||
| 10508 | 2024.12.12 04:11:08.409462 [ 264 ] {739635cd-b82c-472b-8a9e-33753b4bed4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10509 | 2024.12.12 04:11:08.409582 [ 264 ] {739635cd-b82c-472b-8a9e-33753b4bed4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10510 | 2024.12.12 04:11:08.410465 [ 187 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10511 | 2024.12.12 04:11:08.410601 [ 187 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1335 rows starting from the beginning of the part | ||
| 10512 | 2024.12.12 04:11:08.411447 [ 187 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 39 rows starting from the beginning of the part | ||
| 10513 | 2024.12.12 04:11:08.411578 [ 264 ] {739635cd-b82c-472b-8a9e-33753b4bed4d} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10514 | 2024.12.12 04:11:08.411675 [ 264 ] {739635cd-b82c-472b-8a9e-33753b4bed4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10515 | 2024.12.12 04:11:08.412077 [ 187 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 39 rows starting from the beginning of the part | ||
| 10516 | 2024.12.12 04:11:08.412749 [ 187 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 39 rows starting from the beginning of the part | ||
| 10517 | 2024.12.12 04:11:08.413307 [ 264 ] {739635cd-b82c-472b-8a9e-33753b4bed4d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10518 | 2024.12.12 04:11:08.413311 [ 187 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 39 rows starting from the beginning of the part | ||
| 10519 | 2024.12.12 04:11:08.413835 [ 187 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 39 rows starting from the beginning of the part | ||
| 10520 | 2024.12.12 04:11:08.414008 [ 264 ] {739635cd-b82c-472b-8a9e-33753b4bed4d} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10521 | 2024.12.12 04:11:08.414933 [ 264 ] {739635cd-b82c-472b-8a9e-33753b4bed4d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005511 sec., 14879.332244601705 rows/sec., 967.70 KiB/sec. | ||
| 10522 | 2024.12.12 04:11:08.415590 [ 264 ] {739635cd-b82c-472b-8a9e-33753b4bed4d} <Debug> TCPHandler: Processed in 0.00649774 sec. | ||
| 10523 | 2024.12.12 04:11:08.422811 [ 192 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1530 rows, containing 19 columns (19 merged, 0 gathered) in 0.013828133 sec., 110644.00378561589 rows/sec., 198.27 MiB/sec. | ||
| 10524 | 2024.12.12 04:11:08.424604 [ 201 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10525 | 2024.12.12 04:11:08.425112 [ 201 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10526 | 2024.12.12 04:11:08.425209 [ 201 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10527 | 2024.12.12 04:11:08.425391 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.74 MiB. | ||
| 10528 | 2024.12.12 04:11:08.620166 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 10529 | 2024.12.12 04:11:08.641973 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10530 | 2024.12.12 04:11:08.642042 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10531 | 2024.12.12 04:11:08.649378 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10532 | 2024.12.12 04:11:08.650171 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10533 | 2024.12.12 04:11:08.650485 [ 75 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10534 | 2024.12.12 04:11:08.650549 [ 75 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10535 | 2024.12.12 04:11:08.650584 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10536 | 2024.12.12 04:11:08.650848 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 10537 | 2024.12.12 04:11:08.659148 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 10538 | 2024.12.12 04:11:08.660493 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10539 | 2024.12.12 04:11:08.661410 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part | ||
| 10540 | 2024.12.12 04:11:08.666151 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part | ||
| 10541 | 2024.12.12 04:11:08.670889 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
| 10542 | 2024.12.12 04:11:08.675941 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part | ||
| 10543 | 2024.12.12 04:11:08.681315 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
| 10544 | 2024.12.12 04:11:08.685825 [ 199 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
| 10545 | 2024.12.12 04:11:08.744041 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.093372636 sec., 4519.525399282934 rows/sec., 23.37 MiB/sec. | ||
| 10546 | 2024.12.12 04:11:08.747244 [ 194 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10547 | 2024.12.12 04:11:08.750261 [ 194 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_56_11} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10548 | 2024.12.12 04:11:08.750394 [ 194 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_56_11} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10549 | 2024.12.12 04:11:08.752977 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 10550 | 2024.12.12 04:11:09.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.11 MiB, peak 252.54 MiB, free memory in arenas 0.00 B, will set to 240.31 MiB (RSS), difference: 1.20 MiB | ||
| 10551 | 2024.12.12 04:11:13.410769 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10552 | 2024.12.12 04:11:13.410978 [ 264 ] {6a4dce5f-4d1d-45e1-891a-ae4d0aff90d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10553 | 2024.12.12 04:11:13.411051 [ 264 ] {6a4dce5f-4d1d-45e1-891a-ae4d0aff90d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10554 | 2024.12.12 04:11:13.412462 [ 264 ] {6a4dce5f-4d1d-45e1-891a-ae4d0aff90d8} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10555 | 2024.12.12 04:11:13.412508 [ 264 ] {6a4dce5f-4d1d-45e1-891a-ae4d0aff90d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10556 | 2024.12.12 04:11:13.413004 [ 264 ] {6a4dce5f-4d1d-45e1-891a-ae4d0aff90d8} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10557 | 2024.12.12 04:11:13.413271 [ 264 ] {6a4dce5f-4d1d-45e1-891a-ae4d0aff90d8} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10558 | 2024.12.12 04:11:13.413506 [ 264 ] {6a4dce5f-4d1d-45e1-891a-ae4d0aff90d8} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002583 sec., 463027.4874177314 rows/sec., 38.17 MiB/sec. | ||
| 10559 | 2024.12.12 04:11:13.413564 [ 264 ] {6a4dce5f-4d1d-45e1-891a-ae4d0aff90d8} <Debug> TCPHandler: Processed in 0.002936176 sec. | ||
| 10560 | 2024.12.12 04:11:13.413830 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10561 | 2024.12.12 04:11:13.414047 [ 263 ] {9efd6dcf-63bc-46a7-b9f7-3a0f3cf3330d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10562 | 2024.12.12 04:11:13.414128 [ 263 ] {9efd6dcf-63bc-46a7-b9f7-3a0f3cf3330d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10563 | 2024.12.12 04:11:13.415044 [ 263 ] {9efd6dcf-63bc-46a7-b9f7-3a0f3cf3330d} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10564 | 2024.12.12 04:11:13.415090 [ 263 ] {9efd6dcf-63bc-46a7-b9f7-3a0f3cf3330d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10565 | 2024.12.12 04:11:13.415540 [ 263 ] {9efd6dcf-63bc-46a7-b9f7-3a0f3cf3330d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10566 | 2024.12.12 04:11:13.415800 [ 263 ] {9efd6dcf-63bc-46a7-b9f7-3a0f3cf3330d} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10567 | 2024.12.12 04:11:13.416035 [ 263 ] {9efd6dcf-63bc-46a7-b9f7-3a0f3cf3330d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002047 sec., 111382.51099169515 rows/sec., 7.54 MiB/sec. | ||
| 10568 | 2024.12.12 04:11:13.416093 [ 263 ] {9efd6dcf-63bc-46a7-b9f7-3a0f3cf3330d} <Debug> TCPHandler: Processed in 0.002402153 sec. | ||
| 10569 | 2024.12.12 04:11:13.416243 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10570 | 2024.12.12 04:11:13.416360 [ 264 ] {2f216544-7f60-4efd-b300-80ed5abf8567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10571 | 2024.12.12 04:11:13.416408 [ 264 ] {2f216544-7f60-4efd-b300-80ed5abf8567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10572 | 2024.12.12 04:11:13.417204 [ 264 ] {2f216544-7f60-4efd-b300-80ed5abf8567} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10573 | 2024.12.12 04:11:13.417244 [ 264 ] {2f216544-7f60-4efd-b300-80ed5abf8567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10574 | 2024.12.12 04:11:13.417638 [ 264 ] {2f216544-7f60-4efd-b300-80ed5abf8567} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10575 | 2024.12.12 04:11:13.417884 [ 264 ] {2f216544-7f60-4efd-b300-80ed5abf8567} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10576 | 2024.12.12 04:11:13.418099 [ 264 ] {2f216544-7f60-4efd-b300-80ed5abf8567} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001764 sec., 294784.5804988662 rows/sec., 21.81 MiB/sec. | ||
| 10577 | 2024.12.12 04:11:13.418152 [ 264 ] {2f216544-7f60-4efd-b300-80ed5abf8567} <Debug> TCPHandler: Processed in 0.001966561 sec. | ||
| 10578 | 2024.12.12 04:11:13.418316 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10579 | 2024.12.12 04:11:13.418457 [ 263 ] {7e4fe6e0-0e60-4460-9b0e-db6b28663a26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10580 | 2024.12.12 04:11:13.418520 [ 263 ] {7e4fe6e0-0e60-4460-9b0e-db6b28663a26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10581 | 2024.12.12 04:11:13.419391 [ 263 ] {7e4fe6e0-0e60-4460-9b0e-db6b28663a26} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10582 | 2024.12.12 04:11:13.419433 [ 263 ] {7e4fe6e0-0e60-4460-9b0e-db6b28663a26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10583 | 2024.12.12 04:11:13.419891 [ 263 ] {7e4fe6e0-0e60-4460-9b0e-db6b28663a26} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10584 | 2024.12.12 04:11:13.420142 [ 263 ] {7e4fe6e0-0e60-4460-9b0e-db6b28663a26} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10585 | 2024.12.12 04:11:13.420371 [ 263 ] {7e4fe6e0-0e60-4460-9b0e-db6b28663a26} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.001947 sec., 451977.4011299435 rows/sec., 30.41 MiB/sec. | ||
| 10586 | 2024.12.12 04:11:13.420426 [ 263 ] {7e4fe6e0-0e60-4460-9b0e-db6b28663a26} <Debug> TCPHandler: Processed in 0.002178096 sec. | ||
| 10587 | 2024.12.12 04:11:13.420609 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10588 | 2024.12.12 04:11:13.420749 [ 264 ] {fa400bec-b745-4503-b0b6-3391fd4b0653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10589 | 2024.12.12 04:11:13.420802 [ 264 ] {fa400bec-b745-4503-b0b6-3391fd4b0653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10590 | 2024.12.12 04:11:13.421316 [ 264 ] {fa400bec-b745-4503-b0b6-3391fd4b0653} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10591 | 2024.12.12 04:11:13.421356 [ 264 ] {fa400bec-b745-4503-b0b6-3391fd4b0653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10592 | 2024.12.12 04:11:13.421740 [ 264 ] {fa400bec-b745-4503-b0b6-3391fd4b0653} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10593 | 2024.12.12 04:11:13.421978 [ 264 ] {fa400bec-b745-4503-b0b6-3391fd4b0653} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10594 | 2024.12.12 04:11:13.422194 [ 264 ] {fa400bec-b745-4503-b0b6-3391fd4b0653} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001476 sec., 40650.40650406504 rows/sec., 2.74 MiB/sec. | ||
| 10595 | 2024.12.12 04:11:13.422244 [ 264 ] {fa400bec-b745-4503-b0b6-3391fd4b0653} <Debug> TCPHandler: Processed in 0.001706705 sec. | ||
| 10596 | 2024.12.12 04:11:14.356128 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 | ||
| 10597 | 2024.12.12 04:11:14.357248 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10598 | 2024.12.12 04:11:14.357301 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10599 | 2024.12.12 04:11:14.358037 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10600 | 2024.12.12 04:11:14.358374 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10601 | 2024.12.12 04:11:14.358639 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 10602 | 2024.12.12 04:11:16.159219 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 10603 | 2024.12.12 04:11:16.178441 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10604 | 2024.12.12 04:11:16.178496 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10605 | 2024.12.12 04:11:16.185378 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10606 | 2024.12.12 04:11:16.186131 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10607 | 2024.12.12 04:11:16.190473 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 10608 | 2024.12.12 04:11:16.976669 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1478 | ||
| 10609 | 2024.12.12 04:11:16.979776 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10610 | 2024.12.12 04:11:16.979828 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10611 | 2024.12.12 04:11:16.981319 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10612 | 2024.12.12 04:11:16.981630 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10613 | 2024.12.12 04:11:16.982891 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1478 | ||
| 10614 | 2024.12.12 04:11:18.385654 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10615 | 2024.12.12 04:11:18.385875 [ 264 ] {4f0ee67d-0c32-4f80-ab24-368131e23c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10616 | 2024.12.12 04:11:18.385958 [ 264 ] {4f0ee67d-0c32-4f80-ab24-368131e23c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10617 | 2024.12.12 04:11:18.386737 [ 264 ] {4f0ee67d-0c32-4f80-ab24-368131e23c59} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10618 | 2024.12.12 04:11:18.386791 [ 264 ] {4f0ee67d-0c32-4f80-ab24-368131e23c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10619 | 2024.12.12 04:11:18.387245 [ 264 ] {4f0ee67d-0c32-4f80-ab24-368131e23c59} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10620 | 2024.12.12 04:11:18.387517 [ 264 ] {4f0ee67d-0c32-4f80-ab24-368131e23c59} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10621 | 2024.12.12 04:11:18.387800 [ 264 ] {4f0ee67d-0c32-4f80-ab24-368131e23c59} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001987 sec., 7045.797684952189 rows/sec., 507.20 KiB/sec. | ||
| 10622 | 2024.12.12 04:11:18.388027 [ 264 ] {4f0ee67d-0c32-4f80-ab24-368131e23c59} <Debug> TCPHandler: Processed in 0.002515766 sec. | ||
| 10623 | 2024.12.12 04:11:18.388341 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10624 | 2024.12.12 04:11:18.388536 [ 263 ] {bb0a124e-7fe0-4811-80ca-7984690c3e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10625 | 2024.12.12 04:11:18.388610 [ 263 ] {bb0a124e-7fe0-4811-80ca-7984690c3e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10626 | 2024.12.12 04:11:18.389511 [ 263 ] {bb0a124e-7fe0-4811-80ca-7984690c3e06} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10627 | 2024.12.12 04:11:18.389565 [ 263 ] {bb0a124e-7fe0-4811-80ca-7984690c3e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10628 | 2024.12.12 04:11:18.390037 [ 263 ] {bb0a124e-7fe0-4811-80ca-7984690c3e06} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10629 | 2024.12.12 04:11:18.390293 [ 263 ] {bb0a124e-7fe0-4811-80ca-7984690c3e06} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10630 | 2024.12.12 04:11:18.390521 [ 263 ] {bb0a124e-7fe0-4811-80ca-7984690c3e06} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002039 sec., 137812.65326140265 rows/sec., 12.18 MiB/sec. | ||
| 10631 | 2024.12.12 04:11:18.390578 [ 263 ] {bb0a124e-7fe0-4811-80ca-7984690c3e06} <Debug> TCPHandler: Processed in 0.002394902 sec. | ||
| 10632 | 2024.12.12 04:11:18.390749 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10633 | 2024.12.12 04:11:18.390891 [ 264 ] {7fd583bc-c54f-4c58-b3a0-f7d2fee261ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10634 | 2024.12.12 04:11:18.390950 [ 264 ] {7fd583bc-c54f-4c58-b3a0-f7d2fee261ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10635 | 2024.12.12 04:11:18.391693 [ 264 ] {7fd583bc-c54f-4c58-b3a0-f7d2fee261ac} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10636 | 2024.12.12 04:11:18.391742 [ 264 ] {7fd583bc-c54f-4c58-b3a0-f7d2fee261ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10637 | 2024.12.12 04:11:18.392142 [ 264 ] {7fd583bc-c54f-4c58-b3a0-f7d2fee261ac} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10638 | 2024.12.12 04:11:18.392386 [ 264 ] {7fd583bc-c54f-4c58-b3a0-f7d2fee261ac} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10639 | 2024.12.12 04:11:18.392603 [ 264 ] {7fd583bc-c54f-4c58-b3a0-f7d2fee261ac} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001745 sec., 26361.03151862464 rows/sec., 1.90 MiB/sec. | ||
| 10640 | 2024.12.12 04:11:18.392656 [ 264 ] {7fd583bc-c54f-4c58-b3a0-f7d2fee261ac} <Debug> TCPHandler: Processed in 0.001976222 sec. | ||
| 10641 | 2024.12.12 04:11:18.392811 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10642 | 2024.12.12 04:11:18.392931 [ 263 ] {36425b1f-6aa0-4af8-825f-e89dc8b576f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10643 | 2024.12.12 04:11:18.392990 [ 263 ] {36425b1f-6aa0-4af8-825f-e89dc8b576f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10644 | 2024.12.12 04:11:18.393680 [ 263 ] {36425b1f-6aa0-4af8-825f-e89dc8b576f7} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10645 | 2024.12.12 04:11:18.393728 [ 263 ] {36425b1f-6aa0-4af8-825f-e89dc8b576f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10646 | 2024.12.12 04:11:18.394121 [ 263 ] {36425b1f-6aa0-4af8-825f-e89dc8b576f7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10647 | 2024.12.12 04:11:18.394364 [ 263 ] {36425b1f-6aa0-4af8-825f-e89dc8b576f7} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10648 | 2024.12.12 04:11:18.394584 [ 263 ] {36425b1f-6aa0-4af8-825f-e89dc8b576f7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001679 sec., 8338.296605122097 rows/sec., 583.96 KiB/sec. | ||
| 10649 | 2024.12.12 04:11:18.394643 [ 263 ] {36425b1f-6aa0-4af8-825f-e89dc8b576f7} <Debug> TCPHandler: Processed in 0.001891 sec. | ||
| 10650 | 2024.12.12 04:11:18.394839 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10651 | 2024.12.12 04:11:18.394966 [ 264 ] {f254923e-618d-4ea1-90ee-fbdc1ff67f9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10652 | 2024.12.12 04:11:18.395015 [ 264 ] {f254923e-618d-4ea1-90ee-fbdc1ff67f9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10653 | 2024.12.12 04:11:18.395590 [ 264 ] {f254923e-618d-4ea1-90ee-fbdc1ff67f9d} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10654 | 2024.12.12 04:11:18.395630 [ 264 ] {f254923e-618d-4ea1-90ee-fbdc1ff67f9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10655 | 2024.12.12 04:11:18.395988 [ 264 ] {f254923e-618d-4ea1-90ee-fbdc1ff67f9d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10656 | 2024.12.12 04:11:18.396227 [ 264 ] {f254923e-618d-4ea1-90ee-fbdc1ff67f9d} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10657 | 2024.12.12 04:11:18.396431 [ 264 ] {f254923e-618d-4ea1-90ee-fbdc1ff67f9d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001489 sec., 8730.691739422431 rows/sec., 544.36 KiB/sec. | ||
| 10658 | 2024.12.12 04:11:18.396484 [ 264 ] {f254923e-618d-4ea1-90ee-fbdc1ff67f9d} <Debug> TCPHandler: Processed in 0.001747626 sec. | ||
| 10659 | 2024.12.12 04:11:18.396617 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10660 | 2024.12.12 04:11:18.396734 [ 263 ] {c53e98b7-8b6e-4e36-b733-ed07889b21bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10661 | 2024.12.12 04:11:18.396783 [ 263 ] {c53e98b7-8b6e-4e36-b733-ed07889b21bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10662 | 2024.12.12 04:11:18.397533 [ 263 ] {c53e98b7-8b6e-4e36-b733-ed07889b21bb} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10663 | 2024.12.12 04:11:18.397574 [ 263 ] {c53e98b7-8b6e-4e36-b733-ed07889b21bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10664 | 2024.12.12 04:11:18.397975 [ 263 ] {c53e98b7-8b6e-4e36-b733-ed07889b21bb} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10665 | 2024.12.12 04:11:18.398221 [ 263 ] {c53e98b7-8b6e-4e36-b733-ed07889b21bb} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10666 | 2024.12.12 04:11:18.398430 [ 263 ] {c53e98b7-8b6e-4e36-b733-ed07889b21bb} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00172 sec., 244767.44186046513 rows/sec., 17.49 MiB/sec. | ||
| 10667 | 2024.12.12 04:11:18.398484 [ 263 ] {c53e98b7-8b6e-4e36-b733-ed07889b21bb} <Debug> TCPHandler: Processed in 0.00192361 sec. | ||
| 10668 | 2024.12.12 04:11:18.398645 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10669 | 2024.12.12 04:11:18.398785 [ 264 ] {a340e98d-30d1-4c68-b94a-33857d747c9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10670 | 2024.12.12 04:11:18.398845 [ 264 ] {a340e98d-30d1-4c68-b94a-33857d747c9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10671 | 2024.12.12 04:11:18.399340 [ 264 ] {a340e98d-30d1-4c68-b94a-33857d747c9f} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10672 | 2024.12.12 04:11:18.399379 [ 264 ] {a340e98d-30d1-4c68-b94a-33857d747c9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10673 | 2024.12.12 04:11:18.399747 [ 264 ] {a340e98d-30d1-4c68-b94a-33857d747c9f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10674 | 2024.12.12 04:11:18.399985 [ 264 ] {a340e98d-30d1-4c68-b94a-33857d747c9f} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10675 | 2024.12.12 04:11:18.400198 [ 264 ] {a340e98d-30d1-4c68-b94a-33857d747c9f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001444 sec., 4155.124653739612 rows/sec., 217.09 KiB/sec. | ||
| 10676 | 2024.12.12 04:11:18.400248 [ 264 ] {a340e98d-30d1-4c68-b94a-33857d747c9f} <Debug> TCPHandler: Processed in 0.001670504 sec. | ||
| 10677 | 2024.12.12 04:11:18.400404 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10678 | 2024.12.12 04:11:18.400545 [ 263 ] {99b26753-af91-4c2a-a99e-e78b9d067be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10679 | 2024.12.12 04:11:18.400608 [ 263 ] {99b26753-af91-4c2a-a99e-e78b9d067be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10680 | 2024.12.12 04:11:18.401262 [ 263 ] {99b26753-af91-4c2a-a99e-e78b9d067be3} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10681 | 2024.12.12 04:11:18.401303 [ 263 ] {99b26753-af91-4c2a-a99e-e78b9d067be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10682 | 2024.12.12 04:11:18.401700 [ 263 ] {99b26753-af91-4c2a-a99e-e78b9d067be3} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10683 | 2024.12.12 04:11:18.401943 [ 263 ] {99b26753-af91-4c2a-a99e-e78b9d067be3} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10684 | 2024.12.12 04:11:18.402200 [ 263 ] {99b26753-af91-4c2a-a99e-e78b9d067be3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001678 sec., 141239.57091775924 rows/sec., 9.47 MiB/sec. | ||
| 10685 | 2024.12.12 04:11:18.402265 [ 263 ] {99b26753-af91-4c2a-a99e-e78b9d067be3} <Debug> TCPHandler: Processed in 0.00193035 sec. | ||
| 10686 | 2024.12.12 04:11:18.402526 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10687 | 2024.12.12 04:11:18.402696 [ 264 ] {6198534d-fa77-47c4-ba98-82929ae36c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10688 | 2024.12.12 04:11:18.402757 [ 264 ] {6198534d-fa77-47c4-ba98-82929ae36c2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10689 | 2024.12.12 04:11:18.403264 [ 264 ] {6198534d-fa77-47c4-ba98-82929ae36c2d} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10690 | 2024.12.12 04:11:18.403303 [ 264 ] {6198534d-fa77-47c4-ba98-82929ae36c2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10691 | 2024.12.12 04:11:18.403675 [ 264 ] {6198534d-fa77-47c4-ba98-82929ae36c2d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10692 | 2024.12.12 04:11:18.403915 [ 264 ] {6198534d-fa77-47c4-ba98-82929ae36c2d} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10693 | 2024.12.12 04:11:18.404135 [ 264 ] {6198534d-fa77-47c4-ba98-82929ae36c2d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00147 sec., 680.2721088435375 rows/sec., 45.84 KiB/sec. | ||
| 10694 | 2024.12.12 04:11:18.404185 [ 264 ] {6198534d-fa77-47c4-ba98-82929ae36c2d} <Debug> TCPHandler: Processed in 0.001799366 sec. | ||
| 10695 | 2024.12.12 04:11:18.404338 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10696 | 2024.12.12 04:11:18.404478 [ 263 ] {060f5e0f-4153-453f-bcd7-4e58d731ea53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10697 | 2024.12.12 04:11:18.404572 [ 263 ] {060f5e0f-4153-453f-bcd7-4e58d731ea53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10698 | 2024.12.12 04:11:18.405909 [ 263 ] {060f5e0f-4153-453f-bcd7-4e58d731ea53} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10699 | 2024.12.12 04:11:18.405951 [ 263 ] {060f5e0f-4153-453f-bcd7-4e58d731ea53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10700 | 2024.12.12 04:11:18.406628 [ 263 ] {060f5e0f-4153-453f-bcd7-4e58d731ea53} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10701 | 2024.12.12 04:11:18.406900 [ 263 ] {060f5e0f-4153-453f-bcd7-4e58d731ea53} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10702 | 2024.12.12 04:11:18.407103 [ 263 ] {060f5e0f-4153-453f-bcd7-4e58d731ea53} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002656 sec., 14683.734939759037 rows/sec., 26.31 MiB/sec. | ||
| 10703 | 2024.12.12 04:11:18.407197 [ 263 ] {060f5e0f-4153-453f-bcd7-4e58d731ea53} <Debug> TCPHandler: Processed in 0.002925818 sec. | ||
| 10704 | 2024.12.12 04:11:18.407360 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10705 | 2024.12.12 04:11:18.407503 [ 264 ] {fedbf5d2-8b31-4d56-af80-3d7f8836c951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10706 | 2024.12.12 04:11:18.407561 [ 264 ] {fedbf5d2-8b31-4d56-af80-3d7f8836c951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10707 | 2024.12.12 04:11:18.408111 [ 264 ] {fedbf5d2-8b31-4d56-af80-3d7f8836c951} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10708 | 2024.12.12 04:11:18.408149 [ 264 ] {fedbf5d2-8b31-4d56-af80-3d7f8836c951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10709 | 2024.12.12 04:11:18.408521 [ 264 ] {fedbf5d2-8b31-4d56-af80-3d7f8836c951} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10710 | 2024.12.12 04:11:18.408765 [ 264 ] {fedbf5d2-8b31-4d56-af80-3d7f8836c951} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10711 | 2024.12.12 04:11:18.409011 [ 264 ] {fedbf5d2-8b31-4d56-af80-3d7f8836c951} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001533 sec., 53489.88910632746 rows/sec., 3.40 MiB/sec. | ||
| 10712 | 2024.12.12 04:11:18.409080 [ 264 ] {fedbf5d2-8b31-4d56-af80-3d7f8836c951} <Debug> TCPHandler: Processed in 0.001786466 sec. | ||
| 10713 | 2024.12.12 04:11:21.668035 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10714 | 2024.12.12 04:11:21.668109 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10715 | 2024.12.12 04:11:21.858798 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 | ||
| 10716 | 2024.12.12 04:11:21.859740 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10717 | 2024.12.12 04:11:21.859778 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10718 | 2024.12.12 04:11:21.860349 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10719 | 2024.12.12 04:11:21.860612 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10720 | 2024.12.12 04:11:21.860868 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 10721 | 2024.12.12 04:11:23.379592 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10722 | 2024.12.12 04:11:23.379881 [ 264 ] {a2024a35-f91f-45f6-837b-5dbba19a96cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10723 | 2024.12.12 04:11:23.379995 [ 264 ] {a2024a35-f91f-45f6-837b-5dbba19a96cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10724 | 2024.12.12 04:11:23.380854 [ 264 ] {a2024a35-f91f-45f6-837b-5dbba19a96cd} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10725 | 2024.12.12 04:11:23.380912 [ 264 ] {a2024a35-f91f-45f6-837b-5dbba19a96cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10726 | 2024.12.12 04:11:23.381366 [ 264 ] {a2024a35-f91f-45f6-837b-5dbba19a96cd} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10727 | 2024.12.12 04:11:23.381627 [ 264 ] {a2024a35-f91f-45f6-837b-5dbba19a96cd} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10728 | 2024.12.12 04:11:23.381892 [ 264 ] {a2024a35-f91f-45f6-837b-5dbba19a96cd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002094 sec., 26743.075453677175 rows/sec., 2.05 MiB/sec. | ||
| 10729 | 2024.12.12 04:11:23.381960 [ 264 ] {a2024a35-f91f-45f6-837b-5dbba19a96cd} <Debug> TCPHandler: Processed in 0.002552296 sec. | ||
| 10730 | 2024.12.12 04:11:23.382222 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10731 | 2024.12.12 04:11:23.382441 [ 263 ] {8db3b69b-f219-4db4-81c5-d69a169abfe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10732 | 2024.12.12 04:11:23.382528 [ 263 ] {8db3b69b-f219-4db4-81c5-d69a169abfe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10733 | 2024.12.12 04:11:23.383406 [ 263 ] {8db3b69b-f219-4db4-81c5-d69a169abfe0} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10734 | 2024.12.12 04:11:23.383457 [ 263 ] {8db3b69b-f219-4db4-81c5-d69a169abfe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10735 | 2024.12.12 04:11:23.383911 [ 263 ] {8db3b69b-f219-4db4-81c5-d69a169abfe0} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10736 | 2024.12.12 04:11:23.384183 [ 263 ] {8db3b69b-f219-4db4-81c5-d69a169abfe0} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10737 | 2024.12.12 04:11:23.384430 [ 263 ] {8db3b69b-f219-4db4-81c5-d69a169abfe0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002048 sec., 31250 rows/sec., 2.44 MiB/sec. | ||
| 10738 | 2024.12.12 04:11:23.384505 [ 263 ] {8db3b69b-f219-4db4-81c5-d69a169abfe0} <Debug> TCPHandler: Processed in 0.002422873 sec. | ||
| 10739 | 2024.12.12 04:11:23.384671 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10740 | 2024.12.12 04:11:23.384821 [ 264 ] {8260eadd-7d9c-4a2b-a042-7ad9b0d5c6d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10741 | 2024.12.12 04:11:23.384888 [ 264 ] {8260eadd-7d9c-4a2b-a042-7ad9b0d5c6d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10742 | 2024.12.12 04:11:23.385515 [ 264 ] {8260eadd-7d9c-4a2b-a042-7ad9b0d5c6d9} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10743 | 2024.12.12 04:11:23.385557 [ 264 ] {8260eadd-7d9c-4a2b-a042-7ad9b0d5c6d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10744 | 2024.12.12 04:11:23.385974 [ 264 ] {8260eadd-7d9c-4a2b-a042-7ad9b0d5c6d9} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10745 | 2024.12.12 04:11:23.386217 [ 264 ] {8260eadd-7d9c-4a2b-a042-7ad9b0d5c6d9} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10746 | 2024.12.12 04:11:23.386462 [ 264 ] {8260eadd-7d9c-4a2b-a042-7ad9b0d5c6d9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001677 sec., 95408.46750149076 rows/sec., 6.65 MiB/sec. | ||
| 10747 | 2024.12.12 04:11:23.386522 [ 264 ] {8260eadd-7d9c-4a2b-a042-7ad9b0d5c6d9} <Debug> TCPHandler: Processed in 0.00192176 sec. | ||
| 10748 | 2024.12.12 04:11:23.386688 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10749 | 2024.12.12 04:11:23.386843 [ 263 ] {9b68d181-52b4-451d-8c9b-cb22dd497179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10750 | 2024.12.12 04:11:23.386912 [ 263 ] {9b68d181-52b4-451d-8c9b-cb22dd497179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10751 | 2024.12.12 04:11:23.387489 [ 263 ] {9b68d181-52b4-451d-8c9b-cb22dd497179} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10752 | 2024.12.12 04:11:23.387532 [ 263 ] {9b68d181-52b4-451d-8c9b-cb22dd497179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10753 | 2024.12.12 04:11:23.387939 [ 263 ] {9b68d181-52b4-451d-8c9b-cb22dd497179} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10754 | 2024.12.12 04:11:23.388208 [ 263 ] {9b68d181-52b4-451d-8c9b-cb22dd497179} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10755 | 2024.12.12 04:11:23.388446 [ 263 ] {9b68d181-52b4-451d-8c9b-cb22dd497179} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001641 sec., 36563.07129798903 rows/sec., 2.46 MiB/sec. | ||
| 10756 | 2024.12.12 04:11:23.388524 [ 263 ] {9b68d181-52b4-451d-8c9b-cb22dd497179} <Debug> TCPHandler: Processed in 0.00190838 sec. | ||
| 10757 | 2024.12.12 04:11:23.690552 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 | ||
| 10758 | 2024.12.12 04:11:23.711269 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10759 | 2024.12.12 04:11:23.711337 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 10760 | 2024.12.12 04:11:23.718739 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10761 | 2024.12.12 04:11:23.719527 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10762 | 2024.12.12 04:11:23.722403 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 437 | ||
| 10763 | 2024.12.12 04:11:26.983087 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1508 | ||
| 10764 | 2024.12.12 04:11:26.986220 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10765 | 2024.12.12 04:11:26.986267 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10766 | 2024.12.12 04:11:26.987709 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10767 | 2024.12.12 04:11:26.988032 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10768 | 2024.12.12 04:11:26.989373 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1508 | ||
| 10769 | 2024.12.12 04:11:28.386187 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10770 | 2024.12.12 04:11:28.386408 [ 264 ] {462301e0-6468-4885-9cc1-ae21e78933e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10771 | 2024.12.12 04:11:28.386493 [ 264 ] {462301e0-6468-4885-9cc1-ae21e78933e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10772 | 2024.12.12 04:11:28.387355 [ 264 ] {462301e0-6468-4885-9cc1-ae21e78933e5} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10773 | 2024.12.12 04:11:28.387407 [ 264 ] {462301e0-6468-4885-9cc1-ae21e78933e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10774 | 2024.12.12 04:11:28.387904 [ 264 ] {462301e0-6468-4885-9cc1-ae21e78933e5} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10775 | 2024.12.12 04:11:28.388166 [ 264 ] {462301e0-6468-4885-9cc1-ae21e78933e5} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10776 | 2024.12.12 04:11:28.388414 [ 264 ] {462301e0-6468-4885-9cc1-ae21e78933e5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002069 sec., 6766.553890768487 rows/sec., 487.10 KiB/sec. | ||
| 10777 | 2024.12.12 04:11:28.388475 [ 264 ] {462301e0-6468-4885-9cc1-ae21e78933e5} <Debug> TCPHandler: Processed in 0.002436643 sec. | ||
| 10778 | 2024.12.12 04:11:28.388752 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10779 | 2024.12.12 04:11:28.388941 [ 263 ] {293903d3-d1a5-47ea-8508-dc81b74f03df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10780 | 2024.12.12 04:11:28.389017 [ 263 ] {293903d3-d1a5-47ea-8508-dc81b74f03df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10781 | 2024.12.12 04:11:28.389765 [ 263 ] {293903d3-d1a5-47ea-8508-dc81b74f03df} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10782 | 2024.12.12 04:11:28.389817 [ 263 ] {293903d3-d1a5-47ea-8508-dc81b74f03df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10783 | 2024.12.12 04:11:28.390271 [ 263 ] {293903d3-d1a5-47ea-8508-dc81b74f03df} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10784 | 2024.12.12 04:11:28.390532 [ 263 ] {293903d3-d1a5-47ea-8508-dc81b74f03df} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10785 | 2024.12.12 04:11:28.390811 [ 263 ] {293903d3-d1a5-47ea-8508-dc81b74f03df} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001918 sec., 5213.764337851929 rows/sec., 425.15 KiB/sec. | ||
| 10786 | 2024.12.12 04:11:28.391039 [ 263 ] {293903d3-d1a5-47ea-8508-dc81b74f03df} <Debug> TCPHandler: Processed in 0.002424903 sec. | ||
| 10787 | 2024.12.12 04:11:28.391225 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10788 | 2024.12.12 04:11:28.391348 [ 264 ] {3e85a60d-f822-4d15-9a7b-f515024e9d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10789 | 2024.12.12 04:11:28.391399 [ 264 ] {3e85a60d-f822-4d15-9a7b-f515024e9d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10790 | 2024.12.12 04:11:28.392145 [ 264 ] {3e85a60d-f822-4d15-9a7b-f515024e9d02} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10791 | 2024.12.12 04:11:28.392185 [ 264 ] {3e85a60d-f822-4d15-9a7b-f515024e9d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10792 | 2024.12.12 04:11:28.392639 [ 264 ] {3e85a60d-f822-4d15-9a7b-f515024e9d02} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10793 | 2024.12.12 04:11:28.392891 [ 264 ] {3e85a60d-f822-4d15-9a7b-f515024e9d02} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10794 | 2024.12.12 04:11:28.393051 [ 46 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10795 | 2024.12.12 04:11:28.393091 [ 264 ] {3e85a60d-f822-4d15-9a7b-f515024e9d02} <Debug> executeQuery: Read 286 rows, 25.79 KiB in 0.001767 sec., 161856.2535370685 rows/sec., 14.25 MiB/sec. | ||
| 10796 | 2024.12.12 04:11:28.393092 [ 46 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10797 | 2024.12.12 04:11:28.393135 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10798 | 2024.12.12 04:11:28.393170 [ 264 ] {3e85a60d-f822-4d15-9a7b-f515024e9d02} <Debug> TCPHandler: Processed in 0.002005653 sec. | ||
| 10799 | 2024.12.12 04:11:28.393411 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 10800 | 2024.12.12 04:11:28.393436 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10801 | 2024.12.12 04:11:28.393769 [ 263 ] {b81fcada-70ae-4a4d-a85b-0f641474445f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10802 | 2024.12.12 04:11:28.393833 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10803 | 2024.12.12 04:11:28.393949 [ 263 ] {b81fcada-70ae-4a4d-a85b-0f641474445f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10804 | 2024.12.12 04:11:28.393973 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1432 rows starting from the beginning of the part | ||
| 10805 | 2024.12.12 04:11:28.394372 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 281 rows starting from the beginning of the part | ||
| 10806 | 2024.12.12 04:11:28.394822 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1196 rows starting from the beginning of the part | ||
| 10807 | 2024.12.12 04:11:28.395177 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 281 rows starting from the beginning of the part | ||
| 10808 | 2024.12.12 04:11:28.395627 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part | ||
| 10809 | 2024.12.12 04:11:28.395958 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 286 rows starting from the beginning of the part | ||
| 10810 | 2024.12.12 04:11:28.397821 [ 263 ] {b81fcada-70ae-4a4d-a85b-0f641474445f} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10811 | 2024.12.12 04:11:28.397896 [ 263 ] {b81fcada-70ae-4a4d-a85b-0f641474445f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10812 | 2024.12.12 04:11:28.398937 [ 263 ] {b81fcada-70ae-4a4d-a85b-0f641474445f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10813 | 2024.12.12 04:11:28.399296 [ 263 ] {b81fcada-70ae-4a4d-a85b-0f641474445f} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10814 | 2024.12.12 04:11:28.399593 [ 263 ] {b81fcada-70ae-4a4d-a85b-0f641474445f} <Debug> executeQuery: Read 56 rows, 4.09 KiB in 0.005939 sec., 9429.19683448392 rows/sec., 688.15 KiB/sec. | ||
| 10815 | 2024.12.12 04:11:28.399893 [ 263 ] {b81fcada-70ae-4a4d-a85b-0f641474445f} <Debug> TCPHandler: Processed in 0.006603452 sec. | ||
| 10816 | 2024.12.12 04:11:28.400154 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10817 | 2024.12.12 04:11:28.400227 [ 191 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3532 rows, containing 5 columns (5 merged, 0 gathered) in 0.007014668 sec., 503516.3460337681 rows/sec., 44.36 MiB/sec. | ||
| 10818 | 2024.12.12 04:11:28.400350 [ 264 ] {5b9ef75a-d29b-4795-969f-fcf6e88ce065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10819 | 2024.12.12 04:11:28.400426 [ 264 ] {5b9ef75a-d29b-4795-969f-fcf6e88ce065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10820 | 2024.12.12 04:11:28.400618 [ 191 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10821 | 2024.12.12 04:11:28.401232 [ 191 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_86_17} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10822 | 2024.12.12 04:11:28.401430 [ 191 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_86_17} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10823 | 2024.12.12 04:11:28.401612 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 10824 | 2024.12.12 04:11:28.401738 [ 264 ] {5b9ef75a-d29b-4795-969f-fcf6e88ce065} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10825 | 2024.12.12 04:11:28.401781 [ 264 ] {5b9ef75a-d29b-4795-969f-fcf6e88ce065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10826 | 2024.12.12 04:11:28.402148 [ 264 ] {5b9ef75a-d29b-4795-969f-fcf6e88ce065} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10827 | 2024.12.12 04:11:28.402405 [ 264 ] {5b9ef75a-d29b-4795-969f-fcf6e88ce065} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10828 | 2024.12.12 04:11:28.402599 [ 264 ] {5b9ef75a-d29b-4795-969f-fcf6e88ce065} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002309 sec., 6063.23083585968 rows/sec., 424.63 KiB/sec. | ||
| 10829 | 2024.12.12 04:11:28.402720 [ 264 ] {5b9ef75a-d29b-4795-969f-fcf6e88ce065} <Debug> TCPHandler: Processed in 0.002710091 sec. | ||
| 10830 | 2024.12.12 04:11:28.402931 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10831 | 2024.12.12 04:11:28.403066 [ 263 ] {69eb3924-3925-4b4e-a636-064c7dec48cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10832 | 2024.12.12 04:11:28.403124 [ 263 ] {69eb3924-3925-4b4e-a636-064c7dec48cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10833 | 2024.12.12 04:11:28.403739 [ 263 ] {69eb3924-3925-4b4e-a636-064c7dec48cf} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10834 | 2024.12.12 04:11:28.403779 [ 263 ] {69eb3924-3925-4b4e-a636-064c7dec48cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10835 | 2024.12.12 04:11:28.404147 [ 263 ] {69eb3924-3925-4b4e-a636-064c7dec48cf} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10836 | 2024.12.12 04:11:28.404401 [ 263 ] {69eb3924-3925-4b4e-a636-064c7dec48cf} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10837 | 2024.12.12 04:11:28.404649 [ 263 ] {69eb3924-3925-4b4e-a636-064c7dec48cf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001607 sec., 8089.607965152459 rows/sec., 504.39 KiB/sec. | ||
| 10838 | 2024.12.12 04:11:28.404800 [ 263 ] {69eb3924-3925-4b4e-a636-064c7dec48cf} <Debug> TCPHandler: Processed in 0.001959771 sec. | ||
| 10839 | 2024.12.12 04:11:28.405061 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10840 | 2024.12.12 04:11:28.405207 [ 264 ] {4e0e4c2f-4367-4112-9825-162314011cb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10841 | 2024.12.12 04:11:28.405265 [ 264 ] {4e0e4c2f-4367-4112-9825-162314011cb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10842 | 2024.12.12 04:11:28.406046 [ 264 ] {4e0e4c2f-4367-4112-9825-162314011cb2} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10843 | 2024.12.12 04:11:28.406085 [ 264 ] {4e0e4c2f-4367-4112-9825-162314011cb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10844 | 2024.12.12 04:11:28.406476 [ 264 ] {4e0e4c2f-4367-4112-9825-162314011cb2} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10845 | 2024.12.12 04:11:28.406723 [ 264 ] {4e0e4c2f-4367-4112-9825-162314011cb2} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10846 | 2024.12.12 04:11:28.406861 [ 46 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10847 | 2024.12.12 04:11:28.406896 [ 46 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10848 | 2024.12.12 04:11:28.406914 [ 264 ] {4e0e4c2f-4367-4112-9825-162314011cb2} <Debug> executeQuery: Read 431 rows, 31.62 KiB in 0.001736 sec., 248271.88940092167 rows/sec., 17.79 MiB/sec. | ||
| 10849 | 2024.12.12 04:11:28.406918 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10850 | 2024.12.12 04:11:28.407049 [ 264 ] {4e0e4c2f-4367-4112-9825-162314011cb2} <Debug> TCPHandler: Processed in 0.002134976 sec. | ||
| 10851 | 2024.12.12 04:11:28.407121 [ 191 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 10852 | 2024.12.12 04:11:28.407237 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10853 | 2024.12.12 04:11:28.407306 [ 191 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10854 | 2024.12.12 04:11:28.407348 [ 191 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 913 rows starting from the beginning of the part | ||
| 10855 | 2024.12.12 04:11:28.407516 [ 263 ] {5ff92d73-8f32-4bbc-a98d-79e6bf629242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10856 | 2024.12.12 04:11:28.407633 [ 191 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 421 rows starting from the beginning of the part | ||
| 10857 | 2024.12.12 04:11:28.407703 [ 263 ] {5ff92d73-8f32-4bbc-a98d-79e6bf629242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10858 | 2024.12.12 04:11:28.407992 [ 191 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 520 rows starting from the beginning of the part | ||
| 10859 | 2024.12.12 04:11:28.408345 [ 191 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 421 rows starting from the beginning of the part | ||
| 10860 | 2024.12.12 04:11:28.408840 [ 191 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part | ||
| 10861 | 2024.12.12 04:11:28.409118 [ 191 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 431 rows starting from the beginning of the part | ||
| 10862 | 2024.12.12 04:11:28.410100 [ 263 ] {5ff92d73-8f32-4bbc-a98d-79e6bf629242} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10863 | 2024.12.12 04:11:28.410177 [ 263 ] {5ff92d73-8f32-4bbc-a98d-79e6bf629242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10864 | 2024.12.12 04:11:28.411066 [ 263 ] {5ff92d73-8f32-4bbc-a98d-79e6bf629242} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10865 | 2024.12.12 04:11:28.411490 [ 263 ] {5ff92d73-8f32-4bbc-a98d-79e6bf629242} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10866 | 2024.12.12 04:11:28.411858 [ 263 ] {5ff92d73-8f32-4bbc-a98d-79e6bf629242} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004418 sec., 1358.080579447714 rows/sec., 70.95 KiB/sec. | ||
| 10867 | 2024.12.12 04:11:28.412131 [ 263 ] {5ff92d73-8f32-4bbc-a98d-79e6bf629242} <Debug> TCPHandler: Processed in 0.00496894 sec. | ||
| 10868 | 2024.12.12 04:11:28.412463 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10869 | 2024.12.12 04:11:28.412879 [ 264 ] {6abf2f5c-2fff-468b-a64b-8dc5f31ded2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10870 | 2024.12.12 04:11:28.412900 [ 191 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2770 rows, containing 5 columns (5 merged, 0 gathered) in 0.005886363 sec., 470579.2014525777 rows/sec., 35.93 MiB/sec. | ||
| 10871 | 2024.12.12 04:11:28.412979 [ 264 ] {6abf2f5c-2fff-468b-a64b-8dc5f31ded2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10872 | 2024.12.12 04:11:28.413154 [ 191 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10873 | 2024.12.12 04:11:28.413703 [ 191 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_86_17} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10874 | 2024.12.12 04:11:28.413906 [ 191 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_86_17} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10875 | 2024.12.12 04:11:28.414069 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 10876 | 2024.12.12 04:11:28.414246 [ 264 ] {6abf2f5c-2fff-468b-a64b-8dc5f31ded2d} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10877 | 2024.12.12 04:11:28.414288 [ 264 ] {6abf2f5c-2fff-468b-a64b-8dc5f31ded2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10878 | 2024.12.12 04:11:28.414708 [ 264 ] {6abf2f5c-2fff-468b-a64b-8dc5f31ded2d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10879 | 2024.12.12 04:11:28.414963 [ 264 ] {6abf2f5c-2fff-468b-a64b-8dc5f31ded2d} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10880 | 2024.12.12 04:11:28.415114 [ 46 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10881 | 2024.12.12 04:11:28.415157 [ 46 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10882 | 2024.12.12 04:11:28.415161 [ 264 ] {6abf2f5c-2fff-468b-a64b-8dc5f31ded2d} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.00239 sec., 101255.230125523 rows/sec., 6.79 MiB/sec. | ||
| 10883 | 2024.12.12 04:11:28.415180 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10884 | 2024.12.12 04:11:28.415320 [ 264 ] {6abf2f5c-2fff-468b-a64b-8dc5f31ded2d} <Debug> TCPHandler: Processed in 0.00305068 sec. | ||
| 10885 | 2024.12.12 04:11:28.415412 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 10886 | 2024.12.12 04:11:28.415574 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10887 | 2024.12.12 04:11:28.415597 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10888 | 2024.12.12 04:11:28.415646 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 25470 rows starting from the beginning of the part | ||
| 10889 | 2024.12.12 04:11:28.415830 [ 263 ] {523533ef-f607-4b4f-8f47-5654a4eca0ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10890 | 2024.12.12 04:11:28.415930 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 10891 | 2024.12.12 04:11:28.415977 [ 263 ] {523533ef-f607-4b4f-8f47-5654a4eca0ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10892 | 2024.12.12 04:11:28.416306 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 880 rows starting from the beginning of the part | ||
| 10893 | 2024.12.12 04:11:28.416662 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 237 rows starting from the beginning of the part | ||
| 10894 | 2024.12.12 04:11:28.416983 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part | ||
| 10895 | 2024.12.12 04:11:28.417332 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 242 rows starting from the beginning of the part | ||
| 10896 | 2024.12.12 04:11:28.418301 [ 263 ] {523533ef-f607-4b4f-8f47-5654a4eca0ae} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10897 | 2024.12.12 04:11:28.418377 [ 263 ] {523533ef-f607-4b4f-8f47-5654a4eca0ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10898 | 2024.12.12 04:11:28.419030 [ 263 ] {523533ef-f607-4b4f-8f47-5654a4eca0ae} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10899 | 2024.12.12 04:11:28.419510 [ 263 ] {523533ef-f607-4b4f-8f47-5654a4eca0ae} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10900 | 2024.12.12 04:11:28.419721 [ 46 ] {} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10901 | 2024.12.12 04:11:28.419857 [ 46 ] {} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10902 | 2024.12.12 04:11:28.419945 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10903 | 2024.12.12 04:11:28.419954 [ 263 ] {523533ef-f607-4b4f-8f47-5654a4eca0ae} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004209 sec., 237.58612497030174 rows/sec., 16.01 KiB/sec. | ||
| 10904 | 2024.12.12 04:11:28.420311 [ 263 ] {523533ef-f607-4b4f-8f47-5654a4eca0ae} <Debug> TCPHandler: Processed in 0.004821956 sec. | ||
| 10905 | 2024.12.12 04:11:28.420435 [ 193 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::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 | ||
| 10906 | 2024.12.12 04:11:28.420663 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10907 | 2024.12.12 04:11:28.420941 [ 193 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10908 | 2024.12.12 04:11:28.421074 [ 193 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 36 rows starting from the beginning of the part | ||
| 10909 | 2024.12.12 04:11:28.421077 [ 264 ] {36a7c060-0f6d-4b55-be8e-c54eef2ee83c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10910 | 2024.12.12 04:11:28.421405 [ 193 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 10911 | 2024.12.12 04:11:28.421700 [ 193 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 10912 | 2024.12.12 04:11:28.421754 [ 264 ] {36a7c060-0f6d-4b55-be8e-c54eef2ee83c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10913 | 2024.12.12 04:11:28.422038 [ 193 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 10914 | 2024.12.12 04:11:28.422459 [ 193 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 10915 | 2024.12.12 04:11:28.422834 [ 193 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 10916 | 2024.12.12 04:11:28.428034 [ 193 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.007933587 sec., 5167.901984310502 rows/sec., 347.74 KiB/sec. | ||
| 10917 | 2024.12.12 04:11:28.428341 [ 193 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10918 | 2024.12.12 04:11:28.429128 [ 193 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_41_8} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10919 | 2024.12.12 04:11:28.429297 [ 264 ] {36a7c060-0f6d-4b55-be8e-c54eef2ee83c} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10920 | 2024.12.12 04:11:28.429349 [ 264 ] {36a7c060-0f6d-4b55-be8e-c54eef2ee83c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10921 | 2024.12.12 04:11:28.429413 [ 193 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_41_8} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10922 | 2024.12.12 04:11:28.429610 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10923 | 2024.12.12 04:11:28.430605 [ 264 ] {36a7c060-0f6d-4b55-be8e-c54eef2ee83c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10924 | 2024.12.12 04:11:28.430917 [ 264 ] {36a7c060-0f6d-4b55-be8e-c54eef2ee83c} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10925 | 2024.12.12 04:11:28.431222 [ 264 ] {36a7c060-0f6d-4b55-be8e-c54eef2ee83c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.010312 sec., 3782.00155159038 rows/sec., 6.78 MiB/sec. | ||
| 10926 | 2024.12.12 04:11:28.432097 [ 264 ] {36a7c060-0f6d-4b55-be8e-c54eef2ee83c} <Debug> TCPHandler: Processed in 0.011606073 sec. | ||
| 10927 | 2024.12.12 04:11:28.432346 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10928 | 2024.12.12 04:11:28.432626 [ 263 ] {1514ec5f-5638-4302-8f53-c863c5c4bbc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10929 | 2024.12.12 04:11:28.432824 [ 263 ] {1514ec5f-5638-4302-8f53-c863c5c4bbc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10930 | 2024.12.12 04:11:28.433249 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27226 rows, containing 5 columns (5 merged, 0 gathered) in 0.017945691 sec., 1517132.998668037 rows/sec., 102.55 MiB/sec. | ||
| 10931 | 2024.12.12 04:11:28.433657 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10932 | 2024.12.12 04:11:28.433824 [ 263 ] {1514ec5f-5638-4302-8f53-c863c5c4bbc0} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10933 | 2024.12.12 04:11:28.433866 [ 263 ] {1514ec5f-5638-4302-8f53-c863c5c4bbc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10934 | 2024.12.12 04:11:28.434157 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10935 | 2024.12.12 04:11:28.434296 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10936 | 2024.12.12 04:11:28.434356 [ 263 ] {1514ec5f-5638-4302-8f53-c863c5c4bbc0} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10937 | 2024.12.12 04:11:28.434407 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 10938 | 2024.12.12 04:11:28.434627 [ 263 ] {1514ec5f-5638-4302-8f53-c863c5c4bbc0} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10939 | 2024.12.12 04:11:28.434795 [ 46 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10940 | 2024.12.12 04:11:28.434867 [ 46 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10941 | 2024.12.12 04:11:28.434874 [ 263 ] {1514ec5f-5638-4302-8f53-c863c5c4bbc0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002302 sec., 35621.19895742833 rows/sec., 2.26 MiB/sec. | ||
| 10942 | 2024.12.12 04:11:28.434898 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10943 | 2024.12.12 04:11:28.435035 [ 263 ] {1514ec5f-5638-4302-8f53-c863c5c4bbc0} <Debug> TCPHandler: Processed in 0.002809374 sec. | ||
| 10944 | 2024.12.12 04:11:28.435120 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 10945 | 2024.12.12 04:11:28.435225 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10946 | 2024.12.12 04:11:28.435256 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5524 rows starting from the beginning of the part | ||
| 10947 | 2024.12.12 04:11:28.435325 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 10948 | 2024.12.12 04:11:28.435512 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
| 10949 | 2024.12.12 04:11:28.435744 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 82 rows starting from the beginning of the part | ||
| 10950 | 2024.12.12 04:11:28.435965 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
| 10951 | 2024.12.12 04:11:28.436082 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 82 rows starting from the beginning of the part | ||
| 10952 | 2024.12.12 04:11:28.438335 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5890 rows, containing 4 columns (4 merged, 0 gathered) in 0.003314538 sec., 1777019.9044331366 rows/sec., 115.95 MiB/sec. | ||
| 10953 | 2024.12.12 04:11:28.439108 [ 189 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10954 | 2024.12.12 04:11:28.439531 [ 189 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_86_17} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10955 | 2024.12.12 04:11:28.439620 [ 189 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_86_17} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10956 | 2024.12.12 04:11:28.439710 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 10957 | 2024.12.12 04:11:29.361028 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 | ||
| 10958 | 2024.12.12 04:11:29.362701 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10959 | 2024.12.12 04:11:29.362752 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10960 | 2024.12.12 04:11:29.363300 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10961 | 2024.12.12 04:11:29.363569 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10962 | 2024.12.12 04:11:29.363821 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
| 10963 | 2024.12.12 04:11:31.222479 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 | ||
| 10964 | 2024.12.12 04:11:31.244421 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10965 | 2024.12.12 04:11:31.244483 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10966 | 2024.12.12 04:11:31.252128 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10967 | 2024.12.12 04:11:31.252920 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10968 | 2024.12.12 04:11:31.256134 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 10969 | 2024.12.12 04:11:33.379328 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10970 | 2024.12.12 04:11:33.379549 [ 264 ] {aa669c03-7731-4f6f-bf85-50aa0463b973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10971 | 2024.12.12 04:11:33.379634 [ 264 ] {aa669c03-7731-4f6f-bf85-50aa0463b973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10972 | 2024.12.12 04:11:33.380513 [ 264 ] {aa669c03-7731-4f6f-bf85-50aa0463b973} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10973 | 2024.12.12 04:11:33.380567 [ 264 ] {aa669c03-7731-4f6f-bf85-50aa0463b973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10974 | 2024.12.12 04:11:33.381015 [ 264 ] {aa669c03-7731-4f6f-bf85-50aa0463b973} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10975 | 2024.12.12 04:11:33.381271 [ 264 ] {aa669c03-7731-4f6f-bf85-50aa0463b973} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10976 | 2024.12.12 04:11:33.381493 [ 264 ] {aa669c03-7731-4f6f-bf85-50aa0463b973} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002007 sec., 27902.341803687093 rows/sec., 2.14 MiB/sec. | ||
| 10977 | 2024.12.12 04:11:33.381552 [ 264 ] {aa669c03-7731-4f6f-bf85-50aa0463b973} <Debug> TCPHandler: Processed in 0.002374332 sec. | ||
| 10978 | 2024.12.12 04:11:33.381878 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10979 | 2024.12.12 04:11:33.382186 [ 263 ] {123f7680-082d-4b9e-9535-d109b115fd60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10980 | 2024.12.12 04:11:33.382309 [ 263 ] {123f7680-082d-4b9e-9535-d109b115fd60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10981 | 2024.12.12 04:11:33.383576 [ 263 ] {123f7680-082d-4b9e-9535-d109b115fd60} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10982 | 2024.12.12 04:11:33.383631 [ 263 ] {123f7680-082d-4b9e-9535-d109b115fd60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10983 | 2024.12.12 04:11:33.384096 [ 263 ] {123f7680-082d-4b9e-9535-d109b115fd60} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10984 | 2024.12.12 04:11:33.384359 [ 263 ] {123f7680-082d-4b9e-9535-d109b115fd60} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10985 | 2024.12.12 04:11:33.384599 [ 263 ] {123f7680-082d-4b9e-9535-d109b115fd60} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0025 sec., 25600 rows/sec., 2.00 MiB/sec. | ||
| 10986 | 2024.12.12 04:11:33.384667 [ 263 ] {123f7680-082d-4b9e-9535-d109b115fd60} <Debug> TCPHandler: Processed in 0.002976438 sec. | ||
| 10987 | 2024.12.12 04:11:33.384838 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10988 | 2024.12.12 04:11:33.384980 [ 264 ] {848e0c77-e304-4d3c-af90-0769b8c9a3a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10989 | 2024.12.12 04:11:33.385043 [ 264 ] {848e0c77-e304-4d3c-af90-0769b8c9a3a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10990 | 2024.12.12 04:11:33.385691 [ 264 ] {848e0c77-e304-4d3c-af90-0769b8c9a3a0} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10991 | 2024.12.12 04:11:33.385730 [ 264 ] {848e0c77-e304-4d3c-af90-0769b8c9a3a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 10992 | 2024.12.12 04:11:33.386135 [ 264 ] {848e0c77-e304-4d3c-af90-0769b8c9a3a0} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10993 | 2024.12.12 04:11:33.386390 [ 264 ] {848e0c77-e304-4d3c-af90-0769b8c9a3a0} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10994 | 2024.12.12 04:11:33.386624 [ 264 ] {848e0c77-e304-4d3c-af90-0769b8c9a3a0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001674 sec., 95579.4504181601 rows/sec., 6.66 MiB/sec. | ||
| 10995 | 2024.12.12 04:11:33.386677 [ 264 ] {848e0c77-e304-4d3c-af90-0769b8c9a3a0} <Debug> TCPHandler: Processed in 0.00190859 sec. | ||
| 10996 | 2024.12.12 04:11:33.386894 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10997 | 2024.12.12 04:11:33.387125 [ 263 ] {491be679-8989-4671-be7b-4883d6ae6a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10998 | 2024.12.12 04:11:33.387224 [ 263 ] {491be679-8989-4671-be7b-4883d6ae6a79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10999 | 2024.12.12 04:11:33.387887 [ 263 ] {491be679-8989-4671-be7b-4883d6ae6a79} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11000 | 2024.12.12 04:11:33.387929 [ 263 ] {491be679-8989-4671-be7b-4883d6ae6a79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11001 | 2024.12.12 04:11:33.388328 [ 263 ] {491be679-8989-4671-be7b-4883d6ae6a79} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11002 | 2024.12.12 04:11:33.388574 [ 263 ] {491be679-8989-4671-be7b-4883d6ae6a79} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11003 | 2024.12.12 04:11:33.388783 [ 263 ] {491be679-8989-4671-be7b-4883d6ae6a79} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001718 sec., 34924.33061699651 rows/sec., 2.35 MiB/sec. | ||
| 11004 | 2024.12.12 04:11:33.388837 [ 263 ] {491be679-8989-4671-be7b-4883d6ae6a79} <Debug> TCPHandler: Processed in 0.002056994 sec. | ||
| 11005 | 2024.12.12 04:11:36.668174 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11006 | 2024.12.12 04:11:36.668247 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11007 | 2024.12.12 04:11:36.863977 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 | ||
| 11008 | 2024.12.12 04:11:36.865092 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11009 | 2024.12.12 04:11:36.865140 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11010 | 2024.12.12 04:11:36.865701 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11011 | 2024.12.12 04:11:36.865965 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11012 | 2024.12.12 04:11:36.866212 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 11013 | 2024.12.12 04:11:36.989546 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1540 | ||
| 11014 | 2024.12.12 04:11:36.992583 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11015 | 2024.12.12 04:11:36.992628 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11016 | 2024.12.12 04:11:36.994089 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11017 | 2024.12.12 04:11:36.994408 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11018 | 2024.12.12 04:11:36.994899 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1540 | ||
| 11019 | 2024.12.12 04:11:38.386094 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11020 | 2024.12.12 04:11:38.386310 [ 264 ] {d1715861-8dc5-4170-ba82-16d3c9c4a57d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11021 | 2024.12.12 04:11:38.386395 [ 264 ] {d1715861-8dc5-4170-ba82-16d3c9c4a57d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11022 | 2024.12.12 04:11:38.387204 [ 264 ] {d1715861-8dc5-4170-ba82-16d3c9c4a57d} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11023 | 2024.12.12 04:11:38.387260 [ 264 ] {d1715861-8dc5-4170-ba82-16d3c9c4a57d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11024 | 2024.12.12 04:11:38.387702 [ 264 ] {d1715861-8dc5-4170-ba82-16d3c9c4a57d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11025 | 2024.12.12 04:11:38.387972 [ 264 ] {d1715861-8dc5-4170-ba82-16d3c9c4a57d} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11026 | 2024.12.12 04:11:38.388185 [ 33 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 11027 | 2024.12.12 04:11:38.388259 [ 264 ] {d1715861-8dc5-4170-ba82-16d3c9c4a57d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002005 sec., 6982.543640897756 rows/sec., 502.65 KiB/sec. | ||
| 11028 | 2024.12.12 04:11:38.388288 [ 33 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11029 | 2024.12.12 04:11:38.388364 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11030 | 2024.12.12 04:11:38.388396 [ 264 ] {d1715861-8dc5-4170-ba82-16d3c9c4a57d} <Debug> TCPHandler: Processed in 0.002447934 sec. | ||
| 11031 | 2024.12.12 04:11:38.388732 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11032 | 2024.12.12 04:11:38.388739 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 11033 | 2024.12.12 04:11:38.389163 [ 263 ] {fc9fec89-a742-4b48-a3c8-5489f941fefa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11034 | 2024.12.12 04:11:38.389251 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11035 | 2024.12.12 04:11:38.389303 [ 263 ] {fc9fec89-a742-4b48-a3c8-5489f941fefa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11036 | 2024.12.12 04:11:38.389318 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 11037 | 2024.12.12 04:11:38.389544 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 11038 | 2024.12.12 04:11:38.389880 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 11039 | 2024.12.12 04:11:38.390220 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 11040 | 2024.12.12 04:11:38.390691 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 11041 | 2024.12.12 04:11:38.391954 [ 263 ] {fc9fec89-a742-4b48-a3c8-5489f941fefa} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11042 | 2024.12.12 04:11:38.392006 [ 263 ] {fc9fec89-a742-4b48-a3c8-5489f941fefa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11043 | 2024.12.12 04:11:38.392356 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003871401 sec., 18081.309582758284 rows/sec., 1.34 MiB/sec. | ||
| 11044 | 2024.12.12 04:11:38.392494 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 11045 | 2024.12.12 04:11:38.392619 [ 263 ] {fc9fec89-a742-4b48-a3c8-5489f941fefa} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11046 | 2024.12.12 04:11:38.392808 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_41_10} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11047 | 2024.12.12 04:11:38.392917 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_41_10} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 11048 | 2024.12.12 04:11:38.392921 [ 263 ] {fc9fec89-a742-4b48-a3c8-5489f941fefa} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11049 | 2024.12.12 04:11:38.393014 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11050 | 2024.12.12 04:11:38.393173 [ 263 ] {fc9fec89-a742-4b48-a3c8-5489f941fefa} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.004178 sec., 67257.06079463857 rows/sec., 5.94 MiB/sec. | ||
| 11051 | 2024.12.12 04:11:38.393234 [ 263 ] {fc9fec89-a742-4b48-a3c8-5489f941fefa} <Debug> TCPHandler: Processed in 0.004709003 sec. | ||
| 11052 | 2024.12.12 04:11:38.393414 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11053 | 2024.12.12 04:11:38.393562 [ 264 ] {6acf6d9b-45d3-43c7-b51f-ee993a8ccf60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11054 | 2024.12.12 04:11:38.393623 [ 264 ] {6acf6d9b-45d3-43c7-b51f-ee993a8ccf60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11055 | 2024.12.12 04:11:38.394266 [ 264 ] {6acf6d9b-45d3-43c7-b51f-ee993a8ccf60} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11056 | 2024.12.12 04:11:38.394308 [ 264 ] {6acf6d9b-45d3-43c7-b51f-ee993a8ccf60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11057 | 2024.12.12 04:11:38.394684 [ 264 ] {6acf6d9b-45d3-43c7-b51f-ee993a8ccf60} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 11058 | 2024.12.12 04:11:38.394936 [ 264 ] {6acf6d9b-45d3-43c7-b51f-ee993a8ccf60} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11059 | 2024.12.12 04:11:38.395178 [ 264 ] {6acf6d9b-45d3-43c7-b51f-ee993a8ccf60} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001645 sec., 27963.52583586626 rows/sec., 2.01 MiB/sec. | ||
| 11060 | 2024.12.12 04:11:38.395249 [ 264 ] {6acf6d9b-45d3-43c7-b51f-ee993a8ccf60} <Debug> TCPHandler: Processed in 0.00190881 sec. | ||
| 11061 | 2024.12.12 04:11:38.395444 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11062 | 2024.12.12 04:11:38.395577 [ 263 ] {e2dfdec5-848e-4d13-8690-09c94caf0397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11063 | 2024.12.12 04:11:38.395624 [ 263 ] {e2dfdec5-848e-4d13-8690-09c94caf0397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11064 | 2024.12.12 04:11:38.396286 [ 263 ] {e2dfdec5-848e-4d13-8690-09c94caf0397} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11065 | 2024.12.12 04:11:38.396334 [ 263 ] {e2dfdec5-848e-4d13-8690-09c94caf0397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11066 | 2024.12.12 04:11:38.396754 [ 263 ] {e2dfdec5-848e-4d13-8690-09c94caf0397} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11067 | 2024.12.12 04:11:38.396998 [ 263 ] {e2dfdec5-848e-4d13-8690-09c94caf0397} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11068 | 2024.12.12 04:11:38.397164 [ 33 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11069 | 2024.12.12 04:11:38.397228 [ 33 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11070 | 2024.12.12 04:11:38.397240 [ 263 ] {e2dfdec5-848e-4d13-8690-09c94caf0397} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001679 sec., 8338.296605122097 rows/sec., 583.96 KiB/sec. | ||
| 11071 | 2024.12.12 04:11:38.397270 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11072 | 2024.12.12 04:11:38.397378 [ 263 ] {e2dfdec5-848e-4d13-8690-09c94caf0397} <Debug> TCPHandler: Processed in 0.002023493 sec. | ||
| 11073 | 2024.12.12 04:11:38.397695 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11074 | 2024.12.12 04:11:38.397708 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::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 | ||
| 11075 | 2024.12.12 04:11:38.398222 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11076 | 2024.12.12 04:11:38.398217 [ 264 ] {33503722-25a9-4493-852c-ec9eda170ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11077 | 2024.12.12 04:11:38.398313 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 243 rows starting from the beginning of the part | ||
| 11078 | 2024.12.12 04:11:38.398404 [ 264 ] {33503722-25a9-4493-852c-ec9eda170ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11079 | 2024.12.12 04:11:38.398715 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 11080 | 2024.12.12 04:11:38.399062 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 228 rows starting from the beginning of the part | ||
| 11081 | 2024.12.12 04:11:38.399459 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 11082 | 2024.12.12 04:11:38.399865 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 11083 | 2024.12.12 04:11:38.400294 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 11084 | 2024.12.12 04:11:38.401255 [ 264 ] {33503722-25a9-4493-852c-ec9eda170ece} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11085 | 2024.12.12 04:11:38.401334 [ 264 ] {33503722-25a9-4493-852c-ec9eda170ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11086 | 2024.12.12 04:11:38.402283 [ 264 ] {33503722-25a9-4493-852c-ec9eda170ece} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11087 | 2024.12.12 04:11:38.402867 [ 264 ] {33503722-25a9-4493-852c-ec9eda170ece} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11088 | 2024.12.12 04:11:38.403116 [ 201 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.00571996 sec., 92133.51142315681 rows/sec., 6.60 MiB/sec. | ||
| 11089 | 2024.12.12 04:11:38.403235 [ 33 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 11090 | 2024.12.12 04:11:38.403333 [ 33 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11091 | 2024.12.12 04:11:38.403398 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11092 | 2024.12.12 04:11:38.403469 [ 264 ] {33503722-25a9-4493-852c-ec9eda170ece} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005468 sec., 2377.468910021946 rows/sec., 148.23 KiB/sec. | ||
| 11093 | 2024.12.12 04:11:38.403491 [ 201 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11094 | 2024.12.12 04:11:38.403883 [ 264 ] {33503722-25a9-4493-852c-ec9eda170ece} <Debug> TCPHandler: Processed in 0.006387177 sec. | ||
| 11095 | 2024.12.12 04:11:38.403974 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 11096 | 2024.12.12 04:11:38.404302 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11097 | 2024.12.12 04:11:38.404357 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11098 | 2024.12.12 04:11:38.404365 [ 201 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_56_11} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11099 | 2024.12.12 04:11:38.404452 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 11100 | 2024.12.12 04:11:38.404666 [ 201 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_56_11} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11101 | 2024.12.12 04:11:38.404875 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 11102 | 2024.12.12 04:11:38.404939 [ 263 ] {e0daa7e2-c2ee-4ce2-b6e9-7d31d4d6f0ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11103 | 2024.12.12 04:11:38.404944 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 11104 | 2024.12.12 04:11:38.405147 [ 263 ] {e0daa7e2-c2ee-4ce2-b6e9-7d31d4d6f0ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11105 | 2024.12.12 04:11:38.405351 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 11106 | 2024.12.12 04:11:38.405692 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 11107 | 2024.12.12 04:11:38.406175 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 11108 | 2024.12.12 04:11:38.407915 [ 263 ] {e0daa7e2-c2ee-4ce2-b6e9-7d31d4d6f0ff} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11109 | 2024.12.12 04:11:38.407992 [ 263 ] {e0daa7e2-c2ee-4ce2-b6e9-7d31d4d6f0ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11110 | 2024.12.12 04:11:38.408723 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005149299 sec., 12623.077432481585 rows/sec., 836.35 KiB/sec. | ||
| 11111 | 2024.12.12 04:11:38.408942 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 11112 | 2024.12.12 04:11:38.408981 [ 263 ] {e0daa7e2-c2ee-4ce2-b6e9-7d31d4d6f0ff} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11113 | 2024.12.12 04:11:38.409435 [ 263 ] {e0daa7e2-c2ee-4ce2-b6e9-7d31d4d6f0ff} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11114 | 2024.12.12 04:11:38.409449 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_41_10} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11115 | 2024.12.12 04:11:38.409616 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_41_10} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 11116 | 2024.12.12 04:11:38.409894 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11117 | 2024.12.12 04:11:38.409929 [ 263 ] {e0daa7e2-c2ee-4ce2-b6e9-7d31d4d6f0ff} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00514 sec., 81906.61478599222 rows/sec., 5.85 MiB/sec. | ||
| 11118 | 2024.12.12 04:11:38.410090 [ 263 ] {e0daa7e2-c2ee-4ce2-b6e9-7d31d4d6f0ff} <Debug> TCPHandler: Processed in 0.005998506 sec. | ||
| 11119 | 2024.12.12 04:11:38.410308 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11120 | 2024.12.12 04:11:38.410465 [ 264 ] {9728ea1c-f5b6-432d-8f00-410740b455cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11121 | 2024.12.12 04:11:38.410527 [ 264 ] {9728ea1c-f5b6-432d-8f00-410740b455cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11122 | 2024.12.12 04:11:38.411049 [ 264 ] {9728ea1c-f5b6-432d-8f00-410740b455cd} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11123 | 2024.12.12 04:11:38.411089 [ 264 ] {9728ea1c-f5b6-432d-8f00-410740b455cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11124 | 2024.12.12 04:11:38.411458 [ 264 ] {9728ea1c-f5b6-432d-8f00-410740b455cd} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11125 | 2024.12.12 04:11:38.411716 [ 264 ] {9728ea1c-f5b6-432d-8f00-410740b455cd} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11126 | 2024.12.12 04:11:38.411906 [ 33 ] {} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11127 | 2024.12.12 04:11:38.411963 [ 33 ] {} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11128 | 2024.12.12 04:11:38.411979 [ 264 ] {9728ea1c-f5b6-432d-8f00-410740b455cd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 203.82 KiB/sec. | ||
| 11129 | 2024.12.12 04:11:38.412014 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11130 | 2024.12.12 04:11:38.412151 [ 264 ] {9728ea1c-f5b6-432d-8f00-410740b455cd} <Debug> TCPHandler: Processed in 0.001949531 sec. | ||
| 11131 | 2024.12.12 04:11:38.412476 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11132 | 2024.12.12 04:11:38.412518 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::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 | ||
| 11133 | 2024.12.12 04:11:38.412878 [ 263 ] {e4ac5d8f-7b77-4f56-874a-940bbe469609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11134 | 2024.12.12 04:11:38.413078 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11135 | 2024.12.12 04:11:38.413089 [ 263 ] {e4ac5d8f-7b77-4f56-874a-940bbe469609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11136 | 2024.12.12 04:11:38.413188 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
| 11137 | 2024.12.12 04:11:38.413663 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 11138 | 2024.12.12 04:11:38.413898 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 11139 | 2024.12.12 04:11:38.414252 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 11140 | 2024.12.12 04:11:38.414569 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 11141 | 2024.12.12 04:11:38.414821 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 11142 | 2024.12.12 04:11:38.415474 [ 263 ] {e4ac5d8f-7b77-4f56-874a-940bbe469609} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11143 | 2024.12.12 04:11:38.415518 [ 263 ] {e4ac5d8f-7b77-4f56-874a-940bbe469609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11144 | 2024.12.12 04:11:38.416144 [ 263 ] {e4ac5d8f-7b77-4f56-874a-940bbe469609} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11145 | 2024.12.12 04:11:38.416324 [ 198 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.004165013 sec., 59063.44109850317 rows/sec., 3.01 MiB/sec. | ||
| 11146 | 2024.12.12 04:11:38.416569 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11147 | 2024.12.12 04:11:38.416584 [ 263 ] {e4ac5d8f-7b77-4f56-874a-940bbe469609} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11148 | 2024.12.12 04:11:38.417126 [ 263 ] {e4ac5d8f-7b77-4f56-874a-940bbe469609} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004386 sec., 54035.56771545827 rows/sec., 3.62 MiB/sec. | ||
| 11149 | 2024.12.12 04:11:38.417308 [ 263 ] {e4ac5d8f-7b77-4f56-874a-940bbe469609} <Debug> TCPHandler: Processed in 0.005012861 sec. | ||
| 11150 | 2024.12.12 04:11:38.417326 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_41_8} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11151 | 2024.12.12 04:11:38.417481 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_41_8} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11152 | 2024.12.12 04:11:38.417538 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11153 | 2024.12.12 04:11:38.417656 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 11154 | 2024.12.12 04:11:38.417756 [ 264 ] {fb489e8d-9798-406d-be30-8b72dc5edd7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11155 | 2024.12.12 04:11:38.417821 [ 264 ] {fb489e8d-9798-406d-be30-8b72dc5edd7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11156 | 2024.12.12 04:11:38.418388 [ 264 ] {fb489e8d-9798-406d-be30-8b72dc5edd7e} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11157 | 2024.12.12 04:11:38.418435 [ 264 ] {fb489e8d-9798-406d-be30-8b72dc5edd7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11158 | 2024.12.12 04:11:38.418838 [ 264 ] {fb489e8d-9798-406d-be30-8b72dc5edd7e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11159 | 2024.12.12 04:11:38.419078 [ 264 ] {fb489e8d-9798-406d-be30-8b72dc5edd7e} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11160 | 2024.12.12 04:11:38.419312 [ 264 ] {fb489e8d-9798-406d-be30-8b72dc5edd7e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00159 sec., 628.9308176100628 rows/sec., 42.38 KiB/sec. | ||
| 11161 | 2024.12.12 04:11:38.419366 [ 264 ] {fb489e8d-9798-406d-be30-8b72dc5edd7e} <Debug> TCPHandler: Processed in 0.00190486 sec. | ||
| 11162 | 2024.12.12 04:11:38.419505 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11163 | 2024.12.12 04:11:38.419626 [ 263 ] {96e551c8-2c92-4f37-8e98-4ca7dc1131aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11164 | 2024.12.12 04:11:38.419714 [ 263 ] {96e551c8-2c92-4f37-8e98-4ca7dc1131aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11165 | 2024.12.12 04:11:38.421034 [ 263 ] {96e551c8-2c92-4f37-8e98-4ca7dc1131aa} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11166 | 2024.12.12 04:11:38.421075 [ 263 ] {96e551c8-2c92-4f37-8e98-4ca7dc1131aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11167 | 2024.12.12 04:11:38.421747 [ 263 ] {96e551c8-2c92-4f37-8e98-4ca7dc1131aa} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11168 | 2024.12.12 04:11:38.422100 [ 263 ] {96e551c8-2c92-4f37-8e98-4ca7dc1131aa} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11169 | 2024.12.12 04:11:38.422941 [ 263 ] {96e551c8-2c92-4f37-8e98-4ca7dc1131aa} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003291 sec., 11850.501367365541 rows/sec., 21.24 MiB/sec. | ||
| 11170 | 2024.12.12 04:11:38.423713 [ 263 ] {96e551c8-2c92-4f37-8e98-4ca7dc1131aa} <Debug> TCPHandler: Processed in 0.004254401 sec. | ||
| 11171 | 2024.12.12 04:11:38.423877 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11172 | 2024.12.12 04:11:38.424021 [ 264 ] {332b2283-2256-4e42-8785-9297998d87d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11173 | 2024.12.12 04:11:38.424082 [ 264 ] {332b2283-2256-4e42-8785-9297998d87d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11174 | 2024.12.12 04:11:38.424667 [ 264 ] {332b2283-2256-4e42-8785-9297998d87d2} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11175 | 2024.12.12 04:11:38.424706 [ 264 ] {332b2283-2256-4e42-8785-9297998d87d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11176 | 2024.12.12 04:11:38.425087 [ 264 ] {332b2283-2256-4e42-8785-9297998d87d2} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11177 | 2024.12.12 04:11:38.425330 [ 264 ] {332b2283-2256-4e42-8785-9297998d87d2} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11178 | 2024.12.12 04:11:38.425546 [ 264 ] {332b2283-2256-4e42-8785-9297998d87d2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001561 sec., 52530.42921204356 rows/sec., 3.34 MiB/sec. | ||
| 11179 | 2024.12.12 04:11:38.425599 [ 264 ] {332b2283-2256-4e42-8785-9297998d87d2} <Debug> TCPHandler: Processed in 0.001788867 sec. | ||
| 11180 | 2024.12.12 04:11:38.756192 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 11181 | 2024.12.12 04:11:38.777329 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11182 | 2024.12.12 04:11:38.777395 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11183 | 2024.12.12 04:11:38.784706 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11184 | 2024.12.12 04:11:38.785522 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11185 | 2024.12.12 04:11:38.788391 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 11186 | 2024.12.12 04:11:39.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 243.58 MiB, peak 252.54 MiB, free memory in arenas 0.00 B, will set to 242.15 MiB (RSS), difference: -1.43 MiB | ||
| 11187 | 2024.12.12 04:11:43.410244 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11188 | 2024.12.12 04:11:43.410477 [ 264 ] {16a88df8-05f8-4d56-8e65-c9456be3713c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11189 | 2024.12.12 04:11:43.410563 [ 264 ] {16a88df8-05f8-4d56-8e65-c9456be3713c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11190 | 2024.12.12 04:11:43.411328 [ 264 ] {16a88df8-05f8-4d56-8e65-c9456be3713c} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11191 | 2024.12.12 04:11:43.411381 [ 264 ] {16a88df8-05f8-4d56-8e65-c9456be3713c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11192 | 2024.12.12 04:11:43.411820 [ 264 ] {16a88df8-05f8-4d56-8e65-c9456be3713c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 11193 | 2024.12.12 04:11:43.412100 [ 264 ] {16a88df8-05f8-4d56-8e65-c9456be3713c} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11194 | 2024.12.12 04:11:43.412342 [ 264 ] {16a88df8-05f8-4d56-8e65-c9456be3713c} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001925 sec., 3116.8831168831166 rows/sec., 254.16 KiB/sec. | ||
| 11195 | 2024.12.12 04:11:43.412399 [ 264 ] {16a88df8-05f8-4d56-8e65-c9456be3713c} <Debug> TCPHandler: Processed in 0.00230394 sec. | ||
| 11196 | 2024.12.12 04:11:43.412634 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11197 | 2024.12.12 04:11:43.412830 [ 263 ] {7453c60a-010f-4e74-b994-3860b6644681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11198 | 2024.12.12 04:11:43.412903 [ 263 ] {7453c60a-010f-4e74-b994-3860b6644681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11199 | 2024.12.12 04:11:43.414154 [ 263 ] {7453c60a-010f-4e74-b994-3860b6644681} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11200 | 2024.12.12 04:11:43.414201 [ 263 ] {7453c60a-010f-4e74-b994-3860b6644681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11201 | 2024.12.12 04:11:43.414719 [ 263 ] {7453c60a-010f-4e74-b994-3860b6644681} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11202 | 2024.12.12 04:11:43.414982 [ 263 ] {7453c60a-010f-4e74-b994-3860b6644681} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11203 | 2024.12.12 04:11:43.415211 [ 263 ] {7453c60a-010f-4e74-b994-3860b6644681} <Debug> executeQuery: Read 1199 rows, 101.19 KiB in 0.002434 sec., 492604.76581758424 rows/sec., 40.60 MiB/sec. | ||
| 11204 | 2024.12.12 04:11:43.415269 [ 263 ] {7453c60a-010f-4e74-b994-3860b6644681} <Debug> TCPHandler: Processed in 0.002763223 sec. | ||
| 11205 | 2024.12.12 04:11:43.415407 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11206 | 2024.12.12 04:11:43.415525 [ 264 ] {6ec35569-09c1-41ed-9eea-1c549d5208ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11207 | 2024.12.12 04:11:43.415575 [ 264 ] {6ec35569-09c1-41ed-9eea-1c549d5208ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11208 | 2024.12.12 04:11:43.416183 [ 264 ] {6ec35569-09c1-41ed-9eea-1c549d5208ea} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11209 | 2024.12.12 04:11:43.416222 [ 264 ] {6ec35569-09c1-41ed-9eea-1c549d5208ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11210 | 2024.12.12 04:11:43.416580 [ 264 ] {6ec35569-09c1-41ed-9eea-1c549d5208ea} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 11211 | 2024.12.12 04:11:43.416825 [ 264 ] {6ec35569-09c1-41ed-9eea-1c549d5208ea} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11212 | 2024.12.12 04:11:43.416993 [ 113 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 11213 | 2024.12.12 04:11:43.417063 [ 264 ] {6ec35569-09c1-41ed-9eea-1c549d5208ea} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.00156 sec., 3846.153846153846 rows/sec., 268.55 KiB/sec. | ||
| 11214 | 2024.12.12 04:11:43.417088 [ 113 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11215 | 2024.12.12 04:11:43.417150 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11216 | 2024.12.12 04:11:43.417191 [ 264 ] {6ec35569-09c1-41ed-9eea-1c549d5208ea} <Debug> TCPHandler: Processed in 0.001839508 sec. | ||
| 11217 | 2024.12.12 04:11:43.417389 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 11218 | 2024.12.12 04:11:43.417413 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11219 | 2024.12.12 04:11:43.417553 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11220 | 2024.12.12 04:11:43.417593 [ 263 ] {e2c731ad-a2a1-4171-8812-77a149e9dcb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11221 | 2024.12.12 04:11:43.417597 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 64 rows starting from the beginning of the part | ||
| 11222 | 2024.12.12 04:11:43.417661 [ 263 ] {e2c731ad-a2a1-4171-8812-77a149e9dcb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11223 | 2024.12.12 04:11:43.417736 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 46 rows starting from the beginning of the part | ||
| 11224 | 2024.12.12 04:11:43.418121 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 46 rows starting from the beginning of the part | ||
| 11225 | 2024.12.12 04:11:43.418448 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part | ||
| 11226 | 2024.12.12 04:11:43.418857 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 46 rows starting from the beginning of the part | ||
| 11227 | 2024.12.12 04:11:43.419297 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 11228 | 2024.12.12 04:11:43.420403 [ 263 ] {e2c731ad-a2a1-4171-8812-77a149e9dcb8} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11229 | 2024.12.12 04:11:43.420453 [ 263 ] {e2c731ad-a2a1-4171-8812-77a149e9dcb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11230 | 2024.12.12 04:11:43.421072 [ 263 ] {e2c731ad-a2a1-4171-8812-77a149e9dcb8} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11231 | 2024.12.12 04:11:43.421127 [ 190 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 264 rows, containing 5 columns (5 merged, 0 gathered) in 0.003867076 sec., 68268.6350100179 rows/sec., 5.14 MiB/sec. | ||
| 11232 | 2024.12.12 04:11:43.421334 [ 190 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 11233 | 2024.12.12 04:11:43.421511 [ 263 ] {e2c731ad-a2a1-4171-8812-77a149e9dcb8} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11234 | 2024.12.12 04:11:43.421897 [ 263 ] {e2c731ad-a2a1-4171-8812-77a149e9dcb8} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004341 sec., 52522.4602626123 rows/sec., 3.56 MiB/sec. | ||
| 11235 | 2024.12.12 04:11:43.421953 [ 190 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_51_10} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11236 | 2024.12.12 04:11:43.422064 [ 263 ] {e2c731ad-a2a1-4171-8812-77a149e9dcb8} <Debug> TCPHandler: Processed in 0.004735624 sec. | ||
| 11237 | 2024.12.12 04:11:43.422166 [ 190 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_51_10} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 11238 | 2024.12.12 04:11:43.422277 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 11239 | 2024.12.12 04:11:43.422282 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11240 | 2024.12.12 04:11:43.422419 [ 264 ] {9803672c-d2fc-406a-a9b4-542f2ddb8ced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11241 | 2024.12.12 04:11:43.422475 [ 264 ] {9803672c-d2fc-406a-a9b4-542f2ddb8ced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11242 | 2024.12.12 04:11:43.423290 [ 264 ] {9803672c-d2fc-406a-a9b4-542f2ddb8ced} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11243 | 2024.12.12 04:11:43.423329 [ 264 ] {9803672c-d2fc-406a-a9b4-542f2ddb8ced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11244 | 2024.12.12 04:11:43.423715 [ 264 ] {9803672c-d2fc-406a-a9b4-542f2ddb8ced} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11245 | 2024.12.12 04:11:43.423964 [ 264 ] {9803672c-d2fc-406a-a9b4-542f2ddb8ced} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11246 | 2024.12.12 04:11:43.424181 [ 264 ] {9803672c-d2fc-406a-a9b4-542f2ddb8ced} <Debug> executeQuery: Read 526 rows, 39.89 KiB in 0.00179 sec., 293854.748603352 rows/sec., 21.76 MiB/sec. | ||
| 11247 | 2024.12.12 04:11:43.424233 [ 264 ] {9803672c-d2fc-406a-a9b4-542f2ddb8ced} <Debug> TCPHandler: Processed in 0.002035283 sec. | ||
| 11248 | 2024.12.12 04:11:43.424446 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11249 | 2024.12.12 04:11:43.424667 [ 263 ] {70252a04-4781-400f-98f5-14382c256095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11250 | 2024.12.12 04:11:43.424766 [ 263 ] {70252a04-4781-400f-98f5-14382c256095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11251 | 2024.12.12 04:11:43.425611 [ 263 ] {70252a04-4781-400f-98f5-14382c256095} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11252 | 2024.12.12 04:11:43.425648 [ 263 ] {70252a04-4781-400f-98f5-14382c256095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11253 | 2024.12.12 04:11:43.426093 [ 263 ] {70252a04-4781-400f-98f5-14382c256095} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11254 | 2024.12.12 04:11:43.426337 [ 263 ] {70252a04-4781-400f-98f5-14382c256095} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11255 | 2024.12.12 04:11:43.426513 [ 263 ] {70252a04-4781-400f-98f5-14382c256095} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001901 sec., 464492.3724355603 rows/sec., 31.25 MiB/sec. | ||
| 11256 | 2024.12.12 04:11:43.426565 [ 263 ] {70252a04-4781-400f-98f5-14382c256095} <Debug> TCPHandler: Processed in 0.002229608 sec. | ||
| 11257 | 2024.12.12 04:11:43.426700 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11258 | 2024.12.12 04:11:43.426816 [ 264 ] {5ab850c4-d131-4ace-9675-97ef02c7ab6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11259 | 2024.12.12 04:11:43.426870 [ 264 ] {5ab850c4-d131-4ace-9675-97ef02c7ab6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11260 | 2024.12.12 04:11:43.427439 [ 264 ] {5ab850c4-d131-4ace-9675-97ef02c7ab6f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11261 | 2024.12.12 04:11:43.427486 [ 264 ] {5ab850c4-d131-4ace-9675-97ef02c7ab6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11262 | 2024.12.12 04:11:43.427923 [ 264 ] {5ab850c4-d131-4ace-9675-97ef02c7ab6f} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11263 | 2024.12.12 04:11:43.428169 [ 264 ] {5ab850c4-d131-4ace-9675-97ef02c7ab6f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11264 | 2024.12.12 04:11:43.428386 [ 264 ] {5ab850c4-d131-4ace-9675-97ef02c7ab6f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001594 sec., 37641.15432873275 rows/sec., 2.54 MiB/sec. | ||
| 11265 | 2024.12.12 04:11:43.428435 [ 264 ] {5ab850c4-d131-4ace-9675-97ef02c7ab6f} <Debug> TCPHandler: Processed in 0.001791006 sec. | ||
| 11266 | 2024.12.12 04:11:44.366339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 | ||
| 11267 | 2024.12.12 04:11:44.367056 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11268 | 2024.12.12 04:11:44.367108 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11269 | 2024.12.12 04:11:44.367671 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11270 | 2024.12.12 04:11:44.367938 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11271 | 2024.12.12 04:11:44.368171 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
| 11272 | 2024.12.12 04:11:44.368199 [ 135 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11273 | 2024.12.12 04:11:44.368287 [ 135 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11274 | 2024.12.12 04:11:44.368325 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11275 | 2024.12.12 04:11:44.368492 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 11276 | 2024.12.12 04:11:44.368677 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11277 | 2024.12.12 04:11:44.368722 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part | ||
| 11278 | 2024.12.12 04:11:44.368803 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part | ||
| 11279 | 2024.12.12 04:11:44.368897 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part | ||
| 11280 | 2024.12.12 04:11:44.369025 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part | ||
| 11281 | 2024.12.12 04:11:44.369226 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part | ||
| 11282 | 2024.12.12 04:11:44.369439 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part | ||
| 11283 | 2024.12.12 04:11:44.372329 [ 200 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.003917749 sec., 7146705.927306727 rows/sec., 102.23 MiB/sec. | ||
| 11284 | 2024.12.12 04:11:44.372617 [ 186 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11285 | 2024.12.12 04:11:44.373027 [ 186 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_61_12} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11286 | 2024.12.12 04:11:44.373121 [ 186 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_61_12} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11287 | 2024.12.12 04:11:44.373224 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. | ||
| 11288 | 2024.12.12 04:11:46.288457 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 11289 | 2024.12.12 04:11:46.309422 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11290 | 2024.12.12 04:11:46.309471 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11291 | 2024.12.12 04:11:46.317384 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11292 | 2024.12.12 04:11:46.318166 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11293 | 2024.12.12 04:11:46.318478 [ 11 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11294 | 2024.12.12 04:11:46.318536 [ 11 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11295 | 2024.12.12 04:11:46.318575 [ 11 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11296 | 2024.12.12 04:11:46.319134 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 11297 | 2024.12.12 04:11:46.333037 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 11298 | 2024.12.12 04:11:46.334976 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11299 | 2024.12.12 04:11:46.336365 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part | ||
| 11300 | 2024.12.12 04:11:46.341543 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 11301 | 2024.12.12 04:11:46.346982 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part | ||
| 11302 | 2024.12.12 04:11:46.352420 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part | ||
| 11303 | 2024.12.12 04:11:46.358207 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
| 11304 | 2024.12.12 04:11:46.362874 [ 193 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part | ||
| 11305 | 2024.12.12 04:11:46.424927 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.106194251 sec., 4331.684584318976 rows/sec., 22.40 MiB/sec. | ||
| 11306 | 2024.12.12 04:11:46.428124 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11307 | 2024.12.12 04:11:46.431046 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_61_12} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11308 | 2024.12.12 04:11:46.431150 [ 191 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_61_12} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11309 | 2024.12.12 04:11:46.433477 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 11310 | 2024.12.12 04:11:46.995126 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1576 | ||
| 11311 | 2024.12.12 04:11:46.998785 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11312 | 2024.12.12 04:11:46.998834 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11313 | 2024.12.12 04:11:47.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 243.47 MiB, peak 256.90 MiB, free memory in arenas 0.00 B, will set to 245.68 MiB (RSS), difference: 2.21 MiB | ||
| 11314 | 2024.12.12 04:11:47.000808 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11315 | 2024.12.12 04:11:47.001131 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11316 | 2024.12.12 04:11:47.002699 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1576 | ||
| 11317 | 2024.12.12 04:11:48.385820 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11318 | 2024.12.12 04:11:48.386039 [ 264 ] {b3860c10-4933-45d0-a592-707d86bdbcd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11319 | 2024.12.12 04:11:48.386120 [ 264 ] {b3860c10-4933-45d0-a592-707d86bdbcd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11320 | 2024.12.12 04:11:48.386886 [ 264 ] {b3860c10-4933-45d0-a592-707d86bdbcd7} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11321 | 2024.12.12 04:11:48.386938 [ 264 ] {b3860c10-4933-45d0-a592-707d86bdbcd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11322 | 2024.12.12 04:11:48.387380 [ 264 ] {b3860c10-4933-45d0-a592-707d86bdbcd7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11323 | 2024.12.12 04:11:48.387651 [ 264 ] {b3860c10-4933-45d0-a592-707d86bdbcd7} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11324 | 2024.12.12 04:11:48.387900 [ 264 ] {b3860c10-4933-45d0-a592-707d86bdbcd7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001922 sec., 7284.0790842872 rows/sec., 524.36 KiB/sec. | ||
| 11325 | 2024.12.12 04:11:48.387959 [ 264 ] {b3860c10-4933-45d0-a592-707d86bdbcd7} <Debug> TCPHandler: Processed in 0.002285499 sec. | ||
| 11326 | 2024.12.12 04:11:48.388229 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11327 | 2024.12.12 04:11:48.388436 [ 263 ] {00324560-472d-4998-b1a4-1692bd998044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11328 | 2024.12.12 04:11:48.388516 [ 263 ] {00324560-472d-4998-b1a4-1692bd998044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11329 | 2024.12.12 04:11:48.389483 [ 263 ] {00324560-472d-4998-b1a4-1692bd998044} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11330 | 2024.12.12 04:11:48.389524 [ 263 ] {00324560-472d-4998-b1a4-1692bd998044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11331 | 2024.12.12 04:11:48.390002 [ 263 ] {00324560-472d-4998-b1a4-1692bd998044} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11332 | 2024.12.12 04:11:48.390263 [ 263 ] {00324560-472d-4998-b1a4-1692bd998044} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11333 | 2024.12.12 04:11:48.390465 [ 263 ] {00324560-472d-4998-b1a4-1692bd998044} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002086 sec., 134707.57430488974 rows/sec., 11.90 MiB/sec. | ||
| 11334 | 2024.12.12 04:11:48.390533 [ 263 ] {00324560-472d-4998-b1a4-1692bd998044} <Debug> TCPHandler: Processed in 0.002444254 sec. | ||
| 11335 | 2024.12.12 04:11:48.390751 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11336 | 2024.12.12 04:11:48.390964 [ 264 ] {05df1b33-2a23-4074-89fc-e23063dcdd22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11337 | 2024.12.12 04:11:48.391023 [ 264 ] {05df1b33-2a23-4074-89fc-e23063dcdd22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11338 | 2024.12.12 04:11:48.391619 [ 264 ] {05df1b33-2a23-4074-89fc-e23063dcdd22} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11339 | 2024.12.12 04:11:48.391659 [ 264 ] {05df1b33-2a23-4074-89fc-e23063dcdd22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11340 | 2024.12.12 04:11:48.392018 [ 264 ] {05df1b33-2a23-4074-89fc-e23063dcdd22} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11341 | 2024.12.12 04:11:48.392262 [ 264 ] {05df1b33-2a23-4074-89fc-e23063dcdd22} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11342 | 2024.12.12 04:11:48.392501 [ 264 ] {05df1b33-2a23-4074-89fc-e23063dcdd22} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001566 sec., 29374.201787994894 rows/sec., 2.11 MiB/sec. | ||
| 11343 | 2024.12.12 04:11:48.392576 [ 264 ] {05df1b33-2a23-4074-89fc-e23063dcdd22} <Debug> TCPHandler: Processed in 0.001945921 sec. | ||
| 11344 | 2024.12.12 04:11:48.392810 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11345 | 2024.12.12 04:11:48.392977 [ 263 ] {f406f6da-3f9a-411a-8279-e05aaffcd46e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11346 | 2024.12.12 04:11:48.393035 [ 263 ] {f406f6da-3f9a-411a-8279-e05aaffcd46e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11347 | 2024.12.12 04:11:48.393628 [ 263 ] {f406f6da-3f9a-411a-8279-e05aaffcd46e} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11348 | 2024.12.12 04:11:48.393667 [ 263 ] {f406f6da-3f9a-411a-8279-e05aaffcd46e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11349 | 2024.12.12 04:11:48.394050 [ 263 ] {f406f6da-3f9a-411a-8279-e05aaffcd46e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11350 | 2024.12.12 04:11:48.394293 [ 263 ] {f406f6da-3f9a-411a-8279-e05aaffcd46e} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11351 | 2024.12.12 04:11:48.394478 [ 263 ] {f406f6da-3f9a-411a-8279-e05aaffcd46e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001533 sec., 9132.4200913242 rows/sec., 639.58 KiB/sec. | ||
| 11352 | 2024.12.12 04:11:48.394533 [ 263 ] {f406f6da-3f9a-411a-8279-e05aaffcd46e} <Debug> TCPHandler: Processed in 0.001850528 sec. | ||
| 11353 | 2024.12.12 04:11:48.394666 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11354 | 2024.12.12 04:11:48.394783 [ 264 ] {b3f43bde-1bad-4195-9ecc-76f12a46cd22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11355 | 2024.12.12 04:11:48.394831 [ 264 ] {b3f43bde-1bad-4195-9ecc-76f12a46cd22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11356 | 2024.12.12 04:11:48.395400 [ 264 ] {b3f43bde-1bad-4195-9ecc-76f12a46cd22} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11357 | 2024.12.12 04:11:48.395439 [ 264 ] {b3f43bde-1bad-4195-9ecc-76f12a46cd22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11358 | 2024.12.12 04:11:48.395797 [ 264 ] {b3f43bde-1bad-4195-9ecc-76f12a46cd22} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11359 | 2024.12.12 04:11:48.396038 [ 264 ] {b3f43bde-1bad-4195-9ecc-76f12a46cd22} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11360 | 2024.12.12 04:11:48.396233 [ 264 ] {b3f43bde-1bad-4195-9ecc-76f12a46cd22} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001461 sec., 8898.01505817933 rows/sec., 554.79 KiB/sec. | ||
| 11361 | 2024.12.12 04:11:48.396344 [ 264 ] {b3f43bde-1bad-4195-9ecc-76f12a46cd22} <Debug> TCPHandler: Processed in 0.001734595 sec. | ||
| 11362 | 2024.12.12 04:11:48.396627 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11363 | 2024.12.12 04:11:48.396861 [ 263 ] {4ca0e33f-44d4-4ab9-b6a8-00e3aaa8b2de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11364 | 2024.12.12 04:11:48.396953 [ 263 ] {4ca0e33f-44d4-4ab9-b6a8-00e3aaa8b2de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11365 | 2024.12.12 04:11:48.397769 [ 263 ] {4ca0e33f-44d4-4ab9-b6a8-00e3aaa8b2de} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11366 | 2024.12.12 04:11:48.397809 [ 263 ] {4ca0e33f-44d4-4ab9-b6a8-00e3aaa8b2de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11367 | 2024.12.12 04:11:48.398214 [ 263 ] {4ca0e33f-44d4-4ab9-b6a8-00e3aaa8b2de} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11368 | 2024.12.12 04:11:48.398461 [ 263 ] {4ca0e33f-44d4-4ab9-b6a8-00e3aaa8b2de} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11369 | 2024.12.12 04:11:48.398707 [ 263 ] {4ca0e33f-44d4-4ab9-b6a8-00e3aaa8b2de} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001898 sec., 221812.43414120126 rows/sec., 15.85 MiB/sec. | ||
| 11370 | 2024.12.12 04:11:48.398810 [ 263 ] {4ca0e33f-44d4-4ab9-b6a8-00e3aaa8b2de} <Debug> TCPHandler: Processed in 0.002381862 sec. | ||
| 11371 | 2024.12.12 04:11:48.399033 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11372 | 2024.12.12 04:11:48.399212 [ 264 ] {f3058e2a-9179-4150-9451-eaefcd052f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11373 | 2024.12.12 04:11:48.399274 [ 264 ] {f3058e2a-9179-4150-9451-eaefcd052f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11374 | 2024.12.12 04:11:48.399846 [ 264 ] {f3058e2a-9179-4150-9451-eaefcd052f24} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11375 | 2024.12.12 04:11:48.399891 [ 264 ] {f3058e2a-9179-4150-9451-eaefcd052f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11376 | 2024.12.12 04:11:48.400284 [ 264 ] {f3058e2a-9179-4150-9451-eaefcd052f24} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11377 | 2024.12.12 04:11:48.400531 [ 264 ] {f3058e2a-9179-4150-9451-eaefcd052f24} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11378 | 2024.12.12 04:11:48.400746 [ 264 ] {f3058e2a-9179-4150-9451-eaefcd052f24} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001558 sec., 3851.0911424903725 rows/sec., 201.20 KiB/sec. | ||
| 11379 | 2024.12.12 04:11:48.400928 [ 264 ] {f3058e2a-9179-4150-9451-eaefcd052f24} <Debug> TCPHandler: Processed in 0.002032273 sec. | ||
| 11380 | 2024.12.12 04:11:48.401137 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11381 | 2024.12.12 04:11:48.401276 [ 263 ] {7955c545-b1a4-40af-810a-5e90d504f120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11382 | 2024.12.12 04:11:48.401337 [ 263 ] {7955c545-b1a4-40af-810a-5e90d504f120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11383 | 2024.12.12 04:11:48.402014 [ 263 ] {7955c545-b1a4-40af-810a-5e90d504f120} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11384 | 2024.12.12 04:11:48.402058 [ 263 ] {7955c545-b1a4-40af-810a-5e90d504f120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11385 | 2024.12.12 04:11:48.402468 [ 263 ] {7955c545-b1a4-40af-810a-5e90d504f120} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11386 | 2024.12.12 04:11:48.402716 [ 263 ] {7955c545-b1a4-40af-810a-5e90d504f120} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11387 | 2024.12.12 04:11:48.402937 [ 263 ] {7955c545-b1a4-40af-810a-5e90d504f120} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001691 sec., 140153.755174453 rows/sec., 9.39 MiB/sec. | ||
| 11388 | 2024.12.12 04:11:48.402993 [ 263 ] {7955c545-b1a4-40af-810a-5e90d504f120} <Debug> TCPHandler: Processed in 0.001959351 sec. | ||
| 11389 | 2024.12.12 04:11:48.403145 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11390 | 2024.12.12 04:11:48.403286 [ 264 ] {e899d2e2-a668-4c53-8cd8-30b0a325e09c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11391 | 2024.12.12 04:11:48.403348 [ 264 ] {e899d2e2-a668-4c53-8cd8-30b0a325e09c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11392 | 2024.12.12 04:11:48.403908 [ 264 ] {e899d2e2-a668-4c53-8cd8-30b0a325e09c} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11393 | 2024.12.12 04:11:48.403953 [ 264 ] {e899d2e2-a668-4c53-8cd8-30b0a325e09c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11394 | 2024.12.12 04:11:48.404339 [ 264 ] {e899d2e2-a668-4c53-8cd8-30b0a325e09c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11395 | 2024.12.12 04:11:48.404583 [ 264 ] {e899d2e2-a668-4c53-8cd8-30b0a325e09c} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11396 | 2024.12.12 04:11:48.404760 [ 264 ] {e899d2e2-a668-4c53-8cd8-30b0a325e09c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001506 sec., 664.0106241699867 rows/sec., 44.74 KiB/sec. | ||
| 11397 | 2024.12.12 04:11:48.404810 [ 264 ] {e899d2e2-a668-4c53-8cd8-30b0a325e09c} <Debug> TCPHandler: Processed in 0.001732475 sec. | ||
| 11398 | 2024.12.12 04:11:48.404948 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11399 | 2024.12.12 04:11:48.405079 [ 263 ] {70c5c649-0cf5-4a3d-a7e6-1ab8db05562d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11400 | 2024.12.12 04:11:48.405175 [ 263 ] {70c5c649-0cf5-4a3d-a7e6-1ab8db05562d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11401 | 2024.12.12 04:11:48.406509 [ 263 ] {70c5c649-0cf5-4a3d-a7e6-1ab8db05562d} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11402 | 2024.12.12 04:11:48.406550 [ 263 ] {70c5c649-0cf5-4a3d-a7e6-1ab8db05562d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11403 | 2024.12.12 04:11:48.407246 [ 263 ] {70c5c649-0cf5-4a3d-a7e6-1ab8db05562d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11404 | 2024.12.12 04:11:48.407525 [ 263 ] {70c5c649-0cf5-4a3d-a7e6-1ab8db05562d} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11405 | 2024.12.12 04:11:48.407828 [ 263 ] {70c5c649-0cf5-4a3d-a7e6-1ab8db05562d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002771 sec., 14074.341392998916 rows/sec., 25.22 MiB/sec. | ||
| 11406 | 2024.12.12 04:11:48.408374 [ 263 ] {70c5c649-0cf5-4a3d-a7e6-1ab8db05562d} <Debug> TCPHandler: Processed in 0.003475701 sec. | ||
| 11407 | 2024.12.12 04:11:48.408604 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11408 | 2024.12.12 04:11:48.408760 [ 264 ] {f301b882-cd17-4a11-a233-487c19dcae50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11409 | 2024.12.12 04:11:48.408824 [ 264 ] {f301b882-cd17-4a11-a233-487c19dcae50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11410 | 2024.12.12 04:11:48.409338 [ 264 ] {f301b882-cd17-4a11-a233-487c19dcae50} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11411 | 2024.12.12 04:11:48.409376 [ 264 ] {f301b882-cd17-4a11-a233-487c19dcae50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 11412 | 2024.12.12 04:11:48.409755 [ 264 ] {f301b882-cd17-4a11-a233-487c19dcae50} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11413 | 2024.12.12 04:11:48.409997 [ 264 ] {f301b882-cd17-4a11-a233-487c19dcae50} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11414 | 2024.12.12 04:11:48.410181 [ 264 ] {f301b882-cd17-4a11-a233-487c19dcae50} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001452 sec., 56473.82920110193 rows/sec., 3.59 MiB/sec. | ||
| 11415 | 2024.12.12 04:11:48.410230 [ 264 ] {f301b882-cd17-4a11-a233-487c19dcae50} <Debug> TCPHandler: Processed in 0.001734086 sec. | ||
| 11416 | 2024.12.12 04:11:51.668301 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11417 | 2024.12.12 04:11:51.668414 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11418 | 2024.12.12 04:11:51.868309 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 | ||
| 11419 | 2024.12.12 04:11:51.869041 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11420 | 2024.12.12 04:11:51.869092 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11421 | 2024.12.12 04:11:51.869649 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11422 | 2024.12.12 04:11:51.869925 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11423 | 2024.12.12 04:11:51.870148 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 11424 | 2024.12.12 04:11:53.379955 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11425 | 2024.12.12 04:11:53.380171 [ 264 ] {9ba90c63-cccf-40a7-9d34-c88d4313505f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11426 | 2024.12.12 04:11:53.380251 [ 264 ] {9ba90c63-cccf-40a7-9d34-c88d4313505f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11427 | 2024.12.12 04:11:53.381042 [ 264 ] {9ba90c63-cccf-40a7-9d34-c88d4313505f} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11428 | 2024.12.12 04:11:53.381084 [ 264 ] {9ba90c63-cccf-40a7-9d34-c88d4313505f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11429 | 2024.12.12 04:11:53.381526 [ 264 ] {9ba90c63-cccf-40a7-9d34-c88d4313505f} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11430 | 2024.12.12 04:11:53.381786 [ 264 ] {9ba90c63-cccf-40a7-9d34-c88d4313505f} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11431 | 2024.12.12 04:11:53.382004 [ 145 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11432 | 2024.12.12 04:11:53.382030 [ 264 ] {9ba90c63-cccf-40a7-9d34-c88d4313505f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.24 MiB/sec. | ||
| 11433 | 2024.12.12 04:11:53.382089 [ 145 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11434 | 2024.12.12 04:11:53.382162 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11435 | 2024.12.12 04:11:53.382177 [ 264 ] {9ba90c63-cccf-40a7-9d34-c88d4313505f} <Debug> TCPHandler: Processed in 0.002362672 sec. | ||
| 11436 | 2024.12.12 04:11:53.382342 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 11437 | 2024.12.12 04:11:53.382464 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11438 | 2024.12.12 04:11:53.382522 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1432 rows starting from the beginning of the part | ||
| 11439 | 2024.12.12 04:11:53.382545 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11440 | 2024.12.12 04:11:53.382692 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 11441 | 2024.12.12 04:11:53.383089 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 281 rows starting from the beginning of the part | ||
| 11442 | 2024.12.12 04:11:53.383288 [ 263 ] {407580f3-2026-4c19-8470-97c1d9185eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11443 | 2024.12.12 04:11:53.383496 [ 263 ] {407580f3-2026-4c19-8470-97c1d9185eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11444 | 2024.12.12 04:11:53.383532 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1199 rows starting from the beginning of the part | ||
| 11445 | 2024.12.12 04:11:53.383877 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 281 rows starting from the beginning of the part | ||
| 11446 | 2024.12.12 04:11:53.384112 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 56 rows starting from the beginning of the part | ||
| 11447 | 2024.12.12 04:11:53.386077 [ 263 ] {407580f3-2026-4c19-8470-97c1d9185eb9} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11448 | 2024.12.12 04:11:53.386195 [ 263 ] {407580f3-2026-4c19-8470-97c1d9185eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11449 | 2024.12.12 04:11:53.387021 [ 263 ] {407580f3-2026-4c19-8470-97c1d9185eb9} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11450 | 2024.12.12 04:11:53.387503 [ 263 ] {407580f3-2026-4c19-8470-97c1d9185eb9} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11451 | 2024.12.12 04:11:53.387751 [ 189 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3305 rows, containing 5 columns (5 merged, 0 gathered) in 0.00548372 sec., 602693.0623737171 rows/sec., 52.81 MiB/sec. | ||
| 11452 | 2024.12.12 04:11:53.387897 [ 145 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11453 | 2024.12.12 04:11:53.387967 [ 145 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11454 | 2024.12.12 04:11:53.388001 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11455 | 2024.12.12 04:11:53.388030 [ 263 ] {407580f3-2026-4c19-8470-97c1d9185eb9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004965 sec., 12890.231621349447 rows/sec., 1.01 MiB/sec. | ||
| 11456 | 2024.12.12 04:11:53.388287 [ 189 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11457 | 2024.12.12 04:11:53.388591 [ 263 ] {407580f3-2026-4c19-8470-97c1d9185eb9} <Debug> TCPHandler: Processed in 0.006251723 sec. | ||
| 11458 | 2024.12.12 04:11:53.389118 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11459 | 2024.12.12 04:11:53.389238 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 11460 | 2024.12.12 04:11:53.389659 [ 189 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_91_18} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11461 | 2024.12.12 04:11:53.389783 [ 264 ] {99fbabf8-ba02-4ab5-a105-8ea568a133ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11462 | 2024.12.12 04:11:53.390088 [ 189 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_91_18} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11463 | 2024.12.12 04:11:53.390099 [ 264 ] {99fbabf8-ba02-4ab5-a105-8ea568a133ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11464 | 2024.12.12 04:11:53.390431 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 11465 | 2024.12.12 04:11:53.390946 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11466 | 2024.12.12 04:11:53.391096 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 913 rows starting from the beginning of the part | ||
| 11467 | 2024.12.12 04:11:53.391486 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 11468 | 2024.12.12 04:11:53.391750 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 421 rows starting from the beginning of the part | ||
| 11469 | 2024.12.12 04:11:53.392090 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 526 rows starting from the beginning of the part | ||
| 11470 | 2024.12.12 04:11:53.392462 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 421 rows starting from the beginning of the part | ||
| 11471 | 2024.12.12 04:11:53.392777 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 64 rows starting from the beginning of the part | ||
| 11472 | 2024.12.12 04:11:53.393363 [ 264 ] {99fbabf8-ba02-4ab5-a105-8ea568a133ac} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11473 | 2024.12.12 04:11:53.393411 [ 264 ] {99fbabf8-ba02-4ab5-a105-8ea568a133ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11474 | 2024.12.12 04:11:53.394294 [ 264 ] {99fbabf8-ba02-4ab5-a105-8ea568a133ac} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11475 | 2024.12.12 04:11:53.394821 [ 264 ] {99fbabf8-ba02-4ab5-a105-8ea568a133ac} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11476 | 2024.12.12 04:11:53.395151 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11477 | 2024.12.12 04:11:53.395233 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11478 | 2024.12.12 04:11:53.395307 [ 264 ] {99fbabf8-ba02-4ab5-a105-8ea568a133ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005784 sec., 27662.517289073305 rows/sec., 1.93 MiB/sec. | ||
| 11479 | 2024.12.12 04:11:53.395315 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11480 | 2024.12.12 04:11:53.395552 [ 264 ] {99fbabf8-ba02-4ab5-a105-8ea568a133ac} <Debug> TCPHandler: Processed in 0.006768637 sec. | ||
| 11481 | 2024.12.12 04:11:53.395919 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 11482 | 2024.12.12 04:11:53.396176 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11483 | 2024.12.12 04:11:53.396215 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2409 rows, containing 5 columns (5 merged, 0 gathered) in 0.008037959 sec., 299702.9469794509 rows/sec., 22.98 MiB/sec. | ||
| 11484 | 2024.12.12 04:11:53.396304 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11485 | 2024.12.12 04:11:53.396371 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 27226 rows starting from the beginning of the part | ||
| 11486 | 2024.12.12 04:11:53.396546 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11487 | 2024.12.12 04:11:53.396655 [ 263 ] {602940d4-6ffd-47f5-aee0-707b55a3e353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11488 | 2024.12.12 04:11:53.396849 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 11489 | 2024.12.12 04:11:53.396923 [ 263 ] {602940d4-6ffd-47f5-aee0-707b55a3e353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11490 | 2024.12.12 04:11:53.397351 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 11491 | 2024.12.12 04:11:53.397827 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 883 rows starting from the beginning of the part | ||
| 11492 | 2024.12.12 04:11:53.397973 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_91_18} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11493 | 2024.12.12 04:11:53.398475 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 237 rows starting from the beginning of the part | ||
| 11494 | 2024.12.12 04:11:53.398808 [ 187 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
| 11495 | 2024.12.12 04:11:53.398969 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_91_18} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11496 | 2024.12.12 04:11:53.399433 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 11497 | 2024.12.12 04:11:53.400070 [ 263 ] {602940d4-6ffd-47f5-aee0-707b55a3e353} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11498 | 2024.12.12 04:11:53.400132 [ 263 ] {602940d4-6ffd-47f5-aee0-707b55a3e353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11499 | 2024.12.12 04:11:53.400919 [ 263 ] {602940d4-6ffd-47f5-aee0-707b55a3e353} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11500 | 2024.12.12 04:11:53.401225 [ 263 ] {602940d4-6ffd-47f5-aee0-707b55a3e353} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11501 | 2024.12.12 04:11:53.401420 [ 145 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11502 | 2024.12.12 04:11:53.401497 [ 145 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11503 | 2024.12.12 04:11:53.401531 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11504 | 2024.12.12 04:11:53.401573 [ 263 ] {602940d4-6ffd-47f5-aee0-707b55a3e353} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005102 sec., 11760.094080752646 rows/sec., 811.57 KiB/sec. | ||
| 11505 | 2024.12.12 04:11:53.401896 [ 263 ] {602940d4-6ffd-47f5-aee0-707b55a3e353} <Debug> TCPHandler: Processed in 0.006164634 sec. | ||
| 11506 | 2024.12.12 04:11:53.401935 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 11507 | 2024.12.12 04:11:53.402314 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11508 | 2024.12.12 04:11:53.402397 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5890 rows starting from the beginning of the part | ||
| 11509 | 2024.12.12 04:11:53.402664 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 11510 | 2024.12.12 04:11:53.402997 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 11511 | 2024.12.12 04:11:53.403284 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
| 11512 | 2024.12.12 04:11:53.403575 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 82 rows starting from the beginning of the part | ||
| 11513 | 2024.12.12 04:11:53.403849 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
| 11514 | 2024.12.12 04:11:53.409001 [ 197 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6234 rows, containing 4 columns (4 merged, 0 gathered) in 0.007357052 sec., 847350.2701897444 rows/sec., 55.30 MiB/sec. | ||
| 11515 | 2024.12.12 04:11:53.410012 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11516 | 2024.12.12 04:11:53.410459 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_91_18} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11517 | 2024.12.12 04:11:53.410607 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_91_18} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11518 | 2024.12.12 04:11:53.410703 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 11519 | 2024.12.12 04:11:53.412154 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28903 rows, containing 5 columns (5 merged, 0 gathered) in 0.016565755 sec., 1744743.9008967595 rows/sec., 117.95 MiB/sec. | ||
| 11520 | 2024.12.12 04:11:53.412549 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11521 | 2024.12.12 04:11:53.412852 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11522 | 2024.12.12 04:11:53.412946 [ 192 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11523 | 2024.12.12 04:11:53.413046 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 11524 | 2024.12.12 04:11:53.833126 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 11525 | 2024.12.12 04:11:53.852820 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11526 | 2024.12.12 04:11:53.852887 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11527 | 2024.12.12 04:11:53.859841 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11528 | 2024.12.12 04:11:53.860763 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11529 | 2024.12.12 04:11:53.864048 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 11530 | 2024.12.12 04:11:54.000214 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 246.69 MiB, peak 257.56 MiB, free memory in arenas 0.00 B, will set to 249.71 MiB (RSS), difference: 3.02 MiB | ||
| 11531 | 2024.12.12 04:11:57.002914 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1606 | ||
| 11532 | 2024.12.12 04:11:57.006017 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11533 | 2024.12.12 04:11:57.006070 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11534 | 2024.12.12 04:11:57.007550 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 11535 | 2024.12.12 04:11:57.007862 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11536 | 2024.12.12 04:11:57.008154 [ 47 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 11537 | 2024.12.12 04:11:57.008348 [ 47 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11538 | 2024.12.12 04:11:57.008451 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11539 | 2024.12.12 04:11:57.009060 [ 196 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 11540 | 2024.12.12 04:11:57.009398 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1606 | ||
| 11541 | 2024.12.12 04:11:57.010047 [ 196 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11542 | 2024.12.12 04:11:57.010233 [ 196 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1446 rows starting from the beginning of the part | ||
| 11543 | 2024.12.12 04:11:57.010905 [ 196 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 32 rows starting from the beginning of the part | ||
| 11544 | 2024.12.12 04:11:57.011554 [ 196 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 11545 | 2024.12.12 04:11:57.012215 [ 196 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 32 rows starting from the beginning of the part | ||
| 11546 | 2024.12.12 04:11:57.012897 [ 196 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part | ||
| 11547 | 2024.12.12 04:11:57.013535 [ 196 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 11548 | 2024.12.12 04:11:57.021924 [ 188 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1606 rows, containing 72 columns (72 merged, 0 gathered) in 0.013288974 sec., 120852.06879026176 rows/sec., 93.60 MiB/sec. | ||
| 11549 | 2024.12.12 04:11:57.023399 [ 188 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 11550 | 2024.12.12 04:11:57.024083 [ 188 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_46_9} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11551 | 2024.12.12 04:11:57.024170 [ 188 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_46_9} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 11552 | 2024.12.12 04:11:57.024365 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 11553 | 2024.12.12 04:11:58.385973 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11554 | 2024.12.12 04:11:58.386168 [ 264 ] {5838d93f-3c7c-4f73-9810-80510b654392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11555 | 2024.12.12 04:11:58.386244 [ 264 ] {5838d93f-3c7c-4f73-9810-80510b654392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11556 | 2024.12.12 04:11:58.387024 [ 264 ] {5838d93f-3c7c-4f73-9810-80510b654392} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11557 | 2024.12.12 04:11:58.387078 [ 264 ] {5838d93f-3c7c-4f73-9810-80510b654392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11558 | 2024.12.12 04:11:58.387524 [ 264 ] {5838d93f-3c7c-4f73-9810-80510b654392} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11559 | 2024.12.12 04:11:58.387782 [ 264 ] {5838d93f-3c7c-4f73-9810-80510b654392} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11560 | 2024.12.12 04:11:58.388038 [ 264 ] {5838d93f-3c7c-4f73-9810-80510b654392} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001922 sec., 7284.0790842872 rows/sec., 524.36 KiB/sec. | ||
| 11561 | 2024.12.12 04:11:58.388104 [ 264 ] {5838d93f-3c7c-4f73-9810-80510b654392} <Debug> TCPHandler: Processed in 0.002268889 sec. | ||
| 11562 | 2024.12.12 04:11:58.388366 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11563 | 2024.12.12 04:11:58.388575 [ 263 ] {1ee3704f-1bdf-4603-a467-2c2be2ffe725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11564 | 2024.12.12 04:11:58.388653 [ 263 ] {1ee3704f-1bdf-4603-a467-2c2be2ffe725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11565 | 2024.12.12 04:11:58.389459 [ 263 ] {1ee3704f-1bdf-4603-a467-2c2be2ffe725} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11566 | 2024.12.12 04:11:58.389499 [ 263 ] {1ee3704f-1bdf-4603-a467-2c2be2ffe725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11567 | 2024.12.12 04:11:58.389932 [ 263 ] {1ee3704f-1bdf-4603-a467-2c2be2ffe725} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 11568 | 2024.12.12 04:11:58.390191 [ 263 ] {1ee3704f-1bdf-4603-a467-2c2be2ffe725} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11569 | 2024.12.12 04:11:58.390408 [ 263 ] {1ee3704f-1bdf-4603-a467-2c2be2ffe725} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001879 sec., 1064.39595529537 rows/sec., 86.79 KiB/sec. | ||
| 11570 | 2024.12.12 04:11:58.390542 [ 263 ] {1ee3704f-1bdf-4603-a467-2c2be2ffe725} <Debug> TCPHandler: Processed in 0.00230823 sec. | ||
| 11571 | 2024.12.12 04:11:58.390753 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11572 | 2024.12.12 04:11:58.390879 [ 264 ] {dfa81229-8785-4730-bd8e-bea6afe77ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11573 | 2024.12.12 04:11:58.390933 [ 264 ] {dfa81229-8785-4730-bd8e-bea6afe77ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11574 | 2024.12.12 04:11:58.391705 [ 264 ] {dfa81229-8785-4730-bd8e-bea6afe77ce0} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11575 | 2024.12.12 04:11:58.391745 [ 264 ] {dfa81229-8785-4730-bd8e-bea6afe77ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11576 | 2024.12.12 04:11:58.392150 [ 264 ] {dfa81229-8785-4730-bd8e-bea6afe77ce0} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11577 | 2024.12.12 04:11:58.392399 [ 264 ] {dfa81229-8785-4730-bd8e-bea6afe77ce0} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11578 | 2024.12.12 04:11:58.392605 [ 264 ] {dfa81229-8785-4730-bd8e-bea6afe77ce0} <Debug> executeQuery: Read 282 rows, 25.49 KiB in 0.001755 sec., 160683.7606837607 rows/sec., 14.19 MiB/sec. | ||
| 11579 | 2024.12.12 04:11:58.392661 [ 264 ] {dfa81229-8785-4730-bd8e-bea6afe77ce0} <Debug> TCPHandler: Processed in 0.001995432 sec. | ||
| 11580 | 2024.12.12 04:11:58.392883 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11581 | 2024.12.12 04:11:58.393101 [ 263 ] {6610f29e-7abb-49ad-8f5b-f25581af2fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11582 | 2024.12.12 04:11:58.393192 [ 263 ] {6610f29e-7abb-49ad-8f5b-f25581af2fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11583 | 2024.12.12 04:11:58.393929 [ 263 ] {6610f29e-7abb-49ad-8f5b-f25581af2fc2} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11584 | 2024.12.12 04:11:58.393969 [ 263 ] {6610f29e-7abb-49ad-8f5b-f25581af2fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11585 | 2024.12.12 04:11:58.394335 [ 263 ] {6610f29e-7abb-49ad-8f5b-f25581af2fc2} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11586 | 2024.12.12 04:11:58.394588 [ 263 ] {6610f29e-7abb-49ad-8f5b-f25581af2fc2} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11587 | 2024.12.12 04:11:58.394795 [ 263 ] {6610f29e-7abb-49ad-8f5b-f25581af2fc2} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001747 sec., 27475.6725815684 rows/sec., 1.97 MiB/sec. | ||
| 11588 | 2024.12.12 04:11:58.394846 [ 263 ] {6610f29e-7abb-49ad-8f5b-f25581af2fc2} <Debug> TCPHandler: Processed in 0.002075134 sec. | ||
| 11589 | 2024.12.12 04:11:58.394996 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11590 | 2024.12.12 04:11:58.395117 [ 264 ] {431a9453-cf2b-4e32-bd52-2108b08f3ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11591 | 2024.12.12 04:11:58.395167 [ 264 ] {431a9453-cf2b-4e32-bd52-2108b08f3ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11592 | 2024.12.12 04:11:58.395746 [ 264 ] {431a9453-cf2b-4e32-bd52-2108b08f3ae5} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11593 | 2024.12.12 04:11:58.395786 [ 264 ] {431a9453-cf2b-4e32-bd52-2108b08f3ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11594 | 2024.12.12 04:11:58.396152 [ 264 ] {431a9453-cf2b-4e32-bd52-2108b08f3ae5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11595 | 2024.12.12 04:11:58.396394 [ 264 ] {431a9453-cf2b-4e32-bd52-2108b08f3ae5} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11596 | 2024.12.12 04:11:58.396605 [ 264 ] {431a9453-cf2b-4e32-bd52-2108b08f3ae5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001513 sec., 9253.139458030402 rows/sec., 648.03 KiB/sec. | ||
| 11597 | 2024.12.12 04:11:58.396661 [ 264 ] {431a9453-cf2b-4e32-bd52-2108b08f3ae5} <Debug> TCPHandler: Processed in 0.001723645 sec. | ||
| 11598 | 2024.12.12 04:11:58.396815 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11599 | 2024.12.12 04:11:58.396952 [ 263 ] {c00da8ce-5ab4-4283-b472-a1552dcf6ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11600 | 2024.12.12 04:11:58.397008 [ 263 ] {c00da8ce-5ab4-4283-b472-a1552dcf6ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11601 | 2024.12.12 04:11:58.397631 [ 263 ] {c00da8ce-5ab4-4283-b472-a1552dcf6ca1} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11602 | 2024.12.12 04:11:58.397670 [ 263 ] {c00da8ce-5ab4-4283-b472-a1552dcf6ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11603 | 2024.12.12 04:11:58.398021 [ 263 ] {c00da8ce-5ab4-4283-b472-a1552dcf6ca1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11604 | 2024.12.12 04:11:58.398261 [ 263 ] {c00da8ce-5ab4-4283-b472-a1552dcf6ca1} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11605 | 2024.12.12 04:11:58.398506 [ 263 ] {c00da8ce-5ab4-4283-b472-a1552dcf6ca1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001583 sec., 8212.2552116235 rows/sec., 512.03 KiB/sec. | ||
| 11606 | 2024.12.12 04:11:58.398625 [ 263 ] {c00da8ce-5ab4-4283-b472-a1552dcf6ca1} <Debug> TCPHandler: Processed in 0.001870639 sec. | ||
| 11607 | 2024.12.12 04:11:58.398868 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11608 | 2024.12.12 04:11:58.399012 [ 264 ] {6e6deedc-3659-471b-8986-64a39a857416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11609 | 2024.12.12 04:11:58.399061 [ 264 ] {6e6deedc-3659-471b-8986-64a39a857416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11610 | 2024.12.12 04:11:58.399790 [ 264 ] {6e6deedc-3659-471b-8986-64a39a857416} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11611 | 2024.12.12 04:11:58.399829 [ 264 ] {6e6deedc-3659-471b-8986-64a39a857416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11612 | 2024.12.12 04:11:58.400214 [ 264 ] {6e6deedc-3659-471b-8986-64a39a857416} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11613 | 2024.12.12 04:11:58.400468 [ 264 ] {6e6deedc-3659-471b-8986-64a39a857416} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11614 | 2024.12.12 04:11:58.400679 [ 264 ] {6e6deedc-3659-471b-8986-64a39a857416} <Debug> executeQuery: Read 423 rows, 30.97 KiB in 0.001693 sec., 249852.33313644418 rows/sec., 17.86 MiB/sec. | ||
| 11615 | 2024.12.12 04:11:58.400734 [ 264 ] {6e6deedc-3659-471b-8986-64a39a857416} <Debug> TCPHandler: Processed in 0.002017413 sec. | ||
| 11616 | 2024.12.12 04:11:58.400953 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11617 | 2024.12.12 04:11:58.401185 [ 263 ] {1234c407-35d0-4a14-8930-fbd0d5417c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11618 | 2024.12.12 04:11:58.401279 [ 263 ] {1234c407-35d0-4a14-8930-fbd0d5417c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11619 | 2024.12.12 04:11:58.401845 [ 263 ] {1234c407-35d0-4a14-8930-fbd0d5417c82} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11620 | 2024.12.12 04:11:58.401883 [ 263 ] {1234c407-35d0-4a14-8930-fbd0d5417c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11621 | 2024.12.12 04:11:58.402246 [ 263 ] {1234c407-35d0-4a14-8930-fbd0d5417c82} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11622 | 2024.12.12 04:11:58.402479 [ 263 ] {1234c407-35d0-4a14-8930-fbd0d5417c82} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11623 | 2024.12.12 04:11:58.402723 [ 263 ] {1234c407-35d0-4a14-8930-fbd0d5417c82} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001584 sec., 3787.878787878788 rows/sec., 197.90 KiB/sec. | ||
| 11624 | 2024.12.12 04:11:58.402889 [ 263 ] {1234c407-35d0-4a14-8930-fbd0d5417c82} <Debug> TCPHandler: Processed in 0.002043513 sec. | ||
| 11625 | 2024.12.12 04:11:58.403093 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11626 | 2024.12.12 04:11:58.403218 [ 264 ] {bd95e59e-e87f-4f62-b0b3-0eaaa239674b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11627 | 2024.12.12 04:11:58.403269 [ 264 ] {bd95e59e-e87f-4f62-b0b3-0eaaa239674b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11628 | 2024.12.12 04:11:58.403833 [ 264 ] {bd95e59e-e87f-4f62-b0b3-0eaaa239674b} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11629 | 2024.12.12 04:11:58.403871 [ 264 ] {bd95e59e-e87f-4f62-b0b3-0eaaa239674b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11630 | 2024.12.12 04:11:58.404268 [ 264 ] {bd95e59e-e87f-4f62-b0b3-0eaaa239674b} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11631 | 2024.12.12 04:11:58.404515 [ 264 ] {bd95e59e-e87f-4f62-b0b3-0eaaa239674b} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11632 | 2024.12.12 04:11:58.404731 [ 264 ] {bd95e59e-e87f-4f62-b0b3-0eaaa239674b} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001538 sec., 154746.42392717814 rows/sec., 10.37 MiB/sec. | ||
| 11633 | 2024.12.12 04:11:58.404783 [ 264 ] {bd95e59e-e87f-4f62-b0b3-0eaaa239674b} <Debug> TCPHandler: Processed in 0.001795017 sec. | ||
| 11634 | 2024.12.12 04:11:58.404935 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11635 | 2024.12.12 04:11:58.405059 [ 263 ] {400e9c90-18c2-4431-b1c8-e4378ffbf342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11636 | 2024.12.12 04:11:58.405111 [ 263 ] {400e9c90-18c2-4431-b1c8-e4378ffbf342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11637 | 2024.12.12 04:11:58.405569 [ 263 ] {400e9c90-18c2-4431-b1c8-e4378ffbf342} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11638 | 2024.12.12 04:11:58.405607 [ 263 ] {400e9c90-18c2-4431-b1c8-e4378ffbf342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11639 | 2024.12.12 04:11:58.405973 [ 263 ] {400e9c90-18c2-4431-b1c8-e4378ffbf342} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11640 | 2024.12.12 04:11:58.406215 [ 263 ] {400e9c90-18c2-4431-b1c8-e4378ffbf342} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11641 | 2024.12.12 04:11:58.406417 [ 263 ] {400e9c90-18c2-4431-b1c8-e4378ffbf342} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001385 sec., 722.0216606498195 rows/sec., 48.65 KiB/sec. | ||
| 11642 | 2024.12.12 04:11:58.406466 [ 263 ] {400e9c90-18c2-4431-b1c8-e4378ffbf342} <Debug> TCPHandler: Processed in 0.001591922 sec. | ||
| 11643 | 2024.12.12 04:11:58.406612 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11644 | 2024.12.12 04:11:58.406729 [ 264 ] {6259b8b2-38ec-403b-8bc3-1bd434cd197b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11645 | 2024.12.12 04:11:58.406811 [ 264 ] {6259b8b2-38ec-403b-8bc3-1bd434cd197b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11646 | 2024.12.12 04:11:58.408027 [ 264 ] {6259b8b2-38ec-403b-8bc3-1bd434cd197b} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11647 | 2024.12.12 04:11:58.408067 [ 264 ] {6259b8b2-38ec-403b-8bc3-1bd434cd197b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11648 | 2024.12.12 04:11:58.408729 [ 264 ] {6259b8b2-38ec-403b-8bc3-1bd434cd197b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 11649 | 2024.12.12 04:11:58.408990 [ 264 ] {6259b8b2-38ec-403b-8bc3-1bd434cd197b} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11650 | 2024.12.12 04:11:58.409186 [ 37 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 11651 | 2024.12.12 04:11:58.409266 [ 264 ] {6259b8b2-38ec-403b-8bc3-1bd434cd197b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002553 sec., 15276.145710928318 rows/sec., 27.37 MiB/sec. | ||
| 11652 | 2024.12.12 04:11:58.409272 [ 37 ] {} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11653 | 2024.12.12 04:11:58.409349 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11654 | 2024.12.12 04:11:58.409712 [ 264 ] {6259b8b2-38ec-403b-8bc3-1bd434cd197b} <Debug> TCPHandler: Processed in 0.003154602 sec. | ||
| 11655 | 2024.12.12 04:11:58.409815 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::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 | ||
| 11656 | 2024.12.12 04:11:58.410002 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11657 | 2024.12.12 04:11:58.410329 [ 263 ] {7ff10a44-6f12-49c2-8b78-429651f2194b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11658 | 2024.12.12 04:11:58.410448 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11659 | 2024.12.12 04:11:58.410462 [ 263 ] {7ff10a44-6f12-49c2-8b78-429651f2194b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11660 | 2024.12.12 04:11:58.410573 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1530 rows starting from the beginning of the part | ||
| 11661 | 2024.12.12 04:11:58.411303 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 39 rows starting from the beginning of the part | ||
| 11662 | 2024.12.12 04:11:58.411737 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 39 rows starting from the beginning of the part | ||
| 11663 | 2024.12.12 04:11:58.412037 [ 263 ] {7ff10a44-6f12-49c2-8b78-429651f2194b} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11664 | 2024.12.12 04:11:58.412106 [ 263 ] {7ff10a44-6f12-49c2-8b78-429651f2194b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11665 | 2024.12.12 04:11:58.412152 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 39 rows starting from the beginning of the part | ||
| 11666 | 2024.12.12 04:11:58.412558 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 39 rows starting from the beginning of the part | ||
| 11667 | 2024.12.12 04:11:58.412946 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 39 rows starting from the beginning of the part | ||
| 11668 | 2024.12.12 04:11:58.412993 [ 263 ] {7ff10a44-6f12-49c2-8b78-429651f2194b} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11669 | 2024.12.12 04:11:58.413421 [ 263 ] {7ff10a44-6f12-49c2-8b78-429651f2194b} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11670 | 2024.12.12 04:11:58.413817 [ 263 ] {7ff10a44-6f12-49c2-8b78-429651f2194b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003558 sec., 23046.65542439573 rows/sec., 1.46 MiB/sec. | ||
| 11671 | 2024.12.12 04:11:58.413928 [ 263 ] {7ff10a44-6f12-49c2-8b78-429651f2194b} <Debug> TCPHandler: Processed in 0.004070716 sec. | ||
| 11672 | 2024.12.12 04:11:58.422171 [ 190 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1725 rows, containing 19 columns (19 merged, 0 gathered) in 0.012633982 sec., 136536.52506391096 rows/sec., 244.67 MiB/sec. | ||
| 11673 | 2024.12.12 04:11:58.424000 [ 190 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 11674 | 2024.12.12 04:11:58.424460 [ 190 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11675 | 2024.12.12 04:11:58.424546 [ 190 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 11676 | 2024.12.12 04:11:58.424725 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. | ||
| 11677 | 2024.12.12 04:11:59.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.64 MiB, peak 262.27 MiB, free memory in arenas 0.00 B, will set to 252.63 MiB (RSS), difference: 1.99 MiB | ||
| 11678 | 2024.12.12 04:11:59.370296 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 | ||
| 11679 | 2024.12.12 04:11:59.371506 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11680 | 2024.12.12 04:11:59.371559 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11681 | 2024.12.12 04:11:59.372097 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11682 | 2024.12.12 04:11:59.372360 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11683 | 2024.12.12 04:11:59.372595 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 11684 | 2024.12.12 04:12:01.364109 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 11685 | 2024.12.12 04:12:01.384834 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11686 | 2024.12.12 04:12:01.384903 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11687 | 2024.12.12 04:12:01.392514 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 11688 | 2024.12.12 04:12:01.393291 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11689 | 2024.12.12 04:12:01.396550 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 11690 | 2024.12.12 04:12:03.380171 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11691 | 2024.12.12 04:12:03.380367 [ 264 ] {f68837b2-d0ca-496e-9b07-d504f3d4c589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11692 | 2024.12.12 04:12:03.380443 [ 264 ] {f68837b2-d0ca-496e-9b07-d504f3d4c589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11693 | 2024.12.12 04:12:03.381259 [ 264 ] {f68837b2-d0ca-496e-9b07-d504f3d4c589} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11694 | 2024.12.12 04:12:03.381315 [ 264 ] {f68837b2-d0ca-496e-9b07-d504f3d4c589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11695 | 2024.12.12 04:12:03.381765 [ 264 ] {f68837b2-d0ca-496e-9b07-d504f3d4c589} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11696 | 2024.12.12 04:12:03.382041 [ 264 ] {f68837b2-d0ca-496e-9b07-d504f3d4c589} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11697 | 2024.12.12 04:12:03.382311 [ 264 ] {f68837b2-d0ca-496e-9b07-d504f3d4c589} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001998 sec., 28028.028028028024 rows/sec., 2.15 MiB/sec. | ||
| 11698 | 2024.12.12 04:12:03.382380 [ 264 ] {f68837b2-d0ca-496e-9b07-d504f3d4c589} <Debug> TCPHandler: Processed in 0.002343561 sec. | ||
| 11699 | 2024.12.12 04:12:03.382688 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11700 | 2024.12.12 04:12:03.382896 [ 263 ] {d4241e77-680b-4864-80c3-330236b9cf2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11701 | 2024.12.12 04:12:03.382973 [ 263 ] {d4241e77-680b-4864-80c3-330236b9cf2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11702 | 2024.12.12 04:12:03.383824 [ 263 ] {d4241e77-680b-4864-80c3-330236b9cf2d} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11703 | 2024.12.12 04:12:03.383863 [ 263 ] {d4241e77-680b-4864-80c3-330236b9cf2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11704 | 2024.12.12 04:12:03.384304 [ 263 ] {d4241e77-680b-4864-80c3-330236b9cf2d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11705 | 2024.12.12 04:12:03.384552 [ 263 ] {d4241e77-680b-4864-80c3-330236b9cf2d} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11706 | 2024.12.12 04:12:03.384749 [ 263 ] {d4241e77-680b-4864-80c3-330236b9cf2d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001912 sec., 33472.803347280336 rows/sec., 2.61 MiB/sec. | ||
| 11707 | 2024.12.12 04:12:03.384805 [ 263 ] {d4241e77-680b-4864-80c3-330236b9cf2d} <Debug> TCPHandler: Processed in 0.00228309 sec. | ||
| 11708 | 2024.12.12 04:12:03.384952 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11709 | 2024.12.12 04:12:03.385086 [ 264 ] {db34631c-6598-4586-b24d-cae34b2d20fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11710 | 2024.12.12 04:12:03.385146 [ 264 ] {db34631c-6598-4586-b24d-cae34b2d20fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11711 | 2024.12.12 04:12:03.385742 [ 264 ] {db34631c-6598-4586-b24d-cae34b2d20fe} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11712 | 2024.12.12 04:12:03.385784 [ 264 ] {db34631c-6598-4586-b24d-cae34b2d20fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11713 | 2024.12.12 04:12:03.386193 [ 264 ] {db34631c-6598-4586-b24d-cae34b2d20fe} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11714 | 2024.12.12 04:12:03.386431 [ 264 ] {db34631c-6598-4586-b24d-cae34b2d20fe} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11715 | 2024.12.12 04:12:03.386652 [ 264 ] {db34631c-6598-4586-b24d-cae34b2d20fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
| 11716 | 2024.12.12 04:12:03.386705 [ 264 ] {db34631c-6598-4586-b24d-cae34b2d20fe} <Debug> TCPHandler: Processed in 0.001812388 sec. | ||
| 11717 | 2024.12.12 04:12:03.386863 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11718 | 2024.12.12 04:12:03.387002 [ 263 ] {4864c421-9b14-465a-82a9-02e329d2881f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11719 | 2024.12.12 04:12:03.387062 [ 263 ] {4864c421-9b14-465a-82a9-02e329d2881f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11720 | 2024.12.12 04:12:03.387653 [ 263 ] {4864c421-9b14-465a-82a9-02e329d2881f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11721 | 2024.12.12 04:12:03.387689 [ 263 ] {4864c421-9b14-465a-82a9-02e329d2881f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11722 | 2024.12.12 04:12:03.388062 [ 263 ] {4864c421-9b14-465a-82a9-02e329d2881f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11723 | 2024.12.12 04:12:03.388293 [ 263 ] {4864c421-9b14-465a-82a9-02e329d2881f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11724 | 2024.12.12 04:12:03.388466 [ 263 ] {4864c421-9b14-465a-82a9-02e329d2881f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec. | ||
| 11725 | 2024.12.12 04:12:03.388515 [ 263 ] {4864c421-9b14-465a-82a9-02e329d2881f} <Debug> TCPHandler: Processed in 0.001718435 sec. | ||
| 11726 | 2024.12.12 04:12:06.668674 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11727 | 2024.12.12 04:12:06.668751 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11728 | 2024.12.12 04:12:06.872724 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 | ||
| 11729 | 2024.12.12 04:12:06.873464 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11730 | 2024.12.12 04:12:06.873514 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11731 | 2024.12.12 04:12:06.874078 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11732 | 2024.12.12 04:12:06.874343 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11733 | 2024.12.12 04:12:06.874598 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 11734 | 2024.12.12 04:12:07.001434 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000995786 sec. | ||
| 11735 | 2024.12.12 04:12:07.009620 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1638 | ||
| 11736 | 2024.12.12 04:12:07.012875 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11737 | 2024.12.12 04:12:07.012936 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11738 | 2024.12.12 04:12:07.014458 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 11739 | 2024.12.12 04:12:07.014776 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11740 | 2024.12.12 04:12:07.015895 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1638 | ||
| 11741 | 2024.12.12 04:12:08.385753 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11742 | 2024.12.12 04:12:08.385944 [ 264 ] {5f350a33-4ddb-43dd-8d9b-cebc95f080dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11743 | 2024.12.12 04:12:08.386019 [ 264 ] {5f350a33-4ddb-43dd-8d9b-cebc95f080dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11744 | 2024.12.12 04:12:08.386754 [ 264 ] {5f350a33-4ddb-43dd-8d9b-cebc95f080dd} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11745 | 2024.12.12 04:12:08.386803 [ 264 ] {5f350a33-4ddb-43dd-8d9b-cebc95f080dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11746 | 2024.12.12 04:12:08.387235 [ 264 ] {5f350a33-4ddb-43dd-8d9b-cebc95f080dd} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11747 | 2024.12.12 04:12:08.387482 [ 264 ] {5f350a33-4ddb-43dd-8d9b-cebc95f080dd} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11748 | 2024.12.12 04:12:08.387718 [ 264 ] {5f350a33-4ddb-43dd-8d9b-cebc95f080dd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001828 sec., 7658.643326039388 rows/sec., 551.32 KiB/sec. | ||
| 11749 | 2024.12.12 04:12:08.387775 [ 264 ] {5f350a33-4ddb-43dd-8d9b-cebc95f080dd} <Debug> TCPHandler: Processed in 0.002157406 sec. | ||
| 11750 | 2024.12.12 04:12:08.388042 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11751 | 2024.12.12 04:12:08.388258 [ 263 ] {386c5fa2-873a-4cf3-a039-f7ac890ac1fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11752 | 2024.12.12 04:12:08.388339 [ 263 ] {386c5fa2-873a-4cf3-a039-f7ac890ac1fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11753 | 2024.12.12 04:12:08.389387 [ 263 ] {386c5fa2-873a-4cf3-a039-f7ac890ac1fb} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11754 | 2024.12.12 04:12:08.389439 [ 263 ] {386c5fa2-873a-4cf3-a039-f7ac890ac1fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11755 | 2024.12.12 04:12:08.389908 [ 263 ] {386c5fa2-873a-4cf3-a039-f7ac890ac1fb} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11756 | 2024.12.12 04:12:08.390177 [ 263 ] {386c5fa2-873a-4cf3-a039-f7ac890ac1fb} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11757 | 2024.12.12 04:12:08.390436 [ 263 ] {386c5fa2-873a-4cf3-a039-f7ac890ac1fb} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002234 sec., 125783.34825425247 rows/sec., 11.11 MiB/sec. | ||
| 11758 | 2024.12.12 04:12:08.390552 [ 263 ] {386c5fa2-873a-4cf3-a039-f7ac890ac1fb} <Debug> TCPHandler: Processed in 0.002651089 sec. | ||
| 11759 | 2024.12.12 04:12:08.390759 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11760 | 2024.12.12 04:12:08.391013 [ 264 ] {4ad4b670-5618-4b3e-aca1-d327d48adb45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11761 | 2024.12.12 04:12:08.391070 [ 264 ] {4ad4b670-5618-4b3e-aca1-d327d48adb45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11762 | 2024.12.12 04:12:08.391693 [ 264 ] {4ad4b670-5618-4b3e-aca1-d327d48adb45} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11763 | 2024.12.12 04:12:08.391734 [ 264 ] {4ad4b670-5618-4b3e-aca1-d327d48adb45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11764 | 2024.12.12 04:12:08.392101 [ 264 ] {4ad4b670-5618-4b3e-aca1-d327d48adb45} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11765 | 2024.12.12 04:12:08.392350 [ 264 ] {4ad4b670-5618-4b3e-aca1-d327d48adb45} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11766 | 2024.12.12 04:12:08.392569 [ 264 ] {4ad4b670-5618-4b3e-aca1-d327d48adb45} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001634 sec., 28151.774785801714 rows/sec., 2.03 MiB/sec. | ||
| 11767 | 2024.12.12 04:12:08.392624 [ 264 ] {4ad4b670-5618-4b3e-aca1-d327d48adb45} <Debug> TCPHandler: Processed in 0.001979322 sec. | ||
| 11768 | 2024.12.12 04:12:08.392792 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11769 | 2024.12.12 04:12:08.392939 [ 263 ] {164a73d8-f279-4458-a373-55c6a1eba602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11770 | 2024.12.12 04:12:08.393004 [ 263 ] {164a73d8-f279-4458-a373-55c6a1eba602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11771 | 2024.12.12 04:12:08.393702 [ 263 ] {164a73d8-f279-4458-a373-55c6a1eba602} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11772 | 2024.12.12 04:12:08.393750 [ 263 ] {164a73d8-f279-4458-a373-55c6a1eba602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11773 | 2024.12.12 04:12:08.394126 [ 263 ] {164a73d8-f279-4458-a373-55c6a1eba602} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11774 | 2024.12.12 04:12:08.394379 [ 263 ] {164a73d8-f279-4458-a373-55c6a1eba602} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11775 | 2024.12.12 04:12:08.394603 [ 263 ] {164a73d8-f279-4458-a373-55c6a1eba602} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001701 sec., 8230.452674897118 rows/sec., 576.41 KiB/sec. | ||
| 11776 | 2024.12.12 04:12:08.394660 [ 263 ] {164a73d8-f279-4458-a373-55c6a1eba602} <Debug> TCPHandler: Processed in 0.001933141 sec. | ||
| 11777 | 2024.12.12 04:12:08.394803 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11778 | 2024.12.12 04:12:08.394919 [ 264 ] {abd56594-26e8-4eec-8343-e8a3e0aec7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11779 | 2024.12.12 04:12:08.394968 [ 264 ] {abd56594-26e8-4eec-8343-e8a3e0aec7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11780 | 2024.12.12 04:12:08.395558 [ 264 ] {abd56594-26e8-4eec-8343-e8a3e0aec7ad} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11781 | 2024.12.12 04:12:08.395597 [ 264 ] {abd56594-26e8-4eec-8343-e8a3e0aec7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11782 | 2024.12.12 04:12:08.395965 [ 264 ] {abd56594-26e8-4eec-8343-e8a3e0aec7ad} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11783 | 2024.12.12 04:12:08.396211 [ 264 ] {abd56594-26e8-4eec-8343-e8a3e0aec7ad} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11784 | 2024.12.12 04:12:08.396450 [ 264 ] {abd56594-26e8-4eec-8343-e8a3e0aec7ad} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001545 sec., 8414.239482200648 rows/sec., 524.63 KiB/sec. | ||
| 11785 | 2024.12.12 04:12:08.396598 [ 264 ] {abd56594-26e8-4eec-8343-e8a3e0aec7ad} <Debug> TCPHandler: Processed in 0.001845098 sec. | ||
| 11786 | 2024.12.12 04:12:08.396824 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11787 | 2024.12.12 04:12:08.396970 [ 263 ] {b016c7db-5e64-45e3-a663-b2e1da783a8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11788 | 2024.12.12 04:12:08.397029 [ 263 ] {b016c7db-5e64-45e3-a663-b2e1da783a8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11789 | 2024.12.12 04:12:08.397901 [ 263 ] {b016c7db-5e64-45e3-a663-b2e1da783a8c} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11790 | 2024.12.12 04:12:08.397941 [ 263 ] {b016c7db-5e64-45e3-a663-b2e1da783a8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11791 | 2024.12.12 04:12:08.398327 [ 263 ] {b016c7db-5e64-45e3-a663-b2e1da783a8c} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11792 | 2024.12.12 04:12:08.398567 [ 263 ] {b016c7db-5e64-45e3-a663-b2e1da783a8c} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11793 | 2024.12.12 04:12:08.398795 [ 263 ] {b016c7db-5e64-45e3-a663-b2e1da783a8c} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001857 sec., 226709.74690360797 rows/sec., 16.20 MiB/sec. | ||
| 11794 | 2024.12.12 04:12:08.398853 [ 263 ] {b016c7db-5e64-45e3-a663-b2e1da783a8c} <Debug> TCPHandler: Processed in 0.002146346 sec. | ||
| 11795 | 2024.12.12 04:12:08.398989 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11796 | 2024.12.12 04:12:08.399109 [ 264 ] {c3607a14-2c8a-4fbf-a167-4ae650d6d9b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11797 | 2024.12.12 04:12:08.399160 [ 264 ] {c3607a14-2c8a-4fbf-a167-4ae650d6d9b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11798 | 2024.12.12 04:12:08.399647 [ 264 ] {c3607a14-2c8a-4fbf-a167-4ae650d6d9b3} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11799 | 2024.12.12 04:12:08.399685 [ 264 ] {c3607a14-2c8a-4fbf-a167-4ae650d6d9b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11800 | 2024.12.12 04:12:08.400053 [ 264 ] {c3607a14-2c8a-4fbf-a167-4ae650d6d9b3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11801 | 2024.12.12 04:12:08.400290 [ 264 ] {c3607a14-2c8a-4fbf-a167-4ae650d6d9b3} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11802 | 2024.12.12 04:12:08.400491 [ 264 ] {c3607a14-2c8a-4fbf-a167-4ae650d6d9b3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001406 sec., 4267.425320056899 rows/sec., 222.96 KiB/sec. | ||
| 11803 | 2024.12.12 04:12:08.400542 [ 264 ] {c3607a14-2c8a-4fbf-a167-4ae650d6d9b3} <Debug> TCPHandler: Processed in 0.001610142 sec. | ||
| 11804 | 2024.12.12 04:12:08.400684 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11805 | 2024.12.12 04:12:08.400809 [ 263 ] {931800bb-c7a4-4200-9ded-5b893821da51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11806 | 2024.12.12 04:12:08.400872 [ 263 ] {931800bb-c7a4-4200-9ded-5b893821da51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11807 | 2024.12.12 04:12:08.401572 [ 263 ] {931800bb-c7a4-4200-9ded-5b893821da51} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11808 | 2024.12.12 04:12:08.401618 [ 263 ] {931800bb-c7a4-4200-9ded-5b893821da51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11809 | 2024.12.12 04:12:08.402040 [ 263 ] {931800bb-c7a4-4200-9ded-5b893821da51} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11810 | 2024.12.12 04:12:08.402274 [ 263 ] {931800bb-c7a4-4200-9ded-5b893821da51} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11811 | 2024.12.12 04:12:08.402492 [ 263 ] {931800bb-c7a4-4200-9ded-5b893821da51} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001717 sec., 138031.4502038439 rows/sec., 9.25 MiB/sec. | ||
| 11812 | 2024.12.12 04:12:08.402546 [ 263 ] {931800bb-c7a4-4200-9ded-5b893821da51} <Debug> TCPHandler: Processed in 0.001919161 sec. | ||
| 11813 | 2024.12.12 04:12:08.402684 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11814 | 2024.12.12 04:12:08.402802 [ 264 ] {40184df1-f02e-4e89-8ac1-67fbb346f5a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11815 | 2024.12.12 04:12:08.402855 [ 264 ] {40184df1-f02e-4e89-8ac1-67fbb346f5a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11816 | 2024.12.12 04:12:08.403331 [ 264 ] {40184df1-f02e-4e89-8ac1-67fbb346f5a9} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11817 | 2024.12.12 04:12:08.403369 [ 264 ] {40184df1-f02e-4e89-8ac1-67fbb346f5a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11818 | 2024.12.12 04:12:08.403731 [ 264 ] {40184df1-f02e-4e89-8ac1-67fbb346f5a9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11819 | 2024.12.12 04:12:08.403964 [ 264 ] {40184df1-f02e-4e89-8ac1-67fbb346f5a9} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11820 | 2024.12.12 04:12:08.404154 [ 264 ] {40184df1-f02e-4e89-8ac1-67fbb346f5a9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001377 sec., 726.2164124909223 rows/sec., 48.93 KiB/sec. | ||
| 11821 | 2024.12.12 04:12:08.404206 [ 264 ] {40184df1-f02e-4e89-8ac1-67fbb346f5a9} <Debug> TCPHandler: Processed in 0.001577891 sec. | ||
| 11822 | 2024.12.12 04:12:08.404344 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11823 | 2024.12.12 04:12:08.404460 [ 263 ] {3f27f19d-da17-42af-a0ed-d265ffd43c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11824 | 2024.12.12 04:12:08.404542 [ 263 ] {3f27f19d-da17-42af-a0ed-d265ffd43c38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11825 | 2024.12.12 04:12:08.405743 [ 263 ] {3f27f19d-da17-42af-a0ed-d265ffd43c38} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11826 | 2024.12.12 04:12:08.405783 [ 263 ] {3f27f19d-da17-42af-a0ed-d265ffd43c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11827 | 2024.12.12 04:12:08.406442 [ 263 ] {3f27f19d-da17-42af-a0ed-d265ffd43c38} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 11828 | 2024.12.12 04:12:08.406719 [ 263 ] {3f27f19d-da17-42af-a0ed-d265ffd43c38} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11829 | 2024.12.12 04:12:08.406961 [ 263 ] {3f27f19d-da17-42af-a0ed-d265ffd43c38} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002525 sec., 15445.544554455446 rows/sec., 27.68 MiB/sec. | ||
| 11830 | 2024.12.12 04:12:08.407056 [ 263 ] {3f27f19d-da17-42af-a0ed-d265ffd43c38} <Debug> TCPHandler: Processed in 0.002769382 sec. | ||
| 11831 | 2024.12.12 04:12:08.407218 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11832 | 2024.12.12 04:12:08.407364 [ 264 ] {a42f266a-d37e-4e11-a7bb-a619421691b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11833 | 2024.12.12 04:12:08.407424 [ 264 ] {a42f266a-d37e-4e11-a7bb-a619421691b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11834 | 2024.12.12 04:12:08.407975 [ 264 ] {a42f266a-d37e-4e11-a7bb-a619421691b9} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11835 | 2024.12.12 04:12:08.408038 [ 264 ] {a42f266a-d37e-4e11-a7bb-a619421691b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11836 | 2024.12.12 04:12:08.408421 [ 264 ] {a42f266a-d37e-4e11-a7bb-a619421691b9} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11837 | 2024.12.12 04:12:08.408662 [ 264 ] {a42f266a-d37e-4e11-a7bb-a619421691b9} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11838 | 2024.12.12 04:12:08.408841 [ 264 ] {a42f266a-d37e-4e11-a7bb-a619421691b9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00151 sec., 54304.6357615894 rows/sec., 3.45 MiB/sec. | ||
| 11839 | 2024.12.12 04:12:08.408890 [ 264 ] {a42f266a-d37e-4e11-a7bb-a619421691b9} <Debug> TCPHandler: Processed in 0.001743805 sec. | ||
| 11840 | 2024.12.12 04:12:08.896614 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 11841 | 2024.12.12 04:12:08.917143 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11842 | 2024.12.12 04:12:08.917205 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11843 | 2024.12.12 04:12:08.924739 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 11844 | 2024.12.12 04:12:08.925630 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11845 | 2024.12.12 04:12:08.928579 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 11846 | 2024.12.12 04:12:09.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.93 MiB, peak 262.27 MiB, free memory in arenas 0.00 B, will set to 252.63 MiB (RSS), difference: -1.31 MiB | ||
| 11847 | 2024.12.12 04:12:10.163275 [ 44 ] {} <Debug> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 11848 | 2024.12.12 04:12:10.163365 [ 44 ] {} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11849 | 2024.12.12 04:12:10.163394 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11850 | 2024.12.12 04:12:10.163629 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 11851 | 2024.12.12 04:12:10.163849 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11852 | 2024.12.12 04:12:10.163890 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 11853 | 2024.12.12 04:12:10.163976 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 11854 | 2024.12.12 04:12:10.164175 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part | ||
| 11855 | 2024.12.12 04:12:10.164417 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 11856 | 2024.12.12 04:12:10.164744 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
| 11857 | 2024.12.12 04:12:10.165870 [ 191 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.00239142 sec., 15890.140585928026 rows/sec., 1.33 MiB/sec. | ||
| 11858 | 2024.12.12 04:12:10.166081 [ 193 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 11859 | 2024.12.12 04:12:10.166478 [ 193 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_21_5} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11860 | 2024.12.12 04:12:10.166589 [ 193 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_21_5} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 11861 | 2024.12.12 04:12:10.166709 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11862 | 2024.12.12 04:12:13.408625 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11863 | 2024.12.12 04:12:13.408840 [ 264 ] {b083f6fe-1670-4a17-bc8d-211a5a7b0fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11864 | 2024.12.12 04:12:13.408923 [ 264 ] {b083f6fe-1670-4a17-bc8d-211a5a7b0fa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11865 | 2024.12.12 04:12:13.410336 [ 264 ] {b083f6fe-1670-4a17-bc8d-211a5a7b0fa8} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11866 | 2024.12.12 04:12:13.410392 [ 264 ] {b083f6fe-1670-4a17-bc8d-211a5a7b0fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11867 | 2024.12.12 04:12:13.411013 [ 264 ] {b083f6fe-1670-4a17-bc8d-211a5a7b0fa8} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11868 | 2024.12.12 04:12:13.411278 [ 264 ] {b083f6fe-1670-4a17-bc8d-211a5a7b0fa8} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11869 | 2024.12.12 04:12:13.411546 [ 264 ] {b083f6fe-1670-4a17-bc8d-211a5a7b0fa8} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002764 sec., 432706.2228654125 rows/sec., 35.67 MiB/sec. | ||
| 11870 | 2024.12.12 04:12:13.411662 [ 264 ] {b083f6fe-1670-4a17-bc8d-211a5a7b0fa8} <Debug> TCPHandler: Processed in 0.003179193 sec. | ||
| 11871 | 2024.12.12 04:12:13.411946 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11872 | 2024.12.12 04:12:13.412142 [ 263 ] {e5a78c9f-3287-40b8-944f-b98289652a4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11873 | 2024.12.12 04:12:13.412214 [ 263 ] {e5a78c9f-3287-40b8-944f-b98289652a4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11874 | 2024.12.12 04:12:13.413087 [ 263 ] {e5a78c9f-3287-40b8-944f-b98289652a4e} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11875 | 2024.12.12 04:12:13.413131 [ 263 ] {e5a78c9f-3287-40b8-944f-b98289652a4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11876 | 2024.12.12 04:12:13.413572 [ 263 ] {e5a78c9f-3287-40b8-944f-b98289652a4e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11877 | 2024.12.12 04:12:13.413833 [ 263 ] {e5a78c9f-3287-40b8-944f-b98289652a4e} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11878 | 2024.12.12 04:12:13.413974 [ 52 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11879 | 2024.12.12 04:12:13.414026 [ 52 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11880 | 2024.12.12 04:12:13.414032 [ 263 ] {e5a78c9f-3287-40b8-944f-b98289652a4e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001941 sec., 117465.22411128285 rows/sec., 7.95 MiB/sec. | ||
| 11881 | 2024.12.12 04:12:13.414055 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11882 | 2024.12.12 04:12:13.414137 [ 263 ] {e5a78c9f-3287-40b8-944f-b98289652a4e} <Debug> TCPHandler: Processed in 0.002351081 sec. | ||
| 11883 | 2024.12.12 04:12:13.414314 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::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 | ||
| 11884 | 2024.12.12 04:12:13.414351 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11885 | 2024.12.12 04:12:13.414475 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11886 | 2024.12.12 04:12:13.414523 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 243 rows starting from the beginning of the part | ||
| 11887 | 2024.12.12 04:12:13.414524 [ 264 ] {7b456775-4ca4-4d73-bed3-cdb6ec03f719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11888 | 2024.12.12 04:12:13.414616 [ 264 ] {7b456775-4ca4-4d73-bed3-cdb6ec03f719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11889 | 2024.12.12 04:12:13.414691 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 228 rows starting from the beginning of the part | ||
| 11890 | 2024.12.12 04:12:13.415112 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 11891 | 2024.12.12 04:12:13.415401 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 11892 | 2024.12.12 04:12:13.415702 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 11893 | 2024.12.12 04:12:13.415950 [ 186 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 228 rows starting from the beginning of the part | ||
| 11894 | 2024.12.12 04:12:13.416941 [ 264 ] {7b456775-4ca4-4d73-bed3-cdb6ec03f719} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11895 | 2024.12.12 04:12:13.416988 [ 264 ] {7b456775-4ca4-4d73-bed3-cdb6ec03f719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11896 | 2024.12.12 04:12:13.417587 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.003427307 sec., 216204.7345043791 rows/sec., 15.47 MiB/sec. | ||
| 11897 | 2024.12.12 04:12:13.417595 [ 264 ] {7b456775-4ca4-4d73-bed3-cdb6ec03f719} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11898 | 2024.12.12 04:12:13.417852 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11899 | 2024.12.12 04:12:13.418054 [ 264 ] {7b456775-4ca4-4d73-bed3-cdb6ec03f719} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11900 | 2024.12.12 04:12:13.418492 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_61_12} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11901 | 2024.12.12 04:12:13.418527 [ 264 ] {7b456775-4ca4-4d73-bed3-cdb6ec03f719} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.004046 sec., 128521.99703410776 rows/sec., 9.51 MiB/sec. | ||
| 11902 | 2024.12.12 04:12:13.418894 [ 264 ] {7b456775-4ca4-4d73-bed3-cdb6ec03f719} <Debug> TCPHandler: Processed in 0.004635011 sec. | ||
| 11903 | 2024.12.12 04:12:13.418893 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_61_12} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11904 | 2024.12.12 04:12:13.419202 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11905 | 2024.12.12 04:12:13.419237 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 11906 | 2024.12.12 04:12:13.419554 [ 263 ] {46551b91-4e72-4918-ad59-862500f04c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11907 | 2024.12.12 04:12:13.419703 [ 263 ] {46551b91-4e72-4918-ad59-862500f04c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11908 | 2024.12.12 04:12:13.420575 [ 263 ] {46551b91-4e72-4918-ad59-862500f04c66} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11909 | 2024.12.12 04:12:13.420616 [ 263 ] {46551b91-4e72-4918-ad59-862500f04c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11910 | 2024.12.12 04:12:13.421083 [ 263 ] {46551b91-4e72-4918-ad59-862500f04c66} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11911 | 2024.12.12 04:12:13.421334 [ 263 ] {46551b91-4e72-4918-ad59-862500f04c66} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11912 | 2024.12.12 04:12:13.421522 [ 263 ] {46551b91-4e72-4918-ad59-862500f04c66} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.002089 sec., 421254.188606989 rows/sec., 28.34 MiB/sec. | ||
| 11913 | 2024.12.12 04:12:13.421575 [ 263 ] {46551b91-4e72-4918-ad59-862500f04c66} <Debug> TCPHandler: Processed in 0.002562857 sec. | ||
| 11914 | 2024.12.12 04:12:13.421735 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11915 | 2024.12.12 04:12:13.421879 [ 264 ] {57004b7b-6734-481e-b4e7-b0307fa466f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11916 | 2024.12.12 04:12:13.421942 [ 264 ] {57004b7b-6734-481e-b4e7-b0307fa466f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11917 | 2024.12.12 04:12:13.422533 [ 264 ] {57004b7b-6734-481e-b4e7-b0307fa466f2} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11918 | 2024.12.12 04:12:13.422579 [ 264 ] {57004b7b-6734-481e-b4e7-b0307fa466f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11919 | 2024.12.12 04:12:13.423031 [ 264 ] {57004b7b-6734-481e-b4e7-b0307fa466f2} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11920 | 2024.12.12 04:12:13.423278 [ 264 ] {57004b7b-6734-481e-b4e7-b0307fa466f2} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11921 | 2024.12.12 04:12:13.423513 [ 264 ] {57004b7b-6734-481e-b4e7-b0307fa466f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001666 sec., 36014.40576230492 rows/sec., 2.43 MiB/sec. | ||
| 11922 | 2024.12.12 04:12:13.423611 [ 264 ] {57004b7b-6734-481e-b4e7-b0307fa466f2} <Debug> TCPHandler: Processed in 0.001943311 sec. | ||
| 11923 | 2024.12.12 04:12:14.374760 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 | ||
| 11924 | 2024.12.12 04:12:14.375720 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11925 | 2024.12.12 04:12:14.375783 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11926 | 2024.12.12 04:12:14.376549 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 11927 | 2024.12.12 04:12:14.376865 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11928 | 2024.12.12 04:12:14.377079 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 11929 | 2024.12.12 04:12:16.428643 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 11930 | 2024.12.12 04:12:16.450717 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11931 | 2024.12.12 04:12:16.450786 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11932 | 2024.12.12 04:12:16.458343 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 11933 | 2024.12.12 04:12:16.459149 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11934 | 2024.12.12 04:12:16.463371 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 11935 | 2024.12.12 04:12:17.016116 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1670 | ||
| 11936 | 2024.12.12 04:12:17.019791 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11937 | 2024.12.12 04:12:17.019844 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11938 | 2024.12.12 04:12:17.021359 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 11939 | 2024.12.12 04:12:17.021674 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11940 | 2024.12.12 04:12:17.023365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1670 | ||
| 11941 | 2024.12.12 04:12:18.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.62 MiB, peak 262.27 MiB, free memory in arenas 0.00 B, will set to 252.63 MiB (RSS), difference: 4.00 MiB | ||
| 11942 | 2024.12.12 04:12:18.386086 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11943 | 2024.12.12 04:12:18.386327 [ 264 ] {41f5754a-75b6-4540-9b3f-08e3dcd23735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11944 | 2024.12.12 04:12:18.386406 [ 264 ] {41f5754a-75b6-4540-9b3f-08e3dcd23735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11945 | 2024.12.12 04:12:18.387247 [ 264 ] {41f5754a-75b6-4540-9b3f-08e3dcd23735} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11946 | 2024.12.12 04:12:18.387288 [ 264 ] {41f5754a-75b6-4540-9b3f-08e3dcd23735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11947 | 2024.12.12 04:12:18.387734 [ 264 ] {41f5754a-75b6-4540-9b3f-08e3dcd23735} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11948 | 2024.12.12 04:12:18.387989 [ 264 ] {41f5754a-75b6-4540-9b3f-08e3dcd23735} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11949 | 2024.12.12 04:12:18.388136 [ 98 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 11950 | 2024.12.12 04:12:18.388184 [ 98 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11951 | 2024.12.12 04:12:18.388206 [ 264 ] {41f5754a-75b6-4540-9b3f-08e3dcd23735} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001936 sec., 7231.4049586776855 rows/sec., 520.56 KiB/sec. | ||
| 11952 | 2024.12.12 04:12:18.388217 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11953 | 2024.12.12 04:12:18.388331 [ 264 ] {41f5754a-75b6-4540-9b3f-08e3dcd23735} <Debug> TCPHandler: Processed in 0.002416372 sec. | ||
| 11954 | 2024.12.12 04:12:18.388575 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 11955 | 2024.12.12 04:12:18.388704 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11956 | 2024.12.12 04:12:18.388850 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11957 | 2024.12.12 04:12:18.388951 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 11958 | 2024.12.12 04:12:18.389209 [ 263 ] {39d9094c-2c10-498f-b33e-627d0633adad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11959 | 2024.12.12 04:12:18.389309 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 11960 | 2024.12.12 04:12:18.389389 [ 263 ] {39d9094c-2c10-498f-b33e-627d0633adad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11961 | 2024.12.12 04:12:18.389575 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 11962 | 2024.12.12 04:12:18.390003 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 11963 | 2024.12.12 04:12:18.390317 [ 191 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::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 | ||
| 11964 | 2024.12.12 04:12:18.392402 [ 263 ] {39d9094c-2c10-498f-b33e-627d0633adad} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11965 | 2024.12.12 04:12:18.392496 [ 263 ] {39d9094c-2c10-498f-b33e-627d0633adad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11966 | 2024.12.12 04:12:18.392847 [ 199 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004499708 sec., 15556.56500377358 rows/sec., 1.15 MiB/sec. | ||
| 11967 | 2024.12.12 04:12:18.393083 [ 199 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 11968 | 2024.12.12 04:12:18.393446 [ 263 ] {39d9094c-2c10-498f-b33e-627d0633adad} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11969 | 2024.12.12 04:12:18.393590 [ 199 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_45_11} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11970 | 2024.12.12 04:12:18.393754 [ 199 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_45_11} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 11971 | 2024.12.12 04:12:18.393904 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11972 | 2024.12.12 04:12:18.393984 [ 263 ] {39d9094c-2c10-498f-b33e-627d0633adad} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11973 | 2024.12.12 04:12:18.394199 [ 98 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11974 | 2024.12.12 04:12:18.394254 [ 98 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11975 | 2024.12.12 04:12:18.394291 [ 263 ] {39d9094c-2c10-498f-b33e-627d0633adad} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.005294 sec., 53078.95731016245 rows/sec., 4.69 MiB/sec. | ||
| 11976 | 2024.12.12 04:12:18.394299 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11977 | 2024.12.12 04:12:18.394514 [ 263 ] {39d9094c-2c10-498f-b33e-627d0633adad} <Debug> TCPHandler: Processed in 0.006031358 sec. | ||
| 11978 | 2024.12.12 04:12:18.394577 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 11979 | 2024.12.12 04:12:18.394737 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11980 | 2024.12.12 04:12:18.394758 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11981 | 2024.12.12 04:12:18.394809 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1432 rows starting from the beginning of the part | ||
| 11982 | 2024.12.12 04:12:18.395083 [ 264 ] {b09887f7-f519-4649-9fc8-313feaa96283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11983 | 2024.12.12 04:12:18.395110 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 282 rows starting from the beginning of the part | ||
| 11984 | 2024.12.12 04:12:18.395233 [ 264 ] {b09887f7-f519-4649-9fc8-313feaa96283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11985 | 2024.12.12 04:12:18.395522 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 11986 | 2024.12.12 04:12:18.395840 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 281 rows starting from the beginning of the part | ||
| 11987 | 2024.12.12 04:12:18.396202 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1196 rows starting from the beginning of the part | ||
| 11988 | 2024.12.12 04:12:18.396640 [ 199 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 281 rows starting from the beginning of the part | ||
| 11989 | 2024.12.12 04:12:18.397909 [ 264 ] {b09887f7-f519-4649-9fc8-313feaa96283} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11990 | 2024.12.12 04:12:18.397966 [ 264 ] {b09887f7-f519-4649-9fc8-313feaa96283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 11991 | 2024.12.12 04:12:18.398873 [ 264 ] {b09887f7-f519-4649-9fc8-313feaa96283} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11992 | 2024.12.12 04:12:18.399263 [ 264 ] {b09887f7-f519-4649-9fc8-313feaa96283} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11993 | 2024.12.12 04:12:18.399509 [ 264 ] {b09887f7-f519-4649-9fc8-313feaa96283} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004608 sec., 9982.638888888889 rows/sec., 735.39 KiB/sec. | ||
| 11994 | 2024.12.12 04:12:18.399687 [ 264 ] {b09887f7-f519-4649-9fc8-313feaa96283} <Debug> TCPHandler: Processed in 0.005060182 sec. | ||
| 11995 | 2024.12.12 04:12:18.400088 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11996 | 2024.12.12 04:12:18.400117 [ 201 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3528 rows, containing 5 columns (5 merged, 0 gathered) in 0.005663809 sec., 622902.3612907851 rows/sec., 54.88 MiB/sec. | ||
| 11997 | 2024.12.12 04:12:18.400289 [ 263 ] {68a81b3e-0e61-4e0c-b98b-cf1cf5895fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11998 | 2024.12.12 04:12:18.400376 [ 263 ] {68a81b3e-0e61-4e0c-b98b-cf1cf5895fed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11999 | 2024.12.12 04:12:18.400504 [ 201 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12000 | 2024.12.12 04:12:18.401165 [ 201 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_96_19} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12001 | 2024.12.12 04:12:18.401369 [ 201 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_96_19} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12002 | 2024.12.12 04:12:18.401568 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 12003 | 2024.12.12 04:12:18.401662 [ 263 ] {68a81b3e-0e61-4e0c-b98b-cf1cf5895fed} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12004 | 2024.12.12 04:12:18.401710 [ 263 ] {68a81b3e-0e61-4e0c-b98b-cf1cf5895fed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12005 | 2024.12.12 04:12:18.402094 [ 263 ] {68a81b3e-0e61-4e0c-b98b-cf1cf5895fed} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12006 | 2024.12.12 04:12:18.402355 [ 263 ] {68a81b3e-0e61-4e0c-b98b-cf1cf5895fed} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12007 | 2024.12.12 04:12:18.402573 [ 263 ] {68a81b3e-0e61-4e0c-b98b-cf1cf5895fed} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002316 sec., 6044.905008635579 rows/sec., 423.35 KiB/sec. | ||
| 12008 | 2024.12.12 04:12:18.402636 [ 263 ] {68a81b3e-0e61-4e0c-b98b-cf1cf5895fed} <Debug> TCPHandler: Processed in 0.002785163 sec. | ||
| 12009 | 2024.12.12 04:12:18.402809 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12010 | 2024.12.12 04:12:18.402954 [ 264 ] {6a882a45-ba39-4163-a860-fbe4ec02a8db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12011 | 2024.12.12 04:12:18.403014 [ 264 ] {6a882a45-ba39-4163-a860-fbe4ec02a8db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12012 | 2024.12.12 04:12:18.403611 [ 264 ] {6a882a45-ba39-4163-a860-fbe4ec02a8db} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12013 | 2024.12.12 04:12:18.403648 [ 264 ] {6a882a45-ba39-4163-a860-fbe4ec02a8db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12014 | 2024.12.12 04:12:18.404009 [ 264 ] {6a882a45-ba39-4163-a860-fbe4ec02a8db} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12015 | 2024.12.12 04:12:18.404250 [ 264 ] {6a882a45-ba39-4163-a860-fbe4ec02a8db} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12016 | 2024.12.12 04:12:18.404375 [ 98 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 12017 | 2024.12.12 04:12:18.404412 [ 98 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12018 | 2024.12.12 04:12:18.404437 [ 264 ] {6a882a45-ba39-4163-a860-fbe4ec02a8db} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001513 sec., 8592.200925313946 rows/sec., 535.72 KiB/sec. | ||
| 12019 | 2024.12.12 04:12:18.404441 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12020 | 2024.12.12 04:12:18.404556 [ 264 ] {6a882a45-ba39-4163-a860-fbe4ec02a8db} <Debug> TCPHandler: Processed in 0.001811937 sec. | ||
| 12021 | 2024.12.12 04:12:18.404642 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 12022 | 2024.12.12 04:12:18.404791 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12023 | 2024.12.12 04:12:18.404821 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12024 | 2024.12.12 04:12:18.404845 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 12025 | 2024.12.12 04:12:18.404957 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 12026 | 2024.12.12 04:12:18.405340 [ 263 ] {7f19ee2e-7c49-4398-bab4-83627b82a6a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12027 | 2024.12.12 04:12:18.405486 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 12028 | 2024.12.12 04:12:18.405504 [ 263 ] {7f19ee2e-7c49-4398-bab4-83627b82a6a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12029 | 2024.12.12 04:12:18.405867 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 12030 | 2024.12.12 04:12:18.406192 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::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 | ||
| 12031 | 2024.12.12 04:12:18.408254 [ 263 ] {7f19ee2e-7c49-4398-bab4-83627b82a6a8} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12032 | 2024.12.12 04:12:18.408319 [ 263 ] {7f19ee2e-7c49-4398-bab4-83627b82a6a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12033 | 2024.12.12 04:12:18.408694 [ 194 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004142183 sec., 15692.20867354243 rows/sec., 1.02 MiB/sec. | ||
| 12034 | 2024.12.12 04:12:18.408956 [ 194 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 12035 | 2024.12.12 04:12:18.409212 [ 263 ] {7f19ee2e-7c49-4398-bab4-83627b82a6a8} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12036 | 2024.12.12 04:12:18.409474 [ 194 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_45_11} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12037 | 2024.12.12 04:12:18.409636 [ 194 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_45_11} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 12038 | 2024.12.12 04:12:18.409644 [ 263 ] {7f19ee2e-7c49-4398-bab4-83627b82a6a8} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12039 | 2024.12.12 04:12:18.409803 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12040 | 2024.12.12 04:12:18.409939 [ 98 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12041 | 2024.12.12 04:12:18.410004 [ 98 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12042 | 2024.12.12 04:12:18.410048 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12043 | 2024.12.12 04:12:18.410071 [ 263 ] {7f19ee2e-7c49-4398-bab4-83627b82a6a8} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004875 sec., 86358.97435897436 rows/sec., 6.17 MiB/sec. | ||
| 12044 | 2024.12.12 04:12:18.410312 [ 263 ] {7f19ee2e-7c49-4398-bab4-83627b82a6a8} <Debug> TCPHandler: Processed in 0.005636997 sec. | ||
| 12045 | 2024.12.12 04:12:18.410332 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 12046 | 2024.12.12 04:12:18.410511 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12047 | 2024.12.12 04:12:18.410530 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12048 | 2024.12.12 04:12:18.410552 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 913 rows starting from the beginning of the part | ||
| 12049 | 2024.12.12 04:12:18.410808 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 423 rows starting from the beginning of the part | ||
| 12050 | 2024.12.12 04:12:18.410932 [ 264 ] {2a4a079f-bb32-408e-be73-279c70c8d8a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12051 | 2024.12.12 04:12:18.411103 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 12052 | 2024.12.12 04:12:18.411154 [ 264 ] {2a4a079f-bb32-408e-be73-279c70c8d8a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12053 | 2024.12.12 04:12:18.411527 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 421 rows starting from the beginning of the part | ||
| 12054 | 2024.12.12 04:12:18.411895 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 520 rows starting from the beginning of the part | ||
| 12055 | 2024.12.12 04:12:18.412261 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 421 rows starting from the beginning of the part | ||
| 12056 | 2024.12.12 04:12:18.413227 [ 264 ] {2a4a079f-bb32-408e-be73-279c70c8d8a7} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12057 | 2024.12.12 04:12:18.413307 [ 264 ] {2a4a079f-bb32-408e-be73-279c70c8d8a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12058 | 2024.12.12 04:12:18.414155 [ 264 ] {2a4a079f-bb32-408e-be73-279c70c8d8a7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12059 | 2024.12.12 04:12:18.414557 [ 264 ] {2a4a079f-bb32-408e-be73-279c70c8d8a7} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12060 | 2024.12.12 04:12:18.414771 [ 264 ] {2a4a079f-bb32-408e-be73-279c70c8d8a7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003999 sec., 1500.3750937734433 rows/sec., 78.39 KiB/sec. | ||
| 12061 | 2024.12.12 04:12:18.414942 [ 264 ] {2a4a079f-bb32-408e-be73-279c70c8d8a7} <Debug> TCPHandler: Processed in 0.004491187 sec. | ||
| 12062 | 2024.12.12 04:12:18.415285 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12063 | 2024.12.12 04:12:18.415337 [ 201 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2762 rows, containing 5 columns (5 merged, 0 gathered) in 0.005186048 sec., 532582.8067923783 rows/sec., 40.65 MiB/sec. | ||
| 12064 | 2024.12.12 04:12:18.415582 [ 263 ] {457a7e29-9081-48e9-9c9c-8eb03974b2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12065 | 2024.12.12 04:12:18.415731 [ 201 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12066 | 2024.12.12 04:12:18.415748 [ 263 ] {457a7e29-9081-48e9-9c9c-8eb03974b2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12067 | 2024.12.12 04:12:18.416523 [ 201 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_96_19} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12068 | 2024.12.12 04:12:18.416624 [ 201 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_96_19} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12069 | 2024.12.12 04:12:18.416792 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 12070 | 2024.12.12 04:12:18.417039 [ 263 ] {457a7e29-9081-48e9-9c9c-8eb03974b2c1} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12071 | 2024.12.12 04:12:18.417086 [ 263 ] {457a7e29-9081-48e9-9c9c-8eb03974b2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12072 | 2024.12.12 04:12:18.417498 [ 263 ] {457a7e29-9081-48e9-9c9c-8eb03974b2c1} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12073 | 2024.12.12 04:12:18.417745 [ 263 ] {457a7e29-9081-48e9-9c9c-8eb03974b2c1} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12074 | 2024.12.12 04:12:18.417933 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12075 | 2024.12.12 04:12:18.417991 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12076 | 2024.12.12 04:12:18.418006 [ 263 ] {457a7e29-9081-48e9-9c9c-8eb03974b2c1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002515 sec., 94234.59244532803 rows/sec., 6.32 MiB/sec. | ||
| 12077 | 2024.12.12 04:12:18.418027 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12078 | 2024.12.12 04:12:18.418214 [ 263 ] {457a7e29-9081-48e9-9c9c-8eb03974b2c1} <Debug> TCPHandler: Processed in 0.003135202 sec. | ||
| 12079 | 2024.12.12 04:12:18.418389 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 12080 | 2024.12.12 04:12:18.418510 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12081 | 2024.12.12 04:12:18.418873 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12082 | 2024.12.12 04:12:18.419014 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 28903 rows starting from the beginning of the part | ||
| 12083 | 2024.12.12 04:12:18.419058 [ 264 ] {2e80279f-72b5-4a64-bcd8-70604d2841bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12084 | 2024.12.12 04:12:18.419308 [ 264 ] {2e80279f-72b5-4a64-bcd8-70604d2841bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12085 | 2024.12.12 04:12:18.419623 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 238 rows starting from the beginning of the part | ||
| 12086 | 2024.12.12 04:12:18.420288 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 12087 | 2024.12.12 04:12:18.420921 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 12088 | 2024.12.12 04:12:18.421348 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 880 rows starting from the beginning of the part | ||
| 12089 | 2024.12.12 04:12:18.421615 [ 201 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part | ||
| 12090 | 2024.12.12 04:12:18.422435 [ 264 ] {2e80279f-72b5-4a64-bcd8-70604d2841bc} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12091 | 2024.12.12 04:12:18.422511 [ 264 ] {2e80279f-72b5-4a64-bcd8-70604d2841bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12092 | 2024.12.12 04:12:18.423192 [ 264 ] {2e80279f-72b5-4a64-bcd8-70604d2841bc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12093 | 2024.12.12 04:12:18.423558 [ 264 ] {2e80279f-72b5-4a64-bcd8-70604d2841bc} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12094 | 2024.12.12 04:12:18.423723 [ 98 ] {} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12095 | 2024.12.12 04:12:18.423811 [ 98 ] {} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12096 | 2024.12.12 04:12:18.423887 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12097 | 2024.12.12 04:12:18.423987 [ 264 ] {2e80279f-72b5-4a64-bcd8-70604d2841bc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005126 sec., 195.0838860710105 rows/sec., 13.15 KiB/sec. | ||
| 12098 | 2024.12.12 04:12:18.424376 [ 264 ] {2e80279f-72b5-4a64-bcd8-70604d2841bc} <Debug> TCPHandler: Processed in 0.005996374 sec. | ||
| 12099 | 2024.12.12 04:12:18.424429 [ 199 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::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 | ||
| 12100 | 2024.12.12 04:12:18.424820 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12101 | 2024.12.12 04:12:18.425017 [ 199 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12102 | 2024.12.12 04:12:18.425142 [ 199 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 41 rows starting from the beginning of the part | ||
| 12103 | 2024.12.12 04:12:18.425408 [ 263 ] {764929ac-c1a4-4719-8a0c-f9962689bb35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12104 | 2024.12.12 04:12:18.425845 [ 263 ] {764929ac-c1a4-4719-8a0c-f9962689bb35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12105 | 2024.12.12 04:12:18.425865 [ 199 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 12106 | 2024.12.12 04:12:18.426582 [ 199 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 12107 | 2024.12.12 04:12:18.427133 [ 199 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 12108 | 2024.12.12 04:12:18.427473 [ 199 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 12109 | 2024.12.12 04:12:18.428148 [ 199 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 12110 | 2024.12.12 04:12:18.432795 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30655 rows, containing 5 columns (5 merged, 0 gathered) in 0.014601753 sec., 2099405.461796265 rows/sec., 141.90 MiB/sec. | ||
| 12111 | 2024.12.12 04:12:18.433193 [ 263 ] {764929ac-c1a4-4719-8a0c-f9962689bb35} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12112 | 2024.12.12 04:12:18.433289 [ 263 ] {764929ac-c1a4-4719-8a0c-f9962689bb35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12113 | 2024.12.12 04:12:18.433353 [ 192 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 4 columns (4 merged, 0 gathered) in 0.009334266 sec., 4928.078972679801 rows/sec., 331.65 KiB/sec. | ||
| 12114 | 2024.12.12 04:12:18.433501 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12115 | 2024.12.12 04:12:18.433630 [ 192 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12116 | 2024.12.12 04:12:18.434476 [ 192 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_46_9} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12117 | 2024.12.12 04:12:18.434742 [ 192 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_46_9} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12118 | 2024.12.12 04:12:18.434737 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12119 | 2024.12.12 04:12:18.435003 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 12120 | 2024.12.12 04:12:18.435133 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12121 | 2024.12.12 04:12:18.435311 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 12122 | 2024.12.12 04:12:18.435492 [ 263 ] {764929ac-c1a4-4719-8a0c-f9962689bb35} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12123 | 2024.12.12 04:12:18.435771 [ 263 ] {764929ac-c1a4-4719-8a0c-f9962689bb35} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12124 | 2024.12.12 04:12:18.436048 [ 263 ] {764929ac-c1a4-4719-8a0c-f9962689bb35} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.010784 sec., 3616.46884272997 rows/sec., 6.48 MiB/sec. | ||
| 12125 | 2024.12.12 04:12:18.436367 [ 263 ] {764929ac-c1a4-4719-8a0c-f9962689bb35} <Debug> TCPHandler: Processed in 0.011845769 sec. | ||
| 12126 | 2024.12.12 04:12:18.436542 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12127 | 2024.12.12 04:12:18.436689 [ 264 ] {d65e2a07-c0d7-4f1a-8b48-1ed957d3adb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12128 | 2024.12.12 04:12:18.436751 [ 264 ] {d65e2a07-c0d7-4f1a-8b48-1ed957d3adb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12129 | 2024.12.12 04:12:18.437322 [ 264 ] {d65e2a07-c0d7-4f1a-8b48-1ed957d3adb7} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12130 | 2024.12.12 04:12:18.437362 [ 264 ] {d65e2a07-c0d7-4f1a-8b48-1ed957d3adb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12131 | 2024.12.12 04:12:18.437753 [ 264 ] {d65e2a07-c0d7-4f1a-8b48-1ed957d3adb7} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12132 | 2024.12.12 04:12:18.437996 [ 264 ] {d65e2a07-c0d7-4f1a-8b48-1ed957d3adb7} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12133 | 2024.12.12 04:12:18.438137 [ 98 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12134 | 2024.12.12 04:12:18.438179 [ 98 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12135 | 2024.12.12 04:12:18.438194 [ 264 ] {d65e2a07-c0d7-4f1a-8b48-1ed957d3adb7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001536 sec., 53385.416666666664 rows/sec., 3.39 MiB/sec. | ||
| 12136 | 2024.12.12 04:12:18.438206 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12137 | 2024.12.12 04:12:18.438297 [ 264 ] {d65e2a07-c0d7-4f1a-8b48-1ed957d3adb7} <Debug> TCPHandler: Processed in 0.001821057 sec. | ||
| 12138 | 2024.12.12 04:12:18.438461 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 12139 | 2024.12.12 04:12:18.438596 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12140 | 2024.12.12 04:12:18.438633 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 6234 rows starting from the beginning of the part | ||
| 12141 | 2024.12.12 04:12:18.438765 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 82 rows starting from the beginning of the part | ||
| 12142 | 2024.12.12 04:12:18.438915 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 12143 | 2024.12.12 04:12:18.439134 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 12144 | 2024.12.12 04:12:18.439299 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 12145 | 2024.12.12 04:12:18.439419 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 82 rows starting from the beginning of the part | ||
| 12146 | 2024.12.12 04:12:18.441801 [ 196 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6600 rows, containing 4 columns (4 merged, 0 gathered) in 0.003486561 sec., 1892982.798809486 rows/sec., 123.50 MiB/sec. | ||
| 12147 | 2024.12.12 04:12:18.442290 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12148 | 2024.12.12 04:12:18.442580 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_96_19} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12149 | 2024.12.12 04:12:18.442659 [ 200 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_96_19} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12150 | 2024.12.12 04:12:18.442733 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 12151 | 2024.12.12 04:12:21.669004 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12152 | 2024.12.12 04:12:21.669114 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12153 | 2024.12.12 04:12:21.877215 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 | ||
| 12154 | 2024.12.12 04:12:21.877963 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12155 | 2024.12.12 04:12:21.878018 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12156 | 2024.12.12 04:12:21.878597 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12157 | 2024.12.12 04:12:21.878856 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12158 | 2024.12.12 04:12:21.879103 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 12159 | 2024.12.12 04:12:21.879114 [ 143 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12160 | 2024.12.12 04:12:21.879190 [ 143 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12161 | 2024.12.12 04:12:21.879214 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12162 | 2024.12.12 04:12:21.879360 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 12163 | 2024.12.12 04:12:21.879522 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12164 | 2024.12.12 04:12:21.879564 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27999 rows starting from the beginning of the part | ||
| 12165 | 2024.12.12 04:12:21.879641 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 427 rows starting from the beginning of the part | ||
| 12166 | 2024.12.12 04:12:21.879761 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part | ||
| 12167 | 2024.12.12 04:12:21.879877 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part | ||
| 12168 | 2024.12.12 04:12:21.880107 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part | ||
| 12169 | 2024.12.12 04:12:21.880343 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part | ||
| 12170 | 2024.12.12 04:12:21.883564 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004277093 sec., 7073963.554217783 rows/sec., 101.19 MiB/sec. | ||
| 12171 | 2024.12.12 04:12:21.883979 [ 193 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12172 | 2024.12.12 04:12:21.884336 [ 193 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_66_13} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12173 | 2024.12.12 04:12:21.884432 [ 193 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_66_13} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12174 | 2024.12.12 04:12:21.884554 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. | ||
| 12175 | 2024.12.12 04:12:23.379284 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12176 | 2024.12.12 04:12:23.379497 [ 264 ] {ba1448c9-0a1a-4bdd-b804-22696bc8e575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12177 | 2024.12.12 04:12:23.379581 [ 264 ] {ba1448c9-0a1a-4bdd-b804-22696bc8e575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12178 | 2024.12.12 04:12:23.380472 [ 264 ] {ba1448c9-0a1a-4bdd-b804-22696bc8e575} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12179 | 2024.12.12 04:12:23.380516 [ 264 ] {ba1448c9-0a1a-4bdd-b804-22696bc8e575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12180 | 2024.12.12 04:12:23.380959 [ 264 ] {ba1448c9-0a1a-4bdd-b804-22696bc8e575} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12181 | 2024.12.12 04:12:23.381217 [ 264 ] {ba1448c9-0a1a-4bdd-b804-22696bc8e575} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12182 | 2024.12.12 04:12:23.381427 [ 264 ] {ba1448c9-0a1a-4bdd-b804-22696bc8e575} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00199 sec., 28140.70351758794 rows/sec., 2.16 MiB/sec. | ||
| 12183 | 2024.12.12 04:12:23.381495 [ 264 ] {ba1448c9-0a1a-4bdd-b804-22696bc8e575} <Debug> TCPHandler: Processed in 0.002351441 sec. | ||
| 12184 | 2024.12.12 04:12:23.381754 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12185 | 2024.12.12 04:12:23.381944 [ 263 ] {ecd6b6c6-b43e-4cbd-9f20-c24c9d61ec20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12186 | 2024.12.12 04:12:23.382018 [ 263 ] {ecd6b6c6-b43e-4cbd-9f20-c24c9d61ec20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12187 | 2024.12.12 04:12:23.382788 [ 263 ] {ecd6b6c6-b43e-4cbd-9f20-c24c9d61ec20} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12188 | 2024.12.12 04:12:23.382835 [ 263 ] {ecd6b6c6-b43e-4cbd-9f20-c24c9d61ec20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12189 | 2024.12.12 04:12:23.383301 [ 263 ] {ecd6b6c6-b43e-4cbd-9f20-c24c9d61ec20} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12190 | 2024.12.12 04:12:23.383566 [ 263 ] {ecd6b6c6-b43e-4cbd-9f20-c24c9d61ec20} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12191 | 2024.12.12 04:12:23.383798 [ 263 ] {ecd6b6c6-b43e-4cbd-9f20-c24c9d61ec20} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001907 sec., 33560.5663345569 rows/sec., 2.62 MiB/sec. | ||
| 12192 | 2024.12.12 04:12:23.383858 [ 263 ] {ecd6b6c6-b43e-4cbd-9f20-c24c9d61ec20} <Debug> TCPHandler: Processed in 0.002231948 sec. | ||
| 12193 | 2024.12.12 04:12:23.384027 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12194 | 2024.12.12 04:12:23.384177 [ 264 ] {3a0e4b77-073d-46f8-834f-905330dd36d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12195 | 2024.12.12 04:12:23.384244 [ 264 ] {3a0e4b77-073d-46f8-834f-905330dd36d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12196 | 2024.12.12 04:12:23.384865 [ 264 ] {3a0e4b77-073d-46f8-834f-905330dd36d8} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12197 | 2024.12.12 04:12:23.384902 [ 264 ] {3a0e4b77-073d-46f8-834f-905330dd36d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12198 | 2024.12.12 04:12:23.385316 [ 264 ] {3a0e4b77-073d-46f8-834f-905330dd36d8} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12199 | 2024.12.12 04:12:23.385566 [ 264 ] {3a0e4b77-073d-46f8-834f-905330dd36d8} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12200 | 2024.12.12 04:12:23.385754 [ 264 ] {3a0e4b77-073d-46f8-834f-905330dd36d8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001616 sec., 99009.900990099 rows/sec., 6.90 MiB/sec. | ||
| 12201 | 2024.12.12 04:12:23.385811 [ 264 ] {3a0e4b77-073d-46f8-834f-905330dd36d8} <Debug> TCPHandler: Processed in 0.001853129 sec. | ||
| 12202 | 2024.12.12 04:12:23.385972 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12203 | 2024.12.12 04:12:23.386095 [ 263 ] {74bec468-0016-4b13-a55b-3771af979f29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12204 | 2024.12.12 04:12:23.386151 [ 263 ] {74bec468-0016-4b13-a55b-3771af979f29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12205 | 2024.12.12 04:12:23.386666 [ 263 ] {74bec468-0016-4b13-a55b-3771af979f29} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12206 | 2024.12.12 04:12:23.386707 [ 263 ] {74bec468-0016-4b13-a55b-3771af979f29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12207 | 2024.12.12 04:12:23.387115 [ 263 ] {74bec468-0016-4b13-a55b-3771af979f29} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12208 | 2024.12.12 04:12:23.387362 [ 263 ] {74bec468-0016-4b13-a55b-3771af979f29} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12209 | 2024.12.12 04:12:23.387571 [ 263 ] {74bec468-0016-4b13-a55b-3771af979f29} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec. | ||
| 12210 | 2024.12.12 04:12:23.387623 [ 263 ] {74bec468-0016-4b13-a55b-3771af979f29} <Debug> TCPHandler: Processed in 0.001713404 sec. | ||
| 12211 | 2024.12.12 04:12:23.963451 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 12212 | 2024.12.12 04:12:23.986118 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12213 | 2024.12.12 04:12:23.986188 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12214 | 2024.12.12 04:12:23.993565 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12215 | 2024.12.12 04:12:23.994365 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12216 | 2024.12.12 04:12:23.994766 [ 142 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12217 | 2024.12.12 04:12:23.994906 [ 142 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12218 | 2024.12.12 04:12:23.994988 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12219 | 2024.12.12 04:12:23.995383 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 12220 | 2024.12.12 04:12:24.000202 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.44 MiB, peak 263.83 MiB, free memory in arenas 0.00 B, will set to 252.84 MiB (RSS), difference: -4.60 MiB | ||
| 12221 | 2024.12.12 04:12:24.009856 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 12222 | 2024.12.12 04:12:24.011996 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12223 | 2024.12.12 04:12:24.013907 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part | ||
| 12224 | 2024.12.12 04:12:24.020289 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
| 12225 | 2024.12.12 04:12:24.026098 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part | ||
| 12226 | 2024.12.12 04:12:24.031596 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 12227 | 2024.12.12 04:12:24.037143 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part | ||
| 12228 | 2024.12.12 04:12:24.041538 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
| 12229 | 2024.12.12 04:12:24.101197 [ 196 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.10605733 sec., 4695.573610989452 rows/sec., 24.28 MiB/sec. | ||
| 12230 | 2024.12.12 04:12:24.104651 [ 196 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12231 | 2024.12.12 04:12:24.107658 [ 196 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_66_13} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12232 | 2024.12.12 04:12:24.107788 [ 196 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_66_13} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12233 | 2024.12.12 04:12:24.110294 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
| 12234 | 2024.12.12 04:12:25.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 249.41 MiB, peak 263.83 MiB, free memory in arenas 0.00 B, will set to 254.42 MiB (RSS), difference: 5.01 MiB | ||
| 12235 | 2024.12.12 04:12:27.023566 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1700 | ||
| 12236 | 2024.12.12 04:12:27.026576 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12237 | 2024.12.12 04:12:27.026627 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12238 | 2024.12.12 04:12:27.028099 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12239 | 2024.12.12 04:12:27.028408 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12240 | 2024.12.12 04:12:27.029825 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1700 | ||
| 12241 | 2024.12.12 04:12:28.386358 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12242 | 2024.12.12 04:12:28.386549 [ 264 ] {5d508f17-8012-4dfb-a9c6-db06af8b385b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12243 | 2024.12.12 04:12:28.386622 [ 264 ] {5d508f17-8012-4dfb-a9c6-db06af8b385b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12244 | 2024.12.12 04:12:28.387411 [ 264 ] {5d508f17-8012-4dfb-a9c6-db06af8b385b} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12245 | 2024.12.12 04:12:28.387454 [ 264 ] {5d508f17-8012-4dfb-a9c6-db06af8b385b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12246 | 2024.12.12 04:12:28.387879 [ 264 ] {5d508f17-8012-4dfb-a9c6-db06af8b385b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12247 | 2024.12.12 04:12:28.388141 [ 264 ] {5d508f17-8012-4dfb-a9c6-db06af8b385b} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12248 | 2024.12.12 04:12:28.388365 [ 264 ] {5d508f17-8012-4dfb-a9c6-db06af8b385b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001861 sec., 7522.837184309511 rows/sec., 541.54 KiB/sec. | ||
| 12249 | 2024.12.12 04:12:28.388458 [ 264 ] {5d508f17-8012-4dfb-a9c6-db06af8b385b} <Debug> TCPHandler: Processed in 0.002233969 sec. | ||
| 12250 | 2024.12.12 04:12:28.388770 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12251 | 2024.12.12 04:12:28.388982 [ 263 ] {8e6fc9c4-a7fe-4972-8942-a431e6fb9dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12252 | 2024.12.12 04:12:28.389067 [ 263 ] {8e6fc9c4-a7fe-4972-8942-a431e6fb9dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12253 | 2024.12.12 04:12:28.389874 [ 263 ] {8e6fc9c4-a7fe-4972-8942-a431e6fb9dd7} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12254 | 2024.12.12 04:12:28.389930 [ 263 ] {8e6fc9c4-a7fe-4972-8942-a431e6fb9dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12255 | 2024.12.12 04:12:28.390375 [ 263 ] {8e6fc9c4-a7fe-4972-8942-a431e6fb9dd7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 12256 | 2024.12.12 04:12:28.390638 [ 263 ] {8e6fc9c4-a7fe-4972-8942-a431e6fb9dd7} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12257 | 2024.12.12 04:12:28.390876 [ 263 ] {8e6fc9c4-a7fe-4972-8942-a431e6fb9dd7} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001954 sec., 5117.707267144319 rows/sec., 417.31 KiB/sec. | ||
| 12258 | 2024.12.12 04:12:28.390933 [ 263 ] {8e6fc9c4-a7fe-4972-8942-a431e6fb9dd7} <Debug> TCPHandler: Processed in 0.002347321 sec. | ||
| 12259 | 2024.12.12 04:12:28.391097 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12260 | 2024.12.12 04:12:28.391221 [ 264 ] {722dfd1a-8cf6-4911-b4bd-091fbf6eb10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12261 | 2024.12.12 04:12:28.391271 [ 264 ] {722dfd1a-8cf6-4911-b4bd-091fbf6eb10b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12262 | 2024.12.12 04:12:28.392091 [ 264 ] {722dfd1a-8cf6-4911-b4bd-091fbf6eb10b} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12263 | 2024.12.12 04:12:28.392129 [ 264 ] {722dfd1a-8cf6-4911-b4bd-091fbf6eb10b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12264 | 2024.12.12 04:12:28.392521 [ 264 ] {722dfd1a-8cf6-4911-b4bd-091fbf6eb10b} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12265 | 2024.12.12 04:12:28.392767 [ 264 ] {722dfd1a-8cf6-4911-b4bd-091fbf6eb10b} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12266 | 2024.12.12 04:12:28.392951 [ 264 ] {722dfd1a-8cf6-4911-b4bd-091fbf6eb10b} <Debug> executeQuery: Read 286 rows, 25.79 KiB in 0.001756 sec., 162870.15945330297 rows/sec., 14.34 MiB/sec. | ||
| 12267 | 2024.12.12 04:12:28.393004 [ 264 ] {722dfd1a-8cf6-4911-b4bd-091fbf6eb10b} <Debug> TCPHandler: Processed in 0.001965632 sec. | ||
| 12268 | 2024.12.12 04:12:28.393176 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12269 | 2024.12.12 04:12:28.393319 [ 263 ] {f403e90e-139e-4e11-a72e-671c6ba71541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12270 | 2024.12.12 04:12:28.393377 [ 263 ] {f403e90e-139e-4e11-a72e-671c6ba71541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12271 | 2024.12.12 04:12:28.394013 [ 263 ] {f403e90e-139e-4e11-a72e-671c6ba71541} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12272 | 2024.12.12 04:12:28.394059 [ 263 ] {f403e90e-139e-4e11-a72e-671c6ba71541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12273 | 2024.12.12 04:12:28.394432 [ 263 ] {f403e90e-139e-4e11-a72e-671c6ba71541} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 12274 | 2024.12.12 04:12:28.394691 [ 263 ] {f403e90e-139e-4e11-a72e-671c6ba71541} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12275 | 2024.12.12 04:12:28.394875 [ 138 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 12276 | 2024.12.12 04:12:28.394939 [ 263 ] {f403e90e-139e-4e11-a72e-671c6ba71541} <Debug> executeQuery: Read 56 rows, 4.09 KiB in 0.001645 sec., 34042.553191489365 rows/sec., 2.43 MiB/sec. | ||
| 12277 | 2024.12.12 04:12:28.394946 [ 138 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12278 | 2024.12.12 04:12:28.395033 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12279 | 2024.12.12 04:12:28.395067 [ 263 ] {f403e90e-139e-4e11-a72e-671c6ba71541} <Debug> TCPHandler: Processed in 0.001954731 sec. | ||
| 12280 | 2024.12.12 04:12:28.395326 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12281 | 2024.12.12 04:12:28.395378 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 12282 | 2024.12.12 04:12:28.395602 [ 264 ] {e7990c61-f2ee-4559-a71d-8c950450d487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12283 | 2024.12.12 04:12:28.395719 [ 264 ] {e7990c61-f2ee-4559-a71d-8c950450d487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12284 | 2024.12.12 04:12:28.395782 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12285 | 2024.12.12 04:12:28.395892 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 64 rows starting from the beginning of the part | ||
| 12286 | 2024.12.12 04:12:28.396065 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 46 rows starting from the beginning of the part | ||
| 12287 | 2024.12.12 04:12:28.396416 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 12288 | 2024.12.12 04:12:28.396831 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 46 rows starting from the beginning of the part | ||
| 12289 | 2024.12.12 04:12:28.397058 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 46 rows starting from the beginning of the part | ||
| 12290 | 2024.12.12 04:12:28.397246 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part | ||
| 12291 | 2024.12.12 04:12:28.397784 [ 264 ] {e7990c61-f2ee-4559-a71d-8c950450d487} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12292 | 2024.12.12 04:12:28.397829 [ 264 ] {e7990c61-f2ee-4559-a71d-8c950450d487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12293 | 2024.12.12 04:12:28.398406 [ 264 ] {e7990c61-f2ee-4559-a71d-8c950450d487} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12294 | 2024.12.12 04:12:28.398764 [ 264 ] {e7990c61-f2ee-4559-a71d-8c950450d487} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12295 | 2024.12.12 04:12:28.398787 [ 189 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 5 columns (5 merged, 0 gathered) in 0.003646765 sec., 83909.98597386999 rows/sec., 6.33 MiB/sec. | ||
| 12296 | 2024.12.12 04:12:28.399087 [ 264 ] {e7990c61-f2ee-4559-a71d-8c950450d487} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003564 sec., 3928.1705948372614 rows/sec., 275.10 KiB/sec. | ||
| 12297 | 2024.12.12 04:12:28.399092 [ 189 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 12298 | 2024.12.12 04:12:28.399283 [ 264 ] {e7990c61-f2ee-4559-a71d-8c950450d487} <Debug> TCPHandler: Processed in 0.004101125 sec. | ||
| 12299 | 2024.12.12 04:12:28.399470 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12300 | 2024.12.12 04:12:28.399668 [ 263 ] {f969b132-489c-4690-ad2d-c2a859e9661a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12301 | 2024.12.12 04:12:28.399706 [ 189 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_56_11} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12302 | 2024.12.12 04:12:28.399755 [ 263 ] {f969b132-489c-4690-ad2d-c2a859e9661a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12303 | 2024.12.12 04:12:28.399953 [ 189 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_56_11} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 12304 | 2024.12.12 04:12:28.400142 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 12305 | 2024.12.12 04:12:28.400610 [ 263 ] {f969b132-489c-4690-ad2d-c2a859e9661a} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12306 | 2024.12.12 04:12:28.400654 [ 263 ] {f969b132-489c-4690-ad2d-c2a859e9661a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12307 | 2024.12.12 04:12:28.401018 [ 263 ] {f969b132-489c-4690-ad2d-c2a859e9661a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12308 | 2024.12.12 04:12:28.401263 [ 263 ] {f969b132-489c-4690-ad2d-c2a859e9661a} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12309 | 2024.12.12 04:12:28.401479 [ 263 ] {f969b132-489c-4690-ad2d-c2a859e9661a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001862 sec., 6981.740064446832 rows/sec., 435.31 KiB/sec. | ||
| 12310 | 2024.12.12 04:12:28.401535 [ 263 ] {f969b132-489c-4690-ad2d-c2a859e9661a} <Debug> TCPHandler: Processed in 0.002149756 sec. | ||
| 12311 | 2024.12.12 04:12:28.401692 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12312 | 2024.12.12 04:12:28.401811 [ 264 ] {b0b30bf6-f394-4c14-b8ca-cf475dac5c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12313 | 2024.12.12 04:12:28.401858 [ 264 ] {b0b30bf6-f394-4c14-b8ca-cf475dac5c0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12314 | 2024.12.12 04:12:28.402602 [ 264 ] {b0b30bf6-f394-4c14-b8ca-cf475dac5c0b} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12315 | 2024.12.12 04:12:28.402640 [ 264 ] {b0b30bf6-f394-4c14-b8ca-cf475dac5c0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12316 | 2024.12.12 04:12:28.403040 [ 264 ] {b0b30bf6-f394-4c14-b8ca-cf475dac5c0b} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12317 | 2024.12.12 04:12:28.403288 [ 264 ] {b0b30bf6-f394-4c14-b8ca-cf475dac5c0b} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12318 | 2024.12.12 04:12:28.403493 [ 264 ] {b0b30bf6-f394-4c14-b8ca-cf475dac5c0b} <Debug> executeQuery: Read 431 rows, 31.62 KiB in 0.001703 sec., 253082.79506752788 rows/sec., 18.13 MiB/sec. | ||
| 12319 | 2024.12.12 04:12:28.403554 [ 264 ] {b0b30bf6-f394-4c14-b8ca-cf475dac5c0b} <Debug> TCPHandler: Processed in 0.0019204 sec. | ||
| 12320 | 2024.12.12 04:12:28.403797 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12321 | 2024.12.12 04:12:28.404153 [ 263 ] {7f371415-6f55-4289-bd9c-6faab373d368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12322 | 2024.12.12 04:12:28.404262 [ 263 ] {7f371415-6f55-4289-bd9c-6faab373d368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12323 | 2024.12.12 04:12:28.404890 [ 263 ] {7f371415-6f55-4289-bd9c-6faab373d368} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12324 | 2024.12.12 04:12:28.404928 [ 263 ] {7f371415-6f55-4289-bd9c-6faab373d368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12325 | 2024.12.12 04:12:28.405316 [ 263 ] {7f371415-6f55-4289-bd9c-6faab373d368} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12326 | 2024.12.12 04:12:28.405562 [ 263 ] {7f371415-6f55-4289-bd9c-6faab373d368} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12327 | 2024.12.12 04:12:28.405742 [ 138 ] {} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12328 | 2024.12.12 04:12:28.405804 [ 138 ] {} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12329 | 2024.12.12 04:12:28.405812 [ 263 ] {7f371415-6f55-4289-bd9c-6faab373d368} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00175 sec., 3428.5714285714284 rows/sec., 179.13 KiB/sec. | ||
| 12330 | 2024.12.12 04:12:28.405833 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12331 | 2024.12.12 04:12:28.406019 [ 263 ] {7f371415-6f55-4289-bd9c-6faab373d368} <Debug> TCPHandler: Processed in 0.002341681 sec. | ||
| 12332 | 2024.12.12 04:12:28.406146 [ 194 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::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 | ||
| 12333 | 2024.12.12 04:12:28.406335 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12334 | 2024.12.12 04:12:28.406593 [ 194 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12335 | 2024.12.12 04:12:28.406603 [ 264 ] {c4f2a824-e5ce-479a-bc96-2fd3d0130ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12336 | 2024.12.12 04:12:28.406647 [ 194 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 246 rows starting from the beginning of the part | ||
| 12337 | 2024.12.12 04:12:28.406677 [ 264 ] {c4f2a824-e5ce-479a-bc96-2fd3d0130ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12338 | 2024.12.12 04:12:28.406786 [ 194 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 12339 | 2024.12.12 04:12:28.406954 [ 194 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 12340 | 2024.12.12 04:12:28.407125 [ 194 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 12341 | 2024.12.12 04:12:28.407237 [ 194 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 12342 | 2024.12.12 04:12:28.408441 [ 194 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 12343 | 2024.12.12 04:12:28.410098 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.004137544 sec., 66706.23925691182 rows/sec., 3.40 MiB/sec. | ||
| 12344 | 2024.12.12 04:12:28.410317 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12345 | 2024.12.12 04:12:28.410887 [ 264 ] {c4f2a824-e5ce-479a-bc96-2fd3d0130ecd} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12346 | 2024.12.12 04:12:28.410956 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_46_9} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12347 | 2024.12.12 04:12:28.410968 [ 264 ] {c4f2a824-e5ce-479a-bc96-2fd3d0130ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12348 | 2024.12.12 04:12:28.411189 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_46_9} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12349 | 2024.12.12 04:12:28.411355 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12350 | 2024.12.12 04:12:28.411680 [ 264 ] {c4f2a824-e5ce-479a-bc96-2fd3d0130ecd} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12351 | 2024.12.12 04:12:28.411944 [ 264 ] {c4f2a824-e5ce-479a-bc96-2fd3d0130ecd} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12352 | 2024.12.12 04:12:28.412164 [ 264 ] {c4f2a824-e5ce-479a-bc96-2fd3d0130ecd} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.005643 sec., 42884.990253411306 rows/sec., 2.88 MiB/sec. | ||
| 12353 | 2024.12.12 04:12:28.412230 [ 264 ] {c4f2a824-e5ce-479a-bc96-2fd3d0130ecd} <Debug> TCPHandler: Processed in 0.006066781 sec. | ||
| 12354 | 2024.12.12 04:12:28.412407 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12355 | 2024.12.12 04:12:28.412539 [ 263 ] {5f940cb1-45c7-47f9-b715-2c5a4b30aa4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12356 | 2024.12.12 04:12:28.412597 [ 263 ] {5f940cb1-45c7-47f9-b715-2c5a4b30aa4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12357 | 2024.12.12 04:12:28.413217 [ 263 ] {5f940cb1-45c7-47f9-b715-2c5a4b30aa4a} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12358 | 2024.12.12 04:12:28.413271 [ 263 ] {5f940cb1-45c7-47f9-b715-2c5a4b30aa4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12359 | 2024.12.12 04:12:28.413787 [ 263 ] {5f940cb1-45c7-47f9-b715-2c5a4b30aa4a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12360 | 2024.12.12 04:12:28.414133 [ 263 ] {5f940cb1-45c7-47f9-b715-2c5a4b30aa4a} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12361 | 2024.12.12 04:12:28.414436 [ 263 ] {5f940cb1-45c7-47f9-b715-2c5a4b30aa4a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001925 sec., 519.4805194805194 rows/sec., 35.00 KiB/sec. | ||
| 12362 | 2024.12.12 04:12:28.414529 [ 263 ] {5f940cb1-45c7-47f9-b715-2c5a4b30aa4a} <Debug> TCPHandler: Processed in 0.002189544 sec. | ||
| 12363 | 2024.12.12 04:12:28.414697 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12364 | 2024.12.12 04:12:28.416175 [ 264 ] {ae8ca2b7-c77e-4368-8352-0ca09a3acde9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12365 | 2024.12.12 04:12:28.416300 [ 264 ] {ae8ca2b7-c77e-4368-8352-0ca09a3acde9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12366 | 2024.12.12 04:12:28.418009 [ 264 ] {ae8ca2b7-c77e-4368-8352-0ca09a3acde9} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12367 | 2024.12.12 04:12:28.418052 [ 264 ] {ae8ca2b7-c77e-4368-8352-0ca09a3acde9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12368 | 2024.12.12 04:12:28.418735 [ 264 ] {ae8ca2b7-c77e-4368-8352-0ca09a3acde9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12369 | 2024.12.12 04:12:28.419793 [ 264 ] {ae8ca2b7-c77e-4368-8352-0ca09a3acde9} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12370 | 2024.12.12 04:12:28.420033 [ 264 ] {ae8ca2b7-c77e-4368-8352-0ca09a3acde9} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003893 sec., 10017.980991523247 rows/sec., 17.95 MiB/sec. | ||
| 12371 | 2024.12.12 04:12:28.420389 [ 264 ] {ae8ca2b7-c77e-4368-8352-0ca09a3acde9} <Debug> TCPHandler: Processed in 0.005764451 sec. | ||
| 12372 | 2024.12.12 04:12:28.420651 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12373 | 2024.12.12 04:12:28.420826 [ 263 ] {85e37b9a-aede-4e35-bb2b-378884afe52b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12374 | 2024.12.12 04:12:28.420888 [ 263 ] {85e37b9a-aede-4e35-bb2b-378884afe52b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12375 | 2024.12.12 04:12:28.421491 [ 263 ] {85e37b9a-aede-4e35-bb2b-378884afe52b} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12376 | 2024.12.12 04:12:28.421537 [ 263 ] {85e37b9a-aede-4e35-bb2b-378884afe52b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12377 | 2024.12.12 04:12:28.421944 [ 263 ] {85e37b9a-aede-4e35-bb2b-378884afe52b} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12378 | 2024.12.12 04:12:28.422194 [ 263 ] {85e37b9a-aede-4e35-bb2b-378884afe52b} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12379 | 2024.12.12 04:12:28.422458 [ 263 ] {85e37b9a-aede-4e35-bb2b-378884afe52b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001663 sec., 49308.478653036684 rows/sec., 3.13 MiB/sec. | ||
| 12380 | 2024.12.12 04:12:28.422519 [ 263 ] {85e37b9a-aede-4e35-bb2b-378884afe52b} <Debug> TCPHandler: Processed in 0.002015753 sec. | ||
| 12381 | 2024.12.12 04:12:29.379236 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 | ||
| 12382 | 2024.12.12 04:12:29.379962 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12383 | 2024.12.12 04:12:29.380011 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
| 12384 | 2024.12.12 04:12:29.380551 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12385 | 2024.12.12 04:12:29.380817 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12386 | 2024.12.12 04:12:29.381101 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 12387 | 2024.12.12 04:12:31.509953 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 12388 | 2024.12.12 04:12:31.528778 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12389 | 2024.12.12 04:12:31.528844 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12390 | 2024.12.12 04:12:31.535715 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12391 | 2024.12.12 04:12:31.536465 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12392 | 2024.12.12 04:12:31.539092 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 12393 | 2024.12.12 04:12:33.380061 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12394 | 2024.12.12 04:12:33.380251 [ 264 ] {0bba6f7d-2cbc-4d9d-83a7-976c94e49b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12395 | 2024.12.12 04:12:33.380328 [ 264 ] {0bba6f7d-2cbc-4d9d-83a7-976c94e49b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12396 | 2024.12.12 04:12:33.381125 [ 264 ] {0bba6f7d-2cbc-4d9d-83a7-976c94e49b21} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12397 | 2024.12.12 04:12:33.381176 [ 264 ] {0bba6f7d-2cbc-4d9d-83a7-976c94e49b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12398 | 2024.12.12 04:12:33.381608 [ 264 ] {0bba6f7d-2cbc-4d9d-83a7-976c94e49b21} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12399 | 2024.12.12 04:12:33.381873 [ 264 ] {0bba6f7d-2cbc-4d9d-83a7-976c94e49b21} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12400 | 2024.12.12 04:12:33.382128 [ 264 ] {0bba6f7d-2cbc-4d9d-83a7-976c94e49b21} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001928 sec., 29045.64315352697 rows/sec., 2.23 MiB/sec. | ||
| 12401 | 2024.12.12 04:12:33.382206 [ 264 ] {0bba6f7d-2cbc-4d9d-83a7-976c94e49b21} <Debug> TCPHandler: Processed in 0.00228313 sec. | ||
| 12402 | 2024.12.12 04:12:33.382573 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12403 | 2024.12.12 04:12:33.382841 [ 263 ] {4826eab1-a9fa-4e18-9728-a9f46e6df805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12404 | 2024.12.12 04:12:33.382918 [ 263 ] {4826eab1-a9fa-4e18-9728-a9f46e6df805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12405 | 2024.12.12 04:12:33.383703 [ 263 ] {4826eab1-a9fa-4e18-9728-a9f46e6df805} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12406 | 2024.12.12 04:12:33.383757 [ 263 ] {4826eab1-a9fa-4e18-9728-a9f46e6df805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12407 | 2024.12.12 04:12:33.384206 [ 263 ] {4826eab1-a9fa-4e18-9728-a9f46e6df805} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12408 | 2024.12.12 04:12:33.384471 [ 263 ] {4826eab1-a9fa-4e18-9728-a9f46e6df805} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12409 | 2024.12.12 04:12:33.384703 [ 263 ] {4826eab1-a9fa-4e18-9728-a9f46e6df805} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001917 sec., 33385.49817423057 rows/sec., 2.61 MiB/sec. | ||
| 12410 | 2024.12.12 04:12:33.384762 [ 263 ] {4826eab1-a9fa-4e18-9728-a9f46e6df805} <Debug> TCPHandler: Processed in 0.002419453 sec. | ||
| 12411 | 2024.12.12 04:12:33.384951 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12412 | 2024.12.12 04:12:33.385084 [ 264 ] {8c2cc1a9-41b5-470d-abf1-64951293f926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12413 | 2024.12.12 04:12:33.385141 [ 264 ] {8c2cc1a9-41b5-470d-abf1-64951293f926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12414 | 2024.12.12 04:12:33.385740 [ 264 ] {8c2cc1a9-41b5-470d-abf1-64951293f926} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12415 | 2024.12.12 04:12:33.385780 [ 264 ] {8c2cc1a9-41b5-470d-abf1-64951293f926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12416 | 2024.12.12 04:12:33.386178 [ 264 ] {8c2cc1a9-41b5-470d-abf1-64951293f926} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12417 | 2024.12.12 04:12:33.386415 [ 264 ] {8c2cc1a9-41b5-470d-abf1-64951293f926} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12418 | 2024.12.12 04:12:33.386629 [ 264 ] {8c2cc1a9-41b5-470d-abf1-64951293f926} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec. | ||
| 12419 | 2024.12.12 04:12:33.386682 [ 264 ] {8c2cc1a9-41b5-470d-abf1-64951293f926} <Debug> TCPHandler: Processed in 0.001791357 sec. | ||
| 12420 | 2024.12.12 04:12:33.386840 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12421 | 2024.12.12 04:12:33.386981 [ 263 ] {5b470d72-ec12-44a9-a8a2-2a6bf69afeb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12422 | 2024.12.12 04:12:33.387050 [ 263 ] {5b470d72-ec12-44a9-a8a2-2a6bf69afeb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12423 | 2024.12.12 04:12:33.387658 [ 263 ] {5b470d72-ec12-44a9-a8a2-2a6bf69afeb4} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12424 | 2024.12.12 04:12:33.387706 [ 263 ] {5b470d72-ec12-44a9-a8a2-2a6bf69afeb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12425 | 2024.12.12 04:12:33.388100 [ 263 ] {5b470d72-ec12-44a9-a8a2-2a6bf69afeb4} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12426 | 2024.12.12 04:12:33.388341 [ 263 ] {5b470d72-ec12-44a9-a8a2-2a6bf69afeb4} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12427 | 2024.12.12 04:12:33.388559 [ 263 ] {5b470d72-ec12-44a9-a8a2-2a6bf69afeb4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001611 sec., 37243.947858472995 rows/sec., 2.51 MiB/sec. | ||
| 12428 | 2024.12.12 04:12:33.388610 [ 263 ] {5b470d72-ec12-44a9-a8a2-2a6bf69afeb4} <Debug> TCPHandler: Processed in 0.001838058 sec. | ||
| 12429 | 2024.12.12 04:12:36.669169 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12430 | 2024.12.12 04:12:36.669245 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12431 | 2024.12.12 04:12:36.881269 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 | ||
| 12432 | 2024.12.12 04:12:36.882153 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12433 | 2024.12.12 04:12:36.882191 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12434 | 2024.12.12 04:12:36.882715 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12435 | 2024.12.12 04:12:36.882987 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12436 | 2024.12.12 04:12:36.883178 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 12437 | 2024.12.12 04:12:37.030016 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1732 | ||
| 12438 | 2024.12.12 04:12:37.033187 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12439 | 2024.12.12 04:12:37.033259 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12440 | 2024.12.12 04:12:37.034772 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12441 | 2024.12.12 04:12:37.035109 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12442 | 2024.12.12 04:12:37.036630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1732 | ||
| 12443 | 2024.12.12 04:12:38.386325 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12444 | 2024.12.12 04:12:38.386536 [ 264 ] {ffda7bc2-6c57-4884-92ae-99f5e2072ca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12445 | 2024.12.12 04:12:38.386617 [ 264 ] {ffda7bc2-6c57-4884-92ae-99f5e2072ca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12446 | 2024.12.12 04:12:38.387419 [ 264 ] {ffda7bc2-6c57-4884-92ae-99f5e2072ca2} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12447 | 2024.12.12 04:12:38.387462 [ 264 ] {ffda7bc2-6c57-4884-92ae-99f5e2072ca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12448 | 2024.12.12 04:12:38.387894 [ 264 ] {ffda7bc2-6c57-4884-92ae-99f5e2072ca2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12449 | 2024.12.12 04:12:38.388161 [ 264 ] {ffda7bc2-6c57-4884-92ae-99f5e2072ca2} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12450 | 2024.12.12 04:12:38.388370 [ 264 ] {ffda7bc2-6c57-4884-92ae-99f5e2072ca2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001895 sec., 7387.862796833773 rows/sec., 531.83 KiB/sec. | ||
| 12451 | 2024.12.12 04:12:38.388435 [ 264 ] {ffda7bc2-6c57-4884-92ae-99f5e2072ca2} <Debug> TCPHandler: Processed in 0.002249648 sec. | ||
| 12452 | 2024.12.12 04:12:38.388714 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12453 | 2024.12.12 04:12:38.388932 [ 263 ] {cf3f473e-cd30-4226-a07d-05d038f44756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12454 | 2024.12.12 04:12:38.389010 [ 263 ] {cf3f473e-cd30-4226-a07d-05d038f44756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12455 | 2024.12.12 04:12:38.389945 [ 263 ] {cf3f473e-cd30-4226-a07d-05d038f44756} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12456 | 2024.12.12 04:12:38.390001 [ 263 ] {cf3f473e-cd30-4226-a07d-05d038f44756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12457 | 2024.12.12 04:12:38.390489 [ 263 ] {cf3f473e-cd30-4226-a07d-05d038f44756} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12458 | 2024.12.12 04:12:38.390755 [ 263 ] {cf3f473e-cd30-4226-a07d-05d038f44756} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12459 | 2024.12.12 04:12:38.390994 [ 263 ] {cf3f473e-cd30-4226-a07d-05d038f44756} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.00212 sec., 132547.16981132075 rows/sec., 11.71 MiB/sec. | ||
| 12460 | 2024.12.12 04:12:38.391065 [ 263 ] {cf3f473e-cd30-4226-a07d-05d038f44756} <Debug> TCPHandler: Processed in 0.002494875 sec. | ||
| 12461 | 2024.12.12 04:12:38.391231 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12462 | 2024.12.12 04:12:38.391379 [ 264 ] {2bd07cc9-2ee8-4508-9ac5-75fa3726474f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12463 | 2024.12.12 04:12:38.391439 [ 264 ] {2bd07cc9-2ee8-4508-9ac5-75fa3726474f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12464 | 2024.12.12 04:12:38.392136 [ 264 ] {2bd07cc9-2ee8-4508-9ac5-75fa3726474f} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12465 | 2024.12.12 04:12:38.392175 [ 264 ] {2bd07cc9-2ee8-4508-9ac5-75fa3726474f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12466 | 2024.12.12 04:12:38.392537 [ 264 ] {2bd07cc9-2ee8-4508-9ac5-75fa3726474f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12467 | 2024.12.12 04:12:38.392786 [ 264 ] {2bd07cc9-2ee8-4508-9ac5-75fa3726474f} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12468 | 2024.12.12 04:12:38.392969 [ 264 ] {2bd07cc9-2ee8-4508-9ac5-75fa3726474f} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001627 sec., 28272.894898586357 rows/sec., 2.03 MiB/sec. | ||
| 12469 | 2024.12.12 04:12:38.393023 [ 264 ] {2bd07cc9-2ee8-4508-9ac5-75fa3726474f} <Debug> TCPHandler: Processed in 0.001860898 sec. | ||
| 12470 | 2024.12.12 04:12:38.393309 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12471 | 2024.12.12 04:12:38.393542 [ 263 ] {0779ef21-0592-4306-8607-49f40fc4247c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12472 | 2024.12.12 04:12:38.393640 [ 263 ] {0779ef21-0592-4306-8607-49f40fc4247c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12473 | 2024.12.12 04:12:38.394399 [ 263 ] {0779ef21-0592-4306-8607-49f40fc4247c} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12474 | 2024.12.12 04:12:38.394441 [ 263 ] {0779ef21-0592-4306-8607-49f40fc4247c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12475 | 2024.12.12 04:12:38.394814 [ 263 ] {0779ef21-0592-4306-8607-49f40fc4247c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12476 | 2024.12.12 04:12:38.395071 [ 263 ] {0779ef21-0592-4306-8607-49f40fc4247c} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12477 | 2024.12.12 04:12:38.395289 [ 263 ] {0779ef21-0592-4306-8607-49f40fc4247c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001806 sec., 7751.937984496124 rows/sec., 542.90 KiB/sec. | ||
| 12478 | 2024.12.12 04:12:38.395347 [ 263 ] {0779ef21-0592-4306-8607-49f40fc4247c} <Debug> TCPHandler: Processed in 0.002151646 sec. | ||
| 12479 | 2024.12.12 04:12:38.395496 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12480 | 2024.12.12 04:12:38.395634 [ 264 ] {853020c9-0cc0-4c33-87c7-4f3fb9f2d915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12481 | 2024.12.12 04:12:38.395690 [ 264 ] {853020c9-0cc0-4c33-87c7-4f3fb9f2d915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12482 | 2024.12.12 04:12:38.396337 [ 264 ] {853020c9-0cc0-4c33-87c7-4f3fb9f2d915} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12483 | 2024.12.12 04:12:38.396386 [ 264 ] {853020c9-0cc0-4c33-87c7-4f3fb9f2d915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12484 | 2024.12.12 04:12:38.397131 [ 264 ] {853020c9-0cc0-4c33-87c7-4f3fb9f2d915} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12485 | 2024.12.12 04:12:38.397376 [ 264 ] {853020c9-0cc0-4c33-87c7-4f3fb9f2d915} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12486 | 2024.12.12 04:12:38.397555 [ 264 ] {853020c9-0cc0-4c33-87c7-4f3fb9f2d915} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001953 sec., 6656.426011264721 rows/sec., 415.03 KiB/sec. | ||
| 12487 | 2024.12.12 04:12:38.397606 [ 264 ] {853020c9-0cc0-4c33-87c7-4f3fb9f2d915} <Debug> TCPHandler: Processed in 0.002179407 sec. | ||
| 12488 | 2024.12.12 04:12:38.397764 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12489 | 2024.12.12 04:12:38.397905 [ 263 ] {8116135c-990f-4c42-9026-e3c660c403ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12490 | 2024.12.12 04:12:38.397964 [ 263 ] {8116135c-990f-4c42-9026-e3c660c403ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12491 | 2024.12.12 04:12:38.398910 [ 263 ] {8116135c-990f-4c42-9026-e3c660c403ad} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12492 | 2024.12.12 04:12:38.398951 [ 263 ] {8116135c-990f-4c42-9026-e3c660c403ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12493 | 2024.12.12 04:12:38.399348 [ 263 ] {8116135c-990f-4c42-9026-e3c660c403ad} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12494 | 2024.12.12 04:12:38.399594 [ 263 ] {8116135c-990f-4c42-9026-e3c660c403ad} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12495 | 2024.12.12 04:12:38.399832 [ 263 ] {8116135c-990f-4c42-9026-e3c660c403ad} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001955 sec., 215345.26854219948 rows/sec., 15.39 MiB/sec. | ||
| 12496 | 2024.12.12 04:12:38.399930 [ 263 ] {8116135c-990f-4c42-9026-e3c660c403ad} <Debug> TCPHandler: Processed in 0.002231708 sec. | ||
| 12497 | 2024.12.12 04:12:38.400111 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12498 | 2024.12.12 04:12:38.400469 [ 264 ] {8b967a9e-79de-44d7-8ca4-361b70a8d78e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12499 | 2024.12.12 04:12:38.400649 [ 264 ] {8b967a9e-79de-44d7-8ca4-361b70a8d78e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12500 | 2024.12.12 04:12:38.401584 [ 264 ] {8b967a9e-79de-44d7-8ca4-361b70a8d78e} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12501 | 2024.12.12 04:12:38.401622 [ 264 ] {8b967a9e-79de-44d7-8ca4-361b70a8d78e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12502 | 2024.12.12 04:12:38.401985 [ 264 ] {8b967a9e-79de-44d7-8ca4-361b70a8d78e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12503 | 2024.12.12 04:12:38.402218 [ 264 ] {8b967a9e-79de-44d7-8ca4-361b70a8d78e} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12504 | 2024.12.12 04:12:38.402425 [ 264 ] {8b967a9e-79de-44d7-8ca4-361b70a8d78e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002091 sec., 2869.4404591104735 rows/sec., 149.92 KiB/sec. | ||
| 12505 | 2024.12.12 04:12:38.402475 [ 264 ] {8b967a9e-79de-44d7-8ca4-361b70a8d78e} <Debug> TCPHandler: Processed in 0.002456054 sec. | ||
| 12506 | 2024.12.12 04:12:38.402631 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12507 | 2024.12.12 04:12:38.402771 [ 263 ] {4d3c8983-c99b-406f-af05-40a0c5ab75e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12508 | 2024.12.12 04:12:38.402834 [ 263 ] {4d3c8983-c99b-406f-af05-40a0c5ab75e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12509 | 2024.12.12 04:12:38.403437 [ 263 ] {4d3c8983-c99b-406f-af05-40a0c5ab75e1} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12510 | 2024.12.12 04:12:38.403478 [ 263 ] {4d3c8983-c99b-406f-af05-40a0c5ab75e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12511 | 2024.12.12 04:12:38.403881 [ 263 ] {4d3c8983-c99b-406f-af05-40a0c5ab75e1} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12512 | 2024.12.12 04:12:38.404124 [ 263 ] {4d3c8983-c99b-406f-af05-40a0c5ab75e1} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12513 | 2024.12.12 04:12:38.404342 [ 263 ] {4d3c8983-c99b-406f-af05-40a0c5ab75e1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001602 sec., 147940.07490636705 rows/sec., 9.92 MiB/sec. | ||
| 12514 | 2024.12.12 04:12:38.404399 [ 263 ] {4d3c8983-c99b-406f-af05-40a0c5ab75e1} <Debug> TCPHandler: Processed in 0.001833798 sec. | ||
| 12515 | 2024.12.12 04:12:38.404528 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12516 | 2024.12.12 04:12:38.404645 [ 264 ] {72b97471-f62d-4ef5-a402-159ceace3953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12517 | 2024.12.12 04:12:38.404696 [ 264 ] {72b97471-f62d-4ef5-a402-159ceace3953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12518 | 2024.12.12 04:12:38.405177 [ 264 ] {72b97471-f62d-4ef5-a402-159ceace3953} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12519 | 2024.12.12 04:12:38.405244 [ 264 ] {72b97471-f62d-4ef5-a402-159ceace3953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12520 | 2024.12.12 04:12:38.405597 [ 264 ] {72b97471-f62d-4ef5-a402-159ceace3953} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12521 | 2024.12.12 04:12:38.405834 [ 264 ] {72b97471-f62d-4ef5-a402-159ceace3953} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12522 | 2024.12.12 04:12:38.406089 [ 264 ] {72b97471-f62d-4ef5-a402-159ceace3953} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001464 sec., 683.0601092896175 rows/sec., 46.03 KiB/sec. | ||
| 12523 | 2024.12.12 04:12:38.406221 [ 264 ] {72b97471-f62d-4ef5-a402-159ceace3953} <Debug> TCPHandler: Processed in 0.001743546 sec. | ||
| 12524 | 2024.12.12 04:12:38.406427 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12525 | 2024.12.12 04:12:38.406549 [ 263 ] {46d29719-3206-4b03-86bf-f6a06c5e1bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12526 | 2024.12.12 04:12:38.406621 [ 263 ] {46d29719-3206-4b03-86bf-f6a06c5e1bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12527 | 2024.12.12 04:12:38.407809 [ 263 ] {46d29719-3206-4b03-86bf-f6a06c5e1bfa} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12528 | 2024.12.12 04:12:38.407848 [ 263 ] {46d29719-3206-4b03-86bf-f6a06c5e1bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12529 | 2024.12.12 04:12:38.408511 [ 263 ] {46d29719-3206-4b03-86bf-f6a06c5e1bfa} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12530 | 2024.12.12 04:12:38.408773 [ 263 ] {46d29719-3206-4b03-86bf-f6a06c5e1bfa} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12531 | 2024.12.12 04:12:38.409068 [ 263 ] {46d29719-3206-4b03-86bf-f6a06c5e1bfa} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002532 sec., 15402.843601895735 rows/sec., 27.60 MiB/sec. | ||
| 12532 | 2024.12.12 04:12:38.409508 [ 263 ] {46d29719-3206-4b03-86bf-f6a06c5e1bfa} <Debug> TCPHandler: Processed in 0.003179013 sec. | ||
| 12533 | 2024.12.12 04:12:38.409806 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12534 | 2024.12.12 04:12:38.410021 [ 264 ] {2b766e7b-8024-4b15-9b3d-5c06db50eb62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12535 | 2024.12.12 04:12:38.410078 [ 264 ] {2b766e7b-8024-4b15-9b3d-5c06db50eb62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12536 | 2024.12.12 04:12:38.410635 [ 264 ] {2b766e7b-8024-4b15-9b3d-5c06db50eb62} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12537 | 2024.12.12 04:12:38.410682 [ 264 ] {2b766e7b-8024-4b15-9b3d-5c06db50eb62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12538 | 2024.12.12 04:12:38.411101 [ 264 ] {2b766e7b-8024-4b15-9b3d-5c06db50eb62} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12539 | 2024.12.12 04:12:38.411334 [ 264 ] {2b766e7b-8024-4b15-9b3d-5c06db50eb62} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12540 | 2024.12.12 04:12:38.411555 [ 264 ] {2b766e7b-8024-4b15-9b3d-5c06db50eb62} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001566 sec., 52362.70753512133 rows/sec., 3.33 MiB/sec. | ||
| 12541 | 2024.12.12 04:12:38.411604 [ 264 ] {2b766e7b-8024-4b15-9b3d-5c06db50eb62} <Debug> TCPHandler: Processed in 0.001982862 sec. | ||
| 12542 | 2024.12.12 04:12:39.039147 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 12543 | 2024.12.12 04:12:39.059889 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12544 | 2024.12.12 04:12:39.059941 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12545 | 2024.12.12 04:12:39.067221 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12546 | 2024.12.12 04:12:39.067993 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12547 | 2024.12.12 04:12:39.070849 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 12548 | 2024.12.12 04:12:43.409174 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12549 | 2024.12.12 04:12:43.409384 [ 264 ] {2fa72560-9b8b-4450-80ec-77a79fc14538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12550 | 2024.12.12 04:12:43.409458 [ 264 ] {2fa72560-9b8b-4450-80ec-77a79fc14538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12551 | 2024.12.12 04:12:43.410236 [ 264 ] {2fa72560-9b8b-4450-80ec-77a79fc14538} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12552 | 2024.12.12 04:12:43.410282 [ 264 ] {2fa72560-9b8b-4450-80ec-77a79fc14538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12553 | 2024.12.12 04:12:43.410703 [ 264 ] {2fa72560-9b8b-4450-80ec-77a79fc14538} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 12554 | 2024.12.12 04:12:43.410956 [ 264 ] {2fa72560-9b8b-4450-80ec-77a79fc14538} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12555 | 2024.12.12 04:12:43.411213 [ 264 ] {2fa72560-9b8b-4450-80ec-77a79fc14538} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00188 sec., 3191.4893617021276 rows/sec., 260.24 KiB/sec. | ||
| 12556 | 2024.12.12 04:12:43.411343 [ 264 ] {2fa72560-9b8b-4450-80ec-77a79fc14538} <Debug> TCPHandler: Processed in 0.0023027 sec. | ||
| 12557 | 2024.12.12 04:12:43.411612 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12558 | 2024.12.12 04:12:43.411809 [ 263 ] {656edc1d-05a0-4b67-bdd7-0110dabf609b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12559 | 2024.12.12 04:12:43.411887 [ 263 ] {656edc1d-05a0-4b67-bdd7-0110dabf609b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12560 | 2024.12.12 04:12:43.413298 [ 263 ] {656edc1d-05a0-4b67-bdd7-0110dabf609b} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12561 | 2024.12.12 04:12:43.413351 [ 263 ] {656edc1d-05a0-4b67-bdd7-0110dabf609b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12562 | 2024.12.12 04:12:43.413870 [ 263 ] {656edc1d-05a0-4b67-bdd7-0110dabf609b} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12563 | 2024.12.12 04:12:43.414127 [ 263 ] {656edc1d-05a0-4b67-bdd7-0110dabf609b} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12564 | 2024.12.12 04:12:43.414359 [ 119 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12565 | 2024.12.12 04:12:43.414389 [ 263 ] {656edc1d-05a0-4b67-bdd7-0110dabf609b} <Debug> executeQuery: Read 1199 rows, 101.19 KiB in 0.002632 sec., 455547.1124620061 rows/sec., 37.54 MiB/sec. | ||
| 12566 | 2024.12.12 04:12:43.414491 [ 119 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12567 | 2024.12.12 04:12:43.414558 [ 263 ] {656edc1d-05a0-4b67-bdd7-0110dabf609b} <Debug> TCPHandler: Processed in 0.0030756 sec. | ||
| 12568 | 2024.12.12 04:12:43.414580 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12569 | 2024.12.12 04:12:43.414838 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12570 | 2024.12.12 04:12:43.414846 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 12571 | 2024.12.12 04:12:43.415101 [ 264 ] {3f93c086-64e4-45d6-bd5f-1fb5fccc7fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12572 | 2024.12.12 04:12:43.415115 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12573 | 2024.12.12 04:12:43.415205 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1432 rows starting from the beginning of the part | ||
| 12574 | 2024.12.12 04:12:43.415211 [ 264 ] {3f93c086-64e4-45d6-bd5f-1fb5fccc7fc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12575 | 2024.12.12 04:12:43.415513 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 56 rows starting from the beginning of the part | ||
| 12576 | 2024.12.12 04:12:43.415806 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 286 rows starting from the beginning of the part | ||
| 12577 | 2024.12.12 04:12:43.416078 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 12578 | 2024.12.12 04:12:43.416416 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 281 rows starting from the beginning of the part | ||
| 12579 | 2024.12.12 04:12:43.416826 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 1199 rows starting from the beginning of the part | ||
| 12580 | 2024.12.12 04:12:43.418215 [ 264 ] {3f93c086-64e4-45d6-bd5f-1fb5fccc7fc3} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12581 | 2024.12.12 04:12:43.418281 [ 264 ] {3f93c086-64e4-45d6-bd5f-1fb5fccc7fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12582 | 2024.12.12 04:12:43.419367 [ 264 ] {3f93c086-64e4-45d6-bd5f-1fb5fccc7fc3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12583 | 2024.12.12 04:12:43.419737 [ 264 ] {3f93c086-64e4-45d6-bd5f-1fb5fccc7fc3} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12584 | 2024.12.12 04:12:43.420091 [ 264 ] {3f93c086-64e4-45d6-bd5f-1fb5fccc7fc3} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.005081 sec., 1180.869907498524 rows/sec., 82.45 KiB/sec. | ||
| 12585 | 2024.12.12 04:12:43.420577 [ 264 ] {3f93c086-64e4-45d6-bd5f-1fb5fccc7fc3} <Debug> TCPHandler: Processed in 0.005862743 sec. | ||
| 12586 | 2024.12.12 04:12:43.420963 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12587 | 2024.12.12 04:12:43.421150 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3310 rows, containing 5 columns (5 merged, 0 gathered) in 0.006413097 sec., 516131.2857111002 rows/sec., 45.22 MiB/sec. | ||
| 12588 | 2024.12.12 04:12:43.421246 [ 263 ] {bc96da99-fb13-4ccf-b77e-de5625784d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12589 | 2024.12.12 04:12:43.421304 [ 263 ] {bc96da99-fb13-4ccf-b77e-de5625784d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12590 | 2024.12.12 04:12:43.421403 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12591 | 2024.12.12 04:12:43.421765 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_101_20} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12592 | 2024.12.12 04:12:43.421875 [ 188 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_101_20} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12593 | 2024.12.12 04:12:43.421978 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 12594 | 2024.12.12 04:12:43.422147 [ 263 ] {bc96da99-fb13-4ccf-b77e-de5625784d74} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12595 | 2024.12.12 04:12:43.422187 [ 263 ] {bc96da99-fb13-4ccf-b77e-de5625784d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12596 | 2024.12.12 04:12:43.422558 [ 263 ] {bc96da99-fb13-4ccf-b77e-de5625784d74} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12597 | 2024.12.12 04:12:43.422805 [ 263 ] {bc96da99-fb13-4ccf-b77e-de5625784d74} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12598 | 2024.12.12 04:12:43.423043 [ 263 ] {bc96da99-fb13-4ccf-b77e-de5625784d74} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001863 sec., 122383.25281803543 rows/sec., 8.29 MiB/sec. | ||
| 12599 | 2024.12.12 04:12:43.423104 [ 263 ] {bc96da99-fb13-4ccf-b77e-de5625784d74} <Debug> TCPHandler: Processed in 0.002366842 sec. | ||
| 12600 | 2024.12.12 04:12:43.423259 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12601 | 2024.12.12 04:12:43.423377 [ 264 ] {867b5256-f207-4460-abcf-16ade47534d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12602 | 2024.12.12 04:12:43.423426 [ 264 ] {867b5256-f207-4460-abcf-16ade47534d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12603 | 2024.12.12 04:12:43.424260 [ 264 ] {867b5256-f207-4460-abcf-16ade47534d0} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12604 | 2024.12.12 04:12:43.424300 [ 264 ] {867b5256-f207-4460-abcf-16ade47534d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12605 | 2024.12.12 04:12:43.424719 [ 264 ] {867b5256-f207-4460-abcf-16ade47534d0} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12606 | 2024.12.12 04:12:43.424965 [ 264 ] {867b5256-f207-4460-abcf-16ade47534d0} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12607 | 2024.12.12 04:12:43.425137 [ 119 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12608 | 2024.12.12 04:12:43.425188 [ 119 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12609 | 2024.12.12 04:12:43.425208 [ 264 ] {867b5256-f207-4460-abcf-16ade47534d0} <Debug> executeQuery: Read 526 rows, 39.89 KiB in 0.001844 sec., 285249.4577006508 rows/sec., 21.13 MiB/sec. | ||
| 12610 | 2024.12.12 04:12:43.425223 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12611 | 2024.12.12 04:12:43.425378 [ 264 ] {867b5256-f207-4460-abcf-16ade47534d0} <Debug> TCPHandler: Processed in 0.002175416 sec. | ||
| 12612 | 2024.12.12 04:12:43.425462 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 12613 | 2024.12.12 04:12:43.425592 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12614 | 2024.12.12 04:12:43.425661 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12615 | 2024.12.12 04:12:43.425711 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 913 rows starting from the beginning of the part | ||
| 12616 | 2024.12.12 04:12:43.425884 [ 263 ] {5107c352-3046-4f4e-afa7-13595e147668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12617 | 2024.12.12 04:12:43.426017 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part | ||
| 12618 | 2024.12.12 04:12:43.426092 [ 263 ] {5107c352-3046-4f4e-afa7-13595e147668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12619 | 2024.12.12 04:12:43.426358 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 431 rows starting from the beginning of the part | ||
| 12620 | 2024.12.12 04:12:43.426898 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 12621 | 2024.12.12 04:12:43.427247 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 421 rows starting from the beginning of the part | ||
| 12622 | 2024.12.12 04:12:43.427592 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 526 rows starting from the beginning of the part | ||
| 12623 | 2024.12.12 04:12:43.428610 [ 263 ] {5107c352-3046-4f4e-afa7-13595e147668} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12624 | 2024.12.12 04:12:43.428674 [ 263 ] {5107c352-3046-4f4e-afa7-13595e147668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12625 | 2024.12.12 04:12:43.429808 [ 263 ] {5107c352-3046-4f4e-afa7-13595e147668} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12626 | 2024.12.12 04:12:43.430098 [ 263 ] {5107c352-3046-4f4e-afa7-13595e147668} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12627 | 2024.12.12 04:12:43.430368 [ 119 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12628 | 2024.12.12 04:12:43.430511 [ 119 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12629 | 2024.12.12 04:12:43.430610 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12630 | 2024.12.12 04:12:43.430862 [ 263 ] {5107c352-3046-4f4e-afa7-13595e147668} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.005039 sec., 175233.1811867434 rows/sec., 11.79 MiB/sec. | ||
| 12631 | 2024.12.12 04:12:43.430933 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.005594056 sec., 432423.27213027544 rows/sec., 33.17 MiB/sec. | ||
| 12632 | 2024.12.12 04:12:43.431002 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 12633 | 2024.12.12 04:12:43.431120 [ 263 ] {5107c352-3046-4f4e-afa7-13595e147668} <Debug> TCPHandler: Processed in 0.005620636 sec. | ||
| 12634 | 2024.12.12 04:12:43.431285 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12635 | 2024.12.12 04:12:43.431454 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12636 | 2024.12.12 04:12:43.431486 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12637 | 2024.12.12 04:12:43.431550 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 30655 rows starting from the beginning of the part | ||
| 12638 | 2024.12.12 04:12:43.431897 [ 264 ] {be5029bb-36bb-4d81-be7e-618697ec3173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12639 | 2024.12.12 04:12:43.432051 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part | ||
| 12640 | 2024.12.12 04:12:43.432156 [ 264 ] {be5029bb-36bb-4d81-be7e-618697ec3173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12641 | 2024.12.12 04:12:43.432285 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_101_20} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12642 | 2024.12.12 04:12:43.432631 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 242 rows starting from the beginning of the part | ||
| 12643 | 2024.12.12 04:12:43.432708 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_101_20} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12644 | 2024.12.12 04:12:43.433008 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 12645 | 2024.12.12 04:12:43.433062 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 12646 | 2024.12.12 04:12:43.433470 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 12647 | 2024.12.12 04:12:43.433755 [ 195 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 883 rows starting from the beginning of the part | ||
| 12648 | 2024.12.12 04:12:43.434840 [ 264 ] {be5029bb-36bb-4d81-be7e-618697ec3173} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12649 | 2024.12.12 04:12:43.434916 [ 264 ] {be5029bb-36bb-4d81-be7e-618697ec3173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12650 | 2024.12.12 04:12:43.435468 [ 264 ] {be5029bb-36bb-4d81-be7e-618697ec3173} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12651 | 2024.12.12 04:12:43.435833 [ 264 ] {be5029bb-36bb-4d81-be7e-618697ec3173} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12652 | 2024.12.12 04:12:43.436107 [ 119 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12653 | 2024.12.12 04:12:43.436223 [ 119 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12654 | 2024.12.12 04:12:43.436311 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12655 | 2024.12.12 04:12:43.436437 [ 264 ] {be5029bb-36bb-4d81-be7e-618697ec3173} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004705 sec., 12752.39107332625 rows/sec., 880.05 KiB/sec. | ||
| 12656 | 2024.12.12 04:12:43.436921 [ 199 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 12657 | 2024.12.12 04:12:43.436977 [ 264 ] {be5029bb-36bb-4d81-be7e-618697ec3173} <Debug> TCPHandler: Processed in 0.005705371 sec. | ||
| 12658 | 2024.12.12 04:12:43.437726 [ 199 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12659 | 2024.12.12 04:12:43.437858 [ 199 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 6600 rows starting from the beginning of the part | ||
| 12660 | 2024.12.12 04:12:43.438406 [ 199 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
| 12661 | 2024.12.12 04:12:43.438981 [ 199 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 82 rows starting from the beginning of the part | ||
| 12662 | 2024.12.12 04:12:43.439541 [ 199 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 12663 | 2024.12.12 04:12:43.440094 [ 199 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 12664 | 2024.12.12 04:12:43.440342 [ 199 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
| 12665 | 2024.12.12 04:12:43.444217 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6944 rows, containing 4 columns (4 merged, 0 gathered) in 0.007785373 sec., 891929.0058421093 rows/sec., 58.20 MiB/sec. | ||
| 12666 | 2024.12.12 04:12:43.444907 [ 191 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12667 | 2024.12.12 04:12:43.445244 [ 191 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_101_20} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12668 | 2024.12.12 04:12:43.445344 [ 191 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_101_20} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12669 | 2024.12.12 04:12:43.445449 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 12670 | 2024.12.12 04:12:43.446305 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32337 rows, containing 5 columns (5 merged, 0 gathered) in 0.015532407 sec., 2081905.2707027313 rows/sec., 140.72 MiB/sec. | ||
| 12671 | 2024.12.12 04:12:43.447114 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12672 | 2024.12.12 04:12:43.447432 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12673 | 2024.12.12 04:12:43.447512 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12674 | 2024.12.12 04:12:43.447603 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 12675 | 2024.12.12 04:12:44.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 255.03 MiB, peak 266.48 MiB, free memory in arenas 0.00 B, will set to 256.89 MiB (RSS), difference: 1.86 MiB | ||
| 12676 | 2024.12.12 04:12:44.383329 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 | ||
| 12677 | 2024.12.12 04:12:44.384156 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12678 | 2024.12.12 04:12:44.384237 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12679 | 2024.12.12 04:12:44.385031 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12680 | 2024.12.12 04:12:44.385541 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12681 | 2024.12.12 04:12:44.385888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 12682 | 2024.12.12 04:12:46.570909 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 12683 | 2024.12.12 04:12:46.591598 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12684 | 2024.12.12 04:12:46.591655 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12685 | 2024.12.12 04:12:46.598975 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 12686 | 2024.12.12 04:12:46.599791 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12687 | 2024.12.12 04:12:46.602493 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 12688 | 2024.12.12 04:12:47.036833 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1768 | ||
| 12689 | 2024.12.12 04:12:47.040123 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12690 | 2024.12.12 04:12:47.040183 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12691 | 2024.12.12 04:12:47.041744 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 12692 | 2024.12.12 04:12:47.042067 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12693 | 2024.12.12 04:12:47.042317 [ 112 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 12694 | 2024.12.12 04:12:47.042436 [ 112 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12695 | 2024.12.12 04:12:47.042501 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12696 | 2024.12.12 04:12:47.042985 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 12697 | 2024.12.12 04:12:47.043688 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1768 | ||
| 12698 | 2024.12.12 04:12:47.044152 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12699 | 2024.12.12 04:12:47.044324 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1606 rows starting from the beginning of the part | ||
| 12700 | 2024.12.12 04:12:47.044950 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part | ||
| 12701 | 2024.12.12 04:12:47.045536 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 32 rows starting from the beginning of the part | ||
| 12702 | 2024.12.12 04:12:47.046123 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 12703 | 2024.12.12 04:12:47.046821 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 32 rows starting from the beginning of the part | ||
| 12704 | 2024.12.12 04:12:47.047451 [ 192 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part | ||
| 12705 | 2024.12.12 04:12:47.056003 [ 191 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1768 rows, containing 72 columns (72 merged, 0 gathered) in 0.013330195 sec., 132631.21807295393 rows/sec., 101.90 MiB/sec. | ||
| 12706 | 2024.12.12 04:12:47.057963 [ 191 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 12707 | 2024.12.12 04:12:47.058790 [ 191 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_51_10} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12708 | 2024.12.12 04:12:47.058903 [ 191 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_51_10} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 12709 | 2024.12.12 04:12:47.059241 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 12710 | 2024.12.12 04:12:48.386002 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12711 | 2024.12.12 04:12:48.386219 [ 264 ] {29283317-fa95-436f-b743-983a88eca5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12712 | 2024.12.12 04:12:48.386300 [ 264 ] {29283317-fa95-436f-b743-983a88eca5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12713 | 2024.12.12 04:12:48.387069 [ 264 ] {29283317-fa95-436f-b743-983a88eca5ed} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12714 | 2024.12.12 04:12:48.387116 [ 264 ] {29283317-fa95-436f-b743-983a88eca5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12715 | 2024.12.12 04:12:48.387548 [ 264 ] {29283317-fa95-436f-b743-983a88eca5ed} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12716 | 2024.12.12 04:12:48.387804 [ 264 ] {29283317-fa95-436f-b743-983a88eca5ed} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12717 | 2024.12.12 04:12:48.388052 [ 264 ] {29283317-fa95-436f-b743-983a88eca5ed} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001892 sec., 7399.577167019027 rows/sec., 532.67 KiB/sec. | ||
| 12718 | 2024.12.12 04:12:48.388120 [ 264 ] {29283317-fa95-436f-b743-983a88eca5ed} <Debug> TCPHandler: Processed in 0.002258899 sec. | ||
| 12719 | 2024.12.12 04:12:48.388440 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12720 | 2024.12.12 04:12:48.388742 [ 263 ] {a2b78f73-c412-4b19-b140-46a29ee86f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12721 | 2024.12.12 04:12:48.388859 [ 263 ] {a2b78f73-c412-4b19-b140-46a29ee86f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12722 | 2024.12.12 04:12:48.389975 [ 263 ] {a2b78f73-c412-4b19-b140-46a29ee86f1a} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12723 | 2024.12.12 04:12:48.390023 [ 263 ] {a2b78f73-c412-4b19-b140-46a29ee86f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12724 | 2024.12.12 04:12:48.390484 [ 263 ] {a2b78f73-c412-4b19-b140-46a29ee86f1a} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12725 | 2024.12.12 04:12:48.390741 [ 263 ] {a2b78f73-c412-4b19-b140-46a29ee86f1a} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12726 | 2024.12.12 04:12:48.390978 [ 263 ] {a2b78f73-c412-4b19-b140-46a29ee86f1a} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002318 sec., 121225.19413287316 rows/sec., 10.71 MiB/sec. | ||
| 12727 | 2024.12.12 04:12:48.391046 [ 263 ] {a2b78f73-c412-4b19-b140-46a29ee86f1a} <Debug> TCPHandler: Processed in 0.002795523 sec. | ||
| 12728 | 2024.12.12 04:12:48.391195 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12729 | 2024.12.12 04:12:48.391321 [ 264 ] {58b08b74-9b52-4814-ad4a-3d990a288b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12730 | 2024.12.12 04:12:48.391374 [ 264 ] {58b08b74-9b52-4814-ad4a-3d990a288b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12731 | 2024.12.12 04:12:48.391990 [ 264 ] {58b08b74-9b52-4814-ad4a-3d990a288b56} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12732 | 2024.12.12 04:12:48.392031 [ 264 ] {58b08b74-9b52-4814-ad4a-3d990a288b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12733 | 2024.12.12 04:12:48.392405 [ 264 ] {58b08b74-9b52-4814-ad4a-3d990a288b56} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12734 | 2024.12.12 04:12:48.392645 [ 264 ] {58b08b74-9b52-4814-ad4a-3d990a288b56} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12735 | 2024.12.12 04:12:48.392857 [ 264 ] {58b08b74-9b52-4814-ad4a-3d990a288b56} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001565 sec., 29392.97124600639 rows/sec., 2.11 MiB/sec. | ||
| 12736 | 2024.12.12 04:12:48.392917 [ 264 ] {58b08b74-9b52-4814-ad4a-3d990a288b56} <Debug> TCPHandler: Processed in 0.001782107 sec. | ||
| 12737 | 2024.12.12 04:12:48.393078 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12738 | 2024.12.12 04:12:48.393202 [ 263 ] {7973d2fd-2f23-4c52-b756-f0ca665ab69a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12739 | 2024.12.12 04:12:48.393256 [ 263 ] {7973d2fd-2f23-4c52-b756-f0ca665ab69a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12740 | 2024.12.12 04:12:48.393873 [ 263 ] {7973d2fd-2f23-4c52-b756-f0ca665ab69a} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12741 | 2024.12.12 04:12:48.393915 [ 263 ] {7973d2fd-2f23-4c52-b756-f0ca665ab69a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12742 | 2024.12.12 04:12:48.394283 [ 263 ] {7973d2fd-2f23-4c52-b756-f0ca665ab69a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12743 | 2024.12.12 04:12:48.394523 [ 263 ] {7973d2fd-2f23-4c52-b756-f0ca665ab69a} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12744 | 2024.12.12 04:12:48.394724 [ 111 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12745 | 2024.12.12 04:12:48.394774 [ 263 ] {7973d2fd-2f23-4c52-b756-f0ca665ab69a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001601 sec., 8744.534665833853 rows/sec., 612.41 KiB/sec. | ||
| 12746 | 2024.12.12 04:12:48.394870 [ 111 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12747 | 2024.12.12 04:12:48.394920 [ 263 ] {7973d2fd-2f23-4c52-b756-f0ca665ab69a} <Debug> TCPHandler: Processed in 0.00190376 sec. | ||
| 12748 | 2024.12.12 04:12:48.394953 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12749 | 2024.12.12 04:12:48.395168 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12750 | 2024.12.12 04:12:48.395195 [ 196 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::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 | ||
| 12751 | 2024.12.12 04:12:48.395429 [ 264 ] {de6e0adf-4920-4f34-879f-ebe5fdae5b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12752 | 2024.12.12 04:12:48.395450 [ 196 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12753 | 2024.12.12 04:12:48.395526 [ 196 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 243 rows starting from the beginning of the part | ||
| 12754 | 2024.12.12 04:12:48.395537 [ 264 ] {de6e0adf-4920-4f34-879f-ebe5fdae5b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12755 | 2024.12.12 04:12:48.395911 [ 196 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
| 12756 | 2024.12.12 04:12:48.396284 [ 196 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part | ||
| 12757 | 2024.12.12 04:12:48.396677 [ 196 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 12758 | 2024.12.12 04:12:48.397031 [ 196 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 228 rows starting from the beginning of the part | ||
| 12759 | 2024.12.12 04:12:48.397400 [ 196 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
| 12760 | 2024.12.12 04:12:48.397934 [ 220 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 12761 | 2024.12.12 04:12:48.397998 [ 220 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 12762 | 2024.12.12 04:12:48.398653 [ 264 ] {de6e0adf-4920-4f34-879f-ebe5fdae5b91} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12763 | 2024.12.12 04:12:48.398737 [ 264 ] {de6e0adf-4920-4f34-879f-ebe5fdae5b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12764 | 2024.12.12 04:12:48.399801 [ 264 ] {de6e0adf-4920-4f34-879f-ebe5fdae5b91} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12765 | 2024.12.12 04:12:48.400399 [ 196 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005295238 sec., 99523.38308495293 rows/sec., 7.13 MiB/sec. | ||
| 12766 | 2024.12.12 04:12:48.400532 [ 264 ] {de6e0adf-4920-4f34-879f-ebe5fdae5b91} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12767 | 2024.12.12 04:12:48.400647 [ 196 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12768 | 2024.12.12 04:12:48.401026 [ 264 ] {de6e0adf-4920-4f34-879f-ebe5fdae5b91} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005688 sec., 2285.5133614627284 rows/sec., 142.50 KiB/sec. | ||
| 12769 | 2024.12.12 04:12:48.401352 [ 264 ] {de6e0adf-4920-4f34-879f-ebe5fdae5b91} <Debug> TCPHandler: Processed in 0.006309885 sec. | ||
| 12770 | 2024.12.12 04:12:48.401559 [ 196 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_66_13} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12771 | 2024.12.12 04:12:48.401653 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12772 | 2024.12.12 04:12:48.401941 [ 196 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_66_13} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12773 | 2024.12.12 04:12:48.402171 [ 263 ] {3915399b-da29-4e5e-ae6d-7bfddff24eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12774 | 2024.12.12 04:12:48.402227 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 12775 | 2024.12.12 04:12:48.402304 [ 263 ] {3915399b-da29-4e5e-ae6d-7bfddff24eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12776 | 2024.12.12 04:12:48.403069 [ 263 ] {3915399b-da29-4e5e-ae6d-7bfddff24eb5} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12777 | 2024.12.12 04:12:48.403109 [ 263 ] {3915399b-da29-4e5e-ae6d-7bfddff24eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12778 | 2024.12.12 04:12:48.403498 [ 263 ] {3915399b-da29-4e5e-ae6d-7bfddff24eb5} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12779 | 2024.12.12 04:12:48.403801 [ 263 ] {3915399b-da29-4e5e-ae6d-7bfddff24eb5} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12780 | 2024.12.12 04:12:48.404115 [ 263 ] {3915399b-da29-4e5e-ae6d-7bfddff24eb5} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002143 sec., 196453.56976201586 rows/sec., 14.04 MiB/sec. | ||
| 12781 | 2024.12.12 04:12:48.404156 [ 221 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 12782 | 2024.12.12 04:12:48.404266 [ 221 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 12783 | 2024.12.12 04:12:48.404302 [ 263 ] {3915399b-da29-4e5e-ae6d-7bfddff24eb5} <Debug> TCPHandler: Processed in 0.002830343 sec. | ||
| 12784 | 2024.12.12 04:12:48.404679 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12785 | 2024.12.12 04:12:48.405024 [ 264 ] {9e1aba70-ca56-4ecf-80c0-8b45c8d6b117} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12786 | 2024.12.12 04:12:48.405235 [ 264 ] {9e1aba70-ca56-4ecf-80c0-8b45c8d6b117} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12787 | 2024.12.12 04:12:48.407088 [ 264 ] {9e1aba70-ca56-4ecf-80c0-8b45c8d6b117} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12788 | 2024.12.12 04:12:48.407275 [ 264 ] {9e1aba70-ca56-4ecf-80c0-8b45c8d6b117} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12789 | 2024.12.12 04:12:48.407875 [ 220 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 12790 | 2024.12.12 04:12:48.409287 [ 264 ] {9e1aba70-ca56-4ecf-80c0-8b45c8d6b117} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12791 | 2024.12.12 04:12:48.409987 [ 264 ] {9e1aba70-ca56-4ecf-80c0-8b45c8d6b117} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12792 | 2024.12.12 04:12:48.410328 [ 264 ] {9e1aba70-ca56-4ecf-80c0-8b45c8d6b117} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00547 sec., 1096.892138939671 rows/sec., 57.31 KiB/sec. | ||
| 12793 | 2024.12.12 04:12:48.410477 [ 264 ] {9e1aba70-ca56-4ecf-80c0-8b45c8d6b117} <Debug> TCPHandler: Processed in 0.006025057 sec. | ||
| 12794 | 2024.12.12 04:12:48.410557 [ 221 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 12795 | 2024.12.12 04:12:48.410711 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12796 | 2024.12.12 04:12:48.410877 [ 263 ] {8fa15acf-faf4-4171-94d1-3d2971c29a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12797 | 2024.12.12 04:12:48.411048 [ 263 ] {8fa15acf-faf4-4171-94d1-3d2971c29a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12798 | 2024.12.12 04:12:48.412590 [ 263 ] {8fa15acf-faf4-4171-94d1-3d2971c29a9c} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12799 | 2024.12.12 04:12:48.412631 [ 263 ] {8fa15acf-faf4-4171-94d1-3d2971c29a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12800 | 2024.12.12 04:12:48.413043 [ 263 ] {8fa15acf-faf4-4171-94d1-3d2971c29a9c} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12801 | 2024.12.12 04:12:48.413282 [ 263 ] {8fa15acf-faf4-4171-94d1-3d2971c29a9c} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12802 | 2024.12.12 04:12:48.413489 [ 263 ] {8fa15acf-faf4-4171-94d1-3d2971c29a9c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002646 sec., 89569.16099773243 rows/sec., 6.00 MiB/sec. | ||
| 12803 | 2024.12.12 04:12:48.413545 [ 263 ] {8fa15acf-faf4-4171-94d1-3d2971c29a9c} <Debug> TCPHandler: Processed in 0.002969998 sec. | ||
| 12804 | 2024.12.12 04:12:48.413702 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12805 | 2024.12.12 04:12:48.413843 [ 264 ] {ba358cbf-e0fb-4920-87e1-d7dc4505e5a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12806 | 2024.12.12 04:12:48.413905 [ 264 ] {ba358cbf-e0fb-4920-87e1-d7dc4505e5a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12807 | 2024.12.12 04:12:48.414432 [ 264 ] {ba358cbf-e0fb-4920-87e1-d7dc4505e5a7} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12808 | 2024.12.12 04:12:48.414471 [ 264 ] {ba358cbf-e0fb-4920-87e1-d7dc4505e5a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12809 | 2024.12.12 04:12:48.414830 [ 264 ] {ba358cbf-e0fb-4920-87e1-d7dc4505e5a7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12810 | 2024.12.12 04:12:48.415071 [ 264 ] {ba358cbf-e0fb-4920-87e1-d7dc4505e5a7} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12811 | 2024.12.12 04:12:48.415274 [ 264 ] {ba358cbf-e0fb-4920-87e1-d7dc4505e5a7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001465 sec., 682.5938566552901 rows/sec., 46.00 KiB/sec. | ||
| 12812 | 2024.12.12 04:12:48.415326 [ 264 ] {ba358cbf-e0fb-4920-87e1-d7dc4505e5a7} <Debug> TCPHandler: Processed in 0.001690174 sec. | ||
| 12813 | 2024.12.12 04:12:48.415518 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12814 | 2024.12.12 04:12:48.415740 [ 263 ] {5abcdd4b-834c-4a5e-8d98-32dc470c1409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12815 | 2024.12.12 04:12:48.415878 [ 263 ] {5abcdd4b-834c-4a5e-8d98-32dc470c1409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12816 | 2024.12.12 04:12:48.417277 [ 263 ] {5abcdd4b-834c-4a5e-8d98-32dc470c1409} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12817 | 2024.12.12 04:12:48.417318 [ 263 ] {5abcdd4b-834c-4a5e-8d98-32dc470c1409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12818 | 2024.12.12 04:12:48.417998 [ 263 ] {5abcdd4b-834c-4a5e-8d98-32dc470c1409} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 12819 | 2024.12.12 04:12:48.418266 [ 263 ] {5abcdd4b-834c-4a5e-8d98-32dc470c1409} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12820 | 2024.12.12 04:12:48.418464 [ 107 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 12821 | 2024.12.12 04:12:48.418548 [ 263 ] {5abcdd4b-834c-4a5e-8d98-32dc470c1409} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002854 sec., 13665.031534688156 rows/sec., 24.49 MiB/sec. | ||
| 12822 | 2024.12.12 04:12:48.418557 [ 107 ] {} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12823 | 2024.12.12 04:12:48.418667 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
| 12824 | 2024.12.12 04:12:48.418941 [ 263 ] {5abcdd4b-834c-4a5e-8d98-32dc470c1409} <Debug> TCPHandler: Processed in 0.003521472 sec. | ||
| 12825 | 2024.12.12 04:12:48.419153 [ 190 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::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 | ||
| 12826 | 2024.12.12 04:12:48.419254 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12827 | 2024.12.12 04:12:48.419594 [ 264 ] {5de0c630-90a0-4f51-a54f-682d15ffc79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12828 | 2024.12.12 04:12:48.419753 [ 264 ] {5de0c630-90a0-4f51-a54f-682d15ffc79e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12829 | 2024.12.12 04:12:48.420191 [ 190 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12830 | 2024.12.12 04:12:48.420330 [ 190 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1725 rows starting from the beginning of the part | ||
| 12831 | 2024.12.12 04:12:48.420996 [ 190 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 39 rows starting from the beginning of the part | ||
| 12832 | 2024.12.12 04:12:48.421543 [ 264 ] {5de0c630-90a0-4f51-a54f-682d15ffc79e} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12833 | 2024.12.12 04:12:48.421599 [ 264 ] {5de0c630-90a0-4f51-a54f-682d15ffc79e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12834 | 2024.12.12 04:12:48.421609 [ 190 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 39 rows starting from the beginning of the part | ||
| 12835 | 2024.12.12 04:12:48.422175 [ 190 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 39 rows starting from the beginning of the part | ||
| 12836 | 2024.12.12 04:12:48.422716 [ 190 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 39 rows starting from the beginning of the part | ||
| 12837 | 2024.12.12 04:12:48.422730 [ 264 ] {5de0c630-90a0-4f51-a54f-682d15ffc79e} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12838 | 2024.12.12 04:12:48.423223 [ 190 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 39 rows starting from the beginning of the part | ||
| 12839 | 2024.12.12 04:12:48.423308 [ 264 ] {5de0c630-90a0-4f51-a54f-682d15ffc79e} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12840 | 2024.12.12 04:12:48.424080 [ 264 ] {5de0c630-90a0-4f51-a54f-682d15ffc79e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004592 sec., 17857.14285714286 rows/sec., 1.13 MiB/sec. | ||
| 12841 | 2024.12.12 04:12:48.424102 [ 224 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 12842 | 2024.12.12 04:12:48.424213 [ 224 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 12843 | 2024.12.12 04:12:48.424293 [ 264 ] {5de0c630-90a0-4f51-a54f-682d15ffc79e} <Debug> TCPHandler: Processed in 0.005202855 sec. | ||
| 12844 | 2024.12.12 04:12:48.427103 [ 224 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 12845 | 2024.12.12 04:12:48.436719 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1920 rows, containing 19 columns (19 merged, 0 gathered) in 0.017878367 sec., 107392.35859740434 rows/sec., 192.44 MiB/sec. | ||
| 12846 | 2024.12.12 04:12:48.438224 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 12847 | 2024.12.12 04:12:48.438795 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12848 | 2024.12.12 04:12:48.438887 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 12849 | 2024.12.12 04:12:48.439007 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.51 MiB. | ||
| 12850 | 2024.12.12 04:12:48.929702 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 12851 | 2024.12.12 04:12:48.929781 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 12852 | 2024.12.12 04:12:48.932340 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 12853 | 2024.12.12 04:12:49.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.77 MiB, peak 275.22 MiB, free memory in arenas 0.00 B, will set to 262.83 MiB (RSS), difference: 5.06 MiB | ||
| 12854 | 2024.12.12 04:12:51.669288 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12855 | 2024.12.12 04:12:51.669395 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12856 | 2024.12.12 04:12:51.886048 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 | ||
| 12857 | 2024.12.12 04:12:51.886831 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12858 | 2024.12.12 04:12:51.886872 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12859 | 2024.12.12 04:12:51.887423 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12860 | 2024.12.12 04:12:51.887683 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12861 | 2024.12.12 04:12:51.887948 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 12862 | 2024.12.12 04:12:51.888003 [ 220 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): 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] | ||
| 12863 | 2024.12.12 04:12:51.888043 [ 220 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): 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] | ||
| 12864 | 2024.12.12 04:12:51.889980 [ 220 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): 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] | ||
| 12865 | 2024.12.12 04:12:52.550793 [ 224 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): 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] | ||
| 12866 | 2024.12.12 04:12:52.550877 [ 224 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): 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] | ||
| 12867 | 2024.12.12 04:12:52.553408 [ 224 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): 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] | ||
| 12868 | 2024.12.12 04:12:53.379999 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12869 | 2024.12.12 04:12:53.380217 [ 264 ] {8fda3ed2-6314-40df-8503-27246c08ca7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12870 | 2024.12.12 04:12:53.380300 [ 264 ] {8fda3ed2-6314-40df-8503-27246c08ca7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12871 | 2024.12.12 04:12:53.381105 [ 264 ] {8fda3ed2-6314-40df-8503-27246c08ca7a} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12872 | 2024.12.12 04:12:53.381156 [ 264 ] {8fda3ed2-6314-40df-8503-27246c08ca7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12873 | 2024.12.12 04:12:53.381589 [ 264 ] {8fda3ed2-6314-40df-8503-27246c08ca7a} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12874 | 2024.12.12 04:12:53.381851 [ 264 ] {8fda3ed2-6314-40df-8503-27246c08ca7a} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12875 | 2024.12.12 04:12:53.382074 [ 264 ] {8fda3ed2-6314-40df-8503-27246c08ca7a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.24 MiB/sec. | ||
| 12876 | 2024.12.12 04:12:53.382147 [ 264 ] {8fda3ed2-6314-40df-8503-27246c08ca7a} <Debug> TCPHandler: Processed in 0.0022937 sec. | ||
| 12877 | 2024.12.12 04:12:53.382468 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12878 | 2024.12.12 04:12:53.382688 [ 263 ] {4c9c9487-c6f2-4c2a-8c64-25b583758662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12879 | 2024.12.12 04:12:53.382768 [ 263 ] {4c9c9487-c6f2-4c2a-8c64-25b583758662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12880 | 2024.12.12 04:12:53.383594 [ 263 ] {4c9c9487-c6f2-4c2a-8c64-25b583758662} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12881 | 2024.12.12 04:12:53.383634 [ 263 ] {4c9c9487-c6f2-4c2a-8c64-25b583758662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12882 | 2024.12.12 04:12:53.384079 [ 263 ] {4c9c9487-c6f2-4c2a-8c64-25b583758662} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12883 | 2024.12.12 04:12:53.384331 [ 263 ] {4c9c9487-c6f2-4c2a-8c64-25b583758662} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12884 | 2024.12.12 04:12:53.384522 [ 263 ] {4c9c9487-c6f2-4c2a-8c64-25b583758662} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001894 sec., 33790.9186906019 rows/sec., 2.64 MiB/sec. | ||
| 12885 | 2024.12.12 04:12:53.384575 [ 263 ] {4c9c9487-c6f2-4c2a-8c64-25b583758662} <Debug> TCPHandler: Processed in 0.00229374 sec. | ||
| 12886 | 2024.12.12 04:12:53.384740 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12887 | 2024.12.12 04:12:53.384890 [ 264 ] {3496154f-b698-440b-b78d-c0c1b6963f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12888 | 2024.12.12 04:12:53.384955 [ 264 ] {3496154f-b698-440b-b78d-c0c1b6963f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12889 | 2024.12.12 04:12:53.385607 [ 264 ] {3496154f-b698-440b-b78d-c0c1b6963f24} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12890 | 2024.12.12 04:12:53.385648 [ 264 ] {3496154f-b698-440b-b78d-c0c1b6963f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12891 | 2024.12.12 04:12:53.386045 [ 264 ] {3496154f-b698-440b-b78d-c0c1b6963f24} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12892 | 2024.12.12 04:12:53.386281 [ 264 ] {3496154f-b698-440b-b78d-c0c1b6963f24} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12893 | 2024.12.12 04:12:53.386512 [ 264 ] {3496154f-b698-440b-b78d-c0c1b6963f24} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001654 sec., 96735.18742442563 rows/sec., 6.74 MiB/sec. | ||
| 12894 | 2024.12.12 04:12:53.386605 [ 264 ] {3496154f-b698-440b-b78d-c0c1b6963f24} <Debug> TCPHandler: Processed in 0.001935071 sec. | ||
| 12895 | 2024.12.12 04:12:53.386876 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12896 | 2024.12.12 04:12:53.387142 [ 263 ] {2aa6c7e1-fe85-429a-80c5-6537df02d049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12897 | 2024.12.12 04:12:53.387237 [ 263 ] {2aa6c7e1-fe85-429a-80c5-6537df02d049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12898 | 2024.12.12 04:12:53.387850 [ 263 ] {2aa6c7e1-fe85-429a-80c5-6537df02d049} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12899 | 2024.12.12 04:12:53.387887 [ 263 ] {2aa6c7e1-fe85-429a-80c5-6537df02d049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12900 | 2024.12.12 04:12:53.388267 [ 263 ] {2aa6c7e1-fe85-429a-80c5-6537df02d049} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12901 | 2024.12.12 04:12:53.388504 [ 263 ] {2aa6c7e1-fe85-429a-80c5-6537df02d049} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12902 | 2024.12.12 04:12:53.388675 [ 263 ] {2aa6c7e1-fe85-429a-80c5-6537df02d049} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00159 sec., 37735.84905660377 rows/sec., 2.54 MiB/sec. | ||
| 12903 | 2024.12.12 04:12:53.388723 [ 263 ] {2aa6c7e1-fe85-429a-80c5-6537df02d049} <Debug> TCPHandler: Processed in 0.002022073 sec. | ||
| 12904 | 2024.12.12 04:12:54.102556 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 12905 | 2024.12.12 04:12:54.123088 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12906 | 2024.12.12 04:12:54.123144 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12907 | 2024.12.12 04:12:54.130210 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 12908 | 2024.12.12 04:12:54.131002 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12909 | 2024.12.12 04:12:54.133690 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 12910 | 2024.12.12 04:12:57.043963 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1798 | ||
| 12911 | 2024.12.12 04:12:57.047471 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12912 | 2024.12.12 04:12:57.047539 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12913 | 2024.12.12 04:12:57.049097 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 12914 | 2024.12.12 04:12:57.049435 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12915 | 2024.12.12 04:12:57.050142 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1798 | ||
| 12916 | 2024.12.12 04:12:58.386410 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12917 | 2024.12.12 04:12:58.386604 [ 264 ] {6c744444-8455-44a2-a403-a3e772bd8141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12918 | 2024.12.12 04:12:58.386677 [ 264 ] {6c744444-8455-44a2-a403-a3e772bd8141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12919 | 2024.12.12 04:12:58.387438 [ 264 ] {6c744444-8455-44a2-a403-a3e772bd8141} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12920 | 2024.12.12 04:12:58.387487 [ 264 ] {6c744444-8455-44a2-a403-a3e772bd8141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12921 | 2024.12.12 04:12:58.387917 [ 264 ] {6c744444-8455-44a2-a403-a3e772bd8141} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12922 | 2024.12.12 04:12:58.388178 [ 264 ] {6c744444-8455-44a2-a403-a3e772bd8141} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12923 | 2024.12.12 04:12:58.388382 [ 99 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 12924 | 2024.12.12 04:12:58.388448 [ 264 ] {6c744444-8455-44a2-a403-a3e772bd8141} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001897 sec., 7380.073800738007 rows/sec., 531.27 KiB/sec. | ||
| 12925 | 2024.12.12 04:12:58.388476 [ 99 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12926 | 2024.12.12 04:12:58.388552 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12927 | 2024.12.12 04:12:58.388579 [ 264 ] {6c744444-8455-44a2-a403-a3e772bd8141} <Debug> TCPHandler: Processed in 0.00230973 sec. | ||
| 12928 | 2024.12.12 04:12:58.388847 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 12929 | 2024.12.12 04:12:58.388944 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12930 | 2024.12.12 04:12:58.389446 [ 263 ] {c810aa85-5240-4b3f-a66b-4cf221b652ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12931 | 2024.12.12 04:12:58.389473 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12932 | 2024.12.12 04:12:58.389664 [ 263 ] {c810aa85-5240-4b3f-a66b-4cf221b652ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12933 | 2024.12.12 04:12:58.389671 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 14 rows starting from the beginning of the part | ||
| 12934 | 2024.12.12 04:12:58.390199 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 12935 | 2024.12.12 04:12:58.390624 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 12936 | 2024.12.12 04:12:58.391054 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 12937 | 2024.12.12 04:12:58.391442 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 12938 | 2024.12.12 04:12:58.392851 [ 263 ] {c810aa85-5240-4b3f-a66b-4cf221b652ff} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12939 | 2024.12.12 04:12:58.392935 [ 263 ] {c810aa85-5240-4b3f-a66b-4cf221b652ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12940 | 2024.12.12 04:12:58.394033 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00537389 sec., 13025.945823230471 rows/sec., 988.58 KiB/sec. | ||
| 12941 | 2024.12.12 04:12:58.394115 [ 263 ] {c810aa85-5240-4b3f-a66b-4cf221b652ff} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 12942 | 2024.12.12 04:12:58.394209 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 12943 | 2024.12.12 04:12:58.394639 [ 263 ] {c810aa85-5240-4b3f-a66b-4cf221b652ff} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12944 | 2024.12.12 04:12:58.394688 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_49_12} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12945 | 2024.12.12 04:12:58.394846 [ 190 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_49_12} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 12946 | 2024.12.12 04:12:58.395111 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12947 | 2024.12.12 04:12:58.395222 [ 263 ] {c810aa85-5240-4b3f-a66b-4cf221b652ff} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005952 sec., 336.0215053763441 rows/sec., 27.40 KiB/sec. | ||
| 12948 | 2024.12.12 04:12:58.395431 [ 263 ] {c810aa85-5240-4b3f-a66b-4cf221b652ff} <Debug> TCPHandler: Processed in 0.006713886 sec. | ||
| 12949 | 2024.12.12 04:12:58.395611 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12950 | 2024.12.12 04:12:58.395733 [ 264 ] {f0af3860-a0a8-4bac-9737-a10c690162b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12951 | 2024.12.12 04:12:58.395786 [ 264 ] {f0af3860-a0a8-4bac-9737-a10c690162b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12952 | 2024.12.12 04:12:58.396572 [ 264 ] {f0af3860-a0a8-4bac-9737-a10c690162b3} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12953 | 2024.12.12 04:12:58.396613 [ 264 ] {f0af3860-a0a8-4bac-9737-a10c690162b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12954 | 2024.12.12 04:12:58.397002 [ 264 ] {f0af3860-a0a8-4bac-9737-a10c690162b3} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12955 | 2024.12.12 04:12:58.397240 [ 264 ] {f0af3860-a0a8-4bac-9737-a10c690162b3} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12956 | 2024.12.12 04:12:58.397445 [ 264 ] {f0af3860-a0a8-4bac-9737-a10c690162b3} <Debug> executeQuery: Read 282 rows, 25.49 KiB in 0.001738 sec., 162255.4660529344 rows/sec., 14.32 MiB/sec. | ||
| 12957 | 2024.12.12 04:12:58.397498 [ 264 ] {f0af3860-a0a8-4bac-9737-a10c690162b3} <Debug> TCPHandler: Processed in 0.001947621 sec. | ||
| 12958 | 2024.12.12 04:12:58.397684 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12959 | 2024.12.12 04:12:58.397834 [ 263 ] {a5e7b7a9-bed9-442b-bca1-c8f5fba4fae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12960 | 2024.12.12 04:12:58.397897 [ 263 ] {a5e7b7a9-bed9-442b-bca1-c8f5fba4fae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12961 | 2024.12.12 04:12:58.398632 [ 263 ] {a5e7b7a9-bed9-442b-bca1-c8f5fba4fae1} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12962 | 2024.12.12 04:12:58.398674 [ 263 ] {a5e7b7a9-bed9-442b-bca1-c8f5fba4fae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12963 | 2024.12.12 04:12:58.399047 [ 263 ] {a5e7b7a9-bed9-442b-bca1-c8f5fba4fae1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12964 | 2024.12.12 04:12:58.399297 [ 263 ] {a5e7b7a9-bed9-442b-bca1-c8f5fba4fae1} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12965 | 2024.12.12 04:12:58.399519 [ 263 ] {a5e7b7a9-bed9-442b-bca1-c8f5fba4fae1} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001721 sec., 27890.761185357347 rows/sec., 2.00 MiB/sec. | ||
| 12966 | 2024.12.12 04:12:58.399584 [ 263 ] {a5e7b7a9-bed9-442b-bca1-c8f5fba4fae1} <Debug> TCPHandler: Processed in 0.001970511 sec. | ||
| 12967 | 2024.12.12 04:12:58.399777 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12968 | 2024.12.12 04:12:58.399903 [ 264 ] {4a1e79c5-f3c2-435a-a18e-7ccb965782a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12969 | 2024.12.12 04:12:58.399951 [ 264 ] {4a1e79c5-f3c2-435a-a18e-7ccb965782a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12970 | 2024.12.12 04:12:58.400538 [ 264 ] {4a1e79c5-f3c2-435a-a18e-7ccb965782a7} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12971 | 2024.12.12 04:12:58.400581 [ 264 ] {4a1e79c5-f3c2-435a-a18e-7ccb965782a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12972 | 2024.12.12 04:12:58.400938 [ 264 ] {4a1e79c5-f3c2-435a-a18e-7ccb965782a7} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12973 | 2024.12.12 04:12:58.401174 [ 264 ] {4a1e79c5-f3c2-435a-a18e-7ccb965782a7} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12974 | 2024.12.12 04:12:58.401381 [ 264 ] {4a1e79c5-f3c2-435a-a18e-7ccb965782a7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001502 sec., 9320.905459387483 rows/sec., 652.78 KiB/sec. | ||
| 12975 | 2024.12.12 04:12:58.401432 [ 264 ] {4a1e79c5-f3c2-435a-a18e-7ccb965782a7} <Debug> TCPHandler: Processed in 0.001718655 sec. | ||
| 12976 | 2024.12.12 04:12:58.401588 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12977 | 2024.12.12 04:12:58.401728 [ 263 ] {ecfe7eec-a675-4580-a536-c2348de7d6f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12978 | 2024.12.12 04:12:58.401787 [ 263 ] {ecfe7eec-a675-4580-a536-c2348de7d6f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12979 | 2024.12.12 04:12:58.402465 [ 263 ] {ecfe7eec-a675-4580-a536-c2348de7d6f9} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12980 | 2024.12.12 04:12:58.402514 [ 263 ] {ecfe7eec-a675-4580-a536-c2348de7d6f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12981 | 2024.12.12 04:12:58.402893 [ 263 ] {ecfe7eec-a675-4580-a536-c2348de7d6f9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12982 | 2024.12.12 04:12:58.403132 [ 263 ] {ecfe7eec-a675-4580-a536-c2348de7d6f9} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12983 | 2024.12.12 04:12:58.403290 [ 99 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 12984 | 2024.12.12 04:12:58.403367 [ 99 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12985 | 2024.12.12 04:12:58.403372 [ 263 ] {ecfe7eec-a675-4580-a536-c2348de7d6f9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001666 sec., 7803.1212484994 rows/sec., 486.52 KiB/sec. | ||
| 12986 | 2024.12.12 04:12:58.403404 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 12987 | 2024.12.12 04:12:58.403606 [ 263 ] {ecfe7eec-a675-4580-a536-c2348de7d6f9} <Debug> TCPHandler: Processed in 0.002071861 sec. | ||
| 12988 | 2024.12.12 04:12:58.403667 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 12989 | 2024.12.12 04:12:58.403795 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12990 | 2024.12.12 04:12:58.403846 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12991 | 2024.12.12 04:12:58.403897 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 13 rows starting from the beginning of the part | ||
| 12992 | 2024.12.12 04:12:58.403934 [ 264 ] {67b7a4fe-a291-4c27-abfc-ca7ff677e5ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12993 | 2024.12.12 04:12:58.404053 [ 264 ] {67b7a4fe-a291-4c27-abfc-ca7ff677e5ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12994 | 2024.12.12 04:12:58.404127 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part | ||
| 12995 | 2024.12.12 04:12:58.404562 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 12996 | 2024.12.12 04:12:58.404772 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part | ||
| 12997 | 2024.12.12 04:12:58.405037 [ 198 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 12998 | 2024.12.12 04:12:58.406077 [ 264 ] {67b7a4fe-a291-4c27-abfc-ca7ff677e5ca} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12999 | 2024.12.12 04:12:58.406128 [ 264 ] {67b7a4fe-a291-4c27-abfc-ca7ff677e5ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13000 | 2024.12.12 04:12:58.406592 [ 189 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003058277 sec., 21253.797481392303 rows/sec., 1.38 MiB/sec. | ||
| 13001 | 2024.12.12 04:12:58.406856 [ 264 ] {67b7a4fe-a291-4c27-abfc-ca7ff677e5ca} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13002 | 2024.12.12 04:12:58.406865 [ 189 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 13003 | 2024.12.12 04:12:58.407314 [ 264 ] {67b7a4fe-a291-4c27-abfc-ca7ff677e5ca} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13004 | 2024.12.12 04:12:58.407446 [ 189 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_49_12} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13005 | 2024.12.12 04:12:58.407796 [ 189 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_49_12} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 13006 | 2024.12.12 04:12:58.407817 [ 264 ] {67b7a4fe-a291-4c27-abfc-ca7ff677e5ca} <Debug> executeQuery: Read 423 rows, 30.97 KiB in 0.003891 sec., 108712.4132613724 rows/sec., 7.77 MiB/sec. | ||
| 13007 | 2024.12.12 04:12:58.408074 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13008 | 2024.12.12 04:12:58.408092 [ 264 ] {67b7a4fe-a291-4c27-abfc-ca7ff677e5ca} <Debug> TCPHandler: Processed in 0.004360993 sec. | ||
| 13009 | 2024.12.12 04:12:58.408468 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13010 | 2024.12.12 04:12:58.408711 [ 263 ] {d372944e-fbed-4359-86c6-cb33a1151406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13011 | 2024.12.12 04:12:58.408765 [ 263 ] {d372944e-fbed-4359-86c6-cb33a1151406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13012 | 2024.12.12 04:12:58.409281 [ 263 ] {d372944e-fbed-4359-86c6-cb33a1151406} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13013 | 2024.12.12 04:12:58.409322 [ 263 ] {d372944e-fbed-4359-86c6-cb33a1151406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13014 | 2024.12.12 04:12:58.409720 [ 263 ] {d372944e-fbed-4359-86c6-cb33a1151406} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13015 | 2024.12.12 04:12:58.409976 [ 263 ] {d372944e-fbed-4359-86c6-cb33a1151406} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13016 | 2024.12.12 04:12:58.410242 [ 263 ] {d372944e-fbed-4359-86c6-cb33a1151406} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001547 sec., 3878.4744667097607 rows/sec., 202.64 KiB/sec. | ||
| 13017 | 2024.12.12 04:12:58.410361 [ 263 ] {d372944e-fbed-4359-86c6-cb33a1151406} <Debug> TCPHandler: Processed in 0.002125746 sec. | ||
| 13018 | 2024.12.12 04:12:58.410618 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13019 | 2024.12.12 04:12:58.410796 [ 264 ] {7eca8a1c-9723-4a2c-9aa6-90d9b7781982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13020 | 2024.12.12 04:12:58.410858 [ 264 ] {7eca8a1c-9723-4a2c-9aa6-90d9b7781982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13021 | 2024.12.12 04:12:58.411542 [ 264 ] {7eca8a1c-9723-4a2c-9aa6-90d9b7781982} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13022 | 2024.12.12 04:12:58.411588 [ 264 ] {7eca8a1c-9723-4a2c-9aa6-90d9b7781982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13023 | 2024.12.12 04:12:58.411997 [ 264 ] {7eca8a1c-9723-4a2c-9aa6-90d9b7781982} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13024 | 2024.12.12 04:12:58.412237 [ 264 ] {7eca8a1c-9723-4a2c-9aa6-90d9b7781982} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13025 | 2024.12.12 04:12:58.412444 [ 264 ] {7eca8a1c-9723-4a2c-9aa6-90d9b7781982} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001679 sec., 141751.04228707566 rows/sec., 9.50 MiB/sec. | ||
| 13026 | 2024.12.12 04:12:58.412494 [ 264 ] {7eca8a1c-9723-4a2c-9aa6-90d9b7781982} <Debug> TCPHandler: Processed in 0.002032073 sec. | ||
| 13027 | 2024.12.12 04:12:58.412659 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13028 | 2024.12.12 04:12:58.412887 [ 263 ] {dc5f7d76-579c-43c1-992c-feccbceba41f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13029 | 2024.12.12 04:12:58.412987 [ 263 ] {dc5f7d76-579c-43c1-992c-feccbceba41f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13030 | 2024.12.12 04:12:58.413776 [ 263 ] {dc5f7d76-579c-43c1-992c-feccbceba41f} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13031 | 2024.12.12 04:12:58.413817 [ 263 ] {dc5f7d76-579c-43c1-992c-feccbceba41f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13032 | 2024.12.12 04:12:58.414186 [ 263 ] {dc5f7d76-579c-43c1-992c-feccbceba41f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13033 | 2024.12.12 04:12:58.414438 [ 263 ] {dc5f7d76-579c-43c1-992c-feccbceba41f} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13034 | 2024.12.12 04:12:58.414678 [ 263 ] {dc5f7d76-579c-43c1-992c-feccbceba41f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00184 sec., 543.4782608695652 rows/sec., 36.62 KiB/sec. | ||
| 13035 | 2024.12.12 04:12:58.414790 [ 263 ] {dc5f7d76-579c-43c1-992c-feccbceba41f} <Debug> TCPHandler: Processed in 0.002200967 sec. | ||
| 13036 | 2024.12.12 04:12:58.415008 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13037 | 2024.12.12 04:12:58.415246 [ 264 ] {8c5f1c69-2965-4600-aedc-ca3afe2032c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13038 | 2024.12.12 04:12:58.415342 [ 264 ] {8c5f1c69-2965-4600-aedc-ca3afe2032c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13039 | 2024.12.12 04:12:58.416535 [ 264 ] {8c5f1c69-2965-4600-aedc-ca3afe2032c4} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13040 | 2024.12.12 04:12:58.416574 [ 264 ] {8c5f1c69-2965-4600-aedc-ca3afe2032c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13041 | 2024.12.12 04:12:58.417233 [ 264 ] {8c5f1c69-2965-4600-aedc-ca3afe2032c4} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13042 | 2024.12.12 04:12:58.417490 [ 264 ] {8c5f1c69-2965-4600-aedc-ca3afe2032c4} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13043 | 2024.12.12 04:12:58.417771 [ 264 ] {8c5f1c69-2965-4600-aedc-ca3afe2032c4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002568 sec., 15186.915887850468 rows/sec., 27.21 MiB/sec. | ||
| 13044 | 2024.12.12 04:12:58.418255 [ 264 ] {8c5f1c69-2965-4600-aedc-ca3afe2032c4} <Debug> TCPHandler: Processed in 0.003371048 sec. | ||
| 13045 | 2024.12.12 04:12:58.418581 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13046 | 2024.12.12 04:12:58.418807 [ 263 ] {c90f773a-61b2-4299-87ff-1c76ae747682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13047 | 2024.12.12 04:12:58.418900 [ 263 ] {c90f773a-61b2-4299-87ff-1c76ae747682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13048 | 2024.12.12 04:12:58.419742 [ 263 ] {c90f773a-61b2-4299-87ff-1c76ae747682} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13049 | 2024.12.12 04:12:58.419783 [ 263 ] {c90f773a-61b2-4299-87ff-1c76ae747682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13050 | 2024.12.12 04:12:58.420169 [ 263 ] {c90f773a-61b2-4299-87ff-1c76ae747682} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13051 | 2024.12.12 04:12:58.420416 [ 263 ] {c90f773a-61b2-4299-87ff-1c76ae747682} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13052 | 2024.12.12 04:12:58.420656 [ 263 ] {c90f773a-61b2-4299-87ff-1c76ae747682} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001896 sec., 43248.945147679326 rows/sec., 2.75 MiB/sec. | ||
| 13053 | 2024.12.12 04:12:58.420750 [ 263 ] {c90f773a-61b2-4299-87ff-1c76ae747682} <Debug> TCPHandler: Processed in 0.002361242 sec. | ||
| 13054 | 2024.12.12 04:12:59.388078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 | ||
| 13055 | 2024.12.12 04:12:59.388830 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13056 | 2024.12.12 04:12:59.388882 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13057 | 2024.12.12 04:12:59.389428 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13058 | 2024.12.12 04:12:59.389689 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13059 | 2024.12.12 04:12:59.389907 [ 93 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13060 | 2024.12.12 04:12:59.389960 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
| 13061 | 2024.12.12 04:12:59.390011 [ 93 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13062 | 2024.12.12 04:12:59.390043 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13063 | 2024.12.12 04:12:59.390170 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 13064 | 2024.12.12 04:12:59.390321 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13065 | 2024.12.12 04:12:59.390368 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part | ||
| 13066 | 2024.12.12 04:12:59.390455 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part | ||
| 13067 | 2024.12.12 04:12:59.390704 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part | ||
| 13068 | 2024.12.12 04:12:59.390934 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part | ||
| 13069 | 2024.12.12 04:12:59.391073 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part | ||
| 13070 | 2024.12.12 04:12:59.391187 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part | ||
| 13071 | 2024.12.12 04:12:59.394322 [ 201 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.00421315 sec., 7731507.3045108775 rows/sec., 110.60 MiB/sec. | ||
| 13072 | 2024.12.12 04:12:59.394823 [ 187 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13073 | 2024.12.12 04:12:59.395186 [ 187 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_71_14} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13074 | 2024.12.12 04:12:59.395281 [ 187 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_71_14} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13075 | 2024.12.12 04:12:59.395410 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 13076 | 2024.12.12 04:13:01.633753 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535 | ||
| 13077 | 2024.12.12 04:13:01.654632 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13078 | 2024.12.12 04:13:01.654694 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13079 | 2024.12.12 04:13:01.662960 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13080 | 2024.12.12 04:13:01.663951 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13081 | 2024.12.12 04:13:01.664488 [ 92 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13082 | 2024.12.12 04:13:01.664672 [ 92 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13083 | 2024.12.12 04:13:01.664815 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13084 | 2024.12.12 04:13:01.665735 [ 197 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 13085 | 2024.12.12 04:13:01.682842 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535 | ||
| 13086 | 2024.12.12 04:13:01.685827 [ 197 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13087 | 2024.12.12 04:13:01.687857 [ 197 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part | ||
| 13088 | 2024.12.12 04:13:01.695565 [ 197 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part | ||
| 13089 | 2024.12.12 04:13:01.704366 [ 197 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 13090 | 2024.12.12 04:13:01.712344 [ 197 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
| 13091 | 2024.12.12 04:13:01.720621 [ 197 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 13092 | 2024.12.12 04:13:01.728844 [ 197 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part | ||
| 13093 | 2024.12.12 04:13:01.821757 [ 201 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.15670836 sec., 3413.9850611671263 rows/sec., 17.65 MiB/sec. | ||
| 13094 | 2024.12.12 04:13:01.826385 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13095 | 2024.12.12 04:13:01.830673 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_71_14} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13096 | 2024.12.12 04:13:01.830854 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_71_14} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13097 | 2024.12.12 04:13:01.834256 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 13098 | 2024.12.12 04:13:03.379864 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13099 | 2024.12.12 04:13:03.380073 [ 264 ] {fe6b5a6f-e47b-4f00-b875-7c6893fcddfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13100 | 2024.12.12 04:13:03.380159 [ 264 ] {fe6b5a6f-e47b-4f00-b875-7c6893fcddfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13101 | 2024.12.12 04:13:03.380971 [ 264 ] {fe6b5a6f-e47b-4f00-b875-7c6893fcddfc} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13102 | 2024.12.12 04:13:03.381023 [ 264 ] {fe6b5a6f-e47b-4f00-b875-7c6893fcddfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13103 | 2024.12.12 04:13:03.381476 [ 264 ] {fe6b5a6f-e47b-4f00-b875-7c6893fcddfc} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13104 | 2024.12.12 04:13:03.381730 [ 264 ] {fe6b5a6f-e47b-4f00-b875-7c6893fcddfc} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13105 | 2024.12.12 04:13:03.381987 [ 264 ] {fe6b5a6f-e47b-4f00-b875-7c6893fcddfc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001987 sec., 28183.190739808757 rows/sec., 2.17 MiB/sec. | ||
| 13106 | 2024.12.12 04:13:03.382055 [ 264 ] {fe6b5a6f-e47b-4f00-b875-7c6893fcddfc} <Debug> TCPHandler: Processed in 0.002335531 sec. | ||
| 13107 | 2024.12.12 04:13:03.382347 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13108 | 2024.12.12 04:13:03.382591 [ 263 ] {1a7a10bb-bafa-4845-bbac-8c68d3d5d41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13109 | 2024.12.12 04:13:03.382694 [ 263 ] {1a7a10bb-bafa-4845-bbac-8c68d3d5d41e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13110 | 2024.12.12 04:13:03.383491 [ 263 ] {1a7a10bb-bafa-4845-bbac-8c68d3d5d41e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13111 | 2024.12.12 04:13:03.383545 [ 263 ] {1a7a10bb-bafa-4845-bbac-8c68d3d5d41e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13112 | 2024.12.12 04:13:03.383997 [ 263 ] {1a7a10bb-bafa-4845-bbac-8c68d3d5d41e} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13113 | 2024.12.12 04:13:03.384254 [ 263 ] {1a7a10bb-bafa-4845-bbac-8c68d3d5d41e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13114 | 2024.12.12 04:13:03.384512 [ 263 ] {1a7a10bb-bafa-4845-bbac-8c68d3d5d41e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001989 sec., 32176.973353443944 rows/sec., 2.51 MiB/sec. | ||
| 13115 | 2024.12.12 04:13:03.384616 [ 263 ] {1a7a10bb-bafa-4845-bbac-8c68d3d5d41e} <Debug> TCPHandler: Processed in 0.002403063 sec. | ||
| 13116 | 2024.12.12 04:13:03.384807 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13117 | 2024.12.12 04:13:03.384956 [ 264 ] {c74289df-01bb-43d8-8e10-810826b9347f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13118 | 2024.12.12 04:13:03.385019 [ 264 ] {c74289df-01bb-43d8-8e10-810826b9347f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13119 | 2024.12.12 04:13:03.385637 [ 264 ] {c74289df-01bb-43d8-8e10-810826b9347f} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13120 | 2024.12.12 04:13:03.385678 [ 264 ] {c74289df-01bb-43d8-8e10-810826b9347f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13121 | 2024.12.12 04:13:03.386099 [ 264 ] {c74289df-01bb-43d8-8e10-810826b9347f} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13122 | 2024.12.12 04:13:03.386380 [ 264 ] {c74289df-01bb-43d8-8e10-810826b9347f} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13123 | 2024.12.12 04:13:03.386642 [ 264 ] {c74289df-01bb-43d8-8e10-810826b9347f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001715 sec., 93294.46064139942 rows/sec., 6.50 MiB/sec. | ||
| 13124 | 2024.12.12 04:13:03.386742 [ 264 ] {c74289df-01bb-43d8-8e10-810826b9347f} <Debug> TCPHandler: Processed in 0.002012683 sec. | ||
| 13125 | 2024.12.12 04:13:03.386968 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13126 | 2024.12.12 04:13:03.387260 [ 263 ] {ad2250b1-1b5e-48b4-b1f4-637af0043fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13127 | 2024.12.12 04:13:03.387329 [ 263 ] {ad2250b1-1b5e-48b4-b1f4-637af0043fc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13128 | 2024.12.12 04:13:03.387853 [ 263 ] {ad2250b1-1b5e-48b4-b1f4-637af0043fc3} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13129 | 2024.12.12 04:13:03.387894 [ 263 ] {ad2250b1-1b5e-48b4-b1f4-637af0043fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13130 | 2024.12.12 04:13:03.388290 [ 263 ] {ad2250b1-1b5e-48b4-b1f4-637af0043fc3} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13131 | 2024.12.12 04:13:03.388550 [ 263 ] {ad2250b1-1b5e-48b4-b1f4-637af0043fc3} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13132 | 2024.12.12 04:13:03.388793 [ 263 ] {ad2250b1-1b5e-48b4-b1f4-637af0043fc3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001621 sec., 37014.18877236274 rows/sec., 2.49 MiB/sec. | ||
| 13133 | 2024.12.12 04:13:03.388897 [ 263 ] {ad2250b1-1b5e-48b4-b1f4-637af0043fc3} <Debug> TCPHandler: Processed in 0.002051524 sec. | ||
| 13134 | 2024.12.12 04:13:06.669473 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13135 | 2024.12.12 04:13:06.669545 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13136 | 2024.12.12 04:13:06.890100 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 | ||
| 13137 | 2024.12.12 04:13:06.890753 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13138 | 2024.12.12 04:13:06.890796 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13139 | 2024.12.12 04:13:06.891346 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13140 | 2024.12.12 04:13:06.891617 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13141 | 2024.12.12 04:13:06.891837 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 13142 | 2024.12.12 04:13:07.050341 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1830 | ||
| 13143 | 2024.12.12 04:13:07.053416 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13144 | 2024.12.12 04:13:07.053469 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13145 | 2024.12.12 04:13:07.054952 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13146 | 2024.12.12 04:13:07.055266 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13147 | 2024.12.12 04:13:07.056887 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1830 | ||
| 13148 | 2024.12.12 04:13:08.386870 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13149 | 2024.12.12 04:13:08.387062 [ 264 ] {f51580d2-55b4-4713-8910-d1c41d88c296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13150 | 2024.12.12 04:13:08.387138 [ 264 ] {f51580d2-55b4-4713-8910-d1c41d88c296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13151 | 2024.12.12 04:13:08.387922 [ 264 ] {f51580d2-55b4-4713-8910-d1c41d88c296} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13152 | 2024.12.12 04:13:08.387976 [ 264 ] {f51580d2-55b4-4713-8910-d1c41d88c296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13153 | 2024.12.12 04:13:08.388410 [ 264 ] {f51580d2-55b4-4713-8910-d1c41d88c296} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13154 | 2024.12.12 04:13:08.388683 [ 264 ] {f51580d2-55b4-4713-8910-d1c41d88c296} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13155 | 2024.12.12 04:13:08.388942 [ 264 ] {f51580d2-55b4-4713-8910-d1c41d88c296} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001926 sec., 7268.95119418484 rows/sec., 523.27 KiB/sec. | ||
| 13156 | 2024.12.12 04:13:08.389072 [ 264 ] {f51580d2-55b4-4713-8910-d1c41d88c296} <Debug> TCPHandler: Processed in 0.002339171 sec. | ||
| 13157 | 2024.12.12 04:13:08.389400 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13158 | 2024.12.12 04:13:08.389600 [ 263 ] {bf42c81a-a22a-45ed-b470-de16b5845998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13159 | 2024.12.12 04:13:08.389677 [ 263 ] {bf42c81a-a22a-45ed-b470-de16b5845998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13160 | 2024.12.12 04:13:08.390557 [ 263 ] {bf42c81a-a22a-45ed-b470-de16b5845998} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13161 | 2024.12.12 04:13:08.390608 [ 263 ] {bf42c81a-a22a-45ed-b470-de16b5845998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13162 | 2024.12.12 04:13:08.391075 [ 263 ] {bf42c81a-a22a-45ed-b470-de16b5845998} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13163 | 2024.12.12 04:13:08.391338 [ 263 ] {bf42c81a-a22a-45ed-b470-de16b5845998} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13164 | 2024.12.12 04:13:08.391542 [ 83 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13165 | 2024.12.12 04:13:08.391601 [ 263 ] {bf42c81a-a22a-45ed-b470-de16b5845998} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002055 sec., 136739.65936739658 rows/sec., 12.08 MiB/sec. | ||
| 13166 | 2024.12.12 04:13:08.391623 [ 83 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13167 | 2024.12.12 04:13:08.391698 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13168 | 2024.12.12 04:13:08.391733 [ 263 ] {bf42c81a-a22a-45ed-b470-de16b5845998} <Debug> TCPHandler: Processed in 0.002520636 sec. | ||
| 13169 | 2024.12.12 04:13:08.391987 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13170 | 2024.12.12 04:13:08.392083 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 13171 | 2024.12.12 04:13:08.392397 [ 264 ] {c0042117-007e-4c55-bc79-e1cacdeffe67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13172 | 2024.12.12 04:13:08.392611 [ 264 ] {c0042117-007e-4c55-bc79-e1cacdeffe67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13173 | 2024.12.12 04:13:08.393142 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13174 | 2024.12.12 04:13:08.393408 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1432 rows starting from the beginning of the part | ||
| 13175 | 2024.12.12 04:13:08.394243 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 281 rows starting from the beginning of the part | ||
| 13176 | 2024.12.12 04:13:08.394573 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 56 rows starting from the beginning of the part | ||
| 13177 | 2024.12.12 04:13:08.394748 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 282 rows starting from the beginning of the part | ||
| 13178 | 2024.12.12 04:13:08.395164 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 13179 | 2024.12.12 04:13:08.395472 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 281 rows starting from the beginning of the part | ||
| 13180 | 2024.12.12 04:13:08.396139 [ 264 ] {c0042117-007e-4c55-bc79-e1cacdeffe67} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13181 | 2024.12.12 04:13:08.396197 [ 264 ] {c0042117-007e-4c55-bc79-e1cacdeffe67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13182 | 2024.12.12 04:13:08.397044 [ 264 ] {c0042117-007e-4c55-bc79-e1cacdeffe67} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 13183 | 2024.12.12 04:13:08.397600 [ 264 ] {c0042117-007e-4c55-bc79-e1cacdeffe67} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13184 | 2024.12.12 04:13:08.397931 [ 83 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 13185 | 2024.12.12 04:13:08.398026 [ 83 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13186 | 2024.12.12 04:13:08.398110 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13187 | 2024.12.12 04:13:08.398242 [ 264 ] {c0042117-007e-4c55-bc79-e1cacdeffe67} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.006018 sec., 7643.7354602858095 rows/sec., 563.09 KiB/sec. | ||
| 13188 | 2024.12.12 04:13:08.398664 [ 264 ] {c0042117-007e-4c55-bc79-e1cacdeffe67} <Debug> TCPHandler: Processed in 0.006804158 sec. | ||
| 13189 | 2024.12.12 04:13:08.398661 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 13190 | 2024.12.12 04:13:08.398987 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13191 | 2024.12.12 04:13:08.399517 [ 263 ] {5163703c-f968-4603-bef2-063e0a52fcc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13192 | 2024.12.12 04:13:08.399784 [ 263 ] {5163703c-f968-4603-bef2-063e0a52fcc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13193 | 2024.12.12 04:13:08.400148 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13194 | 2024.12.12 04:13:08.400317 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 64 rows starting from the beginning of the part | ||
| 13195 | 2024.12.12 04:13:08.400735 [ 191 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 5 columns (5 merged, 0 gathered) in 0.008906192 sec., 268128.06191467686 rows/sec., 23.83 MiB/sec. | ||
| 13196 | 2024.12.12 04:13:08.400890 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 46 rows starting from the beginning of the part | ||
| 13197 | 2024.12.12 04:13:08.401281 [ 191 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13198 | 2024.12.12 04:13:08.401400 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
| 13199 | 2024.12.12 04:13:08.402114 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 46 rows starting from the beginning of the part | ||
| 13200 | 2024.12.12 04:13:08.402583 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 13201 | 2024.12.12 04:13:08.402709 [ 191 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_106_21} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13202 | 2024.12.12 04:13:08.403051 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 46 rows starting from the beginning of the part | ||
| 13203 | 2024.12.12 04:13:08.403188 [ 191 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_106_21} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13204 | 2024.12.12 04:13:08.403577 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 13205 | 2024.12.12 04:13:08.404119 [ 263 ] {5163703c-f968-4603-bef2-063e0a52fcc2} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13206 | 2024.12.12 04:13:08.404327 [ 263 ] {5163703c-f968-4603-bef2-063e0a52fcc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13207 | 2024.12.12 04:13:08.405450 [ 263 ] {5163703c-f968-4603-bef2-063e0a52fcc2} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13208 | 2024.12.12 04:13:08.405787 [ 200 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 5 columns (5 merged, 0 gathered) in 0.007546289 sec., 33923.95918046605 rows/sec., 2.56 MiB/sec. | ||
| 13209 | 2024.12.12 04:13:08.405983 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 13210 | 2024.12.12 04:13:08.406021 [ 263 ] {5163703c-f968-4603-bef2-063e0a52fcc2} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13211 | 2024.12.12 04:13:08.406497 [ 263 ] {5163703c-f968-4603-bef2-063e0a52fcc2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007217 sec., 1939.8642095053344 rows/sec., 135.86 KiB/sec. | ||
| 13212 | 2024.12.12 04:13:08.406709 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_61_12} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13213 | 2024.12.12 04:13:08.406800 [ 263 ] {5163703c-f968-4603-bef2-063e0a52fcc2} <Debug> TCPHandler: Processed in 0.007977629 sec. | ||
| 13214 | 2024.12.12 04:13:08.406992 [ 199 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_61_12} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 13215 | 2024.12.12 04:13:08.407100 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13216 | 2024.12.12 04:13:08.407216 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13217 | 2024.12.12 04:13:08.407449 [ 264 ] {c1e31818-50f7-4cbd-b956-622f27d38626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13218 | 2024.12.12 04:13:08.407532 [ 264 ] {c1e31818-50f7-4cbd-b956-622f27d38626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13219 | 2024.12.12 04:13:08.408145 [ 264 ] {c1e31818-50f7-4cbd-b956-622f27d38626} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13220 | 2024.12.12 04:13:08.408186 [ 264 ] {c1e31818-50f7-4cbd-b956-622f27d38626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13221 | 2024.12.12 04:13:08.408581 [ 264 ] {c1e31818-50f7-4cbd-b956-622f27d38626} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13222 | 2024.12.12 04:13:08.408866 [ 264 ] {c1e31818-50f7-4cbd-b956-622f27d38626} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13223 | 2024.12.12 04:13:08.409121 [ 264 ] {c1e31818-50f7-4cbd-b956-622f27d38626} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001759 sec., 7390.562819783969 rows/sec., 460.80 KiB/sec. | ||
| 13224 | 2024.12.12 04:13:08.409244 [ 264 ] {c1e31818-50f7-4cbd-b956-622f27d38626} <Debug> TCPHandler: Processed in 0.00229181 sec. | ||
| 13225 | 2024.12.12 04:13:08.409529 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13226 | 2024.12.12 04:13:08.409677 [ 263 ] {c9b95366-66d1-4c1b-ba5e-fec0c95c8258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13227 | 2024.12.12 04:13:08.409737 [ 263 ] {c9b95366-66d1-4c1b-ba5e-fec0c95c8258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13228 | 2024.12.12 04:13:08.410568 [ 263 ] {c9b95366-66d1-4c1b-ba5e-fec0c95c8258} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13229 | 2024.12.12 04:13:08.410610 [ 263 ] {c9b95366-66d1-4c1b-ba5e-fec0c95c8258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13230 | 2024.12.12 04:13:08.411035 [ 263 ] {c9b95366-66d1-4c1b-ba5e-fec0c95c8258} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13231 | 2024.12.12 04:13:08.411297 [ 263 ] {c9b95366-66d1-4c1b-ba5e-fec0c95c8258} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13232 | 2024.12.12 04:13:08.411495 [ 83 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13233 | 2024.12.12 04:13:08.411544 [ 83 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13234 | 2024.12.12 04:13:08.411578 [ 263 ] {c9b95366-66d1-4c1b-ba5e-fec0c95c8258} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00192 sec., 219270.8333333333 rows/sec., 15.67 MiB/sec. | ||
| 13235 | 2024.12.12 04:13:08.411587 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13236 | 2024.12.12 04:13:08.411722 [ 263 ] {c9b95366-66d1-4c1b-ba5e-fec0c95c8258} <Debug> TCPHandler: Processed in 0.002337451 sec. | ||
| 13237 | 2024.12.12 04:13:08.411854 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 13238 | 2024.12.12 04:13:08.411943 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13239 | 2024.12.12 04:13:08.412126 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13240 | 2024.12.12 04:13:08.412161 [ 264 ] {264aff8e-73ed-44b7-b5a5-50feb81b87b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13241 | 2024.12.12 04:13:08.412190 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 913 rows starting from the beginning of the part | ||
| 13242 | 2024.12.12 04:13:08.412272 [ 264 ] {264aff8e-73ed-44b7-b5a5-50feb81b87b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13243 | 2024.12.12 04:13:08.412536 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 421 rows starting from the beginning of the part | ||
| 13244 | 2024.12.12 04:13:08.412950 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 64 rows starting from the beginning of the part | ||
| 13245 | 2024.12.12 04:13:08.413332 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 423 rows starting from the beginning of the part | ||
| 13246 | 2024.12.12 04:13:08.413654 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 13247 | 2024.12.12 04:13:08.413796 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 421 rows starting from the beginning of the part | ||
| 13248 | 2024.12.12 04:13:08.414808 [ 264 ] {264aff8e-73ed-44b7-b5a5-50feb81b87b9} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13249 | 2024.12.12 04:13:08.414874 [ 264 ] {264aff8e-73ed-44b7-b5a5-50feb81b87b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13250 | 2024.12.12 04:13:08.415775 [ 264 ] {264aff8e-73ed-44b7-b5a5-50feb81b87b9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13251 | 2024.12.12 04:13:08.416299 [ 264 ] {264aff8e-73ed-44b7-b5a5-50feb81b87b9} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13252 | 2024.12.12 04:13:08.416632 [ 264 ] {264aff8e-73ed-44b7-b5a5-50feb81b87b9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004539 sec., 1321.8770654329148 rows/sec., 69.06 KiB/sec. | ||
| 13253 | 2024.12.12 04:13:08.417005 [ 264 ] {264aff8e-73ed-44b7-b5a5-50feb81b87b9} <Debug> TCPHandler: Processed in 0.005132554 sec. | ||
| 13254 | 2024.12.12 04:13:08.417320 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13255 | 2024.12.12 04:13:08.417523 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2306 rows, containing 5 columns (5 merged, 0 gathered) in 0.005785481 sec., 398583.9725340036 rows/sec., 30.35 MiB/sec. | ||
| 13256 | 2024.12.12 04:13:08.417723 [ 263 ] {771667aa-7956-4699-b33f-5da78705a384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13257 | 2024.12.12 04:13:08.417888 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13258 | 2024.12.12 04:13:08.417963 [ 263 ] {771667aa-7956-4699-b33f-5da78705a384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13259 | 2024.12.12 04:13:08.418665 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_106_21} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13260 | 2024.12.12 04:13:08.418773 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_106_21} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13261 | 2024.12.12 04:13:08.418938 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 13262 | 2024.12.12 04:13:08.419201 [ 263 ] {771667aa-7956-4699-b33f-5da78705a384} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13263 | 2024.12.12 04:13:08.419247 [ 263 ] {771667aa-7956-4699-b33f-5da78705a384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13264 | 2024.12.12 04:13:08.419672 [ 263 ] {771667aa-7956-4699-b33f-5da78705a384} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13265 | 2024.12.12 04:13:08.419928 [ 263 ] {771667aa-7956-4699-b33f-5da78705a384} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13266 | 2024.12.12 04:13:08.420126 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13267 | 2024.12.12 04:13:08.420183 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13268 | 2024.12.12 04:13:08.420189 [ 263 ] {771667aa-7956-4699-b33f-5da78705a384} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002588 sec., 91576.50695517774 rows/sec., 6.14 MiB/sec. | ||
| 13269 | 2024.12.12 04:13:08.420218 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13270 | 2024.12.12 04:13:08.420386 [ 263 ] {771667aa-7956-4699-b33f-5da78705a384} <Debug> TCPHandler: Processed in 0.003241884 sec. | ||
| 13271 | 2024.12.12 04:13:08.420430 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 13272 | 2024.12.12 04:13:08.420561 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13273 | 2024.12.12 04:13:08.420603 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13274 | 2024.12.12 04:13:08.420620 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 32337 rows starting from the beginning of the part | ||
| 13275 | 2024.12.12 04:13:08.420816 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 237 rows starting from the beginning of the part | ||
| 13276 | 2024.12.12 04:13:08.421059 [ 264 ] {1cce14a5-b2ec-4b2b-8b9c-8a47f3c48e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13277 | 2024.12.12 04:13:08.421107 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part | ||
| 13278 | 2024.12.12 04:13:08.421299 [ 264 ] {1cce14a5-b2ec-4b2b-8b9c-8a47f3c48e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13279 | 2024.12.12 04:13:08.421454 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 238 rows starting from the beginning of the part | ||
| 13280 | 2024.12.12 04:13:08.421795 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 13281 | 2024.12.12 04:13:08.422159 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::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 | ||
| 13282 | 2024.12.12 04:13:08.423511 [ 264 ] {1cce14a5-b2ec-4b2b-8b9c-8a47f3c48e3b} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13283 | 2024.12.12 04:13:08.423560 [ 264 ] {1cce14a5-b2ec-4b2b-8b9c-8a47f3c48e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13284 | 2024.12.12 04:13:08.424022 [ 264 ] {1cce14a5-b2ec-4b2b-8b9c-8a47f3c48e3b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13285 | 2024.12.12 04:13:08.424415 [ 264 ] {1cce14a5-b2ec-4b2b-8b9c-8a47f3c48e3b} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13286 | 2024.12.12 04:13:08.424747 [ 84 ] {} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13287 | 2024.12.12 04:13:08.424840 [ 84 ] {} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13288 | 2024.12.12 04:13:08.424926 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13289 | 2024.12.12 04:13:08.425136 [ 264 ] {1cce14a5-b2ec-4b2b-8b9c-8a47f3c48e3b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004274 sec., 233.97285914833878 rows/sec., 15.77 KiB/sec. | ||
| 13290 | 2024.12.12 04:13:08.425440 [ 186 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::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 | ||
| 13291 | 2024.12.12 04:13:08.425483 [ 264 ] {1cce14a5-b2ec-4b2b-8b9c-8a47f3c48e3b} <Debug> TCPHandler: Processed in 0.00497358 sec. | ||
| 13292 | 2024.12.12 04:13:08.425807 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13293 | 2024.12.12 04:13:08.426066 [ 186 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13294 | 2024.12.12 04:13:08.426192 [ 263 ] {62b990ca-aa3e-4755-903d-2810514df041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13295 | 2024.12.12 04:13:08.426197 [ 186 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 46 rows starting from the beginning of the part | ||
| 13296 | 2024.12.12 04:13:08.426554 [ 263 ] {62b990ca-aa3e-4755-903d-2810514df041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13297 | 2024.12.12 04:13:08.426649 [ 186 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 13298 | 2024.12.12 04:13:08.427184 [ 186 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 13299 | 2024.12.12 04:13:08.427626 [ 186 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 13300 | 2024.12.12 04:13:08.428090 [ 186 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 13301 | 2024.12.12 04:13:08.428583 [ 186 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
| 13302 | 2024.12.12 04:13:08.434025 [ 198 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.00890691 sec., 5725.891470779428 rows/sec., 385.39 KiB/sec. | ||
| 13303 | 2024.12.12 04:13:08.434044 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33369 rows, containing 5 columns (5 merged, 0 gathered) in 0.013696638 sec., 2436291.3000986082 rows/sec., 164.70 MiB/sec. | ||
| 13304 | 2024.12.12 04:13:08.434338 [ 198 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13305 | 2024.12.12 04:13:08.434613 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13306 | 2024.12.12 04:13:08.434847 [ 263 ] {62b990ca-aa3e-4755-903d-2810514df041} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13307 | 2024.12.12 04:13:08.434917 [ 263 ] {62b990ca-aa3e-4755-903d-2810514df041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13308 | 2024.12.12 04:13:08.435354 [ 198 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_51_10} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13309 | 2024.12.12 04:13:08.435458 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13310 | 2024.12.12 04:13:08.435756 [ 198 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_51_10} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13311 | 2024.12.12 04:13:08.435766 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13312 | 2024.12.12 04:13:08.436069 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13313 | 2024.12.12 04:13:08.436160 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 13314 | 2024.12.12 04:13:08.436597 [ 263 ] {62b990ca-aa3e-4755-903d-2810514df041} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13315 | 2024.12.12 04:13:08.436879 [ 263 ] {62b990ca-aa3e-4755-903d-2810514df041} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13316 | 2024.12.12 04:13:08.437164 [ 263 ] {62b990ca-aa3e-4755-903d-2810514df041} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.011073 sec., 3522.080736927662 rows/sec., 6.31 MiB/sec. | ||
| 13317 | 2024.12.12 04:13:08.437721 [ 263 ] {62b990ca-aa3e-4755-903d-2810514df041} <Debug> TCPHandler: Processed in 0.012091666 sec. | ||
| 13318 | 2024.12.12 04:13:08.437943 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13319 | 2024.12.12 04:13:08.438070 [ 264 ] {67060635-d6e5-479f-aea7-6ff8837aba27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13320 | 2024.12.12 04:13:08.438122 [ 264 ] {67060635-d6e5-479f-aea7-6ff8837aba27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13321 | 2024.12.12 04:13:08.438623 [ 264 ] {67060635-d6e5-479f-aea7-6ff8837aba27} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13322 | 2024.12.12 04:13:08.438664 [ 264 ] {67060635-d6e5-479f-aea7-6ff8837aba27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13323 | 2024.12.12 04:13:08.439056 [ 264 ] {67060635-d6e5-479f-aea7-6ff8837aba27} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13324 | 2024.12.12 04:13:08.439323 [ 264 ] {67060635-d6e5-479f-aea7-6ff8837aba27} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13325 | 2024.12.12 04:13:08.439516 [ 84 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13326 | 2024.12.12 04:13:08.439575 [ 84 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13327 | 2024.12.12 04:13:08.439589 [ 264 ] {67060635-d6e5-479f-aea7-6ff8837aba27} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001536 sec., 53385.416666666664 rows/sec., 3.39 MiB/sec. | ||
| 13328 | 2024.12.12 04:13:08.439610 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13329 | 2024.12.12 04:13:08.439768 [ 264 ] {67060635-d6e5-479f-aea7-6ff8837aba27} <Debug> TCPHandler: Processed in 0.00191817 sec. | ||
| 13330 | 2024.12.12 04:13:08.439895 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 13331 | 2024.12.12 04:13:08.440152 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13332 | 2024.12.12 04:13:08.440245 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6944 rows starting from the beginning of the part | ||
| 13333 | 2024.12.12 04:13:08.440538 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 82 rows starting from the beginning of the part | ||
| 13334 | 2024.12.12 04:13:08.440856 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part | ||
| 13335 | 2024.12.12 04:13:08.441191 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 82 rows starting from the beginning of the part | ||
| 13336 | 2024.12.12 04:13:08.441462 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 13337 | 2024.12.12 04:13:08.441771 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 13338 | 2024.12.12 04:13:08.444381 [ 189 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7310 rows, containing 4 columns (4 merged, 0 gathered) in 0.004652878 sec., 1571070.6362814584 rows/sec., 102.48 MiB/sec. | ||
| 13339 | 2024.12.12 04:13:08.444887 [ 187 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13340 | 2024.12.12 04:13:08.445221 [ 187 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_106_21} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13341 | 2024.12.12 04:13:08.445304 [ 187 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_106_21} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13342 | 2024.12.12 04:13:08.445393 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. | ||
| 13343 | 2024.12.12 04:13:09.182939 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 | ||
| 13344 | 2024.12.12 04:13:09.206807 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13345 | 2024.12.12 04:13:09.206882 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
| 13346 | 2024.12.12 04:13:09.214404 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13347 | 2024.12.12 04:13:09.215376 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13348 | 2024.12.12 04:13:09.221546 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 13349 | 2024.12.12 04:13:13.055672 [ 218 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 13350 | 2024.12.12 04:13:13.055751 [ 218 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 13351 | 2024.12.12 04:13:13.058433 [ 218 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 13352 | 2024.12.12 04:13:13.093889 [ 222 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 13353 | 2024.12.12 04:13:13.093941 [ 222 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 13354 | 2024.12.12 04:13:13.096480 [ 222 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 13355 | 2024.12.12 04:13:13.408287 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13356 | 2024.12.12 04:13:13.408479 [ 264 ] {e6d43b19-1c3e-4bda-8909-c281fd4fe0ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13357 | 2024.12.12 04:13:13.408552 [ 264 ] {e6d43b19-1c3e-4bda-8909-c281fd4fe0ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13358 | 2024.12.12 04:13:13.410029 [ 264 ] {e6d43b19-1c3e-4bda-8909-c281fd4fe0ac} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13359 | 2024.12.12 04:13:13.410070 [ 264 ] {e6d43b19-1c3e-4bda-8909-c281fd4fe0ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13360 | 2024.12.12 04:13:13.410566 [ 264 ] {e6d43b19-1c3e-4bda-8909-c281fd4fe0ac} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13361 | 2024.12.12 04:13:13.410816 [ 264 ] {e6d43b19-1c3e-4bda-8909-c281fd4fe0ac} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13362 | 2024.12.12 04:13:13.411008 [ 264 ] {e6d43b19-1c3e-4bda-8909-c281fd4fe0ac} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002584 sec., 462848.2972136223 rows/sec., 38.16 MiB/sec. | ||
| 13363 | 2024.12.12 04:13:13.411063 [ 264 ] {e6d43b19-1c3e-4bda-8909-c281fd4fe0ac} <Debug> TCPHandler: Processed in 0.002906976 sec. | ||
| 13364 | 2024.12.12 04:13:13.411321 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13365 | 2024.12.12 04:13:13.411518 [ 263 ] {178ecd00-7b8e-4076-9897-f0d002720d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13366 | 2024.12.12 04:13:13.411595 [ 263 ] {178ecd00-7b8e-4076-9897-f0d002720d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13367 | 2024.12.12 04:13:13.412446 [ 263 ] {178ecd00-7b8e-4076-9897-f0d002720d74} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13368 | 2024.12.12 04:13:13.412501 [ 263 ] {178ecd00-7b8e-4076-9897-f0d002720d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13369 | 2024.12.12 04:13:13.412954 [ 263 ] {178ecd00-7b8e-4076-9897-f0d002720d74} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13370 | 2024.12.12 04:13:13.413211 [ 263 ] {178ecd00-7b8e-4076-9897-f0d002720d74} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13371 | 2024.12.12 04:13:13.413428 [ 263 ] {178ecd00-7b8e-4076-9897-f0d002720d74} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001964 sec., 116089.61303462321 rows/sec., 7.86 MiB/sec. | ||
| 13372 | 2024.12.12 04:13:13.413488 [ 263 ] {178ecd00-7b8e-4076-9897-f0d002720d74} <Debug> TCPHandler: Processed in 0.00230019 sec. | ||
| 13373 | 2024.12.12 04:13:13.413654 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13374 | 2024.12.12 04:13:13.413797 [ 264 ] {ed81d93a-2ae1-4862-b101-6f363d7bf509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13375 | 2024.12.12 04:13:13.413856 [ 264 ] {ed81d93a-2ae1-4862-b101-6f363d7bf509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13376 | 2024.12.12 04:13:13.414726 [ 264 ] {ed81d93a-2ae1-4862-b101-6f363d7bf509} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13377 | 2024.12.12 04:13:13.414766 [ 264 ] {ed81d93a-2ae1-4862-b101-6f363d7bf509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13378 | 2024.12.12 04:13:13.415150 [ 264 ] {ed81d93a-2ae1-4862-b101-6f363d7bf509} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13379 | 2024.12.12 04:13:13.415387 [ 264 ] {ed81d93a-2ae1-4862-b101-6f363d7bf509} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13380 | 2024.12.12 04:13:13.415619 [ 264 ] {ed81d93a-2ae1-4862-b101-6f363d7bf509} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001847 sec., 281537.6285868977 rows/sec., 20.83 MiB/sec. | ||
| 13381 | 2024.12.12 04:13:13.415681 [ 225 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 13382 | 2024.12.12 04:13:13.415707 [ 264 ] {ed81d93a-2ae1-4862-b101-6f363d7bf509} <Debug> TCPHandler: Processed in 0.002120145 sec. | ||
| 13383 | 2024.12.12 04:13:13.415746 [ 225 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 13384 | 2024.12.12 04:13:13.415907 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13385 | 2024.12.12 04:13:13.416073 [ 263 ] {c32dea4c-ad74-44e6-8d05-635b3c0ba2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13386 | 2024.12.12 04:13:13.416161 [ 263 ] {c32dea4c-ad74-44e6-8d05-635b3c0ba2b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13387 | 2024.12.12 04:13:13.417642 [ 263 ] {c32dea4c-ad74-44e6-8d05-635b3c0ba2b7} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13388 | 2024.12.12 04:13:13.417687 [ 263 ] {c32dea4c-ad74-44e6-8d05-635b3c0ba2b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13389 | 2024.12.12 04:13:13.418422 [ 263 ] {c32dea4c-ad74-44e6-8d05-635b3c0ba2b7} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13390 | 2024.12.12 04:13:13.418858 [ 263 ] {c32dea4c-ad74-44e6-8d05-635b3c0ba2b7} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13391 | 2024.12.12 04:13:13.419191 [ 263 ] {c32dea4c-ad74-44e6-8d05-635b3c0ba2b7} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.003143 sec., 279987.27330575883 rows/sec., 18.84 MiB/sec. | ||
| 13392 | 2024.12.12 04:13:13.419236 [ 225 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 13393 | 2024.12.12 04:13:13.419304 [ 263 ] {c32dea4c-ad74-44e6-8d05-635b3c0ba2b7} <Debug> TCPHandler: Processed in 0.00347541 sec. | ||
| 13394 | 2024.12.12 04:13:13.419672 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13395 | 2024.12.12 04:13:13.420008 [ 264 ] {d1f5215a-3cb3-49e3-bfcd-3976b5c788a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13396 | 2024.12.12 04:13:13.420132 [ 264 ] {d1f5215a-3cb3-49e3-bfcd-3976b5c788a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13397 | 2024.12.12 04:13:13.420663 [ 264 ] {d1f5215a-3cb3-49e3-bfcd-3976b5c788a1} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13398 | 2024.12.12 04:13:13.420702 [ 264 ] {d1f5215a-3cb3-49e3-bfcd-3976b5c788a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13399 | 2024.12.12 04:13:13.421078 [ 264 ] {d1f5215a-3cb3-49e3-bfcd-3976b5c788a1} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13400 | 2024.12.12 04:13:13.421317 [ 264 ] {d1f5215a-3cb3-49e3-bfcd-3976b5c788a1} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13401 | 2024.12.12 04:13:13.421524 [ 264 ] {d1f5215a-3cb3-49e3-bfcd-3976b5c788a1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00164 sec., 36585.365853658535 rows/sec., 2.47 MiB/sec. | ||
| 13402 | 2024.12.12 04:13:13.421573 [ 264 ] {d1f5215a-3cb3-49e3-bfcd-3976b5c788a1} <Debug> TCPHandler: Processed in 0.002122556 sec. | ||
| 13403 | 2024.12.12 04:13:13.899458 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 13404 | 2024.12.12 04:13:13.899511 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 13405 | 2024.12.12 04:13:13.901402 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 13406 | 2024.12.12 04:13:14.391979 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 | ||
| 13407 | 2024.12.12 04:13:14.392715 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13408 | 2024.12.12 04:13:14.392781 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13409 | 2024.12.12 04:13:14.393424 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13410 | 2024.12.12 04:13:14.393731 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13411 | 2024.12.12 04:13:14.394040 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
| 13412 | 2024.12.12 04:13:16.721629 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 13413 | 2024.12.12 04:13:16.743861 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13414 | 2024.12.12 04:13:16.743922 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13415 | 2024.12.12 04:13:16.751362 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13416 | 2024.12.12 04:13:16.752250 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13417 | 2024.12.12 04:13:16.756308 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 13418 | 2024.12.12 04:13:17.057110 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1862 | ||
| 13419 | 2024.12.12 04:13:17.060308 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13420 | 2024.12.12 04:13:17.060370 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13421 | 2024.12.12 04:13:17.061925 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 13422 | 2024.12.12 04:13:17.062249 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13423 | 2024.12.12 04:13:17.062697 [ 220 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): 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] | ||
| 13424 | 2024.12.12 04:13:17.062806 [ 220 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): 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] | ||
| 13425 | 2024.12.12 04:13:17.064091 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1862 | ||
| 13426 | 2024.12.12 04:13:17.066795 [ 220 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): 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] | ||
| 13427 | 2024.12.12 04:13:18.387043 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13428 | 2024.12.12 04:13:18.387242 [ 264 ] {c4f5220c-af33-424f-9264-5cdc773377e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13429 | 2024.12.12 04:13:18.387318 [ 264 ] {c4f5220c-af33-424f-9264-5cdc773377e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13430 | 2024.12.12 04:13:18.388053 [ 264 ] {c4f5220c-af33-424f-9264-5cdc773377e3} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13431 | 2024.12.12 04:13:18.388111 [ 264 ] {c4f5220c-af33-424f-9264-5cdc773377e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13432 | 2024.12.12 04:13:18.388578 [ 264 ] {c4f5220c-af33-424f-9264-5cdc773377e3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13433 | 2024.12.12 04:13:18.388833 [ 264 ] {c4f5220c-af33-424f-9264-5cdc773377e3} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13434 | 2024.12.12 04:13:18.389067 [ 264 ] {c4f5220c-af33-424f-9264-5cdc773377e3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001882 sec., 7438.894792773645 rows/sec., 535.50 KiB/sec. | ||
| 13435 | 2024.12.12 04:13:18.389128 [ 264 ] {c4f5220c-af33-424f-9264-5cdc773377e3} <Debug> TCPHandler: Processed in 0.002226689 sec. | ||
| 13436 | 2024.12.12 04:13:18.389381 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13437 | 2024.12.12 04:13:18.389606 [ 263 ] {7745a23a-7595-4eeb-a26e-c392ac2006aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13438 | 2024.12.12 04:13:18.389692 [ 263 ] {7745a23a-7595-4eeb-a26e-c392ac2006aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13439 | 2024.12.12 04:13:18.390677 [ 263 ] {7745a23a-7595-4eeb-a26e-c392ac2006aa} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13440 | 2024.12.12 04:13:18.390732 [ 263 ] {7745a23a-7595-4eeb-a26e-c392ac2006aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13441 | 2024.12.12 04:13:18.391217 [ 263 ] {7745a23a-7595-4eeb-a26e-c392ac2006aa} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13442 | 2024.12.12 04:13:18.391496 [ 263 ] {7745a23a-7595-4eeb-a26e-c392ac2006aa} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13443 | 2024.12.12 04:13:18.391733 [ 263 ] {7745a23a-7595-4eeb-a26e-c392ac2006aa} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002187 sec., 128486.51120256058 rows/sec., 11.35 MiB/sec. | ||
| 13444 | 2024.12.12 04:13:18.391803 [ 263 ] {7745a23a-7595-4eeb-a26e-c392ac2006aa} <Debug> TCPHandler: Processed in 0.002566337 sec. | ||
| 13445 | 2024.12.12 04:13:18.391943 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13446 | 2024.12.12 04:13:18.392066 [ 264 ] {4a6105bb-ffa0-4033-be07-c78f9bd429ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13447 | 2024.12.12 04:13:18.392116 [ 264 ] {4a6105bb-ffa0-4033-be07-c78f9bd429ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13448 | 2024.12.12 04:13:18.392707 [ 264 ] {4a6105bb-ffa0-4033-be07-c78f9bd429ff} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13449 | 2024.12.12 04:13:18.392747 [ 264 ] {4a6105bb-ffa0-4033-be07-c78f9bd429ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13450 | 2024.12.12 04:13:18.393113 [ 264 ] {4a6105bb-ffa0-4033-be07-c78f9bd429ff} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13451 | 2024.12.12 04:13:18.393348 [ 264 ] {4a6105bb-ffa0-4033-be07-c78f9bd429ff} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13452 | 2024.12.12 04:13:18.393544 [ 264 ] {4a6105bb-ffa0-4033-be07-c78f9bd429ff} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001505 sec., 30564.784053156145 rows/sec., 2.20 MiB/sec. | ||
| 13453 | 2024.12.12 04:13:18.393596 [ 264 ] {4a6105bb-ffa0-4033-be07-c78f9bd429ff} <Debug> TCPHandler: Processed in 0.001711194 sec. | ||
| 13454 | 2024.12.12 04:13:18.393746 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13455 | 2024.12.12 04:13:18.393895 [ 263 ] {d828fb8e-97a3-4a9b-88ec-c4c1044d7831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13456 | 2024.12.12 04:13:18.393958 [ 263 ] {d828fb8e-97a3-4a9b-88ec-c4c1044d7831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13457 | 2024.12.12 04:13:18.394633 [ 263 ] {d828fb8e-97a3-4a9b-88ec-c4c1044d7831} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13458 | 2024.12.12 04:13:18.394676 [ 263 ] {d828fb8e-97a3-4a9b-88ec-c4c1044d7831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13459 | 2024.12.12 04:13:18.395054 [ 263 ] {d828fb8e-97a3-4a9b-88ec-c4c1044d7831} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13460 | 2024.12.12 04:13:18.395302 [ 263 ] {d828fb8e-97a3-4a9b-88ec-c4c1044d7831} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13461 | 2024.12.12 04:13:18.395511 [ 263 ] {d828fb8e-97a3-4a9b-88ec-c4c1044d7831} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001652 sec., 8474.57627118644 rows/sec., 593.50 KiB/sec. | ||
| 13462 | 2024.12.12 04:13:18.395567 [ 263 ] {d828fb8e-97a3-4a9b-88ec-c4c1044d7831} <Debug> TCPHandler: Processed in 0.001891029 sec. | ||
| 13463 | 2024.12.12 04:13:18.395741 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13464 | 2024.12.12 04:13:18.395880 [ 264 ] {b6632b04-288a-49ad-b349-1e59b3eea70f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13465 | 2024.12.12 04:13:18.395938 [ 264 ] {b6632b04-288a-49ad-b349-1e59b3eea70f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13466 | 2024.12.12 04:13:18.396586 [ 264 ] {b6632b04-288a-49ad-b349-1e59b3eea70f} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13467 | 2024.12.12 04:13:18.396626 [ 264 ] {b6632b04-288a-49ad-b349-1e59b3eea70f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13468 | 2024.12.12 04:13:18.396982 [ 264 ] {b6632b04-288a-49ad-b349-1e59b3eea70f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13469 | 2024.12.12 04:13:18.397222 [ 264 ] {b6632b04-288a-49ad-b349-1e59b3eea70f} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13470 | 2024.12.12 04:13:18.397454 [ 264 ] {b6632b04-288a-49ad-b349-1e59b3eea70f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001599 sec., 8130.081300813008 rows/sec., 506.91 KiB/sec. | ||
| 13471 | 2024.12.12 04:13:18.397524 [ 264 ] {b6632b04-288a-49ad-b349-1e59b3eea70f} <Debug> TCPHandler: Processed in 0.001850989 sec. | ||
| 13472 | 2024.12.12 04:13:18.397760 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13473 | 2024.12.12 04:13:18.397919 [ 263 ] {5df1a54b-b484-4bfb-8652-0f645a0ceb73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13474 | 2024.12.12 04:13:18.397978 [ 263 ] {5df1a54b-b484-4bfb-8652-0f645a0ceb73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13475 | 2024.12.12 04:13:18.398824 [ 263 ] {5df1a54b-b484-4bfb-8652-0f645a0ceb73} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13476 | 2024.12.12 04:13:18.398865 [ 263 ] {5df1a54b-b484-4bfb-8652-0f645a0ceb73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13477 | 2024.12.12 04:13:18.399271 [ 263 ] {5df1a54b-b484-4bfb-8652-0f645a0ceb73} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13478 | 2024.12.12 04:13:18.399517 [ 263 ] {5df1a54b-b484-4bfb-8652-0f645a0ceb73} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13479 | 2024.12.12 04:13:18.399723 [ 263 ] {5df1a54b-b484-4bfb-8652-0f645a0ceb73} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001835 sec., 229427.79291553132 rows/sec., 16.39 MiB/sec. | ||
| 13480 | 2024.12.12 04:13:18.399775 [ 263 ] {5df1a54b-b484-4bfb-8652-0f645a0ceb73} <Debug> TCPHandler: Processed in 0.002143146 sec. | ||
| 13481 | 2024.12.12 04:13:18.399934 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13482 | 2024.12.12 04:13:18.400074 [ 264 ] {bd0c25f8-6eae-4d08-8562-fb8ba870a73c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13483 | 2024.12.12 04:13:18.400134 [ 264 ] {bd0c25f8-6eae-4d08-8562-fb8ba870a73c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13484 | 2024.12.12 04:13:18.400654 [ 264 ] {bd0c25f8-6eae-4d08-8562-fb8ba870a73c} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13485 | 2024.12.12 04:13:18.400694 [ 264 ] {bd0c25f8-6eae-4d08-8562-fb8ba870a73c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13486 | 2024.12.12 04:13:18.401086 [ 264 ] {bd0c25f8-6eae-4d08-8562-fb8ba870a73c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13487 | 2024.12.12 04:13:18.401323 [ 264 ] {bd0c25f8-6eae-4d08-8562-fb8ba870a73c} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13488 | 2024.12.12 04:13:18.401491 [ 71 ] {} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13489 | 2024.12.12 04:13:18.401553 [ 264 ] {bd0c25f8-6eae-4d08-8562-fb8ba870a73c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 208.57 KiB/sec. | ||
| 13490 | 2024.12.12 04:13:18.401585 [ 71 ] {} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13491 | 2024.12.12 04:13:18.401658 [ 264 ] {bd0c25f8-6eae-4d08-8562-fb8ba870a73c} <Debug> TCPHandler: Processed in 0.001790466 sec. | ||
| 13492 | 2024.12.12 04:13:18.401664 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13493 | 2024.12.12 04:13:18.401915 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13494 | 2024.12.12 04:13:18.401987 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::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 | ||
| 13495 | 2024.12.12 04:13:18.402431 [ 263 ] {251641be-078c-4fce-903f-65fa297fccbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13496 | 2024.12.12 04:13:18.402572 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13497 | 2024.12.12 04:13:18.402712 [ 263 ] {251641be-078c-4fce-903f-65fa297fccbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13498 | 2024.12.12 04:13:18.402712 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 276 rows starting from the beginning of the part | ||
| 13499 | 2024.12.12 04:13:18.403102 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 13500 | 2024.12.12 04:13:18.403463 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 13501 | 2024.12.12 04:13:18.404004 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 13502 | 2024.12.12 04:13:18.404287 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 13503 | 2024.12.12 04:13:18.404527 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 13504 | 2024.12.12 04:13:18.406277 [ 263 ] {251641be-078c-4fce-903f-65fa297fccbf} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13505 | 2024.12.12 04:13:18.406342 [ 263 ] {251641be-078c-4fce-903f-65fa297fccbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13506 | 2024.12.12 04:13:18.407355 [ 263 ] {251641be-078c-4fce-903f-65fa297fccbf} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13507 | 2024.12.12 04:13:18.407944 [ 263 ] {251641be-078c-4fce-903f-65fa297fccbf} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13508 | 2024.12.12 04:13:18.408368 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.006544061 sec., 46759.95532437732 rows/sec., 2.39 MiB/sec. | ||
| 13509 | 2024.12.12 04:13:18.408469 [ 263 ] {251641be-078c-4fce-903f-65fa297fccbf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006261 sec., 37853.37805462386 rows/sec., 2.54 MiB/sec. | ||
| 13510 | 2024.12.12 04:13:18.408589 [ 263 ] {251641be-078c-4fce-903f-65fa297fccbf} <Debug> TCPHandler: Processed in 0.006833848 sec. | ||
| 13511 | 2024.12.12 04:13:18.408694 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13512 | 2024.12.12 04:13:18.408785 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13513 | 2024.12.12 04:13:18.409010 [ 264 ] {84e535a5-49a4-4d0f-a280-ae58d248f893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13514 | 2024.12.12 04:13:18.409118 [ 264 ] {84e535a5-49a4-4d0f-a280-ae58d248f893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13515 | 2024.12.12 04:13:18.409408 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_51_10} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13516 | 2024.12.12 04:13:18.409667 [ 189 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_51_10} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13517 | 2024.12.12 04:13:18.409844 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13518 | 2024.12.12 04:13:18.410054 [ 264 ] {84e535a5-49a4-4d0f-a280-ae58d248f893} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13519 | 2024.12.12 04:13:18.410097 [ 264 ] {84e535a5-49a4-4d0f-a280-ae58d248f893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13520 | 2024.12.12 04:13:18.410537 [ 264 ] {84e535a5-49a4-4d0f-a280-ae58d248f893} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13521 | 2024.12.12 04:13:18.410776 [ 264 ] {84e535a5-49a4-4d0f-a280-ae58d248f893} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13522 | 2024.12.12 04:13:18.410954 [ 264 ] {84e535a5-49a4-4d0f-a280-ae58d248f893} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002017 sec., 495.7858205255329 rows/sec., 33.41 KiB/sec. | ||
| 13523 | 2024.12.12 04:13:18.411005 [ 264 ] {84e535a5-49a4-4d0f-a280-ae58d248f893} <Debug> TCPHandler: Processed in 0.0023118 sec. | ||
| 13524 | 2024.12.12 04:13:18.411150 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13525 | 2024.12.12 04:13:18.411272 [ 263 ] {8923ed8d-e107-4208-a5ab-70b50c08e349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13526 | 2024.12.12 04:13:18.411354 [ 263 ] {8923ed8d-e107-4208-a5ab-70b50c08e349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13527 | 2024.12.12 04:13:18.412568 [ 263 ] {8923ed8d-e107-4208-a5ab-70b50c08e349} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13528 | 2024.12.12 04:13:18.412610 [ 263 ] {8923ed8d-e107-4208-a5ab-70b50c08e349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13529 | 2024.12.12 04:13:18.413312 [ 263 ] {8923ed8d-e107-4208-a5ab-70b50c08e349} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 13530 | 2024.12.12 04:13:18.413578 [ 263 ] {8923ed8d-e107-4208-a5ab-70b50c08e349} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13531 | 2024.12.12 04:13:18.413856 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): 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] | ||
| 13532 | 2024.12.12 04:13:18.413857 [ 263 ] {8923ed8d-e107-4208-a5ab-70b50c08e349} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002602 sec., 14988.470407378938 rows/sec., 26.86 MiB/sec. | ||
| 13533 | 2024.12.12 04:13:18.413909 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): 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] | ||
| 13534 | 2024.12.12 04:13:18.414144 [ 263 ] {8923ed8d-e107-4208-a5ab-70b50c08e349} <Debug> TCPHandler: Processed in 0.00305113 sec. | ||
| 13535 | 2024.12.12 04:13:18.414362 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13536 | 2024.12.12 04:13:18.414544 [ 264 ] {241e66a5-09ca-4645-8e07-61a61b72267f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13537 | 2024.12.12 04:13:18.414635 [ 264 ] {241e66a5-09ca-4645-8e07-61a61b72267f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13538 | 2024.12.12 04:13:18.415698 [ 264 ] {241e66a5-09ca-4645-8e07-61a61b72267f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13539 | 2024.12.12 04:13:18.415766 [ 264 ] {241e66a5-09ca-4645-8e07-61a61b72267f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13540 | 2024.12.12 04:13:18.416322 [ 264 ] {241e66a5-09ca-4645-8e07-61a61b72267f} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13541 | 2024.12.12 04:13:18.416688 [ 264 ] {241e66a5-09ca-4645-8e07-61a61b72267f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13542 | 2024.12.12 04:13:18.416992 [ 264 ] {241e66a5-09ca-4645-8e07-61a61b72267f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002503 sec., 32760.687175389532 rows/sec., 2.08 MiB/sec. | ||
| 13543 | 2024.12.12 04:13:18.417068 [ 264 ] {241e66a5-09ca-4645-8e07-61a61b72267f} <Debug> TCPHandler: Processed in 0.002812364 sec. | ||
| 13544 | 2024.12.12 04:13:18.417590 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): 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] | ||
| 13545 | 2024.12.12 04:13:19.323622 [ 224 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): 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] | ||
| 13546 | 2024.12.12 04:13:19.323680 [ 224 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): 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] | ||
| 13547 | 2024.12.12 04:13:19.325646 [ 224 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): 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] | ||
| 13548 | 2024.12.12 04:13:19.332688 [ 219 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): 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] | ||
| 13549 | 2024.12.12 04:13:19.332746 [ 219 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): 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] | ||
| 13550 | 2024.12.12 04:13:19.334706 [ 219 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): 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] | ||
| 13551 | 2024.12.12 04:13:21.669783 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13552 | 2024.12.12 04:13:21.669853 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13553 | 2024.12.12 04:13:21.894183 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 | ||
| 13554 | 2024.12.12 04:13:21.894871 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13555 | 2024.12.12 04:13:21.894923 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13556 | 2024.12.12 04:13:21.895462 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13557 | 2024.12.12 04:13:21.895724 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13558 | 2024.12.12 04:13:21.895954 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 13559 | 2024.12.12 04:13:23.379936 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13560 | 2024.12.12 04:13:23.380173 [ 264 ] {7c29ddf1-bc84-42e1-9e89-90032d77aa2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13561 | 2024.12.12 04:13:23.380258 [ 264 ] {7c29ddf1-bc84-42e1-9e89-90032d77aa2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13562 | 2024.12.12 04:13:23.381056 [ 264 ] {7c29ddf1-bc84-42e1-9e89-90032d77aa2c} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13563 | 2024.12.12 04:13:23.381123 [ 264 ] {7c29ddf1-bc84-42e1-9e89-90032d77aa2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13564 | 2024.12.12 04:13:23.381579 [ 264 ] {7c29ddf1-bc84-42e1-9e89-90032d77aa2c} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13565 | 2024.12.12 04:13:23.381843 [ 264 ] {7c29ddf1-bc84-42e1-9e89-90032d77aa2c} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13566 | 2024.12.12 04:13:23.382067 [ 264 ] {7c29ddf1-bc84-42e1-9e89-90032d77aa2c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00198 sec., 28282.828282828283 rows/sec., 2.17 MiB/sec. | ||
| 13567 | 2024.12.12 04:13:23.382138 [ 264 ] {7c29ddf1-bc84-42e1-9e89-90032d77aa2c} <Debug> TCPHandler: Processed in 0.002389772 sec. | ||
| 13568 | 2024.12.12 04:13:23.382453 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13569 | 2024.12.12 04:13:23.382659 [ 263 ] {29c023b4-4937-4174-b4d4-93bff10aa46e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13570 | 2024.12.12 04:13:23.382736 [ 263 ] {29c023b4-4937-4174-b4d4-93bff10aa46e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13571 | 2024.12.12 04:13:23.383598 [ 263 ] {29c023b4-4937-4174-b4d4-93bff10aa46e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13572 | 2024.12.12 04:13:23.383665 [ 263 ] {29c023b4-4937-4174-b4d4-93bff10aa46e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13573 | 2024.12.12 04:13:23.384277 [ 263 ] {29c023b4-4937-4174-b4d4-93bff10aa46e} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13574 | 2024.12.12 04:13:23.384593 [ 263 ] {29c023b4-4937-4174-b4d4-93bff10aa46e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13575 | 2024.12.12 04:13:23.384866 [ 263 ] {29c023b4-4937-4174-b4d4-93bff10aa46e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002251 sec., 28431.808085295426 rows/sec., 2.22 MiB/sec. | ||
| 13576 | 2024.12.12 04:13:23.384970 [ 263 ] {29c023b4-4937-4174-b4d4-93bff10aa46e} <Debug> TCPHandler: Processed in 0.00269028 sec. | ||
| 13577 | 2024.12.12 04:13:23.385277 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13578 | 2024.12.12 04:13:23.385484 [ 264 ] {4f765026-bd78-40f6-9ed2-72f460913198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13579 | 2024.12.12 04:13:23.385542 [ 264 ] {4f765026-bd78-40f6-9ed2-72f460913198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13580 | 2024.12.12 04:13:23.386172 [ 264 ] {4f765026-bd78-40f6-9ed2-72f460913198} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13581 | 2024.12.12 04:13:23.386215 [ 264 ] {4f765026-bd78-40f6-9ed2-72f460913198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13582 | 2024.12.12 04:13:23.386641 [ 264 ] {4f765026-bd78-40f6-9ed2-72f460913198} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13583 | 2024.12.12 04:13:23.386905 [ 264 ] {4f765026-bd78-40f6-9ed2-72f460913198} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13584 | 2024.12.12 04:13:23.387135 [ 264 ] {4f765026-bd78-40f6-9ed2-72f460913198} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0017 sec., 94117.64705882354 rows/sec., 6.56 MiB/sec. | ||
| 13585 | 2024.12.12 04:13:23.387196 [ 264 ] {4f765026-bd78-40f6-9ed2-72f460913198} <Debug> TCPHandler: Processed in 0.002087404 sec. | ||
| 13586 | 2024.12.12 04:13:23.387354 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13587 | 2024.12.12 04:13:23.387483 [ 263 ] {c09c319a-9717-4b00-a9d9-787fc6417b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13588 | 2024.12.12 04:13:23.387542 [ 263 ] {c09c319a-9717-4b00-a9d9-787fc6417b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13589 | 2024.12.12 04:13:23.388080 [ 263 ] {c09c319a-9717-4b00-a9d9-787fc6417b37} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13590 | 2024.12.12 04:13:23.388125 [ 263 ] {c09c319a-9717-4b00-a9d9-787fc6417b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13591 | 2024.12.12 04:13:23.388534 [ 263 ] {c09c319a-9717-4b00-a9d9-787fc6417b37} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13592 | 2024.12.12 04:13:23.388797 [ 263 ] {c09c319a-9717-4b00-a9d9-787fc6417b37} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13593 | 2024.12.12 04:13:23.389026 [ 263 ] {c09c319a-9717-4b00-a9d9-787fc6417b37} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec. | ||
| 13594 | 2024.12.12 04:13:23.389088 [ 263 ] {c09c319a-9717-4b00-a9d9-787fc6417b37} <Debug> TCPHandler: Processed in 0.001792757 sec. | ||
| 13595 | 2024.12.12 04:13:24.256386 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 13596 | 2024.12.12 04:13:24.281418 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13597 | 2024.12.12 04:13:24.281485 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
| 13598 | 2024.12.12 04:13:24.289221 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13599 | 2024.12.12 04:13:24.290044 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13600 | 2024.12.12 04:13:24.294190 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 13601 | 2024.12.12 04:13:27.064346 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1892 | ||
| 13602 | 2024.12.12 04:13:27.067737 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13603 | 2024.12.12 04:13:27.067793 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13604 | 2024.12.12 04:13:27.069374 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 13605 | 2024.12.12 04:13:27.069693 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13606 | 2024.12.12 04:13:27.070258 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1892 | ||
| 13607 | 2024.12.12 04:13:28.387355 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13608 | 2024.12.12 04:13:28.387571 [ 264 ] {0d08f30c-44d7-4643-8bae-ac640a186eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13609 | 2024.12.12 04:13:28.387655 [ 264 ] {0d08f30c-44d7-4643-8bae-ac640a186eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13610 | 2024.12.12 04:13:28.388439 [ 264 ] {0d08f30c-44d7-4643-8bae-ac640a186eb3} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13611 | 2024.12.12 04:13:28.388492 [ 264 ] {0d08f30c-44d7-4643-8bae-ac640a186eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13612 | 2024.12.12 04:13:28.388918 [ 264 ] {0d08f30c-44d7-4643-8bae-ac640a186eb3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13613 | 2024.12.12 04:13:28.389173 [ 264 ] {0d08f30c-44d7-4643-8bae-ac640a186eb3} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13614 | 2024.12.12 04:13:28.389414 [ 264 ] {0d08f30c-44d7-4643-8bae-ac640a186eb3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001902 sec., 7360.672975814931 rows/sec., 529.87 KiB/sec. | ||
| 13615 | 2024.12.12 04:13:28.389482 [ 264 ] {0d08f30c-44d7-4643-8bae-ac640a186eb3} <Debug> TCPHandler: Processed in 0.002276339 sec. | ||
| 13616 | 2024.12.12 04:13:28.389728 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13617 | 2024.12.12 04:13:28.389956 [ 263 ] {824805eb-4ad7-4293-9302-cfdd14791cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13618 | 2024.12.12 04:13:28.390040 [ 263 ] {824805eb-4ad7-4293-9302-cfdd14791cd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13619 | 2024.12.12 04:13:28.390870 [ 263 ] {824805eb-4ad7-4293-9302-cfdd14791cd3} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13620 | 2024.12.12 04:13:28.390923 [ 263 ] {824805eb-4ad7-4293-9302-cfdd14791cd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13621 | 2024.12.12 04:13:28.391355 [ 263 ] {824805eb-4ad7-4293-9302-cfdd14791cd3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 13622 | 2024.12.12 04:13:28.391603 [ 263 ] {824805eb-4ad7-4293-9302-cfdd14791cd3} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13623 | 2024.12.12 04:13:28.391896 [ 263 ] {824805eb-4ad7-4293-9302-cfdd14791cd3} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002003 sec., 4992.511233150274 rows/sec., 407.10 KiB/sec. | ||
| 13624 | 2024.12.12 04:13:28.392114 [ 263 ] {824805eb-4ad7-4293-9302-cfdd14791cd3} <Debug> TCPHandler: Processed in 0.002516876 sec. | ||
| 13625 | 2024.12.12 04:13:28.392316 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13626 | 2024.12.12 04:13:28.392460 [ 264 ] {a5a3e2a2-93d0-4b5f-8707-395fc41502df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13627 | 2024.12.12 04:13:28.392520 [ 264 ] {a5a3e2a2-93d0-4b5f-8707-395fc41502df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13628 | 2024.12.12 04:13:28.393273 [ 264 ] {a5a3e2a2-93d0-4b5f-8707-395fc41502df} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13629 | 2024.12.12 04:13:28.393314 [ 264 ] {a5a3e2a2-93d0-4b5f-8707-395fc41502df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13630 | 2024.12.12 04:13:28.393697 [ 264 ] {a5a3e2a2-93d0-4b5f-8707-395fc41502df} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13631 | 2024.12.12 04:13:28.393931 [ 264 ] {a5a3e2a2-93d0-4b5f-8707-395fc41502df} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13632 | 2024.12.12 04:13:28.394156 [ 264 ] {a5a3e2a2-93d0-4b5f-8707-395fc41502df} <Debug> executeQuery: Read 286 rows, 25.79 KiB in 0.001732 sec., 165127.02078521939 rows/sec., 14.54 MiB/sec. | ||
| 13633 | 2024.12.12 04:13:28.394213 [ 264 ] {a5a3e2a2-93d0-4b5f-8707-395fc41502df} <Debug> TCPHandler: Processed in 0.001996602 sec. | ||
| 13634 | 2024.12.12 04:13:28.394377 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13635 | 2024.12.12 04:13:28.394527 [ 263 ] {88973846-856e-4b2a-a3d5-09bebb282876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13636 | 2024.12.12 04:13:28.394588 [ 263 ] {88973846-856e-4b2a-a3d5-09bebb282876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13637 | 2024.12.12 04:13:28.395221 [ 263 ] {88973846-856e-4b2a-a3d5-09bebb282876} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13638 | 2024.12.12 04:13:28.395262 [ 263 ] {88973846-856e-4b2a-a3d5-09bebb282876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13639 | 2024.12.12 04:13:28.395642 [ 263 ] {88973846-856e-4b2a-a3d5-09bebb282876} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13640 | 2024.12.12 04:13:28.395894 [ 263 ] {88973846-856e-4b2a-a3d5-09bebb282876} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13641 | 2024.12.12 04:13:28.396116 [ 263 ] {88973846-856e-4b2a-a3d5-09bebb282876} <Debug> executeQuery: Read 56 rows, 4.09 KiB in 0.001621 sec., 34546.57618753856 rows/sec., 2.46 MiB/sec. | ||
| 13642 | 2024.12.12 04:13:28.396172 [ 263 ] {88973846-856e-4b2a-a3d5-09bebb282876} <Debug> TCPHandler: Processed in 0.001867779 sec. | ||
| 13643 | 2024.12.12 04:13:28.396321 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13644 | 2024.12.12 04:13:28.396461 [ 264 ] {ee96f019-adc5-43f9-8459-ef0cca4a8ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13645 | 2024.12.12 04:13:28.396519 [ 264 ] {ee96f019-adc5-43f9-8459-ef0cca4a8ae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13646 | 2024.12.12 04:13:28.397134 [ 264 ] {ee96f019-adc5-43f9-8459-ef0cca4a8ae2} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13647 | 2024.12.12 04:13:28.397173 [ 264 ] {ee96f019-adc5-43f9-8459-ef0cca4a8ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13648 | 2024.12.12 04:13:28.397523 [ 264 ] {ee96f019-adc5-43f9-8459-ef0cca4a8ae2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13649 | 2024.12.12 04:13:28.397756 [ 264 ] {ee96f019-adc5-43f9-8459-ef0cca4a8ae2} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13650 | 2024.12.12 04:13:28.397949 [ 59 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13651 | 2024.12.12 04:13:28.397984 [ 264 ] {ee96f019-adc5-43f9-8459-ef0cca4a8ae2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001556 sec., 8997.429305912596 rows/sec., 630.12 KiB/sec. | ||
| 13652 | 2024.12.12 04:13:28.398082 [ 59 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13653 | 2024.12.12 04:13:28.398123 [ 264 ] {ee96f019-adc5-43f9-8459-ef0cca4a8ae2} <Debug> TCPHandler: Processed in 0.001869139 sec. | ||
| 13654 | 2024.12.12 04:13:28.398163 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13655 | 2024.12.12 04:13:28.398325 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13656 | 2024.12.12 04:13:28.398421 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::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 | ||
| 13657 | 2024.12.12 04:13:28.398538 [ 263 ] {e74a0271-5f53-4564-9dde-bbe76fa517ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13658 | 2024.12.12 04:13:28.398662 [ 263 ] {e74a0271-5f53-4564-9dde-bbe76fa517ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13659 | 2024.12.12 04:13:28.398804 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13660 | 2024.12.12 04:13:28.398912 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 243 rows starting from the beginning of the part | ||
| 13661 | 2024.12.12 04:13:28.399171 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part | ||
| 13662 | 2024.12.12 04:13:28.399550 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part | ||
| 13663 | 2024.12.12 04:13:28.400013 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 228 rows starting from the beginning of the part | ||
| 13664 | 2024.12.12 04:13:28.400384 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 14 rows starting from the beginning of the part | ||
| 13665 | 2024.12.12 04:13:28.400715 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 14 rows starting from the beginning of the part | ||
| 13666 | 2024.12.12 04:13:28.401754 [ 263 ] {e74a0271-5f53-4564-9dde-bbe76fa517ac} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13667 | 2024.12.12 04:13:28.401842 [ 263 ] {e74a0271-5f53-4564-9dde-bbe76fa517ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13668 | 2024.12.12 04:13:28.402882 [ 263 ] {e74a0271-5f53-4564-9dde-bbe76fa517ac} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13669 | 2024.12.12 04:13:28.403408 [ 263 ] {e74a0271-5f53-4564-9dde-bbe76fa517ac} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13670 | 2024.12.12 04:13:28.403955 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005655338 sec., 93186.29585004468 rows/sec., 6.67 MiB/sec. | ||
| 13671 | 2024.12.12 04:13:28.404031 [ 263 ] {e74a0271-5f53-4564-9dde-bbe76fa517ac} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005555 sec., 2340.2340234023404 rows/sec., 145.91 KiB/sec. | ||
| 13672 | 2024.12.12 04:13:28.404240 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13673 | 2024.12.12 04:13:28.404261 [ 263 ] {e74a0271-5f53-4564-9dde-bbe76fa517ac} <Debug> TCPHandler: Processed in 0.006030838 sec. | ||
| 13674 | 2024.12.12 04:13:28.404669 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13675 | 2024.12.12 04:13:28.405077 [ 264 ] {6993574b-e9ce-4b6c-85e6-3e1bce7e698d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13676 | 2024.12.12 04:13:28.405179 [ 264 ] {6993574b-e9ce-4b6c-85e6-3e1bce7e698d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13677 | 2024.12.12 04:13:28.405188 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_71_14} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13678 | 2024.12.12 04:13:28.405428 [ 197 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_71_14} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13679 | 2024.12.12 04:13:28.405638 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 13680 | 2024.12.12 04:13:28.406335 [ 264 ] {6993574b-e9ce-4b6c-85e6-3e1bce7e698d} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13681 | 2024.12.12 04:13:28.406378 [ 264 ] {6993574b-e9ce-4b6c-85e6-3e1bce7e698d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13682 | 2024.12.12 04:13:28.406757 [ 264 ] {6993574b-e9ce-4b6c-85e6-3e1bce7e698d} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13683 | 2024.12.12 04:13:28.406992 [ 264 ] {6993574b-e9ce-4b6c-85e6-3e1bce7e698d} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13684 | 2024.12.12 04:13:28.407207 [ 264 ] {6993574b-e9ce-4b6c-85e6-3e1bce7e698d} <Debug> executeQuery: Read 431 rows, 31.62 KiB in 0.002284 sec., 188704.02802101575 rows/sec., 13.52 MiB/sec. | ||
| 13685 | 2024.12.12 04:13:28.407262 [ 264 ] {6993574b-e9ce-4b6c-85e6-3e1bce7e698d} <Debug> TCPHandler: Processed in 0.002874025 sec. | ||
| 13686 | 2024.12.12 04:13:28.407429 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13687 | 2024.12.12 04:13:28.407571 [ 263 ] {35e47681-6d16-4261-b62e-4255b9b8d841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13688 | 2024.12.12 04:13:28.407631 [ 263 ] {35e47681-6d16-4261-b62e-4255b9b8d841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13689 | 2024.12.12 04:13:28.408143 [ 263 ] {35e47681-6d16-4261-b62e-4255b9b8d841} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13690 | 2024.12.12 04:13:28.408183 [ 263 ] {35e47681-6d16-4261-b62e-4255b9b8d841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13691 | 2024.12.12 04:13:28.408554 [ 263 ] {35e47681-6d16-4261-b62e-4255b9b8d841} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13692 | 2024.12.12 04:13:28.408794 [ 263 ] {35e47681-6d16-4261-b62e-4255b9b8d841} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13693 | 2024.12.12 04:13:28.409026 [ 263 ] {35e47681-6d16-4261-b62e-4255b9b8d841} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001486 sec., 4037.685060565276 rows/sec., 210.95 KiB/sec. | ||
| 13694 | 2024.12.12 04:13:28.409080 [ 263 ] {35e47681-6d16-4261-b62e-4255b9b8d841} <Debug> TCPHandler: Processed in 0.001721095 sec. | ||
| 13695 | 2024.12.12 04:13:28.409244 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13696 | 2024.12.12 04:13:28.409384 [ 264 ] {379af9b6-65a0-4da0-8907-fdfdd8029845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13697 | 2024.12.12 04:13:28.409460 [ 264 ] {379af9b6-65a0-4da0-8907-fdfdd8029845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13698 | 2024.12.12 04:13:28.410106 [ 264 ] {379af9b6-65a0-4da0-8907-fdfdd8029845} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13699 | 2024.12.12 04:13:28.410146 [ 264 ] {379af9b6-65a0-4da0-8907-fdfdd8029845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13700 | 2024.12.12 04:13:28.410619 [ 264 ] {379af9b6-65a0-4da0-8907-fdfdd8029845} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13701 | 2024.12.12 04:13:28.410858 [ 264 ] {379af9b6-65a0-4da0-8907-fdfdd8029845} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13702 | 2024.12.12 04:13:28.411068 [ 264 ] {379af9b6-65a0-4da0-8907-fdfdd8029845} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.001718 sec., 140861.46682188593 rows/sec., 9.45 MiB/sec. | ||
| 13703 | 2024.12.12 04:13:28.411129 [ 264 ] {379af9b6-65a0-4da0-8907-fdfdd8029845} <Debug> TCPHandler: Processed in 0.001951961 sec. | ||
| 13704 | 2024.12.12 04:13:28.411266 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13705 | 2024.12.12 04:13:28.411384 [ 263 ] {ea5e4220-163d-447a-aba4-1fedd13139b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13706 | 2024.12.12 04:13:28.411436 [ 263 ] {ea5e4220-163d-447a-aba4-1fedd13139b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13707 | 2024.12.12 04:13:28.411910 [ 263 ] {ea5e4220-163d-447a-aba4-1fedd13139b7} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13708 | 2024.12.12 04:13:28.411950 [ 263 ] {ea5e4220-163d-447a-aba4-1fedd13139b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13709 | 2024.12.12 04:13:28.412314 [ 263 ] {ea5e4220-163d-447a-aba4-1fedd13139b7} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13710 | 2024.12.12 04:13:28.412556 [ 263 ] {ea5e4220-163d-447a-aba4-1fedd13139b7} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13711 | 2024.12.12 04:13:28.412770 [ 263 ] {ea5e4220-163d-447a-aba4-1fedd13139b7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001411 sec., 708.7172218284904 rows/sec., 47.76 KiB/sec. | ||
| 13712 | 2024.12.12 04:13:28.412821 [ 263 ] {ea5e4220-163d-447a-aba4-1fedd13139b7} <Debug> TCPHandler: Processed in 0.001610702 sec. | ||
| 13713 | 2024.12.12 04:13:28.412976 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13714 | 2024.12.12 04:13:28.413117 [ 264 ] {5dfc0fe1-f151-42e9-bbfb-29fea6a3669b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13715 | 2024.12.12 04:13:28.413210 [ 264 ] {5dfc0fe1-f151-42e9-bbfb-29fea6a3669b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13716 | 2024.12.12 04:13:28.414498 [ 264 ] {5dfc0fe1-f151-42e9-bbfb-29fea6a3669b} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13717 | 2024.12.12 04:13:28.414538 [ 264 ] {5dfc0fe1-f151-42e9-bbfb-29fea6a3669b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13718 | 2024.12.12 04:13:28.415219 [ 264 ] {5dfc0fe1-f151-42e9-bbfb-29fea6a3669b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 13719 | 2024.12.12 04:13:28.415478 [ 264 ] {5dfc0fe1-f151-42e9-bbfb-29fea6a3669b} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13720 | 2024.12.12 04:13:28.415732 [ 264 ] {5dfc0fe1-f151-42e9-bbfb-29fea6a3669b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002648 sec., 14728.09667673716 rows/sec., 26.39 MiB/sec. | ||
| 13721 | 2024.12.12 04:13:28.415851 [ 264 ] {5dfc0fe1-f151-42e9-bbfb-29fea6a3669b} <Debug> TCPHandler: Processed in 0.002942277 sec. | ||
| 13722 | 2024.12.12 04:13:28.415988 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13723 | 2024.12.12 04:13:28.416105 [ 263 ] {b3f39cd2-c3dd-42f6-b4b5-d9e3490f7ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13724 | 2024.12.12 04:13:28.416156 [ 263 ] {b3f39cd2-c3dd-42f6-b4b5-d9e3490f7ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13725 | 2024.12.12 04:13:28.416637 [ 263 ] {b3f39cd2-c3dd-42f6-b4b5-d9e3490f7ef8} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13726 | 2024.12.12 04:13:28.416677 [ 263 ] {b3f39cd2-c3dd-42f6-b4b5-d9e3490f7ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13727 | 2024.12.12 04:13:28.417056 [ 263 ] {b3f39cd2-c3dd-42f6-b4b5-d9e3490f7ef8} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13728 | 2024.12.12 04:13:28.417296 [ 263 ] {b3f39cd2-c3dd-42f6-b4b5-d9e3490f7ef8} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13729 | 2024.12.12 04:13:28.417507 [ 263 ] {b3f39cd2-c3dd-42f6-b4b5-d9e3490f7ef8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001424 sec., 57584.26966292135 rows/sec., 3.66 MiB/sec. | ||
| 13730 | 2024.12.12 04:13:28.417560 [ 263 ] {b3f39cd2-c3dd-42f6-b4b5-d9e3490f7ef8} <Debug> TCPHandler: Processed in 0.001626783 sec. | ||
| 13731 | 2024.12.12 04:13:29.267135 [ 222 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): 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] | ||
| 13732 | 2024.12.12 04:13:29.267196 [ 222 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): 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] | ||
| 13733 | 2024.12.12 04:13:29.269507 [ 222 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): 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] | ||
| 13734 | 2024.12.12 04:13:29.396067 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 | ||
| 13735 | 2024.12.12 04:13:29.396824 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13736 | 2024.12.12 04:13:29.396866 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13737 | 2024.12.12 04:13:29.397380 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13738 | 2024.12.12 04:13:29.397645 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13739 | 2024.12.12 04:13:29.397872 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 | ||
| 13740 | 2024.12.12 04:13:30.062059 [ 220 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): 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] | ||
| 13741 | 2024.12.12 04:13:30.062145 [ 220 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): 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] | ||
| 13742 | 2024.12.12 04:13:30.064186 [ 220 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): 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] | ||
| 13743 | 2024.12.12 04:13:31.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 259.58 MiB, peak 281.68 MiB, free memory in arenas 0.00 B, will set to 263.58 MiB (RSS), difference: 4.00 MiB | ||
| 13744 | 2024.12.12 04:13:31.794267 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 13745 | 2024.12.12 04:13:31.816051 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13746 | 2024.12.12 04:13:31.816114 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13747 | 2024.12.12 04:13:31.823641 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 13748 | 2024.12.12 04:13:31.824445 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13749 | 2024.12.12 04:13:31.827394 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 13750 | 2024.12.12 04:13:33.379186 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13751 | 2024.12.12 04:13:33.379402 [ 264 ] {d3d3b40f-ceed-4901-b80d-c842b1deecf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13752 | 2024.12.12 04:13:33.379484 [ 264 ] {d3d3b40f-ceed-4901-b80d-c842b1deecf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13753 | 2024.12.12 04:13:33.380341 [ 264 ] {d3d3b40f-ceed-4901-b80d-c842b1deecf4} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13754 | 2024.12.12 04:13:33.380392 [ 264 ] {d3d3b40f-ceed-4901-b80d-c842b1deecf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13755 | 2024.12.12 04:13:33.380832 [ 264 ] {d3d3b40f-ceed-4901-b80d-c842b1deecf4} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13756 | 2024.12.12 04:13:33.381095 [ 264 ] {d3d3b40f-ceed-4901-b80d-c842b1deecf4} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13757 | 2024.12.12 04:13:33.381305 [ 45 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13758 | 2024.12.12 04:13:33.381367 [ 264 ] {d3d3b40f-ceed-4901-b80d-c842b1deecf4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002024 sec., 27667.984189723316 rows/sec., 2.13 MiB/sec. | ||
| 13759 | 2024.12.12 04:13:33.381396 [ 45 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13760 | 2024.12.12 04:13:33.381461 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13761 | 2024.12.12 04:13:33.381511 [ 264 ] {d3d3b40f-ceed-4901-b80d-c842b1deecf4} <Debug> TCPHandler: Processed in 0.002467874 sec. | ||
| 13762 | 2024.12.12 04:13:33.381720 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 13763 | 2024.12.12 04:13:33.381806 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13764 | 2024.12.12 04:13:33.381924 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13765 | 2024.12.12 04:13:33.381973 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1432 rows starting from the beginning of the part | ||
| 13766 | 2024.12.12 04:13:33.381991 [ 263 ] {4b41bb72-0998-4f0e-83ec-51ab096dc7e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13767 | 2024.12.12 04:13:33.382129 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1196 rows starting from the beginning of the part | ||
| 13768 | 2024.12.12 04:13:33.382162 [ 263 ] {4b41bb72-0998-4f0e-83ec-51ab096dc7e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13769 | 2024.12.12 04:13:33.382487 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 281 rows starting from the beginning of the part | ||
| 13770 | 2024.12.12 04:13:33.382883 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part | ||
| 13771 | 2024.12.12 04:13:33.383162 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 286 rows starting from the beginning of the part | ||
| 13772 | 2024.12.12 04:13:33.383386 [ 192 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 13773 | 2024.12.12 04:13:33.384655 [ 263 ] {4b41bb72-0998-4f0e-83ec-51ab096dc7e1} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13774 | 2024.12.12 04:13:33.384706 [ 263 ] {4b41bb72-0998-4f0e-83ec-51ab096dc7e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13775 | 2024.12.12 04:13:33.385292 [ 263 ] {4b41bb72-0998-4f0e-83ec-51ab096dc7e1} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13776 | 2024.12.12 04:13:33.385557 [ 263 ] {4b41bb72-0998-4f0e-83ec-51ab096dc7e1} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13777 | 2024.12.12 04:13:33.385788 [ 45 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13778 | 2024.12.12 04:13:33.385911 [ 45 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13779 | 2024.12.12 04:13:33.386024 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13780 | 2024.12.12 04:13:33.386036 [ 263 ] {4b41bb72-0998-4f0e-83ec-51ab096dc7e1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004065 sec., 15744.157441574416 rows/sec., 1.23 MiB/sec. | ||
| 13781 | 2024.12.12 04:13:33.386475 [ 263 ] {4b41bb72-0998-4f0e-83ec-51ab096dc7e1} <Debug> TCPHandler: Processed in 0.004811166 sec. | ||
| 13782 | 2024.12.12 04:13:33.386516 [ 192 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 13783 | 2024.12.12 04:13:33.386872 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.00528625 sec., 625585.244738709 rows/sec., 54.81 MiB/sec. | ||
| 13784 | 2024.12.12 04:13:33.386879 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13785 | 2024.12.12 04:13:33.386910 [ 192 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13786 | 2024.12.12 04:13:33.386983 [ 192 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 913 rows starting from the beginning of the part | ||
| 13787 | 2024.12.12 04:13:33.387314 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13788 | 2024.12.12 04:13:33.387343 [ 192 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 520 rows starting from the beginning of the part | ||
| 13789 | 2024.12.12 04:13:33.387691 [ 264 ] {f5e36ad4-fd2d-4920-af2a-128545bdbedd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13790 | 2024.12.12 04:13:33.387816 [ 192 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 421 rows starting from the beginning of the part | ||
| 13791 | 2024.12.12 04:13:33.388195 [ 192 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part | ||
| 13792 | 2024.12.12 04:13:33.388247 [ 264 ] {f5e36ad4-fd2d-4920-af2a-128545bdbedd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13793 | 2024.12.12 04:13:33.388430 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_111_22} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13794 | 2024.12.12 04:13:33.388614 [ 192 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 431 rows starting from the beginning of the part | ||
| 13795 | 2024.12.12 04:13:33.388877 [ 197 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_111_22} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13796 | 2024.12.12 04:13:33.389069 [ 192 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 13797 | 2024.12.12 04:13:33.389191 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 13798 | 2024.12.12 04:13:33.391273 [ 264 ] {f5e36ad4-fd2d-4920-af2a-128545bdbedd} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13799 | 2024.12.12 04:13:33.391358 [ 264 ] {f5e36ad4-fd2d-4920-af2a-128545bdbedd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13800 | 2024.12.12 04:13:33.392177 [ 264 ] {f5e36ad4-fd2d-4920-af2a-128545bdbedd} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13801 | 2024.12.12 04:13:33.392477 [ 197 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.006306536 sec., 382618.9210685549 rows/sec., 29.34 MiB/sec. | ||
| 13802 | 2024.12.12 04:13:33.392648 [ 264 ] {f5e36ad4-fd2d-4920-af2a-128545bdbedd} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13803 | 2024.12.12 04:13:33.392736 [ 197 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13804 | 2024.12.12 04:13:33.392894 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 5 parts from all_1_106_21 to all_110_110_0 | ||
| 13805 | 2024.12.12 04:13:33.393021 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13806 | 2024.12.12 04:13:33.393097 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13807 | 2024.12.12 04:13:33.393189 [ 264 ] {f5e36ad4-fd2d-4920-af2a-128545bdbedd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005982 sec., 26746.907388833166 rows/sec., 1.86 MiB/sec. | ||
| 13808 | 2024.12.12 04:13:33.393526 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_106_21 to all_110_110_0 into Compact with storage Full | ||
| 13809 | 2024.12.12 04:13:33.393642 [ 264 ] {f5e36ad4-fd2d-4920-af2a-128545bdbedd} <Debug> TCPHandler: Processed in 0.007015211 sec. | ||
| 13810 | 2024.12.12 04:13:33.393707 [ 197 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_111_22} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13811 | 2024.12.12 04:13:33.393942 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13812 | 2024.12.12 04:13:33.394132 [ 197 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_111_22} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13813 | 2024.12.12 04:13:33.394152 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13814 | 2024.12.12 04:13:33.394293 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_106_21, total 33369 rows starting from the beginning of the part | ||
| 13815 | 2024.12.12 04:13:33.394397 [ 263 ] {9ccbf711-a62d-4a1a-9583-f895c9e86390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13816 | 2024.12.12 04:13:33.394476 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 13817 | 2024.12.12 04:13:33.394690 [ 263 ] {9ccbf711-a62d-4a1a-9583-f895c9e86390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13818 | 2024.12.12 04:13:33.394749 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 880 rows starting from the beginning of the part | ||
| 13819 | 2024.12.12 04:13:33.395213 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 237 rows starting from the beginning of the part | ||
| 13820 | 2024.12.12 04:13:33.395969 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part | ||
| 13821 | 2024.12.12 04:13:33.396764 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 242 rows starting from the beginning of the part | ||
| 13822 | 2024.12.12 04:13:33.398824 [ 263 ] {9ccbf711-a62d-4a1a-9583-f895c9e86390} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13823 | 2024.12.12 04:13:33.398874 [ 263 ] {9ccbf711-a62d-4a1a-9583-f895c9e86390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13824 | 2024.12.12 04:13:33.399363 [ 263 ] {9ccbf711-a62d-4a1a-9583-f895c9e86390} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13825 | 2024.12.12 04:13:33.399653 [ 263 ] {9ccbf711-a62d-4a1a-9583-f895c9e86390} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13826 | 2024.12.12 04:13:33.399914 [ 45 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13827 | 2024.12.12 04:13:33.400029 [ 45 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13828 | 2024.12.12 04:13:33.400094 [ 263 ] {9ccbf711-a62d-4a1a-9583-f895c9e86390} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005847 sec., 10261.67265264238 rows/sec., 708.16 KiB/sec. | ||
| 13829 | 2024.12.12 04:13:33.400111 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13830 | 2024.12.12 04:13:33.400531 [ 263 ] {9ccbf711-a62d-4a1a-9583-f895c9e86390} <Debug> TCPHandler: Processed in 0.006757597 sec. | ||
| 13831 | 2024.12.12 04:13:33.401031 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 13832 | 2024.12.12 04:13:33.401622 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13833 | 2024.12.12 04:13:33.401718 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 7310 rows starting from the beginning of the part | ||
| 13834 | 2024.12.12 04:13:33.402233 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 13835 | 2024.12.12 04:13:33.402568 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part | ||
| 13836 | 2024.12.12 04:13:33.402940 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
| 13837 | 2024.12.12 04:13:33.403100 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part | ||
| 13838 | 2024.12.12 04:13:33.403187 [ 190 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 13839 | 2024.12.12 04:13:33.406743 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7654 rows, containing 4 columns (4 merged, 0 gathered) in 0.006370947 sec., 1201391.2531370926 rows/sec., 78.38 MiB/sec. | ||
| 13840 | 2024.12.12 04:13:33.407197 [ 186 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13841 | 2024.12.12 04:13:33.407652 [ 186 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_111_22} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13842 | 2024.12.12 04:13:33.407756 [ 186 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_111_22} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13843 | 2024.12.12 04:13:33.407851 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. | ||
| 13844 | 2024.12.12 04:13:33.408147 [ 194 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34888 rows, containing 5 columns (5 merged, 0 gathered) in 0.014919784 sec., 2338371.6547102826 rows/sec., 158.06 MiB/sec. | ||
| 13845 | 2024.12.12 04:13:33.408383 [ 188 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 13846 | 2024.12.12 04:13:33.408677 [ 188 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13847 | 2024.12.12 04:13:33.408758 [ 188 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 5 parts: [all_1_106_21, all_110_110_0] -> all_1_110_22 | ||
| 13848 | 2024.12.12 04:13:33.408839 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 13849 | 2024.12.12 04:13:36.669892 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13850 | 2024.12.12 04:13:36.669962 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13851 | 2024.12.12 04:13:36.898001 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 | ||
| 13852 | 2024.12.12 04:13:36.898632 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13853 | 2024.12.12 04:13:36.898669 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13854 | 2024.12.12 04:13:36.899214 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 13855 | 2024.12.12 04:13:36.899489 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13856 | 2024.12.12 04:13:36.899656 [ 40 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 13857 | 2024.12.12 04:13:36.899690 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 13858 | 2024.12.12 04:13:36.899706 [ 40 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13859 | 2024.12.12 04:13:36.899729 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13860 | 2024.12.12 04:13:36.899837 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 13861 | 2024.12.12 04:13:36.899946 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13862 | 2024.12.12 04:13:36.899985 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part | ||
| 13863 | 2024.12.12 04:13:36.900056 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part | ||
| 13864 | 2024.12.12 04:13:36.900240 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part | ||
| 13865 | 2024.12.12 04:13:36.900540 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part | ||
| 13866 | 2024.12.12 04:13:36.900664 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part | ||
| 13867 | 2024.12.12 04:13:36.900889 [ 196 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part | ||
| 13868 | 2024.12.12 04:13:36.903797 [ 194 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004009579 sec., 8686946.93383021 rows/sec., 124.27 MiB/sec. | ||
| 13869 | 2024.12.12 04:13:36.904111 [ 194 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 13870 | 2024.12.12 04:13:36.904446 [ 194 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_76_15} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13871 | 2024.12.12 04:13:36.904548 [ 194 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_76_15} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 13872 | 2024.12.12 04:13:36.904692 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
| 13873 | 2024.12.12 04:13:37.070474 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1924 | ||
| 13874 | 2024.12.12 04:13:37.074211 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13875 | 2024.12.12 04:13:37.074272 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13876 | 2024.12.12 04:13:37.075900 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 13877 | 2024.12.12 04:13:37.076238 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13878 | 2024.12.12 04:13:37.076497 [ 40 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 13879 | 2024.12.12 04:13:37.076628 [ 40 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13880 | 2024.12.12 04:13:37.076716 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13881 | 2024.12.12 04:13:37.077028 [ 194 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 13882 | 2024.12.12 04:13:37.077365 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1924 | ||
| 13883 | 2024.12.12 04:13:37.077799 [ 194 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13884 | 2024.12.12 04:13:37.077958 [ 194 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1768 rows starting from the beginning of the part | ||
| 13885 | 2024.12.12 04:13:37.078483 [ 194 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 13886 | 2024.12.12 04:13:37.078954 [ 194 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part | ||
| 13887 | 2024.12.12 04:13:37.079455 [ 194 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 32 rows starting from the beginning of the part | ||
| 13888 | 2024.12.12 04:13:37.080070 [ 194 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 13889 | 2024.12.12 04:13:37.080774 [ 194 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 32 rows starting from the beginning of the part | ||
| 13890 | 2024.12.12 04:13:37.089600 [ 193 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1924 rows, containing 72 columns (72 merged, 0 gathered) in 0.01273606 sec., 151067.12751039176 rows/sec., 115.31 MiB/sec. | ||
| 13891 | 2024.12.12 04:13:37.091505 [ 191 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 13892 | 2024.12.12 04:13:37.092380 [ 191 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_56_11} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13893 | 2024.12.12 04:13:37.092500 [ 191 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_56_11} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 13894 | 2024.12.12 04:13:37.092858 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.03 MiB. | ||
| 13895 | 2024.12.12 04:13:38.065202 [ 223 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 13896 | 2024.12.12 04:13:38.065263 [ 223 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 13897 | 2024.12.12 04:13:38.067679 [ 223 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 13898 | 2024.12.12 04:13:38.385649 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13899 | 2024.12.12 04:13:38.385864 [ 264 ] {6a01ddb3-931f-4b05-ad93-05bf5ff4f809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13900 | 2024.12.12 04:13:38.385944 [ 264 ] {6a01ddb3-931f-4b05-ad93-05bf5ff4f809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13901 | 2024.12.12 04:13:38.386718 [ 264 ] {6a01ddb3-931f-4b05-ad93-05bf5ff4f809} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13902 | 2024.12.12 04:13:38.386766 [ 264 ] {6a01ddb3-931f-4b05-ad93-05bf5ff4f809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13903 | 2024.12.12 04:13:38.387205 [ 264 ] {6a01ddb3-931f-4b05-ad93-05bf5ff4f809} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13904 | 2024.12.12 04:13:38.387454 [ 264 ] {6a01ddb3-931f-4b05-ad93-05bf5ff4f809} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13905 | 2024.12.12 04:13:38.387692 [ 264 ] {6a01ddb3-931f-4b05-ad93-05bf5ff4f809} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec. | ||
| 13906 | 2024.12.12 04:13:38.387723 [ 36 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 13907 | 2024.12.12 04:13:38.387790 [ 264 ] {6a01ddb3-931f-4b05-ad93-05bf5ff4f809} <Debug> TCPHandler: Processed in 0.002277 sec. | ||
| 13908 | 2024.12.12 04:13:38.387865 [ 36 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13909 | 2024.12.12 04:13:38.387935 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13910 | 2024.12.12 04:13:38.388183 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13911 | 2024.12.12 04:13:38.388186 [ 225 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): 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] | ||
| 13912 | 2024.12.12 04:13:38.388281 [ 195 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 13913 | 2024.12.12 04:13:38.388312 [ 225 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): 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] | ||
| 13914 | 2024.12.12 04:13:38.388583 [ 263 ] {d8ad37e9-7c02-4b52-9531-c8cb8ac84985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13915 | 2024.12.12 04:13:38.388781 [ 263 ] {d8ad37e9-7c02-4b52-9531-c8cb8ac84985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13916 | 2024.12.12 04:13:38.388830 [ 195 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13917 | 2024.12.12 04:13:38.389026 [ 195 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 14 rows starting from the beginning of the part | ||
| 13918 | 2024.12.12 04:13:38.389604 [ 195 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 13919 | 2024.12.12 04:13:38.390280 [ 195 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 13920 | 2024.12.12 04:13:38.391015 [ 195 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 13921 | 2024.12.12 04:13:38.391451 [ 195 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 13922 | 2024.12.12 04:13:38.393070 [ 263 ] {d8ad37e9-7c02-4b52-9531-c8cb8ac84985} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13923 | 2024.12.12 04:13:38.393157 [ 263 ] {d8ad37e9-7c02-4b52-9531-c8cb8ac84985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13924 | 2024.12.12 04:13:38.394449 [ 225 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): 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] | ||
| 13925 | 2024.12.12 04:13:38.395266 [ 263 ] {d8ad37e9-7c02-4b52-9531-c8cb8ac84985} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13926 | 2024.12.12 04:13:38.396219 [ 263 ] {d8ad37e9-7c02-4b52-9531-c8cb8ac84985} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13927 | 2024.12.12 04:13:38.396231 [ 200 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.008177266 sec., 8560.318326443092 rows/sec., 649.67 KiB/sec. | ||
| 13928 | 2024.12.12 04:13:38.396471 [ 189 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 13929 | 2024.12.12 04:13:38.396630 [ 222 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 13930 | 2024.12.12 04:13:38.396711 [ 263 ] {d8ad37e9-7c02-4b52-9531-c8cb8ac84985} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.008266 sec., 33994.67699007984 rows/sec., 3.00 MiB/sec. | ||
| 13931 | 2024.12.12 04:13:38.396710 [ 222 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 13932 | 2024.12.12 04:13:38.396973 [ 263 ] {d8ad37e9-7c02-4b52-9531-c8cb8ac84985} <Debug> TCPHandler: Processed in 0.009020066 sec. | ||
| 13933 | 2024.12.12 04:13:38.397256 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13934 | 2024.12.12 04:13:38.397308 [ 189 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_53_13} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13935 | 2024.12.12 04:13:38.397501 [ 189 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_53_13} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 13936 | 2024.12.12 04:13:38.397542 [ 264 ] {9759a2f7-820d-4c2d-91c2-2fd714db3197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13937 | 2024.12.12 04:13:38.397694 [ 264 ] {9759a2f7-820d-4c2d-91c2-2fd714db3197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13938 | 2024.12.12 04:13:38.397746 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13939 | 2024.12.12 04:13:38.398642 [ 264 ] {9759a2f7-820d-4c2d-91c2-2fd714db3197} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13940 | 2024.12.12 04:13:38.398690 [ 264 ] {9759a2f7-820d-4c2d-91c2-2fd714db3197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13941 | 2024.12.12 04:13:38.399138 [ 264 ] {9759a2f7-820d-4c2d-91c2-2fd714db3197} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13942 | 2024.12.12 04:13:38.399411 [ 264 ] {9759a2f7-820d-4c2d-91c2-2fd714db3197} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13943 | 2024.12.12 04:13:38.399735 [ 264 ] {9759a2f7-820d-4c2d-91c2-2fd714db3197} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.002267 sec., 20291.133656815175 rows/sec., 1.46 MiB/sec. | ||
| 13944 | 2024.12.12 04:13:38.399788 [ 264 ] {9759a2f7-820d-4c2d-91c2-2fd714db3197} <Debug> TCPHandler: Processed in 0.00269523 sec. | ||
| 13945 | 2024.12.12 04:13:38.399957 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13946 | 2024.12.12 04:13:38.400077 [ 222 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 13947 | 2024.12.12 04:13:38.400210 [ 263 ] {be098862-26fe-429c-aac7-02917f736bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13948 | 2024.12.12 04:13:38.400353 [ 263 ] {be098862-26fe-429c-aac7-02917f736bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13949 | 2024.12.12 04:13:38.402064 [ 263 ] {be098862-26fe-429c-aac7-02917f736bdb} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13950 | 2024.12.12 04:13:38.402102 [ 263 ] {be098862-26fe-429c-aac7-02917f736bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13951 | 2024.12.12 04:13:38.402467 [ 263 ] {be098862-26fe-429c-aac7-02917f736bdb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13952 | 2024.12.12 04:13:38.402716 [ 263 ] {be098862-26fe-429c-aac7-02917f736bdb} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13953 | 2024.12.12 04:13:38.402901 [ 263 ] {be098862-26fe-429c-aac7-02917f736bdb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0028 sec., 5000 rows/sec., 350.17 KiB/sec. | ||
| 13954 | 2024.12.12 04:13:38.402969 [ 263 ] {be098862-26fe-429c-aac7-02917f736bdb} <Debug> TCPHandler: Processed in 0.00308842 sec. | ||
| 13955 | 2024.12.12 04:13:38.403183 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13956 | 2024.12.12 04:13:38.403319 [ 264 ] {aa847e5d-b2c5-4c35-bc25-76e8b44c32a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13957 | 2024.12.12 04:13:38.403377 [ 264 ] {aa847e5d-b2c5-4c35-bc25-76e8b44c32a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13958 | 2024.12.12 04:13:38.404050 [ 264 ] {aa847e5d-b2c5-4c35-bc25-76e8b44c32a5} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13959 | 2024.12.12 04:13:38.404096 [ 264 ] {aa847e5d-b2c5-4c35-bc25-76e8b44c32a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13960 | 2024.12.12 04:13:38.404443 [ 264 ] {aa847e5d-b2c5-4c35-bc25-76e8b44c32a5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13961 | 2024.12.12 04:13:38.404677 [ 264 ] {aa847e5d-b2c5-4c35-bc25-76e8b44c32a5} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13962 | 2024.12.12 04:13:38.404838 [ 36 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 13963 | 2024.12.12 04:13:38.404891 [ 36 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13964 | 2024.12.12 04:13:38.404908 [ 264 ] {aa847e5d-b2c5-4c35-bc25-76e8b44c32a5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001615 sec., 8049.5356037151705 rows/sec., 501.89 KiB/sec. | ||
| 13965 | 2024.12.12 04:13:38.404923 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13966 | 2024.12.12 04:13:38.405066 [ 264 ] {aa847e5d-b2c5-4c35-bc25-76e8b44c32a5} <Debug> TCPHandler: Processed in 0.001972712 sec. | ||
| 13967 | 2024.12.12 04:13:38.405140 [ 218 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): 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] | ||
| 13968 | 2024.12.12 04:13:38.405258 [ 218 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): 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] | ||
| 13969 | 2024.12.12 04:13:38.405387 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13970 | 2024.12.12 04:13:38.405421 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 13971 | 2024.12.12 04:13:38.405805 [ 263 ] {e91ce557-2b36-463b-a7f0-c8a5332bbfe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13972 | 2024.12.12 04:13:38.405887 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13973 | 2024.12.12 04:13:38.405950 [ 263 ] {e91ce557-2b36-463b-a7f0-c8a5332bbfe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13974 | 2024.12.12 04:13:38.406008 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 13 rows starting from the beginning of the part | ||
| 13975 | 2024.12.12 04:13:38.406539 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part | ||
| 13976 | 2024.12.12 04:13:38.407341 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part | ||
| 13977 | 2024.12.12 04:13:38.408026 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part | ||
| 13978 | 2024.12.12 04:13:38.408667 [ 187 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part | ||
| 13979 | 2024.12.12 04:13:38.409807 [ 263 ] {e91ce557-2b36-463b-a7f0-c8a5332bbfe2} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13980 | 2024.12.12 04:13:38.409893 [ 263 ] {e91ce557-2b36-463b-a7f0-c8a5332bbfe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13981 | 2024.12.12 04:13:38.411150 [ 218 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): 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] | ||
| 13982 | 2024.12.12 04:13:38.411423 [ 263 ] {e91ce557-2b36-463b-a7f0-c8a5332bbfe2} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13983 | 2024.12.12 04:13:38.412283 [ 263 ] {e91ce557-2b36-463b-a7f0-c8a5332bbfe2} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13984 | 2024.12.12 04:13:38.413011 [ 263 ] {e91ce557-2b36-463b-a7f0-c8a5332bbfe2} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.007359 sec., 57208.85989944286 rows/sec., 4.09 MiB/sec. | ||
| 13985 | 2024.12.12 04:13:38.413187 [ 263 ] {e91ce557-2b36-463b-a7f0-c8a5332bbfe2} <Debug> TCPHandler: Processed in 0.007994919 sec. | ||
| 13986 | 2024.12.12 04:13:38.413406 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13987 | 2024.12.12 04:13:38.413626 [ 264 ] {3b2b759f-d832-4222-86b6-8c5dbb063f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13988 | 2024.12.12 04:13:38.413641 [ 200 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.008564084 sec., 7589.83681150255 rows/sec., 502.87 KiB/sec. | ||
| 13989 | 2024.12.12 04:13:38.413706 [ 264 ] {3b2b759f-d832-4222-86b6-8c5dbb063f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13990 | 2024.12.12 04:13:38.413883 [ 200 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 13991 | 2024.12.12 04:13:38.414567 [ 200 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_53_13} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13992 | 2024.12.12 04:13:38.414806 [ 200 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_53_13} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 13993 | 2024.12.12 04:13:38.414843 [ 264 ] {3b2b759f-d832-4222-86b6-8c5dbb063f61} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13994 | 2024.12.12 04:13:38.414932 [ 264 ] {3b2b759f-d832-4222-86b6-8c5dbb063f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 13995 | 2024.12.12 04:13:38.414968 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13996 | 2024.12.12 04:13:38.415348 [ 264 ] {3b2b759f-d832-4222-86b6-8c5dbb063f61} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13997 | 2024.12.12 04:13:38.415593 [ 264 ] {3b2b759f-d832-4222-86b6-8c5dbb063f61} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13998 | 2024.12.12 04:13:38.415798 [ 264 ] {3b2b759f-d832-4222-86b6-8c5dbb063f61} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002215 sec., 2708.803611738149 rows/sec., 141.52 KiB/sec. | ||
| 13999 | 2024.12.12 04:13:38.415849 [ 264 ] {3b2b759f-d832-4222-86b6-8c5dbb063f61} <Debug> TCPHandler: Processed in 0.002547086 sec. | ||
| 14000 | 2024.12.12 04:13:38.416004 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14001 | 2024.12.12 04:13:38.416147 [ 263 ] {1e78e194-372e-474d-b063-082d581d35d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14002 | 2024.12.12 04:13:38.416202 [ 263 ] {1e78e194-372e-474d-b063-082d581d35d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14003 | 2024.12.12 04:13:38.416814 [ 263 ] {1e78e194-372e-474d-b063-082d581d35d2} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14004 | 2024.12.12 04:13:38.416853 [ 263 ] {1e78e194-372e-474d-b063-082d581d35d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14005 | 2024.12.12 04:13:38.417271 [ 263 ] {1e78e194-372e-474d-b063-082d581d35d2} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14006 | 2024.12.12 04:13:38.417515 [ 263 ] {1e78e194-372e-474d-b063-082d581d35d2} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14007 | 2024.12.12 04:13:38.417723 [ 263 ] {1e78e194-372e-474d-b063-082d581d35d2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001599 sec., 148217.63602251408 rows/sec., 9.93 MiB/sec. | ||
| 14008 | 2024.12.12 04:13:38.417797 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 14009 | 2024.12.12 04:13:38.417818 [ 263 ] {1e78e194-372e-474d-b063-082d581d35d2} <Debug> TCPHandler: Processed in 0.001878869 sec. | ||
| 14010 | 2024.12.12 04:13:38.417849 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 14011 | 2024.12.12 04:13:38.418025 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14012 | 2024.12.12 04:13:38.418182 [ 264 ] {12089248-2c86-4e9b-937a-79ddf71796bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14013 | 2024.12.12 04:13:38.418266 [ 264 ] {12089248-2c86-4e9b-937a-79ddf71796bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14014 | 2024.12.12 04:13:38.419538 [ 264 ] {12089248-2c86-4e9b-937a-79ddf71796bb} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14015 | 2024.12.12 04:13:38.419590 [ 264 ] {12089248-2c86-4e9b-937a-79ddf71796bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14016 | 2024.12.12 04:13:38.420297 [ 264 ] {12089248-2c86-4e9b-937a-79ddf71796bb} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14017 | 2024.12.12 04:13:38.420715 [ 264 ] {12089248-2c86-4e9b-937a-79ddf71796bb} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14018 | 2024.12.12 04:13:38.421035 [ 220 ] {} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): 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] | ||
| 14019 | 2024.12.12 04:13:38.421113 [ 220 ] {} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): 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] | ||
| 14020 | 2024.12.12 04:13:38.421134 [ 264 ] {12089248-2c86-4e9b-937a-79ddf71796bb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002958 sec., 338.06626098715344 rows/sec., 22.78 KiB/sec. | ||
| 14021 | 2024.12.12 04:13:38.421533 [ 264 ] {12089248-2c86-4e9b-937a-79ddf71796bb} <Debug> TCPHandler: Processed in 0.003610067 sec. | ||
| 14022 | 2024.12.12 04:13:38.421771 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14023 | 2024.12.12 04:13:38.422001 [ 263 ] {95c1d8b9-978e-4592-904f-2cee4113559a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14024 | 2024.12.12 04:13:38.422158 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 14025 | 2024.12.12 04:13:38.422250 [ 263 ] {95c1d8b9-978e-4592-904f-2cee4113559a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14026 | 2024.12.12 04:13:38.427280 [ 220 ] {} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): 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] | ||
| 14027 | 2024.12.12 04:13:38.427366 [ 263 ] {95c1d8b9-978e-4592-904f-2cee4113559a} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14028 | 2024.12.12 04:13:38.427429 [ 263 ] {95c1d8b9-978e-4592-904f-2cee4113559a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14029 | 2024.12.12 04:13:38.428374 [ 263 ] {95c1d8b9-978e-4592-904f-2cee4113559a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14030 | 2024.12.12 04:13:38.428634 [ 263 ] {95c1d8b9-978e-4592-904f-2cee4113559a} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14031 | 2024.12.12 04:13:38.428779 [ 32 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14032 | 2024.12.12 04:13:38.428822 [ 32 ] {} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14033 | 2024.12.12 04:13:38.428837 [ 263 ] {95c1d8b9-978e-4592-904f-2cee4113559a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.006906 sec., 5647.2632493483925 rows/sec., 10.12 MiB/sec. | ||
| 14034 | 2024.12.12 04:13:38.428848 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14035 | 2024.12.12 04:13:38.429185 [ 201 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::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 | ||
| 14036 | 2024.12.12 04:13:38.429201 [ 263 ] {95c1d8b9-978e-4592-904f-2cee4113559a} <Debug> TCPHandler: Processed in 0.007502796 sec. | ||
| 14037 | 2024.12.12 04:13:38.429475 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14038 | 2024.12.12 04:13:38.429786 [ 264 ] {94c46403-9e1c-459a-a81b-f0575d90bc2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14039 | 2024.12.12 04:13:38.429808 [ 201 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14040 | 2024.12.12 04:13:38.429925 [ 264 ] {94c46403-9e1c-459a-a81b-f0575d90bc2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14041 | 2024.12.12 04:13:38.429972 [ 201 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1920 rows starting from the beginning of the part | ||
| 14042 | 2024.12.12 04:13:38.430967 [ 201 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 39 rows starting from the beginning of the part | ||
| 14043 | 2024.12.12 04:13:38.431791 [ 201 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 39 rows starting from the beginning of the part | ||
| 14044 | 2024.12.12 04:13:38.432181 [ 264 ] {94c46403-9e1c-459a-a81b-f0575d90bc2e} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14045 | 2024.12.12 04:13:38.432336 [ 264 ] {94c46403-9e1c-459a-a81b-f0575d90bc2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14046 | 2024.12.12 04:13:38.432500 [ 201 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 39 rows starting from the beginning of the part | ||
| 14047 | 2024.12.12 04:13:38.433224 [ 201 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 39 rows starting from the beginning of the part | ||
| 14048 | 2024.12.12 04:13:38.433787 [ 264 ] {94c46403-9e1c-459a-a81b-f0575d90bc2e} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14049 | 2024.12.12 04:13:38.433900 [ 201 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 39 rows starting from the beginning of the part | ||
| 14050 | 2024.12.12 04:13:38.434653 [ 264 ] {94c46403-9e1c-459a-a81b-f0575d90bc2e} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14051 | 2024.12.12 04:13:38.435185 [ 264 ] {94c46403-9e1c-459a-a81b-f0575d90bc2e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005513 sec., 14873.934337021587 rows/sec., 967.35 KiB/sec. | ||
| 14052 | 2024.12.12 04:13:38.435320 [ 264 ] {94c46403-9e1c-459a-a81b-f0575d90bc2e} <Debug> TCPHandler: Processed in 0.005979526 sec. | ||
| 14053 | 2024.12.12 04:13:38.444042 [ 200 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2115 rows, containing 19 columns (19 merged, 0 gathered) in 0.015090252 sec., 140156.7051365345 rows/sec., 251.15 MiB/sec. | ||
| 14054 | 2024.12.12 04:13:38.446144 [ 199 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14055 | 2024.12.12 04:13:38.446632 [ 199 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14056 | 2024.12.12 04:13:38.446730 [ 199 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14057 | 2024.12.12 04:13:38.446912 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.07 MiB. | ||
| 14058 | 2024.12.12 04:13:38.784279 [ 219 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 14059 | 2024.12.12 04:13:38.784359 [ 219 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 14060 | 2024.12.12 04:13:38.787138 [ 219 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 14061 | 2024.12.12 04:13:39.000212 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.72 MiB, peak 282.77 MiB, free memory in arenas 0.00 B, will set to 265.87 MiB (RSS), difference: 1.14 MiB | ||
| 14062 | 2024.12.12 04:13:39.327450 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 14063 | 2024.12.12 04:13:39.349969 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14064 | 2024.12.12 04:13:39.350023 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14065 | 2024.12.12 04:13:39.357586 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14066 | 2024.12.12 04:13:39.358404 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14067 | 2024.12.12 04:13:39.358955 [ 34 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14068 | 2024.12.12 04:13:39.359114 [ 34 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14069 | 2024.12.12 04:13:39.359226 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14070 | 2024.12.12 04:13:39.359698 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 14071 | 2024.12.12 04:13:39.372436 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 14072 | 2024.12.12 04:13:39.374271 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14073 | 2024.12.12 04:13:39.375465 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part | ||
| 14074 | 2024.12.12 04:13:39.380651 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
| 14075 | 2024.12.12 04:13:39.386260 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
| 14076 | 2024.12.12 04:13:39.391863 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part | ||
| 14077 | 2024.12.12 04:13:39.397874 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 14078 | 2024.12.12 04:13:39.403553 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part | ||
| 14079 | 2024.12.12 04:13:39.471067 [ 200 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.1116745 sec., 5130.983348929254 rows/sec., 26.53 MiB/sec. | ||
| 14080 | 2024.12.12 04:13:39.474577 [ 197 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14081 | 2024.12.12 04:13:39.477691 [ 197 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_76_15} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14082 | 2024.12.12 04:13:39.477823 [ 197 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_76_15} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14083 | 2024.12.12 04:13:39.480245 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 14084 | 2024.12.12 04:13:39.755469 [ 34 ] {} <Debug> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 14085 | 2024.12.12 04:13:39.755554 [ 34 ] {} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14086 | 2024.12.12 04:13:39.755592 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14087 | 2024.12.12 04:13:39.755855 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 14088 | 2024.12.12 04:13:39.756365 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14089 | 2024.12.12 04:13:39.756434 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 14090 | 2024.12.12 04:13:39.756588 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part | ||
| 14091 | 2024.12.12 04:13:39.756703 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 14092 | 2024.12.12 04:13:39.756866 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part | ||
| 14093 | 2024.12.12 04:13:39.756960 [ 186 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 14094 | 2024.12.12 04:13:39.757888 [ 200 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.002211213 sec., 20803.06148706615 rows/sec., 1.74 MiB/sec. | ||
| 14095 | 2024.12.12 04:13:39.758091 [ 200 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 14096 | 2024.12.12 04:13:39.758434 [ 200 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_25_6} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14097 | 2024.12.12 04:13:39.758523 [ 200 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_25_6} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 14098 | 2024.12.12 04:13:39.758625 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14099 | 2024.12.12 04:13:40.000245 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.97 MiB, peak 284.36 MiB, free memory in arenas 0.00 B, will set to 265.87 MiB (RSS), difference: -1.10 MiB | ||
| 14100 | 2024.12.12 04:13:43.410435 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14101 | 2024.12.12 04:13:43.410659 [ 264 ] {f53c5110-6202-41b6-aeaa-2b70e855923f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14102 | 2024.12.12 04:13:43.410745 [ 264 ] {f53c5110-6202-41b6-aeaa-2b70e855923f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14103 | 2024.12.12 04:13:43.411591 [ 264 ] {f53c5110-6202-41b6-aeaa-2b70e855923f} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14104 | 2024.12.12 04:13:43.411641 [ 264 ] {f53c5110-6202-41b6-aeaa-2b70e855923f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14105 | 2024.12.12 04:13:43.412060 [ 264 ] {f53c5110-6202-41b6-aeaa-2b70e855923f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 14106 | 2024.12.12 04:13:43.412320 [ 264 ] {f53c5110-6202-41b6-aeaa-2b70e855923f} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14107 | 2024.12.12 04:13:43.412559 [ 264 ] {f53c5110-6202-41b6-aeaa-2b70e855923f} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001962 sec., 3058.103975535168 rows/sec., 249.37 KiB/sec. | ||
| 14108 | 2024.12.12 04:13:43.412631 [ 264 ] {f53c5110-6202-41b6-aeaa-2b70e855923f} <Debug> TCPHandler: Processed in 0.002371352 sec. | ||
| 14109 | 2024.12.12 04:13:43.412966 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14110 | 2024.12.12 04:13:43.413283 [ 263 ] {372d2126-ccb1-4c95-a00b-f367cf444110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14111 | 2024.12.12 04:13:43.413382 [ 263 ] {372d2126-ccb1-4c95-a00b-f367cf444110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14112 | 2024.12.12 04:13:43.415053 [ 263 ] {372d2126-ccb1-4c95-a00b-f367cf444110} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14113 | 2024.12.12 04:13:43.415100 [ 263 ] {372d2126-ccb1-4c95-a00b-f367cf444110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14114 | 2024.12.12 04:13:43.415614 [ 263 ] {372d2126-ccb1-4c95-a00b-f367cf444110} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14115 | 2024.12.12 04:13:43.415873 [ 263 ] {372d2126-ccb1-4c95-a00b-f367cf444110} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14116 | 2024.12.12 04:13:43.416102 [ 263 ] {372d2126-ccb1-4c95-a00b-f367cf444110} <Debug> executeQuery: Read 1199 rows, 101.19 KiB in 0.002904 sec., 412878.7878787879 rows/sec., 34.03 MiB/sec. | ||
| 14117 | 2024.12.12 04:13:43.416161 [ 263 ] {372d2126-ccb1-4c95-a00b-f367cf444110} <Debug> TCPHandler: Processed in 0.003383748 sec. | ||
| 14118 | 2024.12.12 04:13:43.416316 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14119 | 2024.12.12 04:13:43.416467 [ 264 ] {4cb1703f-6542-4177-afdf-2b5cd526175d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14120 | 2024.12.12 04:13:43.416530 [ 264 ] {4cb1703f-6542-4177-afdf-2b5cd526175d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14121 | 2024.12.12 04:13:43.417231 [ 264 ] {4cb1703f-6542-4177-afdf-2b5cd526175d} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14122 | 2024.12.12 04:13:43.417280 [ 264 ] {4cb1703f-6542-4177-afdf-2b5cd526175d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14123 | 2024.12.12 04:13:43.417646 [ 264 ] {4cb1703f-6542-4177-afdf-2b5cd526175d} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 14124 | 2024.12.12 04:13:43.417894 [ 264 ] {4cb1703f-6542-4177-afdf-2b5cd526175d} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14125 | 2024.12.12 04:13:43.418113 [ 264 ] {4cb1703f-6542-4177-afdf-2b5cd526175d} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001683 sec., 3565.0623885918003 rows/sec., 248.93 KiB/sec. | ||
| 14126 | 2024.12.12 04:13:43.418167 [ 264 ] {4cb1703f-6542-4177-afdf-2b5cd526175d} <Debug> TCPHandler: Processed in 0.0019213 sec. | ||
| 14127 | 2024.12.12 04:13:43.418303 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14128 | 2024.12.12 04:13:43.418523 [ 263 ] {53a4cb07-d13f-4966-9dee-8612be86fd32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14129 | 2024.12.12 04:13:43.418614 [ 263 ] {53a4cb07-d13f-4966-9dee-8612be86fd32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14130 | 2024.12.12 04:13:43.419590 [ 263 ] {53a4cb07-d13f-4966-9dee-8612be86fd32} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14131 | 2024.12.12 04:13:43.419630 [ 263 ] {53a4cb07-d13f-4966-9dee-8612be86fd32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14132 | 2024.12.12 04:13:43.419997 [ 263 ] {53a4cb07-d13f-4966-9dee-8612be86fd32} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14133 | 2024.12.12 04:13:43.420240 [ 263 ] {53a4cb07-d13f-4966-9dee-8612be86fd32} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14134 | 2024.12.12 04:13:43.420446 [ 263 ] {53a4cb07-d13f-4966-9dee-8612be86fd32} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001977 sec., 115326.25189681335 rows/sec., 7.81 MiB/sec. | ||
| 14135 | 2024.12.12 04:13:43.420498 [ 263 ] {53a4cb07-d13f-4966-9dee-8612be86fd32} <Debug> TCPHandler: Processed in 0.002255138 sec. | ||
| 14136 | 2024.12.12 04:13:43.420678 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14137 | 2024.12.12 04:13:43.420820 [ 264 ] {ed712e26-f0b2-457c-823f-2f05bb4090a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14138 | 2024.12.12 04:13:43.420878 [ 264 ] {ed712e26-f0b2-457c-823f-2f05bb4090a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14139 | 2024.12.12 04:13:43.421765 [ 264 ] {ed712e26-f0b2-457c-823f-2f05bb4090a3} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14140 | 2024.12.12 04:13:43.421807 [ 264 ] {ed712e26-f0b2-457c-823f-2f05bb4090a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14141 | 2024.12.12 04:13:43.422205 [ 264 ] {ed712e26-f0b2-457c-823f-2f05bb4090a3} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14142 | 2024.12.12 04:13:43.422471 [ 264 ] {ed712e26-f0b2-457c-823f-2f05bb4090a3} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14143 | 2024.12.12 04:13:43.422694 [ 264 ] {ed712e26-f0b2-457c-823f-2f05bb4090a3} <Debug> executeQuery: Read 526 rows, 39.89 KiB in 0.001907 sec., 275825.9045621395 rows/sec., 20.43 MiB/sec. | ||
| 14144 | 2024.12.12 04:13:43.422752 [ 264 ] {ed712e26-f0b2-457c-823f-2f05bb4090a3} <Debug> TCPHandler: Processed in 0.002144466 sec. | ||
| 14145 | 2024.12.12 04:13:43.422969 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14146 | 2024.12.12 04:13:43.423201 [ 263 ] {36e3fecd-6aec-4fe5-bbee-8f2cdefe6b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14147 | 2024.12.12 04:13:43.423298 [ 263 ] {36e3fecd-6aec-4fe5-bbee-8f2cdefe6b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14148 | 2024.12.12 04:13:43.424100 [ 263 ] {36e3fecd-6aec-4fe5-bbee-8f2cdefe6b21} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14149 | 2024.12.12 04:13:43.424141 [ 263 ] {36e3fecd-6aec-4fe5-bbee-8f2cdefe6b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14150 | 2024.12.12 04:13:43.424586 [ 263 ] {36e3fecd-6aec-4fe5-bbee-8f2cdefe6b21} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14151 | 2024.12.12 04:13:43.424828 [ 263 ] {36e3fecd-6aec-4fe5-bbee-8f2cdefe6b21} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14152 | 2024.12.12 04:13:43.425035 [ 263 ] {36e3fecd-6aec-4fe5-bbee-8f2cdefe6b21} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.001888 sec., 467690.67796610174 rows/sec., 31.47 MiB/sec. | ||
| 14153 | 2024.12.12 04:13:43.425087 [ 263 ] {36e3fecd-6aec-4fe5-bbee-8f2cdefe6b21} <Debug> TCPHandler: Processed in 0.002232528 sec. | ||
| 14154 | 2024.12.12 04:13:43.425251 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14155 | 2024.12.12 04:13:43.425394 [ 264 ] {b8094ff6-5eb9-4069-92cb-5ff159250fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14156 | 2024.12.12 04:13:43.425455 [ 264 ] {b8094ff6-5eb9-4069-92cb-5ff159250fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14157 | 2024.12.12 04:13:43.426050 [ 264 ] {b8094ff6-5eb9-4069-92cb-5ff159250fba} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14158 | 2024.12.12 04:13:43.426097 [ 264 ] {b8094ff6-5eb9-4069-92cb-5ff159250fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14159 | 2024.12.12 04:13:43.426512 [ 264 ] {b8094ff6-5eb9-4069-92cb-5ff159250fba} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14160 | 2024.12.12 04:13:43.426755 [ 264 ] {b8094ff6-5eb9-4069-92cb-5ff159250fba} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14161 | 2024.12.12 04:13:43.426965 [ 264 ] {b8094ff6-5eb9-4069-92cb-5ff159250fba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001604 sec., 37406.48379052369 rows/sec., 2.52 MiB/sec. | ||
| 14162 | 2024.12.12 04:13:43.427016 [ 264 ] {b8094ff6-5eb9-4069-92cb-5ff159250fba} <Debug> TCPHandler: Processed in 0.001833018 sec. | ||
| 14163 | 2024.12.12 04:13:44.399809 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 | ||
| 14164 | 2024.12.12 04:13:44.400512 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14165 | 2024.12.12 04:13:44.400566 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14166 | 2024.12.12 04:13:44.401111 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14167 | 2024.12.12 04:13:44.401373 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14168 | 2024.12.12 04:13:44.401606 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 | ||
| 14169 | 2024.12.12 04:13:46.872524 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 14170 | 2024.12.12 04:13:46.896255 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14171 | 2024.12.12 04:13:46.896315 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14172 | 2024.12.12 04:13:46.903759 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14173 | 2024.12.12 04:13:46.904572 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14174 | 2024.12.12 04:13:46.907717 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 14175 | 2024.12.12 04:13:47.077588 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1960 | ||
| 14176 | 2024.12.12 04:13:47.080959 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14177 | 2024.12.12 04:13:47.081015 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14178 | 2024.12.12 04:13:47.082595 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14179 | 2024.12.12 04:13:47.082916 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14180 | 2024.12.12 04:13:47.083468 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1960 | ||
| 14181 | 2024.12.12 04:13:48.385722 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14182 | 2024.12.12 04:13:48.385941 [ 264 ] {14bb17ed-5db1-4031-bb4b-d20b9941a695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14183 | 2024.12.12 04:13:48.386023 [ 264 ] {14bb17ed-5db1-4031-bb4b-d20b9941a695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14184 | 2024.12.12 04:13:48.386823 [ 264 ] {14bb17ed-5db1-4031-bb4b-d20b9941a695} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14185 | 2024.12.12 04:13:48.386871 [ 264 ] {14bb17ed-5db1-4031-bb4b-d20b9941a695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14186 | 2024.12.12 04:13:48.387296 [ 264 ] {14bb17ed-5db1-4031-bb4b-d20b9941a695} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14187 | 2024.12.12 04:13:48.387548 [ 264 ] {14bb17ed-5db1-4031-bb4b-d20b9941a695} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14188 | 2024.12.12 04:13:48.387780 [ 264 ] {14bb17ed-5db1-4031-bb4b-d20b9941a695} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001899 sec., 7372.30121116377 rows/sec., 530.71 KiB/sec. | ||
| 14189 | 2024.12.12 04:13:48.387838 [ 264 ] {14bb17ed-5db1-4031-bb4b-d20b9941a695} <Debug> TCPHandler: Processed in 0.002260119 sec. | ||
| 14190 | 2024.12.12 04:13:48.388075 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14191 | 2024.12.12 04:13:48.388288 [ 263 ] {98cda1fa-d16f-42db-8d74-afd8b7c77bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14192 | 2024.12.12 04:13:48.388368 [ 263 ] {98cda1fa-d16f-42db-8d74-afd8b7c77bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14193 | 2024.12.12 04:13:48.389306 [ 263 ] {98cda1fa-d16f-42db-8d74-afd8b7c77bdd} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14194 | 2024.12.12 04:13:48.389350 [ 263 ] {98cda1fa-d16f-42db-8d74-afd8b7c77bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14195 | 2024.12.12 04:13:48.389812 [ 263 ] {98cda1fa-d16f-42db-8d74-afd8b7c77bdd} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14196 | 2024.12.12 04:13:48.390069 [ 263 ] {98cda1fa-d16f-42db-8d74-afd8b7c77bdd} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14197 | 2024.12.12 04:13:48.390306 [ 263 ] {98cda1fa-d16f-42db-8d74-afd8b7c77bdd} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002077 sec., 135291.28550794415 rows/sec., 11.95 MiB/sec. | ||
| 14198 | 2024.12.12 04:13:48.390361 [ 263 ] {98cda1fa-d16f-42db-8d74-afd8b7c77bdd} <Debug> TCPHandler: Processed in 0.002423063 sec. | ||
| 14199 | 2024.12.12 04:13:48.390537 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14200 | 2024.12.12 04:13:48.390677 [ 264 ] {231f51f3-a62b-4c4c-b7c5-41f5ebd42adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14201 | 2024.12.12 04:13:48.390736 [ 264 ] {231f51f3-a62b-4c4c-b7c5-41f5ebd42adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14202 | 2024.12.12 04:13:48.391444 [ 264 ] {231f51f3-a62b-4c4c-b7c5-41f5ebd42adc} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14203 | 2024.12.12 04:13:48.391491 [ 264 ] {231f51f3-a62b-4c4c-b7c5-41f5ebd42adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14204 | 2024.12.12 04:13:48.391850 [ 264 ] {231f51f3-a62b-4c4c-b7c5-41f5ebd42adc} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 14205 | 2024.12.12 04:13:48.392100 [ 264 ] {231f51f3-a62b-4c4c-b7c5-41f5ebd42adc} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14206 | 2024.12.12 04:13:48.392269 [ 135 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 14207 | 2024.12.12 04:13:48.392329 [ 264 ] {231f51f3-a62b-4c4c-b7c5-41f5ebd42adc} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001682 sec., 27348.394768133177 rows/sec., 1.97 MiB/sec. | ||
| 14208 | 2024.12.12 04:13:48.392353 [ 135 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14209 | 2024.12.12 04:13:48.392408 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14210 | 2024.12.12 04:13:48.392455 [ 264 ] {231f51f3-a62b-4c4c-b7c5-41f5ebd42adc} <Debug> TCPHandler: Processed in 0.001989082 sec. | ||
| 14211 | 2024.12.12 04:13:48.392584 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 14212 | 2024.12.12 04:13:48.392738 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14213 | 2024.12.12 04:13:48.392749 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14214 | 2024.12.12 04:13:48.392843 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 64 rows starting from the beginning of the part | ||
| 14215 | 2024.12.12 04:13:48.393090 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 46 rows starting from the beginning of the part | ||
| 14216 | 2024.12.12 04:13:48.393417 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 14217 | 2024.12.12 04:13:48.393424 [ 263 ] {bdfaa1fe-8743-45e0-b6fa-a405150999b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14218 | 2024.12.12 04:13:48.393749 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 46 rows starting from the beginning of the part | ||
| 14219 | 2024.12.12 04:13:48.393741 [ 263 ] {bdfaa1fe-8743-45e0-b6fa-a405150999b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14220 | 2024.12.12 04:13:48.394126 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part | ||
| 14221 | 2024.12.12 04:13:48.394422 [ 186 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 46 rows starting from the beginning of the part | ||
| 14222 | 2024.12.12 04:13:48.396345 [ 263 ] {bdfaa1fe-8743-45e0-b6fa-a405150999b5} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14223 | 2024.12.12 04:13:48.396413 [ 263 ] {bdfaa1fe-8743-45e0-b6fa-a405150999b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14224 | 2024.12.12 04:13:48.397342 [ 263 ] {bdfaa1fe-8743-45e0-b6fa-a405150999b5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14225 | 2024.12.12 04:13:48.397417 [ 200 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 264 rows, containing 5 columns (5 merged, 0 gathered) in 0.004913834 sec., 53725.868639437154 rows/sec., 4.04 MiB/sec. | ||
| 14226 | 2024.12.12 04:13:48.397606 [ 198 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 14227 | 2024.12.12 04:13:48.397774 [ 263 ] {bdfaa1fe-8743-45e0-b6fa-a405150999b5} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14228 | 2024.12.12 04:13:48.398226 [ 263 ] {bdfaa1fe-8743-45e0-b6fa-a405150999b5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005094 sec., 2748.3313702394976 rows/sec., 192.48 KiB/sec. | ||
| 14229 | 2024.12.12 04:13:48.398253 [ 198 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_66_13} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14230 | 2024.12.12 04:13:48.398389 [ 263 ] {bdfaa1fe-8743-45e0-b6fa-a405150999b5} <Debug> TCPHandler: Processed in 0.005801091 sec. | ||
| 14231 | 2024.12.12 04:13:48.398451 [ 198 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_66_13} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 14232 | 2024.12.12 04:13:48.398565 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 14233 | 2024.12.12 04:13:48.398570 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14234 | 2024.12.12 04:13:48.398689 [ 264 ] {5467edba-c317-426c-9b60-5adfc1218e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14235 | 2024.12.12 04:13:48.398736 [ 264 ] {5467edba-c317-426c-9b60-5adfc1218e2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14236 | 2024.12.12 04:13:48.399296 [ 264 ] {5467edba-c317-426c-9b60-5adfc1218e2e} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14237 | 2024.12.12 04:13:48.399335 [ 264 ] {5467edba-c317-426c-9b60-5adfc1218e2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14238 | 2024.12.12 04:13:48.399677 [ 264 ] {5467edba-c317-426c-9b60-5adfc1218e2e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14239 | 2024.12.12 04:13:48.399918 [ 264 ] {5467edba-c317-426c-9b60-5adfc1218e2e} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14240 | 2024.12.12 04:13:48.400121 [ 264 ] {5467edba-c317-426c-9b60-5adfc1218e2e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001453 sec., 8947.00619408121 rows/sec., 557.84 KiB/sec. | ||
| 14241 | 2024.12.12 04:13:48.400173 [ 264 ] {5467edba-c317-426c-9b60-5adfc1218e2e} <Debug> TCPHandler: Processed in 0.001670214 sec. | ||
| 14242 | 2024.12.12 04:13:48.400312 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14243 | 2024.12.12 04:13:48.400427 [ 263 ] {e7ead756-812e-43a5-bdd3-b33fba2f63c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14244 | 2024.12.12 04:13:48.400475 [ 263 ] {e7ead756-812e-43a5-bdd3-b33fba2f63c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14245 | 2024.12.12 04:13:48.401513 [ 263 ] {e7ead756-812e-43a5-bdd3-b33fba2f63c0} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14246 | 2024.12.12 04:13:48.401551 [ 263 ] {e7ead756-812e-43a5-bdd3-b33fba2f63c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14247 | 2024.12.12 04:13:48.401928 [ 263 ] {e7ead756-812e-43a5-bdd3-b33fba2f63c0} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14248 | 2024.12.12 04:13:48.402166 [ 263 ] {e7ead756-812e-43a5-bdd3-b33fba2f63c0} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14249 | 2024.12.12 04:13:48.402379 [ 263 ] {e7ead756-812e-43a5-bdd3-b33fba2f63c0} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001974 sec., 213272.5430597771 rows/sec., 15.24 MiB/sec. | ||
| 14250 | 2024.12.12 04:13:48.402430 [ 263 ] {e7ead756-812e-43a5-bdd3-b33fba2f63c0} <Debug> TCPHandler: Processed in 0.002177537 sec. | ||
| 14251 | 2024.12.12 04:13:48.402588 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14252 | 2024.12.12 04:13:48.402728 [ 264 ] {ff632177-243a-46fc-b703-e56058e33bc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14253 | 2024.12.12 04:13:48.402787 [ 264 ] {ff632177-243a-46fc-b703-e56058e33bc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14254 | 2024.12.12 04:13:48.403365 [ 264 ] {ff632177-243a-46fc-b703-e56058e33bc3} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14255 | 2024.12.12 04:13:48.403411 [ 264 ] {ff632177-243a-46fc-b703-e56058e33bc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14256 | 2024.12.12 04:13:48.403786 [ 264 ] {ff632177-243a-46fc-b703-e56058e33bc3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14257 | 2024.12.12 04:13:48.404024 [ 264 ] {ff632177-243a-46fc-b703-e56058e33bc3} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14258 | 2024.12.12 04:13:48.404260 [ 264 ] {ff632177-243a-46fc-b703-e56058e33bc3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001557 sec., 3853.5645472061656 rows/sec., 201.33 KiB/sec. | ||
| 14259 | 2024.12.12 04:13:48.404277 [ 220 ] {} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): 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] | ||
| 14260 | 2024.12.12 04:13:48.404333 [ 220 ] {} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): 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] | ||
| 14261 | 2024.12.12 04:13:48.404369 [ 264 ] {ff632177-243a-46fc-b703-e56058e33bc3} <Debug> TCPHandler: Processed in 0.001846388 sec. | ||
| 14262 | 2024.12.12 04:13:48.404557 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14263 | 2024.12.12 04:13:48.404712 [ 263 ] {a35ecbe5-ab81-490f-8655-ebdb6091c649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14264 | 2024.12.12 04:13:48.404797 [ 263 ] {a35ecbe5-ab81-490f-8655-ebdb6091c649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14265 | 2024.12.12 04:13:48.405764 [ 263 ] {a35ecbe5-ab81-490f-8655-ebdb6091c649} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14266 | 2024.12.12 04:13:48.405803 [ 263 ] {a35ecbe5-ab81-490f-8655-ebdb6091c649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14267 | 2024.12.12 04:13:48.406285 [ 263 ] {a35ecbe5-ab81-490f-8655-ebdb6091c649} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14268 | 2024.12.12 04:13:48.406572 [ 263 ] {a35ecbe5-ab81-490f-8655-ebdb6091c649} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14269 | 2024.12.12 04:13:48.406875 [ 220 ] {} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): 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] | ||
| 14270 | 2024.12.12 04:13:48.406880 [ 263 ] {a35ecbe5-ab81-490f-8655-ebdb6091c649} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002204 sec., 107531.7604355717 rows/sec., 7.21 MiB/sec. | ||
| 14271 | 2024.12.12 04:13:48.407053 [ 263 ] {a35ecbe5-ab81-490f-8655-ebdb6091c649} <Debug> TCPHandler: Processed in 0.002577147 sec. | ||
| 14272 | 2024.12.12 04:13:48.407273 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14273 | 2024.12.12 04:13:48.407435 [ 264 ] {43c048a9-436d-4c4c-baaf-6d33db64bbf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14274 | 2024.12.12 04:13:48.407497 [ 264 ] {43c048a9-436d-4c4c-baaf-6d33db64bbf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14275 | 2024.12.12 04:13:48.407976 [ 264 ] {43c048a9-436d-4c4c-baaf-6d33db64bbf4} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14276 | 2024.12.12 04:13:48.408015 [ 264 ] {43c048a9-436d-4c4c-baaf-6d33db64bbf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14277 | 2024.12.12 04:13:48.408367 [ 264 ] {43c048a9-436d-4c4c-baaf-6d33db64bbf4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14278 | 2024.12.12 04:13:48.408602 [ 264 ] {43c048a9-436d-4c4c-baaf-6d33db64bbf4} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14279 | 2024.12.12 04:13:48.408822 [ 264 ] {43c048a9-436d-4c4c-baaf-6d33db64bbf4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec. | ||
| 14280 | 2024.12.12 04:13:48.408872 [ 264 ] {43c048a9-436d-4c4c-baaf-6d33db64bbf4} <Debug> TCPHandler: Processed in 0.001728775 sec. | ||
| 14281 | 2024.12.12 04:13:48.409029 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14282 | 2024.12.12 04:13:48.409180 [ 263 ] {24f36bcb-8da8-49fe-8cb4-c85adf88415e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14283 | 2024.12.12 04:13:48.409275 [ 263 ] {24f36bcb-8da8-49fe-8cb4-c85adf88415e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14284 | 2024.12.12 04:13:48.410557 [ 263 ] {24f36bcb-8da8-49fe-8cb4-c85adf88415e} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14285 | 2024.12.12 04:13:48.410598 [ 263 ] {24f36bcb-8da8-49fe-8cb4-c85adf88415e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14286 | 2024.12.12 04:13:48.411287 [ 263 ] {24f36bcb-8da8-49fe-8cb4-c85adf88415e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14287 | 2024.12.12 04:13:48.411549 [ 263 ] {24f36bcb-8da8-49fe-8cb4-c85adf88415e} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14288 | 2024.12.12 04:13:48.411847 [ 263 ] {24f36bcb-8da8-49fe-8cb4-c85adf88415e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002699 sec., 14449.796220822527 rows/sec., 25.89 MiB/sec. | ||
| 14289 | 2024.12.12 04:13:48.412400 [ 263 ] {24f36bcb-8da8-49fe-8cb4-c85adf88415e} <Debug> TCPHandler: Processed in 0.00343947 sec. | ||
| 14290 | 2024.12.12 04:13:48.412663 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14291 | 2024.12.12 04:13:48.412801 [ 264 ] {54a7abad-e201-4b81-9593-e3357648c959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14292 | 2024.12.12 04:13:48.412858 [ 264 ] {54a7abad-e201-4b81-9593-e3357648c959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14293 | 2024.12.12 04:13:48.413431 [ 264 ] {54a7abad-e201-4b81-9593-e3357648c959} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14294 | 2024.12.12 04:13:48.413477 [ 264 ] {54a7abad-e201-4b81-9593-e3357648c959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14295 | 2024.12.12 04:13:48.413854 [ 264 ] {54a7abad-e201-4b81-9593-e3357648c959} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14296 | 2024.12.12 04:13:48.414095 [ 264 ] {54a7abad-e201-4b81-9593-e3357648c959} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14297 | 2024.12.12 04:13:48.414310 [ 264 ] {54a7abad-e201-4b81-9593-e3357648c959} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00154 sec., 53246.75324675325 rows/sec., 3.38 MiB/sec. | ||
| 14298 | 2024.12.12 04:13:48.414361 [ 264 ] {54a7abad-e201-4b81-9593-e3357648c959} <Debug> TCPHandler: Processed in 0.001849148 sec. | ||
| 14299 | 2024.12.12 04:13:51.670025 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14300 | 2024.12.12 04:13:51.670106 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14301 | 2024.12.12 04:13:51.901742 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 | ||
| 14302 | 2024.12.12 04:13:51.902387 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14303 | 2024.12.12 04:13:51.902432 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14304 | 2024.12.12 04:13:51.902985 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14305 | 2024.12.12 04:13:51.903268 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14306 | 2024.12.12 04:13:51.903473 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 14307 | 2024.12.12 04:13:53.380085 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14308 | 2024.12.12 04:13:53.380294 [ 264 ] {1e770612-8718-4d27-bd13-edb1dac2af59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14309 | 2024.12.12 04:13:53.380378 [ 264 ] {1e770612-8718-4d27-bd13-edb1dac2af59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14310 | 2024.12.12 04:13:53.381208 [ 264 ] {1e770612-8718-4d27-bd13-edb1dac2af59} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14311 | 2024.12.12 04:13:53.381254 [ 264 ] {1e770612-8718-4d27-bd13-edb1dac2af59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14312 | 2024.12.12 04:13:53.381673 [ 264 ] {1e770612-8718-4d27-bd13-edb1dac2af59} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14313 | 2024.12.12 04:13:53.381928 [ 264 ] {1e770612-8718-4d27-bd13-edb1dac2af59} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14314 | 2024.12.12 04:13:53.382175 [ 264 ] {1e770612-8718-4d27-bd13-edb1dac2af59} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001942 sec., 28836.25128733265 rows/sec., 2.22 MiB/sec. | ||
| 14315 | 2024.12.12 04:13:53.382233 [ 264 ] {1e770612-8718-4d27-bd13-edb1dac2af59} <Debug> TCPHandler: Processed in 0.00229244 sec. | ||
| 14316 | 2024.12.12 04:13:53.382488 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14317 | 2024.12.12 04:13:53.382680 [ 263 ] {fe4e60b6-47ec-42ce-9069-920461a28fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14318 | 2024.12.12 04:13:53.382750 [ 263 ] {fe4e60b6-47ec-42ce-9069-920461a28fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14319 | 2024.12.12 04:13:53.383509 [ 263 ] {fe4e60b6-47ec-42ce-9069-920461a28fb0} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14320 | 2024.12.12 04:13:53.383549 [ 263 ] {fe4e60b6-47ec-42ce-9069-920461a28fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14321 | 2024.12.12 04:13:53.383987 [ 263 ] {fe4e60b6-47ec-42ce-9069-920461a28fb0} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14322 | 2024.12.12 04:13:53.384259 [ 263 ] {fe4e60b6-47ec-42ce-9069-920461a28fb0} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14323 | 2024.12.12 04:13:53.384472 [ 263 ] {fe4e60b6-47ec-42ce-9069-920461a28fb0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001843 sec., 34725.99023331525 rows/sec., 2.71 MiB/sec. | ||
| 14324 | 2024.12.12 04:13:53.384571 [ 263 ] {fe4e60b6-47ec-42ce-9069-920461a28fb0} <Debug> TCPHandler: Processed in 0.002208988 sec. | ||
| 14325 | 2024.12.12 04:13:53.384821 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14326 | 2024.12.12 04:13:53.385169 [ 264 ] {177d0f77-b6a6-492a-8404-566957a79ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14327 | 2024.12.12 04:13:53.385341 [ 264 ] {177d0f77-b6a6-492a-8404-566957a79ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14328 | 2024.12.12 04:13:53.386051 [ 264 ] {177d0f77-b6a6-492a-8404-566957a79ea8} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14329 | 2024.12.12 04:13:53.386091 [ 264 ] {177d0f77-b6a6-492a-8404-566957a79ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14330 | 2024.12.12 04:13:53.386496 [ 264 ] {177d0f77-b6a6-492a-8404-566957a79ea8} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14331 | 2024.12.12 04:13:53.386745 [ 264 ] {177d0f77-b6a6-492a-8404-566957a79ea8} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14332 | 2024.12.12 04:13:53.386922 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 5 parts from all_1_110_22 to all_114_114_0 | ||
| 14333 | 2024.12.12 04:13:53.386984 [ 264 ] {177d0f77-b6a6-492a-8404-566957a79ea8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001926 sec., 83073.72793354101 rows/sec., 5.79 MiB/sec. | ||
| 14334 | 2024.12.12 04:13:53.386991 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14335 | 2024.12.12 04:13:53.387066 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14336 | 2024.12.12 04:13:53.387125 [ 264 ] {177d0f77-b6a6-492a-8404-566957a79ea8} <Debug> TCPHandler: Processed in 0.002422081 sec. | ||
| 14337 | 2024.12.12 04:13:53.387355 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14338 | 2024.12.12 04:13:53.387390 [ 191 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_114_23} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_110_22 to all_114_114_0 into Compact with storage Full | ||
| 14339 | 2024.12.12 04:13:53.387563 [ 263 ] {c89be2a6-e97d-4ce3-9a94-2bff33845f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14340 | 2024.12.12 04:13:53.387688 [ 263 ] {c89be2a6-e97d-4ce3-9a94-2bff33845f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14341 | 2024.12.12 04:13:53.387900 [ 191 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_114_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14342 | 2024.12.12 04:13:53.388029 [ 191 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_110_22, total 34888 rows starting from the beginning of the part | ||
| 14343 | 2024.12.12 04:13:53.388414 [ 191 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 14344 | 2024.12.12 04:13:53.388715 [ 191 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 237 rows starting from the beginning of the part | ||
| 14345 | 2024.12.12 04:13:53.389200 [ 191 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 883 rows starting from the beginning of the part | ||
| 14346 | 2024.12.12 04:13:53.389567 [ 191 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_114_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 237 rows starting from the beginning of the part | ||
| 14347 | 2024.12.12 04:13:53.389902 [ 263 ] {c89be2a6-e97d-4ce3-9a94-2bff33845f31} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14348 | 2024.12.12 04:13:53.389977 [ 263 ] {c89be2a6-e97d-4ce3-9a94-2bff33845f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14349 | 2024.12.12 04:13:53.390805 [ 263 ] {c89be2a6-e97d-4ce3-9a94-2bff33845f31} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14350 | 2024.12.12 04:13:53.391246 [ 263 ] {c89be2a6-e97d-4ce3-9a94-2bff33845f31} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14351 | 2024.12.12 04:13:53.391476 [ 263 ] {c89be2a6-e97d-4ce3-9a94-2bff33845f31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003989 sec., 15041.36375031336 rows/sec., 1.01 MiB/sec. | ||
| 14352 | 2024.12.12 04:13:53.391543 [ 263 ] {c89be2a6-e97d-4ce3-9a94-2bff33845f31} <Debug> TCPHandler: Processed in 0.004312262 sec. | ||
| 14353 | 2024.12.12 04:13:53.397232 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_114_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36405 rows, containing 5 columns (5 merged, 0 gathered) in 0.010007151 sec., 3637898.5387549363 rows/sec., 245.88 MiB/sec. | ||
| 14354 | 2024.12.12 04:13:53.397664 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_114_23} <Trace> MergedBlockOutputStream: filled checksums all_1_114_23 (state Temporary) | ||
| 14355 | 2024.12.12 04:13:53.397968 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_114_23} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_114_23 to all_1_114_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14356 | 2024.12.12 04:13:53.398049 [ 196 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_114_23} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 5 parts: [all_1_110_22, all_114_114_0] -> all_1_114_23 | ||
| 14357 | 2024.12.12 04:13:53.398137 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 14358 | 2024.12.12 04:13:54.407799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 14359 | 2024.12.12 04:13:54.433772 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14360 | 2024.12.12 04:13:54.433829 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
| 14361 | 2024.12.12 04:13:54.441394 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14362 | 2024.12.12 04:13:54.442226 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14363 | 2024.12.12 04:13:54.445549 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 14364 | 2024.12.12 04:13:57.083699 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1990 | ||
| 14365 | 2024.12.12 04:13:57.086803 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14366 | 2024.12.12 04:13:57.086855 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14367 | 2024.12.12 04:13:57.088343 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 14368 | 2024.12.12 04:13:57.088653 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14369 | 2024.12.12 04:13:57.090390 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1990 | ||
| 14370 | 2024.12.12 04:13:58.088127 [ 224 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): 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] | ||
| 14371 | 2024.12.12 04:13:58.088183 [ 224 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): 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] | ||
| 14372 | 2024.12.12 04:13:58.090158 [ 224 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): 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] | ||
| 14373 | 2024.12.12 04:13:58.386771 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14374 | 2024.12.12 04:13:58.386979 [ 264 ] {58548583-61f2-408a-ba1f-388f43acd78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14375 | 2024.12.12 04:13:58.387062 [ 264 ] {58548583-61f2-408a-ba1f-388f43acd78b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14376 | 2024.12.12 04:13:58.387932 [ 264 ] {58548583-61f2-408a-ba1f-388f43acd78b} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14377 | 2024.12.12 04:13:58.387985 [ 264 ] {58548583-61f2-408a-ba1f-388f43acd78b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14378 | 2024.12.12 04:13:58.388437 [ 264 ] {58548583-61f2-408a-ba1f-388f43acd78b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14379 | 2024.12.12 04:13:58.388700 [ 264 ] {58548583-61f2-408a-ba1f-388f43acd78b} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14380 | 2024.12.12 04:13:58.388949 [ 264 ] {58548583-61f2-408a-ba1f-388f43acd78b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00203 sec., 6896.55172413793 rows/sec., 496.46 KiB/sec. | ||
| 14381 | 2024.12.12 04:13:58.389019 [ 264 ] {58548583-61f2-408a-ba1f-388f43acd78b} <Debug> TCPHandler: Processed in 0.002386682 sec. | ||
| 14382 | 2024.12.12 04:13:58.389343 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14383 | 2024.12.12 04:13:58.389641 [ 263 ] {19a4044f-4377-4492-8315-675e7777dd42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14384 | 2024.12.12 04:13:58.389760 [ 263 ] {19a4044f-4377-4492-8315-675e7777dd42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14385 | 2024.12.12 04:13:58.390573 [ 263 ] {19a4044f-4377-4492-8315-675e7777dd42} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14386 | 2024.12.12 04:13:58.390620 [ 263 ] {19a4044f-4377-4492-8315-675e7777dd42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14387 | 2024.12.12 04:13:58.391037 [ 263 ] {19a4044f-4377-4492-8315-675e7777dd42} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 14388 | 2024.12.12 04:13:58.391303 [ 263 ] {19a4044f-4377-4492-8315-675e7777dd42} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14389 | 2024.12.12 04:13:58.391573 [ 263 ] {19a4044f-4377-4492-8315-675e7777dd42} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002008 sec., 996.0159362549801 rows/sec., 81.22 KiB/sec. | ||
| 14390 | 2024.12.12 04:13:58.391813 [ 263 ] {19a4044f-4377-4492-8315-675e7777dd42} <Debug> TCPHandler: Processed in 0.00265377 sec. | ||
| 14391 | 2024.12.12 04:13:58.392014 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14392 | 2024.12.12 04:13:58.392165 [ 264 ] {f8adc427-5752-4a0b-8a9f-28611af8325e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14393 | 2024.12.12 04:13:58.392225 [ 264 ] {f8adc427-5752-4a0b-8a9f-28611af8325e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14394 | 2024.12.12 04:13:58.393025 [ 264 ] {f8adc427-5752-4a0b-8a9f-28611af8325e} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14395 | 2024.12.12 04:13:58.393066 [ 264 ] {f8adc427-5752-4a0b-8a9f-28611af8325e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14396 | 2024.12.12 04:13:58.393476 [ 264 ] {f8adc427-5752-4a0b-8a9f-28611af8325e} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14397 | 2024.12.12 04:13:58.393718 [ 264 ] {f8adc427-5752-4a0b-8a9f-28611af8325e} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14398 | 2024.12.12 04:13:58.393896 [ 85 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14399 | 2024.12.12 04:13:58.393957 [ 264 ] {f8adc427-5752-4a0b-8a9f-28611af8325e} <Debug> executeQuery: Read 282 rows, 25.49 KiB in 0.001824 sec., 154605.26315789472 rows/sec., 13.65 MiB/sec. | ||
| 14400 | 2024.12.12 04:13:58.393987 [ 85 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14401 | 2024.12.12 04:13:58.394068 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14402 | 2024.12.12 04:13:58.394080 [ 264 ] {f8adc427-5752-4a0b-8a9f-28611af8325e} <Debug> TCPHandler: Processed in 0.002139636 sec. | ||
| 14403 | 2024.12.12 04:13:58.394287 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 14404 | 2024.12.12 04:13:58.394370 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14405 | 2024.12.12 04:13:58.394472 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14406 | 2024.12.12 04:13:58.394521 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1432 rows starting from the beginning of the part | ||
| 14407 | 2024.12.12 04:13:58.394834 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 281 rows starting from the beginning of the part | ||
| 14408 | 2024.12.12 04:13:58.394872 [ 263 ] {ec6f7d9a-16a7-49f4-af0f-b34e5db7f3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14409 | 2024.12.12 04:13:58.395093 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 1199 rows starting from the beginning of the part | ||
| 14410 | 2024.12.12 04:13:58.395113 [ 263 ] {ec6f7d9a-16a7-49f4-af0f-b34e5db7f3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14411 | 2024.12.12 04:13:58.395458 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 281 rows starting from the beginning of the part | ||
| 14412 | 2024.12.12 04:13:58.395792 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 56 rows starting from the beginning of the part | ||
| 14413 | 2024.12.12 04:13:58.396112 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 282 rows starting from the beginning of the part | ||
| 14414 | 2024.12.12 04:13:58.397939 [ 263 ] {ec6f7d9a-16a7-49f4-af0f-b34e5db7f3c3} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14415 | 2024.12.12 04:13:58.398022 [ 263 ] {ec6f7d9a-16a7-49f4-af0f-b34e5db7f3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14416 | 2024.12.12 04:13:58.399065 [ 263 ] {ec6f7d9a-16a7-49f4-af0f-b34e5db7f3c3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14417 | 2024.12.12 04:13:58.399379 [ 263 ] {ec6f7d9a-16a7-49f4-af0f-b34e5db7f3c3} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14418 | 2024.12.12 04:13:58.399848 [ 263 ] {ec6f7d9a-16a7-49f4-af0f-b34e5db7f3c3} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.005208 sec., 9216.589861751152 rows/sec., 677.48 KiB/sec. | ||
| 14419 | 2024.12.12 04:13:58.400149 [ 263 ] {ec6f7d9a-16a7-49f4-af0f-b34e5db7f3c3} <Debug> TCPHandler: Processed in 0.005958175 sec. | ||
| 14420 | 2024.12.12 04:13:58.400193 [ 200 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3531 rows, containing 5 columns (5 merged, 0 gathered) in 0.006013763 sec., 587153.1684903445 rows/sec., 51.73 MiB/sec. | ||
| 14421 | 2024.12.12 04:13:58.400325 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14422 | 2024.12.12 04:13:58.400479 [ 200 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14423 | 2024.12.12 04:13:58.400548 [ 264 ] {afabec86-ce5e-4b01-93a2-cb5ba6429951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14424 | 2024.12.12 04:13:58.400646 [ 264 ] {afabec86-ce5e-4b01-93a2-cb5ba6429951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14425 | 2024.12.12 04:13:58.401144 [ 200 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_116_23} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14426 | 2024.12.12 04:13:58.401389 [ 200 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_116_23} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14427 | 2024.12.12 04:13:58.401545 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
| 14428 | 2024.12.12 04:13:58.401796 [ 264 ] {afabec86-ce5e-4b01-93a2-cb5ba6429951} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14429 | 2024.12.12 04:13:58.401841 [ 264 ] {afabec86-ce5e-4b01-93a2-cb5ba6429951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14430 | 2024.12.12 04:13:58.402222 [ 264 ] {afabec86-ce5e-4b01-93a2-cb5ba6429951} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14431 | 2024.12.12 04:13:58.402471 [ 264 ] {afabec86-ce5e-4b01-93a2-cb5ba6429951} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14432 | 2024.12.12 04:13:58.402717 [ 264 ] {afabec86-ce5e-4b01-93a2-cb5ba6429951} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002237 sec., 6258.381761287439 rows/sec., 438.30 KiB/sec. | ||
| 14433 | 2024.12.12 04:13:58.402835 [ 264 ] {afabec86-ce5e-4b01-93a2-cb5ba6429951} <Debug> TCPHandler: Processed in 0.002580348 sec. | ||
| 14434 | 2024.12.12 04:13:58.402850 [ 223 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): 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] | ||
| 14435 | 2024.12.12 04:13:58.402949 [ 223 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): 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] | ||
| 14436 | 2024.12.12 04:13:58.403035 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14437 | 2024.12.12 04:13:58.403373 [ 263 ] {9dbadc1c-601a-4932-92b5-30e28707fb77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14438 | 2024.12.12 04:13:58.403437 [ 263 ] {9dbadc1c-601a-4932-92b5-30e28707fb77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14439 | 2024.12.12 04:13:58.404840 [ 263 ] {9dbadc1c-601a-4932-92b5-30e28707fb77} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14440 | 2024.12.12 04:13:58.404902 [ 263 ] {9dbadc1c-601a-4932-92b5-30e28707fb77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14441 | 2024.12.12 04:13:58.405518 [ 263 ] {9dbadc1c-601a-4932-92b5-30e28707fb77} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14442 | 2024.12.12 04:13:58.405982 [ 263 ] {9dbadc1c-601a-4932-92b5-30e28707fb77} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14443 | 2024.12.12 04:13:58.406438 [ 263 ] {9dbadc1c-601a-4932-92b5-30e28707fb77} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003163 sec., 4110.022130888397 rows/sec., 256.26 KiB/sec. | ||
| 14444 | 2024.12.12 04:13:58.406733 [ 263 ] {9dbadc1c-601a-4932-92b5-30e28707fb77} <Debug> TCPHandler: Processed in 0.003789689 sec. | ||
| 14445 | 2024.12.12 04:13:58.407042 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14446 | 2024.12.12 04:13:58.407226 [ 264 ] {42cc13ba-6a35-40e5-803b-021358f0abf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14447 | 2024.12.12 04:13:58.407300 [ 264 ] {42cc13ba-6a35-40e5-803b-021358f0abf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14448 | 2024.12.12 04:13:58.407521 [ 223 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): 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] | ||
| 14449 | 2024.12.12 04:13:58.408812 [ 264 ] {42cc13ba-6a35-40e5-803b-021358f0abf9} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14450 | 2024.12.12 04:13:58.408856 [ 264 ] {42cc13ba-6a35-40e5-803b-021358f0abf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14451 | 2024.12.12 04:13:58.409241 [ 264 ] {42cc13ba-6a35-40e5-803b-021358f0abf9} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14452 | 2024.12.12 04:13:58.409482 [ 264 ] {42cc13ba-6a35-40e5-803b-021358f0abf9} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14453 | 2024.12.12 04:13:58.409652 [ 55 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14454 | 2024.12.12 04:13:58.409716 [ 264 ] {42cc13ba-6a35-40e5-803b-021358f0abf9} <Debug> executeQuery: Read 423 rows, 30.97 KiB in 0.002516 sec., 168124.0063593005 rows/sec., 12.02 MiB/sec. | ||
| 14455 | 2024.12.12 04:13:58.409720 [ 55 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14456 | 2024.12.12 04:13:58.409795 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14457 | 2024.12.12 04:13:58.409848 [ 264 ] {42cc13ba-6a35-40e5-803b-021358f0abf9} <Debug> TCPHandler: Processed in 0.002986198 sec. | ||
| 14458 | 2024.12.12 04:13:58.410083 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14459 | 2024.12.12 04:13:58.410157 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 14460 | 2024.12.12 04:13:58.410328 [ 263 ] {236fa540-89bd-4c06-84e4-63c87f188654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14461 | 2024.12.12 04:13:58.410487 [ 263 ] {236fa540-89bd-4c06-84e4-63c87f188654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14462 | 2024.12.12 04:13:58.410760 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14463 | 2024.12.12 04:13:58.410934 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 913 rows starting from the beginning of the part | ||
| 14464 | 2024.12.12 04:13:58.411240 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 421 rows starting from the beginning of the part | ||
| 14465 | 2024.12.12 04:13:58.411667 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 526 rows starting from the beginning of the part | ||
| 14466 | 2024.12.12 04:13:58.411945 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 421 rows starting from the beginning of the part | ||
| 14467 | 2024.12.12 04:13:58.412288 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 64 rows starting from the beginning of the part | ||
| 14468 | 2024.12.12 04:13:58.412693 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 423 rows starting from the beginning of the part | ||
| 14469 | 2024.12.12 04:13:58.413295 [ 263 ] {236fa540-89bd-4c06-84e4-63c87f188654} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14470 | 2024.12.12 04:13:58.413367 [ 263 ] {236fa540-89bd-4c06-84e4-63c87f188654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14471 | 2024.12.12 04:13:58.414223 [ 263 ] {236fa540-89bd-4c06-84e4-63c87f188654} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14472 | 2024.12.12 04:13:58.414763 [ 263 ] {236fa540-89bd-4c06-84e4-63c87f188654} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14473 | 2024.12.12 04:13:58.415371 [ 263 ] {236fa540-89bd-4c06-84e4-63c87f188654} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005119 sec., 1172.1039265481538 rows/sec., 61.24 KiB/sec. | ||
| 14474 | 2024.12.12 04:13:58.415534 [ 263 ] {236fa540-89bd-4c06-84e4-63c87f188654} <Debug> TCPHandler: Processed in 0.005573716 sec. | ||
| 14475 | 2024.12.12 04:13:58.415822 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14476 | 2024.12.12 04:13:58.416161 [ 264 ] {093f0148-3d8f-4dd6-b62f-0b4776f69e13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14477 | 2024.12.12 04:13:58.416266 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2768 rows, containing 5 columns (5 merged, 0 gathered) in 0.006332555 sec., 437106.34964875947 rows/sec., 33.37 MiB/sec. | ||
| 14478 | 2024.12.12 04:13:58.416279 [ 264 ] {093f0148-3d8f-4dd6-b62f-0b4776f69e13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14479 | 2024.12.12 04:13:58.416540 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14480 | 2024.12.12 04:13:58.417114 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_116_23} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14481 | 2024.12.12 04:13:58.417354 [ 189 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_116_23} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14482 | 2024.12.12 04:13:58.417521 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 14483 | 2024.12.12 04:13:58.417658 [ 264 ] {093f0148-3d8f-4dd6-b62f-0b4776f69e13} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14484 | 2024.12.12 04:13:58.417702 [ 264 ] {093f0148-3d8f-4dd6-b62f-0b4776f69e13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14485 | 2024.12.12 04:13:58.418106 [ 264 ] {093f0148-3d8f-4dd6-b62f-0b4776f69e13} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14486 | 2024.12.12 04:13:58.418349 [ 264 ] {093f0148-3d8f-4dd6-b62f-0b4776f69e13} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14487 | 2024.12.12 04:13:58.418584 [ 264 ] {093f0148-3d8f-4dd6-b62f-0b4776f69e13} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002553 sec., 93223.65844104975 rows/sec., 6.25 MiB/sec. | ||
| 14488 | 2024.12.12 04:13:58.418646 [ 264 ] {093f0148-3d8f-4dd6-b62f-0b4776f69e13} <Debug> TCPHandler: Processed in 0.002997808 sec. | ||
| 14489 | 2024.12.12 04:13:58.418860 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14490 | 2024.12.12 04:13:58.419133 [ 263 ] {57072170-b6bf-440f-9d69-7b952eff0902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14491 | 2024.12.12 04:13:58.419232 [ 263 ] {57072170-b6bf-440f-9d69-7b952eff0902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14492 | 2024.12.12 04:13:58.420009 [ 263 ] {57072170-b6bf-440f-9d69-7b952eff0902} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14493 | 2024.12.12 04:13:58.420050 [ 263 ] {57072170-b6bf-440f-9d69-7b952eff0902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14494 | 2024.12.12 04:13:58.420406 [ 263 ] {57072170-b6bf-440f-9d69-7b952eff0902} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14495 | 2024.12.12 04:13:58.420641 [ 263 ] {57072170-b6bf-440f-9d69-7b952eff0902} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14496 | 2024.12.12 04:13:58.420800 [ 55 ] {} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14497 | 2024.12.12 04:13:58.420864 [ 55 ] {} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14498 | 2024.12.12 04:13:58.420897 [ 263 ] {57072170-b6bf-440f-9d69-7b952eff0902} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001805 sec., 554.016620498615 rows/sec., 37.33 KiB/sec. | ||
| 14499 | 2024.12.12 04:13:58.420905 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14500 | 2024.12.12 04:13:58.421048 [ 263 ] {57072170-b6bf-440f-9d69-7b952eff0902} <Debug> TCPHandler: Processed in 0.00230487 sec. | ||
| 14501 | 2024.12.12 04:13:58.421335 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::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 | ||
| 14502 | 2024.12.12 04:13:58.421345 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14503 | 2024.12.12 04:13:58.421805 [ 264 ] {1901661e-23ad-4834-a042-6d34a9a1da0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14504 | 2024.12.12 04:13:58.421903 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14505 | 2024.12.12 04:13:58.422010 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 51 rows starting from the beginning of the part | ||
| 14506 | 2024.12.12 04:13:58.422243 [ 264 ] {1901661e-23ad-4834-a042-6d34a9a1da0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14507 | 2024.12.12 04:13:58.422582 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
| 14508 | 2024.12.12 04:13:58.422902 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
| 14509 | 2024.12.12 04:13:58.423233 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
| 14510 | 2024.12.12 04:13:58.423577 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
| 14511 | 2024.12.12 04:13:58.423852 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
| 14512 | 2024.12.12 04:13:58.426310 [ 187 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 4 columns (4 merged, 0 gathered) in 0.005239042 sec., 10688.977106883282 rows/sec., 719.51 KiB/sec. | ||
| 14513 | 2024.12.12 04:13:58.426612 [ 187 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14514 | 2024.12.12 04:13:58.426847 [ 264 ] {1901661e-23ad-4834-a042-6d34a9a1da0d} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14515 | 2024.12.12 04:13:58.426900 [ 264 ] {1901661e-23ad-4834-a042-6d34a9a1da0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14516 | 2024.12.12 04:13:58.427330 [ 187 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_56_11} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14517 | 2024.12.12 04:13:58.427540 [ 187 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_56_11} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14518 | 2024.12.12 04:13:58.427699 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14519 | 2024.12.12 04:13:58.428051 [ 264 ] {1901661e-23ad-4834-a042-6d34a9a1da0d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 14520 | 2024.12.12 04:13:58.428331 [ 264 ] {1901661e-23ad-4834-a042-6d34a9a1da0d} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14521 | 2024.12.12 04:13:58.428574 [ 264 ] {1901661e-23ad-4834-a042-6d34a9a1da0d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00695 sec., 5611.510791366907 rows/sec., 10.06 MiB/sec. | ||
| 14522 | 2024.12.12 04:13:58.428692 [ 264 ] {1901661e-23ad-4834-a042-6d34a9a1da0d} <Debug> TCPHandler: Processed in 0.007515656 sec. | ||
| 14523 | 2024.12.12 04:13:58.428903 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14524 | 2024.12.12 04:13:58.429128 [ 263 ] {6cb8b0d1-50a7-4ed0-9ca1-351389bcee83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14525 | 2024.12.12 04:13:58.429231 [ 263 ] {6cb8b0d1-50a7-4ed0-9ca1-351389bcee83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14526 | 2024.12.12 04:13:58.430029 [ 263 ] {6cb8b0d1-50a7-4ed0-9ca1-351389bcee83} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14527 | 2024.12.12 04:13:58.430069 [ 263 ] {6cb8b0d1-50a7-4ed0-9ca1-351389bcee83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14528 | 2024.12.12 04:13:58.430442 [ 263 ] {6cb8b0d1-50a7-4ed0-9ca1-351389bcee83} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14529 | 2024.12.12 04:13:58.430690 [ 263 ] {6cb8b0d1-50a7-4ed0-9ca1-351389bcee83} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14530 | 2024.12.12 04:13:58.430886 [ 55 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14531 | 2024.12.12 04:13:58.430923 [ 263 ] {6cb8b0d1-50a7-4ed0-9ca1-351389bcee83} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001843 sec., 44492.67498643516 rows/sec., 2.83 MiB/sec. | ||
| 14532 | 2024.12.12 04:13:58.430939 [ 55 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14533 | 2024.12.12 04:13:58.431002 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14534 | 2024.12.12 04:13:58.431049 [ 263 ] {6cb8b0d1-50a7-4ed0-9ca1-351389bcee83} <Debug> TCPHandler: Processed in 0.002254769 sec. | ||
| 14535 | 2024.12.12 04:13:58.431229 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 14536 | 2024.12.12 04:13:58.431364 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14537 | 2024.12.12 04:13:58.431402 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 7654 rows starting from the beginning of the part | ||
| 14538 | 2024.12.12 04:13:58.431494 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 14539 | 2024.12.12 04:13:58.431624 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part | ||
| 14540 | 2024.12.12 04:13:58.431826 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 82 rows starting from the beginning of the part | ||
| 14541 | 2024.12.12 04:13:58.431905 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part | ||
| 14542 | 2024.12.12 04:13:58.432027 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 82 rows starting from the beginning of the part | ||
| 14543 | 2024.12.12 04:13:58.434202 [ 187 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8020 rows, containing 4 columns (4 merged, 0 gathered) in 0.003109129 sec., 2579500.561089617 rows/sec., 168.24 MiB/sec. | ||
| 14544 | 2024.12.12 04:13:58.434969 [ 187 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14545 | 2024.12.12 04:13:58.435264 [ 187 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_116_23} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14546 | 2024.12.12 04:13:58.435375 [ 187 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_116_23} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14547 | 2024.12.12 04:13:58.435464 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 14548 | 2024.12.12 04:13:59.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.86 MiB, peak 284.36 MiB, free memory in arenas 0.00 B, will set to 265.87 MiB (RSS), difference: 3.00 MiB | ||
| 14549 | 2024.12.12 04:13:59.403595 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 | ||
| 14550 | 2024.12.12 04:13:59.404311 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14551 | 2024.12.12 04:13:59.404354 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14552 | 2024.12.12 04:13:59.404889 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14553 | 2024.12.12 04:13:59.405145 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14554 | 2024.12.12 04:13:59.405467 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
| 14555 | 2024.12.12 04:14:01.945625 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 14556 | 2024.12.12 04:14:01.970318 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14557 | 2024.12.12 04:14:01.970387 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14558 | 2024.12.12 04:14:01.977826 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 14559 | 2024.12.12 04:14:01.978642 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14560 | 2024.12.12 04:14:01.981710 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 14561 | 2024.12.12 04:14:03.032491 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 14562 | 2024.12.12 04:14:03.032578 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 14563 | 2024.12.12 04:14:03.035672 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 14564 | 2024.12.12 04:14:03.115009 [ 224 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 14565 | 2024.12.12 04:14:03.115074 [ 224 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 14566 | 2024.12.12 04:14:03.117321 [ 224 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 14567 | 2024.12.12 04:14:03.233154 [ 220 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 14568 | 2024.12.12 04:14:03.233228 [ 220 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 14569 | 2024.12.12 04:14:03.235439 [ 220 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 14570 | 2024.12.12 04:14:03.252811 [ 218 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 14571 | 2024.12.12 04:14:03.252872 [ 218 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 14572 | 2024.12.12 04:14:03.254864 [ 218 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 14573 | 2024.12.12 04:14:03.379982 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14574 | 2024.12.12 04:14:03.380202 [ 264 ] {6c651eae-3e6a-4ab3-a87e-669029d8171c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14575 | 2024.12.12 04:14:03.380287 [ 264 ] {6c651eae-3e6a-4ab3-a87e-669029d8171c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14576 | 2024.12.12 04:14:03.381168 [ 264 ] {6c651eae-3e6a-4ab3-a87e-669029d8171c} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14577 | 2024.12.12 04:14:03.381222 [ 264 ] {6c651eae-3e6a-4ab3-a87e-669029d8171c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14578 | 2024.12.12 04:14:03.381666 [ 264 ] {6c651eae-3e6a-4ab3-a87e-669029d8171c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14579 | 2024.12.12 04:14:03.381925 [ 264 ] {6c651eae-3e6a-4ab3-a87e-669029d8171c} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14580 | 2024.12.12 04:14:03.382189 [ 264 ] {6c651eae-3e6a-4ab3-a87e-669029d8171c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002053 sec., 27277.155382367266 rows/sec., 2.10 MiB/sec. | ||
| 14581 | 2024.12.12 04:14:03.382257 [ 264 ] {6c651eae-3e6a-4ab3-a87e-669029d8171c} <Debug> TCPHandler: Processed in 0.002418033 sec. | ||
| 14582 | 2024.12.12 04:14:03.382526 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14583 | 2024.12.12 04:14:03.382734 [ 263 ] {13568a41-7840-4ef3-a97d-94f03c51dd2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14584 | 2024.12.12 04:14:03.382813 [ 263 ] {13568a41-7840-4ef3-a97d-94f03c51dd2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14585 | 2024.12.12 04:14:03.383612 [ 263 ] {13568a41-7840-4ef3-a97d-94f03c51dd2e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14586 | 2024.12.12 04:14:03.383661 [ 263 ] {13568a41-7840-4ef3-a97d-94f03c51dd2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14587 | 2024.12.12 04:14:03.384099 [ 263 ] {13568a41-7840-4ef3-a97d-94f03c51dd2e} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14588 | 2024.12.12 04:14:03.384368 [ 263 ] {13568a41-7840-4ef3-a97d-94f03c51dd2e} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14589 | 2024.12.12 04:14:03.384599 [ 263 ] {13568a41-7840-4ef3-a97d-94f03c51dd2e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001925 sec., 33246.753246753244 rows/sec., 2.59 MiB/sec. | ||
| 14590 | 2024.12.12 04:14:03.384655 [ 263 ] {13568a41-7840-4ef3-a97d-94f03c51dd2e} <Debug> TCPHandler: Processed in 0.002263459 sec. | ||
| 14591 | 2024.12.12 04:14:03.384831 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14592 | 2024.12.12 04:14:03.384977 [ 264 ] {cc38226f-b151-4c1a-80db-68b82b440a5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14593 | 2024.12.12 04:14:03.385045 [ 264 ] {cc38226f-b151-4c1a-80db-68b82b440a5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14594 | 2024.12.12 04:14:03.385754 [ 264 ] {cc38226f-b151-4c1a-80db-68b82b440a5c} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14595 | 2024.12.12 04:14:03.385805 [ 264 ] {cc38226f-b151-4c1a-80db-68b82b440a5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14596 | 2024.12.12 04:14:03.386253 [ 264 ] {cc38226f-b151-4c1a-80db-68b82b440a5c} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14597 | 2024.12.12 04:14:03.386502 [ 264 ] {cc38226f-b151-4c1a-80db-68b82b440a5c} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14598 | 2024.12.12 04:14:03.386720 [ 264 ] {cc38226f-b151-4c1a-80db-68b82b440a5c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00178 sec., 89887.6404494382 rows/sec., 6.26 MiB/sec. | ||
| 14599 | 2024.12.12 04:14:03.386776 [ 264 ] {cc38226f-b151-4c1a-80db-68b82b440a5c} <Debug> TCPHandler: Processed in 0.002017153 sec. | ||
| 14600 | 2024.12.12 04:14:03.386929 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14601 | 2024.12.12 04:14:03.387048 [ 263 ] {1f91a44f-88a6-4668-bfb4-49dc9e120282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14602 | 2024.12.12 04:14:03.387110 [ 263 ] {1f91a44f-88a6-4668-bfb4-49dc9e120282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14603 | 2024.12.12 04:14:03.387696 [ 263 ] {1f91a44f-88a6-4668-bfb4-49dc9e120282} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14604 | 2024.12.12 04:14:03.387745 [ 263 ] {1f91a44f-88a6-4668-bfb4-49dc9e120282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14605 | 2024.12.12 04:14:03.388175 [ 263 ] {1f91a44f-88a6-4668-bfb4-49dc9e120282} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14606 | 2024.12.12 04:14:03.388410 [ 263 ] {1f91a44f-88a6-4668-bfb4-49dc9e120282} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14607 | 2024.12.12 04:14:03.388609 [ 263 ] {1f91a44f-88a6-4668-bfb4-49dc9e120282} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001587 sec., 37807.183364839315 rows/sec., 2.55 MiB/sec. | ||
| 14608 | 2024.12.12 04:14:03.388657 [ 263 ] {1f91a44f-88a6-4668-bfb4-49dc9e120282} <Debug> TCPHandler: Processed in 0.001784596 sec. | ||
| 14609 | 2024.12.12 04:14:06.670159 [ 12 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14610 | 2024.12.12 04:14:06.670278 [ 12 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14611 | 2024.12.12 04:14:06.905629 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 | ||
| 14612 | 2024.12.12 04:14:06.906686 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14613 | 2024.12.12 04:14:06.906723 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14614 | 2024.12.12 04:14:06.907247 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14615 | 2024.12.12 04:14:06.907504 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14616 | 2024.12.12 04:14:06.907706 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 14617 | 2024.12.12 04:14:06.907778 [ 222 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): 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] | ||
| 14618 | 2024.12.12 04:14:06.907836 [ 222 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): 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] | ||
| 14619 | 2024.12.12 04:14:06.909781 [ 222 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): 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] | ||
| 14620 | 2024.12.12 04:14:07.001900 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001341685 sec. | ||
| 14621 | 2024.12.12 04:14:07.090673 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2022 | ||
| 14622 | 2024.12.12 04:14:07.094072 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14623 | 2024.12.12 04:14:07.094129 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14624 | 2024.12.12 04:14:07.095711 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 14625 | 2024.12.12 04:14:07.096036 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14626 | 2024.12.12 04:14:07.096450 [ 218 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): 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] | ||
| 14627 | 2024.12.12 04:14:07.096512 [ 218 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): 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] | ||
| 14628 | 2024.12.12 04:14:07.096885 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2022 | ||
| 14629 | 2024.12.12 04:14:07.098699 [ 218 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): 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] | ||
| 14630 | 2024.12.12 04:14:08.133421 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): 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] | ||
| 14631 | 2024.12.12 04:14:08.133502 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): 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] | ||
| 14632 | 2024.12.12 04:14:08.136021 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): 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] | ||
| 14633 | 2024.12.12 04:14:08.153748 [ 220 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): 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] | ||
| 14634 | 2024.12.12 04:14:08.153828 [ 220 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): 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] | ||
| 14635 | 2024.12.12 04:14:08.155961 [ 220 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): 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] | ||
| 14636 | 2024.12.12 04:14:08.386704 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14637 | 2024.12.12 04:14:08.386903 [ 264 ] {739f4a42-f342-45ae-8590-2b86ee010c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14638 | 2024.12.12 04:14:08.386978 [ 264 ] {739f4a42-f342-45ae-8590-2b86ee010c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14639 | 2024.12.12 04:14:08.387734 [ 264 ] {739f4a42-f342-45ae-8590-2b86ee010c1d} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14640 | 2024.12.12 04:14:08.387791 [ 264 ] {739f4a42-f342-45ae-8590-2b86ee010c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14641 | 2024.12.12 04:14:08.388233 [ 264 ] {739f4a42-f342-45ae-8590-2b86ee010c1d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14642 | 2024.12.12 04:14:08.388501 [ 264 ] {739f4a42-f342-45ae-8590-2b86ee010c1d} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14643 | 2024.12.12 04:14:08.388735 [ 264 ] {739f4a42-f342-45ae-8590-2b86ee010c1d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001884 sec., 7430.997876857749 rows/sec., 534.93 KiB/sec. | ||
| 14644 | 2024.12.12 04:14:08.388804 [ 264 ] {739f4a42-f342-45ae-8590-2b86ee010c1d} <Debug> TCPHandler: Processed in 0.002237539 sec. | ||
| 14645 | 2024.12.12 04:14:08.389043 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14646 | 2024.12.12 04:14:08.389245 [ 263 ] {6983bd49-9ab8-4fe8-97a8-b09103bf76c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14647 | 2024.12.12 04:14:08.389322 [ 263 ] {6983bd49-9ab8-4fe8-97a8-b09103bf76c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14648 | 2024.12.12 04:14:08.390250 [ 263 ] {6983bd49-9ab8-4fe8-97a8-b09103bf76c6} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14649 | 2024.12.12 04:14:08.390295 [ 263 ] {6983bd49-9ab8-4fe8-97a8-b09103bf76c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14650 | 2024.12.12 04:14:08.390763 [ 263 ] {6983bd49-9ab8-4fe8-97a8-b09103bf76c6} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14651 | 2024.12.12 04:14:08.391020 [ 263 ] {6983bd49-9ab8-4fe8-97a8-b09103bf76c6} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14652 | 2024.12.12 04:14:08.391257 [ 263 ] {6983bd49-9ab8-4fe8-97a8-b09103bf76c6} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002073 sec., 135552.339604438 rows/sec., 11.98 MiB/sec. | ||
| 14653 | 2024.12.12 04:14:08.391326 [ 263 ] {6983bd49-9ab8-4fe8-97a8-b09103bf76c6} <Debug> TCPHandler: Processed in 0.002420823 sec. | ||
| 14654 | 2024.12.12 04:14:08.391501 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14655 | 2024.12.12 04:14:08.391650 [ 264 ] {78d03757-472e-4ad0-8167-5b3ef59456fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14656 | 2024.12.12 04:14:08.391712 [ 264 ] {78d03757-472e-4ad0-8167-5b3ef59456fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14657 | 2024.12.12 04:14:08.392395 [ 264 ] {78d03757-472e-4ad0-8167-5b3ef59456fe} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14658 | 2024.12.12 04:14:08.392437 [ 264 ] {78d03757-472e-4ad0-8167-5b3ef59456fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14659 | 2024.12.12 04:14:08.392807 [ 264 ] {78d03757-472e-4ad0-8167-5b3ef59456fe} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14660 | 2024.12.12 04:14:08.393042 [ 264 ] {78d03757-472e-4ad0-8167-5b3ef59456fe} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14661 | 2024.12.12 04:14:08.393244 [ 264 ] {78d03757-472e-4ad0-8167-5b3ef59456fe} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001631 sec., 28203.556100551807 rows/sec., 2.03 MiB/sec. | ||
| 14662 | 2024.12.12 04:14:08.393301 [ 264 ] {78d03757-472e-4ad0-8167-5b3ef59456fe} <Debug> TCPHandler: Processed in 0.001869399 sec. | ||
| 14663 | 2024.12.12 04:14:08.393455 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14664 | 2024.12.12 04:14:08.393607 [ 263 ] {e829e623-c679-4da8-9f9a-e8a78a9bdcbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14665 | 2024.12.12 04:14:08.393669 [ 263 ] {e829e623-c679-4da8-9f9a-e8a78a9bdcbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14666 | 2024.12.12 04:14:08.394359 [ 263 ] {e829e623-c679-4da8-9f9a-e8a78a9bdcbb} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14667 | 2024.12.12 04:14:08.394399 [ 263 ] {e829e623-c679-4da8-9f9a-e8a78a9bdcbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14668 | 2024.12.12 04:14:08.394772 [ 263 ] {e829e623-c679-4da8-9f9a-e8a78a9bdcbb} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14669 | 2024.12.12 04:14:08.395022 [ 263 ] {e829e623-c679-4da8-9f9a-e8a78a9bdcbb} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14670 | 2024.12.12 04:14:08.395196 [ 23 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14671 | 2024.12.12 04:14:08.395263 [ 263 ] {e829e623-c679-4da8-9f9a-e8a78a9bdcbb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00169 sec., 8284.023668639053 rows/sec., 580.16 KiB/sec. | ||
| 14672 | 2024.12.12 04:14:08.395289 [ 23 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14673 | 2024.12.12 04:14:08.395359 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14674 | 2024.12.12 04:14:08.395384 [ 263 ] {e829e623-c679-4da8-9f9a-e8a78a9bdcbb} <Debug> TCPHandler: Processed in 0.001997052 sec. | ||
| 14675 | 2024.12.12 04:14:08.395611 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14676 | 2024.12.12 04:14:08.395630 [ 193 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::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 | ||
| 14677 | 2024.12.12 04:14:08.395820 [ 264 ] {62216b05-cf64-460f-8a15-542fb518b02e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14678 | 2024.12.12 04:14:08.395938 [ 264 ] {62216b05-cf64-460f-8a15-542fb518b02e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14679 | 2024.12.12 04:14:08.395983 [ 193 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14680 | 2024.12.12 04:14:08.396104 [ 193 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 243 rows starting from the beginning of the part | ||
| 14681 | 2024.12.12 04:14:08.396394 [ 193 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 14 rows starting from the beginning of the part | ||
| 14682 | 2024.12.12 04:14:08.396744 [ 193 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 228 rows starting from the beginning of the part | ||
| 14683 | 2024.12.12 04:14:08.397068 [ 193 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 14 rows starting from the beginning of the part | ||
| 14684 | 2024.12.12 04:14:08.397472 [ 193 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 14 rows starting from the beginning of the part | ||
| 14685 | 2024.12.12 04:14:08.397873 [ 193 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 14 rows starting from the beginning of the part | ||
| 14686 | 2024.12.12 04:14:08.399137 [ 264 ] {62216b05-cf64-460f-8a15-542fb518b02e} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14687 | 2024.12.12 04:14:08.399202 [ 264 ] {62216b05-cf64-460f-8a15-542fb518b02e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14688 | 2024.12.12 04:14:08.400261 [ 264 ] {62216b05-cf64-460f-8a15-542fb518b02e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14689 | 2024.12.12 04:14:08.400813 [ 264 ] {62216b05-cf64-460f-8a15-542fb518b02e} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14690 | 2024.12.12 04:14:08.400844 [ 192 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005365418 sec., 98221.61106553115 rows/sec., 7.03 MiB/sec. | ||
| 14691 | 2024.12.12 04:14:08.401099 [ 192 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14692 | 2024.12.12 04:14:08.401345 [ 264 ] {62216b05-cf64-460f-8a15-542fb518b02e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005545 sec., 2344.4544634806134 rows/sec., 146.18 KiB/sec. | ||
| 14693 | 2024.12.12 04:14:08.401539 [ 264 ] {62216b05-cf64-460f-8a15-542fb518b02e} <Debug> TCPHandler: Processed in 0.006055129 sec. | ||
| 14694 | 2024.12.12 04:14:08.401843 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14695 | 2024.12.12 04:14:08.402111 [ 192 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_76_15} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14696 | 2024.12.12 04:14:08.402353 [ 263 ] {cab1cf25-ea52-4c20-afb8-0046d8e76fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14697 | 2024.12.12 04:14:08.402525 [ 192 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_76_15} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14698 | 2024.12.12 04:14:08.402540 [ 263 ] {cab1cf25-ea52-4c20-afb8-0046d8e76fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14699 | 2024.12.12 04:14:08.402867 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 14700 | 2024.12.12 04:14:08.403697 [ 263 ] {cab1cf25-ea52-4c20-afb8-0046d8e76fd9} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14701 | 2024.12.12 04:14:08.403737 [ 263 ] {cab1cf25-ea52-4c20-afb8-0046d8e76fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14702 | 2024.12.12 04:14:08.404124 [ 263 ] {cab1cf25-ea52-4c20-afb8-0046d8e76fd9} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14703 | 2024.12.12 04:14:08.404366 [ 263 ] {cab1cf25-ea52-4c20-afb8-0046d8e76fd9} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14704 | 2024.12.12 04:14:08.404570 [ 263 ] {cab1cf25-ea52-4c20-afb8-0046d8e76fd9} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.00239 sec., 176150.62761506275 rows/sec., 12.59 MiB/sec. | ||
| 14705 | 2024.12.12 04:14:08.404626 [ 263 ] {cab1cf25-ea52-4c20-afb8-0046d8e76fd9} <Debug> TCPHandler: Processed in 0.002971738 sec. | ||
| 14706 | 2024.12.12 04:14:08.404771 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14707 | 2024.12.12 04:14:08.404914 [ 264 ] {abae0be4-60df-4693-bb15-93ea1eb006a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14708 | 2024.12.12 04:14:08.404974 [ 264 ] {abae0be4-60df-4693-bb15-93ea1eb006a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14709 | 2024.12.12 04:14:08.405519 [ 264 ] {abae0be4-60df-4693-bb15-93ea1eb006a7} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14710 | 2024.12.12 04:14:08.405559 [ 264 ] {abae0be4-60df-4693-bb15-93ea1eb006a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14711 | 2024.12.12 04:14:08.405934 [ 264 ] {abae0be4-60df-4693-bb15-93ea1eb006a7} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14712 | 2024.12.12 04:14:08.406172 [ 264 ] {abae0be4-60df-4693-bb15-93ea1eb006a7} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14713 | 2024.12.12 04:14:08.406349 [ 29 ] {} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14714 | 2024.12.12 04:14:08.406414 [ 29 ] {} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14715 | 2024.12.12 04:14:08.406424 [ 264 ] {abae0be4-60df-4693-bb15-93ea1eb006a7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001533 sec., 3913.8943248532287 rows/sec., 204.49 KiB/sec. | ||
| 14716 | 2024.12.12 04:14:08.406448 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14717 | 2024.12.12 04:14:08.406571 [ 264 ] {abae0be4-60df-4693-bb15-93ea1eb006a7} <Debug> TCPHandler: Processed in 0.001865949 sec. | ||
| 14718 | 2024.12.12 04:14:08.406672 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::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 | ||
| 14719 | 2024.12.12 04:14:08.406747 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14720 | 2024.12.12 04:14:08.406807 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14721 | 2024.12.12 04:14:08.406850 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 306 rows starting from the beginning of the part | ||
| 14722 | 2024.12.12 04:14:08.406883 [ 263 ] {fb3e36a4-8ee2-4320-abd1-2c0286d548f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14723 | 2024.12.12 04:14:08.407034 [ 263 ] {fb3e36a4-8ee2-4320-abd1-2c0286d548f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14724 | 2024.12.12 04:14:08.407045 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
| 14725 | 2024.12.12 04:14:08.407380 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
| 14726 | 2024.12.12 04:14:08.407718 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
| 14727 | 2024.12.12 04:14:08.408055 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
| 14728 | 2024.12.12 04:14:08.408432 [ 188 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
| 14729 | 2024.12.12 04:14:08.409605 [ 263 ] {fb3e36a4-8ee2-4320-abd1-2c0286d548f2} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14730 | 2024.12.12 04:14:08.409646 [ 263 ] {fb3e36a4-8ee2-4320-abd1-2c0286d548f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14731 | 2024.12.12 04:14:08.410280 [ 263 ] {fb3e36a4-8ee2-4320-abd1-2c0286d548f2} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14732 | 2024.12.12 04:14:08.410344 [ 201 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.003766458 sec., 89208.48181501028 rows/sec., 4.55 MiB/sec. | ||
| 14733 | 2024.12.12 04:14:08.410621 [ 201 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14734 | 2024.12.12 04:14:08.410806 [ 263 ] {fb3e36a4-8ee2-4320-abd1-2c0286d548f2} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14735 | 2024.12.12 04:14:08.411189 [ 263 ] {fb3e36a4-8ee2-4320-abd1-2c0286d548f2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004325 sec., 54797.687861271676 rows/sec., 3.67 MiB/sec. | ||
| 14736 | 2024.12.12 04:14:08.411300 [ 201 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_56_11} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14737 | 2024.12.12 04:14:08.411340 [ 263 ] {fb3e36a4-8ee2-4320-abd1-2c0286d548f2} <Debug> TCPHandler: Processed in 0.004655192 sec. | ||
| 14738 | 2024.12.12 04:14:08.411491 [ 201 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_1_56_11} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14739 | 2024.12.12 04:14:08.411533 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14740 | 2024.12.12 04:14:08.411635 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14741 | 2024.12.12 04:14:08.411717 [ 264 ] {0ea0b25d-171b-4197-83fe-69a5f044331d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14742 | 2024.12.12 04:14:08.411774 [ 264 ] {0ea0b25d-171b-4197-83fe-69a5f044331d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14743 | 2024.12.12 04:14:08.412233 [ 264 ] {0ea0b25d-171b-4197-83fe-69a5f044331d} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14744 | 2024.12.12 04:14:08.412273 [ 264 ] {0ea0b25d-171b-4197-83fe-69a5f044331d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14745 | 2024.12.12 04:14:08.412631 [ 264 ] {0ea0b25d-171b-4197-83fe-69a5f044331d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14746 | 2024.12.12 04:14:08.412868 [ 264 ] {0ea0b25d-171b-4197-83fe-69a5f044331d} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14747 | 2024.12.12 04:14:08.413124 [ 264 ] {0ea0b25d-171b-4197-83fe-69a5f044331d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec. | ||
| 14748 | 2024.12.12 04:14:08.413201 [ 264 ] {0ea0b25d-171b-4197-83fe-69a5f044331d} <Debug> TCPHandler: Processed in 0.001747906 sec. | ||
| 14749 | 2024.12.12 04:14:08.413515 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14750 | 2024.12.12 04:14:08.413761 [ 263 ] {480c372b-fc08-431a-8bc8-8d9a4ec108a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14751 | 2024.12.12 04:14:08.413901 [ 263 ] {480c372b-fc08-431a-8bc8-8d9a4ec108a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14752 | 2024.12.12 04:14:08.415229 [ 263 ] {480c372b-fc08-431a-8bc8-8d9a4ec108a5} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14753 | 2024.12.12 04:14:08.415270 [ 263 ] {480c372b-fc08-431a-8bc8-8d9a4ec108a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14754 | 2024.12.12 04:14:08.415951 [ 263 ] {480c372b-fc08-431a-8bc8-8d9a4ec108a5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 14755 | 2024.12.12 04:14:08.416214 [ 263 ] {480c372b-fc08-431a-8bc8-8d9a4ec108a5} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14756 | 2024.12.12 04:14:08.416459 [ 263 ] {480c372b-fc08-431a-8bc8-8d9a4ec108a5} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002753 sec., 14166.363966581912 rows/sec., 25.39 MiB/sec. | ||
| 14757 | 2024.12.12 04:14:08.416565 [ 263 ] {480c372b-fc08-431a-8bc8-8d9a4ec108a5} <Debug> TCPHandler: Processed in 0.003252125 sec. | ||
| 14758 | 2024.12.12 04:14:08.416722 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14759 | 2024.12.12 04:14:08.416863 [ 264 ] {333aeeef-5853-414f-b81a-08207e5f3c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14760 | 2024.12.12 04:14:08.416922 [ 264 ] {333aeeef-5853-414f-b81a-08207e5f3c1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14761 | 2024.12.12 04:14:08.417471 [ 264 ] {333aeeef-5853-414f-b81a-08207e5f3c1a} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14762 | 2024.12.12 04:14:08.417511 [ 264 ] {333aeeef-5853-414f-b81a-08207e5f3c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14763 | 2024.12.12 04:14:08.417880 [ 264 ] {333aeeef-5853-414f-b81a-08207e5f3c1a} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14764 | 2024.12.12 04:14:08.418115 [ 264 ] {333aeeef-5853-414f-b81a-08207e5f3c1a} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14765 | 2024.12.12 04:14:08.418346 [ 264 ] {333aeeef-5853-414f-b81a-08207e5f3c1a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001514 sec., 54161.16248348745 rows/sec., 3.44 MiB/sec. | ||
| 14766 | 2024.12.12 04:14:08.418400 [ 264 ] {333aeeef-5853-414f-b81a-08207e5f3c1a} <Debug> TCPHandler: Processed in 0.001748736 sec. | ||
| 14767 | 2024.12.12 04:14:09.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.72 MiB, peak 284.36 MiB, free memory in arenas 0.00 B, will set to 265.87 MiB (RSS), difference: 3.14 MiB | ||
| 14768 | 2024.12.12 04:14:09.481782 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 14769 | 2024.12.12 04:14:09.503640 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14770 | 2024.12.12 04:14:09.503688 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14771 | 2024.12.12 04:14:09.511347 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 14772 | 2024.12.12 04:14:09.512165 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14773 | 2024.12.12 04:14:09.514905 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 14774 | 2024.12.12 04:14:13.410219 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14775 | 2024.12.12 04:14:13.410474 [ 264 ] {8bf73884-3911-48ea-a382-e4f1924f15af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14776 | 2024.12.12 04:14:13.410577 [ 264 ] {8bf73884-3911-48ea-a382-e4f1924f15af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14777 | 2024.12.12 04:14:13.412077 [ 264 ] {8bf73884-3911-48ea-a382-e4f1924f15af} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14778 | 2024.12.12 04:14:13.412128 [ 264 ] {8bf73884-3911-48ea-a382-e4f1924f15af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14779 | 2024.12.12 04:14:13.412638 [ 264 ] {8bf73884-3911-48ea-a382-e4f1924f15af} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14780 | 2024.12.12 04:14:13.412906 [ 264 ] {8bf73884-3911-48ea-a382-e4f1924f15af} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14781 | 2024.12.12 04:14:13.413104 [ 264 ] {8bf73884-3911-48ea-a382-e4f1924f15af} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002701 sec., 442798.96334690857 rows/sec., 36.51 MiB/sec. | ||
| 14782 | 2024.12.12 04:14:13.413161 [ 264 ] {8bf73884-3911-48ea-a382-e4f1924f15af} <Debug> TCPHandler: Processed in 0.003107511 sec. | ||
| 14783 | 2024.12.12 04:14:13.413409 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14784 | 2024.12.12 04:14:13.413604 [ 263 ] {e3799f6c-ea29-460f-85cf-df911246d9ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14785 | 2024.12.12 04:14:13.413678 [ 263 ] {e3799f6c-ea29-460f-85cf-df911246d9ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14786 | 2024.12.12 04:14:13.414507 [ 263 ] {e3799f6c-ea29-460f-85cf-df911246d9ce} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14787 | 2024.12.12 04:14:13.414554 [ 263 ] {e3799f6c-ea29-460f-85cf-df911246d9ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14788 | 2024.12.12 04:14:13.414993 [ 263 ] {e3799f6c-ea29-460f-85cf-df911246d9ce} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14789 | 2024.12.12 04:14:13.415277 [ 263 ] {e3799f6c-ea29-460f-85cf-df911246d9ce} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14790 | 2024.12.12 04:14:13.415508 [ 263 ] {e3799f6c-ea29-460f-85cf-df911246d9ce} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001959 sec., 116385.91117917305 rows/sec., 7.88 MiB/sec. | ||
| 14791 | 2024.12.12 04:14:13.415566 [ 263 ] {e3799f6c-ea29-460f-85cf-df911246d9ce} <Debug> TCPHandler: Processed in 0.002285469 sec. | ||
| 14792 | 2024.12.12 04:14:13.415735 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14793 | 2024.12.12 04:14:13.415878 [ 264 ] {a657925f-315e-47e7-abfa-64f5716305b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14794 | 2024.12.12 04:14:13.415938 [ 264 ] {a657925f-315e-47e7-abfa-64f5716305b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14795 | 2024.12.12 04:14:13.416787 [ 264 ] {a657925f-315e-47e7-abfa-64f5716305b8} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14796 | 2024.12.12 04:14:13.416825 [ 264 ] {a657925f-315e-47e7-abfa-64f5716305b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14797 | 2024.12.12 04:14:13.417217 [ 264 ] {a657925f-315e-47e7-abfa-64f5716305b8} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14798 | 2024.12.12 04:14:13.417453 [ 264 ] {a657925f-315e-47e7-abfa-64f5716305b8} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14799 | 2024.12.12 04:14:13.417631 [ 264 ] {a657925f-315e-47e7-abfa-64f5716305b8} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001784 sec., 291479.8206278027 rows/sec., 21.57 MiB/sec. | ||
| 14800 | 2024.12.12 04:14:13.417683 [ 264 ] {a657925f-315e-47e7-abfa-64f5716305b8} <Debug> TCPHandler: Processed in 0.002017473 sec. | ||
| 14801 | 2024.12.12 04:14:13.417841 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14802 | 2024.12.12 04:14:13.417982 [ 263 ] {0cd17427-02e4-49f3-8f89-dd339ad77d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14803 | 2024.12.12 04:14:13.418046 [ 263 ] {0cd17427-02e4-49f3-8f89-dd339ad77d10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14804 | 2024.12.12 04:14:13.418879 [ 263 ] {0cd17427-02e4-49f3-8f89-dd339ad77d10} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14805 | 2024.12.12 04:14:13.418920 [ 263 ] {0cd17427-02e4-49f3-8f89-dd339ad77d10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14806 | 2024.12.12 04:14:13.419396 [ 263 ] {0cd17427-02e4-49f3-8f89-dd339ad77d10} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14807 | 2024.12.12 04:14:13.419634 [ 263 ] {0cd17427-02e4-49f3-8f89-dd339ad77d10} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14808 | 2024.12.12 04:14:13.419821 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_114_23 to all_119_119_0 | ||
| 14809 | 2024.12.12 04:14:13.419880 [ 263 ] {0cd17427-02e4-49f3-8f89-dd339ad77d10} <Debug> executeQuery: Read 880 rows, 60.63 KiB in 0.00192 sec., 458333.3333333333 rows/sec., 30.84 MiB/sec. | ||
| 14810 | 2024.12.12 04:14:13.419887 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14811 | 2024.12.12 04:14:13.419962 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14812 | 2024.12.12 04:14:13.420010 [ 263 ] {0cd17427-02e4-49f3-8f89-dd339ad77d10} <Debug> TCPHandler: Processed in 0.002234248 sec. | ||
| 14813 | 2024.12.12 04:14:13.420243 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14814 | 2024.12.12 04:14:13.420248 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_114_23 to all_119_119_0 into Compact with storage Full | ||
| 14815 | 2024.12.12 04:14:13.420474 [ 264 ] {4d3e6732-59fc-4ed3-b645-9215ecb82977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14816 | 2024.12.12 04:14:13.420625 [ 264 ] {4d3e6732-59fc-4ed3-b645-9215ecb82977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14817 | 2024.12.12 04:14:13.420628 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14818 | 2024.12.12 04:14:13.420738 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_114_23, total 36405 rows starting from the beginning of the part | ||
| 14819 | 2024.12.12 04:14:13.421113 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part | ||
| 14820 | 2024.12.12 04:14:13.421512 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 238 rows starting from the beginning of the part | ||
| 14821 | 2024.12.12 04:14:13.421870 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part | ||
| 14822 | 2024.12.12 04:14:13.422216 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 237 rows starting from the beginning of the part | ||
| 14823 | 2024.12.12 04:14:13.422580 [ 197 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 880 rows starting from the beginning of the part | ||
| 14824 | 2024.12.12 04:14:13.423229 [ 264 ] {4d3e6732-59fc-4ed3-b645-9215ecb82977} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14825 | 2024.12.12 04:14:13.423291 [ 264 ] {4d3e6732-59fc-4ed3-b645-9215ecb82977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14826 | 2024.12.12 04:14:13.424112 [ 264 ] {4d3e6732-59fc-4ed3-b645-9215ecb82977} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14827 | 2024.12.12 04:14:13.424441 [ 264 ] {4d3e6732-59fc-4ed3-b645-9215ecb82977} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14828 | 2024.12.12 04:14:13.424674 [ 264 ] {4d3e6732-59fc-4ed3-b645-9215ecb82977} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00426 sec., 14084.507042253521 rows/sec., 971.98 KiB/sec. | ||
| 14829 | 2024.12.12 04:14:13.424746 [ 264 ] {4d3e6732-59fc-4ed3-b645-9215ecb82977} <Debug> TCPHandler: Processed in 0.00460383 sec. | ||
| 14830 | 2024.12.12 04:14:13.430822 [ 188 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38080 rows, containing 5 columns (5 merged, 0 gathered) in 0.01072993 sec., 3548951.3911087955 rows/sec., 239.88 MiB/sec. | ||
| 14831 | 2024.12.12 04:14:13.431456 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) | ||
| 14832 | 2024.12.12 04:14:13.431763 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14833 | 2024.12.12 04:14:13.431849 [ 190 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_114_23, all_119_119_0] -> all_1_119_24 | ||
| 14834 | 2024.12.12 04:14:13.431948 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 14835 | 2024.12.12 04:14:14.407850 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 | ||
| 14836 | 2024.12.12 04:14:14.408749 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14837 | 2024.12.12 04:14:14.408830 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14838 | 2024.12.12 04:14:14.409598 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 14839 | 2024.12.12 04:14:14.410013 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14840 | 2024.12.12 04:14:14.410250 [ 52 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 14841 | 2024.12.12 04:14:14.410302 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 | ||
| 14842 | 2024.12.12 04:14:14.410318 [ 52 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14843 | 2024.12.12 04:14:14.410354 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14844 | 2024.12.12 04:14:14.410637 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 14845 | 2024.12.12 04:14:14.410920 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14846 | 2024.12.12 04:14:14.410998 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
| 14847 | 2024.12.12 04:14:14.411125 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 488 rows starting from the beginning of the part | ||
| 14848 | 2024.12.12 04:14:14.411359 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part | ||
| 14849 | 2024.12.12 04:14:14.411539 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part | ||
| 14850 | 2024.12.12 04:14:14.411774 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part | ||
| 14851 | 2024.12.12 04:14:14.411917 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part | ||
| 14852 | 2024.12.12 04:14:14.416628 [ 188 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.006156181 sec., 6034422.964496982 rows/sec., 86.32 MiB/sec. | ||
| 14853 | 2024.12.12 04:14:14.417166 [ 186 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 14854 | 2024.12.12 04:14:14.417633 [ 186 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_81_16} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14855 | 2024.12.12 04:14:14.417757 [ 186 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_81_16} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 14856 | 2024.12.12 04:14:14.417918 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 14857 | 2024.12.12 04:14:17.014969 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 14858 | 2024.12.12 04:14:17.038965 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14859 | 2024.12.12 04:14:17.039029 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14860 | 2024.12.12 04:14:17.046868 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 14861 | 2024.12.12 04:14:17.047736 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14862 | 2024.12.12 04:14:17.048252 [ 62 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 14863 | 2024.12.12 04:14:17.048378 [ 62 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14864 | 2024.12.12 04:14:17.048452 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14865 | 2024.12.12 04:14:17.048907 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 14866 | 2024.12.12 04:14:17.065623 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 14867 | 2024.12.12 04:14:17.067033 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14868 | 2024.12.12 04:14:17.068775 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
| 14869 | 2024.12.12 04:14:17.075584 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 14870 | 2024.12.12 04:14:17.081408 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part | ||
| 14871 | 2024.12.12 04:14:17.087125 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 14872 | 2024.12.12 04:14:17.093037 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part | ||
| 14873 | 2024.12.12 04:14:17.097151 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2054 | ||
| 14874 | 2024.12.12 04:14:17.102669 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 14875 | 2024.12.12 04:14:17.105420 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14876 | 2024.12.12 04:14:17.105470 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14877 | 2024.12.12 04:14:17.109418 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 14878 | 2024.12.12 04:14:17.110309 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14879 | 2024.12.12 04:14:17.113624 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2054 | ||
| 14880 | 2024.12.12 04:14:17.184326 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.13574746 sec., 4501.005028013047 rows/sec., 23.27 MiB/sec. | ||
| 14881 | 2024.12.12 04:14:17.187857 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 14882 | 2024.12.12 04:14:17.190929 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_81_16} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14883 | 2024.12.12 04:14:17.191061 [ 188 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_81_16} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 14884 | 2024.12.12 04:14:17.193633 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 14885 | 2024.12.12 04:14:18.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.94 MiB, peak 284.36 MiB, free memory in arenas 0.00 B, will set to 265.87 MiB (RSS), difference: -1.08 MiB | ||
| 14886 | 2024.12.12 04:14:18.386359 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14887 | 2024.12.12 04:14:18.386555 [ 264 ] {408b9a25-146e-495a-a86d-c77519ff5f05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14888 | 2024.12.12 04:14:18.386631 [ 264 ] {408b9a25-146e-495a-a86d-c77519ff5f05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14889 | 2024.12.12 04:14:18.387424 [ 264 ] {408b9a25-146e-495a-a86d-c77519ff5f05} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14890 | 2024.12.12 04:14:18.387478 [ 264 ] {408b9a25-146e-495a-a86d-c77519ff5f05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14891 | 2024.12.12 04:14:18.387926 [ 264 ] {408b9a25-146e-495a-a86d-c77519ff5f05} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14892 | 2024.12.12 04:14:18.388187 [ 264 ] {408b9a25-146e-495a-a86d-c77519ff5f05} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14893 | 2024.12.12 04:14:18.388356 [ 118 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 14894 | 2024.12.12 04:14:18.388397 [ 118 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14895 | 2024.12.12 04:14:18.388411 [ 264 ] {408b9a25-146e-495a-a86d-c77519ff5f05} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001909 sec., 7333.682556312205 rows/sec., 527.93 KiB/sec. | ||
| 14896 | 2024.12.12 04:14:18.388422 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14897 | 2024.12.12 04:14:18.388545 [ 264 ] {408b9a25-146e-495a-a86d-c77519ff5f05} <Debug> TCPHandler: Processed in 0.00231881 sec. | ||
| 14898 | 2024.12.12 04:14:18.388653 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 14899 | 2024.12.12 04:14:18.388881 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14900 | 2024.12.12 04:14:18.388887 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14901 | 2024.12.12 04:14:18.388963 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 14 rows starting from the beginning of the part | ||
| 14902 | 2024.12.12 04:14:18.389129 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 14903 | 2024.12.12 04:14:18.389140 [ 263 ] {bb974499-abba-4bcd-af49-838bf362200f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14904 | 2024.12.12 04:14:18.389292 [ 263 ] {bb974499-abba-4bcd-af49-838bf362200f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14905 | 2024.12.12 04:14:18.389338 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 14906 | 2024.12.12 04:14:18.389586 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 14907 | 2024.12.12 04:14:18.389979 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 14 rows starting from the beginning of the part | ||
| 14908 | 2024.12.12 04:14:18.391394 [ 263 ] {bb974499-abba-4bcd-af49-838bf362200f} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14909 | 2024.12.12 04:14:18.391448 [ 263 ] {bb974499-abba-4bcd-af49-838bf362200f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14910 | 2024.12.12 04:14:18.391839 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003305096 sec., 21179.415060863586 rows/sec., 1.57 MiB/sec. | ||
| 14911 | 2024.12.12 04:14:18.391982 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 14912 | 2024.12.12 04:14:18.392028 [ 263 ] {bb974499-abba-4bcd-af49-838bf362200f} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14913 | 2024.12.12 04:14:18.392303 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_57_14} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14914 | 2024.12.12 04:14:18.392422 [ 196 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_57_14} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 14915 | 2024.12.12 04:14:18.392430 [ 263 ] {bb974499-abba-4bcd-af49-838bf362200f} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14916 | 2024.12.12 04:14:18.392525 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14917 | 2024.12.12 04:14:18.392740 [ 263 ] {bb974499-abba-4bcd-af49-838bf362200f} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.003706 sec., 75822.98974635726 rows/sec., 6.70 MiB/sec. | ||
| 14918 | 2024.12.12 04:14:18.392822 [ 263 ] {bb974499-abba-4bcd-af49-838bf362200f} <Debug> TCPHandler: Processed in 0.00413258 sec. | ||
| 14919 | 2024.12.12 04:14:18.393034 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14920 | 2024.12.12 04:14:18.393259 [ 264 ] {7b864f0a-8ea7-46eb-b972-d1cf8a9a4abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14921 | 2024.12.12 04:14:18.393317 [ 264 ] {7b864f0a-8ea7-46eb-b972-d1cf8a9a4abf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14922 | 2024.12.12 04:14:18.393967 [ 264 ] {7b864f0a-8ea7-46eb-b972-d1cf8a9a4abf} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14923 | 2024.12.12 04:14:18.394007 [ 264 ] {7b864f0a-8ea7-46eb-b972-d1cf8a9a4abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14924 | 2024.12.12 04:14:18.394412 [ 264 ] {7b864f0a-8ea7-46eb-b972-d1cf8a9a4abf} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14925 | 2024.12.12 04:14:18.394713 [ 264 ] {7b864f0a-8ea7-46eb-b972-d1cf8a9a4abf} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14926 | 2024.12.12 04:14:18.394902 [ 264 ] {7b864f0a-8ea7-46eb-b972-d1cf8a9a4abf} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.00169 sec., 27218.934911242603 rows/sec., 1.96 MiB/sec. | ||
| 14927 | 2024.12.12 04:14:18.394970 [ 264 ] {7b864f0a-8ea7-46eb-b972-d1cf8a9a4abf} <Debug> TCPHandler: Processed in 0.002044693 sec. | ||
| 14928 | 2024.12.12 04:14:18.395122 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14929 | 2024.12.12 04:14:18.395257 [ 263 ] {747e01bd-259d-45bd-a821-8aa3c38af6af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14930 | 2024.12.12 04:14:18.395312 [ 263 ] {747e01bd-259d-45bd-a821-8aa3c38af6af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14931 | 2024.12.12 04:14:18.395903 [ 263 ] {747e01bd-259d-45bd-a821-8aa3c38af6af} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14932 | 2024.12.12 04:14:18.395945 [ 263 ] {747e01bd-259d-45bd-a821-8aa3c38af6af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14933 | 2024.12.12 04:14:18.396313 [ 263 ] {747e01bd-259d-45bd-a821-8aa3c38af6af} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14934 | 2024.12.12 04:14:18.396571 [ 263 ] {747e01bd-259d-45bd-a821-8aa3c38af6af} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14935 | 2024.12.12 04:14:18.396796 [ 263 ] {747e01bd-259d-45bd-a821-8aa3c38af6af} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001571 sec., 8911.521323997455 rows/sec., 624.10 KiB/sec. | ||
| 14936 | 2024.12.12 04:14:18.396850 [ 263 ] {747e01bd-259d-45bd-a821-8aa3c38af6af} <Debug> TCPHandler: Processed in 0.001788127 sec. | ||
| 14937 | 2024.12.12 04:14:18.397010 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14938 | 2024.12.12 04:14:18.397135 [ 264 ] {29eb1e37-2a14-4f5f-8a27-bfc66e322f1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14939 | 2024.12.12 04:14:18.397196 [ 264 ] {29eb1e37-2a14-4f5f-8a27-bfc66e322f1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14940 | 2024.12.12 04:14:18.397794 [ 264 ] {29eb1e37-2a14-4f5f-8a27-bfc66e322f1b} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14941 | 2024.12.12 04:14:18.397832 [ 264 ] {29eb1e37-2a14-4f5f-8a27-bfc66e322f1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14942 | 2024.12.12 04:14:18.398222 [ 264 ] {29eb1e37-2a14-4f5f-8a27-bfc66e322f1b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14943 | 2024.12.12 04:14:18.398468 [ 264 ] {29eb1e37-2a14-4f5f-8a27-bfc66e322f1b} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14944 | 2024.12.12 04:14:18.398611 [ 130 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 14945 | 2024.12.12 04:14:18.398651 [ 130 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14946 | 2024.12.12 04:14:18.398660 [ 264 ] {29eb1e37-2a14-4f5f-8a27-bfc66e322f1b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001554 sec., 8365.508365508365 rows/sec., 521.59 KiB/sec. | ||
| 14947 | 2024.12.12 04:14:18.398677 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14948 | 2024.12.12 04:14:18.398780 [ 264 ] {29eb1e37-2a14-4f5f-8a27-bfc66e322f1b} <Debug> TCPHandler: Processed in 0.001827597 sec. | ||
| 14949 | 2024.12.12 04:14:18.398918 [ 191 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 14950 | 2024.12.12 04:14:18.398985 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14951 | 2024.12.12 04:14:18.399227 [ 263 ] {93cc524f-7314-4af4-9c69-f59a3701a3ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14952 | 2024.12.12 04:14:18.399241 [ 191 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14953 | 2024.12.12 04:14:18.399321 [ 263 ] {93cc524f-7314-4af4-9c69-f59a3701a3ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14954 | 2024.12.12 04:14:18.399333 [ 191 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 13 rows starting from the beginning of the part | ||
| 14955 | 2024.12.12 04:14:18.399769 [ 191 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part | ||
| 14956 | 2024.12.12 04:14:18.400174 [ 191 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 13 rows starting from the beginning of the part | ||
| 14957 | 2024.12.12 04:14:18.400625 [ 191 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 13 rows starting from the beginning of the part | ||
| 14958 | 2024.12.12 04:14:18.400958 [ 191 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 13 rows starting from the beginning of the part | ||
| 14959 | 2024.12.12 04:14:18.402000 [ 263 ] {93cc524f-7314-4af4-9c69-f59a3701a3ce} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14960 | 2024.12.12 04:14:18.402069 [ 263 ] {93cc524f-7314-4af4-9c69-f59a3701a3ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14961 | 2024.12.12 04:14:18.403114 [ 263 ] {93cc524f-7314-4af4-9c69-f59a3701a3ce} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14962 | 2024.12.12 04:14:18.403438 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004656391 sec., 13959.308829520545 rows/sec., 924.89 KiB/sec. | ||
| 14963 | 2024.12.12 04:14:18.403633 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 14964 | 2024.12.12 04:14:18.403642 [ 263 ] {93cc524f-7314-4af4-9c69-f59a3701a3ce} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14965 | 2024.12.12 04:14:18.404087 [ 263 ] {93cc524f-7314-4af4-9c69-f59a3701a3ce} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.004952 sec., 85016.15508885299 rows/sec., 6.07 MiB/sec. | ||
| 14966 | 2024.12.12 04:14:18.404225 [ 263 ] {93cc524f-7314-4af4-9c69-f59a3701a3ce} <Debug> TCPHandler: Processed in 0.005315449 sec. | ||
| 14967 | 2024.12.12 04:14:18.404254 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_57_14} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14968 | 2024.12.12 04:14:18.404391 [ 199 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_57_14} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 14969 | 2024.12.12 04:14:18.404405 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14970 | 2024.12.12 04:14:18.404514 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14971 | 2024.12.12 04:14:18.404589 [ 264 ] {b44a14c9-a1f5-4165-b429-a5087f9d8a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14972 | 2024.12.12 04:14:18.404645 [ 264 ] {b44a14c9-a1f5-4165-b429-a5087f9d8a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14973 | 2024.12.12 04:14:18.405149 [ 264 ] {b44a14c9-a1f5-4165-b429-a5087f9d8a33} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14974 | 2024.12.12 04:14:18.405193 [ 264 ] {b44a14c9-a1f5-4165-b429-a5087f9d8a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14975 | 2024.12.12 04:14:18.405583 [ 264 ] {b44a14c9-a1f5-4165-b429-a5087f9d8a33} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14976 | 2024.12.12 04:14:18.405831 [ 264 ] {b44a14c9-a1f5-4165-b429-a5087f9d8a33} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14977 | 2024.12.12 04:14:18.406018 [ 264 ] {b44a14c9-a1f5-4165-b429-a5087f9d8a33} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001469 sec., 4084.411164057182 rows/sec., 213.39 KiB/sec. | ||
| 14978 | 2024.12.12 04:14:18.406074 [ 264 ] {b44a14c9-a1f5-4165-b429-a5087f9d8a33} <Debug> TCPHandler: Processed in 0.001751446 sec. | ||
| 14979 | 2024.12.12 04:14:18.406225 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14980 | 2024.12.12 04:14:18.406346 [ 263 ] {f2059c5a-0fb4-43b5-b460-4918d4e0b9f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14981 | 2024.12.12 04:14:18.406401 [ 263 ] {f2059c5a-0fb4-43b5-b460-4918d4e0b9f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14982 | 2024.12.12 04:14:18.406982 [ 263 ] {f2059c5a-0fb4-43b5-b460-4918d4e0b9f1} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14983 | 2024.12.12 04:14:18.407023 [ 263 ] {f2059c5a-0fb4-43b5-b460-4918d4e0b9f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14984 | 2024.12.12 04:14:18.407428 [ 263 ] {f2059c5a-0fb4-43b5-b460-4918d4e0b9f1} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14985 | 2024.12.12 04:14:18.407677 [ 263 ] {f2059c5a-0fb4-43b5-b460-4918d4e0b9f1} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14986 | 2024.12.12 04:14:18.407898 [ 263 ] {f2059c5a-0fb4-43b5-b460-4918d4e0b9f1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001578 sec., 150190.11406844106 rows/sec., 10.07 MiB/sec. | ||
| 14987 | 2024.12.12 04:14:18.407953 [ 263 ] {f2059c5a-0fb4-43b5-b460-4918d4e0b9f1} <Debug> TCPHandler: Processed in 0.001785827 sec. | ||
| 14988 | 2024.12.12 04:14:18.408111 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14989 | 2024.12.12 04:14:18.408234 [ 264 ] {54c16644-fb56-4382-9256-e0debe62de17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14990 | 2024.12.12 04:14:18.408288 [ 264 ] {54c16644-fb56-4382-9256-e0debe62de17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14991 | 2024.12.12 04:14:18.408763 [ 264 ] {54c16644-fb56-4382-9256-e0debe62de17} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14992 | 2024.12.12 04:14:18.408800 [ 264 ] {54c16644-fb56-4382-9256-e0debe62de17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 14993 | 2024.12.12 04:14:18.409158 [ 264 ] {54c16644-fb56-4382-9256-e0debe62de17} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 14994 | 2024.12.12 04:14:18.409398 [ 264 ] {54c16644-fb56-4382-9256-e0debe62de17} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14995 | 2024.12.12 04:14:18.409580 [ 264 ] {54c16644-fb56-4382-9256-e0debe62de17} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001374 sec., 727.802037845706 rows/sec., 49.04 KiB/sec. | ||
| 14996 | 2024.12.12 04:14:18.409633 [ 264 ] {54c16644-fb56-4382-9256-e0debe62de17} <Debug> TCPHandler: Processed in 0.001582271 sec. | ||
| 14997 | 2024.12.12 04:14:18.409785 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14998 | 2024.12.12 04:14:18.409909 [ 263 ] {8c5a1fdc-d710-4ca9-9900-69a214722979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14999 | 2024.12.12 04:14:18.409989 [ 263 ] {8c5a1fdc-d710-4ca9-9900-69a214722979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15000 | 2024.12.12 04:14:18.411231 [ 263 ] {8c5a1fdc-d710-4ca9-9900-69a214722979} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15001 | 2024.12.12 04:14:18.411281 [ 263 ] {8c5a1fdc-d710-4ca9-9900-69a214722979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 15002 | 2024.12.12 04:14:18.412043 [ 263 ] {8c5a1fdc-d710-4ca9-9900-69a214722979} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15003 | 2024.12.12 04:14:18.412314 [ 263 ] {8c5a1fdc-d710-4ca9-9900-69a214722979} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15004 | 2024.12.12 04:14:18.412558 [ 263 ] {8c5a1fdc-d710-4ca9-9900-69a214722979} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002675 sec., 14579.43925233645 rows/sec., 26.13 MiB/sec. | ||
| 15005 | 2024.12.12 04:14:18.412654 [ 263 ] {8c5a1fdc-d710-4ca9-9900-69a214722979} <Debug> TCPHandler: Processed in 0.002927266 sec. | ||
| 15006 | 2024.12.12 04:14:18.412809 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15007 | 2024.12.12 04:14:18.412932 [ 264 ] {76224dd9-c9de-45de-ab58-293e6d373b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15008 | 2024.12.12 04:14:18.412983 [ 264 ] {76224dd9-c9de-45de-ab58-293e6d373b03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15009 | 2024.12.12 04:14:18.413492 [ 264 ] {76224dd9-c9de-45de-ab58-293e6d373b03} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15010 | 2024.12.12 04:14:18.413529 [ 264 ] {76224dd9-c9de-45de-ab58-293e6d373b03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
| 15011 | 2024.12.12 04:14:18.413910 [ 264 ] {76224dd9-c9de-45de-ab58-293e6d373b03} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15012 | 2024.12.12 04:14:18.414147 [ 264 ] {76224dd9-c9de-45de-ab58-293e6d373b03} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15013 | 2024.12.12 04:14:18.414330 [ 264 ] {76224dd9-c9de-45de-ab58-293e6d373b03} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001426 sec., 57503.50631136045 rows/sec., 3.65 MiB/sec. | ||
| 15014 | 2024.12.12 04:14:18.414385 [ 264 ] {76224dd9-c9de-45de-ab58-293e6d373b03} <Debug> TCPHandler: Processed in 0.001636713 sec. | ||
| 15015 | 2024.12.12 04:14:19.195978 [ 221 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): 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] | ||
| 15016 | 2024.12.12 04:14:19.196079 [ 221 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): 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] | ||
| 15017 | 2024.12.12 04:14:19.197804 [ 221 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): 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] | ||
| 15018 | 2024.12.12 04:14:19.538206 [ 218 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): 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] | ||
| 15019 | 2024.12.12 04:14:19.538259 [ 218 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): 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] | ||
| 15020 | 2024.12.12 04:14:19.540206 [ 218 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): 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] | ||
| 15021 | 2024.12.12 04:14:21.670343 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15022 | 2024.12.12 04:14:21.670448 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15023 | 2024.12.12 04:14:21.910435 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 | ||
| 15024 | 2024.12.12 04:14:21.911119 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15025 | 2024.12.12 04:14:21.911164 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15026 | 2024.12.12 04:14:21.911712 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15027 | 2024.12.12 04:14:21.911975 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15028 | 2024.12.12 04:14:21.912221 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 15029 | 2024.12.12 04:14:23.379836 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15030 | 2024.12.12 04:14:23.380055 [ 264 ] {002310f0-4edb-4de9-8cc7-9d044b84b7da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15031 | 2024.12.12 04:14:23.380140 [ 264 ] {002310f0-4edb-4de9-8cc7-9d044b84b7da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15032 | 2024.12.12 04:14:23.381013 [ 264 ] {002310f0-4edb-4de9-8cc7-9d044b84b7da} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15033 | 2024.12.12 04:14:23.381065 [ 264 ] {002310f0-4edb-4de9-8cc7-9d044b84b7da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15034 | 2024.12.12 04:14:23.381506 [ 264 ] {002310f0-4edb-4de9-8cc7-9d044b84b7da} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15035 | 2024.12.12 04:14:23.381772 [ 264 ] {002310f0-4edb-4de9-8cc7-9d044b84b7da} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15036 | 2024.12.12 04:14:23.381986 [ 132 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15037 | 2024.12.12 04:14:23.382013 [ 264 ] {002310f0-4edb-4de9-8cc7-9d044b84b7da} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00202 sec., 27722.772277227723 rows/sec., 2.13 MiB/sec. | ||
| 15038 | 2024.12.12 04:14:23.382070 [ 132 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15039 | 2024.12.12 04:14:23.382137 [ 264 ] {002310f0-4edb-4de9-8cc7-9d044b84b7da} <Debug> TCPHandler: Processed in 0.002444474 sec. | ||
| 15040 | 2024.12.12 04:14:23.382143 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15041 | 2024.12.12 04:14:23.382423 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 15042 | 2024.12.12 04:14:23.382460 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15043 | 2024.12.12 04:14:23.382810 [ 263 ] {0836b087-4ecd-4de2-a22f-890cd1c46d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15044 | 2024.12.12 04:14:23.382828 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15045 | 2024.12.12 04:14:23.382920 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1432 rows starting from the beginning of the part | ||
| 15046 | 2024.12.12 04:14:23.382936 [ 263 ] {0836b087-4ecd-4de2-a22f-890cd1c46d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15047 | 2024.12.12 04:14:23.383315 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 15048 | 2024.12.12 04:14:23.383663 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 281 rows starting from the beginning of the part | ||
| 15049 | 2024.12.12 04:14:23.384143 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1196 rows starting from the beginning of the part | ||
| 15050 | 2024.12.12 04:14:23.384495 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 281 rows starting from the beginning of the part | ||
| 15051 | 2024.12.12 04:14:23.384855 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 56 rows starting from the beginning of the part | ||
| 15052 | 2024.12.12 04:14:23.386008 [ 263 ] {0836b087-4ecd-4de2-a22f-890cd1c46d98} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15053 | 2024.12.12 04:14:23.386087 [ 263 ] {0836b087-4ecd-4de2-a22f-890cd1c46d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15054 | 2024.12.12 04:14:23.387171 [ 263 ] {0836b087-4ecd-4de2-a22f-890cd1c46d98} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15055 | 2024.12.12 04:14:23.387607 [ 263 ] {0836b087-4ecd-4de2-a22f-890cd1c46d98} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15056 | 2024.12.12 04:14:23.387814 [ 132 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15057 | 2024.12.12 04:14:23.387865 [ 132 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15058 | 2024.12.12 04:14:23.387895 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15059 | 2024.12.12 04:14:23.387895 [ 263 ] {0836b087-4ecd-4de2-a22f-890cd1c46d98} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005217 sec., 12267.58673567184 rows/sec., 980.49 KiB/sec. | ||
| 15060 | 2024.12.12 04:14:23.388361 [ 263 ] {0836b087-4ecd-4de2-a22f-890cd1c46d98} <Debug> TCPHandler: Processed in 0.006052848 sec. | ||
| 15061 | 2024.12.12 04:14:23.388422 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 15062 | 2024.12.12 04:14:23.388770 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15063 | 2024.12.12 04:14:23.389300 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15064 | 2024.12.12 04:14:23.389397 [ 264 ] {d57c39f3-5d34-418b-bf89-21d7f01d31a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15065 | 2024.12.12 04:14:23.389512 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 913 rows starting from the beginning of the part | ||
| 15066 | 2024.12.12 04:14:23.389781 [ 264 ] {d57c39f3-5d34-418b-bf89-21d7f01d31a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15067 | 2024.12.12 04:14:23.390225 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 15068 | 2024.12.12 04:14:23.390768 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 421 rows starting from the beginning of the part | ||
| 15069 | 2024.12.12 04:14:23.391585 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3302 rows, containing 5 columns (5 merged, 0 gathered) in 0.009280014 sec., 355818.42872219806 rows/sec., 31.18 MiB/sec. | ||
| 15070 | 2024.12.12 04:14:23.391632 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 520 rows starting from the beginning of the part | ||
| 15071 | 2024.12.12 04:14:23.392288 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 421 rows starting from the beginning of the part | ||
| 15072 | 2024.12.12 04:14:23.392585 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15073 | 2024.12.12 04:14:23.392843 [ 199 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part | ||
| 15074 | 2024.12.12 04:14:23.394041 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_121_24} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15075 | 2024.12.12 04:14:23.394351 [ 194 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_121_24} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15076 | 2024.12.12 04:14:23.394612 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 15077 | 2024.12.12 04:14:23.394860 [ 264 ] {d57c39f3-5d34-418b-bf89-21d7f01d31a4} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15078 | 2024.12.12 04:14:23.394926 [ 264 ] {d57c39f3-5d34-418b-bf89-21d7f01d31a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15079 | 2024.12.12 04:14:23.395999 [ 264 ] {d57c39f3-5d34-418b-bf89-21d7f01d31a4} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15080 | 2024.12.12 04:14:23.396385 [ 264 ] {d57c39f3-5d34-418b-bf89-21d7f01d31a4} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15081 | 2024.12.12 04:14:23.396820 [ 264 ] {d57c39f3-5d34-418b-bf89-21d7f01d31a4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00767 sec., 20860.495436766625 rows/sec., 1.45 MiB/sec. | ||
| 15082 | 2024.12.12 04:14:23.397052 [ 264 ] {d57c39f3-5d34-418b-bf89-21d7f01d31a4} <Debug> TCPHandler: Processed in 0.008528312 sec. | ||
| 15083 | 2024.12.12 04:14:23.397059 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.009067607 sec., 265009.27973609796 rows/sec., 20.32 MiB/sec. | ||
| 15084 | 2024.12.12 04:14:23.397265 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15085 | 2024.12.12 04:14:23.397317 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15086 | 2024.12.12 04:14:23.397508 [ 263 ] {5361966b-1b74-43b1-9e93-68eadf2e680e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15087 | 2024.12.12 04:14:23.397633 [ 263 ] {5361966b-1b74-43b1-9e93-68eadf2e680e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15088 | 2024.12.12 04:14:23.397920 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_121_24} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15089 | 2024.12.12 04:14:23.398158 [ 187 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_121_24} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15090 | 2024.12.12 04:14:23.398330 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 15091 | 2024.12.12 04:14:23.398627 [ 263 ] {5361966b-1b74-43b1-9e93-68eadf2e680e} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15092 | 2024.12.12 04:14:23.398672 [ 263 ] {5361966b-1b74-43b1-9e93-68eadf2e680e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15093 | 2024.12.12 04:14:23.399073 [ 263 ] {5361966b-1b74-43b1-9e93-68eadf2e680e} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15094 | 2024.12.12 04:14:23.399327 [ 263 ] {5361966b-1b74-43b1-9e93-68eadf2e680e} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15095 | 2024.12.12 04:14:23.399481 [ 132 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15096 | 2024.12.12 04:14:23.399521 [ 132 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15097 | 2024.12.12 04:14:23.399521 [ 263 ] {5361966b-1b74-43b1-9e93-68eadf2e680e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002074 sec., 28929.604628736743 rows/sec., 1.95 MiB/sec. | ||
| 15098 | 2024.12.12 04:14:23.399544 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15099 | 2024.12.12 04:14:23.399660 [ 263 ] {5361966b-1b74-43b1-9e93-68eadf2e680e} <Debug> TCPHandler: Processed in 0.002478104 sec. | ||
| 15100 | 2024.12.12 04:14:23.399770 [ 189 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 15101 | 2024.12.12 04:14:23.399932 [ 189 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15102 | 2024.12.12 04:14:23.399972 [ 189 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 8020 rows starting from the beginning of the part | ||
| 15103 | 2024.12.12 04:14:23.400090 [ 189 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 15104 | 2024.12.12 04:14:23.400284 [ 189 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 15105 | 2024.12.12 04:14:23.400482 [ 189 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part | ||
| 15106 | 2024.12.12 04:14:23.400620 [ 189 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 82 rows starting from the beginning of the part | ||
| 15107 | 2024.12.12 04:14:23.400834 [ 189 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part | ||
| 15108 | 2024.12.12 04:14:23.403594 [ 192 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8364 rows, containing 4 columns (4 merged, 0 gathered) in 0.00394018 sec., 2122745.6613657246 rows/sec., 138.48 MiB/sec. | ||
| 15109 | 2024.12.12 04:14:23.403790 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15110 | 2024.12.12 04:14:23.404098 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_121_24} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15111 | 2024.12.12 04:14:23.404190 [ 193 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_121_24} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15112 | 2024.12.12 04:14:23.404279 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
| 15113 | 2024.12.12 04:14:24.565714 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618 | ||
| 15114 | 2024.12.12 04:14:24.588643 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15115 | 2024.12.12 04:14:24.588708 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15116 | 2024.12.12 04:14:24.596292 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15117 | 2024.12.12 04:14:24.597115 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15118 | 2024.12.12 04:14:24.601345 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
| 15119 | 2024.12.12 04:14:27.113835 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2084 | ||
| 15120 | 2024.12.12 04:14:27.117166 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15121 | 2024.12.12 04:14:27.117229 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15122 | 2024.12.12 04:14:27.118795 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15123 | 2024.12.12 04:14:27.119135 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15124 | 2024.12.12 04:14:27.119415 [ 140 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 15125 | 2024.12.12 04:14:27.119559 [ 140 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15126 | 2024.12.12 04:14:27.119627 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15127 | 2024.12.12 04:14:27.120675 [ 201 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 15128 | 2024.12.12 04:14:27.121530 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2084 | ||
| 15129 | 2024.12.12 04:14:27.122100 [ 201 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15130 | 2024.12.12 04:14:27.122314 [ 201 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1924 rows starting from the beginning of the part | ||
| 15131 | 2024.12.12 04:14:27.123065 [ 201 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part | ||
| 15132 | 2024.12.12 04:14:27.123734 [ 201 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 15133 | 2024.12.12 04:14:27.124355 [ 201 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part | ||
| 15134 | 2024.12.12 04:14:27.124968 [ 201 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part | ||
| 15135 | 2024.12.12 04:14:27.125599 [ 201 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::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 | ||
| 15136 | 2024.12.12 04:14:27.136082 [ 190 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2084 rows, containing 72 columns (72 merged, 0 gathered) in 0.016268037 sec., 128103.96238956183 rows/sec., 97.22 MiB/sec. | ||
| 15137 | 2024.12.12 04:14:27.138150 [ 190 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 15138 | 2024.12.12 04:14:27.138977 [ 190 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_61_12} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15139 | 2024.12.12 04:14:27.139063 [ 190 ] {5b5a6fc0-8e96-49b5-8923-4fb5202dc509::all_1_61_12} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 15140 | 2024.12.12 04:14:27.139422 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.65 MiB. | ||
| 15141 | 2024.12.12 04:14:28.386926 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15142 | 2024.12.12 04:14:28.387115 [ 264 ] {a4e9a301-e14f-42fd-bb2b-b4e3f52c282a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15143 | 2024.12.12 04:14:28.387186 [ 264 ] {a4e9a301-e14f-42fd-bb2b-b4e3f52c282a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15144 | 2024.12.12 04:14:28.387939 [ 264 ] {a4e9a301-e14f-42fd-bb2b-b4e3f52c282a} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15145 | 2024.12.12 04:14:28.387984 [ 264 ] {a4e9a301-e14f-42fd-bb2b-b4e3f52c282a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15146 | 2024.12.12 04:14:28.388418 [ 264 ] {a4e9a301-e14f-42fd-bb2b-b4e3f52c282a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15147 | 2024.12.12 04:14:28.388673 [ 264 ] {a4e9a301-e14f-42fd-bb2b-b4e3f52c282a} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15148 | 2024.12.12 04:14:28.388910 [ 264 ] {a4e9a301-e14f-42fd-bb2b-b4e3f52c282a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00185 sec., 7567.5675675675675 rows/sec., 544.76 KiB/sec. | ||
| 15149 | 2024.12.12 04:14:28.388970 [ 264 ] {a4e9a301-e14f-42fd-bb2b-b4e3f52c282a} <Debug> TCPHandler: Processed in 0.002179427 sec. | ||
| 15150 | 2024.12.12 04:14:28.389235 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15151 | 2024.12.12 04:14:28.389429 [ 263 ] {8891b20e-5617-4cb5-af6a-1f5b48bad9cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15152 | 2024.12.12 04:14:28.389509 [ 263 ] {8891b20e-5617-4cb5-af6a-1f5b48bad9cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15153 | 2024.12.12 04:14:28.390330 [ 263 ] {8891b20e-5617-4cb5-af6a-1f5b48bad9cf} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15154 | 2024.12.12 04:14:28.390390 [ 263 ] {8891b20e-5617-4cb5-af6a-1f5b48bad9cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15155 | 2024.12.12 04:14:28.390846 [ 263 ] {8891b20e-5617-4cb5-af6a-1f5b48bad9cf} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 15156 | 2024.12.12 04:14:28.391122 [ 263 ] {8891b20e-5617-4cb5-af6a-1f5b48bad9cf} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15157 | 2024.12.12 04:14:28.391380 [ 263 ] {8891b20e-5617-4cb5-af6a-1f5b48bad9cf} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002004 sec., 4990.01996007984 rows/sec., 406.90 KiB/sec. | ||
| 15158 | 2024.12.12 04:14:28.391458 [ 263 ] {8891b20e-5617-4cb5-af6a-1f5b48bad9cf} <Debug> TCPHandler: Processed in 0.002356071 sec. | ||
| 15159 | 2024.12.12 04:14:28.391617 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15160 | 2024.12.12 04:14:28.391742 [ 264 ] {6ff983f7-3d00-47f8-bfe1-d2e339bcb6e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15161 | 2024.12.12 04:14:28.391794 [ 264 ] {6ff983f7-3d00-47f8-bfe1-d2e339bcb6e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15162 | 2024.12.12 04:14:28.392550 [ 264 ] {6ff983f7-3d00-47f8-bfe1-d2e339bcb6e7} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15163 | 2024.12.12 04:14:28.392594 [ 264 ] {6ff983f7-3d00-47f8-bfe1-d2e339bcb6e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15164 | 2024.12.12 04:14:28.393017 [ 264 ] {6ff983f7-3d00-47f8-bfe1-d2e339bcb6e7} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15165 | 2024.12.12 04:14:28.393277 [ 264 ] {6ff983f7-3d00-47f8-bfe1-d2e339bcb6e7} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15166 | 2024.12.12 04:14:28.393494 [ 264 ] {6ff983f7-3d00-47f8-bfe1-d2e339bcb6e7} <Debug> executeQuery: Read 286 rows, 25.79 KiB in 0.001779 sec., 160764.47442383363 rows/sec., 14.16 MiB/sec. | ||
| 15167 | 2024.12.12 04:14:28.393557 [ 264 ] {6ff983f7-3d00-47f8-bfe1-d2e339bcb6e7} <Debug> TCPHandler: Processed in 0.001997193 sec. | ||
| 15168 | 2024.12.12 04:14:28.393559 [ 222 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 15169 | 2024.12.12 04:14:28.393607 [ 222 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 15170 | 2024.12.12 04:14:28.393762 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15171 | 2024.12.12 04:14:28.393908 [ 263 ] {af765540-83f7-4165-9b9d-a7d3e6e06341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15172 | 2024.12.12 04:14:28.393981 [ 263 ] {af765540-83f7-4165-9b9d-a7d3e6e06341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15173 | 2024.12.12 04:14:28.395286 [ 263 ] {af765540-83f7-4165-9b9d-a7d3e6e06341} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15174 | 2024.12.12 04:14:28.395349 [ 263 ] {af765540-83f7-4165-9b9d-a7d3e6e06341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15175 | 2024.12.12 04:14:28.396144 [ 263 ] {af765540-83f7-4165-9b9d-a7d3e6e06341} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 15176 | 2024.12.12 04:14:28.396587 [ 263 ] {af765540-83f7-4165-9b9d-a7d3e6e06341} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15177 | 2024.12.12 04:14:28.397058 [ 263 ] {af765540-83f7-4165-9b9d-a7d3e6e06341} <Debug> executeQuery: Read 56 rows, 4.09 KiB in 0.003182 sec., 17598.99434318039 rows/sec., 1.25 MiB/sec. | ||
| 15178 | 2024.12.12 04:14:28.397116 [ 263 ] {af765540-83f7-4165-9b9d-a7d3e6e06341} <Debug> TCPHandler: Processed in 0.00345891 sec. | ||
| 15179 | 2024.12.12 04:14:28.397277 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15180 | 2024.12.12 04:14:28.397350 [ 222 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 15181 | 2024.12.12 04:14:28.397439 [ 264 ] {d3178c02-ffaf-4d44-b1af-3d377f5d0593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15182 | 2024.12.12 04:14:28.397518 [ 264 ] {d3178c02-ffaf-4d44-b1af-3d377f5d0593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15183 | 2024.12.12 04:14:28.398505 [ 264 ] {d3178c02-ffaf-4d44-b1af-3d377f5d0593} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15184 | 2024.12.12 04:14:28.398547 [ 264 ] {d3178c02-ffaf-4d44-b1af-3d377f5d0593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15185 | 2024.12.12 04:14:28.398909 [ 264 ] {d3178c02-ffaf-4d44-b1af-3d377f5d0593} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15186 | 2024.12.12 04:14:28.399165 [ 264 ] {d3178c02-ffaf-4d44-b1af-3d377f5d0593} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15187 | 2024.12.12 04:14:28.399381 [ 264 ] {d3178c02-ffaf-4d44-b1af-3d377f5d0593} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001995 sec., 7017.543859649123 rows/sec., 491.46 KiB/sec. | ||
| 15188 | 2024.12.12 04:14:28.399441 [ 264 ] {d3178c02-ffaf-4d44-b1af-3d377f5d0593} <Debug> TCPHandler: Processed in 0.002232788 sec. | ||
| 15189 | 2024.12.12 04:14:28.399673 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15190 | 2024.12.12 04:14:28.399886 [ 263 ] {1d06ce25-ba5b-4cd3-9bb6-7c02c261284d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15191 | 2024.12.12 04:14:28.399972 [ 263 ] {1d06ce25-ba5b-4cd3-9bb6-7c02c261284d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15192 | 2024.12.12 04:14:28.400582 [ 263 ] {1d06ce25-ba5b-4cd3-9bb6-7c02c261284d} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15193 | 2024.12.12 04:14:28.400623 [ 263 ] {1d06ce25-ba5b-4cd3-9bb6-7c02c261284d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15194 | 2024.12.12 04:14:28.400981 [ 263 ] {1d06ce25-ba5b-4cd3-9bb6-7c02c261284d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15195 | 2024.12.12 04:14:28.401230 [ 263 ] {1d06ce25-ba5b-4cd3-9bb6-7c02c261284d} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15196 | 2024.12.12 04:14:28.401444 [ 263 ] {1d06ce25-ba5b-4cd3-9bb6-7c02c261284d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001613 sec., 8059.516429014258 rows/sec., 502.51 KiB/sec. | ||
| 15197 | 2024.12.12 04:14:28.401500 [ 263 ] {1d06ce25-ba5b-4cd3-9bb6-7c02c261284d} <Debug> TCPHandler: Processed in 0.001962331 sec. | ||
| 15198 | 2024.12.12 04:14:28.401646 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15199 | 2024.12.12 04:14:28.401764 [ 264 ] {16904ad4-08cc-4963-be79-5d50ce173ad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15200 | 2024.12.12 04:14:28.401813 [ 264 ] {16904ad4-08cc-4963-be79-5d50ce173ad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15201 | 2024.12.12 04:14:28.402563 [ 264 ] {16904ad4-08cc-4963-be79-5d50ce173ad2} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15202 | 2024.12.12 04:14:28.402603 [ 264 ] {16904ad4-08cc-4963-be79-5d50ce173ad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15203 | 2024.12.12 04:14:28.402987 [ 264 ] {16904ad4-08cc-4963-be79-5d50ce173ad2} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15204 | 2024.12.12 04:14:28.403235 [ 264 ] {16904ad4-08cc-4963-be79-5d50ce173ad2} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15205 | 2024.12.12 04:14:28.403452 [ 264 ] {16904ad4-08cc-4963-be79-5d50ce173ad2} <Debug> executeQuery: Read 431 rows, 31.62 KiB in 0.001708 sec., 252341.92037470723 rows/sec., 18.08 MiB/sec. | ||
| 15206 | 2024.12.12 04:14:28.403511 [ 264 ] {16904ad4-08cc-4963-be79-5d50ce173ad2} <Debug> TCPHandler: Processed in 0.00192467 sec. | ||
| 15207 | 2024.12.12 04:14:28.403528 [ 218 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 15208 | 2024.12.12 04:14:28.403572 [ 218 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 15209 | 2024.12.12 04:14:28.403689 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15210 | 2024.12.12 04:14:28.403861 [ 263 ] {ec600194-6780-4291-a13e-5210d241fb25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15211 | 2024.12.12 04:14:28.403970 [ 263 ] {ec600194-6780-4291-a13e-5210d241fb25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15212 | 2024.12.12 04:14:28.405153 [ 263 ] {ec600194-6780-4291-a13e-5210d241fb25} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15213 | 2024.12.12 04:14:28.405194 [ 263 ] {ec600194-6780-4291-a13e-5210d241fb25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15214 | 2024.12.12 04:14:28.405990 [ 263 ] {ec600194-6780-4291-a13e-5210d241fb25} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15215 | 2024.12.12 04:14:28.406376 [ 263 ] {ec600194-6780-4291-a13e-5210d241fb25} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15216 | 2024.12.12 04:14:28.406799 [ 263 ] {ec600194-6780-4291-a13e-5210d241fb25} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002958 sec., 2028.3975659229209 rows/sec., 105.98 KiB/sec. | ||
| 15217 | 2024.12.12 04:14:28.407007 [ 263 ] {ec600194-6780-4291-a13e-5210d241fb25} <Debug> TCPHandler: Processed in 0.003417039 sec. | ||
| 15218 | 2024.12.12 04:14:28.407193 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15219 | 2024.12.12 04:14:28.407337 [ 218 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 15220 | 2024.12.12 04:14:28.407350 [ 264 ] {19a57d91-e91b-4197-b9be-a3b3bf8ed536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15221 | 2024.12.12 04:14:28.407472 [ 264 ] {19a57d91-e91b-4197-b9be-a3b3bf8ed536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15222 | 2024.12.12 04:14:28.408503 [ 264 ] {19a57d91-e91b-4197-b9be-a3b3bf8ed536} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15223 | 2024.12.12 04:14:28.408585 [ 264 ] {19a57d91-e91b-4197-b9be-a3b3bf8ed536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15224 | 2024.12.12 04:14:28.408996 [ 264 ] {19a57d91-e91b-4197-b9be-a3b3bf8ed536} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15225 | 2024.12.12 04:14:28.409252 [ 264 ] {19a57d91-e91b-4197-b9be-a3b3bf8ed536} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15226 | 2024.12.12 04:14:28.409477 [ 264 ] {19a57d91-e91b-4197-b9be-a3b3bf8ed536} <Debug> executeQuery: Read 242 rows, 16.62 KiB in 0.00216 sec., 112037.03703703704 rows/sec., 7.51 MiB/sec. | ||
| 15227 | 2024.12.12 04:14:28.409532 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 15228 | 2024.12.12 04:14:28.409563 [ 264 ] {19a57d91-e91b-4197-b9be-a3b3bf8ed536} <Debug> TCPHandler: Processed in 0.002446494 sec. | ||
| 15229 | 2024.12.12 04:14:28.409595 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 15230 | 2024.12.12 04:14:28.409799 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15231 | 2024.12.12 04:14:28.410079 [ 263 ] {7b7c7bc5-c08e-4ebc-b13a-eee3e8b5be43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15232 | 2024.12.12 04:14:28.410187 [ 263 ] {7b7c7bc5-c08e-4ebc-b13a-eee3e8b5be43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15233 | 2024.12.12 04:14:28.411211 [ 263 ] {7b7c7bc5-c08e-4ebc-b13a-eee3e8b5be43} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15234 | 2024.12.12 04:14:28.411257 [ 263 ] {7b7c7bc5-c08e-4ebc-b13a-eee3e8b5be43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15235 | 2024.12.12 04:14:28.412015 [ 263 ] {7b7c7bc5-c08e-4ebc-b13a-eee3e8b5be43} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15236 | 2024.12.12 04:14:28.412420 [ 263 ] {7b7c7bc5-c08e-4ebc-b13a-eee3e8b5be43} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15237 | 2024.12.12 04:14:28.412801 [ 225 ] {} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): 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] | ||
| 15238 | 2024.12.12 04:14:28.412890 [ 263 ] {7b7c7bc5-c08e-4ebc-b13a-eee3e8b5be43} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002837 sec., 352.4850193866761 rows/sec., 23.75 KiB/sec. | ||
| 15239 | 2024.12.12 04:14:28.412897 [ 225 ] {} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): 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] | ||
| 15240 | 2024.12.12 04:14:28.413224 [ 263 ] {7b7c7bc5-c08e-4ebc-b13a-eee3e8b5be43} <Debug> TCPHandler: Processed in 0.003546942 sec. | ||
| 15241 | 2024.12.12 04:14:28.413438 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15242 | 2024.12.12 04:14:28.413712 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 15243 | 2024.12.12 04:14:28.413753 [ 264 ] {d9a0f0e0-f1ef-4dd5-b5f3-ebca55142240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15244 | 2024.12.12 04:14:28.414237 [ 264 ] {d9a0f0e0-f1ef-4dd5-b5f3-ebca55142240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15245 | 2024.12.12 04:14:28.419121 [ 225 ] {} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): 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] | ||
| 15246 | 2024.12.12 04:14:28.419560 [ 264 ] {d9a0f0e0-f1ef-4dd5-b5f3-ebca55142240} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15247 | 2024.12.12 04:14:28.419615 [ 264 ] {d9a0f0e0-f1ef-4dd5-b5f3-ebca55142240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15248 | 2024.12.12 04:14:28.420836 [ 264 ] {d9a0f0e0-f1ef-4dd5-b5f3-ebca55142240} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15249 | 2024.12.12 04:14:28.421117 [ 264 ] {d9a0f0e0-f1ef-4dd5-b5f3-ebca55142240} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15250 | 2024.12.12 04:14:28.421300 [ 139 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 15251 | 2024.12.12 04:14:28.421370 [ 139 ] {} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15252 | 2024.12.12 04:14:28.421402 [ 264 ] {d9a0f0e0-f1ef-4dd5-b5f3-ebca55142240} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00773 sec., 5045.278137128073 rows/sec., 9.04 MiB/sec. | ||
| 15253 | 2024.12.12 04:14:28.421413 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15254 | 2024.12.12 04:14:28.421707 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::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 | ||
| 15255 | 2024.12.12 04:14:28.421738 [ 264 ] {d9a0f0e0-f1ef-4dd5-b5f3-ebca55142240} <Debug> TCPHandler: Processed in 0.008390159 sec. | ||
| 15256 | 2024.12.12 04:14:28.421994 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15257 | 2024.12.12 04:14:28.422143 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15258 | 2024.12.12 04:14:28.422267 [ 263 ] {b9a2c63a-0bc3-4a55-af7f-b9a20ed102c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15259 | 2024.12.12 04:14:28.422289 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2115 rows starting from the beginning of the part | ||
| 15260 | 2024.12.12 04:14:28.422394 [ 263 ] {b9a2c63a-0bc3-4a55-af7f-b9a20ed102c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15261 | 2024.12.12 04:14:28.423106 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 39 rows starting from the beginning of the part | ||
| 15262 | 2024.12.12 04:14:28.423828 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 39 rows starting from the beginning of the part | ||
| 15263 | 2024.12.12 04:14:28.424664 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 39 rows starting from the beginning of the part | ||
| 15264 | 2024.12.12 04:14:28.424899 [ 263 ] {b9a2c63a-0bc3-4a55-af7f-b9a20ed102c6} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15265 | 2024.12.12 04:14:28.425056 [ 263 ] {b9a2c63a-0bc3-4a55-af7f-b9a20ed102c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15266 | 2024.12.12 04:14:28.425443 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 39 rows starting from the beginning of the part | ||
| 15267 | 2024.12.12 04:14:28.426050 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 39 rows starting from the beginning of the part | ||
| 15268 | 2024.12.12 04:14:28.426950 [ 263 ] {b9a2c63a-0bc3-4a55-af7f-b9a20ed102c6} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15269 | 2024.12.12 04:14:28.427535 [ 263 ] {b9a2c63a-0bc3-4a55-af7f-b9a20ed102c6} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15270 | 2024.12.12 04:14:28.428077 [ 220 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 15271 | 2024.12.12 04:14:28.428170 [ 263 ] {b9a2c63a-0bc3-4a55-af7f-b9a20ed102c6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005961 sec., 13756.081194430464 rows/sec., 894.65 KiB/sec. | ||
| 15272 | 2024.12.12 04:14:28.428171 [ 220 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 15273 | 2024.12.12 04:14:28.428392 [ 263 ] {b9a2c63a-0bc3-4a55-af7f-b9a20ed102c6} <Debug> TCPHandler: Processed in 0.006543051 sec. | ||
| 15274 | 2024.12.12 04:14:28.431676 [ 220 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 15275 | 2024.12.12 04:14:28.438601 [ 198 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2310 rows, containing 19 columns (19 merged, 0 gathered) in 0.017052785 sec., 135461.74422535673 rows/sec., 242.74 MiB/sec. | ||
| 15276 | 2024.12.12 04:14:28.440834 [ 197 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 15277 | 2024.12.12 04:14:28.441307 [ 197 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15278 | 2024.12.12 04:14:28.441399 [ 197 ] {d4f5d093-ade2-41c6-8291-0d574a7c68ed::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 15279 | 2024.12.12 04:14:28.441584 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.62 MiB. | ||
| 15280 | 2024.12.12 04:14:29.412346 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 | ||
| 15281 | 2024.12.12 04:14:29.413040 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15282 | 2024.12.12 04:14:29.413099 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15283 | 2024.12.12 04:14:29.413665 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15284 | 2024.12.12 04:14:29.413939 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15285 | 2024.12.12 04:14:29.414206 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 | ||
| 15286 | 2024.12.12 04:14:32.101420 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626 | ||
| 15287 | 2024.12.12 04:14:32.124879 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15288 | 2024.12.12 04:14:32.124952 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15289 | 2024.12.12 04:14:32.132573 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15290 | 2024.12.12 04:14:32.133437 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15291 | 2024.12.12 04:14:32.139323 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 15292 | 2024.12.12 04:14:33.379831 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15293 | 2024.12.12 04:14:33.380025 [ 264 ] {4e18a8d0-fb77-4ed9-a0be-e834600148f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15294 | 2024.12.12 04:14:33.380100 [ 264 ] {4e18a8d0-fb77-4ed9-a0be-e834600148f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15295 | 2024.12.12 04:14:33.380965 [ 264 ] {4e18a8d0-fb77-4ed9-a0be-e834600148f4} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15296 | 2024.12.12 04:14:33.381018 [ 264 ] {4e18a8d0-fb77-4ed9-a0be-e834600148f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15297 | 2024.12.12 04:14:33.381485 [ 264 ] {4e18a8d0-fb77-4ed9-a0be-e834600148f4} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15298 | 2024.12.12 04:14:33.381781 [ 264 ] {4e18a8d0-fb77-4ed9-a0be-e834600148f4} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15299 | 2024.12.12 04:14:33.382009 [ 264 ] {4e18a8d0-fb77-4ed9-a0be-e834600148f4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002037 sec., 27491.408934707903 rows/sec., 2.11 MiB/sec. | ||
| 15300 | 2024.12.12 04:14:33.382068 [ 264 ] {4e18a8d0-fb77-4ed9-a0be-e834600148f4} <Debug> TCPHandler: Processed in 0.002375542 sec. | ||
| 15301 | 2024.12.12 04:14:33.382323 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15302 | 2024.12.12 04:14:33.382513 [ 263 ] {77f88c27-e978-4671-aa5d-2034777775ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15303 | 2024.12.12 04:14:33.382587 [ 263 ] {77f88c27-e978-4671-aa5d-2034777775ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15304 | 2024.12.12 04:14:33.383368 [ 263 ] {77f88c27-e978-4671-aa5d-2034777775ca} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15305 | 2024.12.12 04:14:33.383425 [ 263 ] {77f88c27-e978-4671-aa5d-2034777775ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15306 | 2024.12.12 04:14:33.383889 [ 263 ] {77f88c27-e978-4671-aa5d-2034777775ca} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15307 | 2024.12.12 04:14:33.384144 [ 263 ] {77f88c27-e978-4671-aa5d-2034777775ca} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15308 | 2024.12.12 04:14:33.384397 [ 263 ] {77f88c27-e978-4671-aa5d-2034777775ca} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00193 sec., 33160.62176165803 rows/sec., 2.59 MiB/sec. | ||
| 15309 | 2024.12.12 04:14:33.384490 [ 263 ] {77f88c27-e978-4671-aa5d-2034777775ca} <Debug> TCPHandler: Processed in 0.00229668 sec. | ||
| 15310 | 2024.12.12 04:14:33.384715 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15311 | 2024.12.12 04:14:33.384938 [ 264 ] {040352a4-e391-4135-8a8f-750fe4f4e11c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15312 | 2024.12.12 04:14:33.384997 [ 264 ] {040352a4-e391-4135-8a8f-750fe4f4e11c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15313 | 2024.12.12 04:14:33.385623 [ 264 ] {040352a4-e391-4135-8a8f-750fe4f4e11c} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15314 | 2024.12.12 04:14:33.385665 [ 264 ] {040352a4-e391-4135-8a8f-750fe4f4e11c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15315 | 2024.12.12 04:14:33.386079 [ 264 ] {040352a4-e391-4135-8a8f-750fe4f4e11c} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15316 | 2024.12.12 04:14:33.386356 [ 264 ] {040352a4-e391-4135-8a8f-750fe4f4e11c} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15317 | 2024.12.12 04:14:33.386582 [ 264 ] {040352a4-e391-4135-8a8f-750fe4f4e11c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001701 sec., 94062.31628453851 rows/sec., 6.55 MiB/sec. | ||
| 15318 | 2024.12.12 04:14:33.386636 [ 264 ] {040352a4-e391-4135-8a8f-750fe4f4e11c} <Debug> TCPHandler: Processed in 0.002037843 sec. | ||
| 15319 | 2024.12.12 04:14:33.386814 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15320 | 2024.12.12 04:14:33.386938 [ 263 ] {a76ec104-4a5c-485e-b138-027df0ef8b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15321 | 2024.12.12 04:14:33.386994 [ 263 ] {a76ec104-4a5c-485e-b138-027df0ef8b3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15322 | 2024.12.12 04:14:33.387523 [ 263 ] {a76ec104-4a5c-485e-b138-027df0ef8b3f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15323 | 2024.12.12 04:14:33.387563 [ 263 ] {a76ec104-4a5c-485e-b138-027df0ef8b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15324 | 2024.12.12 04:14:33.387944 [ 263 ] {a76ec104-4a5c-485e-b138-027df0ef8b3f} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15325 | 2024.12.12 04:14:33.388202 [ 263 ] {a76ec104-4a5c-485e-b138-027df0ef8b3f} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15326 | 2024.12.12 04:14:33.388413 [ 263 ] {a76ec104-4a5c-485e-b138-027df0ef8b3f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec. | ||
| 15327 | 2024.12.12 04:14:33.388464 [ 263 ] {a76ec104-4a5c-485e-b138-027df0ef8b3f} <Debug> TCPHandler: Processed in 0.001711335 sec. | ||
| 15328 | 2024.12.12 04:14:36.670498 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15329 | 2024.12.12 04:14:36.670573 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15330 | 2024.12.12 04:14:36.914347 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 | ||
| 15331 | 2024.12.12 04:14:36.915026 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15332 | 2024.12.12 04:14:36.915080 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15333 | 2024.12.12 04:14:36.915662 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15334 | 2024.12.12 04:14:36.915952 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15335 | 2024.12.12 04:14:36.916165 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 15336 | 2024.12.12 04:14:37.121754 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2116 | ||
| 15337 | 2024.12.12 04:14:37.125064 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15338 | 2024.12.12 04:14:37.125127 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15339 | 2024.12.12 04:14:37.126712 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 15340 | 2024.12.12 04:14:37.127035 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15341 | 2024.12.12 04:14:37.128676 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2116 | ||
| 15342 | 2024.12.12 04:14:38.256664 [ 219 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): 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] | ||
| 15343 | 2024.12.12 04:14:38.256718 [ 219 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): 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] | ||
| 15344 | 2024.12.12 04:14:38.258632 [ 219 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): 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] | ||
| 15345 | 2024.12.12 04:14:38.386757 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15346 | 2024.12.12 04:14:38.386952 [ 264 ] {72ae7976-4627-4bdc-bf66-889b99b9141d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15347 | 2024.12.12 04:14:38.387025 [ 264 ] {72ae7976-4627-4bdc-bf66-889b99b9141d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15348 | 2024.12.12 04:14:38.387779 [ 264 ] {72ae7976-4627-4bdc-bf66-889b99b9141d} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15349 | 2024.12.12 04:14:38.387821 [ 264 ] {72ae7976-4627-4bdc-bf66-889b99b9141d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15350 | 2024.12.12 04:14:38.388271 [ 264 ] {72ae7976-4627-4bdc-bf66-889b99b9141d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15351 | 2024.12.12 04:14:38.388533 [ 264 ] {72ae7976-4627-4bdc-bf66-889b99b9141d} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15352 | 2024.12.12 04:14:38.388747 [ 264 ] {72ae7976-4627-4bdc-bf66-889b99b9141d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001844 sec., 7592.190889370933 rows/sec., 546.54 KiB/sec. | ||
| 15353 | 2024.12.12 04:14:38.388855 [ 264 ] {72ae7976-4627-4bdc-bf66-889b99b9141d} <Debug> TCPHandler: Processed in 0.002231618 sec. | ||
| 15354 | 2024.12.12 04:14:38.389229 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15355 | 2024.12.12 04:14:38.389501 [ 263 ] {00be38f3-cc8b-43cb-a3cd-a7fff95b6708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15356 | 2024.12.12 04:14:38.389575 [ 263 ] {00be38f3-cc8b-43cb-a3cd-a7fff95b6708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15357 | 2024.12.12 04:14:38.390521 [ 263 ] {00be38f3-cc8b-43cb-a3cd-a7fff95b6708} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15358 | 2024.12.12 04:14:38.390569 [ 263 ] {00be38f3-cc8b-43cb-a3cd-a7fff95b6708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15359 | 2024.12.12 04:14:38.391046 [ 263 ] {00be38f3-cc8b-43cb-a3cd-a7fff95b6708} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15360 | 2024.12.12 04:14:38.391315 [ 263 ] {00be38f3-cc8b-43cb-a3cd-a7fff95b6708} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15361 | 2024.12.12 04:14:38.391563 [ 263 ] {00be38f3-cc8b-43cb-a3cd-a7fff95b6708} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002115 sec., 132860.52009456264 rows/sec., 11.74 MiB/sec. | ||
| 15362 | 2024.12.12 04:14:38.391643 [ 263 ] {00be38f3-cc8b-43cb-a3cd-a7fff95b6708} <Debug> TCPHandler: Processed in 0.002657919 sec. | ||
| 15363 | 2024.12.12 04:14:38.391852 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15364 | 2024.12.12 04:14:38.392022 [ 264 ] {a42c3592-845a-49e1-9725-312942ea33d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15365 | 2024.12.12 04:14:38.392074 [ 264 ] {a42c3592-845a-49e1-9725-312942ea33d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15366 | 2024.12.12 04:14:38.392673 [ 264 ] {a42c3592-845a-49e1-9725-312942ea33d1} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15367 | 2024.12.12 04:14:38.392712 [ 264 ] {a42c3592-845a-49e1-9725-312942ea33d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15368 | 2024.12.12 04:14:38.393075 [ 264 ] {a42c3592-845a-49e1-9725-312942ea33d1} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 15369 | 2024.12.12 04:14:38.393314 [ 264 ] {a42c3592-845a-49e1-9725-312942ea33d1} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15370 | 2024.12.12 04:14:38.393446 [ 126 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 15371 | 2024.12.12 04:14:38.393490 [ 126 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15372 | 2024.12.12 04:14:38.393496 [ 264 ] {a42c3592-845a-49e1-9725-312942ea33d1} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001499 sec., 30687.124749833223 rows/sec., 2.21 MiB/sec. | ||
| 15373 | 2024.12.12 04:14:38.393512 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15374 | 2024.12.12 04:14:38.393578 [ 264 ] {a42c3592-845a-49e1-9725-312942ea33d1} <Debug> TCPHandler: Processed in 0.001833898 sec. | ||
| 15375 | 2024.12.12 04:14:38.393992 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15376 | 2024.12.12 04:14:38.394141 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::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 | ||
| 15377 | 2024.12.12 04:14:38.394559 [ 263 ] {4f53ead9-c822-46fa-980d-d1441dfcd6a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15378 | 2024.12.12 04:14:38.394761 [ 263 ] {4f53ead9-c822-46fa-980d-d1441dfcd6a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15379 | 2024.12.12 04:14:38.394816 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15380 | 2024.12.12 04:14:38.394938 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 64 rows starting from the beginning of the part | ||
| 15381 | 2024.12.12 04:14:38.395158 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 48 rows starting from the beginning of the part | ||
| 15382 | 2024.12.12 04:14:38.395599 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 46 rows starting from the beginning of the part | ||
| 15383 | 2024.12.12 04:14:38.396024 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 46 rows starting from the beginning of the part | ||
| 15384 | 2024.12.12 04:14:38.396475 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part | ||
| 15385 | 2024.12.12 04:14:38.396785 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 46 rows starting from the beginning of the part | ||
| 15386 | 2024.12.12 04:14:38.397623 [ 263 ] {4f53ead9-c822-46fa-980d-d1441dfcd6a7} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15387 | 2024.12.12 04:14:38.397674 [ 263 ] {4f53ead9-c822-46fa-980d-d1441dfcd6a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15388 | 2024.12.12 04:14:38.398222 [ 263 ] {4f53ead9-c822-46fa-980d-d1441dfcd6a7} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15389 | 2024.12.12 04:14:38.398550 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 5 columns (5 merged, 0 gathered) in 0.004921799 sec., 62172.3885920575 rows/sec., 4.69 MiB/sec. | ||
| 15390 | 2024.12.12 04:14:38.398556 [ 263 ] {4f53ead9-c822-46fa-980d-d1441dfcd6a7} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15391 | 2024.12.12 04:14:38.398667 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 15392 | 2024.12.12 04:14:38.398885 [ 263 ] {4f53ead9-c822-46fa-980d-d1441dfcd6a7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00447 sec., 3131.991051454139 rows/sec., 219.34 KiB/sec. | ||
| 15393 | 2024.12.12 04:14:38.398969 [ 263 ] {4f53ead9-c822-46fa-980d-d1441dfcd6a7} <Debug> TCPHandler: Processed in 0.005267977 sec. | ||
| 15394 | 2024.12.12 04:14:38.399112 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_71_14} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15395 | 2024.12.12 04:14:38.399161 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15396 | 2024.12.12 04:14:38.399224 [ 188 ] {973c3da9-e89d-4c51-b49c-96bc4891e13e::all_1_71_14} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 15397 | 2024.12.12 04:14:38.399357 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 15398 | 2024.12.12 04:14:38.399366 [ 264 ] {8f8fc47f-a816-44ee-b7a3-d135611799b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15399 | 2024.12.12 04:14:38.399435 [ 264 ] {8f8fc47f-a816-44ee-b7a3-d135611799b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15400 | 2024.12.12 04:14:38.400016 [ 264 ] {8f8fc47f-a816-44ee-b7a3-d135611799b2} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15401 | 2024.12.12 04:14:38.400056 [ 264 ] {8f8fc47f-a816-44ee-b7a3-d135611799b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15402 | 2024.12.12 04:14:38.400412 [ 264 ] {8f8fc47f-a816-44ee-b7a3-d135611799b2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15403 | 2024.12.12 04:14:38.400657 [ 264 ] {8f8fc47f-a816-44ee-b7a3-d135611799b2} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15404 | 2024.12.12 04:14:38.400850 [ 264 ] {8f8fc47f-a816-44ee-b7a3-d135611799b2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001569 sec., 8285.5321861058 rows/sec., 516.60 KiB/sec. | ||
| 15405 | 2024.12.12 04:14:38.400914 [ 264 ] {8f8fc47f-a816-44ee-b7a3-d135611799b2} <Debug> TCPHandler: Processed in 0.001843488 sec. | ||
| 15406 | 2024.12.12 04:14:38.401120 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15407 | 2024.12.12 04:14:38.401246 [ 263 ] {9f49f0ef-dc4c-433d-b4b1-873621c1a0a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15408 | 2024.12.12 04:14:38.401295 [ 263 ] {9f49f0ef-dc4c-433d-b4b1-873621c1a0a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15409 | 2024.12.12 04:14:38.402055 [ 263 ] {9f49f0ef-dc4c-433d-b4b1-873621c1a0a8} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15410 | 2024.12.12 04:14:38.402095 [ 263 ] {9f49f0ef-dc4c-433d-b4b1-873621c1a0a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15411 | 2024.12.12 04:14:38.402492 [ 263 ] {9f49f0ef-dc4c-433d-b4b1-873621c1a0a8} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15412 | 2024.12.12 04:14:38.402733 [ 263 ] {9f49f0ef-dc4c-433d-b4b1-873621c1a0a8} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15413 | 2024.12.12 04:14:38.402964 [ 263 ] {9f49f0ef-dc4c-433d-b4b1-873621c1a0a8} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001736 sec., 242511.5207373272 rows/sec., 17.33 MiB/sec. | ||
| 15414 | 2024.12.12 04:14:38.403048 [ 263 ] {9f49f0ef-dc4c-433d-b4b1-873621c1a0a8} <Debug> TCPHandler: Processed in 0.002029503 sec. | ||
| 15415 | 2024.12.12 04:14:38.403259 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15416 | 2024.12.12 04:14:38.403451 [ 264 ] {0019975e-b87f-4759-b878-48b6188a35ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15417 | 2024.12.12 04:14:38.403504 [ 264 ] {0019975e-b87f-4759-b878-48b6188a35ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15418 | 2024.12.12 04:14:38.403985 [ 264 ] {0019975e-b87f-4759-b878-48b6188a35ba} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15419 | 2024.12.12 04:14:38.404025 [ 264 ] {0019975e-b87f-4759-b878-48b6188a35ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15420 | 2024.12.12 04:14:38.404386 [ 264 ] {0019975e-b87f-4759-b878-48b6188a35ba} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15421 | 2024.12.12 04:14:38.404629 [ 264 ] {0019975e-b87f-4759-b878-48b6188a35ba} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15422 | 2024.12.12 04:14:38.404833 [ 224 ] {} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): 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] | ||
| 15423 | 2024.12.12 04:14:38.404837 [ 264 ] {0019975e-b87f-4759-b878-48b6188a35ba} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001408 sec., 4261.363636363636 rows/sec., 222.64 KiB/sec. | ||
| 15424 | 2024.12.12 04:14:38.404882 [ 224 ] {} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): 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] | ||
| 15425 | 2024.12.12 04:14:38.405005 [ 264 ] {0019975e-b87f-4759-b878-48b6188a35ba} <Debug> TCPHandler: Processed in 0.001851288 sec. | ||
| 15426 | 2024.12.12 04:14:38.405207 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15427 | 2024.12.12 04:14:38.405336 [ 263 ] {720c8929-e6f5-4d00-8e1c-5a841c6445f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15428 | 2024.12.12 04:14:38.405398 [ 263 ] {720c8929-e6f5-4d00-8e1c-5a841c6445f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15429 | 2024.12.12 04:14:38.406281 [ 263 ] {720c8929-e6f5-4d00-8e1c-5a841c6445f6} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15430 | 2024.12.12 04:14:38.406324 [ 263 ] {720c8929-e6f5-4d00-8e1c-5a841c6445f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15431 | 2024.12.12 04:14:38.406820 [ 263 ] {720c8929-e6f5-4d00-8e1c-5a841c6445f6} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15432 | 2024.12.12 04:14:38.407136 [ 263 ] {720c8929-e6f5-4d00-8e1c-5a841c6445f6} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15433 | 2024.12.12 04:14:38.407330 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0 | ||
| 15434 | 2024.12.12 04:14:38.407429 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15435 | 2024.12.12 04:14:38.407437 [ 263 ] {720c8929-e6f5-4d00-8e1c-5a841c6445f6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002113 sec., 112162.80170373876 rows/sec., 7.52 MiB/sec. | ||
| 15436 | 2024.12.12 04:14:38.407483 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15437 | 2024.12.12 04:14:38.407727 [ 263 ] {720c8929-e6f5-4d00-8e1c-5a841c6445f6} <Debug> TCPHandler: Processed in 0.002608328 sec. | ||
| 15438 | 2024.12.12 04:14:38.407760 [ 224 ] {} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): 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] | ||
| 15439 | 2024.12.12 04:14:38.407851 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full | ||
| 15440 | 2024.12.12 04:14:38.408080 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15441 | 2024.12.12 04:14:38.408240 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15442 | 2024.12.12 04:14:38.408377 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 38080 rows starting from the beginning of the part | ||
| 15443 | 2024.12.12 04:14:38.408587 [ 264 ] {f513f2b9-21fd-4f18-8969-4095ef97c6c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15444 | 2024.12.12 04:14:38.408912 [ 264 ] {f513f2b9-21fd-4f18-8969-4095ef97c6c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15445 | 2024.12.12 04:14:38.408937 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 237 rows starting from the beginning of the part | ||
| 15446 | 2024.12.12 04:14:38.409572 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part | ||
| 15447 | 2024.12.12 04:14:38.410040 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 242 rows starting from the beginning of the part | ||
| 15448 | 2024.12.12 04:14:38.410453 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part | ||
| 15449 | 2024.12.12 04:14:38.410820 [ 200 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 15450 | 2024.12.12 04:14:38.411833 [ 264 ] {f513f2b9-21fd-4f18-8969-4095ef97c6c2} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15451 | 2024.12.12 04:14:38.411901 [ 264 ] {f513f2b9-21fd-4f18-8969-4095ef97c6c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15452 | 2024.12.12 04:14:38.412537 [ 264 ] {f513f2b9-21fd-4f18-8969-4095ef97c6c2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15453 | 2024.12.12 04:14:38.412846 [ 264 ] {f513f2b9-21fd-4f18-8969-4095ef97c6c2} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15454 | 2024.12.12 04:14:38.413542 [ 264 ] {f513f2b9-21fd-4f18-8969-4095ef97c6c2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005077 sec., 196.9667126255663 rows/sec., 13.27 KiB/sec. | ||
| 15455 | 2024.12.12 04:14:38.414273 [ 264 ] {f513f2b9-21fd-4f18-8969-4095ef97c6c2} <Debug> TCPHandler: Processed in 0.006425148 sec. | ||
| 15456 | 2024.12.12 04:14:38.414503 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15457 | 2024.12.12 04:14:38.414666 [ 263 ] {96a93042-47d3-4395-a2b4-1d1085573a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15458 | 2024.12.12 04:14:38.414774 [ 263 ] {96a93042-47d3-4395-a2b4-1d1085573a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15459 | 2024.12.12 04:14:38.416285 [ 263 ] {96a93042-47d3-4395-a2b4-1d1085573a18} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15460 | 2024.12.12 04:14:38.416330 [ 263 ] {96a93042-47d3-4395-a2b4-1d1085573a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15461 | 2024.12.12 04:14:38.417043 [ 263 ] {96a93042-47d3-4395-a2b4-1d1085573a18} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 15462 | 2024.12.12 04:14:38.417328 [ 263 ] {96a93042-47d3-4395-a2b4-1d1085573a18} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15463 | 2024.12.12 04:14:38.417641 [ 263 ] {96a93042-47d3-4395-a2b4-1d1085573a18} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003 sec., 13000 rows/sec., 23.30 MiB/sec. | ||
| 15464 | 2024.12.12 04:14:38.418062 [ 263 ] {96a93042-47d3-4395-a2b4-1d1085573a18} <Debug> TCPHandler: Processed in 0.003662555 sec. | ||
| 15465 | 2024.12.12 04:14:38.418462 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15466 | 2024.12.12 04:14:38.418814 [ 264 ] {896a00e4-7336-4a3f-b541-fff5b51284bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15467 | 2024.12.12 04:14:38.418876 [ 264 ] {896a00e4-7336-4a3f-b541-fff5b51284bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15468 | 2024.12.12 04:14:38.419512 [ 264 ] {896a00e4-7336-4a3f-b541-fff5b51284bd} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15469 | 2024.12.12 04:14:38.419553 [ 264 ] {896a00e4-7336-4a3f-b541-fff5b51284bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15470 | 2024.12.12 04:14:38.420114 [ 264 ] {896a00e4-7336-4a3f-b541-fff5b51284bd} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15471 | 2024.12.12 04:14:38.420387 [ 264 ] {896a00e4-7336-4a3f-b541-fff5b51284bd} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15472 | 2024.12.12 04:14:38.420739 [ 264 ] {896a00e4-7336-4a3f-b541-fff5b51284bd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001976 sec., 41497.975708502025 rows/sec., 2.64 MiB/sec. | ||
| 15473 | 2024.12.12 04:14:38.421051 [ 264 ] {896a00e4-7336-4a3f-b541-fff5b51284bd} <Debug> TCPHandler: Processed in 0.002857665 sec. | ||
| 15474 | 2024.12.12 04:14:38.421116 [ 188 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39116 rows, containing 5 columns (5 merged, 0 gathered) in 0.013428613 sec., 2912884.5994742718 rows/sec., 196.91 MiB/sec. | ||
| 15475 | 2024.12.12 04:14:38.421510 [ 188 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary) | ||
| 15476 | 2024.12.12 04:14:38.421784 [ 188 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15477 | 2024.12.12 04:14:38.421858 [ 188 ] {adeb31eb-72d2-49fc-9d0b-b5e77e196a94::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25 | ||
| 15478 | 2024.12.12 04:14:38.421929 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 15479 | 2024.12.12 04:14:39.639395 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 633 | ||
| 15480 | 2024.12.12 04:14:39.664724 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15481 | 2024.12.12 04:14:39.664772 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
| 15482 | 2024.12.12 04:14:39.672282 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15483 | 2024.12.12 04:14:39.673105 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15484 | 2024.12.12 04:14:39.676001 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 633 | ||
| 15485 | 2024.12.12 04:14:43.408611 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15486 | 2024.12.12 04:14:43.408807 [ 264 ] {5dd5dcf3-68d3-4f15-9c76-b19137c40933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15487 | 2024.12.12 04:14:43.408879 [ 264 ] {5dd5dcf3-68d3-4f15-9c76-b19137c40933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15488 | 2024.12.12 04:14:43.409648 [ 264 ] {5dd5dcf3-68d3-4f15-9c76-b19137c40933} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15489 | 2024.12.12 04:14:43.409691 [ 264 ] {5dd5dcf3-68d3-4f15-9c76-b19137c40933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15490 | 2024.12.12 04:14:43.410130 [ 264 ] {5dd5dcf3-68d3-4f15-9c76-b19137c40933} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 15491 | 2024.12.12 04:14:43.410386 [ 264 ] {5dd5dcf3-68d3-4f15-9c76-b19137c40933} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15492 | 2024.12.12 04:14:43.410630 [ 264 ] {5dd5dcf3-68d3-4f15-9c76-b19137c40933} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001876 sec., 3198.2942430703624 rows/sec., 260.80 KiB/sec. | ||
| 15493 | 2024.12.12 04:14:43.410689 [ 264 ] {5dd5dcf3-68d3-4f15-9c76-b19137c40933} <Debug> TCPHandler: Processed in 0.002212627 sec. | ||
| 15494 | 2024.12.12 04:14:43.410946 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15495 | 2024.12.12 04:14:43.411142 [ 263 ] {c4eb141a-1bcf-4d4a-a6cc-7b2629c3e4b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15496 | 2024.12.12 04:14:43.411219 [ 263 ] {c4eb141a-1bcf-4d4a-a6cc-7b2629c3e4b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15497 | 2024.12.12 04:14:43.412716 [ 263 ] {c4eb141a-1bcf-4d4a-a6cc-7b2629c3e4b2} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15498 | 2024.12.12 04:14:43.412766 [ 263 ] {c4eb141a-1bcf-4d4a-a6cc-7b2629c3e4b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15499 | 2024.12.12 04:14:43.413286 [ 263 ] {c4eb141a-1bcf-4d4a-a6cc-7b2629c3e4b2} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15500 | 2024.12.12 04:14:43.413543 [ 263 ] {c4eb141a-1bcf-4d4a-a6cc-7b2629c3e4b2} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15501 | 2024.12.12 04:14:43.413795 [ 263 ] {c4eb141a-1bcf-4d4a-a6cc-7b2629c3e4b2} <Debug> executeQuery: Read 1199 rows, 101.19 KiB in 0.002703 sec., 443581.2060673326 rows/sec., 36.56 MiB/sec. | ||
| 15502 | 2024.12.12 04:14:43.413896 [ 263 ] {c4eb141a-1bcf-4d4a-a6cc-7b2629c3e4b2} <Debug> TCPHandler: Processed in 0.0030805 sec. | ||
| 15503 | 2024.12.12 04:14:43.414081 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15504 | 2024.12.12 04:14:43.414261 [ 264 ] {b445156b-cf6e-448c-8d87-1a6c66890d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15505 | 2024.12.12 04:14:43.414317 [ 264 ] {b445156b-cf6e-448c-8d87-1a6c66890d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15506 | 2024.12.12 04:14:43.414899 [ 264 ] {b445156b-cf6e-448c-8d87-1a6c66890d6f} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15507 | 2024.12.12 04:14:43.414938 [ 264 ] {b445156b-cf6e-448c-8d87-1a6c66890d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15508 | 2024.12.12 04:14:43.415310 [ 264 ] {b445156b-cf6e-448c-8d87-1a6c66890d6f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 15509 | 2024.12.12 04:14:43.415555 [ 264 ] {b445156b-cf6e-448c-8d87-1a6c66890d6f} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15510 | 2024.12.12 04:14:43.415784 [ 264 ] {b445156b-cf6e-448c-8d87-1a6c66890d6f} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.00157 sec., 3821.6560509554142 rows/sec., 266.84 KiB/sec. | ||
| 15511 | 2024.12.12 04:14:43.415791 [ 222 ] {} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): 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] | ||
| 15512 | 2024.12.12 04:14:43.415838 [ 222 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): 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] | ||
| 15513 | 2024.12.12 04:14:43.415855 [ 264 ] {b445156b-cf6e-448c-8d87-1a6c66890d6f} <Debug> TCPHandler: Processed in 0.001853038 sec. | ||
| 15514 | 2024.12.12 04:14:43.416026 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15515 | 2024.12.12 04:14:43.416195 [ 263 ] {6f2aedf5-497a-4dff-a440-9d706791f206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15516 | 2024.12.12 04:14:43.416278 [ 263 ] {6f2aedf5-497a-4dff-a440-9d706791f206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15517 | 2024.12.12 04:14:43.417746 [ 263 ] {6f2aedf5-497a-4dff-a440-9d706791f206} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15518 | 2024.12.12 04:14:43.417798 [ 263 ] {6f2aedf5-497a-4dff-a440-9d706791f206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15519 | 2024.12.12 04:14:43.418406 [ 263 ] {6f2aedf5-497a-4dff-a440-9d706791f206} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15520 | 2024.12.12 04:14:43.418737 [ 263 ] {6f2aedf5-497a-4dff-a440-9d706791f206} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15521 | 2024.12.12 04:14:43.419192 [ 119 ] {} <Debug> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15522 | 2024.12.12 04:14:43.419217 [ 263 ] {6f2aedf5-497a-4dff-a440-9d706791f206} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00308 sec., 74025.97402597404 rows/sec., 5.01 MiB/sec. | ||
| 15523 | 2024.12.12 04:14:43.419288 [ 119 ] {} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15524 | 2024.12.12 04:14:43.419356 [ 263 ] {6f2aedf5-497a-4dff-a440-9d706791f206} <Debug> TCPHandler: Processed in 0.003404009 sec. | ||
| 15525 | 2024.12.12 04:14:43.419395 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15526 | 2024.12.12 04:14:43.419615 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15527 | 2024.12.12 04:14:43.419747 [ 222 ] {} <Debug> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): 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] | ||
| 15528 | 2024.12.12 04:14:43.419917 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::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 | ||
| 15529 | 2024.12.12 04:14:43.419992 [ 264 ] {222e8912-4dd8-40a4-9c8c-3bd9620bf2e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15530 | 2024.12.12 04:14:43.420145 [ 264 ] {222e8912-4dd8-40a4-9c8c-3bd9620bf2e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15531 | 2024.12.12 04:14:43.420647 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15532 | 2024.12.12 04:14:43.420830 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 243 rows starting from the beginning of the part | ||
| 15533 | 2024.12.12 04:14:43.421387 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 228 rows starting from the beginning of the part | ||
| 15534 | 2024.12.12 04:14:43.421958 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 14 rows starting from the beginning of the part | ||
| 15535 | 2024.12.12 04:14:43.422495 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 14 rows starting from the beginning of the part | ||
| 15536 | 2024.12.12 04:14:43.422878 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 14 rows starting from the beginning of the part | ||
| 15537 | 2024.12.12 04:14:43.423266 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 228 rows starting from the beginning of the part | ||
| 15538 | 2024.12.12 04:14:43.424384 [ 264 ] {222e8912-4dd8-40a4-9c8c-3bd9620bf2e5} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15539 | 2024.12.12 04:14:43.424449 [ 264 ] {222e8912-4dd8-40a4-9c8c-3bd9620bf2e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15540 | 2024.12.12 04:14:43.425390 [ 264 ] {222e8912-4dd8-40a4-9c8c-3bd9620bf2e5} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15541 | 2024.12.12 04:14:43.425944 [ 264 ] {222e8912-4dd8-40a4-9c8c-3bd9620bf2e5} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15542 | 2024.12.12 04:14:43.426049 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.006450398 sec., 114876.63241865076 rows/sec., 8.22 MiB/sec. | ||
| 15543 | 2024.12.12 04:14:43.426301 [ 264 ] {222e8912-4dd8-40a4-9c8c-3bd9620bf2e5} <Debug> executeQuery: Read 526 rows, 39.89 KiB in 0.006424 sec., 81880.44831880448 rows/sec., 6.06 MiB/sec. | ||
| 15544 | 2024.12.12 04:14:43.426311 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15545 | 2024.12.12 04:14:43.426476 [ 264 ] {222e8912-4dd8-40a4-9c8c-3bd9620bf2e5} <Debug> TCPHandler: Processed in 0.007008553 sec. | ||
| 15546 | 2024.12.12 04:14:43.426666 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15547 | 2024.12.12 04:14:43.426838 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_81_16} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15548 | 2024.12.12 04:14:43.426880 [ 263 ] {6c1ae539-2f9d-4346-aab4-85576c2319b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15549 | 2024.12.12 04:14:43.426988 [ 191 ] {b0dfc69b-c694-4d4a-9e76-32cc24428f36::all_1_81_16} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15550 | 2024.12.12 04:14:43.426997 [ 263 ] {6c1ae539-2f9d-4346-aab4-85576c2319b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15551 | 2024.12.12 04:14:43.427171 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 15552 | 2024.12.12 04:14:43.428003 [ 263 ] {6c1ae539-2f9d-4346-aab4-85576c2319b4} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15553 | 2024.12.12 04:14:43.428048 [ 263 ] {6c1ae539-2f9d-4346-aab4-85576c2319b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15554 | 2024.12.12 04:14:43.428511 [ 263 ] {6c1ae539-2f9d-4346-aab4-85576c2319b4} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15555 | 2024.12.12 04:14:43.428756 [ 263 ] {6c1ae539-2f9d-4346-aab4-85576c2319b4} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15556 | 2024.12.12 04:14:43.428997 [ 263 ] {6c1ae539-2f9d-4346-aab4-85576c2319b4} <Debug> executeQuery: Read 883 rows, 60.84 KiB in 0.00217 sec., 406912.44239631336 rows/sec., 27.38 MiB/sec. | ||
| 15557 | 2024.12.12 04:14:43.429072 [ 263 ] {6c1ae539-2f9d-4346-aab4-85576c2319b4} <Debug> TCPHandler: Processed in 0.002485165 sec. | ||
| 15558 | 2024.12.12 04:14:43.429250 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15559 | 2024.12.12 04:14:43.429554 [ 264 ] {7ad6c105-dbce-42b8-8b41-01a75b590376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15560 | 2024.12.12 04:14:43.429712 [ 264 ] {7ad6c105-dbce-42b8-8b41-01a75b590376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15561 | 2024.12.12 04:14:43.430321 [ 264 ] {7ad6c105-dbce-42b8-8b41-01a75b590376} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15562 | 2024.12.12 04:14:43.430361 [ 264 ] {7ad6c105-dbce-42b8-8b41-01a75b590376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15563 | 2024.12.12 04:14:43.430745 [ 264 ] {7ad6c105-dbce-42b8-8b41-01a75b590376} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15564 | 2024.12.12 04:14:43.430983 [ 264 ] {7ad6c105-dbce-42b8-8b41-01a75b590376} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15565 | 2024.12.12 04:14:43.431204 [ 264 ] {7ad6c105-dbce-42b8-8b41-01a75b590376} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001762 sec., 34052.2133938706 rows/sec., 2.29 MiB/sec. | ||
| 15566 | 2024.12.12 04:14:43.431270 [ 264 ] {7ad6c105-dbce-42b8-8b41-01a75b590376} <Debug> TCPHandler: Processed in 0.002106146 sec. | ||
| 15567 | 2024.12.12 04:14:44.416305 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979 | ||
| 15568 | 2024.12.12 04:14:44.417003 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15569 | 2024.12.12 04:14:44.417053 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15570 | 2024.12.12 04:14:44.417659 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15571 | 2024.12.12 04:14:44.417921 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15572 | 2024.12.12 04:14:44.418173 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 | ||
| 15573 | 2024.12.12 04:14:44.418241 [ 223 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): 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] | ||
| 15574 | 2024.12.12 04:14:44.418306 [ 223 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): 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] | ||
| 15575 | 2024.12.12 04:14:44.420321 [ 223 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): 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] | ||
| 15576 | 2024.12.12 04:14:45.784954 [ 220 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): 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] | ||
| 15577 | 2024.12.12 04:14:45.785020 [ 220 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): 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] | ||
| 15578 | 2024.12.12 04:14:45.786815 [ 220 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): 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] | ||
| 15579 | 2024.12.12 04:14:47.128943 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2152 | ||
| 15580 | 2024.12.12 04:14:47.132686 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15581 | 2024.12.12 04:14:47.132745 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15582 | 2024.12.12 04:14:47.134320 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 15583 | 2024.12.12 04:14:47.134654 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15584 | 2024.12.12 04:14:47.135322 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2152 | ||
| 15585 | 2024.12.12 04:14:47.176101 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 641 | ||
| 15586 | 2024.12.12 04:14:47.199286 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15587 | 2024.12.12 04:14:47.199336 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15588 | 2024.12.12 04:14:47.206962 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 15589 | 2024.12.12 04:14:47.207779 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15590 | 2024.12.12 04:14:47.211884 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 15591 | 2024.12.12 04:14:48.385774 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15592 | 2024.12.12 04:14:48.385969 [ 264 ] {02983b21-80a4-4208-828e-cd0937604581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15593 | 2024.12.12 04:14:48.386045 [ 264 ] {02983b21-80a4-4208-828e-cd0937604581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15594 | 2024.12.12 04:14:48.386832 [ 264 ] {02983b21-80a4-4208-828e-cd0937604581} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15595 | 2024.12.12 04:14:48.386888 [ 264 ] {02983b21-80a4-4208-828e-cd0937604581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15596 | 2024.12.12 04:14:48.387341 [ 264 ] {02983b21-80a4-4208-828e-cd0937604581} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15597 | 2024.12.12 04:14:48.387607 [ 264 ] {02983b21-80a4-4208-828e-cd0937604581} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15598 | 2024.12.12 04:14:48.387887 [ 264 ] {02983b21-80a4-4208-828e-cd0937604581} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001972 sec., 7099.3914807302235 rows/sec., 511.06 KiB/sec. | ||
| 15599 | 2024.12.12 04:14:48.387987 [ 264 ] {02983b21-80a4-4208-828e-cd0937604581} <Debug> TCPHandler: Processed in 0.002345272 sec. | ||
| 15600 | 2024.12.12 04:14:48.388307 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15601 | 2024.12.12 04:14:48.388504 [ 263 ] {65d55043-e804-4d8f-8184-ba666ac664cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15602 | 2024.12.12 04:14:48.388579 [ 263 ] {65d55043-e804-4d8f-8184-ba666ac664cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15603 | 2024.12.12 04:14:48.389512 [ 263 ] {65d55043-e804-4d8f-8184-ba666ac664cf} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15604 | 2024.12.12 04:14:48.389567 [ 263 ] {65d55043-e804-4d8f-8184-ba666ac664cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15605 | 2024.12.12 04:14:48.390053 [ 263 ] {65d55043-e804-4d8f-8184-ba666ac664cf} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15606 | 2024.12.12 04:14:48.390311 [ 263 ] {65d55043-e804-4d8f-8184-ba666ac664cf} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15607 | 2024.12.12 04:14:48.390512 [ 107 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15608 | 2024.12.12 04:14:48.390581 [ 263 ] {65d55043-e804-4d8f-8184-ba666ac664cf} <Debug> executeQuery: Read 281 rows, 25.42 KiB in 0.002127 sec., 132110.95439586273 rows/sec., 11.67 MiB/sec. | ||
| 15609 | 2024.12.12 04:14:48.390604 [ 107 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15610 | 2024.12.12 04:14:48.390670 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15611 | 2024.12.12 04:14:48.390717 [ 263 ] {65d55043-e804-4d8f-8184-ba666ac664cf} <Debug> TCPHandler: Processed in 0.002588398 sec. | ||
| 15612 | 2024.12.12 04:14:48.390963 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 15613 | 2024.12.12 04:14:48.390964 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15614 | 2024.12.12 04:14:48.391228 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15615 | 2024.12.12 04:14:48.391238 [ 264 ] {edfa4169-4f06-4d33-abd4-89303df0700a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15616 | 2024.12.12 04:14:48.391295 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1432 rows starting from the beginning of the part | ||
| 15617 | 2024.12.12 04:14:48.391338 [ 264 ] {edfa4169-4f06-4d33-abd4-89303df0700a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15618 | 2024.12.12 04:14:48.391745 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 286 rows starting from the beginning of the part | ||
| 15619 | 2024.12.12 04:14:48.392095 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::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 | ||
| 15620 | 2024.12.12 04:14:48.392517 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 281 rows starting from the beginning of the part | ||
| 15621 | 2024.12.12 04:14:48.392868 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 1199 rows starting from the beginning of the part | ||
| 15622 | 2024.12.12 04:14:48.393076 [ 187 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 281 rows starting from the beginning of the part | ||
| 15623 | 2024.12.12 04:14:48.394008 [ 264 ] {edfa4169-4f06-4d33-abd4-89303df0700a} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15624 | 2024.12.12 04:14:48.394081 [ 264 ] {edfa4169-4f06-4d33-abd4-89303df0700a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15625 | 2024.12.12 04:14:48.395069 [ 264 ] {edfa4169-4f06-4d33-abd4-89303df0700a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15626 | 2024.12.12 04:14:48.395579 [ 264 ] {edfa4169-4f06-4d33-abd4-89303df0700a} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15627 | 2024.12.12 04:14:48.395937 [ 264 ] {edfa4169-4f06-4d33-abd4-89303df0700a} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004778 sec., 9627.459187944747 rows/sec., 709.22 KiB/sec. | ||
| 15628 | 2024.12.12 04:14:48.396194 [ 264 ] {edfa4169-4f06-4d33-abd4-89303df0700a} <Debug> TCPHandler: Processed in 0.005337549 sec. | ||
| 15629 | 2024.12.12 04:14:48.396542 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15630 | 2024.12.12 04:14:48.397118 [ 263 ] {013ac116-62e1-49ec-ad17-9f643c99d841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15631 | 2024.12.12 04:14:48.397229 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3535 rows, containing 5 columns (5 merged, 0 gathered) in 0.006442478 sec., 548701.9125249633 rows/sec., 48.33 MiB/sec. | ||
| 15632 | 2024.12.12 04:14:48.397262 [ 263 ] {013ac116-62e1-49ec-ad17-9f643c99d841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15633 | 2024.12.12 04:14:48.397553 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15634 | 2024.12.12 04:14:48.398211 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_126_25} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15635 | 2024.12.12 04:14:48.398408 [ 195 ] {b04160e6-d4f3-4ed3-88de-89ba6b5d06e4::all_1_126_25} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15636 | 2024.12.12 04:14:48.398593 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. | ||
| 15637 | 2024.12.12 04:14:48.398667 [ 263 ] {013ac116-62e1-49ec-ad17-9f643c99d841} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15638 | 2024.12.12 04:14:48.398713 [ 263 ] {013ac116-62e1-49ec-ad17-9f643c99d841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15639 | 2024.12.12 04:14:48.399082 [ 263 ] {013ac116-62e1-49ec-ad17-9f643c99d841} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15640 | 2024.12.12 04:14:48.399329 [ 263 ] {013ac116-62e1-49ec-ad17-9f643c99d841} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15641 | 2024.12.12 04:14:48.399551 [ 263 ] {013ac116-62e1-49ec-ad17-9f643c99d841} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002674 sec., 5235.602094240838 rows/sec., 366.67 KiB/sec. | ||
| 15642 | 2024.12.12 04:14:48.399603 [ 263 ] {013ac116-62e1-49ec-ad17-9f643c99d841} <Debug> TCPHandler: Processed in 0.003265285 sec. | ||
| 15643 | 2024.12.12 04:14:48.399773 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15644 | 2024.12.12 04:14:48.399895 [ 264 ] {b4ff1cb5-a577-4ee0-99e0-c7542d587e36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15645 | 2024.12.12 04:14:48.399946 [ 264 ] {b4ff1cb5-a577-4ee0-99e0-c7542d587e36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15646 | 2024.12.12 04:14:48.400562 [ 264 ] {b4ff1cb5-a577-4ee0-99e0-c7542d587e36} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15647 | 2024.12.12 04:14:48.400602 [ 264 ] {b4ff1cb5-a577-4ee0-99e0-c7542d587e36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15648 | 2024.12.12 04:14:48.400981 [ 264 ] {b4ff1cb5-a577-4ee0-99e0-c7542d587e36} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15649 | 2024.12.12 04:14:48.401231 [ 264 ] {b4ff1cb5-a577-4ee0-99e0-c7542d587e36} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15650 | 2024.12.12 04:14:48.401458 [ 264 ] {b4ff1cb5-a577-4ee0-99e0-c7542d587e36} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001591 sec., 8170.961659333752 rows/sec., 509.46 KiB/sec. | ||
| 15651 | 2024.12.12 04:14:48.401517 [ 264 ] {b4ff1cb5-a577-4ee0-99e0-c7542d587e36} <Debug> TCPHandler: Processed in 0.001805027 sec. | ||
| 15652 | 2024.12.12 04:14:48.401686 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15653 | 2024.12.12 04:14:48.401811 [ 263 ] {9cc2d114-d33d-433e-a152-0aae70069cc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15654 | 2024.12.12 04:14:48.401867 [ 263 ] {9cc2d114-d33d-433e-a152-0aae70069cc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15655 | 2024.12.12 04:14:48.402747 [ 263 ] {9cc2d114-d33d-433e-a152-0aae70069cc9} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15656 | 2024.12.12 04:14:48.402796 [ 263 ] {9cc2d114-d33d-433e-a152-0aae70069cc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15657 | 2024.12.12 04:14:48.403204 [ 263 ] {9cc2d114-d33d-433e-a152-0aae70069cc9} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15658 | 2024.12.12 04:14:48.403453 [ 263 ] {9cc2d114-d33d-433e-a152-0aae70069cc9} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15659 | 2024.12.12 04:14:48.403636 [ 107 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15660 | 2024.12.12 04:14:48.403656 [ 263 ] {9cc2d114-d33d-433e-a152-0aae70069cc9} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001877 sec., 224294.0863079382 rows/sec., 16.03 MiB/sec. | ||
| 15661 | 2024.12.12 04:14:48.403704 [ 107 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15662 | 2024.12.12 04:14:48.403771 [ 263 ] {9cc2d114-d33d-433e-a152-0aae70069cc9} <Debug> TCPHandler: Processed in 0.002143036 sec. | ||
| 15663 | 2024.12.12 04:14:48.403779 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15664 | 2024.12.12 04:14:48.404005 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15665 | 2024.12.12 04:14:48.404081 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 15666 | 2024.12.12 04:14:48.404385 [ 264 ] {8063b870-6731-47ae-a8e1-accc8b218223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15667 | 2024.12.12 04:14:48.404643 [ 264 ] {8063b870-6731-47ae-a8e1-accc8b218223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15668 | 2024.12.12 04:14:48.404750 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15669 | 2024.12.12 04:14:48.404931 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 913 rows starting from the beginning of the part | ||
| 15670 | 2024.12.12 04:14:48.405373 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 431 rows starting from the beginning of the part | ||
| 15671 | 2024.12.12 04:14:48.405965 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::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 | ||
| 15672 | 2024.12.12 04:14:48.406387 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 421 rows starting from the beginning of the part | ||
| 15673 | 2024.12.12 04:14:48.406813 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 526 rows starting from the beginning of the part | ||
| 15674 | 2024.12.12 04:14:48.407422 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 421 rows starting from the beginning of the part | ||
| 15675 | 2024.12.12 04:14:48.408482 [ 264 ] {8063b870-6731-47ae-a8e1-accc8b218223} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15676 | 2024.12.12 04:14:48.408551 [ 264 ] {8063b870-6731-47ae-a8e1-accc8b218223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15677 | 2024.12.12 04:14:48.409522 [ 264 ] {8063b870-6731-47ae-a8e1-accc8b218223} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15678 | 2024.12.12 04:14:48.410051 [ 264 ] {8063b870-6731-47ae-a8e1-accc8b218223} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15679 | 2024.12.12 04:14:48.410410 [ 264 ] {8063b870-6731-47ae-a8e1-accc8b218223} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006229 sec., 963.2364745545032 rows/sec., 50.33 KiB/sec. | ||
| 15680 | 2024.12.12 04:14:48.410483 [ 264 ] {8063b870-6731-47ae-a8e1-accc8b218223} <Debug> TCPHandler: Processed in 0.006610302 sec. | ||
| 15681 | 2024.12.12 04:14:48.410785 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15682 | 2024.12.12 04:14:48.411184 [ 263 ] {976c665d-2201-45ff-9057-030faf3e2cae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15683 | 2024.12.12 04:14:48.411426 [ 263 ] {976c665d-2201-45ff-9057-030faf3e2cae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15684 | 2024.12.12 04:14:48.411885 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 5 columns (5 merged, 0 gathered) in 0.007971688 sec., 348232.3944439371 rows/sec., 26.59 MiB/sec. | ||
| 15685 | 2024.12.12 04:14:48.412159 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15686 | 2024.12.12 04:14:48.412706 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_126_25} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15687 | 2024.12.12 04:14:48.412821 [ 263 ] {976c665d-2201-45ff-9057-030faf3e2cae} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15688 | 2024.12.12 04:14:48.412859 [ 193 ] {f055a0fd-d8b2-4bbb-8db3-19784a22b906::all_1_126_25} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15689 | 2024.12.12 04:14:48.412882 [ 263 ] {976c665d-2201-45ff-9057-030faf3e2cae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15690 | 2024.12.12 04:14:48.413021 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 15691 | 2024.12.12 04:14:48.413420 [ 263 ] {976c665d-2201-45ff-9057-030faf3e2cae} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15692 | 2024.12.12 04:14:48.413682 [ 263 ] {976c665d-2201-45ff-9057-030faf3e2cae} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15693 | 2024.12.12 04:14:48.413906 [ 263 ] {976c665d-2201-45ff-9057-030faf3e2cae} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002843 sec., 83362.6450932114 rows/sec., 5.59 MiB/sec. | ||
| 15694 | 2024.12.12 04:14:48.413961 [ 263 ] {976c665d-2201-45ff-9057-030faf3e2cae} <Debug> TCPHandler: Processed in 0.003336777 sec. | ||
| 15695 | 2024.12.12 04:14:48.414115 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15696 | 2024.12.12 04:14:48.414236 [ 264 ] {12ddc74a-62ba-4889-bcb4-32a66076b88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15697 | 2024.12.12 04:14:48.414288 [ 264 ] {12ddc74a-62ba-4889-bcb4-32a66076b88f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15698 | 2024.12.12 04:14:48.414774 [ 264 ] {12ddc74a-62ba-4889-bcb4-32a66076b88f} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15699 | 2024.12.12 04:14:48.414814 [ 264 ] {12ddc74a-62ba-4889-bcb4-32a66076b88f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15700 | 2024.12.12 04:14:48.415178 [ 264 ] {12ddc74a-62ba-4889-bcb4-32a66076b88f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15701 | 2024.12.12 04:14:48.415414 [ 264 ] {12ddc74a-62ba-4889-bcb4-32a66076b88f} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15702 | 2024.12.12 04:14:48.415586 [ 107 ] {} <Debug> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 15703 | 2024.12.12 04:14:48.415645 [ 107 ] {} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15704 | 2024.12.12 04:14:48.415659 [ 264 ] {12ddc74a-62ba-4889-bcb4-32a66076b88f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec. | ||
| 15705 | 2024.12.12 04:14:48.415687 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15706 | 2024.12.12 04:14:48.415752 [ 264 ] {12ddc74a-62ba-4889-bcb4-32a66076b88f} <Debug> TCPHandler: Processed in 0.001695795 sec. | ||
| 15707 | 2024.12.12 04:14:48.415978 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::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 | ||
| 15708 | 2024.12.12 04:14:48.415991 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15709 | 2024.12.12 04:14:48.416263 [ 263 ] {598a541a-18b1-45f1-9614-220a3f64d3ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15710 | 2024.12.12 04:14:48.416264 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15711 | 2024.12.12 04:14:48.416360 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 56 rows starting from the beginning of the part | ||
| 15712 | 2024.12.12 04:14:48.416452 [ 263 ] {598a541a-18b1-45f1-9614-220a3f64d3ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15713 | 2024.12.12 04:14:48.416629 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
| 15714 | 2024.12.12 04:14:48.416970 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
| 15715 | 2024.12.12 04:14:48.417289 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
| 15716 | 2024.12.12 04:14:48.417718 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
| 15717 | 2024.12.12 04:14:48.418117 [ 189 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
| 15718 | 2024.12.12 04:14:48.421738 [ 194 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 61 rows, containing 4 columns (4 merged, 0 gathered) in 0.005931655 sec., 10283.80780743317 rows/sec., 692.29 KiB/sec. | ||
| 15719 | 2024.12.12 04:14:48.421971 [ 192 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 15720 | 2024.12.12 04:14:48.422053 [ 263 ] {598a541a-18b1-45f1-9614-220a3f64d3ee} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15721 | 2024.12.12 04:14:48.422099 [ 263 ] {598a541a-18b1-45f1-9614-220a3f64d3ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15722 | 2024.12.12 04:14:48.422472 [ 192 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_61_12} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15723 | 2024.12.12 04:14:48.422622 [ 192 ] {d9e00fc0-0e8d-47ae-931f-53f0a639be38::all_1_61_12} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 15724 | 2024.12.12 04:14:48.422771 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15725 | 2024.12.12 04:14:48.423010 [ 263 ] {598a541a-18b1-45f1-9614-220a3f64d3ee} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 15726 | 2024.12.12 04:14:48.423277 [ 263 ] {598a541a-18b1-45f1-9614-220a3f64d3ee} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15727 | 2024.12.12 04:14:48.423530 [ 263 ] {598a541a-18b1-45f1-9614-220a3f64d3ee} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007362 sec., 5297.473512632437 rows/sec., 9.49 MiB/sec. | ||
| 15728 | 2024.12.12 04:14:48.423653 [ 263 ] {598a541a-18b1-45f1-9614-220a3f64d3ee} <Debug> TCPHandler: Processed in 0.007782313 sec. | ||
| 15729 | 2024.12.12 04:14:48.423813 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15730 | 2024.12.12 04:14:48.423948 [ 264 ] {dc57e6c7-4d38-47da-a89c-e67c3588c7d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15731 | 2024.12.12 04:14:48.424006 [ 264 ] {dc57e6c7-4d38-47da-a89c-e67c3588c7d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15732 | 2024.12.12 04:14:48.424589 [ 264 ] {dc57e6c7-4d38-47da-a89c-e67c3588c7d9} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15733 | 2024.12.12 04:14:48.424635 [ 264 ] {dc57e6c7-4d38-47da-a89c-e67c3588c7d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15734 | 2024.12.12 04:14:48.425034 [ 264 ] {dc57e6c7-4d38-47da-a89c-e67c3588c7d9} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15735 | 2024.12.12 04:14:48.425267 [ 264 ] {dc57e6c7-4d38-47da-a89c-e67c3588c7d9} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15736 | 2024.12.12 04:14:48.425417 [ 110 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15737 | 2024.12.12 04:14:48.425447 [ 264 ] {dc57e6c7-4d38-47da-a89c-e67c3588c7d9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001531 sec., 53559.76485956891 rows/sec., 3.40 MiB/sec. | ||
| 15738 | 2024.12.12 04:14:48.425456 [ 110 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15739 | 2024.12.12 04:14:48.425496 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15740 | 2024.12.12 04:14:48.425517 [ 264 ] {dc57e6c7-4d38-47da-a89c-e67c3588c7d9} <Debug> TCPHandler: Processed in 0.001765717 sec. | ||
| 15741 | 2024.12.12 04:14:48.425762 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 15742 | 2024.12.12 04:14:48.426185 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15743 | 2024.12.12 04:14:48.426290 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_121_24, total 8364 rows starting from the beginning of the part | ||
| 15744 | 2024.12.12 04:14:48.426632 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 82 rows starting from the beginning of the part | ||
| 15745 | 2024.12.12 04:14:48.427028 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 15746 | 2024.12.12 04:14:48.427259 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 15747 | 2024.12.12 04:14:48.427339 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::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 | ||
| 15748 | 2024.12.12 04:14:48.427433 [ 201 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 82 rows starting from the beginning of the part | ||
| 15749 | 2024.12.12 04:14:48.430068 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8730 rows, containing 4 columns (4 merged, 0 gathered) in 0.004465216 sec., 1955112.5858189166 rows/sec., 127.51 MiB/sec. | ||
| 15750 | 2024.12.12 04:14:48.430251 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15751 | 2024.12.12 04:14:48.430577 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_126_25} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15752 | 2024.12.12 04:14:48.430669 [ 194 ] {b51bf565-6170-4c29-b114-b86cec77e44a::all_1_126_25} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15753 | 2024.12.12 04:14:48.430766 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. | ||
| 15754 | 2024.12.12 04:14:51.670625 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15755 | 2024.12.12 04:14:51.670690 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15756 | 2024.12.12 04:14:51.918380 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406 | ||
| 15757 | 2024.12.12 04:14:51.919179 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15758 | 2024.12.12 04:14:51.919222 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15759 | 2024.12.12 04:14:51.919762 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 15760 | 2024.12.12 04:14:51.920018 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15761 | 2024.12.12 04:14:51.920241 [ 106 ] {} <Debug> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 15762 | 2024.12.12 04:14:51.920287 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 15763 | 2024.12.12 04:14:51.920331 [ 106 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15764 | 2024.12.12 04:14:51.920364 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15765 | 2024.12.12 04:14:51.920572 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::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 | ||
| 15766 | 2024.12.12 04:14:51.921005 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15767 | 2024.12.12 04:14:51.921103 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part | ||
| 15768 | 2024.12.12 04:14:51.921192 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 427 rows starting from the beginning of the part | ||
| 15769 | 2024.12.12 04:14:51.921262 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 488 rows starting from the beginning of the part | ||
| 15770 | 2024.12.12 04:14:51.921426 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part | ||
| 15771 | 2024.12.12 04:14:51.921514 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 488 rows starting from the beginning of the part | ||
| 15772 | 2024.12.12 04:14:51.921728 [ 190 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 427 rows starting from the beginning of the part | ||
| 15773 | 2024.12.12 04:14:51.924695 [ 197 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004252228 sec., 9267141.83717336 rows/sec., 132.57 MiB/sec. | ||
| 15774 | 2024.12.12 04:14:51.925050 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 15775 | 2024.12.12 04:14:51.925343 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_86_17} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15776 | 2024.12.12 04:14:51.925426 [ 198 ] {f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb::all_1_86_17} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 15777 | 2024.12.12 04:14:51.925515 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.09 MiB. | ||
| 15778 | 2024.12.12 04:14:53.201681 [ 224 ] {} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 15779 | 2024.12.12 04:14:53.201764 [ 224 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 15780 | 2024.12.12 04:14:53.204117 [ 224 ] {} <Debug> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): 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] | ||
| 15781 | 2024.12.12 04:14:53.380100 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15782 | 2024.12.12 04:14:53.380294 [ 264 ] {59284070-b662-461e-9b48-d4fce20a8ecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15783 | 2024.12.12 04:14:53.380368 [ 264 ] {59284070-b662-461e-9b48-d4fce20a8ecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15784 | 2024.12.12 04:14:53.381175 [ 264 ] {59284070-b662-461e-9b48-d4fce20a8ecf} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15785 | 2024.12.12 04:14:53.381225 [ 264 ] {59284070-b662-461e-9b48-d4fce20a8ecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15786 | 2024.12.12 04:14:53.381677 [ 264 ] {59284070-b662-461e-9b48-d4fce20a8ecf} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15787 | 2024.12.12 04:14:53.381939 [ 264 ] {59284070-b662-461e-9b48-d4fce20a8ecf} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15788 | 2024.12.12 04:14:53.382202 [ 264 ] {59284070-b662-461e-9b48-d4fce20a8ecf} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001959 sec., 28586.013272077595 rows/sec., 2.20 MiB/sec. | ||
| 15789 | 2024.12.12 04:14:53.382240 [ 220 ] {} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 15790 | 2024.12.12 04:14:53.382290 [ 264 ] {59284070-b662-461e-9b48-d4fce20a8ecf} <Debug> TCPHandler: Processed in 0.002337441 sec. | ||
| 15791 | 2024.12.12 04:14:53.382302 [ 220 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 15792 | 2024.12.12 04:14:53.382617 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15793 | 2024.12.12 04:14:53.382839 [ 263 ] {1e40d1dc-66a1-4356-978a-a1e9443f07a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15794 | 2024.12.12 04:14:53.382947 [ 263 ] {1e40d1dc-66a1-4356-978a-a1e9443f07a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15795 | 2024.12.12 04:14:53.384052 [ 263 ] {1e40d1dc-66a1-4356-978a-a1e9443f07a5} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15796 | 2024.12.12 04:14:53.384094 [ 263 ] {1e40d1dc-66a1-4356-978a-a1e9443f07a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15797 | 2024.12.12 04:14:53.384597 [ 263 ] {1e40d1dc-66a1-4356-978a-a1e9443f07a5} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15798 | 2024.12.12 04:14:53.384926 [ 263 ] {1e40d1dc-66a1-4356-978a-a1e9443f07a5} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15799 | 2024.12.12 04:14:53.385175 [ 263 ] {1e40d1dc-66a1-4356-978a-a1e9443f07a5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002411 sec., 26545.002073828287 rows/sec., 2.07 MiB/sec. | ||
| 15800 | 2024.12.12 04:14:53.385248 [ 219 ] {} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 15801 | 2024.12.12 04:14:53.385327 [ 263 ] {1e40d1dc-66a1-4356-978a-a1e9443f07a5} <Debug> TCPHandler: Processed in 0.002892156 sec. | ||
| 15802 | 2024.12.12 04:14:53.385358 [ 219 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 15803 | 2024.12.12 04:14:53.385368 [ 220 ] {} <Debug> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): 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] | ||
| 15804 | 2024.12.12 04:14:53.385650 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15805 | 2024.12.12 04:14:53.386124 [ 264 ] {5edbd865-764d-4a50-a841-0733f64cb623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15806 | 2024.12.12 04:14:53.386344 [ 264 ] {5edbd865-764d-4a50-a841-0733f64cb623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15807 | 2024.12.12 04:14:53.388509 [ 264 ] {5edbd865-764d-4a50-a841-0733f64cb623} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15808 | 2024.12.12 04:14:53.388549 [ 264 ] {5edbd865-764d-4a50-a841-0733f64cb623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15809 | 2024.12.12 04:14:53.389299 [ 264 ] {5edbd865-764d-4a50-a841-0733f64cb623} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15810 | 2024.12.12 04:14:53.389682 [ 264 ] {5edbd865-764d-4a50-a841-0733f64cb623} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15811 | 2024.12.12 04:14:53.390014 [ 264 ] {5edbd865-764d-4a50-a841-0733f64cb623} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00411 sec., 38929.4403892944 rows/sec., 2.71 MiB/sec. | ||
| 15812 | 2024.12.12 04:14:53.390072 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 15813 | 2024.12.12 04:14:53.390130 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 15814 | 2024.12.12 04:14:53.390163 [ 264 ] {5edbd865-764d-4a50-a841-0733f64cb623} <Debug> TCPHandler: Processed in 0.004698253 sec. | ||
| 15815 | 2024.12.12 04:14:53.390453 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15816 | 2024.12.12 04:14:53.390672 [ 263 ] {22c16f1b-8993-4bcb-afe7-c4721a803304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15817 | 2024.12.12 04:14:53.390775 [ 263 ] {22c16f1b-8993-4bcb-afe7-c4721a803304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15818 | 2024.12.12 04:14:53.391574 [ 219 ] {} <Debug> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): 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] | ||
| 15819 | 2024.12.12 04:14:53.393244 [ 263 ] {22c16f1b-8993-4bcb-afe7-c4721a803304} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15820 | 2024.12.12 04:14:53.393359 [ 263 ] {22c16f1b-8993-4bcb-afe7-c4721a803304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15821 | 2024.12.12 04:14:53.394871 [ 263 ] {22c16f1b-8993-4bcb-afe7-c4721a803304} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15822 | 2024.12.12 04:14:53.395274 [ 263 ] {22c16f1b-8993-4bcb-afe7-c4721a803304} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15823 | 2024.12.12 04:14:53.395598 [ 263 ] {22c16f1b-8993-4bcb-afe7-c4721a803304} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004958 sec., 12101.653892698669 rows/sec., 835.14 KiB/sec. | ||
| 15824 | 2024.12.12 04:14:53.395650 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): 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] | ||
| 15825 | 2024.12.12 04:14:53.395720 [ 263 ] {22c16f1b-8993-4bcb-afe7-c4721a803304} <Debug> TCPHandler: Processed in 0.005424862 sec. | ||
| 15826 | 2024.12.12 04:14:54.711997 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 15827 | 2024.12.12 04:14:54.735348 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15828 | 2024.12.12 04:14:54.735405 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15829 | 2024.12.12 04:14:54.743037 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 15830 | 2024.12.12 04:14:54.743863 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15831 | 2024.12.12 04:14:54.744164 [ 103 ] {} <Debug> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 15832 | 2024.12.12 04:14:54.744232 [ 103 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15833 | 2024.12.12 04:14:54.744276 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15834 | 2024.12.12 04:14:54.744695 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::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 | ||
| 15835 | 2024.12.12 04:14:54.758864 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 15836 | 2024.12.12 04:14:54.760452 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15837 | 2024.12.12 04:14:54.761703 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part | ||
| 15838 | 2024.12.12 04:14:54.767019 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part | ||
| 15839 | 2024.12.12 04:14:54.773794 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part | ||
| 15840 | 2024.12.12 04:14:54.779598 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 7 rows starting from the beginning of the part | ||
| 15841 | 2024.12.12 04:14:54.785695 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 8 rows starting from the beginning of the part | ||
| 15842 | 2024.12.12 04:14:54.792190 [ 190 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
| 15843 | 2024.12.12 04:14:54.861125 [ 197 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.116716663 sec., 5560.474257218954 rows/sec., 28.75 MiB/sec. | ||
| 15844 | 2024.12.12 04:14:54.863772 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 15845 | 2024.12.12 04:14:54.866361 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_86_17} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15846 | 2024.12.12 04:14:54.866475 [ 186 ] {ce502b43-edbb-4aba-9e2d-49e8325aeae3::all_1_86_17} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 15847 | 2024.12.12 04:14:54.868170 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 15848 | 2024.12.12 04:14:55.000200 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.76 MiB, peak 286.17 MiB, free memory in arenas 0.00 B, will set to 267.67 MiB (RSS), difference: -1.09 MiB | ||
| 15849 | 2024.12.12 04:14:55.310047 [ 101 ] {} <Debug> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 15850 | 2024.12.12 04:14:55.310121 [ 101 ] {} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15851 | 2024.12.12 04:14:55.310147 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15852 | 2024.12.12 04:14:55.310260 [ 221 ] {} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): 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] | ||
| 15853 | 2024.12.12 04:14:55.310332 [ 221 ] {} <Debug> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): 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] | ||
| 15854 | 2024.12.12 04:14:55.310374 [ 196 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 15855 | 2024.12.12 04:14:55.310648 [ 196 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15856 | 2024.12.12 04:14:55.310695 [ 196 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 15857 | 2024.12.12 04:14:55.310939 [ 196 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 15858 | 2024.12.12 04:14:55.311231 [ 196 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 15859 | 2024.12.12 04:14:55.311621 [ 196 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part | ||
| 15860 | 2024.12.12 04:14:55.311999 [ 196 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::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 | ||
| 15861 | 2024.12.12 04:14:55.314181 [ 197 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.003943595 sec., 10650.180862892867 rows/sec., 910.05 KiB/sec. | ||
| 15862 | 2024.12.12 04:14:55.314307 [ 221 ] {} <Debug> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): 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] | ||
| 15863 | 2024.12.12 04:14:55.314390 [ 197 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 15864 | 2024.12.12 04:14:55.314770 [ 197 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_29_7} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15865 | 2024.12.12 04:14:55.314847 [ 197 ] {b09a8197-d7b4-49a8-8001-d45413bc951d::all_1_29_7} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 15866 | 2024.12.12 04:14:55.314945 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15867 | 2024.12.12 04:14:56.946210 [ 220 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): 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] | ||
| 15868 | 2024.12.12 04:14:56.946288 [ 220 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): 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] | ||
| 15869 | 2024.12.12 04:14:56.948465 [ 220 ] {} <Debug> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): 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] | ||
| 15870 | 2024.12.12 04:14:57.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.67 MiB, peak 286.17 MiB, free memory in arenas 0.00 B, will set to 267.67 MiB (RSS), difference: 4.00 MiB | ||
| 15871 | 2024.12.12 04:14:57.135607 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2182 | ||
| 15872 | 2024.12.12 04:14:57.138739 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15873 | 2024.12.12 04:14:57.138795 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15874 | 2024.12.12 04:14:57.140384 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 15875 | 2024.12.12 04:14:57.140709 [ 242 ] {} <Trace> system.query_log (5b5a6fc0-8e96-49b5-8923-4fb5202dc509): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15876 | 2024.12.12 04:14:57.141294 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2182 | ||
| 15877 | 2024.12.12 04:14:58.170967 [ 223 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): 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] | ||
| 15878 | 2024.12.12 04:14:58.171046 [ 223 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): 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] | ||
| 15879 | 2024.12.12 04:14:58.173305 [ 223 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): 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] | ||
| 15880 | 2024.12.12 04:14:58.387018 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15881 | 2024.12.12 04:14:58.387219 [ 264 ] {082d71b3-303e-4efc-99d4-1b8982353b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15882 | 2024.12.12 04:14:58.387293 [ 264 ] {082d71b3-303e-4efc-99d4-1b8982353b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15883 | 2024.12.12 04:14:58.388081 [ 264 ] {082d71b3-303e-4efc-99d4-1b8982353b04} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15884 | 2024.12.12 04:14:58.388133 [ 264 ] {082d71b3-303e-4efc-99d4-1b8982353b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15885 | 2024.12.12 04:14:58.388572 [ 264 ] {082d71b3-303e-4efc-99d4-1b8982353b04} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15886 | 2024.12.12 04:14:58.388823 [ 264 ] {082d71b3-303e-4efc-99d4-1b8982353b04} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15887 | 2024.12.12 04:14:58.389019 [ 93 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 15888 | 2024.12.12 04:14:58.389086 [ 264 ] {082d71b3-303e-4efc-99d4-1b8982353b04} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00192 sec., 7291.666666666666 rows/sec., 524.90 KiB/sec. | ||
| 15889 | 2024.12.12 04:14:58.389109 [ 93 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15890 | 2024.12.12 04:14:58.389172 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15891 | 2024.12.12 04:14:58.389223 [ 264 ] {082d71b3-303e-4efc-99d4-1b8982353b04} <Debug> TCPHandler: Processed in 0.002341221 sec. | ||
| 15892 | 2024.12.12 04:14:58.389408 [ 200 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 15893 | 2024.12.12 04:14:58.389505 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15894 | 2024.12.12 04:14:58.389599 [ 200 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15895 | 2024.12.12 04:14:58.389658 [ 200 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 14 rows starting from the beginning of the part | ||
| 15896 | 2024.12.12 04:14:58.389719 [ 263 ] {40496131-5ccf-4f59-ba30-7be2b87dce91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15897 | 2024.12.12 04:14:58.389831 [ 200 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 15898 | 2024.12.12 04:14:58.389886 [ 263 ] {40496131-5ccf-4f59-ba30-7be2b87dce91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15899 | 2024.12.12 04:14:58.390339 [ 200 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 15900 | 2024.12.12 04:14:58.390651 [ 200 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 15901 | 2024.12.12 04:14:58.390986 [ 200 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 14 rows starting from the beginning of the part | ||
| 15902 | 2024.12.12 04:14:58.392100 [ 263 ] {40496131-5ccf-4f59-ba30-7be2b87dce91} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15903 | 2024.12.12 04:14:58.392154 [ 263 ] {40496131-5ccf-4f59-ba30-7be2b87dce91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15904 | 2024.12.12 04:14:58.392639 [ 200 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003340238 sec., 20956.590518400186 rows/sec., 1.55 MiB/sec. | ||
| 15905 | 2024.12.12 04:14:58.392711 [ 263 ] {40496131-5ccf-4f59-ba30-7be2b87dce91} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 15906 | 2024.12.12 04:14:58.392788 [ 200 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 15907 | 2024.12.12 04:14:58.393033 [ 263 ] {40496131-5ccf-4f59-ba30-7be2b87dce91} <Trace> oximeter.fields_ipaddr (b09a8197-d7b4-49a8-8001-d45413bc951d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15908 | 2024.12.12 04:14:58.393139 [ 200 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_61_15} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15909 | 2024.12.12 04:14:58.393315 [ 200 ] {7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6::all_1_61_15} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 15910 | 2024.12.12 04:14:58.393348 [ 263 ] {40496131-5ccf-4f59-ba30-7be2b87dce91} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003701 sec., 540.3944879762226 rows/sec., 44.07 KiB/sec. | ||
| 15911 | 2024.12.12 04:14:58.393405 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15912 | 2024.12.12 04:14:58.393449 [ 263 ] {40496131-5ccf-4f59-ba30-7be2b87dce91} <Debug> TCPHandler: Processed in 0.004077927 sec. | ||
| 15913 | 2024.12.12 04:14:58.393608 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15914 | 2024.12.12 04:14:58.393752 [ 264 ] {37093e0f-2998-4ab3-ae6d-59e3130cd4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15915 | 2024.12.12 04:14:58.393810 [ 264 ] {37093e0f-2998-4ab3-ae6d-59e3130cd4a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15916 | 2024.12.12 04:14:58.394577 [ 264 ] {37093e0f-2998-4ab3-ae6d-59e3130cd4a4} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15917 | 2024.12.12 04:14:58.394616 [ 264 ] {37093e0f-2998-4ab3-ae6d-59e3130cd4a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15918 | 2024.12.12 04:14:58.395023 [ 264 ] {37093e0f-2998-4ab3-ae6d-59e3130cd4a4} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15919 | 2024.12.12 04:14:58.395263 [ 264 ] {37093e0f-2998-4ab3-ae6d-59e3130cd4a4} <Trace> oximeter.fields_string (b04160e6-d4f3-4ed3-88de-89ba6b5d06e4): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15920 | 2024.12.12 04:14:58.395472 [ 264 ] {37093e0f-2998-4ab3-ae6d-59e3130cd4a4} <Debug> executeQuery: Read 282 rows, 25.49 KiB in 0.001752 sec., 160958.90410958903 rows/sec., 14.21 MiB/sec. | ||
| 15921 | 2024.12.12 04:14:58.395525 [ 264 ] {37093e0f-2998-4ab3-ae6d-59e3130cd4a4} <Debug> TCPHandler: Processed in 0.001985292 sec. | ||
| 15922 | 2024.12.12 04:14:58.395736 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15923 | 2024.12.12 04:14:58.395965 [ 263 ] {ae537e0b-d018-4ad1-a50d-3b672911d47e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15924 | 2024.12.12 04:14:58.396062 [ 263 ] {ae537e0b-d018-4ad1-a50d-3b672911d47e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15925 | 2024.12.12 04:14:58.396762 [ 263 ] {ae537e0b-d018-4ad1-a50d-3b672911d47e} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15926 | 2024.12.12 04:14:58.396803 [ 263 ] {ae537e0b-d018-4ad1-a50d-3b672911d47e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15927 | 2024.12.12 04:14:58.397177 [ 263 ] {ae537e0b-d018-4ad1-a50d-3b672911d47e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15928 | 2024.12.12 04:14:58.397429 [ 263 ] {ae537e0b-d018-4ad1-a50d-3b672911d47e} <Trace> oximeter.fields_u16 (973c3da9-e89d-4c51-b49c-96bc4891e13e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15929 | 2024.12.12 04:14:58.397638 [ 263 ] {ae537e0b-d018-4ad1-a50d-3b672911d47e} <Debug> executeQuery: Read 48 rows, 3.53 KiB in 0.001731 sec., 27729.636048526863 rows/sec., 1.99 MiB/sec. | ||
| 15930 | 2024.12.12 04:14:58.397691 [ 263 ] {ae537e0b-d018-4ad1-a50d-3b672911d47e} <Debug> TCPHandler: Processed in 0.002067424 sec. | ||
| 15931 | 2024.12.12 04:14:58.397851 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15932 | 2024.12.12 04:14:58.397988 [ 264 ] {19e13ca0-dd82-4a18-9c30-22876b974287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15933 | 2024.12.12 04:14:58.398044 [ 264 ] {19e13ca0-dd82-4a18-9c30-22876b974287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15934 | 2024.12.12 04:14:58.398656 [ 264 ] {19e13ca0-dd82-4a18-9c30-22876b974287} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15935 | 2024.12.12 04:14:58.398694 [ 264 ] {19e13ca0-dd82-4a18-9c30-22876b974287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15936 | 2024.12.12 04:14:58.399052 [ 264 ] {19e13ca0-dd82-4a18-9c30-22876b974287} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15937 | 2024.12.12 04:14:58.399296 [ 264 ] {19e13ca0-dd82-4a18-9c30-22876b974287} <Trace> oximeter.fields_u32 (b0dfc69b-c694-4d4a-9e76-32cc24428f36): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15938 | 2024.12.12 04:14:58.399533 [ 264 ] {19e13ca0-dd82-4a18-9c30-22876b974287} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001568 sec., 8928.57142857143 rows/sec., 625.30 KiB/sec. | ||
| 15939 | 2024.12.12 04:14:58.399597 [ 264 ] {19e13ca0-dd82-4a18-9c30-22876b974287} <Debug> TCPHandler: Processed in 0.001812767 sec. | ||
| 15940 | 2024.12.12 04:14:58.399837 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15941 | 2024.12.12 04:14:58.399998 [ 263 ] {86515a3c-89d8-4bd5-8757-6d78c525089a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15942 | 2024.12.12 04:14:58.400057 [ 263 ] {86515a3c-89d8-4bd5-8757-6d78c525089a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15943 | 2024.12.12 04:14:58.400679 [ 263 ] {86515a3c-89d8-4bd5-8757-6d78c525089a} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15944 | 2024.12.12 04:14:58.400719 [ 263 ] {86515a3c-89d8-4bd5-8757-6d78c525089a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15945 | 2024.12.12 04:14:58.401079 [ 263 ] {86515a3c-89d8-4bd5-8757-6d78c525089a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15946 | 2024.12.12 04:14:58.401318 [ 263 ] {86515a3c-89d8-4bd5-8757-6d78c525089a} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15947 | 2024.12.12 04:14:58.401472 [ 93 ] {} <Debug> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 15948 | 2024.12.12 04:14:58.401531 [ 93 ] {} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15949 | 2024.12.12 04:14:58.401569 [ 263 ] {86515a3c-89d8-4bd5-8757-6d78c525089a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001591 sec., 8170.961659333752 rows/sec., 509.46 KiB/sec. | ||
| 15950 | 2024.12.12 04:14:58.401574 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15951 | 2024.12.12 04:14:58.401732 [ 263 ] {86515a3c-89d8-4bd5-8757-6d78c525089a} <Debug> TCPHandler: Processed in 0.002032933 sec. | ||
| 15952 | 2024.12.12 04:14:58.401789 [ 188 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 15953 | 2024.12.12 04:14:58.401940 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15954 | 2024.12.12 04:14:58.401970 [ 188 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15955 | 2024.12.12 04:14:58.402020 [ 188 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 13 rows starting from the beginning of the part | ||
| 15956 | 2024.12.12 04:14:58.402227 [ 264 ] {87935ebb-39f4-46fd-94db-6e7e17aa48ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15957 | 2024.12.12 04:14:58.402310 [ 188 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 13 rows starting from the beginning of the part | ||
| 15958 | 2024.12.12 04:14:58.402424 [ 264 ] {87935ebb-39f4-46fd-94db-6e7e17aa48ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15959 | 2024.12.12 04:14:58.402578 [ 188 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 13 rows starting from the beginning of the part | ||
| 15960 | 2024.12.12 04:14:58.403015 [ 188 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 13 rows starting from the beginning of the part | ||
| 15961 | 2024.12.12 04:14:58.403338 [ 188 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 13 rows starting from the beginning of the part | ||
| 15962 | 2024.12.12 04:14:58.405555 [ 264 ] {87935ebb-39f4-46fd-94db-6e7e17aa48ea} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15963 | 2024.12.12 04:14:58.405660 [ 264 ] {87935ebb-39f4-46fd-94db-6e7e17aa48ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15964 | 2024.12.12 04:14:58.405819 [ 188 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004091047 sec., 15888.353274846266 rows/sec., 1.03 MiB/sec. | ||
| 15965 | 2024.12.12 04:14:58.405971 [ 188 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 15966 | 2024.12.12 04:14:58.406501 [ 188 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_61_15} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15967 | 2024.12.12 04:14:58.406504 [ 264 ] {87935ebb-39f4-46fd-94db-6e7e17aa48ea} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15968 | 2024.12.12 04:14:58.406633 [ 188 ] {e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7::all_1_61_15} <Trace> oximeter.fields_u8 (e2ecc74a-9df5-496b-9c96-cb5cc4fe78f7) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 15969 | 2024.12.12 04:14:58.406775 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15970 | 2024.12.12 04:14:58.406922 [ 264 ] {87935ebb-39f4-46fd-94db-6e7e17aa48ea} <Trace> oximeter.fields_uuid (f055a0fd-d8b2-4bbb-8db3-19784a22b906): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15971 | 2024.12.12 04:14:58.407164 [ 264 ] {87935ebb-39f4-46fd-94db-6e7e17aa48ea} <Debug> executeQuery: Read 423 rows, 30.97 KiB in 0.005064 sec., 83530.8056872038 rows/sec., 5.97 MiB/sec. | ||
| 15972 | 2024.12.12 04:14:58.407266 [ 264 ] {87935ebb-39f4-46fd-94db-6e7e17aa48ea} <Debug> TCPHandler: Processed in 0.005421654 sec. | ||
| 15973 | 2024.12.12 04:14:58.407450 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15974 | 2024.12.12 04:14:58.407606 [ 263 ] {1011e4b3-549c-4939-b8d7-b4007d27e4d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15975 | 2024.12.12 04:14:58.407666 [ 263 ] {1011e4b3-549c-4939-b8d7-b4007d27e4d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15976 | 2024.12.12 04:14:58.408231 [ 263 ] {1011e4b3-549c-4939-b8d7-b4007d27e4d8} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15977 | 2024.12.12 04:14:58.408269 [ 263 ] {1011e4b3-549c-4939-b8d7-b4007d27e4d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15978 | 2024.12.12 04:14:58.408641 [ 263 ] {1011e4b3-549c-4939-b8d7-b4007d27e4d8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15979 | 2024.12.12 04:14:58.408885 [ 263 ] {1011e4b3-549c-4939-b8d7-b4007d27e4d8} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15980 | 2024.12.12 04:14:58.409058 [ 97 ] {} <Debug> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Selected 5 parts from all_57_57_0 to all_61_61_0 | ||
| 15981 | 2024.12.12 04:14:58.409123 [ 97 ] {} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15982 | 2024.12.12 04:14:58.409130 [ 263 ] {1011e4b3-549c-4939-b8d7-b4007d27e4d8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec. | ||
| 15983 | 2024.12.12 04:14:58.409154 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15984 | 2024.12.12 04:14:58.409281 [ 263 ] {1011e4b3-549c-4939-b8d7-b4007d27e4d8} <Debug> TCPHandler: Processed in 0.00191789 sec. | ||
| 15985 | 2024.12.12 04:14:58.409421 [ 191 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_57_61_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_57_57_0 to all_61_61_0 into Compact with storage Full | ||
| 15986 | 2024.12.12 04:14:58.409497 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15987 | 2024.12.12 04:14:58.409658 [ 191 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_57_61_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15988 | 2024.12.12 04:14:58.409710 [ 264 ] {15db02bf-2811-4304-aca8-05f3876ecba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15989 | 2024.12.12 04:14:58.409726 [ 191 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_57_61_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
| 15990 | 2024.12.12 04:14:58.409827 [ 264 ] {15db02bf-2811-4304-aca8-05f3876ecba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15991 | 2024.12.12 04:14:58.410062 [ 191 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_57_61_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
| 15992 | 2024.12.12 04:14:58.410490 [ 191 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_57_61_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
| 15993 | 2024.12.12 04:14:58.410794 [ 191 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_57_61_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part | ||
| 15994 | 2024.12.12 04:14:58.411088 [ 191 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_57_61_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part | ||
| 15995 | 2024.12.12 04:14:58.412244 [ 264 ] {15db02bf-2811-4304-aca8-05f3876ecba4} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15996 | 2024.12.12 04:14:58.412323 [ 264 ] {15db02bf-2811-4304-aca8-05f3876ecba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 15997 | 2024.12.12 04:14:58.413459 [ 264 ] {15db02bf-2811-4304-aca8-05f3876ecba4} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15998 | 2024.12.12 04:14:58.413620 [ 195 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_57_61_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004319023 sec., 6946.015337264932 rows/sec., 362.90 KiB/sec. | ||
| 15999 | 2024.12.12 04:14:58.413833 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_57_61_1} <Trace> MergedBlockOutputStream: filled checksums all_57_61_1 (state Temporary) | ||
| 16000 | 2024.12.12 04:14:58.413972 [ 264 ] {15db02bf-2811-4304-aca8-05f3876ecba4} <Trace> oximeter.measurements_cumulativeu64 (adeb31eb-72d2-49fc-9d0b-b5e77e196a94): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16001 | 2024.12.12 04:14:58.414430 [ 264 ] {15db02bf-2811-4304-aca8-05f3876ecba4} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.004766 sec., 49937.054133445235 rows/sec., 3.35 MiB/sec. | ||
| 16002 | 2024.12.12 04:14:58.414677 [ 264 ] {15db02bf-2811-4304-aca8-05f3876ecba4} <Debug> TCPHandler: Processed in 0.005278598 sec. | ||
| 16003 | 2024.12.12 04:14:58.414712 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_57_61_1} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0): Renaming temporary part tmp_merge_all_57_61_1 to all_57_61_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16004 | 2024.12.12 04:14:58.414979 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16005 | 2024.12.12 04:14:58.415317 [ 187 ] {981c02c0-33b7-4a43-81c3-5d65ecbc89a0::all_57_61_1} <Trace> oximeter.measurements_bool (981c02c0-33b7-4a43-81c3-5d65ecbc89a0) (MergerMutator): Merged 5 parts: [all_57_57_0, all_61_61_0] -> all_57_61_1 | ||
| 16006 | 2024.12.12 04:14:58.415413 [ 263 ] {c2439f64-1363-4b7a-b50f-a8ad62c5bd7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16007 | 2024.12.12 04:14:58.415624 [ 263 ] {c2439f64-1363-4b7a-b50f-a8ad62c5bd7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16008 | 2024.12.12 04:14:58.415822 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 16009 | 2024.12.12 04:14:58.416669 [ 263 ] {c2439f64-1363-4b7a-b50f-a8ad62c5bd7e} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16010 | 2024.12.12 04:14:58.416713 [ 263 ] {c2439f64-1363-4b7a-b50f-a8ad62c5bd7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 16011 | 2024.12.12 04:14:58.417089 [ 263 ] {c2439f64-1363-4b7a-b50f-a8ad62c5bd7e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16012 | 2024.12.12 04:14:58.417343 [ 263 ] {c2439f64-1363-4b7a-b50f-a8ad62c5bd7e} <Trace> oximeter.measurements_f64 (d9e00fc0-0e8d-47ae-931f-53f0a639be38): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16013 | 2024.12.12 04:14:58.417564 [ 263 ] {c2439f64-1363-4b7a-b50f-a8ad62c5bd7e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002302 sec., 434.4048653344918 rows/sec., 29.27 KiB/sec. | ||
| 16014 | 2024.12.12 04:14:58.417640 [ 263 ] {c2439f64-1363-4b7a-b50f-a8ad62c5bd7e} <Debug> TCPHandler: Processed in 0.002837294 sec. | ||
| 16015 | 2024.12.12 04:14:58.417852 [ 264 ] {} <Trace> TCP-Session: 89216d42-b7ce-4686-9363-ffee02eb28c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16016 | 2024.12.12 04:14:58.418009 [ 264 ] {fd116ed1-99e3-4ec9-83a9-6fea855da04a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62863) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16017 | 2024.12.12 04:14:58.418098 [ 264 ] {fd116ed1-99e3-4ec9-83a9-6fea855da04a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16018 | 2024.12.12 04:14:58.419366 [ 264 ] {fd116ed1-99e3-4ec9-83a9-6fea855da04a} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16019 | 2024.12.12 04:14:58.419408 [ 264 ] {fd116ed1-99e3-4ec9-83a9-6fea855da04a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 16020 | 2024.12.12 04:14:58.420115 [ 264 ] {fd116ed1-99e3-4ec9-83a9-6fea855da04a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16021 | 2024.12.12 04:14:58.420375 [ 264 ] {fd116ed1-99e3-4ec9-83a9-6fea855da04a} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16022 | 2024.12.12 04:14:58.420615 [ 264 ] {fd116ed1-99e3-4ec9-83a9-6fea855da04a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002637 sec., 14789.533560864618 rows/sec., 26.50 MiB/sec. | ||
| 16023 | 2024.12.12 04:14:58.420745 [ 264 ] {fd116ed1-99e3-4ec9-83a9-6fea855da04a} <Debug> TCPHandler: Processed in 0.003009298 sec. | ||
| 16024 | 2024.12.12 04:14:58.420938 [ 263 ] {} <Trace> TCP-Session: 6a497147-e415-410e-b71f-b8e933cf910d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16025 | 2024.12.12 04:14:58.421081 [ 263 ] {17628321-9ee9-4c59-9e53-45066f43049b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47065) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16026 | 2024.12.12 04:14:58.421141 [ 263 ] {17628321-9ee9-4c59-9e53-45066f43049b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16027 | 2024.12.12 04:14:58.421654 [ 263 ] {17628321-9ee9-4c59-9e53-45066f43049b} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16028 | 2024.12.12 04:14:58.421694 [ 263 ] {17628321-9ee9-4c59-9e53-45066f43049b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 16029 | 2024.12.12 04:14:58.422120 [ 263 ] {17628321-9ee9-4c59-9e53-45066f43049b} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 16030 | 2024.12.12 04:14:58.422394 [ 263 ] {17628321-9ee9-4c59-9e53-45066f43049b} <Trace> oximeter.measurements_u64 (b51bf565-6170-4c29-b114-b86cec77e44a): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16031 | 2024.12.12 04:14:58.422642 [ 263 ] {17628321-9ee9-4c59-9e53-45066f43049b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001588 sec., 51637.27959697733 rows/sec., 3.28 MiB/sec. | ||
| 16032 | 2024.12.12 04:14:58.422742 [ 263 ] {17628321-9ee9-4c59-9e53-45066f43049b} <Debug> TCPHandler: Processed in 0.001882509 sec. | ||
| 16033 | 2024.12.12 04:14:59.172486 [ 219 ] {} <Trace> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): 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] | ||
| 16034 | 2024.12.12 04:14:59.172539 [ 219 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): 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] | ||
| 16035 | 2024.12.12 04:14:59.174103 [ 219 ] {} <Debug> oximeter.fields_i16 (7f7cb7ae-004b-46f7-9a8c-2e9255fab9a6): 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] | ||
| 16036 | 2024.12.12 04:14:59.420429 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 | ||
| 16037 | 2024.12.12 04:14:59.421251 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16038 | 2024.12.12 04:14:59.421309 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 16039 | 2024.12.12 04:14:59.421872 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16040 | 2024.12.12 04:14:59.422131 [ 244 ] {} <Trace> system.asynchronous_metric_log (f3793faf-d4fc-4f3b-ba52-1afd7f88a5cb): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16041 | 2024.12.12 04:14:59.422372 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 | ||
| 16042 | 2024.12.12 04:14:59.673731 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): 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] | ||
| 16043 | 2024.12.12 04:14:59.673794 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): 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] | ||
| 16044 | 2024.12.12 04:14:59.675784 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (d4f5d093-ade2-41c6-8291-0d574a7c68ed): 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] | ||
| 16045 | 2024.12.12 04:15:02.258959 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 16046 | 2024.12.12 04:15:02.294736 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16047 | 2024.12.12 04:15:02.294819 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
| 16048 | 2024.12.12 04:15:02.307040 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16049 | 2024.12.12 04:15:02.308398 [ 243 ] {} <Trace> system.metric_log (ce502b43-edbb-4aba-9e2d-49e8325aeae3): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16050 | 2024.12.12 04:15:02.316057 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||